summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)AuthorFilesLines
2023-11-28locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz1-8/+12
2023-06-09treewide: Remove uninitialized_var() usageKees Cook1-7/+7
2021-11-17locking/lockdep: Avoid RCU-induced noinstr failPeter Zijlstra1-1/+1
2021-09-15locking/mutex: Fix HANDOFF conditionPeter Zijlstra1-10/+5
2021-07-14lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng1-1/+11
2021-07-14locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng1-2/+106
2021-05-26locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang4-11/+17
2021-04-28locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi1-3/+4
2021-04-21lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa1-1/+2
2021-04-07locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long1-11/+14
2021-01-30rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner2-4/+2
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman1-2/+2
2021-01-09rwsem: Implement down_read_interruptibleEric W. Biederman1-0/+26
2021-01-09rwsem: Implement down_read_killable_nestedEric W. Biederman1-0/+14
2020-10-01locking/lockdep: Decrement IRQ context counters when removing lock chainWaiman Long2-17/+29
2020-09-03locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson1-1/+1
2020-04-23locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney1-4/+4
2020-04-17locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng1-0/+4
2020-03-05locking/lockdep: Fix lockdep_stats indentation problemWaiman Long1-2/+2
2020-01-23locking/lockdep: Fix buffer overrun problem in stack_trace[]Waiman Long1-4/+3
2020-01-23locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWNWaiman Long1-2/+2
2020-01-12locking/spinlock/debug: Fix various data racesMarco Elver1-16/+16
2019-09-25Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li1-1/+1
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+2
2019-09-16Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-51/+205
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar4-15/+40
2019-08-08mutex: Fix up mutex_waiter usagePeter Zijlstra2-15/+0
2019-08-06locking/mutex: Use mutex flags macro instead of hard codeMukesh Ojha1-1/+1
2019-08-06locking/mutex: Make __mutex_owner static to mutex.cMukesh Ojha2-0/+41
2019-08-06locking/rwsem: Check for operations on an uninitialized rwsemDavidlohr Bueso1-4/+18
2019-08-06locking/rwsem: Make handoff writer optimistically spin on ownerWaiman Long1-6/+26
2019-08-01lockdep: Make print_lock() address visiblePaul E. McKenney1-1/+1
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)1-4/+2
2019-07-25locking/lockdep: Report more stack trace statisticsBart Van Assche3-0/+39
2019-07-25locking/lockdep: Reduce space occupied by stack tracesBart Van Assche2-38/+92
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche3-3/+4
2019-07-25locking/mutex: Test for initialized mutexSebastian Andrzej Siewior1-1/+10
2019-07-25locking/lockdep: Clean up #ifdef checksArnd Bergmann1-7/+6
2019-07-25locking/lockdep: Hide unused 'class' variableArnd Bergmann1-1/+2
2019-07-25locking/rwsem: Add ACQUIRE commentsPeter Zijlstra1-5/+13
2019-07-25lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra1-1/+3
2019-07-25locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek1-0/+2
2019-07-25locking/rwsem: Don't call owner_on_cpu() on read-ownerWaiman Long1-1/+5
2019-07-15docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2-2/+2
2019-07-13locking/lockdep: Fix lock used or unused stats errorYuyang Du1-2/+3
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-1455/+1886
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2-2/+2
2019-06-25locking/lockdep: increase size of counters for lockdep statisticsKobe Wu1-20/+16
2019-06-25locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann1-39/+34
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney2-2/+2