diff options
author | Peter Zijlstra <peterz@infradead.org> | 2016-11-08 09:06:03 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-06-08 04:35:48 -0400 |
commit | 3942b77121986519ee52ab4dd4ae8f4383dfe765 (patch) | |
tree | cace9dcf997fe46ad8b9fbe0cfc93a6b6a61246b /MAINTAINERS | |
parent | 31b35f6b4d5285a311e10753f4eb17304326b211 (diff) |
MAINTAINERS: Claim atomic*_t maintainership
Since Will and me have rewritten and heavily extended the atomic*_t
infrastructure over the past few years, claim maintainership of it.
We would also like to add Boqun as he helped out with PowerPC and has shown
good understanding of these bits.
We would still defer to architecture maintainers on implementation
details, but we'd take care of the interface and cross architecture
semantics of the primitives.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20161108140603.GH3117@twins.programming.kicks-ass.net
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0fa9401d1046..83ae4d4ca916 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2322,6 +2322,15 @@ F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt | |||
2322 | F: drivers/input/touchscreen/atmel_mxt_ts.c | 2322 | F: drivers/input/touchscreen/atmel_mxt_ts.c |
2323 | F: include/linux/platform_data/atmel_mxt_ts.h | 2323 | F: include/linux/platform_data/atmel_mxt_ts.h |
2324 | 2324 | ||
2325 | ATOMIC INFRASTRUCTURE | ||
2326 | M: Will Deacon <will.deacon@arm.com> | ||
2327 | M: Peter Zijlstra <peterz@infradead.org> | ||
2328 | R: Boqun Feng <boqun.feng@gmail.com> | ||
2329 | L: linux-kernel@vger.kernel.org | ||
2330 | S: Maintained | ||
2331 | F: arch/*/include/asm/atomic*.h | ||
2332 | F: include/*/atomic*.h | ||
2333 | |||
2325 | ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER | 2334 | ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER |
2326 | M: Bradley Grove <linuxdrivers@attotech.com> | 2335 | M: Bradley Grove <linuxdrivers@attotech.com> |
2327 | L: linux-scsi@vger.kernel.org | 2336 | L: linux-scsi@vger.kernel.org |