summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-01ipc: set EFAULT as default error in load_msg()Peter Hurley
2013-05-01ipc: tighten msg copy loopsPeter Hurley
2013-05-01ipc: separate msg allocation from userspace copyPeter Hurley
2013-05-01ipc: clamp with min()Peter Hurley
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-01Merge tag 'md-3.10' of git://neil.brown.name/mdLinus Torvalds
2013-05-01Documentation/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01ethernet/emac/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01sparc/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01powerpc/xmon/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01ARM/etm/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01power/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01lib/decompress.c: fix initconstAndi Kleen
2013-05-01notifier-error-inject: fix module names in KconfigAkinobu Mita
2013-05-01kernel/sys.c: make prctl(PR_SET_MM) generally availableAmnon Shiloh
2013-05-01UAPI: remove empty Kbuild filesDavid Howells
2013-05-01menuconfig: print more info for symbol without promptsWengmeiling
2013-05-01init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig displayMike Frysinger
2013-05-01kconfig menu: move Virtualization drivers near other virtualization optionsRandy Dunlap
2013-05-01Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd
2013-05-01relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)
2013-05-01kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)
2013-05-01kernel/relay.c: remove unused function argument actorzhangwei(Jovi)
2013-05-01drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()Wei Yongjun
2013-05-01drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()Wei Yongjun
2013-05-01drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()Wei Yongjun
2013-05-01drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()Wei Yongjun
2013-05-01drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han
2013-05-01semaphore: use `bool' type for semaphore_waiter's upliguang
2013-05-01semaphore: use unlikely() for down's timeoutliguang
2013-05-01pps: pps_kc_hardpps_lock can be staticFengguang Wu
2013-05-01pps: hide more configuration symbols behind CONFIG_PPSFlorian Fainelli
2013-05-01aoe: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur
2013-05-01nbd: increase default and max request sizesMichal Belczyk
2013-05-01pid_namespace.c/.h: simplify definesRaphael S.Carvalho
2013-05-01kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho
2013-05-01rbtree_test: add __init/__exit annotationsDavidlohr Bueso
2013-05-01rbtree_test: add extra rbtree integrity checkDavidlohr Bueso
2013-05-01kexec: Use min() and min_t() to simplify logicZhang Yanfei
2013-05-01kexec: fix wrong types of some local variablesZhang Yanfei
2013-05-01exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov
2013-05-01set_task_comm: kill the pointless memset() + wmb()Oleg Nesterov
2013-05-01fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes
2013-05-01coredump: change wait_for_dump_helpers() to use wait_event_interruptible()Oleg Nesterov
2013-05-01coredump: factor out the setting of PF_DUMPCOREOleg Nesterov
2013-05-01coredump: introduce dump_interrupted()Oleg Nesterov
2013-05-01coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov
2013-05-01coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov