Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking updates from Ingo Molnar: "The main changes in this cycle were: - a big round of FUTEX_UNLOCK_PI improvements, fixes, cleanups and general restructuring - lockdep updates such as new checks for lock_downgrade() - introduce the new atomic_try_cmpxchg() locking API and use it to optimize refcount code generation - ... plus misc fixes, updates and cleanups" * 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (38 commits) MAINTAINERS: Add FUTEX SUBSYSTEM futex: Clarify mark_wake_futex memory barrier usage futex: Fix small (and harmless looking) inconsistencies futex: Avoid freeing an active timer rtmutex: Plug preempt count leak in rt_mutex_futex_unlock() rtmutex: Fix more prio comparisons rtmutex: Fix PI chain order integrity sched,tracing: Update trace_sched_pi_setprio() sched/rtmutex: Refactor rt_mutex_setprio() rtmutex: Clean up sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period update sched/rtmutex/deadline: Fix a PI crash for deadline tasks rtmutex: Deboost before waking up the top waiter locking/ww-mutex: Limit stress test to 2 seconds locking/atomic: Fix atomic_try_cmpxchg() semantics lockdep: Fix per-cpu static objects futex: Drop hb->lock before enqueueing on the rtmutex futex: Futex_unlock_pi() determinism futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() ...
Showing
- MAINTAINERS 17 additions, 0 deletionsMAINTAINERS
- arch/x86/include/asm/atomic.h 15 additions, 18 deletionsarch/x86/include/asm/atomic.h
- arch/x86/include/asm/atomic64_64.h 19 additions, 27 deletionsarch/x86/include/asm/atomic64_64.h
- arch/x86/include/asm/cmpxchg.h 70 additions, 0 deletionsarch/x86/include/asm/cmpxchg.h
- include/linux/atomic.h 46 additions, 0 deletionsinclude/linux/atomic.h
- include/linux/init_task.h 1 addition, 0 deletionsinclude/linux/init_task.h
- include/linux/lockdep.h 3 additions, 0 deletionsinclude/linux/lockdep.h
- include/linux/module.h 6 additions, 0 deletionsinclude/linux/module.h
- include/linux/percpu.h 1 addition, 0 deletionsinclude/linux/percpu.h
- include/linux/refcount.h 19 additions, 0 deletionsinclude/linux/refcount.h
- include/linux/sched.h 2 additions, 0 deletionsinclude/linux/sched.h
- include/linux/sched/rt.h 8 additions, 15 deletionsinclude/linux/sched/rt.h
- include/linux/smp.h 12 additions, 0 deletionsinclude/linux/smp.h
- include/trace/events/sched.h 9 additions, 7 deletionsinclude/trace/events/sched.h
- kernel/cpu.c 6 additions, 0 deletionskernel/cpu.c
- kernel/fork.c 1 addition, 0 deletionskernel/fork.c
- kernel/futex.c 345 additions, 173 deletionskernel/futex.c
- kernel/locking/lockdep.c 154 additions, 88 deletionskernel/locking/lockdep.c
- kernel/locking/rtmutex-debug.c 0 additions, 9 deletionskernel/locking/rtmutex-debug.c
- kernel/locking/rtmutex-debug.h 0 additions, 3 deletionskernel/locking/rtmutex-debug.h
Please register or sign in to comment