summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
...
| * | locking/lockdep: Remove useless conditional macroYuyang Du2019-06-031-3/+3
| * | locking/lockdep: Adjust lock usage bit character checksYuyang Du2019-06-031-5/+16
| * | locking/lockdep: Change all print_*() return type to voidYuyang Du2019-06-031-101/+108
| * | Merge tag 'v5.2-rc3' into locking/core, to pick up fixesIngo Molnar2019-06-034-31/+43
| |\ \
| * | | locking/lockdep: Remove the unused print_lock_trace() functionAnders Roxell2019-05-241-4/+0Star
| * | | locking/lockdep: Don't complain about incorrect name for no validate classSebastian Andrzej Siewior2019-05-241-1/+2
* | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-282-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney2019-06-192-2/+2
| |\ \ \ \
| | | * | | torture: Allow inter-stutter interval to be specifiedPaul E. McKenney2019-05-281-1/+1
| | |/ / / | |/| | |
| | * | | rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov2019-05-281-1/+1
| |/ / /
* | | / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436Thomas Gleixner2019-06-051-2/+1Star
| |_|/ |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-29/+3Star
* | | locking/lock_events: Use this_cpu_add() when necessaryWaiman Long2019-05-241-2/+40
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner2019-05-211-14/+1Star
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-214-0/+4
|/
* locking/rwsem: Prevent decrement of reader count before incrementWaiman Long2019-05-071-15/+31
* Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-072-1/+12
|\
| * mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon2019-04-081-1/+5
| * asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon2019-04-081-0/+7
* | Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-071-0/+3
|\ \
| * | locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer2019-04-291-0/+3
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-0614-766/+858
|\ \
| * | locking/lockdep: Remove unnecessary unlikely()zhengbin2019-04-291-1/+1
| * | locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker2019-04-292-67/+167
| * | locking/lockdep: Generate LOCKF_ bit compositesPeter Zijlstra2019-04-181-6/+22
| * | locking/lockdep: Use expanded masks on find_usage_*() functionsFrederic Weisbecker2019-04-181-10/+10
| * | locking/lockdep: Map remaining magic numbers to lock usage mask namesFrederic Weisbecker2019-04-181-4/+7
| * | locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR...Frederic Weisbecker2019-04-181-4/+6
| * | locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long2019-04-141-1/+2
| * | locking/rwsem: Enable lock event countingWaiman Long2019-04-103-0/+32
| * | locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long2019-04-101-1/+27
| * | locking/lock_events: Make lock_events available for all archs & other locksWaiman Long2019-04-104-132/+173
| * | locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long2019-04-105-114/+181
| * | locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long2019-04-102-8/+16
| * | locking/rwsem: Add debug check for __down_read*()Waiman Long2019-04-102-5/+10
| * | locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()Waiman Long2019-04-101-10/+5Star
| * | locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long2019-04-101-0/+7
| * | locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long2019-04-103-22/+20Star
| * | locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long2019-04-101-86/+86
| * | locking/rwsem: Optimize down_read_trylock()Waiman Long2019-04-031-5/+8
| * | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-033-345/+1Star
| * | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-032-0/+132
| |/
* | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-49/+38Star
|\ \
| * | lockdep: Simplify stack trace handlingThomas Gleixner2019-04-291-27/+28
| * | lockdep: Remove save argument from check_prev_add()Thomas Gleixner2019-04-291-8/+8
| * | lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner2019-04-291-5/+4Star
| * | lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-11/+0Star
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-061-0/+2
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-04-181-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detectionPaul E. McKenney2019-03-261-0/+2
| | |/