index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
lockdep.c
Age
Commit message (
Expand
)
Author
2019-09-16
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-08-01
lockdep: Make print_lock() address visible
Paul E. McKenney
2019-07-25
locking/lockdep: Report more stack trace statistics
Bart Van Assche
2019-07-25
locking/lockdep: Reduce space occupied by stack traces
Bart Van Assche
2019-07-25
locking/lockdep: Make it clear that what lock_class::key points at is not mod...
Bart Van Assche
2019-07-25
locking/lockdep: Clean up #ifdef checks
Arnd Bergmann
2019-06-25
locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...
Arnd Bergmann
2019-06-17
locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()
Kobe Wu
2019-06-03
locking/lockdep: Fix merging of hlocks with non-zero references
Imre Deak
2019-06-03
locking/lockdep: Fix OOO unlock when hlocks need merging
Imre Deak
2019-06-03
locking/lockdep: Remove !dir in lock irq usage check
Yuyang Du
2019-06-03
locking/lockdep: Adjust new bit cases in mark_lock
Yuyang Du
2019-06-03
locking/lockdep: Consolidate lock usage bit initialization
Yuyang Du
2019-06-03
locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALL
Yuyang Du
2019-06-03
locking/lockdep: Refactorize check_noncircular and check_redundant
Yuyang Du
2019-06-03
locking/lockdep: Remove unused argument in __lock_release
Yuyang Du
2019-06-03
locking/lockdep: Remove redundant argument in check_deadlock
Yuyang Du
2019-06-03
locking/lockdep: Update comments on dependency search
Yuyang Du
2019-06-03
locking/lockdep: Avoid constant checks in __bfs by using offset reference
Yuyang Du
2019-06-03
locking/lockdep: Change the return type of __cq_dequeue()
Yuyang Du
2019-06-03
locking/lockdep: Change type of the element field in circular_queue
Yuyang Du
2019-06-03
locking/lockdep: Update comment
Yuyang Du
2019-06-03
locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()
Yuyang Du
2019-06-03
locking/lockdep: Change the range of class_idx in held_lock struct
Yuyang Du
2019-06-03
locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start with
Yuyang Du
2019-06-03
locking/lockdep: Use lockdep_init_task for task initiation consistently
Yuyang Du
2019-06-03
locking/lockdep: Print the right depth for chain key collision
Yuyang Du
2019-06-03
locking/lockdep: Remove useless conditional macro
Yuyang Du
2019-06-03
locking/lockdep: Adjust lock usage bit character checks
Yuyang Du
2019-06-03
locking/lockdep: Change all print_*() return type to void
Yuyang Du
2019-05-24
locking/lockdep: Remove the unused print_lock_trace() function
Anders Roxell
2019-05-24
locking/lockdep: Don't complain about incorrect name for no validate class
Sebastian Andrzej Siewior
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-06
Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2019-05-06
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2019-04-29
locking/lockdep: Remove unnecessary unlikely()
zhengbin
2019-04-29
lockdep: Simplify stack trace handling
Thomas Gleixner
2019-04-29
lockdep: Remove save argument from check_prev_add()
Thomas Gleixner
2019-04-29
lockdep: Remove unused trace argument from print_circular_bug()
Thomas Gleixner
2019-04-29
locking/lockdep: check for freed initmem in static_obj()
Gerald Schaefer
2019-04-29
locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()
Frederic Weisbecker
2019-04-18
locking/lockdep: Use expanded masks on find_usage_*() functions
Frederic Weisbecker
2019-04-18
locking/lockdep: Map remaining magic numbers to lock usage mask names
Frederic Weisbecker
2019-04-18
locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR...
Frederic Weisbecker
2019-04-16
locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' again
Bart Van Assche
2019-04-14
lockdep: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
2019-04-10
locking/lockdep: Zap lock classes even with lock debugging disabled
Bart Van Assche
2019-03-09
locking/lockdep: Only call init_rcu_head() after RCU has been initialized
Bart Van Assche
2019-03-09
locking/lockdep: Avoid a Clang warning
Arnd Bergmann
[next]