| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-01-11 | 20 | -146/+904 |
|\ |
|
| * | futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op | Darren Hart | 2015-12-20 | 1 | -1/+2 |
| * | futex: Cleanup the goto confusion in requeue_pi() | Thomas Gleixner | 2015-12-20 | 1 | -2/+7 |
| * | futex: Remove pointless put_pi_state calls in requeue() | Thomas Gleixner | 2015-12-20 | 1 | -4/+2 |
| * | futex: Document pi_state refcounting in requeue code | Thomas Gleixner | 2015-12-20 | 1 | -12/+39 |
| * | futex: Rename free_pi_state() to put_pi_state() | Thomas Gleixner | 2015-12-20 | 1 | -7/+10 |
| * | futex: Drop refcount if requeue_pi() acquired the rtmutex | Thomas Gleixner | 2015-12-20 | 1 | -0/+5 |
| * | locking/barriers, arch: Remove ambiguous statement in the smp_store_mb() docu... | Davidlohr Bueso | 2015-12-04 | 1 | -2/+2 |
| * | lcoking/barriers, arch: Use smp barriers in smp_store_release() | Davidlohr Bueso | 2015-12-04 | 4 | -4/+4 |
| * | locking/cmpxchg, arch: Remove tas() definitions | Davidlohr Bueso | 2015-12-04 | 4 | -7/+0 |
| * | locking/pvqspinlock: Queue node adaptive spinning | Waiman Long | 2015-12-04 | 3 | -4/+50 |
| * | locking/pvqspinlock: Allow limited lock stealing | Waiman Long | 2015-12-04 | 3 | -28/+155 |
| * | locking/pvqspinlock: Collect slowpath lock statistics | Waiman Long | 2015-12-04 | 3 | -5/+316 |
| * | sched/core, locking: Document Program-Order guarantees | Peter Zijlstra | 2015-12-04 | 1 | -0/+91 |
| * | locking, sched: Introduce smp_cond_acquire() and use it | Peter Zijlstra | 2015-12-04 | 4 | -10/+20 |
| * | Merge branch 'sched/urgent' into locking/core, to pick up scheduler fix we re... | Ingo Molnar | 2015-12-04 | 5 | -15/+45 |
| |\ |
|
| * | | locking/pvqspinlock, x86: Optimize the PV unlock code path | Waiman Long | 2015-11-23 | 2 | -16/+86 |
| * | | locking/qspinlock: Avoid redundant read of next pointer | Waiman Long | 2015-11-23 | 1 | -3/+6 |
| * | | locking/qspinlock: Prefetch the next node cacheline | Waiman Long | 2015-11-23 | 1 | -0/+10 |
| * | | locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg() | Waiman Long | 2015-11-23 | 2 | -9/+29 |
| * | | atomics: Add test for atomic operations with _relaxed variants | Boqun Feng | 2015-11-23 | 1 | -41/+79 |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-01-11 | 34 | -287/+7552 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2016-01-06 | 34 | -287/+7552 |
| |\ \ \ |
|
| | * | | | sysrq: Fix warning in sysrq generated crash. | Ani Sinha | 2015-12-29 | 1 | -0/+6 |
| | | | | | |
| | | \ \ | |
| | | \ \ | |
| | | \ \ | |
| | | \ \ | |
| | | \ \ | |
| | *-----. \ \ | Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li... | Paul E. McKenney | 2015-12-07 | 25 | -210/+466 |
| | |\ \ \ \ \ \ |
|
| | | | | | * | | | torture: Place console.log files correctly from the get-go | Paul E. McKenney | 2015-12-05 | 1 | -3/+2 |
| | | | | | * | | | torture: Abbreviate console error dump | Paul E. McKenney | 2015-12-05 | 1 | -6/+35 |
| | | | | | * | | | rcutorture: Print symbolic name for ->gp_state | Paul E. McKenney | 2015-12-05 | 2 | -2/+25 |
| | | | | | * | | | rcutorture: Print symbolic name for rcu_torture_writer_state | Paul E. McKenney | 2015-12-05 | 1 | -1/+23 |
| | | | | | * | | | rcutorture: Remove CONFIG_RCU_USER_QS from rcutorture selftest doc | Yang Shi | 2015-12-05 | 2 | -5/+0 |
| | | | | | * | | | rcutorture: Default grace period to three minutes, allow override | Paul E. McKenney | 2015-12-05 | 2 | -3/+8 |
| | | | | | * | | | rcutorture: Dump stack when GP kthread stalls | Paul E. McKenney | 2015-12-05 | 1 | -1/+4 |
| | | | | | * | | | rcutorture: Flag nonexistent RCU GP kthread | Paul E. McKenney | 2015-12-05 | 1 | -1/+1 |
| | | | | | * | | | rcutorture: Add batch number to script printout | Paul E. McKenney | 2015-12-05 | 1 | -6/+9 |
| | | | | * | | | | list: Use WRITE_ONCE() when initializing list_head structures | Paul E. McKenney | 2015-12-04 | 1 | -1/+1 |
| | | | | * | | | | list: Introduces generic list_splice_tail_init_rcu() | Petko Manolov | 2015-12-04 | 1 | -20/+49 |
| | | | | * | | | | list: Use READ_ONCE() when testing for empty lists | Paul E. McKenney | 2015-11-23 | 3 | -4/+4 |
| | | | | * | | | | list: Use WRITE_ONCE() when adding to lists and hlists | Paul E. McKenney | 2015-11-23 | 2 | -5/+5 |
| | | | | |/ / / |
|
| | | | * | | | | list: Add lockless list traversal primitives | Alexey Kardashevskiy | 2015-12-07 | 1 | -0/+36 |
| | | | * | | | | rcu: Make rcu_gp_init() be bool rather than int | Paul E. McKenney | 2015-12-07 | 1 | -5/+5 |
| | | | * | | | | rcu: Move wakeup out from under rnp->lock | Peter Zijlstra | 2015-12-07 | 1 | -1/+1 |
| | | | * | | | | rcu: Fix comment for rcu_dereference_raw_notrace | Alexey Kardashevskiy | 2015-12-07 | 1 | -1/+1 |
| | | | * | | | | rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}() | Paul E. McKenney | 2015-12-07 | 5 | -10/+40 |
| | | | * | | | | rcu: Make cpu_needs_another_gp() be bool | Paul E. McKenney | 2015-12-07 | 1 | -7/+7 |
| | | | * | | | | rcu: Eliminate unused rcu_init_one() argument | Paul E. McKenney | 2015-12-07 | 2 | -5/+4 |
| | | | * | | | | rcu: Stop disabling interrupts in scheduler fastpaths | Paul E. McKenney | 2015-12-04 | 4 | -26/+23 |
| | | | * | | | | rcu: Avoid tick_nohz_active checks on NOCBs CPUs | Paul E. McKenney | 2015-12-04 | 1 | -5/+2 |
| | | | * | | | | rcu: Fix obsolete rcu_bootup_announce_oddness() comment | Paul E. McKenney | 2015-12-04 | 1 | -2/+1 |
| | | | * | | | | rcu: Remove lock-acquisition loop from rcu_read_unlock_special() | Paul E. McKenney | 2015-12-04 | 1 | -12/+6 |
| | | | * | | | | rcu: Simplify rcu_sched_qs() control flow | Paul E. McKenney | 2015-12-04 | 1 | -15/+14 |