summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-02-23audit: don't lose set wait time on first successful call to audit_log_start()Richard Guy Briggs1-3/+4
2015-02-23audit: move the tree pruning to a dedicated threadImre Palik1-28/+60
2015-02-23livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_h...Petr Mladek1-3/+3
2015-02-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+12
2015-02-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+7
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+2
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-99/+148
2015-02-21Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds1-0/+1
2015-02-21Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-23/+64
2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross1-0/+17
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2-2/+2
2015-02-19kdb: Provide forward search at more promptDaniel Thompson3-5/+26
2015-02-19kdb: Fix a prompt management bug when using | grepDaniel Thompson1-2/+2
2015-02-19kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson1-1/+0
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson2-10/+14
2015-02-19kdb: Fix off by one error in kdb_cpu()Jason Wessel2-2/+2
2015-02-19kdb: fix incorrect counts in KDB summary command outputJay Lan1-1/+1
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-31/+5
2015-02-18livepatch: simplify disable error pathJosh Poimboeuf1-50/+17
2015-02-18Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-1/+1
2015-02-18sched/rt/nohz: Stop scheduler tick if running realtime taskRik van Riel1-0/+17
2015-02-18Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-0/+1
2015-02-18perf: Simplify the branch stack checkYan, Zheng1-0/+3
2015-02-18perf: Always switch pmu specific data during context switchYan, Zheng1-0/+3
2015-02-18perf: Add pmu specific data for perf task contextYan, Zheng1-4/+36
2015-02-18perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng1-77/+0
2015-02-18perf: Introduce pmu context switch callbackYan, Zheng1-0/+57
2015-02-18perf: Update userspace page info for software eventShaohua Li1-0/+3
2015-02-18perf: Update shadow timestamp before add eventShaohua Li1-4/+4
2015-02-18locking/rwsem: Check for active lock before bailing on spinningDavidlohr Bueso1-10/+17
2015-02-18locking/rwsem: Avoid deceiving lock spinnersDavidlohr Bueso1-6/+15
2015-02-18locking/rwsem: Set lock ownership ASAPDavidlohr Bueso4-24/+28
2015-02-18locking/rwsem: Document barrier need when waking tasksDavidlohr Bueso2-0/+14
2015-02-18locking/futex: Check PF_KTHREAD rather than !p->mm to filter out kthreadsOleg Nesterov1-1/+1
2015-02-18locking/mutex: Refactor mutex_spin_on_owner()Jason Low1-25/+22
2015-02-18locking/mutex: In mutex_spin_on_owner(), return true when owner changesJason Low1-4/+4
2015-02-18sched/numa: Avoid some pointless iterationsJan Beulich1-0/+2
2015-02-18sched/numa: Do not move past the balance point if unbalancedRik van Riel1-15/+26
2015-02-18sched/rt: Avoid obvious configuration failPeter Zijlstra1-3/+11
2015-02-18sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2-5/+7
2015-02-18sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai1-0/+1
2015-02-18clockevents: Introduce mode specific callbacksViresh Kumar2-5/+115
2015-02-18genirq: Provide disable_hardirq()Peter Zijlstra1-2/+34
2015-02-18ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz1-3/+7
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown1-19/+12
2015-02-18sched/completion: Serialize completion_done() with complete()Oleg Nesterov1-2/+17
2015-02-18sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker1-1/+1
2015-02-18sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai1-0/+20
2015-02-18sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra3-85/+79
2015-02-18sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra1-0/+16