aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-03-01Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2015-03-01locking/rtmutex: Set state back to running on errorGravatar Sebastian Andrzej Siewior 1-0/+1
2015-02-28kernel/sys.c: fix UNAME26 for 4.0Gravatar Jon DeVree 1-1/+2
2015-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-5/+5
2015-02-22livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_h...Gravatar Petr Mladek 1-3/+3
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+12
2015-02-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+7
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+2
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-99/+148
2015-02-21Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Gravatar Linus Torvalds 1-0/+1
2015-02-20Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-23/+64
2015-02-19debug: prevent entering debug mode on panic/exception.Gravatar Colin Cross 1-0/+17
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentGravatar Daniel Thompson 2-2/+2
2015-02-19kdb: Provide forward search at more promptGravatar Daniel Thompson 3-5/+26
2015-02-19kdb: Fix a prompt management bug when using | grepGravatar Daniel Thompson 1-2/+2
2015-02-19kdb: Remove stack dump when entering kgdb due to NMIGravatar Daniel Thompson 1-1/+0
2015-02-19kdb: Avoid printing KERN_ levels to consolesGravatar Daniel Thompson 2-10/+14
2015-02-19kdb: Fix off by one error in kdb_cpu()Gravatar Jason Wessel 2-2/+2
2015-02-19kdb: fix incorrect counts in KDB summary command outputGravatar Jay Lan 1-1/+1
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-31/+5
2015-02-18Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-0/+1
2015-02-18sched/rt: Avoid obvious configuration failGravatar Peter Zijlstra 1-3/+11
2015-02-18sched/autogroup: Fix failure to set cpu.rt_runtime_usGravatar Peter Zijlstra 2-5/+7
2015-02-18sched/dl: Do update_rq_clock() in yield_task_dl()Gravatar Kirill Tkhai 1-0/+1
2015-02-18ntp: Fixup adjtimex freq validation on 32-bit systemsGravatar John Stultz 1-3/+7
2015-02-18sched: Prevent recursion in io_schedule()Gravatar NeilBrown 1-19/+12
2015-02-18sched/completion: Serialize completion_done() with complete()Gravatar Oleg Nesterov 1-2/+17
2015-02-18sched: Fix preempt_schedule_common() triggering tracing recursionGravatar Frederic Weisbecker 1-1/+1
2015-02-18sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Gravatar Kirill Tkhai 1-0/+20
2015-02-18sched: Make dl_task_time() use task_rq_lock()Gravatar Peter Zijlstra 3-85/+79
2015-02-18sched: Clarify ordering between task_rq_lock() and move_queued_task()Gravatar Peter Zijlstra 1-0/+16
2015-02-18locking/rtmutex: Avoid a NULL pointer dereference on deadlockGravatar Sebastian Andrzej Siewior 1-1/+2
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 2-151/+37
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-52/+47
2015-02-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-18/+23
2015-02-17seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNOGravatar Kees Cook 1-1/+3
2015-02-17kernel/module.c: do not inline do_init_module()Gravatar Jan Kiszka 1-2/+7
2015-02-17kexec: simplify conditionalGravatar Geoff Levand 1-7/+10
2015-02-17kexec: fix a typo in commentGravatar Alexander Kuleshov 1-1/+1
2015-02-17kexec: remove never used member destination in kimageGravatar Baoquan He 1-4/+0
2015-02-17signal: use current->state helpersGravatar Davidlohr Bueso 1-2/+2
2015-02-17ptrace: remove linux/compat.h inclusion under CONFIG_COMPATGravatar Fabian Frederick 1-1/+0
2015-02-17Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-17/+142
2015-02-16Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+12
2015-02-16livepatch: fix format string in kobject_init_and_add()Gravatar Jiri Kosina 1-2/+2
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleGravatar Rafael J. Wysocki 3-2/+54
2015-02-15timekeeping: Make it safe to use the fast timekeeper while suspendedGravatar Rafael J. Wysocki 1-0/+30
2015-02-13kprobes: makes kprobes/enabled works correctly for optimized kprobes.Gravatar Wang Nan 1-2/+9
2015-02-13kprobes: set kprobes_all_disarmed earlier to enable re-optimization.Gravatar Wang Nan 1-1/+6