aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07locking/rwsem: Prevent decrement of reader count before incrementWaiman Long1-15/+31
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-1/+12
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+3
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-766/+858
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-49/+38
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2019-04-29locking/lockdep: Remove unnecessary unlikely()zhengbin1-1/+1
2019-04-29lockdep: Simplify stack trace handlingThomas Gleixner1-27/+28
2019-04-29lockdep: Remove save argument from check_prev_add()Thomas Gleixner1-8/+8
2019-04-29lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner1-5/+4
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer1-0/+3
2019-04-29locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker2-67/+167
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+2
2019-04-18locking/lockdep: Generate LOCKF_ bit compositesPeter Zijlstra1-6/+22
2019-04-18locking/lockdep: Use expanded masks on find_usage_*() functionsFrederic Weisbecker1-10/+10
2019-04-18locking/lockdep: Map remaining magic numbers to lock usage mask namesFrederic Weisbecker1-4/+7
2019-04-18locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROVE_LOCKINGFrederic Weisbecker1-4/+6
2019-04-16locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche1-4/+5
2019-04-14lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner1-11/+0
2019-04-14locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long1-1/+2
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche1-17/+12
2019-04-10locking/rwsem: Enable lock event countingWaiman Long3-0/+32
2019-04-10locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long1-1/+27
2019-04-10locking/lock_events: Make lock_events available for all archs & other locksWaiman Long4-132/+173
2019-04-10locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long5-114/+181
2019-04-10locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long2-8/+16
2019-04-10locking/rwsem: Add debug check for __down_read*()Waiman Long2-5/+10
2019-04-10locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()Waiman Long1-10/+5
2019-04-10locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long1-0/+7
2019-04-10locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long3-22/+20
2019-04-10locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long1-86/+86
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon1-1/+5
2019-04-08asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon1-0/+7
2019-04-03locking/rwsem: Optimize down_read_trylock()Waiman Long1-5/+8
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long3-345/+1
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long2-0/+132
2019-03-26locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detectionPaul E. McKenney1-0/+2
2019-03-09locking/lockdep: Only call init_rcu_head() after RCU has been initializedBart Van Assche1-4/+11
2019-03-09locking/lockdep: Avoid a Clang warningArnd Bergmann1-1/+3
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-174/+857
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-5/+32
2019-02-28locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra1-13/+33
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche1-8/+113
2019-02-28locking/lockdep: Verify whether lock objects are small enough to be used as class keysBart Van Assche1-0/+11
2019-02-28locking/lockdep: Check data structure consistencyBart Van Assche1-0/+167
2019-02-28locking/lockdep: Reuse lock chains that have been freedBart Van Assche1-20/+37
2019-02-28locking/lockdep: Fix a comment in add_chain_cache()Bart Van Assche1-1/+1
2019-02-28locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche3-8/+23
2019-02-28locking/lockdep: Reuse list entries that are no longer in useBart Van Assche1-8/+16