summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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 Moll1-8/+43
2012-03-26module_param: remove support for bool parameters which are really int.Rusty Russell1-13/+6
2012-03-26mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath1-2/+6
2012-03-26mmc: MMC-4.5 Data Tag SupportSaugata Das2-0/+5
2012-03-26Merge branch 'sa11x0-mcp' into sa11x0Russell King2-30/+22
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-1/+1
2012-03-24Merge branch 'kirkwood/dt' into next/dt2Arnd Bergmann1-1/+0
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds43-40/+56
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds46-69/+109
2012-03-24Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Arnd Bergmann7-8/+113
2012-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds1-39/+67
2012-03-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds1-0/+2
2012-03-24Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-3/+28
2012-03-24Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+36
2012-03-24Merge branch 'mmci' into ambaRussell King1-3/+19
2012-03-24Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds20-62/+288
2012-03-24procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki1-0/+2
2012-03-24procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2-1/+4
2012-03-24coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron1-0/+1
2012-03-24coredump: remove VM_ALWAYSDUMP flagJason Baron1-1/+0
2012-03-24usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov1-11/+7
2012-03-24usermodehelper: implement UMH_KILLABLEOleg Nesterov1-0/+2
2012-03-24ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko1-4/+1
2012-03-24ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can ...Denys Vlasenko1-1/+2
2012-03-24ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko1-18/+15
2012-03-24ptrace: don't send SIGTRAP on exec if SEIZEDOleg Nesterov1-2/+3
2012-03-24ptrace: the killed tracee should not enter the syscallOleg Nesterov1-4/+5
2012-03-24poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil1-6/+31
2012-03-24crc32: bolt on crc32cDarrick J. Wong1-0/+2
2012-03-24include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches2-5/+6
2012-03-24leds-lm3530: support pwm input modeKim, Milo1-0/+9
2012-03-24drivers/leds/leds-lp5521.c: support led pattern dataKim, Milo1-0/+11
2012-03-24drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_dataKim, Milo1-0/+13
2012-03-24drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_configKim, Milo1-0/+1
2012-03-24bitops: introduce for_each_clear_bit()Akinobu Mita1-0/+11
2012-03-24bitops: remove for_each_set_bit_cont()Akinobu Mita1-3/+0
2012-03-24bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita1-1/+4
2012-03-24backlight: new backlight driver for LP855x devicesKim, Milo1-0/+131
2012-03-24prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering2-0/+15
2012-03-24consolidate WARN_...ONCE() static variablesJan Beulich1-1/+1
2012-03-24headers: include linux/types.h where appropriateBobby Powers1-0/+3
2012-03-24nmi watchdog: do not use cpp symbol in KconfigCong Wang1-1/+1
2012-03-24magic.h: move some FS magic numbers into magic.hMuthu Kumar2-8/+12