summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-04-06libfs: add simple_open()Stephen Boyd1-0/+1
2012-03-29radix-tree: introduce bit-optimized iteratorKonstantin Khlebnikov1-0/+196
2012-03-29pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano1-1/+7
2012-03-29lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat1-2/+1
2012-03-29smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef1-0/+24
2012-03-29smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef1-0/+22
2012-03-29swapon: check validity of swap_flagsHugh Dickins1-0/+3
2012-03-29mm for fs: add truncate_pagecache_range()Hugh Dickins1-1/+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-28Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds4-30/+109
2012-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-2/+6
2012-03-28Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+10
2012-03-28Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-24/+34
2012-03-28Merge tag 'rpmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-0/+814
2012-03-28Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+3
2012-03-28Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+26
2012-03-26Merge branch 'sa11x0-mcp' into sa11x0Russell King2-30/+22
2012-03-26Merge 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
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds53-52/+68
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds62-69/+126
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 Torvalds28-69/+304
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 Baron2-0/+5
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 Verkuil2-7/+32
2012-03-24crc32: bolt on crc32cDarrick J. Wong1-0/+2
2012-03-24include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches3-7/+8
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