Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull core locking updates from Ingo Molnar: "The main changes in this cycle are: - Another attempt at enabling cross-release lockdep dependency tracking (automatically part of CONFIG_PROVE_LOCKING=y), this time with better performance and fewer false positives. (Byungchul Park) - Introduce lockdep_assert_irqs_enabled()/disabled() and convert open-coded equivalents to lockdep variants. (Frederic Weisbecker) - Add down_read_killable() and use it in the VFS's iterate_dir() method. (Kirill Tkhai) - Convert remaining uses of ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE(). Most of the conversion was Coccinelle driven. (Mark Rutland, Paul E. McKenney) - Get rid of lockless_dereference(), by strengthening Alpha atomics, strengthening READ_ONCE() with smp_read_barrier_depends() and thus being able to convert users of lockless_dereference() to READ_ONCE(). (Will Deacon) - Various micro-optimizations: - better PV qspinlocks (Waiman Long), - better x86 barriers (Michael S. Tsirkin) - better x86 refcounts (Kees Cook) - ... plus other fixes and enhancements. (Borislav Petkov, Juergen Gross, Miguel Bernal Marin)" * 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (70 commits) locking/x86: Use LOCK ADD for smp_mb() instead of MFENCE rcu: Use lockdep to assert IRQs are disabled/enabled netpoll: Use lockdep to assert IRQs are disabled/enabled timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabled sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabled irq_work: Use lockdep to assert IRQs are disabled/enabled irq/timings: Use lockdep to assert IRQs are disabled/enabled perf/core: Use lockdep to assert IRQs are disabled/enabled x86: Use lockdep to assert IRQs are disabled/enabled smp/core: Use lockdep to assert IRQs are disabled/enabled timers/hrtimer: Use lockdep to assert IRQs are disabled/enabled timers/nohz: Use lockdep to assert IRQs are disabled/enabled workqueue: Use lockdep to assert IRQs are disabled/enabled irq/softirqs: Use lockdep to assert IRQs are disabled/enabled locking/lockdep: Add IRQs disabled/enabled assertion APIs: lockdep_assert_irqs_enabled()/disabled() locking/pvqspinlock: Implement hybrid PV queued/unfair locks locking/rwlocks: Fix comments x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized block, locking/lockdep: Assign a lock_class per gendisk used for wait_for_completion() workqueue: Remove now redundant lock acquisitions wrt. workqueue flushes ...
Showing
- Documentation/admin-guide/kernel-parameters.txt 3 additions, 0 deletionsDocumentation/admin-guide/kernel-parameters.txt
- Documentation/filesystems/path-lookup.md 3 additions, 3 deletionsDocumentation/filesystems/path-lookup.md
- Documentation/memory-barriers.txt 0 additions, 12 deletionsDocumentation/memory-barriers.txt
- Documentation/translations/ko_KR/memory-barriers.txt 0 additions, 12 deletionsDocumentation/translations/ko_KR/memory-barriers.txt
- arch/alpha/include/asm/atomic.h 13 additions, 0 deletionsarch/alpha/include/asm/atomic.h
- arch/alpha/include/asm/rwsem.h 18 additions, 3 deletionsarch/alpha/include/asm/rwsem.h
- arch/alpha/include/asm/spinlock.h 0 additions, 14 deletionsarch/alpha/include/asm/spinlock.h
- arch/arc/include/asm/spinlock.h 0 additions, 11 deletionsarch/arc/include/asm/spinlock.h
- arch/arc/kernel/smp.c 1 addition, 1 deletionarch/arc/kernel/smp.c
- arch/arm/include/asm/ptrace.h 1 addition, 2 deletionsarch/arm/include/asm/ptrace.h
- arch/arm/include/asm/spinlock.h 1 addition, 16 deletionsarch/arm/include/asm/spinlock.h
- arch/arm/mach-tegra/cpuidle-tegra20.c 1 addition, 1 deletionarch/arm/mach-tegra/cpuidle-tegra20.c
- arch/arm/vdso/vgettimeofday.c 1 addition, 1 deletionarch/arm/vdso/vgettimeofday.c
- arch/arm64/Kconfig 17 additions, 0 deletionsarch/arm64/Kconfig
- arch/arm64/include/asm/Kbuild 1 addition, 0 deletionsarch/arm64/include/asm/Kbuild
- arch/arm64/include/asm/spinlock.h 1 addition, 172 deletionsarch/arm64/include/asm/spinlock.h
- arch/arm64/include/asm/spinlock_types.h 1 addition, 5 deletionsarch/arm64/include/asm/spinlock_types.h
- arch/blackfin/include/asm/spinlock.h 0 additions, 20 deletionsarch/blackfin/include/asm/spinlock.h
- arch/hexagon/include/asm/spinlock.h 0 additions, 15 deletionsarch/hexagon/include/asm/spinlock.h
- arch/ia64/include/asm/rwsem.h 21 additions, 4 deletionsarch/ia64/include/asm/rwsem.h
Please register or sign in to comment