summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-05-01 22:36:00 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2017-05-01 22:36:00 -0400
commit207fb8c3049cdc31de20ca9f91d0ae319125eb62 (patch)
tree371c255b69629a28aff45a9ea2fcb05fe3fd35ff /MAINTAINERS
parent3527d3e9514f013f361fba29fd71858d9361049d (diff)
parent59cd42c29618c45cd3c56da43402b14f611888dd (diff)
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking updates from Ingo Molnar: "The main changes in this cycle were: - a big round of FUTEX_UNLOCK_PI improvements, fixes, cleanups and general restructuring - lockdep updates such as new checks for lock_downgrade() - introduce the new atomic_try_cmpxchg() locking API and use it to optimize refcount code generation - ... plus misc fixes, updates and cleanups" * 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (38 commits) MAINTAINERS: Add FUTEX SUBSYSTEM futex: Clarify mark_wake_futex memory barrier usage futex: Fix small (and harmless looking) inconsistencies futex: Avoid freeing an active timer rtmutex: Plug preempt count leak in rt_mutex_futex_unlock() rtmutex: Fix more prio comparisons rtmutex: Fix PI chain order integrity sched,tracing: Update trace_sched_pi_setprio() sched/rtmutex: Refactor rt_mutex_setprio() rtmutex: Clean up sched/deadline/rtmutex: Dont miss the dl_runtime/dl_period update sched/rtmutex/deadline: Fix a PI crash for deadline tasks rtmutex: Deboost before waking up the top waiter locking/ww-mutex: Limit stress test to 2 seconds locking/atomic: Fix atomic_try_cmpxchg() semantics lockdep: Fix per-cpu static objects futex: Drop hb->lock before enqueueing on the rtmutex futex: Futex_unlock_pi() determinism futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS17
1 files changed, 17 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f05023510253..33ecf266570f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5415,6 +5415,23 @@ F: fs/fuse/
5415F: include/uapi/linux/fuse.h 5415F: include/uapi/linux/fuse.h
5416F: Documentation/filesystems/fuse.txt 5416F: Documentation/filesystems/fuse.txt
5417 5417
5418FUTEX SUBSYSTEM
5419M: Thomas Gleixner <tglx@linutronix.de>
5420M: Ingo Molnar <mingo@redhat.com>
5421R: Peter Zijlstra <peterz@infradead.org>
5422R: Darren Hart <dvhart@infradead.org>
5423L: linux-kernel@vger.kernel.org
5424T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5425S: Maintained
5426F: kernel/futex.c
5427F: kernel/futex_compat.c
5428F: include/asm-generic/futex.h
5429F: include/linux/futex.h
5430F: include/uapi/linux/futex.h
5431F: tools/testing/selftests/futex/
5432F: tools/perf/bench/futex*
5433F: Documentation/*futex*
5434
5418FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 5435FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5419M: Rik Faith <faith@cs.unc.edu> 5436M: Rik Faith <faith@cs.unc.edu>
5420L: linux-scsi@vger.kernel.org 5437L: linux-scsi@vger.kernel.org