summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds2015-11-041-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-048-31/+55
|\
| * Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-206-18/+15
| |\
| * | locking/rwsem: Use acquire/release semanticsDavidlohr Bueso2015-10-061-2/+3
| * | locking/mcs: Use acquire/release semanticsDavidlohr Bueso2015-10-061-2/+2
| * | locking/rtmutex: Use acquire/release semanticsDavidlohr Bueso2015-10-061-9/+21
| * | locking/mutex: Use acquire/release semanticsDavidlohr Bueso2015-10-061-4/+5
| * | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-066-43/+118
| |\ \
| * \ \ Merge branch 'locking/urgent' into locking/core, to pick up fixes before appl...Ingo Molnar2015-09-2312-76/+139
| |\ \ \
| * | | | futex: Force hot variables into a single cache lineRasmus Villemoes2015-09-221-2/+11
| * | | | locking/pvqspinlock: Kick the PV CPU unconditionally when _Q_SLOW_VALWaiman Long2015-09-181-5/+1
| * | | | locking/osq: Relax atomic semanticsDavidlohr Bueso2015-09-181-3/+8
| * | | | locking/qrwlock: Rename ->lock to ->wait_lockDavidlohr Bueso2015-09-181-4/+4
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-0416-443/+1111
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into core/rcu, to fix up a semantic conflictIngo Molnar2015-10-287-16/+51
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-10-1916-443/+1111
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | | | | | |
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *---. \ \ \ \ Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney2015-10-086-67/+423
| | |\ \ \ \ \ \ \
| | | | | * | | | | locktorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney2015-10-061-3/+3
| | | | | * | | | | rcutorture: Fix unused-function warning for torturing_tasks()Paul E. McKenney2015-10-061-1/+1
| | | | | * | | | | rcutorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney2015-10-061-3/+3
| | | | |/ / / / / | | | |/| | | | |
| | | | * | | | | rcu_sync: Cleanup the CONFIG_PROVE_RCU checksOleg Nesterov2015-10-061-3/+3
| | | | * | | | | locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()Oleg Nesterov2015-10-061-5/+5
| | | | * | | | | locking/percpu-rwsem: Fix the comments outdated by rcu_syncOleg Nesterov2015-10-061-39/+11
| | | | * | | | | locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov2015-10-061-11/+7
| | | | * | | | | locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safeOleg Nesterov2015-10-061-0/+7
| | | | * | | | | rcu_sync: Introduce rcu_sync_dtor()Oleg Nesterov2015-10-061-0/+26
| | | | * | | | | rcu_sync: Add CONFIG_PROVE_RCU checksOleg Nesterov2015-10-061-0/+20
| | | | * | | | | rcu_sync: Simplify rcu_sync using new rcu_sync_ops structureOleg Nesterov2015-10-061-20/+22
| | | | * | | | | rcu: Create rcu_sync infrastructureOleg Nesterov2015-10-062-1/+176
| | | | * | | | | torture: Consolidate cond_resched_rcu_qs() into stutter_wait()Paul E. McKenney2015-10-062-2/+1
| | | | * | | | | locktorture: Add torture tests for percpu_rwsemPaul E. McKenney2015-10-061-0/+44
| | | | * | | | | locking/percpu-rwsem: Export symbols for locktorturePaul E. McKenney2015-10-061-0/+5
| | | | * | | | | locktorture: Support rtmutex torturingDavidlohr Bueso2015-10-061-2/+112
| | | |/ / / / /
| | * | | | | | Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney2015-10-085-323/+630
| | |\ \ \ \ \ \
| | | * | | | | | rcu: Better hotplug handling for synchronize_sched_expedited()Paul E. McKenney2015-10-081-6/+62
| | | * | | | | | rcu: Enable stall warnings for synchronize_rcu_expedited()Paul E. McKenney2015-10-081-2/+1
| | | * | | | | | rcu: Add tasks to expedited stall-warning messagesPaul E. McKenney2015-10-081-1/+1
| | | * | | | | | rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney2015-10-083-1/+40
| | | * | | | | | rcu: Consolidate expedited CPU selectionPaul E. McKenney2015-10-082-63/+5
| | | * | | | | | rcu: Prepare for consolidating expedited CPU selectionPaul E. McKenney2015-10-081-2/+0
| | | * | | | | | cpu: Remove try_get_online_cpus()Paul E. McKenney2015-10-081-13/+0
| | | * | | | | | rcu: Stop excluding CPU hotplug in synchronize_sched_expedited()Paul E. McKenney2015-10-081-13/+1
| | | * | | | | | rcu: Stop silencing lockdep false positive for expedited grace periodsPaul E. McKenney2015-10-082-23/+2
| | | * | | | | | rcu: Switch synchronize_sched_expedited() to IPIPaul E. McKenney2015-10-082-15/+20
| | | * | | | | | rcu: Make ->cpu_no_qs be a union for aggregate ORPaul E. McKenney2015-09-214-16/+28
| | | * | | | | | rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney2015-09-214-17/+17
| | | * | | | | | rcu: Rename qs_pending to core_needs_qsPaul E. McKenney2015-09-214-12/+12
| | | * | | | | | rcu: Move synchronize_sched_expedited() to combining treePaul E. McKenney2015-09-212-42/+82
| | | * | | | | | rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney2015-09-212-66/+305
| | | * | | | | | rcu: Consolidate tree setup for synchronize_rcu_expedited()Paul E. McKenney2015-09-213-90/+115