Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking changes from Ingo Molnar: "Various updates: - Futex scalability improvements: remove page lock use for shared futex get_futex_key(), which speeds up 'perf bench futex hash' benchmarks by over 40% on a 60-core Westmere. This makes anon-mem shared futexes perform close to private futexes. (Mel Gorman) - lockdep hash collision detection and fix (Alfredo Alvarez Fernandez) - lockdep testing enhancements (Alfredo Alvarez Fernandez) - robustify lockdep init by using hlists (Andrew Morton, Andrey Ryabinin) - mutex and csd_lock micro-optimizations (Davidlohr Bueso) - small x86 barriers tweaks (Michael S Tsirkin) - qspinlock updates (Waiman Long)" * 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (25 commits) locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait() locking/csd_lock: Explicitly inline csd_lock*() helpers futex: Replace barrier() in unqueue_me() with READ_ONCE() locking/lockdep: Detect chain_key collisions locking/lockdep: Prevent chain_key collisions tools/lib/lockdep: Fix link creation warning tools/lib/lockdep: Add tests for AA and ABBA locking tools/lib/lockdep: Add userspace version of READ_ONCE() tools/lib/lockdep: Fix the build on recent kernels locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h locking/mutex: Allow next waiter lockless wakeup locking/pvqspinlock: Enable slowpath locking count tracking locking/qspinlock: Use smp_cond_acquire() in pending code locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_spin_steal_lock() locking/mcs: Fix mcs_spin_lock() ordering futex: Remove requirement for lock_page() in get_futex_key() futex: Rename barrier references in ordering guarantees locking/atomics: Update comment about READ_ONCE() and structures locking/lockdep: Eliminate lockdep_init() locking/lockdep: Convert hash tables to hlists ...
No related branches found
No related tags found
Showing
- arch/c6x/kernel/setup.c 0 additions, 2 deletionsarch/c6x/kernel/setup.c
- arch/microblaze/kernel/setup.c 0 additions, 2 deletionsarch/microblaze/kernel/setup.c
- arch/powerpc/kernel/setup_32.c 0 additions, 2 deletionsarch/powerpc/kernel/setup_32.c
- arch/powerpc/kernel/setup_64.c 0 additions, 3 deletionsarch/powerpc/kernel/setup_64.c
- arch/s390/kernel/early.c 0 additions, 1 deletionarch/s390/kernel/early.c
- arch/sparc/kernel/head_64.S 0 additions, 8 deletionsarch/sparc/kernel/head_64.S
- arch/x86/include/asm/barrier.h 7 additions, 8 deletionsarch/x86/include/asm/barrier.h
- arch/x86/kernel/process.c 2 additions, 2 deletionsarch/x86/kernel/process.c
- arch/x86/lguest/boot.c 0 additions, 6 deletionsarch/x86/lguest/boot.c
- include/asm-generic/qspinlock.h 0 additions, 5 deletionsinclude/asm-generic/qspinlock.h
- include/asm-generic/qspinlock_types.h 5 additions, 0 deletionsinclude/asm-generic/qspinlock_types.h
- include/linux/compiler.h 3 additions, 2 deletionsinclude/linux/compiler.h
- include/linux/lockdep.h 0 additions, 2 deletionsinclude/linux/lockdep.h
- init/main.c 0 additions, 5 deletionsinit/main.c
- kernel/futex.c 113 additions, 26 deletionskernel/futex.c
- kernel/locking/lockdep.c 57 additions, 75 deletionskernel/locking/lockdep.c
- kernel/locking/mcs_spinlock.h 7 additions, 1 deletionkernel/locking/mcs_spinlock.h
- kernel/locking/mutex.c 3 additions, 2 deletionskernel/locking/mutex.c
- kernel/locking/qspinlock.c 3 additions, 4 deletionskernel/locking/qspinlock.c
- kernel/locking/qspinlock_paravirt.h 14 additions, 7 deletionskernel/locking/qspinlock_paravirt.h
Loading
Please register or sign in to comment