summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-30pps: hide more configuration symbols behind CONFIG_PPSFlorian Fainelli1-2/+4
2013-04-30aoe: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur1-2/+1
2013-04-30nbd: increase default and max request sizesMichal Belczyk1-0/+2
2013-04-30pid_namespace.c/.h: simplify definesRaphael S.Carvalho3-6/+3
2013-04-30kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho1-2/+6
2013-04-30rbtree_test: add __init/__exit annotationsDavidlohr Bueso1-2/+2
2013-04-30rbtree_test: add extra rbtree integrity checkDavidlohr Bueso1-2/+3
2013-04-30kexec: Use min() and min_t() to simplify logicZhang Yanfei1-16/+8
2013-04-30kexec: fix wrong types of some local variablesZhang Yanfei1-3/+3
2013-04-30exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov2-14/+7
2013-04-30set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov1-10/+0
2013-04-30fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes1-3/+2
2013-04-30coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov1-6/+9
2013-04-30coredump: factor out the setting of PF_DUMPCOREOleg Nesterov5-6/+2
2013-04-30coredump: introduce dump_interrupted()Oleg Nesterov1-3/+17
2013-04-30coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov1-5/+6
2013-04-30coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov1-2/+8
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_set...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 o...Vyacheslav 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