summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-01drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()Wei Yongjun1-1/+2
2013-05-01drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()Wei Yongjun1-1/+2
2013-05-01drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()Wei Yongjun1-1/+2
2013-05-01drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()Wei Yongjun1-1/+3
2013-05-01drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han1-5/+3
2013-05-01semaphore: use `bool' type for semaphore_waiter's upliguang1-3/+3
2013-05-01semaphore: use unlikely() for down's timeoutliguang1-1/+1
2013-05-01pps: pps_kc_hardpps_lock can be staticFengguang Wu1-3/+3
2013-05-01pps: hide more configuration symbols behind CONFIG_PPSFlorian Fainelli1-2/+4
2013-05-01aoe: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur1-2/+1
2013-05-01nbd: increase default and max request sizesMichal Belczyk1-0/+2
2013-05-01pid_namespace.c/.h: simplify definesRaphael S.Carvalho3-6/+3
2013-05-01kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho1-2/+6
2013-05-01rbtree_test: add __init/__exit annotationsDavidlohr Bueso1-2/+2
2013-05-01rbtree_test: add extra rbtree integrity checkDavidlohr Bueso1-2/+3
2013-05-01kexec: Use min() and min_t() to simplify logicZhang Yanfei1-16/+8
2013-05-01kexec: fix wrong types of some local variablesZhang Yanfei1-3/+3
2013-05-01exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov2-14/+7
2013-05-01set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov1-10/+0
2013-05-01fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes1-3/+2
2013-05-01coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov1-6/+9
2013-05-01coredump: factor out the setting of PF_DUMPCOREOleg Nesterov5-6/+2
2013-05-01coredump: introduce dump_interrupted()Oleg Nesterov1-3/+17
2013-05-01coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov1-5/+6
2013-05-01coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov1-2/+8
2013-05-01coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov3-10/+10
2013-05-01kmod: remove call_usermodehelper_fns()Lucas De Marchi2-24/+18
2013-05-01usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi2-5/+15
2013-05-01coredump: remove trailling whitespaceLucas De Marchi1-3/+3
2013-05-01KEYS: split call to call_usermodehelper_fns()Lucas De Marchi1-3/+10
2013-05-01kmod: split call to call_usermodehelper_fns()Lucas De Marchi1-2/+10
2013-05-01usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi2-33/+32
2013-05-01selftest: add a test case for PTRACE_PEEKSIGINFOAndrey Vagin3-0/+225
2013-05-01ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin2-0/+92
2013-05-01hfsplus: remove duplicated message prefix in hfsplus_block_free()Vyacheslav Dubeyko1-2/+1
2013-05-01hfsplus: add error propagation to __hfsplus_ext_write_extent()Alexey Khoroshilov1-8/+13
2013-05-01hfs/hfsplus: convert printks to pr_<level>Joe Perches24-190/+185
2013-05-01hfs/hfsplus: convert dprint to hfs_dbgJoe Perches19-98/+127
2013-05-01hfsplus: fix warnings in fs/hfsplus/bfind.cVyacheslav Dubeyko1-2/+6
2013-05-01hfs: add error checking for hfs_find_init()Alexey Khoroshilov6-24/+61
2013-05-01nilfs2: remove unneeded test in nilfs_writepage()Vyacheslav Dubeyko1-1/+1
2013-05-01nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()Vyacheslav Dubeyko1-1/+1
2013-05-01nilfs2: fix issue with flush kernel thread after remount in RO mode because o...Vyacheslav Dubeyko4-23/+86
2013-05-01i2o: check copy_from_user() size parameterDan Carpenter1-0/+10
2013-05-01dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present()Ben Hutchings1-43/+37
2013-05-01binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurateJiri Kosina1-1/+2
2013-05-01fs: make binfmt support for #! scripts modular and removableJosh Triplett2-4/+15
2013-05-01epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong1-1/+1
2013-05-01epoll: cleanup: hoist out f_op->poll callsEric Wong1-10/+12
2013-05-01epoll: lock ep->mtx in ep_free to silence lockdepEric Wong1-0/+4