aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov3-10/+10
2013-04-30kmod: remove call_usermodehelper_fns()Lucas De Marchi2-24/+18
2013-04-30usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi2-5/+15
2013-04-30coredump: remove trailling whitespaceLucas De Marchi1-3/+3
2013-04-30KEYS: split call to call_usermodehelper_fns()Lucas De Marchi1-3/+10
2013-04-30kmod: split call to call_usermodehelper_fns()Lucas De Marchi1-2/+10
2013-04-30usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_setup()Lucas De Marchi2-33/+32
2013-04-30selftest: add a test case for PTRACE_PEEKSIGINFOAndrey Vagin3-0/+225
2013-04-30ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin2-0/+92
2013-04-30hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko1-2/+1
2013-04-30hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov1-8/+13
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches24-190/+185
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches19-98/+127
2013-04-30hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko1-2/+6
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov6-24/+61
2013-04-30nilfs2: remove unneeded test in nilfs_writepage()Vyacheslav Dubeyko1-1/+1
2013-04-30nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()Vyacheslav Dubeyko1-1/+1
2013-04-30nilfs2: fix issue with flush kernel thread after remount in RO mode because of driver's internal error or metadata corruptionVyacheslav Dubeyko4-23/+86
2013-04-30i2o: check copy_from_user() size parameterDan Carpenter1-0/+10
2013-04-30dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present()Ben Hutchings1-43/+37
2013-04-30binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurateJiri Kosina1-1/+2
2013-04-30fs: make binfmt support for #! scripts modular and removableJosh Triplett2-4/+15
2013-04-30epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong1-1/+1
2013-04-30epoll: cleanup: hoist out f_op->poll callsEric Wong1-10/+12
2013-04-30epoll: lock ep->mtx in ep_free to silence lockdepEric Wong1-0/+4
2013-04-30epoll: use RCU to protect wakeup_source in epitemEric Wong1-21/+71
2013-04-30epoll: trim epitem by one cache lineEric Wong1-1/+9
2013-04-30kernel/timer.c: move some non timer related syscalls to kernel/sys.cStephen Rothwell2-207/+212
2013-04-30kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINEStephen Rothwell1-2/+1
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell3-68/+69
2013-04-30binfmt_misc: reuse string_unescape_inplace()Andy Shevchenko1-20/+4
2013-04-30dynamic_debug: reuse generic string_unescape functionAndy Shevchenko1-43/+5
2013-04-30staging: speakup: remove custom string_unescape_any_inplaceAndy Shevchenko3-49/+4
2013-04-30lib/string_helpers: introduce generic string_unescapeAndy Shevchenko6-1/+301
2013-04-30kernel/smp.c: cleanupsAndrew Morton1-45/+46
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_dataliguang2-5/+2
2013-04-30kernel/smp.c: use '|=' for csd_lockliguang1-1/+1
2013-04-30writeback: set worker desc to identify writeback workers in task dumpsTejun Heo1-0/+1
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo5-1/+98
2013-04-30kthread: implement probe_kthread_data()Tejun Heo2-0/+20
2013-04-30arc, print-fatal-signals: reduce duplicated informationVineet Gupta2-3/+2
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo39-84/+74
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo7-6/+48
2013-04-30dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a bufferTejun Heo1-17/+27
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo33-262/+32
2013-04-30sparc32: make show_stack() acquire %fp if @_ksp is not specifiedTejun Heo1-9/+7
2013-04-30x86: don't show trace beyond show_stack(NULL, NULL)Tejun Heo1-1/+13
2013-04-30kernel/range.c: subtract_range: fix the broken phrase issued by printkLin Feng1-1/+2
2013-04-30selftest: add simple test for soft-dirty bitPavel Emelyanov3-3/+128