| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 30 | -483/+282 |
|\ |
|
| * | locking/lockdep: Revert qrwlock recusive stuff | Peter Zijlstra | 2014-10-03 | 3 | -64/+8 |
| * | locking/rwsem: Avoid double checking before try acquiring write lock | Jason Low | 2014-10-03 | 1 | -9/+11 |
| * | locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definition | Davidlohr Bueso | 2014-09-16 | 1 | -4/+3 |
| * | locking/rwlock, x86: Delete unused asm/rwlock.h and rwlock.S | Waiman Long | 2014-09-10 | 3 | -94/+0 |
| * | locking/rwlock, x86: Clean up asm/spinlock*.h to remove old rwlock code | Waiman Long | 2014-09-10 | 2 | -83/+2 |
| * | locking/semaphore: Resolve some shadow warnings | Mark Rustad | 2014-09-04 | 1 | -6/+6 |
| * | locking/selftest: Support queued rwlock | Waiman Long | 2014-08-13 | 1 | -7/+49 |
| * | locking/lockdep: Restrict the use of recursive read_lock() with qrwlock | Waiman Long | 2014-08-13 | 2 | -1/+15 |
| * | locking/spinlocks: Always evaluate the second argument of spin_lock_nested() | Bart Van Assche | 2014-08-13 | 1 | -1/+7 |
| * | locking/Documentation: Update locking/mutex-design.txt disadvantages | Davidlohr Bueso | 2014-08-13 | 1 | -3/+3 |
| * | locking/Documentation: Move locking related docs into Documentation/locking/ | Davidlohr Bueso | 2014-08-13 | 17 | -19/+21 |
| * | locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriate | Davidlohr Bueso | 2014-08-13 | 2 | -2/+2 |
| * | locking/mutexes: Refactor optimistic spinning code | Davidlohr Bueso | 2014-08-13 | 1 | -182/+214 |
| * | locking/mcs: Remove obsolete comment | Davidlohr Bueso | 2014-08-13 | 1 | -3/+0 |
| * | locking/mutexes: Document quick lock release when unlocking | Davidlohr Bueso | 2014-08-13 | 1 | -2/+9 |
| * | locking/mutexes: Standardize arguments in lock/unlock slowpaths | Davidlohr Bueso | 2014-08-13 | 1 | -3/+4 |
| * | locking: Remove deprecated smp_mb__() barriers | Peter Zijlstra | 2014-08-13 | 3 | -72/+0 |
* | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 33 | -2320/+1611 |
|\ \ |
|
| * | | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 2014-10-03 | 18 | -24/+24 |
| * | | locking, mips: Fix atomics | Peter Zijlstra | 2014-09-10 | 1 | -3/+3 |
| * | | locking, sparc64: Fix atomics | Peter Zijlstra | 2014-09-10 | 1 | -2/+2 |
| * | | locking,arch: Rewrite generic atomic support | Peter Zijlstra | 2014-08-14 | 3 | -147/+148 |
| * | | locking,arch,xtensa: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -151/+82 |
| * | | locking,arch,sparc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 6 | -148/+133 |
| * | | locking,arch,sh: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 3 | -170/+112 |
| * | | locking,arch,powerpc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -121/+77 |
| * | | locking,arch,parisc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -44/+69 |
| * | | locking,arch,mn10300: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -83/+42 |
| * | | locking,arch,mips: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -370/+187 |
| * | | locking,arch,metag: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 2 | -120/+77 |
| * | | locking,arch,m68k: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -62/+47 |
| * | | locking,arch,m32r: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -86/+57 |
| * | | locking,arch,ia64: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -102/+86 |
| * | | locking,arch,hexagon: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -31/+37 |
| * | | locking,arch,cris: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -32/+25 |
| * | | locking,arch,avr32: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -61/+62 |
| * | | locking,arch,arm64: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -117/+80 |
| * | | locking,arch,arm: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -182/+123 |
| * | | locking,arch,arc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -121/+63 |
| * | | locking,arch,alpha: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -133/+80 |
| * | | locking,x86: Kill atomic_or_long() | Peter Zijlstra | 2014-08-14 | 1 | -15/+0 |
| |/ |
|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-10-13 | 63 | -547/+1936 |
|\ \ |
|
| * \ | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2014-10-09 | 6 | -19/+140 |
| |\ \ |
|
| | * | | workqueue: Use cond_resched_rcu_qs macro | Joe Lawrence | 2014-10-06 | 1 | -2/+1 |
| | * | | workqueue: Add quiescent state between work items | Joe Lawrence | 2014-10-06 | 1 | -1/+3 |
| | * | | locktorture: Cleanup header usage | Davidlohr Bueso | 2014-09-30 | 1 | -13/+1 |
| | * | | locktorture: Cannot hold read and write lock | Davidlohr Bueso | 2014-09-30 | 1 | -0/+10 |
| | * | | locktorture: Fix __acquire annotation for spinlock irq | Davidlohr Bueso | 2014-09-30 | 1 | -1/+1 |
| | * | | locktorture: Support rwlocks | Davidlohr Bueso | 2014-09-30 | 5 | -3/+125 |