summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds26-167/+189
2012-03-28Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+18
2012-03-28Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux...Linus Torvalds1-10/+87
2012-03-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-10/+0
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-12/+155
2012-03-28Merge git://github.com/rustyrussell/linuxLinus Torvalds3-64/+61
2012-03-28Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-51/+128
2012-03-28Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2-0/+27
2012-03-28Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-6/+12
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-4/+41
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds18-161/+1480
2012-03-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-1/+3
2012-03-28Merge tag 'common-clk-api' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-5/+559
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-1/+62
2012-03-28Delete all instances of asm/system.hDavid Howells1-5/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells17-17/+0
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells4-3/+4
2012-03-28Move all declarations of free_initmem() to linux/mm.hDavid Howells1-0/+2
2012-03-28Split arch_align_stack() out from asm-generic/system.hDavid Howells2-20/+21
2012-03-28Split the switch_to() wrapper out of asm-generic/system.hDavid Howells2-16/+31
2012-03-28Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.hDavid Howells2-77/+80
2012-03-28Create asm-generic/barrier.hDavid Howells2-33/+51
2012-03-28Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.hDavid Howells3-1/+4
2012-03-28Disintegrate asm/system.h for IA64David Howells1-0/+1
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-15/+41
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-5/+2
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds4-30/+109
2012-03-28powerpc/eeh: Remove eeh device from OF nodeGavin Shan1-10/+0
2012-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-2/+6
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+10
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-24/+34
2012-03-27Merge tag 'rpmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-0/+814
2012-03-27Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+3
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+26
2012-03-27watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog coreViresh Kumar1-0/+2
2012-03-27watchdog: nowayout is boolWim Van Sebroeck1-1/+1
2012-03-26i2c: Update the FSF addressJean Delvare6-6/+12
2012-03-26dma-buf: correct dummy function declarations.Sumit Semwal1-13/+14
2012-03-26dma-buf: add support for kernel cpu accessDaniel Vetter1-0/+59
2012-03-26dma-buf: don't hold the mutex around map/unmap callsDaniel Vetter1-1/+1
2012-03-26dma-buf: add get_dma_buf()Rob Clark1-0/+15
2012-03-26dma-buf: pass flags into dma_buf_fd.Dave Airlie1-1/+1
2012-03-26dma-buf: add dma_data_direction to unmap dma_buf_opSumit Semwal1-3/+5
2012-03-26module: move __module_get and try_module_get() out of line.Steven Rostedt1-28/+4
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll2-29/+57
2012-03-26module_param: remove support for bool parameters which are really int.Rusty Russell1-13/+6
2012-03-25Merge branch 'sa11x0-mcp' into sa11x0Russell King2-30/+22
2012-03-25Merge branch 'sa11x0-lcd' into sa11x0Russell King1-0/+63
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-1/+1
2012-03-24Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-1/+26