aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)Author
2020-06-29Merge tag 'v5.2.46' into v5.2/standard/baseBruce Ashfield
2020-06-24locking/lockdep: Clean up #ifdef checksArnd Bergmann
2020-06-24locking/lockdep: Remove the unused print_lock_trace() functionAnders Roxell
2020-06-24locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann
2020-06-24locking/lockdep: Consolidate lock usage bit initializationYuyang Du
2020-06-05Merge tag 'v5.2.42' into v5.2/standard/baseBruce Ashfield
2020-06-01locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney
2020-06-01locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng
2020-03-21Merge branch 'linux-5.2.y' into v5.2/standard/baseBruce Ashfield
2020-03-20locking/spinlock/debug: Fix various data racesMarco Elver
2019-11-10Merge tag 'v5.2.22' into v5.2/standard/baseBruce Ashfield
2019-11-09Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li
2019-09-09Merge tag 'v5.2.12' into v5.2/standard/baseBruce Ashfield
2019-09-06lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra
2019-09-06locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek
2019-08-12Merge tag 'v5.2.5' into v5.2/standard/baseBruce Ashfield
2019-07-31locking/lockdep: Hide unused 'class' variableArnd Bergmann
2019-07-31locking/lockdep: Fix lock used or unused stats errorYuyang Du
2019-07-27Merge tag 'v5.2.3' into v5.2/standard/baseBruce Ashfield
2019-07-26locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak
2019-07-26locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak
2019-07-22aufs5: standalone supportBruce Ashfield
2019-07-22aufs5: base supportBruce Ashfield
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-24locking/lock_events: Use this_cpu_add() when necessaryWaiman Long
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-07locking/rwsem: Prevent decrement of reader count before incrementWaiman Long
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-04-29locking/lockdep: Remove unnecessary unlikely()zhengbin
2019-04-29lockdep: Simplify stack trace handlingThomas Gleixner
2019-04-29lockdep: Remove save argument from check_prev_add()Thomas Gleixner
2019-04-29lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer
2019-04-29locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker
2019-04-18Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-04-18locking/lockdep: Generate LOCKF_ bit compositesPeter Zijlstra
2019-04-18locking/lockdep: Use expanded masks on find_usage_*() functionsFrederic Weisbecker
2019-04-18locking/lockdep: Map remaining magic numbers to lock usage mask namesFrederic Weisbecker
2019-04-18locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR...Frederic Weisbecker
2019-04-16locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche
2019-04-14lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-04-14locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long
2019-04-10locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche
2019-04-10locking/rwsem: Enable lock event countingWaiman Long