summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-03-03livepatch: fix RCU usage in klp_find_external_symbol()Peter Zijlstra
2015-03-02cpuidle: Clean up fallback handling in cpuidle_idle_call()Rafael J. Wysocki
2015-03-02cpuset: Fix cpuset sched_relax_domain_levelJason Low
2015-03-02cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li
2015-03-02cpuset: initialize effective masks when clone_children is enabledZefan Li
2015-03-01Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior
2015-02-28idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki
2015-02-28kernel/sys.c: fix UNAME26 for 4.0Jon DeVree
2015-02-26rcu: Tighten up affinity and check for sysidlePaul E. McKenney
2015-02-26rcu: Remove fastpath from __rcu_process_callbacks()Alexander Gordeev
2015-02-26rcu: Remove unnecessary condition check in rcu_qsctr_help()Alexander Gordeev
2015-02-26rcu: Fixes to NO_HZ_FULL sysidle accountingPaul E. McKenney
2015-02-26rcutorture: Make consistent use of variablesPaul E. McKenney
2015-02-26rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney
2015-02-26rcu: Update from rcu_expedited variable to rcu_gp_is_expedited()Paul E. McKenney
2015-02-26rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorturePaul E. McKenney
2015-02-26rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney
2015-02-26rcu: Fix a couple of typos in rcu_all_qs() comment headerPaul E. McKenney
2015-02-26rcu: Avoid clobbering early boot callbacksPaul E. McKenney
2015-02-26rcu: Refine diagnostics for lacking kthread for no-CBs callbacksPaul E. McKenney
2015-02-26rcu: Prevent early-boot RCU callbacks from splattingPaul E. McKenney
2015-02-26rcu: Wire ->rda pointers at compile timePaul E. McKenney
2015-02-26rcu: Abstract default callback-list initialization from init_callback_list()Paul E. McKenney
2015-02-25rcu_tree: Avoid touching rnp->completed when a new GP is startedLai Jiangshan
2015-02-25rcu: Consolidate rcu_synchronize and wakeme_after_rcu()Paul E. McKenney
2015-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-02-22livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_h...Petr Mladek
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-02-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-02-21Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds
2015-02-20Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson
2015-02-19kdb: Provide forward search at more promptDaniel Thompson
2015-02-19kdb: Fix a prompt management bug when using | grepDaniel Thompson
2015-02-19kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson
2015-02-19kdb: Fix off by one error in kdb_cpu()Jason Wessel
2015-02-19kdb: fix incorrect counts in KDB summary command outputJay Lan
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2015-02-18Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2015-02-18sched/rt: Avoid obvious configuration failPeter Zijlstra
2015-02-18sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra
2015-02-18sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai
2015-02-18ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown
2015-02-18sched/completion: Serialize completion_done() with complete()Oleg Nesterov