Skip to content

Commit 9f273c2

Browse files
Fengguang Wutorvalds
authored andcommitted
MAINTAINERS: add/fix git URLs for various subsystems
Add/fix git URLs for various subsystems Add git URL for at91 Add git URL for Rockchip Add git URL for ARM64 Update git URL for ath6kl Add git URL for backlight Add git URL for chrome Add git URL for cris Add git URL for cryptodev Update git URL for DLM Add git URL for eCryptfs Add git URL for ext4 Add git URL for hwspinlock Add git URL for integrity Add git URL for IPVS Add git URL for nfsd Add git URL for KVM/s390 Add git URL for kgdb Add git URL for nvdimm Add git URL for metag Add git URL for wireless drivers Add git URL for devicetree Update git URL for PCMCIA Update git URL for pstore Update git URL for ath10k Add git URL for hexagon Add git URL for reset Add git URL for s390 Fix tree format for SAMSUNG thermal Add git URL for md Add git URL for squashfs Add git URL for swiotlb Add git URL for xtensa Fix tree format for TPM Add git URL for UML Add git URL for VFIO Add git URL for vhost Update git URL for XFS Fix MIC maintainers entry Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Kalle Valo <kvalo@qca.qualcomm.com> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Acked-by: James Hogan <james.hogan@imgtec.com> Acked-by: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent b2807f0 commit 9f273c2

File tree

1 file changed

+42
-11
lines changed

1 file changed

+42
-11
lines changed

MAINTAINERS

Lines changed: 42 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,7 @@ F: sound/aoa/
781781
APM DRIVER
782782
M: Jiri Kosina <jikos@kernel.org>
783783
S: Odd fixes
784+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
784785
F: arch/x86/kernel/apm_32.c
785786
F: include/linux/apm_bios.h
786787
F: include/uapi/linux/apm_bios.h
@@ -946,6 +947,7 @@ M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
946947
M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
947948
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
948949
W: http://www.linux4sam.org
950+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
949951
S: Supported
950952
F: arch/arm/mach-at91/
951953
F: include/soc/at91/
@@ -1454,6 +1456,7 @@ ARM/Rockchip SoC support
14541456
M: Heiko Stuebner <heiko@sntech.de>
14551457
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
14561458
L: linux-rockchip@lists.infradead.org
1459+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
14571460
S: Maintained
14581461
F: arch/arm/boot/dts/rk3*
14591462
F: arch/arm/mach-rockchip/
@@ -1778,6 +1781,7 @@ ARM64 PORT (AARCH64 ARCHITECTURE)
17781781
M: Catalin Marinas <catalin.marinas@arm.com>
17791782
M: Will Deacon <will.deacon@arm.com>
17801783
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1784+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
17811785
S: Maintained
17821786
F: arch/arm64/
17831787
F: Documentation/arm64/
@@ -1863,7 +1867,7 @@ ATHEROS ATH6KL WIRELESS DRIVER
18631867
M: Kalle Valo <kvalo@qca.qualcomm.com>
18641868
L: linux-wireless@vger.kernel.org
18651869
W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1866-
T: git git://github.com/kvalo/ath.git
1870+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
18671871
S: Supported
18681872
F: drivers/net/wireless/ath/ath6kl/
18691873

@@ -2115,6 +2119,7 @@ F: drivers/net/wireless/broadcom/b43legacy/
21152119
BACKLIGHT CLASS/SUBSYSTEM
21162120
M: Jingoo Han <jingoohan1@gmail.com>
21172121
M: Lee Jones <lee.jones@linaro.org>
2122+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
21182123
S: Maintained
21192124
F: drivers/video/backlight/
21202125
F: include/linux/backlight.h
@@ -2796,6 +2801,7 @@ F: drivers/input/touchscreen/chipone_icn8318.c
27962801
CHROME HARDWARE PLATFORM SUPPORT
27972802
M: Olof Johansson <olof@lixom.net>
27982803
S: Maintained
2804+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
27992805
F: drivers/platform/chrome/
28002806

28012807
CISCO VIC ETHERNET NIC DRIVER
@@ -3094,6 +3100,7 @@ M: Mikael Starvik <starvik@axis.com>
30943100
M: Jesper Nilsson <jesper.nilsson@axis.com>
30953101
L: linux-cris-kernel@axis.com
30963102
W: http://developer.axis.com
3103+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
30973104
S: Maintained
30983105
F: arch/cris/
30993106
F: drivers/tty/serial/crisv10.*
@@ -3102,6 +3109,7 @@ CRYPTO API
31023109
M: Herbert Xu <herbert@gondor.apana.org.au>
31033110
M: "David S. Miller" <davem@davemloft.net>
31043111
L: linux-crypto@vger.kernel.org
3112+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
31053113
T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
31063114
S: Maintained
31073115
F: Documentation/crypto/
@@ -3551,7 +3559,7 @@ M: Christine Caulfield <ccaulfie@redhat.com>
35513559
M: David Teigland <teigland@redhat.com>
35523560
L: cluster-devel@redhat.com
35533561
W: http://sources.redhat.com/cluster/
3554-
T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3562+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
35553563
S: Supported
35563564
F: fs/dlm/
35573565

@@ -3965,6 +3973,7 @@ M: Tyler Hicks <tyhicks@canonical.com>
39653973
L: ecryptfs@vger.kernel.org
39663974
W: http://ecryptfs.org
39673975
W: https://launchpad.net/ecryptfs
3976+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
39683977
S: Supported
39693978
F: Documentation/filesystems/ecryptfs.txt
39703979
F: fs/ecryptfs/
@@ -4243,6 +4252,7 @@ M: Andreas Dilger <adilger.kernel@dilger.ca>
42434252
L: linux-ext4@vger.kernel.org
42444253
W: http://ext4.wiki.kernel.org
42454254
Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
4255+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
42464256
S: Maintained
42474257
F: Documentation/filesystems/ext4.txt
42484258
F: fs/ext4/
@@ -4925,6 +4935,7 @@ F: include/linux/hw_random.h
49254935
HARDWARE SPINLOCK CORE
49264936
M: Ohad Ben-Cohen <ohad@wizery.com>
49274937
S: Maintained
4938+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
49284939
F: Documentation/hwspinlock.txt
49294940
F: drivers/hwspinlock/hwspinlock_*
49304941
F: include/linux/hwspinlock.h
@@ -5463,6 +5474,7 @@ M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
54635474
L: linux-ima-devel@lists.sourceforge.net
54645475
L: linux-ima-user@lists.sourceforge.net
54655476
L: linux-security-module@vger.kernel.org
5477+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
54665478
S: Supported
54675479
F: security/integrity/ima/
54685480

@@ -5718,11 +5730,11 @@ F: include/linux/mic_bus.h
57185730
F: include/linux/scif.h
57195731
F: include/uapi/linux/mic_common.h
57205732
F: include/uapi/linux/mic_ioctl.h
5721-
F include/uapi/linux/scif_ioctl.h
5733+
F: include/uapi/linux/scif_ioctl.h
57225734
F: drivers/misc/mic/
57235735
F: drivers/dma/mic_x100_dma.c
57245736
F: drivers/dma/mic_x100_dma.h
5725-
F Documentation/mic/
5737+
F: Documentation/mic/
57265738

