summaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
Commit message (Expand)AuthorAgeFilesLines
* locking/rtmutex: Make sure we wake anything on the wake_q when we release the...John Stultz2024-12-172-3/+17
* locking: rtmutex: Fix wake_q logic in task_blocks_on_rt_mutexJohn Stultz2024-12-021-3/+0
* Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-11-199-81/+139
|\
| * locking/mutex: Expose __mutex_owner()Juri Lelli2024-10-142-25/+27
| * locking/mutex: Make mutex::wait_lock irq safeJuri Lelli2024-10-142-18/+21
| * locking/mutex: Remove wakeups from under mutex::wait_lockPeter Zijlstra2024-10-148-38/+91
* | locking/osq_lock: Use atomic_try_cmpxchg_release() in osq_unlock()Uros Bizjak2024-10-251-2/+1
* | locking/rtmutex: Fix misleading commentPeter Zijlstra2024-10-241-4/+4
* | locking/rt: Annotate unlock followed by lock for sparse.Sebastian Andrzej Siewior2024-10-241-0/+2
* | locking/rt: Add sparse annotation for RCU.Sebastian Andrzej Siewior2024-10-241-7/+7
* | locking/pvqspinlock: Convert fields of 'enum vcpu_state' to uppercaseQiuxu Zhuo2024-10-181-18/+18
* | lockdep: Use info level for lockdep initial info messagesJiri Slaby (SUSE)2024-10-181-11/+11
* | lockdep: Add lockdep_cleanup_dead_cpu()David Woodhouse2024-10-181-0/+24
* | locking/ww_mutex: Adjust to lockdep nest_lock requirementsThomas Hellström2024-10-091-3/+5
* | locking/spinlocks: Make __raw_* lock ops staticGeert Uytterhoeven2024-10-071-4/+4
|/
* Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-293-30/+47
|\
| * Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar2024-09-293-30/+47
| |\
| | * locking/rwsem: Move is_rwsem_reader_owned() and rwsem_owner() under CONFIG_DE...Waiman Long2024-09-101-12/+10
| | * locking/lockdep: Simplify character output in seq_line()Markus Elfring2024-08-061-1/+1
| | * lockdep: fix deadlock issue between lockdep and rcuZhiguo Niu2024-08-061-16/+32
| | * lockdep: Use str_plural() to fix Coccinelle warningThorsten Blum2024-08-061-1/+1
| | * lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bugLuis Claudio R. Goncalves2024-08-051-0/+3
* | | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-211-0/+1
|\ \ \
| * | | locking/ww_mutex/test: add MODULE_DESCRIPTION()Jeff Johnson2024-09-021-0/+1
* | | | Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-193-5/+5
|\ \ \ \
| * | | | sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef2024-08-073-5/+5
| * | | | sched/rt: Clean up usage of rt_task()Qais Yousef2024-08-073-5/+5
* | | | | Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-171-2/+81
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | lockdep: Mark emergency sections in lockdep splatsJohn Ogness2024-08-211-2/+81
| | |/ / | |/| |
* / | | rtmutex: Drop rt_mutex::wait_lock before schedulingRoland Xu2024-08-151-4/+5
|/ / /
* | | Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-08-081-0/+6
|\ \ \
| * | | lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STATKent Overstreet2024-08-071-0/+6
| |/ /
* / / locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node()Uros Bizjak2024-07-291-1/+1
|/ /
* | Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-07-191-1/+8
|\ \ | |/ |/|
| * lockdep: lockdep_set_notrack_class()Kent Overstreet2024-07-151-1/+8
* | Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-07-171-0/+8
|\ \
| * | locking/local_lock: Add local nested BH locking infrastructure.Sebastian Andrzej Siewior2024-06-251-0/+8
| |/
* | Merge tag 'locking-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-171-3/+3
|\ \
| * | locking/rwsem: Add __always_inline annotation to __down_write_common() and in...John Stultz2024-07-091-3/+3
| |/
* | Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-07-161-1/+0
|\ \
| * | locking: Remove superfluous sentinel element from kern_lockdep_tableJoel Granados2024-06-131-1/+0
| |/
* | Merge tag 'for-linus-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-161-1/+1
|\ \
| * | x86/xen: remove deprecated xen_nopvspin boot parameterJuergen Gross2024-07-111-1/+1
| |/
* / locktorture: Add MODULE_DESCRIPTION()Jeff Johnson2024-05-311-0/+1
|/
* Merge tag 'leds-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2024-05-221-0/+12
|\
| * locking/mutex: Introduce devm_mutex_init()George Stark2024-04-111-0/+12
* | locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.hUros Bizjak2024-04-121-8/+8
* | locking/pvqspinlock: Use try_cmpxchg_acquire() in trylock_clear_pending()Uros Bizjak2024-04-121-18/+13
* | locking/qspinlock: Use atomic_try_cmpxchg_relaxed() in xchg_tail()Uros Bizjak2024-04-111-8/+5
* | locking/qspinlock: Always evaluate lockevent* non-event parameter onceWaiman Long2024-03-212-3/+3
|/