Commit-ID: 3942b77121986519ee52ab4dd4ae8f4383dfe765 Gitweb: http://git.kernel.org/tip/3942b77121986519ee52ab4dd4ae8f4383dfe765 Author: Peter Zijlstra <[email protected]> AuthorDate: Tue, 8 Nov 2016 15:06:03 +0100 Committer: Ingo Molnar <[email protected]> CommitDate: Thu, 8 Jun 2017 10:35:48 +0200
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) <[email protected]> Acked-by: Will Deacon <[email protected]> Cc: Boqun Feng <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Paul McKenney <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]> --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0fa9401..83ae4d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2322,6 +2322,15 @@ F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt F: drivers/input/touchscreen/atmel_mxt_ts.c F: include/linux/platform_data/atmel_mxt_ts.h +ATOMIC INFRASTRUCTURE +M: Will Deacon <[email protected]> +M: Peter Zijlstra <[email protected]> +R: Boqun Feng <[email protected]> +L: [email protected] +S: Maintained +F: arch/*/include/asm/atomic*.h +F: include/*/atomic*.h + ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER M: Bradley Grove <[email protected]> L: [email protected]