57275739
INTEL PMC/P-Unit IPC DRIVER
57285740
M: Zha Qipeng<qipeng.zha@intel.com>
@@ -5803,6 +5815,8 @@ M: Julian Anastasov <ja@ssi.bg>
58035815
L: netdev@vger.kernel.org
58045816
L: lvs-devel@vger.kernel.org
58055817
S: Maintained
5818+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5819+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
58065820
F: Documentation/networking/ipvs-sysctl.txt
58075821
F: include/net/ip_vs.h
58085822
F: include/uapi/linux/ip_vs.h
@@ -6086,6 +6100,7 @@ M: "J. Bruce Fields" <bfields@fieldses.org>
60866100
M: Jeff Layton <jlayton@poochiereds.net>
60876101
L: linux-nfs@vger.kernel.org
60886102
W: http://nfs.sourceforge.net/
6103+
T: git git://linux-nfs.org/~bfields/linux.git
60896104
S: Supported
60906105
F: fs/nfsd/
60916106
F: include/uapi/linux/nfsd/
@@ -6142,6 +6157,7 @@ M: Christian Borntraeger <borntraeger@de.ibm.com>
61426157
M: Cornelia Huck <cornelia.huck@de.ibm.com>
61436158
L: linux-s390@vger.kernel.org
61446159
W: http://www.ibm.com/developerworks/linux/linux390/
6160+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
61456161
S: Supported
61466162
F: Documentation/s390/kvm.txt
61476163
F: arch/s390/include/asm/kvm*
@@ -6215,6 +6231,7 @@ KGDB / KDB /debug_core
62156231
M: Jason Wessel <jason.wessel@windriver.com>
62166232
W: http://kgdb.wiki.kernel.org/
62176233
L: kgdb-bugreport@lists.sourceforge.net
6234+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
62186235
S: Maintained
62196236
F: Documentation/DocBook/kgdb.tmpl
62206237
F: drivers/misc/kgdbts.c
@@ -6386,6 +6403,7 @@ LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
63866403
M: Dan Williams <dan.j.williams@intel.com>
63876404
L: linux-nvdimm@lists.01.org
63886405
Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
6406+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
63896407
S: Supported
63906408
F: drivers/nvdimm/*
63916409
F: include/linux/nd.h
@@ -7055,6 +7073,7 @@ F: Documentation/hwmon/menf21bmc
70557073
METAG ARCHITECTURE
70567074
M: James Hogan <james.hogan@imgtec.com>
70577075
L: linux-metag@vger.kernel.org
7076+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
70587077
S: Odd Fixes
70597078
F: arch/metag/
70607079
F: Documentation/metag/
@@ -7536,7 +7555,8 @@ NETWORKING DRIVERS (WIRELESS)
75367555
M: Kalle Valo <kvalo@codeaurora.org>
75377556
L: linux-wireless@vger.kernel.org
75387557
Q: http://patchwork.kernel.org/project/linux-wireless/list/
7539-
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7558+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7559+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
75407560
S: Maintained
75417561
F: drivers/net/wireless/
75427562

@@ -7942,6 +7962,7 @@ M: Mark Rutland <mark.rutland@arm.com>
79427962
M: Ian Campbell <ijc+devicetree@hellion.org.uk>
79437963
M: Kumar Gala <galak@codeaurora.org>
79447964
L: devicetree@vger.kernel.org
7965+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
79457966
S: Maintained
79467967
F: Documentation/devicetree/
79477968
F: arch/*/boot/dts/
@@ -8318,7 +8339,7 @@ PCMCIA SUBSYSTEM
83188339
P: Linux PCMCIA Team
83198340
L: linux-pcmcia@lists.infradead.org
83208341
W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8321-
T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8342+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
83228343
S: Maintained
83238344
F: Documentation/pcmcia/
83248345
F: drivers/pcmcia/
@@ -8640,7 +8661,7 @@ M: Colin Cross <ccross@android.com>
86408661
M: Kees Cook <keescook@chromium.org>
86418662
M: Tony Luck <tony.luck@intel.com>
86428663
S: Maintained
8643-
T: git git://git.infradead.org/users/cbou/linux-pstore.git
8664+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
86448665
F: fs/pstore/
86458666
F: include/linux/pstore*
86468667
F: drivers/firmware/efi/efi-pstore.c
@@ -8849,13 +8870,14 @@ QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
88498870
M: Kalle Valo <kvalo@qca.qualcomm.com>
88508871
L: ath10k@lists.infradead.org
88518872
W: http://wireless.kernel.org/en/users/Drivers/ath10k
8852-
T: git git://github.com/kvalo/ath.git
8873+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
88538874
S: Supported
88548875
F: drivers/net/wireless/ath/ath10k/
88558876

88568877
QUALCOMM HEXAGON ARCHITECTURE
88578878
M: Richard Kuo <rkuo@codeaurora.org>
88588879
L: linux-hexagon@vger.kernel.org
8880+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
88598881
S: Supported
88608882
F: arch/hexagon/
88618883

@@ -9054,6 +9076,7 @@ F: drivers/phy/phy-rcar-gen3-usb2.c
90549076

90559077
RESET CONTROLLER FRAMEWORK
90569078
M: Philipp Zabel <p.zabel@pengutronix.de>
9079+
T: git git://git.pengutronix.de/git/pza/linux
90579080
S: Maintained
90589081
F: drivers/reset/
90599082
F: Documentation/devicetree/bindings/reset/
@@ -9201,6 +9224,7 @@ M: Martin Schwidefsky <schwidefsky@de.ibm.com>
92019224
M: Heiko Carstens <heiko.carstens@de.ibm.com>
92029225
L: linux-s390@vger.kernel.org
92039226
W: http://www.ibm.com/developerworks/linux/linux390/
9227+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
92049228
S: Supported
92059229
F: arch/s390/
92069230
F: drivers/s390/
@@ -9393,7 +9417,7 @@ M: Lukasz Majewski <l.majewski@samsung.com>
93939417
L: linux-pm@vger.kernel.org
93949418
L: linux-samsung-soc@vger.kernel.org
93959419
S: Supported
9396-
T: https://github.com/lmajewski/linux-samsung-thermal.git
9420+
T: git https://github.com/lmajewski/linux-samsung-thermal.git
93979421
F: drivers/thermal/samsung/
93989422

