summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney
2015-01-15rcu: Initialize tiny RCU stall-warning timeouts at bootPaul E. McKenney
2015-01-15rcu: Fix RCU CPU stall detection in tiny implementationMiroslav Benes
2015-01-15rcu: Add GP-kthread-starvation checks to CPU stall warningsPaul E. McKenney
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney
2015-01-15rcu: Optionally run grace-period kthreads at real-time priorityPaul E. McKenney
2015-01-14ksoftirqd: Use new cond_resched_rcu_qs() functionPaul E. McKenney
2015-01-14ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens
2015-01-10rcutorture: Add more diagnostics in rcu_barrier() test failure casePaul E. McKenney
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney
2015-01-10rcu: Remove redundant rcu_batches_completed() declarationPaul E. McKenney
2015-01-10rcutorture: Drop rcu_torture_completed() and friendsPaul E. McKenney
2015-01-10rcutorture: Use unsigned for Reader Batch computationsPaul E. McKenney
2015-01-10rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney
2015-01-06rcu: Handle gpnum/completed wrap while dyntick idlePaul E. McKenney
2015-01-06rcu: Improve diagnostics for spurious RCU CPU stall warningsPaul E. McKenney
2015-01-06rcu: Make RCU_CPU_STALL_INFO include number of fqs attemptsPaul E. McKenney
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar
2015-01-06rcu: Expand SRCU ->completed to 64 bitsPaul E. McKenney
2015-01-06rcu: Remove redundant callback-list initializationPaul E. McKenney
2015-01-06rcu: Don't scan root rcu_node structure for stalled tasksPaul E. McKenney
2015-01-06rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inve...Lai Jiangshan
2015-01-06rcu: Note quiescent state when CPU goes offlinePaul E. McKenney
2015-01-06rcu: Don't bother affinitying rcub kthreads away from offline CPUsPaul E. McKenney
2015-01-06rcu: Don't initiate RCU priority boosting on root rcu_nodePaul E. McKenney
2015-01-06rcu: Don't spawn rcub kthreads on root rcu_node structurePaul E. McKenney
2015-01-06rcu: Make use of rcu_preempt_has_tasks()Paul E. McKenney
2015-01-06rcu: Shorten irq-disable region in rcu_cleanup_dead_cpu()Paul E. McKenney
2015-01-06rcu: Don't migrate blocked tasks even if all corresponding CPUs offlinePaul E. McKenney
2015-01-06rcu: Make rcu_read_unlock_special() propagate ->qsmaskinit bit clearingPaul E. McKenney
2015-01-06rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu()Paul E. McKenney
2015-01-06rcu: Rename "empty" to "empty_norm" in preparation for boost reworkPaul E. McKenney
2015-01-06rcu: Protect rcu_boost() lockless accesses with ACCESS_ONCE()Paul E. McKenney
2015-01-06rcu: Remove "select IRQ_WORK" from config TREE_RCULai Jiangshan
2015-01-06rcu: Fix rcu_barrier() race that could result in too-short waitPaul E. McKenney
2015-01-06hotplugcpu: Avoid deadlocks by waking active_writerDavid Hildenbrand
2015-01-06tiny_rcu: Directly force QS when call_rcu_[bh|sched]() on idle_taskLai Jiangshan
2014-12-30rcu: Fix invoke_rcu_callbacks() commentPaul E. McKenney
2014-12-30rcu: Remove redundant rcu_is_cpu_rrupt_from_idle() from tiny RCUAlexander Gordeev
2014-12-30rcu: Make rcu_nmi_enter() handle nestingPaul E. McKenney
2014-12-20Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-19PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki
2014-12-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-12-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-12-19tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner
2014-12-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-18param: do not set store func without write permKees Cook
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds