summaryrefslogtreecommitdiff
path: root/kernel/locking/lockdep.c
AgeCommit message (Expand)Author
2019-12-25locking/lockdep: Fix buffer overrun problem in stack_trace[]Waiman Long
2019-11-13locking/lockdep: Update the comment for __lock_release()Dan Carpenter
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-09-16Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-08-01lockdep: Make print_lock() address visiblePaul E. McKenney
2019-07-25locking/lockdep: Report more stack trace statisticsBart Van Assche
2019-07-25locking/lockdep: Reduce space occupied by stack tracesBart Van Assche
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche
2019-07-25locking/lockdep: Clean up #ifdef checksArnd Bergmann
2019-06-25locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann
2019-06-17locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu
2019-06-03locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak
2019-06-03locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak
2019-06-03locking/lockdep: Remove !dir in lock irq usage checkYuyang Du
2019-06-03locking/lockdep: Adjust new bit cases in mark_lockYuyang Du
2019-06-03locking/lockdep: Consolidate lock usage bit initializationYuyang Du
2019-06-03locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALLYuyang Du
2019-06-03locking/lockdep: Refactorize check_noncircular and check_redundantYuyang Du
2019-06-03locking/lockdep: Remove unused argument in __lock_releaseYuyang Du
2019-06-03locking/lockdep: Remove redundant argument in check_deadlockYuyang Du
2019-06-03locking/lockdep: Update comments on dependency searchYuyang Du
2019-06-03locking/lockdep: Avoid constant checks in __bfs by using offset referenceYuyang Du
2019-06-03locking/lockdep: Change the return type of __cq_dequeue()Yuyang Du
2019-06-03locking/lockdep: Change type of the element field in circular_queueYuyang Du
2019-06-03locking/lockdep: Update commentYuyang Du
2019-06-03locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()Yuyang Du
2019-06-03locking/lockdep: Change the range of class_idx in held_lock structYuyang Du
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du
2019-06-03locking/lockdep: Print the right depth for chain key collisionYuyang Du
2019-06-03locking/lockdep: Remove useless conditional macroYuyang Du
2019-06-03locking/lockdep: Adjust lock usage bit character checksYuyang Du
2019-06-03locking/lockdep: Change all print_*() return type to voidYuyang Du
2019-05-24locking/lockdep: Remove the unused print_lock_trace() functionAnders Roxell
2019-05-24locking/lockdep: Don't complain about incorrect name for no validate classSebastian Andrzej Siewior
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
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-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-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