index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
lockdep.c
Age
Commit message (
Expand
)
Author
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
2019-03-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-02-28
locking/lockdep: Add module_param to enable consistency checks
Peter Zijlstra
2019-02-28
locking/lockdep: Add support for dynamic keys
Bart Van Assche
2019-02-28
locking/lockdep: Verify whether lock objects are small enough to be used as c...
Bart Van Assche
2019-02-28
locking/lockdep: Check data structure consistency
Bart Van Assche
2019-02-28
locking/lockdep: Reuse lock chains that have been freed
Bart Van Assche
2019-02-28
locking/lockdep: Fix a comment in add_chain_cache()
Bart Van Assche
2019-02-28
locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()
Bart Van Assche
2019-02-28
locking/lockdep: Reuse list entries that are no longer in use
Bart Van Assche
2019-02-28
locking/lockdep: Free lock classes that are no longer in use
Bart Van Assche
2019-02-28
locking/lockdep: Update two outdated comments
Bart Van Assche
2019-02-28
locking/lockdep: Make it easy to detect whether or not inside a selftest
Bart Van Assche
2019-02-28
locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()
Bart Van Assche
2019-02-28
locking/lockdep: Initialize the locks_before and locks_after lists earlier
Bart Van Assche
2019-02-28
locking/lockdep: Make zap_class() remove all matching lock order entries
Bart Van Assche
2019-02-28
locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cache
Bart Van Assche
2019-02-28
locking/lockdep: Fix reported required memory size (2/2)
Bart Van Assche
2019-02-28
locking/lockdep: Fix reported required memory size (1/2)
Bart Van Assche
2019-02-28
locking/lockdep: Fix two 32-bit compiler warnings
Bart Van Assche
2019-02-13
kprobes: Prohibit probing on lockdep functions
Masami Hiramatsu
2019-02-04
locking/lockdep: Add debug_locks check in __lock_downgrade()
Waiman Long
2019-01-21
locking/lockdep: Provide enum lock_usage_bit mask names
Frederic Weisbecker
2019-01-21
locking/lockdep: Simplify mark_held_locks()
Frederic Weisbecker
2019-01-21
locking/lockdep: Add debug_locks check in __lock_downgrade()
Waiman Long
2018-12-26
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-12-11
locking/lockdep: Stop using RCU primitives to access 'all_lock_classes'
Bart Van Assche
2018-12-11
locking/lockdep: Make concurrent lockdep_reset_lock() calls safe
Bart Van Assche
2018-12-11
locking/lockdep: Remove a superfluous INIT_LIST_HEAD() statement
Bart Van Assche
2018-12-11
locking/lockdep: Introduce lock_class_cache_is_registered()
Bart Van Assche
2018-12-11
locking/lockdep: Inline __lockdep_init_map()
Bart Van Assche
2018-12-11
locking/lockdep: Declare local symbols static
Bart Van Assche
[prev]
[next]