-
- Downloads
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull core/locking changes from Ingo Molnar: "Main changes: - another mutex optimization, from Davidlohr Bueso - improved lglock lockdep tracking, from Michel Lespinasse - [ assorted smaller updates, improvements, cleanups. ]" * 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: generic-ipi/locking: Fix misleading smp_call_function_any() description hung_task debugging: Print more info when reporting the problem mutex: Avoid label warning when !CONFIG_MUTEX_SPIN_ON_OWNER mutex: Do not unnecessarily deal with waiters mutex: Fix/document access-once assumption in mutex_can_spin_on_owner() lglock: Update lockdep annotations to report recursive local locks lockdep: Introduce lock_acquire_exclusive()/shared() helper macros
No related branches found
No related tags found
Showing
- include/linux/lockdep.h 23 additions, 69 deletionsinclude/linux/lockdep.h
- kernel/hung_task.c 9 additions, 4 deletionskernel/hung_task.c
- kernel/lglock.c 6 additions, 6 deletionskernel/lglock.c
- kernel/mutex.c 20 additions, 23 deletionskernel/mutex.c
- kernel/smp.c 0 additions, 2 deletionskernel/smp.c
Loading
Please register or sign in to comment