aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAge
...
| * | locking/lockdep: Consolidate lock usage bit initializationYuyang Du2019-06-03
| * | locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALLYuyang Du2019-06-03
| * | locking/lockdep: Refactorize check_noncircular and check_redundantYuyang Du2019-06-03
| * | locking/lockdep: Remove unused argument in __lock_releaseYuyang Du2019-06-03
| * | locking/lockdep: Remove redundant argument in check_deadlockYuyang Du2019-06-03
| * | locking/lockdep: Update comments on dependency searchYuyang Du2019-06-03
| * | locking/lockdep: Avoid constant checks in __bfs by using offset referenceYuyang Du2019-06-03
| * | locking/lockdep: Change the return type of __cq_dequeue()Yuyang Du2019-06-03
| * | locking/lockdep: Change type of the element field in circular_queueYuyang Du2019-06-03
| * | locking/lockdep: Update commentYuyang Du2019-06-03
| * | locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()Yuyang Du2019-06-03
| * | locking/lockdep: Change the range of class_idx in held_lock structYuyang Du2019-06-03
| * | locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du2019-06-03
| * | locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-03
| * | locking/lockdep: Print the right depth for chain key collisionYuyang Du2019-06-03
| * | locking/lockdep: Remove useless conditional macroYuyang Du2019-06-03
| * | locking/lockdep: Adjust lock usage bit character checksYuyang Du2019-06-03
| * | locking/lockdep: Change all print_*() return type to voidYuyang Du2019-06-03
| * | Merge tag 'v5.2-rc3' into locking/core, to pick up fixesIngo Molnar2019-06-03
| |\ \
| * | | locking/lockdep: Remove the unused print_lock_trace() functionAnders Roxell2019-05-24
| * | | locking/lockdep: Don't complain about incorrect name for no validate classSebastian Andrzej Siewior2019-05-24
* | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-28
|\ \ \ \ | |_|_|/ |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney2019-06-19
| |\ \ \ \
| | | * | | torture: Allow inter-stutter interval to be specifiedPaul E. McKenney2019-05-28
| | |/ / / | |/| | |
| | * | | rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov2019-05-28
| |/ / /
* | | / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436Thomas Gleixner2019-06-05
| |_|/ |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-30
* | | locking/lock_events: Use this_cpu_add() when necessaryWaiman Long2019-05-24
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner2019-05-21
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
|/
* locking/rwsem: Prevent decrement of reader count before incrementWaiman Long2019-05-07
* Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-06
|\
| * mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon2019-04-08
| * asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon2019-04-08
* | Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-06
|\ \
| * | locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer2019-04-29
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-06
|\ \
| * | locking/lockdep: Remove unnecessary unlikely()zhengbin2019-04-29
| * | locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker2019-04-29
| * | locking/lockdep: Generate LOCKF_ bit compositesPeter Zijlstra2019-04-18
| * | locking/lockdep: Use expanded masks on find_usage_*() functionsFrederic Weisbecker2019-04-18
| * | locking/lockdep: Map remaining magic numbers to lock usage mask namesFrederic Weisbecker2019-04-18
| * | locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR...Frederic Weisbecker2019-04-18
| * | locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long2019-04-14
| * | locking/rwsem: Enable lock event countingWaiman Long2019-04-10
| * | locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long2019-04-10
| * | locking/lock_events: Make lock_events available for all archs & other locksWaiman Long2019-04-10
| * | locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long2019-04-10
| * | locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long2019-04-10
| * | locking/rwsem: Add debug check for __down_read*()Waiman Long2019-04-10