aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-30menuconfig: print more info for symbol without promptsWengmeiling
2013-04-30init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig displayMike Frysinger
2013-04-30kconfig menu: move Virtualization drivers near other virtualization optionsRandy Dunlap
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd
2013-04-30relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)
2013-04-30kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)
2013-04-30kernel/relay.c: remove unused function argument actorzhangwei(Jovi)
2013-04-30drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()Wei Yongjun
2013-04-30drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()Wei Yongjun
2013-04-30drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()Wei Yongjun
2013-04-30drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()Wei Yongjun
2013-04-30drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han
2013-04-30semaphore: use `bool' type for semaphore_waiter's upliguang
2013-04-30semaphore: use unlikely() for down's timeoutliguang
2013-04-30pps: pps_kc_hardpps_lock can be staticFengguang Wu
2013-04-30pps: hide more configuration symbols behind CONFIG_PPSFlorian Fainelli
2013-04-30aoe: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur
2013-04-30nbd: increase default and max request sizesMichal Belczyk
2013-04-30pid_namespace.c/.h: simplify definesRaphael S.Carvalho
2013-04-30kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho
2013-04-30rbtree_test: add __init/__exit annotationsDavidlohr Bueso
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