aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-145/+86
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds15-62/+109
2013-04-30kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)1-3/+0
2013-04-30pid_namespace.c/.h: simplify definesRaphael S.Carvalho1-1/+3
2013-04-30exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov1-14/+4
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov1-0/+1
2013-04-30kmod: remove call_usermodehelper_fns()Lucas De Marchi1-10/+1
2013-04-30usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_setup()Lucas De Marchi1-0/+8
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell1-2/+0
2013-04-30lib/string_helpers: introduce generic string_unescapeAndy Shevchenko1-0/+58
2013-04-30include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du1-0/+2
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataliguang1-1/+0
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo1-0/+5
2013-04-30kthread: implement probe_kthread_data()Tejun Heo1-0/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+5
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo2-0/+7
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-0/+5
2013-04-30mm: cleancache: clean up cleancache_enabledBob Liu1-1/+1
2013-04-30cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk1-1/+1
2013-04-30frontswap: get rid of swap_lock dependencyMinchan Kim1-3/+3
2013-04-30mm: frontswap: cleanup codeBob Liu1-25/+3
2013-04-30frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk1-1/+1
2013-04-30memory hotplug: fix warningsVincent Stehlé1-1/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-4/+6
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-36/+62
2013-04-30Merge tag 'for-v3.10' of git://git.infradead.org/battery-2.6Linus Torvalds11-30/+180
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-28/+55
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds2-3/+104
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-6/+6
2013-04-30Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-12/+30
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+57
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-199/+49
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-22/+22
2013-04-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-1/+7
2013-04-30Merge branch 'for-3.10/mt-hybrid-finger-pen' into for-linusJiri Kosina1-0/+1
2013-04-30Merge branches 'for-3.10/appleir', 'for-3.10/hid-debug', 'for-3.10/hid-driver-transport-cleanups', 'for-3.10/i2c-hid' and 'for-3.10/logitech' into for-linusJiri Kosina2-3/+103
2013-04-30HID: protect hid_debug_listJiri Kosina1-0/+1
2013-04-30HID: debug: break out hid_dump_report() into hid-debugBenjamin Tissoires1-2/+4
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds13-17/+75
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-20/+153
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds4-20/+165
2013-04-29Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-8/+5
2013-04-29net: rename random32 to prandomAkinobu Mita1-2/+2
2013-04-29inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton1-1/+0
2013-04-29idr: introduce idr_alloc_cyclic()Jeff Layton1-0/+2
2013-04-29fat: restructure export_operationsNamjae Jeon1-0/+11
2013-04-29drivers/rtc/class.c: use struct device as the first argument for devm_rtc_device_register()Jingoo Han1-2/+2
2013-04-29rtc: add devm_rtc_device_{register,unregister}()Jingoo Han1-0/+6
2013-04-29lib, net: make isodigit() public and use itAndy Shevchenko1-0/+6