93999423
SAMSUNG USB2 PHY DRIVER
@@ -10046,6 +10070,7 @@ F: drivers/media/pci/solo6x10/
1004610070

1004710071
SOFTWARE RAID (Multiple Disks) SUPPORT
1004810072
L: linux-raid@vger.kernel.org
10073+
T: git git://neil.brown.name/md
1004910074
S: Supported
1005010075
F: drivers/md/
1005110076
F: include/linux/raid/
@@ -10217,6 +10242,7 @@ SQUASHFS FILE SYSTEM
1021710242
M: Phillip Lougher <phillip@squashfs.org.uk>
1021810243
L: squashfs-devel@lists.sourceforge.net (subscribers-only)
1021910244
W: http://squashfs.org.uk
10245+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
1022010246
S: Maintained
1022110247
F: Documentation/filesystems/squashfs.txt
1022210248
F: fs/squashfs/
@@ -10413,6 +10439,7 @@ F: arch/x86/boot/video*
1041310439
SWIOTLB SUBSYSTEM
1041410440
M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
1041510441
L: linux-kernel@vger.kernel.org
10442+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
1041610443
S: Supported
1041710444
F: lib/swiotlb.c
1041810445
F: arch/*/kernel/pci-swiotlb.c
@@ -10676,6 +10703,7 @@ TENSILICA XTENSA PORT (xtensa)
1067610703
M: Chris Zankel <chris@zankel.net>
1067710704
M: Max Filippov <jcmvbkbc@gmail.com>
1067810705
L: linux-xtensa@linux-xtensa.org
10706+
T: git git://github.com/czankel/xtensa-linux.git
1067910707
S: Maintained
1068010708
F: arch/xtensa/
1068110709
F: drivers/irqchip/irq-xtensa-*
@@ -10958,7 +10986,7 @@ R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
1095810986
W: http://tpmdd.sourceforge.net
1095910987
L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
1096010988
Q: git git://github.com/PeterHuewe/linux-tpmdd.git
10961-
T: https://github.com/PeterHuewe/linux-tpmdd
10989+
T: git https://github.com/PeterHuewe/linux-tpmdd
1096210990
S: Maintained
1096310991
F: drivers/char/tpm/
1096410992

@@ -11415,6 +11443,7 @@ M: Richard Weinberger <richard@nod.at>
1141511443
L: user-mode-linux-devel@lists.sourceforge.net
1141611444
L: user-mode-linux-user@lists.sourceforge.net
1141711445
W: http://user-mode-linux.sourceforge.net
11446+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
1141811447
S: Maintained
1141911448
F: Documentation/virtual/uml/
1142011449
F: arch/um/
@@ -11461,6 +11490,7 @@ F: fs/fat/
1146111490
VFIO DRIVER
1146211491
M: Alex Williamson <alex.williamson@redhat.com>
1146311492
L: kvm@vger.kernel.org
11493+
T: git git://github.com/awilliam/linux-vfio.git
1146411494
S: Maintained
1146511495
F: Documentation/vfio.txt
1146611496
F: drivers/vfio/
@@ -11530,6 +11560,7 @@ M: "Michael S. Tsirkin" <mst@redhat.com>
1153011560
L: kvm@vger.kernel.org
1153111561
L: virtualization@lists.linux-foundation.org
1153211562
L: netdev@vger.kernel.org
11563+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
1153311564
S: Maintained
1153411565
F: drivers/vhost/
1153511566
F: include/uapi/linux/vhost.h
@@ -11946,7 +11977,7 @@ M: Dave Chinner <david@fromorbit.com>
1194611977
M: xfs@oss.sgi.com
1194711978
L: xfs@oss.sgi.com
1194811979
W: http://oss.sgi.com/projects/xfs
11949-
T: git git://oss.sgi.com/xfs/xfs.git
11980+
T: git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
1195011981
S: Supported
1195111982
F: Documentation/filesystems/xfs.txt
1195211983
F: fs/xfs/

0 commit comments

Comments
 (0)