index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-29
Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-30
/
+47
2024-09-29
Merge branch 'locking/core' into locking/urgent, to pick up pending commits
Ingo Molnar
3
-30
/
+47
2024-09-21
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2024-09-19
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-5
/
+5
2024-09-17
Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+81
2024-09-10
locking/rwsem: Move is_rwsem_reader_owned() and rwsem_owner() under CONFIG_DE...
Waiman Long
1
-12
/
+10
2024-09-01
locking/ww_mutex/test: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-08-21
lockdep: Mark emergency sections in lockdep splats
John Ogness
1
-2
/
+81
2024-08-15
rtmutex: Drop rt_mutex::wait_lock before scheduling
Roland Xu
1
-4
/
+5
2024-08-08
Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefs
Linus Torvalds
1
-0
/
+6
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
3
-5
/
+5
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
3
-5
/
+5
2024-08-07
lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STAT
Kent Overstreet
1
-0
/
+6
2024-08-06
locking/lockdep: Simplify character output in seq_line()
Markus Elfring
1
-1
/
+1
2024-08-06
lockdep: fix deadlock issue between lockdep and rcu
Zhiguo Niu
1
-16
/
+32
2024-08-06
lockdep: Use str_plural() to fix Coccinelle warning
Thorsten Blum
1
-1
/
+1
2024-08-05
lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bug
Luis Claudio R. Goncalves
1
-0
/
+3
2024-07-29
locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node()
Uros Bizjak
1
-1
/
+1
2024-07-18
Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-1
/
+8
2024-07-16
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+8
2024-07-16
Merge tag 'locking-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2024-07-16
Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2024-07-16
Merge tag 'for-linus-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2024-07-14
lockdep: lockdep_set_notrack_class()
Kent Overstreet
1
-1
/
+8
2024-07-11
x86/xen: remove deprecated xen_nopvspin boot parameter
Juergen Gross
1
-1
/
+1
2024-07-09
locking/rwsem: Add __always_inline annotation to __down_write_common() and in...
John Stultz
1
-3
/
+3
2024-06-24
locking/local_lock: Add local nested BH locking infrastructure.
Sebastian Andrzej Siewior
1
-0
/
+8
2024-06-13
locking: Remove superfluous sentinel element from kern_lockdep_table
Joel Granados
1
-1
/
+0
2024-05-30
locktorture: Add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-22
Merge tag 'leds-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-0
/
+12
2024-04-12
locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.h
Uros Bizjak
1
-8
/
+8
2024-04-12
locking/pvqspinlock: Use try_cmpxchg_acquire() in trylock_clear_pending()
Uros Bizjak
1
-18
/
+13
2024-04-11
locking/mutex: Introduce devm_mutex_init()
George Stark
1
-0
/
+12
2024-04-11
locking/qspinlock: Use atomic_try_cmpxchg_relaxed() in xchg_tail()
Uros Bizjak
1
-8
/
+5
2024-03-21
locking/qspinlock: Always evaluate lockevent* non-event parameter once
Waiman Long
2
-3
/
+3
2024-03-01
locking/rtmutex: Use try_cmpxchg_relaxed() in mark_rt_mutex_waiters()
Uros Bizjak
1
-4
/
+5
2024-02-28
locking/percpu-rwsem: Trigger contention tracepoints only if contended
Namhyung Kim
1
-3
/
+8
2024-02-28
locking/rwsem: Clarify that RWSEM_READER_OWNED is just a hint
Waiman Long
1
-3
/
+3
2024-02-28
locking/qspinlock: Fix 'wait_early' set but not used warning
Waiman Long
1
-1
/
+1
2024-01-12
Merge tag 'rcu.release.v6.8' of https://github.com/neeraju/linux
Linus Torvalds
1
-9
/
+9
2024-01-10
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-0
/
+1
2024-01-02
Merge tag 'v6.7-rc8' into locking/core, to pick up dependent changes
Ingo Molnar
2
-18
/
+22
2023-12-30
locking/osq_lock: Clarify osq_wait_next()
David Laight
1
-5
/
+4
2023-12-30
locking/osq_lock: Clarify osq_wait_next() calling convention
David Laight
1
-12
/
+9
2023-12-30
locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.c
David Laight
1
-0
/
+7
2023-12-20
sched.h: move pid helpers to pid.h
Kent Overstreet
1
-0
/
+1
2023-12-01
locking/mutex: Document that mutex_unlock() is non-atomic
Jann Horn
1
-0
/
+5
2023-11-24
lockdep: Fix block chain corruption
Peter Zijlstra
1
-1
/
+2
2023-11-23
locktorture: Increase Hamming distance between call_rcu_chain and rcu_call_ch...
Paul E. McKenney
1
-9
/
+9
2023-10-30
Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Linus Torvalds
1
-52
/
+162
[next]