summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)AuthorLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436Thomas Gleixner-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-29/+3
2019-05-24locking/lock_events: Use this_cpu_add() when necessaryWaiman Long-2/+40
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner-14/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+4
2019-05-07locking/rwsem: Prevent decrement of reader count before incrementWaiman Long-15/+31
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-1/+12
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-0/+3
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-766/+858
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-49/+38
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2019-04-29locking/lockdep: Remove unnecessary unlikely()zhengbin-1/+1
2019-04-29lockdep: Simplify stack trace handlingThomas Gleixner-27/+28
2019-04-29lockdep: Remove save argument from check_prev_add()Thomas Gleixner-8/+8
2019-04-29lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner-5/+4
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer-0/+3
2019-04-29locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker-67/+167
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+2
2019-04-18locking/lockdep: Generate LOCKF_ bit compositesPeter Zijlstra-6/+22
2019-04-18locking/lockdep: Use expanded masks on find_usage_*() functionsFrederic Weisbecker-10/+10
2019-04-18locking/lockdep: Map remaining magic numbers to lock usage mask namesFrederic Weisbecker-4/+7
2019-04-18locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR...Frederic Weisbecker-4/+6
2019-04-16locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche-4/+5
2019-04-14lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner-11/+0
2019-04-14locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long-1/+2
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche-17/+12
2019-04-10locking/rwsem: Enable lock event countingWaiman Long-0/+32
2019-04-10locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long-1/+27
2019-04-10locking/lock_events: Make lock_events available for all archs & other locksWaiman Long-132/+173
2019-04-10locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long-114/+181
2019-04-10locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long-8/+16
2019-04-10locking/rwsem: Add debug check for __down_read*()Waiman Long-5/+10
2019-04-10locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()Waiman Long-10/+5
2019-04-10locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long-0/+7
2019-04-10locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long-22/+20
2019-04-10locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long-86/+86
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon-1/+5
2019-04-08asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon-0/+7
2019-04-03locking/rwsem: Optimize down_read_trylock()Waiman Long-5/+8
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long-345/+1
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long-0/+132
2019-03-26locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detectionPaul E. McKenney-0/+2
2019-03-09locking/lockdep: Only call init_rcu_head() after RCU has been initializedBart Van Assche-4/+11
2019-03-09locking/lockdep: Avoid a Clang warningArnd Bergmann-1/+3
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+6
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-174/+857
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar-5/+32
2019-02-28locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra-13/+33
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche-8/+113
2019-02-28locking/lockdep: Verify whether lock objects are small enough to be used as c...Bart Van Assche-0/+11