summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | locking/osq: No need for load/acquire when acquire-pollingDavidlohr Bueso2015-01-141-1/+1
| * | | | | | | | locking/mcs: Better differentiate between MCS variantsDavidlohr Bueso2015-01-144-23/+7
| * | | | | | | | locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso2015-01-141-18/+26
| * | | | | | | | locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso2015-01-141-11/+5
| * | | | | | | | locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso2015-01-141-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-0914-518/+440
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-2114-518/+440
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | | | | | | | |
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *-------. \ \ \ \ \ \ Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney2015-01-1514-501/+391
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | rcutorture: Add more diagnostics in rcu_barrier() test failure casePaul E. McKenney2015-01-101-0/+3
| | | | | | | * | | | | | | rcutorture: Check from beginning to end of grace periodPaul E. McKenney2015-01-103-40/+65
| | | | | | | * | | | | | | rcu: Remove redundant rcu_batches_completed() declarationPaul E. McKenney2015-01-101-1/+0
| | | | | | | * | | | | | | rcutorture: Drop rcu_torture_completed() and friendsPaul E. McKenney2015-01-101-13/+3
| | | | | | | * | | | | | | rcutorture: Use unsigned for Reader Batch computationsPaul E. McKenney2015-01-101-9/+9
| | | | | | | * | | | | | | rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney2015-01-103-6/+6
| | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |
| | | | | | * | | | | | | rcu: Initialize tiny RCU stall-warning timeouts at bootPaul E. McKenney2015-01-151-0/+2
| | | | | | * | | | | | | rcu: Fix RCU CPU stall detection in tiny implementationMiroslav Benes2015-01-151-4/+3
| | | | | | * | | | | | | rcu: Add GP-kthread-starvation checks to CPU stall warningsPaul E. McKenney2015-01-151-1/+20
| | | | | | * | | | | | | rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney2015-01-153-7/+41
| | | | | | * | | | | | | rcu: Optionally run grace-period kthreads at real-time priorityPaul E. McKenney2015-01-152-5/+23
| | | | | | * | | | | | | rcu: Handle gpnum/completed wrap while dyntick idlePaul E. McKenney2015-01-063-6/+15
| | | | | | * | | | | | | rcu: Improve diagnostics for spurious RCU CPU stall warningsPaul E. McKenney2015-01-062-5/+29
| | | | | | * | | | | | | rcu: Make RCU_CPU_STALL_INFO include number of fqs attemptsPaul E. McKenney2015-01-063-1/+5
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | | | | * | | | | | | rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-063-1/+6
| | | | | * | | | | | | rcu: Expand SRCU ->completed to 64 bitsPaul E. McKenney2015-01-061-1/+1
| | | |_|/ / / / / / / | | |/| | | | | | | |
| | | | * | | | | | | rcu: Remove redundant callback-list initializationPaul E. McKenney2015-01-061-3/+0
| | | | * | | | | | | rcu: Don't scan root rcu_node structure for stalled tasksPaul E. McKenney2015-01-061-9/+0
| | | | * | | | | | | rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inve...Lai Jiangshan2015-01-062-12/+1
| | | | * | | | | | | rcu: Note quiescent state when CPU goes offlinePaul E. McKenney2015-01-061-1/+1
| | | | * | | | | | | rcu: Don't bother affinitying rcub kthreads away from offline CPUsPaul E. McKenney2015-01-061-5/+1
| | | | * | | | | | | rcu: Don't initiate RCU priority boosting on root rcu_nodePaul E. McKenney2015-01-061-6/+0
| | | | * | | | | | | rcu: Don't spawn rcub kthreads on root rcu_node structurePaul E. McKenney2015-01-061-6/+2
| | | | * | | | | | | rcu: Make use of rcu_preempt_has_tasks()Paul E. McKenney2015-01-061-3/+3
| | | | * | | | | | | rcu: Shorten irq-disable region in rcu_cleanup_dead_cpu()Paul E. McKenney2015-01-061-2/+2
| | | | * | | | | | | rcu: Don't migrate blocked tasks even if all corresponding CPUs offlinePaul E. McKenney2015-01-063-160/+4
| | | | * | | | | | | rcu: Make rcu_read_unlock_special() propagate ->qsmaskinit bit clearingPaul E. McKenney2015-01-062-3/+17
| | | | * | | | | | | rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu()Paul E. McKenney2015-01-063-19/+66
| | | | * | | | | | | rcu: Rename "empty" to "empty_norm" in preparation for boost reworkPaul E. McKenney2015-01-061-3/+3
| | | | * | | | | | | rcu: Protect rcu_boost() lockless accesses with ACCESS_ONCE()Paul E. McKenney2015-01-061-1/+2
| | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | ksoftirqd: Use new cond_resched_rcu_qs() functionPaul E. McKenney2015-01-141-6/+1
| | | * | | | | | | ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens2015-01-141-1/+5
| | | * | | | | | | rcu: Remove "select IRQ_WORK" from config TREE_RCULai Jiangshan2015-01-061-1/+0
| | | * | | | | | | rcu: Fix rcu_barrier() race that could result in too-short waitPaul E. McKenney2015-01-063-39/+36
| | | * | | | | | | hotplugcpu: Avoid deadlocks by waking active_writerDavid Hildenbrand2015-01-061-33/+23
| | | * | | | | | | tiny_rcu: Directly force QS when call_rcu_[bh|sched]() on idle_taskLai Jiangshan2015-01-064-99/+14
| | | * | | | | | | rcu: Fix invoke_rcu_callbacks() commentPaul E. McKenney2014-12-301-1/+1
| | | * | | | | | | rcu: Remove redundant rcu_is_cpu_rrupt_from_idle() from tiny RCUAlexander Gordeev2014-12-301-11/+1
| | |/ / / / / / /
| | * | | | | | | rcu: Make rcu_nmi_enter() handle nestingPaul E. McKenney2014-12-301-17/+49
| | | | | | | | |
| \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ Merge branches 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://...Linus Torvalds2015-02-061-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz2015-02-051-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-063-7/+34
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
OpenPOWER on IntegriCloud