aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-04-29pipes: add a "packetized pipe" mode for writingGravatar Linus Torvalds 1-0/+1
2012-04-29Merge tag 'usb-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+2
2012-04-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+4
2012-04-27Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+1
2012-04-27spi: fix spi.h kernel-doc warningGravatar Randy Dunlap 1-1/+1
2012-04-27ARM: pxa: fix gpio wakeup settingGravatar Robert Jarzmik 1-0/+4
2012-04-26Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-2/+3
2012-04-25Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+6
2012-04-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+11
2012-04-25mm: fix up the vmscan stat in vmstatGravatar Ying Han 1-2/+3
2012-04-24USB: EHCI: fix crash during suspend on ASUS computersGravatar Alan Stern 1-0/+2
2012-04-24Merge tag 'hsi_fixes_for_3.4' of git://gitorious.org/kernel-hsi/kernel-hsiGravatar Linus Torvalds 1-14/+17
2012-04-23asm-generic: Allow overriding clock_t and add attributes to siginfo_tGravatar H. Peter Anvin 1-3/+11
2012-04-23HSI: hsi: Rework hsi_event interfaceGravatar Carlos Chinea 1-11/+14
2012-04-23HSI: hsi: Rework hsi_controller releaseGravatar Carlos Chinea 1-3/+3
2012-04-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 1-0/+7
2012-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 5-7/+61
2012-04-23irq: Add IRQ_TYPE_DEFAULT for use by PIC driversGravatar Benjamin Herrenschmidt 1-0/+7
2012-04-21Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2012-04-21Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-71/+103
2012-04-21kill mm argument of vm_munmap()Gravatar Al Viro 1-1/+1
2012-04-20NFSv4: Ensure we do not reuse open owner namesGravatar Trond Myklebust 1-1/+6
2012-04-20mmc: remove MMC bus legacy suspend/resume methodGravatar Chuanxiao Dong 1-1/+1
2012-04-20VM: add "vm_mmap()" helper functionGravatar Linus Torvalds 1-17/+6
2012-04-20VM: add "vm_munmap()" helper functionGravatar Linus Torvalds 1-0/+1
2012-04-20VM: add "vm_brk()" helper functionGravatar Linus Torvalds 1-1/+2
2012-04-20Merge tag 'for-torvalds-20120418' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+3
2012-04-20Merge tag 'usb-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+1
2012-04-19Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+1
2012-04-19Merge git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+6
2012-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-1/+1
2012-04-17net/sock.h: fix sk_peek_off kernel-doc warningGravatar Randy Dunlap 1-0/+1
2012-04-17ipv6: clean up rt6_clean_expiresGravatar Jiri Bohac 1-1/+1
2012-04-17ipv6: fix rt6_update_expiresGravatar Jiri Bohac 1-2/+8
2012-04-16net_sched: red: Make minor corrections to commentsGravatar David Ward 1-3/+3
2012-04-16mfd: Fix modular builds of rc5t583 regulator supportGravatar Paul Gortmaker 1-8/+39
2012-04-16nfsd: include cld.h in the headers_install targetGravatar Jeff Layton 1-0/+1
2012-04-16Merge tag 'fixes-for-v3.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 1-0/+1
2012-04-16mfd: Convert twl6040 to i2c driver, and separate it from twl coreGravatar Peter Ujfalusi 2-12/+27
2012-04-16mfd : Fix dbx500 compilation errorGravatar Daniel Lezcano 1-51/+37
2012-04-15Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-7/+0
2012-04-15SCSI: Fix error handling when no ULD is attachedGravatar Martin K. Petersen 1-0/+3
2012-04-14do not export kernel's NULL #define to userspaceGravatar Lubos Lunak 1-6/+2
2012-04-13Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-11/+7
2012-04-13Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-0/+2
2012-04-13skbuff: struct ubuf_info callback type safetyGravatar Michael S. Tsirkin 1-3/+4
2012-04-13ipv6: fix problem with expired dst cacheGravatar Gao feng 2-1/+47
2012-04-13ARM: 7366/3: amba: Remove AMBA level regulator supportGravatar Mark Brown 1-7/+0
2012-04-12kconfig: fix IS_ENABLED to not require all options to be definedGravatar Paul Gortmaker 1-4/+18
2012-04-12Merge tag 'usb-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-8/+0