summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)Author
2020-10-01locking/lockdep: Decrement IRQ context counters when removing lock chainWaiman Long
2020-09-03locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson
2020-04-23locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney
2020-04-17locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng
2020-03-05locking/lockdep: Fix lockdep_stats indentation problemWaiman Long
2020-01-23locking/lockdep: Fix buffer overrun problem in stack_trace[]Waiman Long
2020-01-23locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWNWaiman Long
2020-01-12locking/spinlock/debug: Fix various data racesMarco Elver
2019-09-25Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar
2019-08-08mutex: Fix up mutex_waiter usagePeter Zijlstra
2019-08-06locking/mutex: Use mutex flags macro instead of hard codeMukesh Ojha
2019-08-06locking/mutex: Make __mutex_owner static to mutex.cMukesh Ojha
2019-08-06locking/rwsem: Check for operations on an uninitialized rwsemDavidlohr Bueso
2019-08-06locking/rwsem: Make handoff writer optimistically spin on ownerWaiman Long
2019-08-01lockdep: Make print_lock() address visiblePaul E. McKenney
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)
2019-07-25locking/lockdep: Report more stack trace statisticsBart Van Assche
2019-07-25locking/lockdep: Reduce space occupied by stack tracesBart Van Assche
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche
2019-07-25locking/mutex: Test for initialized mutexSebastian Andrzej Siewior
2019-07-25locking/lockdep: Clean up #ifdef checksArnd Bergmann
2019-07-25locking/lockdep: Hide unused 'class' variableArnd Bergmann
2019-07-25locking/rwsem: Add ACQUIRE commentsPeter Zijlstra
2019-07-25lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra
2019-07-25locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek
2019-07-25locking/rwsem: Don't call owner_on_cpu() on read-ownerWaiman Long
2019-07-15docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-07-13locking/lockdep: Fix lock used or unused stats errorYuyang Du
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-06-25locking/lockdep: increase size of counters for lockdep statisticsKobe Wu
2019-06-25locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney
2019-06-17locking/rwsem: Guard against making count negativeWaiman Long
2019-06-17locking/rwsem: Adaptive disabling of reader optimistic spinningWaiman Long
2019-06-17locking/rwsem: Enable time-based spinning on reader-owned rwsemWaiman Long
2019-06-17locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long
2019-06-17locking/rwsem: Enable readers spinning on writerWaiman Long
2019-06-17locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long
2019-06-17locking/rwsem: Wake up almost all readers in wait queueWaiman Long
2019-06-17locking/rwsem: More optimal RT task handling of null ownerWaiman Long
2019-06-17locking/rwsem: Always release wait_lock before waking up tasksWaiman Long
2019-06-17locking/rwsem: Implement lock handoff to prevent lock starvationWaiman Long
2019-06-17locking/rwsem: Make rwsem_spin_on_owner() return owner stateWaiman Long
2019-06-17locking/rwsem: Code cleanup after files mergingWaiman Long
2019-06-17locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.cWaiman Long
2019-06-17locking/rwsem: Implement a new locking schemeWaiman Long