Age | Commit message (Expand) | Author | Files | Lines |
2012-03-26 | dma-buf: correct dummy function declarations. | Sumit Semwal | 1 | -13/+14 |
2012-03-26 | dma-buf: add support for kernel cpu access | Daniel Vetter | 1 | -0/+59 |
2012-03-26 | dma-buf: don't hold the mutex around map/unmap calls | Daniel Vetter | 1 | -1/+1 |
2012-03-26 | dma-buf: add get_dma_buf() | Rob Clark | 1 | -0/+15 |
2012-03-26 | dma-buf: pass flags into dma_buf_fd. | Dave Airlie | 1 | -1/+1 |
2012-03-26 | dma-buf: add dma_data_direction to unmap dma_buf_op | Sumit Semwal | 1 | -3/+5 |
2012-03-26 | module: move __module_get and try_module_get() out of line. | Steven Rostedt | 1 | -28/+4 |
2012-03-26 | params: <level>_initcall-like kernel parameters | Pawel Moll | 1 | -8/+43 |
2012-03-26 | module_param: remove support for bool parameters which are really int. | Rusty Russell | 1 | -13/+6 |
2012-03-26 | mmc: Support of PCI mode in the dw_mmc driver | Shashidhar Hiremath | 1 | -2/+6 |
2012-03-26 | mmc: MMC-4.5 Data Tag Support | Saugata Das | 2 | -0/+5 |
2012-03-26 | Merge branch 'sa11x0-mcp' into sa11x0 | Russell King | 2 | -30/+22 |
2012-03-25 | net: add a truesize parameter to skb_add_rx_frag() | Eric Dumazet | 1 | -1/+1 |
2012-03-24 | Merge branch 'kirkwood/dt' into next/dt2 | Arnd Bergmann | 1 | -1/+0 |
2012-03-24 | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 43 | -40/+56 |
2012-03-24 | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Linus Torvalds | 46 | -69/+109 |
2012-03-24 | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Arnd Bergmann | 7 | -8/+113 |
2012-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl | Linus Torvalds | 1 | -39/+67 |
2012-03-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds | 1 | -0/+2 |
2012-03-24 | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2 | -3/+28 |
2012-03-24 | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -0/+36 |
2012-03-24 | Merge branch 'mmci' into amba | Russell King | 1 | -3/+19 |
2012-03-24 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 20 | -62/+288 |
2012-03-24 | procfs: speed up /proc/pid/stat, statm | KAMEZAWA Hiroyuki | 1 | -0/+2 |
2012-03-24 | procfs: add num_to_str() to speed up /proc/stat | KAMEZAWA Hiroyuki | 2 | -1/+4 |
2012-03-24 | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP | Jason Baron | 1 | -0/+1 |
2012-03-24 | coredump: remove VM_ALWAYSDUMP flag | Jason Baron | 1 | -1/+0 |
2012-03-24 | usermodehelper: kill umh_wait, renumber UMH_* constants | Oleg Nesterov | 1 | -11/+7 |
2012-03-24 | usermodehelper: implement UMH_KILLABLE | Oleg Nesterov | 1 | -0/+2 |
2012-03-24 | ptrace: remove PTRACE_SEIZE_DEVEL bit | Denys Vlasenko | 1 | -4/+1 |
2012-03-24 | ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can ... | Denys Vlasenko | 1 | -1/+2 |
2012-03-24 | ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code | Denys Vlasenko | 1 | -18/+15 |
2012-03-24 | ptrace: don't send SIGTRAP on exec if SEIZED | Oleg Nesterov | 1 | -2/+3 |
2012-03-24 | ptrace: the killed tracee should not enter the syscall | Oleg Nesterov | 1 | -4/+5 |
2012-03-24 | poll: add poll_requested_events() and poll_does_not_wait() functions | Hans Verkuil | 1 | -6/+31 |
2012-03-24 | crc32: bolt on crc32c | Darrick J. Wong | 1 | -0/+2 |
2012-03-24 | include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) | Joe Perches | 2 | -5/+6 |
2012-03-24 | leds-lm3530: support pwm input mode | Kim, Milo | 1 | -0/+9 |
2012-03-24 | drivers/leds/leds-lp5521.c: support led pattern data | Kim, Milo | 1 | -0/+11 |
2012-03-24 | drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data | Kim, Milo | 1 | -0/+13 |
2012-03-24 | drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config | Kim, Milo | 1 | -0/+1 |
2012-03-24 | bitops: introduce for_each_clear_bit() | Akinobu Mita | 1 | -0/+11 |
2012-03-24 | bitops: remove for_each_set_bit_cont() | Akinobu Mita | 1 | -3/+0 |
2012-03-24 | bitops: rename for_each_set_bit_cont() in favor of analogous list.h function | Akinobu Mita | 1 | -1/+4 |
2012-03-24 | backlight: new backlight driver for LP855x devices | Kim, Milo | 1 | -0/+131 |
2012-03-24 | prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision | Lennart Poettering | 2 | -0/+15 |
2012-03-24 | consolidate WARN_...ONCE() static variables | Jan Beulich | 1 | -1/+1 |
2012-03-24 | headers: include linux/types.h where appropriate | Bobby Powers | 1 | -0/+3 |
2012-03-24 | nmi watchdog: do not use cpp symbol in Kconfig | Cong Wang | 1 | -1/+1 |
2012-03-24 | magic.h: move some FS magic numbers into magic.h | Muthu Kumar | 2 | -8/+12 |