summaryrefslogtreecommitdiffstats
path: root/kernel/locking/lockdep.c
Commit message (Expand)AuthorAge
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-16
|\
| * locking/lockdep: Report more stack trace statisticsBart Van Assche2019-07-25
| * locking/lockdep: Reduce space occupied by stack tracesBart Van Assche2019-07-25
| * locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche2019-07-25
* | lockdep: Make print_lock() address visiblePaul E. McKenney2019-08-01
|/
* locking/lockdep: Clean up #ifdef checksArnd Bergmann2019-07-25
* locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann2019-06-25
* locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu2019-06-17
* locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak2019-06-03
* locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak2019-06-03
* locking/lockdep: Remove !dir in lock irq usage checkYuyang Du2019-06-03
* locking/lockdep: Adjust new bit cases in mark_lockYuyang Du2019-06-03
* 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
* 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
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* 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: 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
| |/
* | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-06
|\ \
| * | lockdep: Simplify stack trace handlingThomas Gleixner2019-04-29
| * | lockdep: Remove save argument from check_prev_add()Thomas Gleixner2019-04-29
| * | lockdep: Remove unused trace argument from print_circular_bug()Thomas Gleixner2019-04-29
| * | lockdep: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-14
* | | locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' againBart Van Assche2019-04-16
|/ /
* / locking/lockdep: Zap lock classes even with lock debugging disabledBart Van Assche2019-04-10
|/
* locking/lockdep: Only call init_rcu_head() after RCU has been initializedBart Van Assche2019-03-09
* locking/lockdep: Avoid a Clang warningArnd Bergmann2019-03-09