summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-16locking/atomic: remove ARCH_ATOMIC remanantsMark Rutland
2021-07-16locking/atomic: simplify ifdef generationMark Rutland
2021-07-16locking/rwsem: Remove an unused parameter of rwsem_wake()xuyehan
2021-07-07Documentation/atomic_t: Document cmpxchg() vs try_cmpxchg()Peter Zijlstra
2021-07-07locking/mutex: Add MUTEX_WARN_ONPeter Zijlstra
2021-07-07locking/mutex: Introduce __mutex_trylock_or_handoff()Peter Zijlstra
2021-07-07locking/mutex: Fix HANDOFF conditionPeter Zijlstra
2021-07-07locking/mutex: Use try_cmpxchg()Peter Zijlstra
2021-06-22locking/lockdep: Correct the description error for check_redundant()Xiongwei Song
2021-06-22futex: Provide FUTEX_LOCK_PI2 to support clock selectionThomas Gleixner
2021-06-22futex: Prepare futex_lock_pi() for runtime clock selectionThomas Gleixner
2021-06-22lockdep/selftest: Remove wait-type RCU_CALLBACK testsPeter Zijlstra
2021-06-22lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTINGPeter Zijlstra
2021-06-22lockdep: Fix wait-type for empty stackPeter Zijlstra
2021-06-22locking/selftests: Add a selftest for check_irq_usage()Boqun Feng
2021-06-22lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng
2021-06-22locking/lockdep: Remove the unnecessary trace savingBoqun Feng
2021-06-22locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng
2021-06-22selftests: futex: Add futex compare requeue testAndré Almeida
2021-06-22selftests: futex: Add futex wait testAndré Almeida
2021-06-08seqlock: Remove trailing semicolon in macrosHuilong Deng
2021-05-31locking/lockdep: Reduce LOCKDEP dependency listRandy Dunlap
2021-05-31locking/lockdep,doc: Improve readability of the block matrixXiongwei Song
2021-05-26locking/atomics: atomic-instrumented: simplify ifdefferyMark Rutland
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland
2021-05-26locking/atomic: xtensa: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: sparc: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: sh: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: riscv: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: powerpc: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: parisc: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: openrisc: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: nios2: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: nds32: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: mips: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: microblaze: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: m68k: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: ia64: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: hexagon: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: h8300: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: csky: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: arm: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: arc: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: alpha: move to ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: cmpxchg: support ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixMark Rutland
2021-05-26locking/atomic: atomic64: support ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: atomic: support ARCH_ATOMICMark Rutland
2021-05-26locking/atomic: atomic: simplify ifdefferyMark Rutland
2021-05-26locking/atomic: atomic: remove redundant includeMark Rutland