index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-16
locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' again
Bart Van Assche
1
-4
/
+5
2019-04-10
locking/lockdep: Zap lock classes even with lock debugging disabled
Bart Van Assche
1
-17
/
+12
2019-03-09
locking/lockdep: Only call init_rcu_head() after RCU has been initialized
Bart Van Assche
1
-4
/
+11
2019-03-09
locking/lockdep: Avoid a Clang warning
Arnd Bergmann
1
-1
/
+3
2019-03-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+6
2019-03-06
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-174
/
+857
2019-02-28
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
1
-5
/
+32
2019-02-28
locking/lockdep: Add module_param to enable consistency checks
Peter Zijlstra
1
-13
/
+33
2019-02-28
locking/lockdep: Add support for dynamic keys
Bart Van Assche
1
-8
/
+113
2019-02-28
locking/lockdep: Verify whether lock objects are small enough to be used as c...
Bart Van Assche
1
-0
/
+11
2019-02-28
locking/lockdep: Check data structure consistency
Bart Van Assche
1
-0
/
+167
2019-02-28
locking/lockdep: Reuse lock chains that have been freed
Bart Van Assche
1
-20
/
+37
2019-02-28
locking/lockdep: Fix a comment in add_chain_cache()
Bart Van Assche
1
-1
/
+1
2019-02-28
locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()
Bart Van Assche
3
-8
/
+23
2019-02-28
locking/lockdep: Reuse list entries that are no longer in use
Bart Van Assche
1
-8
/
+16
2019-02-28
locking/lockdep: Free lock classes that are no longer in use
Bart Van Assche
1
-48
/
+348
2019-02-28
locking/lockdep: Update two outdated comments
Bart Van Assche
1
-5
/
+3
2019-02-28
locking/lockdep: Make it easy to detect whether or not inside a selftest
Bart Van Assche
1
-0
/
+6
2019-02-28
locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()
Bart Van Assche
1
-36
/
+36
2019-02-28
locking/lockdep: Initialize the locks_before and locks_after lists earlier
Bart Van Assche
1
-2
/
+27
2019-02-28
locking/lockdep: Make zap_class() remove all matching lock order entries
Bart Van Assche
1
-6
/
+13
2019-02-28
locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cache
Bart Van Assche
1
-10
/
+1
2019-02-28
locking/lockdep: Fix reported required memory size (2/2)
Bart Van Assche
1
-1
/
+2
2019-02-28
locking/lockdep: Fix reported required memory size (1/2)
Bart Van Assche
1
-7
/
+7
2019-02-28
locking/lockdep: Fix two 32-bit compiler warnings
Bart Van Assche
1
-2
/
+2
2019-02-28
locking/qspinlock: Remove unnecessary BUG_ON() call
Waiman Long
1
-3
/
+0
2019-02-28
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-5
/
+32
2019-02-13
Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
1
-17
/
+4
2019-02-13
kprobes: Prohibit probing on lockdep functions
Masami Hiramatsu
1
-1
/
+6
2019-02-09
Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...
Paul E. McKenney
1
-17
/
+4
2019-02-09
locking/locktorture: Convert to SPDX license identifier
Paul E. McKenney
1
-16
/
+3
2019-02-08
futex: Handle early deadlock return correctly
Thomas Gleixner
1
-5
/
+32
2019-02-04
locking/qspinlock_stat: Track the no MCS node available case
Waiman Long
2
-7
/
+17
2019-02-04
locking/qspinlock: Handle > 4 slowpath nesting levels
Waiman Long
1
-0
/
+15
2019-02-04
sched/wake_q: Reduce reference counting for special users
Davidlohr Bueso
1
-3
/
+1
2019-02-04
locking/lockdep: Add debug_locks check in __lock_downgrade()
Waiman Long
1
-0
/
+3
2019-01-25
rcutorture: Add grace period after CPU offline
Paul E. McKenney
1
-1
/
+1
2019-01-21
locking/lockdep: Provide enum lock_usage_bit mask names
Frederic Weisbecker
2
-22
/
+15
2019-01-21
locking/lockdep: Simplify mark_held_locks()
Frederic Weisbecker
1
-15
/
+8
2019-01-21
locking/lockdep: Add debug_locks check in __lock_downgrade()
Waiman Long
1
-0
/
+3
2019-01-21
locking/rwsem: Fix (possible) missed wakeup
Xie Yongji
1
-2
/
+9
2019-01-04
kernel/locking/mutex.c: remove caller signal_pending branch predictions
Davidlohr Bueso
1
-1
/
+1
2018-12-26
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-33
/
+43
2018-12-11
locking/lockdep: Stop using RCU primitives to access 'all_lock_classes'
Bart Van Assche
1
-4
/
+5
2018-12-11
locking/lockdep: Make concurrent lockdep_reset_lock() calls safe
Bart Van Assche
1
-1
/
+4
2018-12-11
locking/lockdep: Remove a superfluous INIT_LIST_HEAD() statement
Bart Van Assche
1
-1
/
+0
2018-12-11
locking/lockdep: Introduce lock_class_cache_is_registered()
Bart Van Assche
1
-20
/
+30
2018-12-11
locking/lockdep: Inline __lockdep_init_map()
Bart Van Assche
1
-7
/
+1
2018-12-11
locking/lockdep: Declare local symbols static
Bart Van Assche
1
-0
/
+3
2018-12-01
Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...
Paul E. McKenney
2
-3
/
+3
[next]