aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-30rbtree_test: add extra rbtree integrity checkDavidlohr Bueso
2013-04-30kexec: Use min() and min_t() to simplify logicZhang Yanfei
2013-04-30kexec: fix wrong types of some local variablesZhang Yanfei
2013-04-30exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov
2013-04-30set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov
2013-04-30fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes
2013-04-30coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov
2013-04-30coredump: factor out the setting of PF_DUMPCOREOleg Nesterov
2013-04-30coredump: introduce dump_interrupted()Oleg Nesterov
2013-04-30coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov
2013-04-30coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-04-30kmod: remove call_usermodehelper_fns()Lucas De Marchi
2013-04-30usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi
2013-04-30coredump: remove trailling whitespaceLucas De Marchi
2013-04-30KEYS: split call to call_usermodehelper_fns()Lucas De Marchi
2013-04-30kmod: split call to call_usermodehelper_fns()Lucas De Marchi
2013-04-30usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi
2013-04-30selftest: add a test case for PTRACE_PEEKSIGINFOAndrey Vagin
2013-04-30ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin
2013-04-30hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko
2013-04-30hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov
2013-04-30hfs/hfsplus: convert printks to pr_<level>Joe Perches
2013-04-30hfs/hfsplus: convert dprint to hfs_dbgJoe Perches
2013-04-30hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko
2013-04-30hfs: add error checking for hfs_find_init()Alexey Khoroshilov
2013-04-30nilfs2: remove unneeded test in nilfs_writepage()Vyacheslav Dubeyko
2013-04-30nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()Vyacheslav Dubeyko
2013-04-30nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko
2013-04-30i2o: check copy_from_user() size parameterDan Carpenter
2013-04-30dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present()Ben Hutchings
2013-04-30binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurateJiri Kosina
2013-04-30fs: make binfmt support for #! scripts modular and removableJosh Triplett
2013-04-30epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong
2013-04-30epoll: cleanup: hoist out f_op->poll callsEric Wong
2013-04-30epoll: lock ep->mtx in ep_free to silence lockdepEric Wong
2013-04-30epoll: use RCU to protect wakeup_source in epitemEric Wong
2013-04-30epoll: trim epitem by one cache lineEric Wong
2013-04-30kernel/timer.c: move some non timer related syscalls to kernel/sys.cStephen Rothwell
2013-04-30kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINEStephen Rothwell
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell
2013-04-30binfmt_misc: reuse string_unescape_inplace()Andy Shevchenko
2013-04-30dynamic_debug: reuse generic string_unescape functionAndy Shevchenko
2013-04-30staging: speakup: remove custom string_unescape_any_inplaceAndy Shevchenko
2013-04-30lib/string_helpers: introduce generic string_unescapeAndy Shevchenko
2013-04-30kernel/smp.c: cleanupsAndrew Morton
2013-04-30include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataliguang
2013-04-30kernel/smp.c: use '|=' for csd_lockliguang
2013-04-30writeback: set worker desc to identify writeback workers in task dumpsTejun Heo