index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
lockdep.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/lockdep: Only call init_rcu_head() after RCU has been initialized
Bart Van Assche
2019-03-09
1
-4
/
+11
*
locking/lockdep: Avoid a Clang warning
Arnd Bergmann
2019-03-09
1
-1
/
+3
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-03-06
1
-1
/
+6
|
\
|
*
kprobes: Prohibit probing on lockdep functions
Masami Hiramatsu
2019-02-13
1
-1
/
+6
*
|
locking/lockdep: Add module_param to enable consistency checks
Peter Zijlstra
2019-02-28
1
-13
/
+33
*
|
locking/lockdep: Add support for dynamic keys
Bart Van Assche
2019-02-28
1
-8
/
+113
*
|
locking/lockdep: Verify whether lock objects are small enough to be used as c...
Bart Van Assche
2019-02-28
1
-0
/
+11
*
|
locking/lockdep: Check data structure consistency
Bart Van Assche
2019-02-28
1
-0
/
+167
*
|
locking/lockdep: Reuse lock chains that have been freed
Bart Van Assche
2019-02-28
1
-20
/
+37
*
|
locking/lockdep: Fix a comment in add_chain_cache()
Bart Van Assche
2019-02-28
1
-1
/
+1
*
|
locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()
Bart Van Assche
2019-02-28
1
-1
/
+15
*
|
locking/lockdep: Reuse list entries that are no longer in use
Bart Van Assche
2019-02-28
1
-8
/
+16
*
|
locking/lockdep: Free lock classes that are no longer in use
Bart Van Assche
2019-02-28
1
-48
/
+348
*
|
locking/lockdep: Update two outdated comments
Bart Van Assche
2019-02-28
1
-5
/
+3
*
|
locking/lockdep: Make it easy to detect whether or not inside a selftest
Bart Van Assche
2019-02-28
1
-0
/
+6
*
|
locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()
Bart Van Assche
2019-02-28
1
-36
/
+36
*
|
locking/lockdep: Initialize the locks_before and locks_after lists earlier
Bart Van Assche
2019-02-28
1
-2
/
+27
*
|
locking/lockdep: Make zap_class() remove all matching lock order entries
Bart Van Assche
2019-02-28
1
-6
/
+13
*
|
locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cache
Bart Van Assche
2019-02-28
1
-10
/
+1
*
|
locking/lockdep: Fix reported required memory size (2/2)
Bart Van Assche
2019-02-28
1
-1
/
+2
*
|
locking/lockdep: Fix reported required memory size (1/2)
Bart Van Assche
2019-02-28
1
-7
/
+7
*
|
locking/lockdep: Fix two 32-bit compiler warnings
Bart Van Assche
2019-02-28
1
-2
/
+2
*
|
locking/lockdep: Add debug_locks check in __lock_downgrade()
Waiman Long
2019-02-04
1
-0
/
+3
*
|
locking/lockdep: Provide enum lock_usage_bit mask names
Frederic Weisbecker
2019-01-21
1
-22
/
+11
*
|
locking/lockdep: Simplify mark_held_locks()
Frederic Weisbecker
2019-01-21
1
-15
/
+8
*
|
locking/lockdep: Add debug_locks check in __lock_downgrade()
Waiman Long
2019-01-21
1
-0
/
+3
|
/
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-12-26
1
-33
/
+43
|
\
|
*
locking/lockdep: Stop using RCU primitives to access 'all_lock_classes'
Bart Van Assche
2018-12-11
1
-4
/
+5
|
*
locking/lockdep: Make concurrent lockdep_reset_lock() calls safe
Bart Van Assche
2018-12-11
1
-1
/
+4
|
*
locking/lockdep: Remove a superfluous INIT_LIST_HEAD() statement
Bart Van Assche
2018-12-11
1
-1
/
+0
|
*
locking/lockdep: Introduce lock_class_cache_is_registered()
Bart Van Assche
2018-12-11
1
-20
/
+30
|
*
locking/lockdep: Inline __lockdep_init_map()
Bart Van Assche
2018-12-11
1
-7
/
+1
|
*
locking/lockdep: Declare local symbols static
Bart Van Assche
2018-12-11
1
-0
/
+3
*
|
lockdep: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
2018-11-27
1
-1
/
+1
|
/
*
locking/lockdep: Fix debug_locks off performance problem
Waiman Long
2018-10-19
1
-2
/
+2
*
Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...
Ingo Molnar
2018-10-16
1
-1
/
+0
|
\
|
*
locking/lockdep: Delete unnecessary #include
Ben Hutchings
2018-09-10
1
-1
/
+0
*
|
locking/lockdep: Remove duplicated 'lock_class_ops' percpu array
Waiman Long
2018-10-16
1
-1
/
+0
*
|
locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...
Waiman Long
2018-10-09
1
-3
/
+8
*
|
locking/lockdep: Add a faster path in __lock_release()
Waiman Long
2018-10-03
1
-3
/
+14
*
|
locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()
Waiman Long
2018-10-03
1
-8
/
+7
*
|
locking/lockdep: Remove add_chain_cache_classes()
Waiman Long
2018-10-03
1
-70
/
+0
|
/
*
tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...
Steven Rostedt (VMware)
2018-08-10
1
-12
/
+2
*
tracing: Centralize preemptirq tracepoints and unify their usage
Joel Fernandes (Google)
2018-07-31
1
-21
/
+14
*
lockdep: Use this_cpu_ptr instead of get_cpu_var stats
Joel Fernandes (Google)
2018-07-31
1
-9
/
+1
*
locking/lockdep: Do not record IRQ state within lockdep code
Steven Rostedt (VMware)
2018-06-21
1
-6
/
+6
*
locking/lockdep: Move sanity check to inside lockdep_print_held_locks()
Tetsuo Handa
2018-05-14
1
-16
/
+13
*
locking/lockdep: Use for_each_process_thread() for debug_show_all_locks()
Tetsuo Handa
2018-05-14
1
-35
/
+8
*
lockdep: Make the lock debug output more useful
Tetsuo Handa
2018-03-29
1
-2
/
+2
*
locking/lockdep: Show unadorned pointers
Borislav Petkov
2018-02-28
1
-12
/
+12
[next]