aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAge
* Initial attempt to "connect the wires"Nathan O2019-12-09
* Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li2019-09-25
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-16
|\
| * Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-16
| |\
| * | sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)2019-07-25
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-16
|\ \ \
| * | | mutex: Fix up mutex_waiter usagePeter Zijlstra2019-08-08
| * | | locking/mutex: Use mutex flags macro instead of hard codeMukesh Ojha2019-08-06
| * | | locking/mutex: Make __mutex_owner static to mutex.cMukesh Ojha2019-08-06
| * | | locking/rwsem: Check for operations on an uninitialized rwsemDavidlohr Bueso2019-08-06
| * | | locking/rwsem: Make handoff writer optimistically spin on ownerWaiman Long2019-08-06
| * | | locking/lockdep: Report more stack trace statisticsBart Van Assche2019-07-25
| * | | locking/lockdep: Reduce space occupied by stack tracesBart Van Assche2019-07-25
| * | | locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche2019-07-25
| | |/ | |/|
* / | lockdep: Make print_lock() address visiblePaul E. McKenney2019-08-01
|/ /
* | locking/mutex: Test for initialized mutexSebastian Andrzej Siewior2019-07-25
* | locking/lockdep: Clean up #ifdef checksArnd Bergmann2019-07-25
* | locking/lockdep: Hide unused 'class' variableArnd Bergmann2019-07-25
* | locking/rwsem: Add ACQUIRE commentsPeter Zijlstra2019-07-25
* | lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra2019-07-25
* | locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek2019-07-25
* | locking/rwsem: Don't call owner_on_cpu() on read-ownerWaiman Long2019-07-25
|/
* docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-15
* locking/lockdep: Fix lock used or unused stats errorYuyang Du2019-07-13
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-08
|\
| * locking/lockdep: increase size of counters for lockdep statisticsKobe Wu2019-06-25
| * locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann2019-06-25
| * locking/rwsem: Guard against making count negativeWaiman Long2019-06-17
| * locking/rwsem: Adaptive disabling of reader optimistic spinningWaiman Long2019-06-17
| * locking/rwsem: Enable time-based spinning on reader-owned rwsemWaiman Long2019-06-17
| * locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long2019-06-17
| * locking/rwsem: Enable readers spinning on writerWaiman Long2019-06-17
| * locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long2019-06-17
| * locking/rwsem: Wake up almost all readers in wait queueWaiman Long2019-06-17
| * locking/rwsem: More optimal RT task handling of null ownerWaiman Long2019-06-17
| * locking/rwsem: Always release wait_lock before waking up tasksWaiman Long2019-06-17
| * locking/rwsem: Implement lock handoff to prevent lock starvationWaiman Long2019-06-17
| * locking/rwsem: Make rwsem_spin_on_owner() return owner stateWaiman Long2019-06-17
| * locking/rwsem: Code cleanup after files mergingWaiman Long2019-06-17
| * locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.cWaiman Long2019-06-17
| * locking/rwsem: Implement a new locking schemeWaiman Long2019-06-17
| * locking/rwsem: Remove rwsem_wake() wakeup optimizationWaiman Long2019-06-17
| * locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long2019-06-17
| * locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu2019-06-17
| * Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-17
| |\
| * | locking/lock_events: Use raw_cpu_{add,inc}() for statsPeter Zijlstra2019-06-03
| * | locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak2019-06-03
| * | locking/lockdep: Fix OOO unlock when hlocks need mergingImre Deak2019-06-03
| * | locking/lockdep: Remove !dir in lock irq usage checkYuyang Du2019-06-03
| * | locking/lockdep: Adjust new bit cases in mark_lockYuyang Du2019-06-03