aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds28-69/+304
2012-03-23procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki1-0/+2
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2-1/+4
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron2-0/+5
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-1/+0
2012-03-23usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov1-11/+7
2012-03-23usermodehelper: implement UMH_KILLABLEOleg Nesterov1-0/+2
2012-03-23ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko1-4/+1
2012-03-23ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can matchDenys Vlasenko1-1/+2
2012-03-23ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko1-18/+15
2012-03-23ptrace: don't send SIGTRAP on exec if SEIZEDOleg Nesterov1-2/+3
2012-03-23ptrace: the killed tracee should not enter the syscallOleg Nesterov1-4/+5
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil2-7/+32
2012-03-23crc32: bolt on crc32cDarrick J. Wong1-0/+2
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches3-7/+8
2012-03-23leds-lm3530: support pwm input modeKim, Milo1-0/+9
2012-03-23drivers/leds/leds-lp5521.c: support led pattern dataKim, Milo1-0/+11
2012-03-23drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_dataKim, Milo1-0/+13
2012-03-23drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_configKim, Milo1-0/+1
2012-03-23bitops: introduce for_each_clear_bit()Akinobu Mita1-0/+11
2012-03-23bitops: remove for_each_set_bit_cont()Akinobu Mita1-3/+0
2012-03-23bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita1-1/+4
2012-03-23backlight: new backlight driver for LP855x devicesKim, Milo1-0/+131
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering2-0/+15
2012-03-23consolidate WARN_...ONCE() static variablesJan Beulich3-4/+5
2012-03-23headers: include linux/types.h where appropriateBobby Powers4-1/+8
2012-03-23nmi watchdog: do not use cpp symbol in KconfigCong Wang1-1/+1
2012-03-23magic.h: move some FS magic numbers into magic.hMuthu Kumar2-8/+12
2012-03-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds18-26/+444
2012-03-23Merge tag 'iommu-updates-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2012-03-23Merge branch 'i2c-embedded/for-3.4' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds1-6/+29
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds5-62/+80
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds30-161/+448
2012-03-22Merge tag 'fbdev-updates-for-3.4' of git://github.com/schandinat/linux-2.6Linus Torvalds8-78/+528
2012-03-22Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds2-0/+164
2012-03-22Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds2-20/+35
2012-03-22Merge tag 'pinctrl-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds7-154/+414
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds9-13/+203
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds4-2/+32
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mmLinus Torvalds1-12/+12
2012-03-22Merge branch 'drm-radeon-sitn-support' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-0/+57
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds13-34/+114
2012-03-22Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds16-21/+279
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds17-69/+917
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds5-48/+60
2012-03-22Merge tag 'md-3.4' of git://neil.brown.name/mdLinus Torvalds1-1/+5
2012-03-22Merge branches 'iommu/fixes', 'arm/tegra' and 'x86/amd' into nextJoerg Roedel1-1/+1
2012-03-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-60/+0
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2012-03-22Merge branch 'x86-eficross-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+45