summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-07-19timekeeping: Provide hrtimer update functionThomas Gleixner1-0/+1
2012-07-19hrtimer: Provide clock_was_set_delayed()John Stultz1-1/+8
2012-07-19ntp: Fix leap-second hrtimer livelockJohn Stultz1-1/+1
2012-07-16memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu1-1/+1
2012-07-16PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern1-2/+0
2012-07-16bonding: Fix corrupted queue_mappingEric Dumazet1-2/+5
2012-07-16cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore1-1/+28
2012-06-22USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern2-2/+2
2012-06-10drm/radeon/kms: add new BTC PCI idsAlex Deucher1-0/+2
2012-06-10skb: avoid unnecessary reallocations in __skb_cowFelix Fietkau1-2/+0
2012-06-10sctp: check cached dst before using itNicolas Dichtel1-0/+13
2012-06-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-9/+0
2012-06-10ipv6: fix incorrect ipsec fragmentGao feng1-0/+1
2012-06-10mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli1-2/+20
2012-06-01mmc: sdio: avoid spurious calls to interrupt handlersNicolas Pitre1-0/+2
2012-06-01block: don't mark buffers beyond end of disk as mappedJeff Moyer1-0/+1
2012-06-01block: fix buffer overflow when printing partition UUIDsTejun Heo1-6/+0
2012-05-21usbnet: fix skb traversing races during unlink(v2)Ming Lei1-1/+2
2012-05-21Fix __read_seqcount_begin() to use ACCESS_ONCE for sequence value readLinus Torvalds1-1/+1
2012-05-21asm-generic: Use __BITS_PER_LONG in statfs.hH. Peter Anvin1-1/+1
2012-05-07efi: Add new variable attributesMatthew Garrett1-1/+12
2012-05-07pipes: add a "packetized pipe" mode for writingLinus Torvalds1-0/+1
2012-05-07USB: EHCI: fix crash during suspend on ASUS computersAlan Stern1-0/+2
2012-05-07KVM: unmap pages from the iommu when slots are removedAlex Williamson1-0/+6
2012-04-27tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2012-04-22Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold1-0/+1
2012-04-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi1-0/+13
2012-04-13x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel1-1/+2
2012-04-13kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel1-2/+2
2012-04-02compat: use sys_sendfile64() implementation for sendfile syscallChris Metcalf1-1/+1
2012-04-02udlfb: remove sysfs framebuffer device with USB .disconnect()Kay Sievers1-0/+1
2012-04-02mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-0/+61
2012-04-02math: Introduce div64_longSasha Levin1-0/+4
2012-03-19Block: use a freezable workqueue for disk-event pollingAlan Stern1-0/+4
2012-03-19block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura1-0/+1
2012-03-19ipsec: be careful of non existing mac headersEric Dumazet1-0/+10
2012-03-12OMAPDSS: HDMI: PHY burnout fixTomi Valkeinen1-0/+5
2012-03-12regset: Return -EFAULT, not -EIO, on host-side memory faultH. Peter Anvin1-2/+2
2012-03-12regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin1-0/+6
2012-03-12Fix autofs compile without CONFIG_COMPATLinus Torvalds1-0/+4
2012-02-29epoll: limit pathsJason Baron2-0/+2
2012-02-29epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2-1/+6
2012-02-29USB: Remove duplicate USB 3.0 hub feature #defines.Sarah Sharp1-8/+2
2012-02-29ipv4: reset flowi parameters on route connectJulian Anastasov2-0/+14
2012-02-29ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei1-0/+2
2012-02-29net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-1/+8
2012-02-20crypto: sha512 - use standard ror64()Alexey Dobriyan1-0/+20
2012-02-20writeback: fix dereferencing NULL bdi->dev on trace_writeback_queueWu Fengguang1-1/+4
2012-02-20lib: proportion: lower PROP_MAX_SHIFT to 32 on 64-bit kernelWu Fengguang1-0/+4
2012-02-13net: fix NULL dereferences in check_peer_redir()Eric Dumazet2-3/+25