summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-1363-547/+1936
|\
| * Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-10-096-19/+140
| |\
| | * workqueue: Use cond_resched_rcu_qs macroJoe Lawrence2014-10-061-2/+1
| | * workqueue: Add quiescent state between work itemsJoe Lawrence2014-10-061-1/+3
| | * locktorture: Cleanup header usageDavidlohr Bueso2014-09-301-13/+1
| | * locktorture: Cannot hold read and write lockDavidlohr Bueso2014-09-301-0/+10
| | * locktorture: Fix __acquire annotation for spinlock irqDavidlohr Bueso2014-09-301-1/+1
| | * locktorture: Support rwlocksDavidlohr Bueso2014-09-305-3/+125
| * | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-09-2360-530/+1798
| |\ \ | | |/
| | * rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-09-185-14/+35
| | * locktorture: Document boot/module parametersPaul E. McKenney2014-09-161-0/+43
| | * rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney2014-09-165-18/+6
| | * locktorture: Add test scenario for rwsem_lockPaul E. McKenney2014-09-163-0/+8
| | * locktorture: Add test scenario for mutex_lockPaul E. McKenney2014-09-163-0/+8
| | * locktorture: Make torture scripting account for new _runnable namePaul E. McKenney2014-09-161-1/+1
| | * locktorture: Introduce torture contextDavidlohr Bueso2014-09-161-79/+82
| | * locktorture: Support rwsemsDavidlohr Bueso2014-09-162-1/+69
| | * locktorture: Add infrastructure for torturing read locksDavidlohr Bueso2014-09-162-24/+168
| | * torture: Address race in module cleanupDavidlohr Bueso2014-09-164-6/+19
| | * locktorture: Make statistics genericDavidlohr Bueso2014-09-161-16/+16
| | * locktorture: Teach about lock debuggingDavidlohr Bueso2014-09-161-2/+13
| | * locktorture: Support mutexesDavidlohr Bueso2014-09-162-2/+41
| | * locktorture: Add documentationDavidlohr Bueso2014-09-161-0/+130
| | * locktorture: Rename locktorture_runnable parameterDavidlohr Bueso2014-09-161-4/+4
| | * Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney2014-09-1624-94/+614
| | |\
| | | * rcutorture: Add RCU-tasks tests to default rcutorture listPaul E. McKenney2014-09-101-0/+3
| | | * rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney2014-09-076-37/+42
| | | * rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney2014-09-074-26/+26
| | | * rcu: Additional information on RCU-tasks stall-warning messagesPaul E. McKenney2014-09-071-0/+9
| | | * rcu: Remove redundant preempt_disable() from rcu_note_voluntary_context_switch()Paul E. McKenney2014-09-071-2/+0
| | | * rcu: Make rcu_tasks_kthread()'s GP-wait loop allow preemptionPaul E. McKenney2014-09-071-5/+6
| | | * rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney2014-09-076-2/+27
| | | * rcu: Defer rcu_tasks_kthread() creation till first call_rcu_tasks()Paul E. McKenney2014-09-071-7/+26
| | | * documentation: Add verbiage on RCU-tasks stall warning messagesPaul E. McKenney2014-09-071-9/+24
| | | * rcu: Improve RCU-tasks energy efficiencyPaul E. McKenney2014-09-071-2/+12
| | | * rcu: Add stall-warning checks for RCU-tasksPaul E. McKenney2014-09-072-4/+30
| | | * rcutorture: Add RCU-tasks test casesPaul E. McKenney2014-09-076-0/+30
| | | * rcutorture: Add torture tests for RCU-tasksPaul E. McKenney2014-09-072-1/+50
| | | * rcu: Export RCU-tasks APIs to GPL modulesSteven Rostedt2014-09-071-0/+2
| | | * rcu: Make TASKS_RCU handle tasks that are almost done exitingPaul E. McKenney2014-09-073-0/+27
| | | * rcu: Add synchronous grace-period waiting for RCU-tasksPaul E. McKenney2014-09-072-0/+57
| | | * rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney2014-09-076-11/+24
| | | * rcu: Add call_rcu_tasks()Paul E. McKenney2014-09-077-11/+242
| | | |
| | | \
| | | \
| | | \
| | *---. \ Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b...Paul E. McKenney2014-09-1631-267/+535
| | |\ \ \ \
| | | | | * | torture: Check for nul bytes in console outputPaul E. McKenney2014-09-071-0/+4
| | | | | * | torture: Print PID in hung-kernel diagnostic messagePaul E. McKenney2014-09-071-1/+1
| | | | | * | rcutorture: Add callback-flood testPaul E. McKenney2014-09-072-1/+103
| | | | | * | rcu: Use pr_alert/pr_cont for printing logsJoe Perches2014-09-073-81/+64
| | | | | * | rcutorture: Specify CONFIG_CPUMASK_OFFSTACK=y for TREE07Paul E. McKenney2014-09-071-0/+1
| | | | | * | rcutorture: Specify MAXSMP=y for TREE01Paul E. McKenney2014-09-075-5/+26
OpenPOWER on IntegriCloud