summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-05-26locking/atomic: atomic: remove stale commentsMark Rutland
2021-05-26locking/atomic: openrisc: avoid asm-generic/atomic.hMark Rutland
2021-05-26locking/atomic: microblaze: use asm-generic exclusivelyMark Rutland
2021-05-26locking/atomic: h8300: use asm-generic exclusivelyMark Rutland
2021-05-26locking/atomic: net: use linux/atomic.h for xchg & cmpxchgMark Rutland
2021-05-26locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland
2021-05-25futex: Deduplicate cond_resched() invocation in futex_wake_op()Pavel Begunkov
2021-05-12selftests: futex: Expand timeout testAndré Almeida
2021-05-12selftests: futex: Correctly include headers dirsAndré Almeida
2021-05-12locking: Fix comment typosIngo Molnar