summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra2021-11-171-1/+1
* locking/mutex: Fix HANDOFF conditionPeter Zijlstra2021-09-151-10/+5
* lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng2021-07-141-1/+11
* locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng2021-07-141-2/+106
* locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang2021-05-264-11/+17
* locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi2021-04-281-3/+4
* lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa2021-04-211-1/+2
* locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long2021-04-071-11/+14
* rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner2021-01-302-4/+2
* exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2021-01-091-2/+2
* rwsem: Implement down_read_interruptibleEric W. Biederman2021-01-091-0/+26
* rwsem: Implement down_read_killable_nestedEric W. Biederman2021-01-091-0/+14
* locking/lockdep: Decrement IRQ context counters when removing lock chainWaiman Long2020-10-012-17/+29
* locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson2020-09-031-1/+1
* locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney2020-04-231-4/+4
* locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng2020-04-171-0/+4
* locking/lockdep: Fix lockdep_stats indentation problemWaiman Long2020-03-051-2/+2
* locking/lockdep: Fix buffer overrun problem in stack_trace[]Waiman Long2020-01-231-4/+3
* locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWNWaiman Long2020-01-231-2/+2
* locking/spinlock/debug: Fix various data racesMarco Elver2020-01-121-16/+16
* Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li2019-09-251-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-4/+2
|\
| * Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-164-15/+40
| |\
| * | sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)2019-07-251-4/+2
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-165-51/+205
|\ \ \
| * | | mutex: Fix up mutex_waiter usagePeter Zijlstra2019-08-082-15/+0
| * | | locking/mutex: Use mutex flags macro instead of hard codeMukesh Ojha2019-08-061-1/+1
| * | | locking/mutex: Make __mutex_owner static to mutex.cMukesh Ojha2019-08-062-0/+41
| * | | locking/rwsem: Check for operations on an uninitialized rwsemDavidlohr Bueso2019-08-061-4/+18
| * | | locking/rwsem: Make handoff writer optimistically spin on ownerWaiman Long2019-08-061-6/+26
| * | | locking/lockdep: Report more stack trace statisticsBart Van Assche2019-07-253-0/+39
| * | | locking/lockdep: Reduce space occupied by stack tracesBart Van Assche2019-07-252-38/+92
| * | | locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche2019-07-253-3/+4
| | |/ | |/|
* / | lockdep: Make print_lock() address visiblePaul E. McKenney2019-08-011-1/+1
|/ /
* | locking/mutex: Test for initialized mutexSebastian Andrzej Siewior2019-07-251-1/+10
* | locking/lockdep: Clean up #ifdef checksArnd Bergmann2019-07-251-7/+6
* | locking/lockdep: Hide unused 'class' variableArnd Bergmann2019-07-251-1/+2
* | locking/rwsem: Add ACQUIRE commentsPeter Zijlstra2019-07-251-5/+13
* | lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra2019-07-251-1/+3
* | locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek2019-07-251-0/+2
* | locking/rwsem: Don't call owner_on_cpu() on read-ownerWaiman Long2019-07-251-1/+5
|/
* docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-152-2/+2
* locking/lockdep: Fix lock used or unused stats errorYuyang Du2019-07-131-2/+3
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-088-1455/+1886
|\
| * locking/lockdep: increase size of counters for lockdep statisticsKobe Wu2019-06-251-20/+16
| * locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann2019-06-251-39/+34
| * locking/rwsem: Guard against making count negativeWaiman Long2019-06-171-12/+41
| * locking/rwsem: Adaptive disabling of reader optimistic spinningWaiman Long2019-06-172-8/+135
| * locking/rwsem: Enable time-based spinning on reader-owned rwsemWaiman Long2019-06-172-30/+144
| * locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long2019-06-171-45/+80