aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-05-01perf: Fix vmalloc ring buffer pages handlingJiri Olsa
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-04-30power/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-04-30kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-04-30kernel/sys.c: make prctl(PR_SET_MM) generally availableAmnon Shiloh
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-30semaphore: use `bool' type for semaphore_waiter's upliguang
2013-04-30semaphore: use unlikely() for down's timeoutliguang
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-30kexec: Use min() and min_t() to simplify logicZhang Yanfei
2013-04-30kexec: fix wrong types of some local variablesZhang Yanfei
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-04-30kmod: remove 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-30ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin
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-30kernel/smp.c: cleanupsAndrew Morton
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataliguang
2013-04-30kernel/smp.c: use '|=' for csd_lockliguang
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo
2013-04-30kthread: implement probe_kthread_data()Tejun Heo
2013-04-30arc, print-fatal-signals: reduce duplicated informationVineet Gupta
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-30kernel/range.c: subtract_range: fix the broken phrase issued by printkLin Feng
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-04-30audit: fix event coverage of AUDIT_ANOM_LINKEric Paris
2013-04-30audit: use spin_lock in audit_receive_msg to process tty loggingEric Paris
2013-04-30audit: add an option to control logging of passwords with pam_tty_auditRichard Guy Briggs
2013-04-30audit: use spin_lock_irqsave/restore in audit tty codeEric Paris
2013-04-30helper for some session id stuffEric Paris
2013-04-30audit: use a consistent audit helper to log lsm informationEric Paris
2013-04-30audit: push loginuid and sessionid processing downEric Paris
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris
2013-04-30audit: remove the old depricated kernel interfaceEric Paris
2013-04-30audit: make validity checking genericEric Paris
2013-04-30sched: Avoid prev->stime underflowStanislaw Gruszka
2013-04-30sched: Do not account bogus utimeStanislaw Gruszka
2013-04-30sched: Avoid cputime scaling overflowStanislaw Gruszka
2013-04-30Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds