summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-2517-111/+290
|\
| * Merge branch 'locking/arch-atomic' into locking/core, because the topic is readyIngo Molnar2016-07-073-4/+4
| |\
| | * locking/atomic, arch/rwsem: Employ atomic_long_fetch_add()Peter Zijlstra2016-06-161-1/+1
| | * locking/atomic, arch/qrwlock: Employ atomic_fetch_add_acquire()Peter Zijlstra2016-06-161-1/+1
| | * locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functionsPeter Zijlstra2016-06-161-2/+2
| * | locking/static_keys: Fix non static symbol Sparse warningWei Yongjun2016-07-071-1/+1
| * | locking/qspinlock: Use __this_cpu_dec() instead of full-blown this_cpu_dec()Pan Xinhui2016-06-271-1/+1
| |/
| * locking/spinlock: Update spin_unlock_wait() usersPeter Zijlstra2016-06-142-3/+6
| * locking/barriers: Introduce smp_acquire__after_ctrl_dep()Peter Zijlstra2016-06-141-1/+1
| * locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra2016-06-144-12/+12
| * Merge branch 'linus' into locking/core, to pick up fixes before merging new c...Ingo Molnar2016-06-149-28/+48
| |\
| * | locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra2016-06-081-1/+0
| * | locking/rwsem: Streamline the rwsem_optimistic_spin() codeWaiman Long2016-06-081-18/+20
| * | locking/rwsem: Improve reader wakeup codeWaiman Long2016-06-081-3/+8
| * | locking/rwsem: Protect all writes to owner by WRITE_ONCE()Waiman Long2016-06-081-3/+10
| * | locking/rwsem: Add reader-owned state to the owner fieldWaiman Long2016-06-083-21/+69
| * | locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low2016-06-081-15/+17
| * | locking/qspinlock: Add commentsPeter Zijlstra2016-06-081-0/+57
| * | locking/qspinlock: Clarify xchg_tail() orderingPeter Zijlstra2016-06-081-2/+13
| * | Merge branch 'locking/urgent' into locking/core, to pick up dependencyIngo Molnar2016-06-081-0/+60
| |\ \
| * | | locking/rtmutex: Only warn once on a trylock from bad contextSebastian Andrzej Siewior2016-06-081-1/+1
| * | | locking/lockdep: Use __jhash_mix() for iterate_chain_key()Peter Zijlstra2016-06-081-4/+9
| * | | locking/mutex: Set and clear owner using WRITE_ONCE()Jason Low2016-06-032-4/+10
| * | | locking/rwsem: Optimize write lock by reducing operations in slowpathJason Low2016-06-031-7/+18
| * | | locking/rwsem: Rework zeroing reader waiter->taskDavidlohr Bueso2016-06-031-10/+7
| * | | locking/rwsem: Enable lockless waiter wakeup(s)Davidlohr Bueso2016-06-031-16/+42
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-259-736/+844
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-06-309-736/+844
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | *-. \ \ \ Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14...Paul E. McKenney2016-06-159-736/+844
| | |\ \ \ \ \
| | | | * | | | rcutorture: Fix error return code in rcu_perf_init()Wei Yongjun2016-06-141-1/+3
| | | | * | | | rcuperf: Don't treat gp_exp mis-setting as a WARNBoqun Feng2016-06-141-3/+11
| | | | * | | | torture: Stop onoff task if there is only one cpuBoqun Feng2016-06-141-0/+8
| | | | * | | | torture: Break online and offline functions out of torture_onoff()Paul E. McKenney2016-06-141-64/+104
| | | | * | | | torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney2016-06-142-8/+1
| | | | * | | | torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLEPaul E. McKenney2016-06-141-6/+1
| | | |/ / / / | | |/| | | |
| | | * | | | rcu: Correctly handle sparse possible cpusMark Rutland2016-06-154-23/+34
| | | * | | | rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira2016-06-152-0/+23
| | | * | | | rcu: Fix a typo in a commentPaul E. McKenney2016-06-151-1/+1
| | | * | | | rcu: Make call_rcu_tasks() tolerate first call with irqs disabledPaul E. McKenney2016-06-151-2/+5
| | | * | | | rcu: Move expedited code from tree_plugin.h to tree_exp.hPaul E. McKenney2016-06-142-88/+94
| | | * | | | rcu: Move expedited code from tree.c to tree_exp.hPaul E. McKenney2016-06-142-543/+566
| | | * | | | rcu: Remove some superfluous linesPeter Zijlstra2016-06-141-3/+0
| | | * | | | rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init()Paul E. McKenney2016-06-141-2/+1
| | | * | | | rcu: Fix outdated rcu_scheduler_active commentPaul E. McKenney2016-06-141-1/+1
| | |/ / / /
* | | | | | Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-07-241-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-07-141-0/+1
| |\ \ \ \ \ \
| | * | | | | | timekeeping: export get_monotonic_coarse64 symbolGregor Boirie2016-06-301-0/+1
* | | | | | | | Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-161-5/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | workqueue: Fix setting affinity of unbound worker threadsPeter Zijlstra2016-06-161-5/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-151-1/+1
|\ \ \ \ \ \ \ \