Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / MAINTAINERS
CommitLineData
1da177e4
LT
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
0a920b5b
AW
33 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
1da177e4
LT
38
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
c9ee133b 46 PLEASE remember that submissions must be made under the terms
4500371e
RD
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
c9ee133b 51
1da177e4
LT
526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
c9ee133b
AC
567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
1da177e4 61
b7eee616 62 -----------------------------------
1da177e4
LT
63
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
50306fb5 74T: SCM tree type and location. Type is one of: git, hg, quilt.
1da177e4
LT
75S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
1da177e4
LT
873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
979b6c13 90L: netdev@vger.kernel.org
1da177e4
LT
91S: Maintained
92
a6d89915
SK
933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
1da177e4
LT
993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
979b6c13 102L: netdev@vger.kernel.org
1da177e4
LT
103S: Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
1da177e4
LT
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
979b6c13 134L: netdev@vger.kernel.org
1da177e4
LT
135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
1da177e4
LT
138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
353cefdb 140S: Orphan
1da177e4
LT
141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
979b6c13 145L: netdev@vger.kernel.org
1da177e4
LT
146S: Maintained
147
67543e50 1489P FILE SYSTEM
ce00f85c
JC
149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
27a2a5ff 152M: rminnich@sandia.gov
ce00f85c
JC
153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
27a2a5ff 156W: http://swik.net/v9fs
ce00f85c
JC
157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
67543e50 159
1da177e4
LT
160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
1da177e4
LT
162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
fac533c2
DH
166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167P: David Howells
168M: dhowells@redhat.com
169L: linux-afs@lists.infradead.org
170S: Supported
171
1da177e4
LT
172AIO
173P: Benjamin LaHaise
174M: bcrl@kvack.org
175L: linux-aio@kvack.org
176S: Supported
177
249e3c85 178ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
f2b84bbc
HG
179P: Hans de Goede
180M: j.w.r.degoede@hhs.nl
181L: lm-sensors@lm-sensors.org
182S: Maintained
183
249e3c85
AJS
184ABIT UGURU 3 HARDWARE MONITOR DRIVER
185P: Alistair John Strachan
186M: alistair@devzero.co.uk
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
1da177e4
LT
190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
e6d1fc3d
SM
196IPS SCSI RAID DRIVER
197P: Adaptec OEM Raid Solutions
198M: aacraid@adaptec.com
199L: linux-scsi@vger.kernel.org
200W: http://www.adaptec.com/
201S: Maintained
202
203DPT_I2O SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205M: aacraid@adaptec.com
206L: linux-scsi@vger.kernel.org
207W: http://www.adaptec.com/
208S: Maintained
209
1da177e4
LT
210AACRAID SCSI RAID DRIVER
211P: Adaptec OEM Raid Solutions
e6d1fc3d 212M: aacraid@adaptec.com
1da177e4 213L: linux-scsi@vger.kernel.org
e6d1fc3d 214W: http://www.adaptec.com/
1da177e4
LT
215S: Supported
216
745a5d21
CC
217ACER WMI LAPTOP EXTRAS
218P: Carlos Corbacho
219M: carlos@strangeworlds.co.uk
220L: aceracpi@googlegroups.com (subscribers-only)
221W: http://code.google.com/p/aceracpi
222S: Maintained
223
1da177e4 224ACPI
54cd3148 225P: Len Brown
8b59a454 226M: lenb@kernel.org
6968e50c 227L: linux-acpi@vger.kernel.org
38e09d83 228W: http://www.lesswatts.org/projects/acpi/
6fb0425b 229T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
8b59a454
LB
230S: Supported
231
232ACPI BATTERY DRIVERS
a4146557
LB
233P: Alexey Starikovskiy
234M: astarikovskiy@suse.de
8b59a454 235L: linux-acpi@vger.kernel.org
0638bc8d 236W: http://www.lesswatts.org/projects/acpi/
8b59a454
LB
237S: Supported
238
239ACPI EC DRIVER
240P: Alexey Starikovskiy
a4146557 241M: astarikovskiy@suse.de
8b59a454 242L: linux-acpi@vger.kernel.org
0638bc8d 243W: http://www.lesswatts.org/projects/acpi/
8b59a454
LB
244S: Supported
245
246ACPI FAN DRIVER
65573ee7
LB
247P: Zhang Rui
248M: rui.zhang@intel.com
8b59a454 249L: linux-acpi@vger.kernel.org
0638bc8d 250W: http://www.lesswatts.org/projects/acpi/
8b59a454 251S: Supported
1da177e4 252
998be20f
KCA
253ACPI PCI HOTPLUG DRIVER
254P: Kristen Carlson Accardi
255M: kristen.c.accardi@intel.com
64dab204 256L: linux-pci@vger.kernel.org
8b59a454
LB
257S: Supported
258
259ACPI THERMAL DRIVER
65573ee7
LB
260P: Zhang Rui
261M: rui.zhang@intel.com
8b59a454 262L: linux-acpi@vger.kernel.org
0638bc8d 263W: http://www.lesswatts.org/projects/acpi/
8b59a454 264S: Supported
998be20f 265
359acec8 266ACPI VIDEO DRIVER
65573ee7 267P: Zhang Rui
38e09d83 268M: rui.zhang@intel.com
8b59a454 269L: linux-acpi@vger.kernel.org
0638bc8d 270W: http://www.lesswatts.org/projects/acpi/
8b59a454 271S: Supported
998be20f 272
bff431e4
CC
273ACPI WMI DRIVER
274P: Carlos Corbacho
275M: carlos@strangeworlds.co.uk
276L: linux-acpi@vger.kernel.org
277W: http://www.lesswatts.org/projects/acpi/
278S: Maintained
279
2f39d519
TV
280AD1889 ALSA SOUND DRIVER
281P: Kyle McMartin
42a5a8a6 282M: kyle@mcmartin.ca
2f39d519
TV
283P: Thibaut Varene
284M: T-Bone@parisc-linux.org
285W: http://wiki.parisc-linux.org/AD1889
286L: linux-parisc@vger.kernel.org
287S: Maintained
288
1da177e4
LT
289ADM1025 HARDWARE MONITOR DRIVER
290P: Jean Delvare
291M: khali@linux-fr.org
cc0b07ed 292L: lm-sensors@lm-sensors.org
1da177e4
LT
293S: Maintained
294
cae2caae
CL
295ADM1029 HARDWARE MONITOR DRIVER
296P: Corentin Labbe
297M: corentin.labbe@geomatys.fr
298L: lm-sensors@lm-sensors.org
299S: Maintained
300
cc0b88cf
MW
301ADM8211 WIRELESS DRIVER
302P: Michael Wu
303M: flamingice@sourmilk.net
304L: linux-wireless@vger.kernel.org
305W: http://linuxwireless.org/
306T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
307S: Maintained
308
1da177e4
LT
309ADT746X FAN DRIVER
310P: Colin Leroy
311M: colin@colino.net
312S: Maintained
313
8c6af9e1
MW
314ADVANSYS SCSI DRIVER
315P: Matthew Wilcox
316M: matthew@wil.cx
317L: linux-scsi@vger.kernel.org
318S: Maintained
319
1da177e4
LT
320AEDSP16 DRIVER
321P: Riccardo Facchetti
322M: fizban@tin.it
323S: Maintained
324
325AFFS FILE SYSTEM
326P: Roman Zippel
327M: zippel@linux-m68k.org
328S: Maintained
329
330AGPGART DRIVER
70e8992e
DJ
331P: David Airlie
332M: airlied@linux.ie
333T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4
LT
334S: Maintained
335
336AHA152X SCSI DRIVER
337P: Juergen E. Fischer
338M: Juergen Fischer <fischer@norbit.de>
339L: linux-scsi@vger.kernel.org
340S: Maintained
341
64624d4f
HR
342AIC7XXX / AIC79XX SCSI DRIVER
343P: Hannes Reinecke
344M: hare@suse.de
345L: linux-scsi@vger.kernel.org
1da177e4
LT
346S: Maintained
347
348ALCATEL SPEEDTOUCH USB DRIVER
349P: Duncan Sands
350M: duncan.sands@free.fr
6372594a 351L: linux-usb@vger.kernel.org
1da177e4
LT
352W: http://www.linux-usb.org/SpeedTouch/
353S: Maintained
354
272f133a 355ALCHEMY AU1XX0 MMC DRIVER
08fcb720
ML
356P: Manuel Lauss
357M: manuel.lauss@gmail.com
358S: Maintained
272f133a 359
4a4e5787
RM
360ALI1563 I2C DRIVER
361P: Rudolf Marek
7188cc66 362M: r.marek@assembler.cz
5d925fec 363L: i2c@lm-sensors.org
4a4e5787
RM
364S: Maintained
365
1da177e4
LT
366ALPHA PORT
367P: Richard Henderson
368M: rth@twiddle.net
369S: Odd Fixes for 2.4; Maintained for 2.6.
370P: Ivan Kokshaysky
371M: ink@jurassic.park.msu.ru
372S: Maintained for 2.4; PCI support for 2.6.
373
167a675a
TD
374AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
375P: Thomas Dahlmann
376M: thomas.dahlmann@amd.com
67d76710 377L: linux-geode@lists.infradead.org (moderated for non-subscribers)
167a675a
TD
378S: Supported
379
f90b8116 380AMD GEODE PROCESSOR/CHIPSET SUPPORT
ce00f85c 381P: Jordan Crouse
67d76710 382L: linux-geode@lists.infradead.org (moderated for non-subscribers)
f90b8116
JC
383W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
384S: Supported
385
919ee7dd
JR
386AMD IOMMU (AMD-VI)
387P: Joerg Roedel
388M: joerg.roedel@amd.com
389L: iommu@lists.linux-foundation.org
390S: Supported
391
284f42b6
SP
392AMS (Apple Motion Sensor) DRIVER
393P: Stelian Pop
394M: stelian@popies.net
395P: Michael Hanselmann
396M: linux-kernel@hansmi.ch
397S: Supported
398
f94b533d
TT
399AMSO1100 RNIC DRIVER
400P: Tom Tucker
401M: tom@opengridcomputing.com
402P: Steve Wise
403M: swise@opengridcomputing.com
78526821 404L: general@lists.openfabrics.org
f94b533d
TT
405S: Maintained
406
42269063
JB
407AOA (Apple Onboard Audio) ALSA DRIVER
408P: Johannes Berg
409M: johannes@sipsolutions.net
410L: linuxppc-dev@ozlabs.org
82622046 411L: alsa-devel@alsa-project.org (subscribers-only)
42269063
JB
412S: Maintained
413
1da177e4
LT
414APM DRIVER
415P: Stephen Rothwell
416M: sfr@canb.auug.org.au
417L: linux-laptop@vger.kernel.org
418W: http://www.canb.auug.org.au/~sfr/
419S: Supported
420
bd7aa4b2
HR
421APPLE BCM5974 MULTITOUCH DRIVER
422P: Henrik Rydberg
423M: rydberg@euromail.se
424L: linux-input@vger.kernel.org
425S: Maintained
426
6f2fad74
NB
427APPLE SMC DRIVER
428P: Nicolas Boichat
429M: nicolas@boichat.ch
430L: mactel-linux-devel@lists.sourceforge.net
431S: Maintained
432
1da177e4
LT
433APPLETALK NETWORK LAYER
434P: Arnaldo Carvalho de Melo
926554c4 435M: acme@ghostprotocols.net
1da177e4
LT
436S: Maintained
437
eb9ebe67
JB
438APPLETOUCH TOUCHPAD DRIVER
439P: Johannes Berg
440M: johannes@sipsolutions.net
eb76c5c0 441L: linux-input@vger.kernel.org
eb9ebe67
JB
442S: Maintained
443
1154ea7d
JK
444ARC FRAMEBUFFER DRIVER
445P: Jaya Kumar
446M: jayalk@intworks.biz
447S: Maintained
448
1da177e4
LT
449ARM MFM AND FLOPPY DRIVERS
450P: Ian Molton
451M: spyro@f2s.com
452S: Maintained
453
2761f5c2 454ARM PRIMECELL MMCI PL180/1 DRIVER
6d79947a 455S: Orphan
2761f5c2 456
2b7a52a4
LB
457ARM/ADI ROADRUNNER MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
463ARM/ADS SPHERE MACHINE SUPPORT
464P: Lennert Buytenhek
465M: kernel@wantstofly.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
469ARM/AJECO 1ARM MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
d4a89c7d
AV
475ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
476P: Andrew Victor
c5215f32 477M: linux@maxim.org.za
d4a89c7d
AV
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479W: http://maxim.org.za/at91_26.html
480S: Maintained
481
2b7a52a4
LB
482ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
483P: Lennert Buytenhek
484M: kernel@wantstofly.org
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Maintained
487
488ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
a9da4f7e
RK
494ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
495P: Mike Rapoport
496M: mike@compulab.co.il
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
1da177e4
LT
500ARM/CORGI MACHINE SUPPORT
501P: Richard Purdie
502M: rpurdie@rpsys.net
503S: Maintained
504
a9da4f7e
RK
505ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
506P: Daniel Ribeiro
507M: drwyrm@gmail.com
508P: Stefan Schmidt
509M: stefan@openezx.org
510P: Harald Welte
511M: laforge@openezx.org
512L: openezx-devel@lists.openezx.org (subscribers-only)
513W: http://www.openezx.org/
514S: Maintained
515
86183a5f
SH
516ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
517P: Sascha Hauer
518M: kernel@pengutronix.de
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
2b7a52a4
LB
522ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
90b8fc34
JK
528ARM/GUMSTIX MACHINE SUPPORT
529P: Steve Sakoman
530M: sakoman@gmail.com
531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532S: Maintained
533
21f37bc3
KE
534ARM/HP JORNADA 7XX MACHINE SUPPORT
535P: Kristoffer Ericson
6a4d0287 536M: kristoffer.ericson@gmail.com
21f37bc3
KE
537W: www.jlime.com
538S: Maintained
539
2b7a52a4
LB
540ARM/INTEL IOP32X ARM ARCHITECTURE
541P: Lennert Buytenhek
542M: kernel@wantstofly.org
e2bdb176
DW
543P: Dan Williams
544M: dan.j.williams@intel.com
2b7a52a4 545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176
DW
546S: Supported
547
548ARM/INTEL IOP33X ARM ARCHITECTURE
549P: Dan Williams
550M: dan.j.williams@intel.com
551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552S: Supported
2b7a52a4
LB
553
554ARM/INTEL IOP13XX ARM ARCHITECTURE
555P: Lennert Buytenhek
556M: kernel@wantstofly.org
e2bdb176
DW
557P: Dan Williams
558M: dan.j.williams@intel.com
2b7a52a4 559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 560S: Supported
2b7a52a4
LB
561
562ARM/INTEL IQ81342EX MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
e2bdb176
DW
565P: Dan Williams
566M: dan.j.williams@intel.com
2b7a52a4 567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 568S: Supported
2b7a52a4
LB
569
570ARM/INTEL IXP2000 ARM ARCHITECTURE
571P: Lennert Buytenhek
572M: kernel@wantstofly.org
573L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
574S: Maintained
575
576ARM/INTEL IXDP2850 MACHINE SUPPORT
577P: Lennert Buytenhek
578M: kernel@wantstofly.org
579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580S: Maintained
581
582ARM/INTEL IXP23XX ARM ARCHITECTURE
583P: Lennert Buytenhek
584M: kernel@wantstofly.org
585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586S: Maintained
587
588ARM/INTEL XSC3 (MANZANO) ARM CORE
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
e2bdb176
DW
591P: Dan Williams
592M: dan.j.williams@intel.com
2b7a52a4 593L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 594S: Supported
2b7a52a4
LB
595
596ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
597P: Lennert Buytenhek
598M: kernel@wantstofly.org
599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
600S: Maintained
601
602ARM/LOGICPD PXA270 MACHINE SUPPORT
603P: Lennert Buytenhek
604M: kernel@wantstofly.org
605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
606S: Maintained
607
3b886171
PZ
608ARM/MAGICIAN MACHINE SUPPORT
609P: Philipp Zabel
610M: philipp.zabel@gmail.com
611S: Maintained
612
8459c159 613ARM/TOSA MACHINE SUPPORT
93887049
DES
614P: Dmitry Baryshkov
615M: dbaryshkov@gmail.com
8459c159
DO
616P: Dirk Opfer
617M: dirk@opfer-online.de
618S: Maintained
619
b5e4ad57
MV
620ARM/PALMTX SUPPORT
621P: Marek Vasut
622M: marek.vasut@gmail.com
623W: http://hackndev.com
624S: Maintained
625
1da177e4
LT
626ARM/PLEB SUPPORT
627P: Peter Chubb
628M: pleb@gelato.unsw.edu.au
629W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
630S: Maintained
631
632ARM/PT DIGITAL BOARD PORT
633P: Stefan Eletzhofer
634M: stefan.eletzhofer@eletztrick.de
70f09f1f 635L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
636W: http://www.arm.linux.org.uk/
637S: Maintained
638
2b7a52a4
LB
639ARM/RADISYS ENP2611 MACHINE SUPPORT
640P: Lennert Buytenhek
641M: kernel@wantstofly.org
642L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
643S: Maintained
644
1da177e4
LT
645ARM/SHARK MACHINE SUPPORT
646P: Alexander Schulz
647M: alex@shark-linux.de
648W: http://www.shark-linux.de/shark.html
649S: Maintained
650
651ARM/STRONGARM110 PORT
652P: Russell King
653M: rmk@arm.linux.org.uk
70f09f1f 654L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
655W: http://www.arm.linux.org.uk/
656S: Maintained
657
658ARM/S3C2410 ARM ARCHITECTURE
659P: Ben Dooks
449d4dd5 660M: ben-linux@fluff.org
70f09f1f 661L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
662W: http://www.fluff.org/ben/linux/
663S: Maintained
664
665ARM/S3C2440 ARM ARCHITECTURE
666P: Ben Dooks
449d4dd5 667M: ben-linux@fluff.org
70f09f1f 668L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
669W: http://www.fluff.org/ben/linux/
670S: Maintained
671
2b7a52a4
LB
672ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
673P: Lennert Buytenhek
674M: kernel@wantstofly.org
675L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
676S: Maintained
677
678ARM/THECUS N2100 MACHINE SUPPORT
679P: Lennert Buytenhek
680M: kernel@wantstofly.org
681L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
682S: Maintained
683
1da177e4
LT
684ARPD SUPPORT
685P: Jonathan Layes
979b6c13 686L: netdev@vger.kernel.org
1da177e4
LT
687S: Maintained
688
689ASUS ACPI EXTRAS DRIVER
0b67d946
LB
690P: Corentin Chary
691M: corentincj@iksaif.net
1da177e4
LT
692P: Karol Kozimor
693M: sziwan@users.sourceforge.net
1da177e4
LT
694L: acpi4asus-user@lists.sourceforge.net
695W: http://sourceforge.net/projects/acpi4asus
0b67d946 696W: http://xf.iksaif.net/acpi4asus
85091b71
CC
697S: Maintained
698
6ea884db
MH
699ASUS ASB100 HARDWARE MONITOR DRIVER
700P: Mark M. Hoffman
701M: mhoffman@lightlink.com
702L: lm-sensors@lm-sensors.org
703S: Maintained
704
85091b71
CC
705ASUS LAPTOP EXTRAS DRIVER
706P: Corentin Chary
707M: corentincj@iksaif.net
708L: acpi4asus-user@lists.sourceforge.net
1da177e4 709W: http://sourceforge.net/projects/acpi4asus
0b67d946 710W: http://xf.iksaif.net/acpi4asus
1da177e4
LT
711S: Maintained
712
b3e5f263
DW
713ASYNCHRONOUS TRANSFERS/TRANSFORMS API
714P: Dan Williams
715M: dan.j.williams@intel.com
5e45bb2e
MS
716P: Maciej Sosnowski
717M: maciej.sosnowski@intel.com
b3e5f263
DW
718L: linux-kernel@vger.kernel.org
719W: http://sourceforge.net/projects/xscaleiop
720S: Supported
721
1da177e4
LT
722ATA OVER ETHERNET DRIVER
723P: Ed L. Cashin
724M: ecashin@coraid.com
725W: http://www.coraid.com/support/linux
726S: Supported
727
fa1c114f
JS
728ATHEROS ATH5K WIRELESS DRIVER
729P: Jiri Slaby
730M: jirislaby@gmail.com
731P: Nick Kossifidis
732M: mickflemm@gmail.com
733P: Luis R. Rodriguez
734M: mcgrof@gmail.com
735L: linux-wireless@vger.kernel.org
736L: ath5k-devel@lists.ath5k.org
737S: Maintained
738
f078f209
LR
739ATHEROS ATH9K WIRELESS DRIVER
740P: Luis R. Rodriguez
741M: lrodriguez@atheros.com
742P: Jouni Malinen
743M: jmalinen@atheros.com
744L: linux-wireless@vger.kernel.org
745L: ath9k-devel@lists.ath9k.org
746S: Supported
747
6f69a6d7
VS
748ATI_REMOTE2 DRIVER
749P: Ville Syrjala
750M: syrjala@sci.fi
751S: Maintained
752
7ae115b4 753ATLX ETHERNET DRIVERS
8d5ca6ec
JC
754P: Jay Cliburn
755M: jcliburn@gmail.com
756P: Chris Snook
757M: csnook@redhat.com
7ae115b4
CS
758P: Jie Yang
759M: jie.yang@atheros.com
8d5ca6ec
JC
760L: atl1-devel@lists.sourceforge.net
761W: http://sourceforge.net/projects/atl1
762W: http://atl1.sourceforge.net
763S: Maintained
764
1da177e4
LT
765ATM
766P: Chas Williams
767M: chas@cmf.nrl.navy.mil
f37bf90e 768L: linux-atm-general@lists.sourceforge.net (subscribers-only)
1da177e4
LT
769W: http://linux-atm.sourceforge.net
770S: Maintained
771
272f133a 772ATMEL AT91 MCI DRIVER
81764fa9 773P: Nicolas Ferre
8f4c79ce 774M: nicolas.ferre@atmel.com
81764fa9
PO
775L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
776W: http://www.atmel.com/products/AT91/
777W: http://www.at91.com/
778S: Maintained
272f133a 779
a1cfac48
HS
780ATMEL AT91 / AT32 SERIAL DRIVER
781P: Haavard Skinnemoen
782M: hskinnemoen@atmel.com
783L: linux-kernel@vger.kernel.org
784S: Supported
785
8f4c79ce
NF
786ATMEL LCDFB DRIVER
787P: Nicolas Ferre
788M: nicolas.ferre@atmel.com
8936b6db 789L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
8f4c79ce
NF
790S: Maintained
791
89e5785f 792ATMEL MACB ETHERNET DRIVER
89e5785f
HS
793P: Haavard Skinnemoen
794M: hskinnemoen@atmel.com
795S: Supported
796
754ce4f2
HS
797ATMEL SPI DRIVER
798P: Haavard Skinnemoen
799M: hskinnemoen@atmel.com
800S: Supported
801
914a3f3b
HS
802ATMEL USBA UDC DRIVER
803P: Haavard Skinnemoen
804M: hskinnemoen@atmel.com
805L: kernel@avr32linux.org
806W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
807S: Supported
808
1da177e4
LT
809ATMEL WIRELESS DRIVER
810P: Simon Kelley
811M: simon@thekelleys.org.uk
724c6b35 812L: linux-wireless@vger.kernel.org
1da177e4
LT
813W: http://www.thekelleys.org.uk/atmel
814W: http://atmelwlandriver.sourceforge.net/
815S: Maintained
816
a92b7b80 817AUDIT SUBSYSTEM
0ef1970d
EP
818P: Al Viro
819M: viro@zeniv.linux.org.uk
820P: Eric Paris
821M: eparis@redhat.com
b9a06207 822L: linux-audit@redhat.com (subscribers-only)
ad3f9a22 823W: http://people.redhat.com/sgrubb/audit/
0ef1970d 824T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
a92b7b80
CW
825S: Maintained
826
70e84049
MOS
827AUXILIARY DISPLAY DRIVERS
828P: Miguel Ojeda Sandonis
450c622e 829M: miguel.ojeda.sandonis@gmail.com
70e84049 830L: linux-kernel@vger.kernel.org
450c622e
MO
831W: http://miguelojeda.es/auxdisplay.htm
832W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
833S: Maintained
834
5f97f7f9 835AVR32 ARCHITECTURE
5f97f7f9
HS
836P: Haavard Skinnemoen
837M: hskinnemoen@atmel.com
838W: http://www.atmel.com/products/AVR32/
839W: http://avr32linux.org/
840W: http://avrfreaks.net/
841S: Supported
842
843AVR32/AT32AP MACHINE SUPPORT
5f97f7f9
HS
844P: Haavard Skinnemoen
845M: hskinnemoen@atmel.com
846S: Supported
847
1da177e4
LT
848AX.25 NETWORK LAYER
849P: Ralf Baechle
850M: ralf@linux-mips.org
851L: linux-hams@vger.kernel.org
d34cb28a 852W: http://www.linux-ax25.org/
1da177e4
LT
853S: Maintained
854
300abeb5
RP
855BACKLIGHT CLASS/SUBSYSTEM
856P: Richard Purdie
857M: rpurdie@rpsys.net
858S: Maintained
859
1394f032 860BLACKFIN ARCHITECTURE
e3b2d3f3 861P: Bryan Wu
7dd06cdb 862M: cooloney@kernel.org
e3b2d3f3
BW
863L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
864W: http://blackfin.uclinux.org
865S: Supported
566da5b2 866
e190d6b1
BW
867BLACKFIN EMAC DRIVER
868P: Bryan Wu
7dd06cdb 869M: cooloney@kernel.org
e190d6b1
BW
870L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
871W: http://blackfin.uclinux.org
872S: Supported
873
566da5b2
MF
874BLACKFIN RTC DRIVER
875P: Mike Frysinger
566da5b2
MF
876M: vapier.adi@gmail.com
877L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
878W: http://blackfin.uclinux.org
879S: Supported
1394f032
BW
880
881BLACKFIN SERIAL DRIVER
9c5e710b
MF
882P: Sonic Zhang
883M: sonic.zhang@analog.com
e3b2d3f3
BW
884L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
885W: http://blackfin.uclinux.org
886S: Supported
1394f032 887
1e6d320f
BW
888BLACKFIN WATCHDOG DRIVER
889P: Mike Frysinger
1e6d320f
BW
890M: vapier.adi@gmail.com
891L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
892W: http://blackfin.uclinux.org
893S: Supported
894
1da177e4
LT
895BAYCOM/HDLCDRV DRIVERS FOR AX.25
896P: Thomas Sailer
897M: t.sailer@alumni.ethz.ch
898L: linux-hams@vger.kernel.org
899W: http://www.baycom.org/~tom/ham/ham.html
900S: Maintained
901
e4d6b795
MB
902B43 WIRELESS DRIVER
903P: Michael Buesch
904M: mb@bu3sch.de
905P: Stefano Brivio
2817ef1a 906M: stefano.brivio@polimi.it
e4d6b795 907L: linux-wireless@vger.kernel.org
2817ef1a 908W: http://linuxwireless.org/en/users/Drivers/b43
e4d6b795
MB
909S: Maintained
910
75388acd
LF
911B43LEGACY WIRELESS DRIVER
912P: Larry Finger
913M: Larry.Finger@lwfinger.net
2817ef1a
SB
914P: Stefano Brivio
915M: stefano.brivio@polimi.it
75388acd 916L: linux-wireless@vger.kernel.org
2817ef1a 917W: http://linuxwireless.org/en/users/Drivers/b43
75388acd
LF
918S: Maintained
919
1da177e4
LT
920BEFS FILE SYSTEM
921P: Sergey S. Kostyliov
922M: rathamahata@php4.ru
923L: linux-kernel@vger.kernel.org
924S: Maintained
925
1da177e4
LT
926BFS FILE SYSTEM
927P: Tigran A. Aivazian
b5b9df69 928M: tigran@aivazian.fsnet.co.uk
1da177e4
LT
929L: linux-kernel@vger.kernel.org
930S: Maintained
931
d24ecfcc
BW
932BLACKFIN I2C TWI DRIVER
933P: Sonic Zhang
934M: sonic.zhang@analog.com
935L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
936W: http://blackfin.uclinux.org/
937S: Supported
938
1da177e4
LT
939BLOCK LAYER
940P: Jens Axboe
0fe23479 941M: axboe@kernel.dk
1da177e4 942L: linux-kernel@vger.kernel.org
6fb0425b 943T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1da177e4
LT
944S: Maintained
945
2b54aaef
JE
946BLOCK2MTD DRIVER
947P: Joern Engel
948M: joern@lazybastard.org
949L: linux-mtd@lists.infradead.org
950S: Maintained
951
63fbd24e 952BLUETOOTH DRIVERS
1da177e4
LT
953P: Marcel Holtmann
954M: marcel@holtmann.org
781c2844 955L: linux-bluetooth@vger.kernel.org
63fbd24e 956W: http://www.bluez.org/
1da177e4
LT
957S: Maintained
958
63fbd24e 959BLUETOOTH SUBSYSTEM
1da177e4
LT
960P: Marcel Holtmann
961M: marcel@holtmann.org
63fbd24e
MH
962L: linux-bluetooth@vger.kernel.org
963W: http://www.bluez.org/
964T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1da177e4
LT
965S: Maintained
966
967BONDING DRIVER
ce00f85c
JC
968P: Jay Vosburgh
969M: fubar@us.ibm.com
970L: bonding-devel@lists.sourceforge.net
971W: http://sourceforge.net/projects/bonding/
972S: Supported
1da177e4 973
39105890
GZ
974BROADCOM B44 10/100 ETHERNET DRIVER
975P: Gary Zambrano
976M: zambrano@broadcom.com
977L: netdev@vger.kernel.org
978S: Supported
979
948c51e6
MC
980BROADCOM BNX2 GIGABIT ETHERNET DRIVER
981P: Michael Chan
982M: mchan@broadcom.com
983L: netdev@vger.kernel.org
984S: Supported
985
4d9d2cb0 986BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
24e3fcef
EG
987P: Eilon Greenstein
988M: eilong@broadcom.com
4d9d2cb0
ET
989L: netdev@vger.kernel.org
990S: Supported
991
948c51e6
MC
992BROADCOM TG3 GIGABIT ETHERNET DRIVER
993P: Michael Chan
994M: mchan@broadcom.com
995L: netdev@vger.kernel.org
996S: Supported
997
5cdf7f76
JA
998BSG (block layer generic sg v4 driver)
999P: FUJITA Tomonori
1000M: fujita.tomonori@lab.ntt.co.jp
1001L: linux-scsi@vger.kernel.org
1002S: Supported
1003
ff1d5c2f
MB
1004BT8XXGPIO DRIVER
1005P: Michael Buesch
1006M: mb@bu3sch.de
1007W: http://bu3sch.de/btgpio.php
1008S: Maintained
1009
1da177e4 1010BTTV VIDEO4LINUX DRIVER
96b6aba0 1011P: Mauro Carvalho Chehab
8d58d773
MCC
1012M: mchehab@infradead.org
1013M: v4l-dvb-maintainer@linuxtv.org
1da177e4 1014L: video4linux-list@redhat.com
96b6aba0 1015W: http://linuxtv.org
ecfa4fdc 1016T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 1017S: Maintained
1da177e4 1018
77d5140f
JC
1019CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1020P: Jonathan Corbet
1021M: corbet@lwn.net
1022L: video4linux-list@redhat.com
1023S: Maintained
1024
beca222d
OH
1025CAN NETWORK LAYER
1026P: Urs Thuermann
1027M: urs.thuermann@volkswagen.de
1028P: Oliver Hartkopp
1029M: oliver.hartkopp@volkswagen.de
220fc3fc 1030L: socketcan-core@lists.berlios.de (subscribers-only)
beca222d
OH
1031W: http://developer.berlios.de/projects/socketcan/
1032S: Maintained
1033
77dac90f
MBY
1034CALGARY x86-64 IOMMU
1035P: Muli Ben-Yehuda
1036M: muli@il.ibm.com
1037P: Jon D. Mason
d8d2bedf 1038M: jdmason@kudzu.us
77dac90f
MBY
1039L: linux-kernel@vger.kernel.org
1040L: discuss@x86-64.org
1041S: Maintained
1042
b8154542
AB
1043CELL BROADBAND ENGINE ARCHITECTURE
1044P: Arnd Bergmann
1045M: arnd@arndb.de
1046L: linuxppc-dev@ozlabs.org
1047L: cbe-oss-dev@ozlabs.org
1048W: http://www.ibm.com/developerworks/power/cell/
1049S: Supported
1050
70e84049
MOS
1051CFAG12864B LCD DRIVER
1052P: Miguel Ojeda Sandonis
450c622e 1053M: miguel.ojeda.sandonis@gmail.com
70e84049 1054L: linux-kernel@vger.kernel.org
450c622e
MO
1055W: http://miguelojeda.es/auxdisplay.htm
1056W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
1057S: Maintained
1058
1059CFAG12864BFB LCD FRAMEBUFFER DRIVER
1060P: Miguel Ojeda Sandonis
450c622e 1061M: miguel.ojeda.sandonis@gmail.com
70e84049 1062L: linux-kernel@vger.kernel.org
450c622e
MO
1063W: http://miguelojeda.es/auxdisplay.htm
1064W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
1065S: Maintained
1066
704232c2
JB
1067CFG80211 and NL80211
1068P: Johannes Berg
1069M: johannes@sipsolutions.net
1070L: linux-wireless@vger.kernel.org
1071S: Maintained
1072
0a920b5b
AW
1073CHECKPATCH
1074P: Andy Whitcroft
1075M: apw@shadowen.org
1076P: Randy Dunlap
1077M: rdunlap@xenotime.net
1078P: Joel Schopp
1079M: jschopp@austin.ibm.com
1080S: Supported
1081
1da177e4
LT
1082COMMON INTERNET FILE SYSTEM (CIFS)
1083P: Steve French
1084M: sfrench@samba.org
fb453d4b 1085L: linux-cifs-client@lists.samba.org
1da177e4 1086L: samba-technical@lists.samba.org
af5a032b 1087W: http://linux-cifs.samba.org/
1adc1230 1088T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
b7eee616 1089S: Supported
1da177e4 1090
7063fbf2
JB
1091CONFIGFS
1092P: Joel Becker
62ca3d26
JB
1093M: joel.becker@oracle.com
1094L: linux-kernel@vger.kernel.org
7063fbf2
JB
1095S: Supported
1096
2b7a52a4
LB
1097CIRRUS LOGIC EP93XX ETHERNET DRIVER
1098P: Lennert Buytenhek
1099M: kernel@wantstofly.org
1100L: netdev@vger.kernel.org
1101S: Maintained
1102
2b7a52a4
LB
1103CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1104P: Lennert Buytenhek
1105M: kernel@wantstofly.org
6372594a 1106L: linux-usb@vger.kernel.org
2b7a52a4
LB
1107S: Maintained
1108
d9e9d82c
TT
1109CIRRUS LOGIC CS4270 SOUND DRIVER
1110P: Timur Tabi
1111M: timur@freescale.com
1112L: alsa-devel@alsa-project.org
1113S: Supported
1114
1da177e4
LT
1115CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1116P: Cirrus Logic Corporation (kernel 2.2 driver)
1117M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1118P: Nils Faerber (port to kernel 2.4)
1119M: Nils Faerber <nils@kernelconcepts.de>
1120S: Maintained
1121
1122CODA FILE SYSTEM
1123P: Jan Harkes
1124M: jaharkes@cs.cmu.edu
1125M: coda@cs.cmu.edu
1126L: codalist@coda.cs.cmu.edu
1127W: http://www.coda.cs.cmu.edu/
1128S: Maintained
1129
1130COMPACTPCI HOTPLUG CORE
1131P: Scott Murray
1132M: scottm@somanetworks.com
1133M: scott@spiteful.org
64dab204 1134L: linux-pci@vger.kernel.org
1da177e4
LT
1135S: Supported
1136
1137COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1138P: Scott Murray
1139M: scottm@somanetworks.com
1140M: scott@spiteful.org
64dab204 1141L: linux-pci@vger.kernel.org
1da177e4
LT
1142S: Supported
1143
1144COMPACTPCI HOTPLUG GENERIC DRIVER
1145P: Scott Murray
1146M: scottm@somanetworks.com
1147M: scott@spiteful.org
64dab204 1148L: linux-pci@vger.kernel.org
1da177e4
LT
1149S: Supported
1150
5411552c
CJ
1151COMPAL LAPTOP SUPPORT
1152P: Cezary Jackiewicz
1153M: cezary.jackiewicz@gmail.com
1154S: Maintained
1155
1da177e4
LT
1156COMPUTONE INTELLIPORT MULTIPORT CARD
1157P: Michael H. Warfield
07d46de4 1158M: mhw@wittsend.com
1da177e4 1159W: http://www.wittsend.com/computone.html
07d46de4 1160S: Maintained
1da177e4 1161
949be0f7
SA
1162CONEXANT ACCESSRUNNER USB DRIVER
1163P: Simon Arlott
1164M: cxacru@fire.lp0.eu
9ae5e3bc
SA
1165L: accessrunner-general@lists.sourceforge.net
1166W: http://accessrunner.sourceforge.net/
949be0f7
SA
1167S: Maintained
1168
fb3a0fb6
PM
1169CONTROL GROUPS (CGROUPS)
1170P: Paul Menage
1171M: menage@google.com
1172L: containers@lists.linux-foundation.org
1173S: Maintained
1174
bebe4678
RM
1175CORETEMP HARDWARE MONITORING DRIVER
1176P: Rudolf Marek
1177M: r.marek@assembler.cz
1178L: lm-sensors@lm-sensors.org
1179S: Maintained
1180
1da177e4
LT
1181COSA/SRP SYNC SERIAL DRIVER
1182P: Jan "Yenya" Kasprzak
1183M: kas@fi.muni.cz
1184W: http://www.fi.muni.cz/~kas/cosa/
1185S: Maintained
1186
1187CPU FREQUENCY DRIVERS
1188P: Dave Jones
1189M: davej@codemonkey.org.uk
bc5f65d4 1190L: cpufreq@vger.kernel.org
1da177e4 1191W: http://www.codemonkey.org.uk/projects/cpufreq/
7531a0b5 1192T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1da177e4
LT
1193S: Maintained
1194
1195CPUID/MSR DRIVER
1196P: H. Peter Anvin
1197M: hpa@zytor.com
1198S: Maintained
1199
ed90fb4a
PJ
1200CPUSETS
1201P: Paul Jackson
6bffd7b5 1202P: Paul Menage
ed90fb4a 1203M: pj@sgi.com
6bffd7b5 1204M: menage@google.com
ed90fb4a
PJ
1205L: linux-kernel@vger.kernel.org
1206W: http://www.bullopensource.org/cpuset/
551e172a 1207W: http://oss.sgi.com/projects/cpusets/
ed90fb4a
PJ
1208S: Supported
1209
1da177e4 1210CRAMFS FILESYSTEM
ce00f85c
JC
1211W: http://sourceforge.net/projects/cramfs/
1212S: Orphan
1da177e4
LT
1213
1214CRIS PORT
1215P: Mikael Starvik
1216M: starvik@axis.com
0b07aa6d
JN
1217P: Jesper Nilsson
1218M: jesper.nilsson@axis.com
1da177e4
LT
1219L: dev-etrax@axis.com
1220W: http://developer.axis.com
1221S: Maintained
1222
1223CRYPTO API
1224P: Herbert Xu
1225M: herbert@gondor.apana.org.au
1226P: David S. Miller
1227M: davem@davemloft.net
1228L: linux-crypto@vger.kernel.org
1adc1230 1229T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4
LT
1230S: Maintained
1231
9b4ffa48
JK
1232CS5535 Audio ALSA driver
1233P: Jaya Kumar
1234M: jayakumar.alsa@gmail.com
1235S: Maintained
1236
6d8425b1
HV
1237CX18 VIDEO4LINUX DRIVER
1238P: Hans Verkuil, Andy Walls
1239M: hverkuil@xs4all.nl, awalls@radix.net
1240L: ivtv-devel@ivtvdriver.org
1241L: ivtv-users@ivtvdriver.org
1242L: video4linux-list@redhat.com
1243W: http://linuxtv.org
1244S: Maintained
1245
e5ec3789
SW
1246CXGB3 ETHERNET DRIVER (CXGB3)
1247P: Divy Le Ray
1248M: divy@chelsio.com
1249L: netdev@vger.kernel.org
1250W: http://www.chelsio.com
1251S: Supported
1252
1253CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1254P: Steve Wise
1255M: swise@chelsio.com
1256L: general@lists.openfabrics.org
1257W: http://www.openfabrics.org
1258S: Supported
1259
1da177e4
LT
1260CYBERPRO FB DRIVER
1261P: Russell King
1262M: rmk@arm.linux.org.uk
1263W: http://www.arm.linux.org.uk/
1264S: Maintained
1265
9fa68eae
KP
1266CYBLAFB FRAMEBUFFER DRIVER
1267P: Knut Petersen
1268M: Knut_Petersen@t-online.de
8936b6db 1269L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
9fa68eae
KP
1270S: Maintained
1271
1da177e4
LT
1272CYCLADES 2X SYNC CARD DRIVER
1273P: Arnaldo Carvalho de Melo
926554c4
ACM
1274M: acme@ghostprotocols.net
1275W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
1276S: Maintained
1277
1278CYCLADES ASYNC MUX DRIVER
1da177e4 1279W: http://www.cyclades.com/
d459883e 1280S: Orphan
1da177e4
LT
1281
1282CYCLADES PC300 DRIVER
1da177e4 1283W: http://www.cyclades.com/
d459883e 1284S: Orphan
1da177e4 1285
1da177e4
LT
1286DAMA SLAVE for AX.25
1287P: Joerg Reuter
1288M: jreuter@yaina.de
1289W: http://yaina.de/jreuter/
1290W: http://www.qsl.net/dl1bke/
1291L: linux-hams@vger.kernel.org
1292S: Maintained
1293
1294DC395x SCSI driver
1295P: Oliver Neukum
1296M: oliver@neukum.name
1297P: Ali Akcaagac
1298M: aliakc@web.de
1299P: Jamie Lenehan
1300M: lenehan@twibble.org
1301W: http://twibble.org/dist/dc395x/
f5df5881 1302L: dc395x@twibble.org
1da177e4
LT
1303L: http://lists.twibble.org/mailman/listinfo/dc395x/
1304S: Maintained
1305
1306DC390/AM53C974 SCSI driver
1307P: Kurt Garloff
1308M: garloff@suse.de
1309W: http://www.garloff.de/kurt/linux/dc390/
1310P: Guennadi Liakhovetski
1311M: g.liakhovetski@gmx.de
1312S: Maintained
1313
eb8edb08
ACM
1314DCCP PROTOCOL
1315P: Arnaldo Carvalho de Melo
926554c4 1316M: acme@ghostprotocols.net
eb8edb08 1317L: dccp@vger.kernel.org
f3b84ec2 1318W: http://linux-net.osdl.org/index.php/DCCP
eb8edb08
ACM
1319S: Maintained
1320
1da177e4 1321DECnet NETWORK LAYER
8943f268
CC
1322P: Christine Caulfield
1323M: christine.caulfield@googlemail.com
1da177e4
LT
1324W: http://linux-decnet.sourceforge.net
1325L: linux-decnet-user@lists.sourceforge.net
1326S: Maintained
1327
1328DEFXX FDDI NETWORK DRIVER
1329P: Maciej W. Rozycki
1330M: macro@linux-mips.org
1331S: Maintained
1332
1333DELL LAPTOP SMM DRIVER
1334P: Massimo Dal Zotto
1335M: dz@debian.org
1336W: http://www.debian.org/~dz/i8k/
1337S: Maintained
1338
90563ec4
DW
1339DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1340P: Doug Warzecha
1341M: Douglas_Warzecha@dell.com
1342S: Maintained
1343
5ddb88c0 1344DEVICE-MAPPER (LVM)
1da177e4
LT
1345P: Alasdair Kergon
1346L: dm-devel@redhat.com
1347W: http://sources.redhat.com/dm
1348S: Maintained
1349
1350DEVICE NUMBER REGISTRY
1351P: Torben Mathiasen
1352M: device@lanana.org
1353W: http://lanana.org/docs/device-list/index.html
1354L: linux-kernel@vger.kernel.org
1355S: Maintained
1356
1da177e4
LT
1357DIGI INTL. EPCA DRIVER
1358P: Digi International, Inc
1359M: Eng.Linux@digi.com
1360L: Eng.Linux@digi.com
1361W: http://www.digi.com
1362S: Orphaned
1363
1da177e4
LT
1364DIRECTORY NOTIFICATION
1365P: Stephen Rothwell
1366M: sfr@canb.auug.org.au
1367L: linux-kernel@vger.kernel.org
1368S: Supported
1369
1370DISK GEOMETRY AND PARTITION HANDLING
1371P: Andries Brouwer
1372M: aeb@cwi.nl
1373W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1374W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1375W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1376S: Maintained
1377
1378DISKQUOTA:
1379P: Jan Kara
1380M: jack@suse.cz
1381L: linux-kernel@vger.kernel.org
1382S: Maintained
1383
5be7b50f 1384DISTRIBUTED LOCK MANAGER
8943f268
CC
1385P: Christine Caulfield
1386M: ccaulfie@redhat.com
5be7b50f
SW
1387P: David Teigland
1388M: teigland@redhat.com
a4644184 1389L: cluster-devel@redhat.com
5be7b50f 1390W: http://sources.redhat.com/cluster/
d7c2feaf 1391T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
5be7b50f
SW
1392S: Supported
1393
1da177e4
LT
1394DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1395P: Tobias Ringstrom
1396M: tori@unhappy.mine.nu
2cb4abd1 1397L: netdev@vger.kernel.org
1da177e4
LT
1398S: Maintained
1399
b3e5f263 1400DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
5e45bb2e
MS
1401P: Maciej Sosnowski
1402M: maciej.sosnowski@intel.com
b3e5f263
DW
1403P: Dan Williams
1404M: dan.j.williams@intel.com
248a9dc3 1405L: linux-kernel@vger.kernel.org
b3e5f263 1406S: Supported
248a9dc3 1407
b825037d
JH
1408DME1737 HARDWARE MONITOR DRIVER
1409P: Juerg Haefliger
1410M: juergh@gmail.com
1411L: lm-sensors@lm-sensors.org
1412S: Maintained
1413
ba483d57 1414DOCBOOK FOR DOCUMENTATION
0f40efbd
RD
1415P: Randy Dunlap
1416M: rdunlap@xenotime.net
ba483d57
MW
1417S: Maintained
1418
5b9c9bf6
KCA
1419DOCKING STATION DRIVER
1420P: Kristen Carlson Accardi
1421M: kristen.c.accardi@intel.com
1422L: linux-acpi@vger.kernel.org
8b59a454 1423S: Supported
5b9c9bf6 1424
abbaeff3
RD
1425DOCUMENTATION (/Documentation directory)
1426P: Michael Kerrisk
1427M: mtk.manpages@gmail.com
1428P: Randy Dunlap
1429M: rdunlap@xenotime.net
1430L: linux-doc@vger.kernel.org
1431S: Maintained
1432
1da177e4
LT
1433DOUBLETALK DRIVER
1434P: James R. Van Zandt
1435M: jrv@vanzandt.mv.com
1436L: blinux-list@redhat.com
1437S: Maintained
1438
1439DRIVER CORE, KOBJECTS, AND SYSFS
1440P: Greg Kroah-Hartman
1441M: gregkh@suse.de
1442L: linux-kernel@vger.kernel.org
6fb0425b 1443T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
1444S: Supported
1445
1446DRM DRIVERS
1447P: David Airlie
1448M: airlied@linux.ie
1449L: dri-devel@lists.sourceforge.net
6fb0425b 1450T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4
LT
1451S: Maintained
1452
1453DSCC4 DRIVER
01f20734
FR
1454P: Francois Romieu
1455M: romieu@fr.zoreil.com
1456L: netdev@vger.kernel.org
1da177e4
LT
1457S: Maintained
1458
1459DVB SUBSYSTEM AND DRIVERS
1460P: LinuxTV.org Project
8d58d773 1461M: v4l-dvb-maintainer@linuxtv.org
1da177e4 1462L: linux-dvb@linuxtv.org (subscription required)
7d69fa62 1463W: http://linuxtv.org/
ecfa4fdc 1464T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
8d58d773 1465S: Maintained
1da177e4 1466
789c7048
MR
1467DZ DECSTATION DZ11 SERIAL DRIVER
1468P: Maciej W. Rozycki
1469M: macro@linux-mips.org
1470S: Maintained
1471
1da177e4
LT
1472EATA-DMA SCSI DRIVER
1473P: Michael Neuffer
1474L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1475S: Maintained
1476
1477EATA ISA/EISA/PCI SCSI DRIVER
1478P: Dario Ballabio
1479M: ballabio_dario@emc.com
1480L: linux-scsi@vger.kernel.org
1481S: Maintained
1482
1483EATA-PIO SCSI DRIVER
1484P: Michael Neuffer
1485M: mike@i-Connect.Net
1486L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1487S: Maintained
1488
1489EBTABLES
1490P: Bart De Schuymer
1491M: bart.de.schuymer@pandora.be
1492L: ebtables-user@lists.sourceforge.net
1493L: ebtables-devel@lists.sourceforge.net
1494W: http://ebtables.sourceforge.net/
1495S: Maintained
1496
237fead6
MH
1497ECRYPT FILE SYSTEM
1498P: Mike Halcrow, Phillip Hellewell
1499M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1500L: ecryptfs-devel@lists.sourceforge.net
1501W: http://ecryptfs.sourceforge.net/
1502S: Supported
1503
da9bb1d2 1504EDAC-CORE
0e438e3f 1505P: Doug Thompson
ba9a5918 1506M: dougthompson@xmission.com
0e438e3f
DP
1507L: bluesmoke-devel@lists.sourceforge.net
1508W: bluesmoke.sourceforge.net
8c2a6a40 1509S: Supported
0e438e3f
DP
1510
1511EDAC-E752X
8c2a6a40 1512P: Mark Gross
ba9a5918 1513P: Doug Thompson
8c2a6a40 1514M: mark.gross@intel.com
ba9a5918 1515M: dougthompson@xmission.com
0e438e3f
DP
1516L: bluesmoke-devel@lists.sourceforge.net
1517W: bluesmoke.sourceforge.net
1518S: Maintained
1519
1520EDAC-E7XXX
8c2a6a40 1521P: Doug Thompson
ba9a5918 1522M: dougthompson@xmission.com
0e438e3f
DP
1523L: bluesmoke-devel@lists.sourceforge.net
1524W: bluesmoke.sourceforge.net
1525S: Maintained
1526
6bc78404
DT
1527EDAC-I82443BXGX
1528P: Tim Small
1529M: tim@buttersideup.com
1530L: bluesmoke-devel@lists.sourceforge.net
1531W: bluesmoke.sourceforge.net
1532S: Maintained
1533
1534EDAC-I3000
1535P: Jason Uhlenkott
1536M: juhlenko@akamai.com
1537L: bluesmoke-devel@lists.sourceforge.net
1538W: bluesmoke.sourceforge.net
1539S: Maintained
1540
1541EDAC-I5000
1542P: Doug Thompson
ba9a5918
DT
1543M: dougthompson@xmission.com
1544L: bluesmoke-devel@lists.sourceforge.net
1545W: bluesmoke.sourceforge.net
1546S: Maintained
1547
1548EDAC-I82975X
1549P: Ranganathan Desikan
1550P: Arvind R.
1551M: rdesikan@jetzbroadband.com
1552M: arvind@acarlab.com
1553L: bluesmoke-devel@lists.sourceforge.net
1554W: bluesmoke.sourceforge.net
1555S: Maintained
1556
1557EDAC-PASEMI
1558P: Egor Martovetsky
1559M: egor@pasemi.com
6bc78404
DT
1560L: bluesmoke-devel@lists.sourceforge.net
1561W: bluesmoke.sourceforge.net
1562S: Maintained
1563
0e438e3f
DP
1564EDAC-R82600
1565P: Tim Small
1566M: tim@buttersideup.com
1567L: bluesmoke-devel@lists.sourceforge.net
1568W: bluesmoke.sourceforge.net
1569S: Maintained
da9bb1d2 1570
e59f8796
EC
1571EEEPC LAPTOP EXTRAS DRIVER
1572P: Corentin Chary
1573M: corentincj@iksaif.net
1574L: acpi4asus-user@lists.sourceforge.net
1575W: http://sourceforge.net/projects/acpi4asus
1576S: Maintained
1577
1da177e4
LT
1578EEPRO100 NETWORK DRIVER
1579P: Andrey V. Savochkin
1580M: saw@saw.sw.com.sg
1581S: Maintained
1582
0bee8d28
JT
1583EFS FILESYSTEM
1584W: http://aeschi.ch.eu.org/efs/
1585S: Orphan
1586
fab97220
HS
1587EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1588P: Hoang-Nam Nguyen
1589M: hnguyen@de.ibm.com
1590P: Christoph Raisch
1591M: raisch@de.ibm.com
78526821 1592L: general@lists.openfabrics.org
fab97220
HS
1593S: Supported
1594
3e3a7d66
DW
1595EMBEDDED LINUX
1596P: Paul Gortmaker
1597M: paul.gortmaker@windriver.com
a46add72 1598P: David Woodhouse
3e3a7d66
DW
1599M: dwmw2@infradead.org
1600L: linux-embedded@vger.kernel.org
1601S: Maintained
1602
3a1c1d44 1603EMULEX LPFC FC SCSI DRIVER
ce00f85c
JC
1604P: James Smart
1605M: james.smart@emulex.com
1606L: linux-scsi@vger.kernel.org
1607W: http://sourceforge.net/projects/lpfcxxxx
1608S: Supported
3a1c1d44 1609
1da177e4
LT
1610EPSON 1355 FRAMEBUFFER DRIVER
1611P: Christopher Hoover
1612M: ch@murgatroid.com, ch@hpl.hp.com
1613S: Maintained
1614
1615ETHEREXPRESS-16 NETWORK DRIVER
1616P: Philip Blundell
1617M: philb@gnu.org
979b6c13 1618L: netdev@vger.kernel.org
1da177e4
LT
1619S: Maintained
1620
1621ETHERNET BRIDGE
1622P: Stephen Hemminger
65ebe634 1623M: shemminger@linux-foundation.org
f318a63b 1624L: bridge@lists.linux-foundation.org
57c511d8 1625W: http://www.linux-foundation.org/en/Net:Bridge
1da177e4
LT
1626S: Maintained
1627
1628ETHERTEAM 16I DRIVER
1629P: Mika Kuoppala
1630M: miku@iki.fi
1631S: Maintained
1632
1633EXT2 FILE SYSTEM
72be2ccf 1634L: linux-ext4@vger.kernel.org
1da177e4
LT
1635S: Maintained
1636
1637EXT3 FILE SYSTEM
1638P: Stephen Tweedie, Andrew Morton
8deacee4 1639M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
72be2ccf
EM
1640L: linux-ext4@vger.kernel.org
1641S: Maintained
1642
1643EXT4 FILE SYSTEM
1644P: Stephen Tweedie, Andrew Morton
8deacee4 1645M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
72be2ccf 1646L: linux-ext4@vger.kernel.org
1da177e4
LT
1647S: Maintained
1648
e53004e2
JD
1649F71805F HARDWARE MONITORING DRIVER
1650P: Jean Delvare
1651M: khali@linux-fr.org
1652L: lm-sensors@lm-sensors.org
1653S: Maintained
1654
1da177e4
LT
1655FARSYNC SYNCHRONOUS DRIVER
1656P: Kevin Curtis
1657M: kevin.curtis@farsite.co.uk
1da177e4
LT
1658W: http://www.farsite.co.uk/
1659S: Supported
1660
c5408b88
AM
1661FAULT INJECTION SUPPORT
1662P: Akinobu Mita
1663M: akinobu.mita@gmail.com
1664S: Supported
1665
1da177e4
LT
1666FRAMEBUFFER LAYER
1667P: Antonino Daplas
0478e62e 1668M: adaplas@gmail.com
8936b6db 1669L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
1670W: http://linux-fbdev.sourceforge.net/
1671S: Maintained
1672
173acc7c 1673FREESCALE DMA DRIVER
76b0c788
ZW
1674P: Li Yang
1675M: leoli@freescale.com
1676P: Zhang Wei
1677M: zw@zh-kernel.org
173acc7c
ZW
1678L: linuxppc-embedded@ozlabs.org
1679L: linux-kernel@vger.kernel.org
1680S: Maintained
1681
0d2b405a
JF
1682FREESCALE I2C CPM DRIVER
1683P: Jochen Friedrich
1684M: jochen@scram.de
1685L: linuxppc-dev@ozlabs.org
1686L: i2c@lm-sensors.org
1687S: Maintained
1688
4689a6b1
PA
1689FREESCALE SOC FS_ENET DRIVER
1690P: Pantelis Antoniou
1691M: pantelis.antoniou@gmail.com
1692P: Vitaly Bordug
1693M: vbordug@ru.mvista.com
88de3cab 1694L: linuxppc-dev@ozlabs.org
4689a6b1
PA
1695L: netdev@vger.kernel.org
1696S: Maintained
1697
d9e9d82c
TT
1698FREESCALE QUICC ENGINE LIBRARY
1699P: Timur Tabi
1700M: timur@freescale.com
1701L: linuxppc-dev@ozlabs.org
1702S: Supported
1703
a7205b30
LY
1704FREESCALE HIGHSPEED USB DEVICE DRIVER
1705P: Li Yang
1706M: leoli@freescale.com
6372594a 1707L: linux-usb@vger.kernel.org
88de3cab 1708L: linuxppc-dev@ozlabs.org
a7205b30
LY
1709S: Maintained
1710
beaf53bf
LY
1711FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1712P: Li Yang
1713M: leoli@freescale.com
1714L: netdev@vger.kernel.org
88de3cab 1715L: linuxppc-dev@ozlabs.org
beaf53bf
LY
1716S: Maintained
1717
d9e9d82c
TT
1718FREESCALE QUICC ENGINE UCC UART DRIVER
1719P: Timur Tabi
1720M: timur@freescale.com
1721L: linuxppc-dev@ozlabs.org
1722S: Supported
1723
1724FREESCALE SOC SOUND DRIVERS
1725P: Timur Tabi
1726M: timur@freescale.com
1727L: alsa-devel@alsa-project.org
1728L: linuxppc-dev@ozlabs.org
1729S: Supported
1730
1da177e4
LT
1731FILE LOCKING (flock() and fcntl()/lockf())
1732P: Matthew Wilcox
1733M: matthew@wil.cx
1734L: linux-fsdevel@vger.kernel.org
1735S: Maintained
1736
1737FILESYSTEMS (VFS and infrastructure)
1738P: Alexander Viro
84122058 1739M: viro@zeniv.linux.org.uk
b9cf92ed 1740L: linux-fsdevel@vger.kernel.org
1da177e4
LT
1741S: Maintained
1742
f148e20c 1743FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
b3274475
SR
1744P: Kristian Hoegsberg, Stefan Richter
1745M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1746L: linux1394-devel@lists.sourceforge.net
1747W: http://www.linux1394.org/
1748T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1749S: Maintained
1750
1da177e4
LT
1751FIRMWARE LOADER (request_firmware)
1752L: linux-kernel@vger.kernel.org
1753S: Orphan
1754
1755FPU EMULATOR
1756P: Bill Metzenthen
1757M: billm@suburbia.net
1758W: http://suburbia.net/~billm/floating-point/emulator/
1759S: Maintained
1760
1761FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1762P: Mike McLagan
1763M: mike.mclagan@linux.org
979b6c13 1764L: netdev@vger.kernel.org
1da177e4
LT
1765S: Maintained
1766
1767FREEVXFS FILESYSTEM
1768P: Christoph Hellwig
1769M: hch@infradead.org
1770W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1771S: Maintained
1772
de3b69d7
SR
1773FTRACE
1774P: Steven Rostedt
1775M: srostedt@redhat.com
1776S: Maintained
1777
5ab7ffea 1778FUJITSU FR-V (FRV) PORT
1da177e4
LT
1779P: David Howells
1780M: dhowells@redhat.com
1781S: Maintained
1782
20b93734
JW
1783FUJITSU LAPTOP EXTRAS
1784P: Jonathan Woithe
1785M: jwoithe@physics.adelaide.edu.au
1786L: linux-acpi@vger.kernel.org
1787S: Maintained
1788
04578f17
MS
1789FUSE: FILESYSTEM IN USERSPACE
1790P: Miklos Szeredi
1791M: miklos@szeredi.hu
1792L: fuse-devel@lists.sourceforge.net
1793W: http://fuse.sourceforge.net/
1794S: Maintained
1795
1da177e4
LT
1796FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1797P: Rik Faith
1798M: faith@cs.unc.edu
1799L: linux-scsi@vger.kernel.org
1800S: Odd fixes (e.g., new signatures)
1801
1802GDT SCSI DISK ARRAY CONTROLLER DRIVER
1803P: Achim Leubner
1804M: achim_leubner@adaptec.com
1805L: linux-scsi@vger.kernel.org
1806W: http://www.icp-vortex.com/
1807S: Supported
1808
1c23af90
HS
1809GENERIC GPIO I2C DRIVER
1810P: Haavard Skinnemoen
1811M: hskinnemoen@atmel.com
1812S: Supported
1813
1da177e4
LT
1814GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1815P: Krzysztof Halasa
1816M: khc@pm.waw.pl
1817W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1818S: Maintained
1819
5be7b50f
SW
1820GFS2 FILE SYSTEM
1821P: Steven Whitehouse
1822M: swhiteho@redhat.com
a4644184 1823L: cluster-devel@redhat.com
5be7b50f 1824W: http://sources.redhat.com/cluster/
370298e2
SW
1825T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1826T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
5be7b50f
SW
1827S: Supported
1828
0a34eb8f
HL
1829GIGASET ISDN DRIVERS
1830P: Hansjoerg Lipp
1831M: hjlipp@web.de
1832P: Tilman Schmidt
1833M: tilman@imap.cc
1834L: gigaset307x-common@lists.sourceforge.net
1835W: http://gigaset307x.sourceforge.net/
1836S: Maintained
1837
5b543965 1838HARDWARE MONITORING
5b543965 1839L: lm-sensors@lm-sensors.org
595142e0 1840W: http://www.lm-sensors.org/
47d715af 1841S: Orphaned
5b543965 1842
844dd05f 1843HARDWARE RANDOM NUMBER GENERATOR CORE
4185108c 1844S: Orphaned
844dd05f 1845
860e1d6b
RL
1846HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1847P: Robert Love
1848M: rlove@rlove.org
1849M: linux-kernel@vger.kernel.org
1850W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1851S: Maintained
1852
1da177e4
LT
1853HARMONY SOUND DRIVER
1854P: Kyle McMartin
42a5a8a6 1855M: kyle@mcmartin.ca
ac6aecbf 1856L: linux-parisc@vger.kernel.org
1da177e4
LT
1857S: Maintained
1858
1859HAYES ESP SERIAL DRIVER
1860P: Andrew J. Robinson
1861M: arobinso@nyx.net
1862L: linux-kernel@vger.kernel.org
1863W: http://www.nyx.net/~arobinso
1864S: Maintained
1865
1866HFS FILESYSTEM
1867P: Roman Zippel
1868M: zippel@linux-m68k.org
1869L: linux-kernel@vger.kernel.org
1870S: Maintained
1871
1872HGA FRAMEBUFFER DRIVER
1873P: Ferenc Bakonyi
1874M: fero@drama.obuda.kando.hu
1875L: linux-nvidia@lists.surfsouth.com
1876W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1877S: Maintained
1878
4ef4caad
JK
1879HID CORE LAYER
1880P: Jiri Kosina
1881M: jkosina@suse.cz
eb76c5c0 1882L: linux-input@vger.kernel.org
a4dff398 1883T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4ef4caad
JK
1884S: Maintained
1885
38bed542
IM
1886HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1887P: Thomas Gleixner
1888M: tglx@linutronix.de
1889L: linux-kernel@vger.kernel.org
1890S: Maintained
1891
1da177e4
LT
1892HIGH-SPEED SCC DRIVER FOR AX.25
1893P: Klaus Kudielka
1894M: klaus.kudielka@ieee.org
1895L: linux-hams@vger.kernel.org
1896W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1897S: Maintained
1898
ede1e6f8
HLT
1899HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1900P: HighPoint Linux Team
1901M: linux@highpoint-tech.com
1902W: http://www.highpoint-tech.com
1903S: Supported
1904
1da177e4
LT
1905HIPPI
1906P: Jes Sorensen
1907M: jes@trained-monkey.org
1908L: linux-hippi@sunsite.dk
1909S: Maintained
1910
1911HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1912P: Chirag Kantharia
1913M: chirag.kantharia@hp.com
1914L: iss_storagedev@hp.com
1915S: Maintained
b7eee616 1916
1da177e4
LT
1917HEWLETT-PACKARD SMART2 RAID DRIVER
1918P: Chirag Kantharia
1919M: chirag.kantharia@hp.com
1920L: iss_storagedev@hp.com
1921S: Maintained
b7eee616 1922
1da177e4
LT
1923HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1924P: Mike Miller
1925M: mike.miller@hp.com
1926L: iss_storagedev@hp.com
1927S: Supported
b7eee616 1928
ff1d2767
JM
1929HOST AP DRIVER
1930P: Jouni Malinen
85d32e7b
JM
1931M: j@w1.fi
1932L: hostap@shmoo.com (subscribers-only)
724c6b35 1933L: linux-wireless@vger.kernel.org
ff1d2767
JM
1934W: http://hostap.epitest.fi/
1935S: Maintained
1936
1da177e4
LT
1937HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1938P: Jaroslav Kysela
c1017a4c 1939M: perex@perex.cz
1da177e4
LT
1940S: Maintained
1941
dd8cd779
CC
1942HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1943P: Carlos Corbacho
1944M: carlos@strangeworlds.co.uk
1945S: Odd Fixes
1946
d36e74c4 1947HPET: High Precision Event Timers driver (drivers/char/hpet.c)
b9b0332f
BP
1948P: Clemens Ladisch
1949M: clemens@ladisch.de
1950S: Maintained
1951
1952HPET: i386
1953P: Venkatesh Pallipadi (Venki)
1954M: venkatesh.pallipadi@intel.com
1955S: Maintained
1956
1957HPET: x86_64
8bd0983e
AK
1958P: Vojtech Pavlik
1959M: vojtech@suse.cz
b9b0332f
BP
1960S: Maintained
1961
1962HPET: ACPI hpet.c
1963P: Bob Picco
1964M: bob.picco@hp.com
1965S: Maintained
1966
1da177e4
LT
1967HPFS FILESYSTEM
1968P: Mikulas Patocka
1969M: mikulas@artax.karlin.mff.cuni.cz
1970W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1971S: Maintained
1972
5a18c343
POF
1973HTCPEN TOUCHSCREEN DRIVER
1974P: Pau Oliva Fora
1975M: pof@eslack.org
1976L: linux-input@vger.kernel.org
1977S: Maintained
1978
1da177e4
LT
1979HUGETLB FILESYSTEM
1980P: William Irwin
1981M: wli@holomorphy.com
1982S: Maintained
1983
6ea884db
MH
1984I2C/SMBUS STUB DRIVER
1985P: Mark M. Hoffman
1986M: mhoffman@lightlink.com
1987L: lm-sensors@lm-sensors.org
1988S: Maintained
1989
5b543965 1990I2C SUBSYSTEM
710cf7e7 1991P: Jean Delvare (PC drivers, core)
1da177e4 1992M: khali@linux-fr.org
710cf7e7
JD
1993P: Ben Dooks (embedded platforms)
1994M: ben-linux@fluff.org
5d925fec 1995L: i2c@lm-sensors.org
595142e0 1996T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1da177e4
LT
1997S: Maintained
1998
e8c76eed
TH
1999I2C-TINY-USB DRIVER
2000P: Till Harbaum
2001M: till@harbaum.org
2002L: i2c@lm-sensors.org
2003T: http://www.harbaum.org/till/i2c_tiny_usb
2004S: Maintained
2005
1da177e4 2006i386 BOOT CODE
7f1291f2
PA
2007P: H. Peter Anvin
2008M: hpa@zytor.com
1da177e4
LT
2009L: Linux-Kernel@vger.kernel.org
2010S: Maintained
2011
2012i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1da177e4
LT
2013P: H. Peter Anvin
2014M: hpa@zytor.com
72af61c6 2015T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1da177e4
LT
2016S: Maintained
2017
1da177e4
LT
2018IA64 (Itanium) PLATFORM
2019P: Tony Luck
2020M: tony.luck@intel.com
2021L: linux-ia64@vger.kernel.org
2022W: http://www.ia64-linux.org/
6fb0425b 2023T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1da177e4
LT
2024S: Maintained
2025
2026SN-IA64 (Itanium) SUB-PLATFORM
e5ee7dda
GE
2027P: Jes Sorensen
2028M: jes@sgi.com
1da177e4
LT
2029L: linux-altix@sgi.com
2030L: linux-ia64@vger.kernel.org
2031W: http://www.sgi.com/altix
2032S: Maintained
2033
2034IBM MCA SCSI SUBSYSTEM DRIVER
2035P: Michael Lang
2036M: langa2@kph.uni-mainz.de
2037W: http://www.uni-mainz.de/~langm000/linux.html
2038S: Maintained
2039
2040IBM Power Linux RAID adapter
2041P: Brian King
2042M: brking@us.ibm.com
2043S: Supported
2044
2045IBM ServeRAID RAID DRIVER
2046P: Jack Hammer
2047P: Dave Jeffery
2048M: ipslinux@adaptec.com
2049W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
b7eee616 2050S: Supported
1da177e4 2051
1e7106fc 2052IDE SUBSYSTEM
1da177e4 2053P: Bartlomiej Zolnierkiewicz
1e7106fc 2054M: bzolnier@gmail.com
1da177e4 2055L: linux-ide@vger.kernel.org
1e7106fc 2056T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1da177e4
LT
2057S: Maintained
2058
2059IDE/ATAPI CDROM DRIVER
c404c199 2060P: Borislav Petkov
ef709165 2061M: petkovbb@gmail.com
9c5b0ce4 2062L: linux-ide@vger.kernel.org
c404c199 2063S: Maintained
1da177e4
LT
2064
2065IDE/ATAPI FLOPPY DRIVERS
2066P: Paul Bristow
2067M: Paul Bristow <paul@paulbristow.net>
2068W: http://paulbristow.net/linux/idefloppy.html
2069L: linux-kernel@vger.kernel.org
2070S: Maintained
2071
2072IDE/ATAPI TAPE DRIVERS
2073P: Gadi Oxman
2074M: Gadi Oxman <gadio@netvision.net.il>
2075L: linux-kernel@vger.kernel.org
2076S: Maintained
2077
f72abc21
BZ
2078IDE-SCSI DRIVER
2079L: linux-ide@vger.kernel.org
2080L: linux-scsi@vger.kernel.org
2081S: Orphan
2082
f148e20c 2083IEEE 1394 SUBSYSTEM (drivers/ieee1394)
1da177e4 2084P: Ben Collins
f51a5a9d 2085M: ben.collins@ubuntu.com
87730d04
SR
2086P: Stefan Richter
2087M: stefanr@s5r6.in-berlin.de
1da177e4
LT
2088L: linux1394-devel@lists.sourceforge.net
2089W: http://www.linux1394.org/
87730d04 2090T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1da177e4
LT
2091S: Maintained
2092
f51a5a9d 2093IEEE 1394 RAW I/O DRIVER (raw1394)
1da177e4
LT
2094P: Dan Dennedy
2095M: dan@dennedy.org
f51a5a9d
SR
2096P: Stefan Richter
2097M: stefanr@s5r6.in-berlin.de
1da177e4 2098L: linux1394-devel@lists.sourceforge.net
105d7b38
JM
2099S: Maintained
2100
1da177e4 2101IMS TWINTURBO FRAMEBUFFER DRIVER
8936b6db 2102L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
843393d3 2103S: Orphan
1da177e4
LT
2104
2105INFINIBAND SUBSYSTEM
2106P: Roland Dreier
21c121cc 2107M: rolandd@cisco.com
1da177e4 2108P: Sean Hefty
ed96f247 2109M: sean.hefty@intel.com
1da177e4 2110P: Hal Rosenstock
cec7c893 2111M: hal.rosenstock@gmail.com
78526821 2112L: general@lists.openfabrics.org
1da177e4 2113W: http://www.openib.org/
6fb0425b 2114T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4
LT
2115S: Supported
2116
2f1d076a 2117INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
664d22ab 2118P: Dmitry Torokhov
62f7caf9
DT
2119M: dmitry.torokhov@gmail.com
2120M: dtor@mail.ru
eb76c5c0 2121L: linux-input@vger.kernel.org
1adc1230 2122T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1da177e4
LT
2123S: Maintained
2124
c9f04f58 2125INOTIFY
18b36c71
CP
2126P: John McCutchan
2127M: ttb@tentacle.dhs.org
2128P: Robert Love
2129M: rml@novell.com
c9f04f58
RL
2130L: linux-kernel@vger.kernel.org
2131S: Maintained
2132
9eb8ef74 2133INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
ce00f85c
JC
2134P: Sylvain Meyer
2135M: sylvain.meyer@worldonline.fr
8936b6db 2136L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 2137S: Maintained
9eb8ef74 2138
1da177e4 2139INTEL 810/815 FRAMEBUFFER DRIVER
ce00f85c 2140P: Antonino Daplas
0478e62e 2141M: adaplas@gmail.com
8936b6db 2142L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 2143S: Maintained
1da177e4 2144
1da177e4
LT
2145INTEL IA32 MICROCODE UPDATE SUPPORT
2146P: Tigran Aivazian
b5b9df69 2147M: tigran@aivazian.fsnet.co.uk
1da177e4
LT
2148S: Maintained
2149
248a9dc3 2150INTEL I/OAT DMA DRIVER
5e45bb2e
MS
2151P: Maciej Sosnowski
2152M: maciej.sosnowski@intel.com
248a9dc3
NS
2153L: linux-kernel@vger.kernel.org
2154S: Supported
2155
b3e5f263
DW
2156INTEL IOP-ADMA DMA DRIVER
2157P: Dan Williams
2158M: dan.j.williams@intel.com
2159L: linux-kernel@vger.kernel.org
2160S: Supported
2161
844dd05f
MB
2162INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2163P: Deepak Saxena
2164M: dsaxena@plexity.net
2165S: Maintained
2166
2b7a52a4
LB
2167INTEL IXP2000 ETHERNET DRIVER
2168P: Lennert Buytenhek
2169M: kernel@wantstofly.org
2170L: netdev@vger.kernel.org
2171S: Maintained
2172
d94e6fed 2173INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
add18784
JB
2174P: Jeff Kirsher
2175M: jeffrey.t.kirsher@intel.com
e0164af6
AK
2176P: Jesse Brandeburg
2177M: jesse.brandeburg@intel.com
d94e6fed
AK
2178P: Bruce Allan
2179M: bruce.w.allan@intel.com
ae7b6487
JK
2180P: PJ Waskiewicz
2181M: peter.p.waskiewicz.jr@intel.com
20424659
AK
2182P: John Ronciak
2183M: john.ronciak@intel.com
dcd01faf 2184L: e1000-devel@lists.sourceforge.net
d94e6fed 2185W: http://e1000.sourceforge.net/
1da177e4
LT
2186S: Supported
2187
826d2abe 2188INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1d43d312 2189P: Zhu Yi
826d2abe
JK
2190M: yi.zhu@intel.com
2191P: James Ketrenos
2192M: jketreno@linux.intel.com
1d43d312
RC
2193P: Reinette Chatre
2194M: reinette.chatre@intel.com
724c6b35 2195L: linux-wireless@vger.kernel.org
f5df5881 2196L: ipw2100-devel@lists.sourceforge.net
04bdfb91 2197W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
826d2abe
JK
2198W: http://ipw2100.sourceforge.net
2199S: Supported
2200
2201INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1d43d312 2202P: Zhu Yi
826d2abe
JK
2203M: yi.zhu@intel.com
2204P: James Ketrenos
2205M: jketreno@linux.intel.com
1d43d312
RC
2206P: Reinette Chatre
2207M: reinette.chatre@intel.com
724c6b35 2208L: linux-wireless@vger.kernel.org
f5df5881 2209L: ipw2100-devel@lists.sourceforge.net
04bdfb91 2210W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
826d2abe
JK
2211W: http://ipw2200.sourceforge.net
2212S: Supported
2213
b481de9c
ZY
2214INTEL WIRELESS WIFI LINK (iwlwifi)
2215P: Zhu Yi
2216M: yi.zhu@intel.com
1d43d312
RC
2217P: Reinette Chatre
2218M: reinette.chatre@intel.com
b481de9c
ZY
2219L: linux-wireless@vger.kernel.org
2220L: ipw3945-devel@lists.sourceforge.net
2221W: http://intellinuxwireless.org
2d4543fd 2222T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
b481de9c
ZY
2223S: Supported
2224
cb109a0e 2225IOC3 ETHERNET DRIVER
1da177e4
LT
2226P: Ralf Baechle
2227M: ralf@linux-mips.org
2228L: linux-mips@linux-mips.org
2229S: Maintained
2230
cb109a0e
RB
2231IOC3 SERIAL DRIVER
2232P: Pat Gefre
2233M: pfg@sgi.com
6650e0a5 2234L: linux-mips@linux-mips.org
cb109a0e
RB
2235S: Maintained
2236
1da177e4
LT
2237IP MASQUERADING:
2238P: Juanjo Ciarlante
2239M: jjciarla@raiz.uncu.edu.ar
2240S: Maintained
2241
1202d6ff
FR
2242IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2243P: Francois Romieu
2244M: romieu@fr.zoreil.com
2245P: Sorbica Shieh
2246M: sorbica@icplus.com.tw
2247P: Jesse Huang
2248M: jesse@icplus.com.tw
2249L: netdev@vger.kernel.org
2250S: Maintained
2251
77d8798b 2252IPATH DRIVER:
18b8c8f1 2253P: Ralph Campbell
f42b6471
AJ
2254M: infinipath@qlogic.com
2255L: general@lists.openfabrics.org
2256T: git git://git.qlogic.com/ipath-linux-2.6
77d8798b
BS
2257S: Supported
2258
4409ebe9
CM
2259IPMI SUBSYSTEM
2260P: Corey Minyard
2261M: minyard@acm.org
2262L: openipmi-developer@lists.sourceforge.net
2263W: http://openipmi.sourceforge.net/
2264S: Supported
2265
1da177e4
LT
2266IPX NETWORK LAYER
2267P: Arnaldo Carvalho de Melo
926554c4 2268M: acme@ghostprotocols.net
979b6c13 2269L: netdev@vger.kernel.org
1da177e4
LT
2270S: Maintained
2271
099dc4fb
DS
2272IPWIRELES DRIVER
2273P: Jiri Kosina
2274M: jkosina@suse.cz
2275P: David Sterba
2276M: dsterba@suse.cz
2277S: Maintained
2278T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2279
1da177e4 2280IRDA SUBSYSTEM
f353976d
SO
2281P: Samuel Ortiz
2282M: samuel@sortiz.org
a2ac953d 2283L: irda-users@lists.sourceforge.net (subscribers-only)
1da177e4 2284W: http://irda.sourceforge.net/
f353976d 2285S: Maintained
1da177e4 2286
14816b1e
MC
2287ISCSI
2288P: Mike Christie
2289M: michaelc@cs.wisc.edu
2290L: open-iscsi@googlegroups.com
2291W: www.open-iscsi.org
2292T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2293S: Maintained
2294
1da177e4
LT
2295ISAPNP
2296P: Jaroslav Kysela
c1017a4c 2297M: perex@perex.cz
1da177e4
LT
2298S: Maintained
2299
2300ISDN SUBSYSTEM
2301P: Karsten Keil
2302M: kkeil@suse.de
d5d52273 2303L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
1da177e4 2304W: http://www.isdn4linux.de
1adc1230 2305T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1da177e4
LT
2306S: Maintained
2307
2308ISDN SUBSYSTEM (Eicon active card driver)
2309P: Armin Schindler
2310M: mac@melware.de
d5d52273 2311L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
1da177e4
LT
2312W: http://www.melware.de
2313S: Maintained
2314
91821ff3
HV
2315IVTV VIDEO4LINUX DRIVER
2316P: Hans Verkuil
2317M: hverkuil@xs4all.nl
2318L: ivtv-devel@ivtvdriver.org
2319L: ivtv-users@ivtvdriver.org
2320L: video4linux-list@redhat.com
2321W: http://www.ivtvdriver.org
2322S: Maintained
2323
1da177e4
LT
2324JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2325P: David Woodhouse
2326M: dwmw2@infradead.org
6d85d066
DW
2327L: linux-mtd@lists.infradead.org
2328W: http://www.linux-mtd.infradead.org/doc/jffs2.html
1da177e4
LT
2329S: Maintained
2330
95270566
AB
2331UBI FILE SYSTEM (UBIFS)
2332P: Artem Bityutskiy
2333M: dedekind@infradead.org
2334P: Adrian Hunter
2335M: ext-adrian.hunter@nokia.com
2336L: linux-mtd@lists.infradead.org
2337T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2338W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2339S: Maintained
2340
1da177e4
LT
2341JFS FILESYSTEM
2342P: Dave Kleikamp
2343M: shaggy@austin.ibm.com
2344L: jfs-discussion@lists.sourceforge.net
2345W: http://jfs.sourceforge.net/
1adc1230 2346T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1da177e4
LT
2347S: Supported
2348
de456d37 2349JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
ae0718f8 2350P: Stephen Tweedie, Andrew Morton
588cc708 2351M: sct@redhat.com, akpm@linux-foundation.org
72be2ccf 2352L: linux-ext4@vger.kernel.org
ae0718f8
TT
2353S: Maintained
2354
4660cb35
RM
2355K8TEMP HARDWARE MONITORING DRIVER
2356P: Rudolf Marek
2357M: r.marek@assembler.cz
2358L: lm-sensors@lm-sensors.org
ae0718f8
TT
2359S: Maintained
2360
1da177e4
LT
2361KCONFIG
2362P: Roman Zippel
2363M: zippel@linux-m68k.org
347d12d7 2364L: linux-kbuild@vger.kernel.org
1da177e4
LT
2365S: Maintained
2366
ea6c2089
VG
2367KDUMP
2368P: Vivek Goyal
4200b66c 2369M: vgoyal@redhat.com
ea6c2089
VG
2370P: Haren Myneni
2371M: hbabu@us.ibm.com
34633993 2372L: kexec@lists.infradead.org
ea6c2089
VG
2373L: linux-kernel@vger.kernel.org
2374W: http://lse.sourceforge.net/kdump/
2375S: Maintained
2376
1da177e4
LT
2377KERNEL AUTOMOUNTER (AUTOFS)
2378P: H. Peter Anvin
2379M: hpa@zytor.com
2380L: autofs@linux.kernel.org
2381S: Odd Fixes
2382
2383KERNEL AUTOMOUNTER v4 (AUTOFS4)
2384P: Ian Kent
2385M: raven@themaw.net
2386L: autofs@linux.kernel.org
2387S: Maintained
2388
2389KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1da177e4
LT
2390P: Sam Ravnborg
2391M: sam@ravnborg.org
591b0179
SR
2392T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2393T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
347d12d7 2394L: linux-kbuild@vger.kernel.org
b7eee616 2395S: Maintained
1da177e4
LT
2396
2397KERNEL JANITORS
2398P: Several
c3000e03 2399L: kernel-janitors@vger.kernel.org
1da177e4 2400W: http://www.kerneljanitors.org/
1da177e4
LT
2401S: Maintained
2402
e8b43555 2403KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
a512cd5d
NB
2404P: J. Bruce Fields
2405M: bfields@fieldses.org
1da177e4 2406P: Neil Brown
98fac23f 2407M: neilb@suse.de
16141c02 2408L: linux-nfs@vger.kernel.org
1da177e4 2409W: http://nfs.sourceforge.net/
98fac23f 2410S: Supported
1da177e4 2411
426d62e2
AK
2412KERNEL VIRTUAL MACHINE (KVM)
2413P: Avi Kivity
2414M: avi@qumranet.com
1fc9d2bf
AK
2415L: kvm@vger.kernel.org
2416W: http://kvm.qumranet.com
426d62e2
AK
2417S: Supported
2418
513014b7
HB
2419KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2420P: Hollis Blanchard
2421M: hollisb@us.ibm.com
1fc9d2bf
AK
2422L: kvm-ppc@vger.kernel.org
2423W: http://kvm.qumranet.com
513014b7
HB
2424S: Supported
2425
1fc9d2bf 2426KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
920ed9f1
ZX
2427P: Anthony Xu
2428M: anthony.xu@intel.com
2429P: Xiantao Zhang
2430M: xiantao.zhang@intel.com
1fc9d2bf
AK
2431L: kvm-ia64@vger.kernel.org
2432W: http://kvm.qumranet.com
920ed9f1
ZX
2433S: Supported
2434
85f8fffe
CB
2435KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2436P: Carsten Otte
2437M: cotte@de.ibm.com
2438P: Christian Borntraeger
2439M: borntraeger@de.ibm.com
2440M: linux390@de.ibm.com
2441L: linux-s390@vger.kernel.org
2442W: http://www.ibm.com/developerworks/linux/linux390/
2443S: Supported
2444
dc009d92
EB
2445KEXEC
2446P: Eric Biederman
dc009d92 2447M: ebiederm@xmission.com
b7c698f7 2448W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
dc009d92 2449L: linux-kernel@vger.kernel.org
34633993 2450L: kexec@lists.infradead.org
dc009d92
EB
2451S: Maintained
2452
e3e2aaf7
JW
2453KGDB
2454P: Jason Wessel
2455M: jason.wessel@windriver.com
2456L: kgdb-bugreport@lists.sourceforge.net
2457S: Maintained
2458
89559a61 2459KPROBES
89559a61
PP
2460P: Ananth N Mavinakayanahalli
2461M: ananth@in.ibm.com
2462P: Anil S Keshavamurthy
2463M: anil.s.keshavamurthy@intel.com
2464P: David S. Miller
2465M: davem@davemloft.net
6edef97e
MH
2466P: Masami Hiramatsu
2467M: mhiramat@redhat.com
89559a61
PP
2468L: linux-kernel@vger.kernel.org
2469S: Maintained
2470
70e84049
MOS
2471KS0108 LCD CONTROLLER DRIVER
2472P: Miguel Ojeda Sandonis
450c622e 2473M: miguel.ojeda.sandonis@gmail.com
70e84049 2474L: linux-kernel@vger.kernel.org
450c622e
MO
2475W: http://miguelojeda.es/auxdisplay.htm
2476W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
2477S: Maintained
2478
1da177e4 2479LAPB module
1da177e4 2480L: linux-x25@vger.kernel.org
bf9915cc 2481S: Orphan
1da177e4
LT
2482
2483LASI 53c700 driver for PARISC
2484P: James E.J. Bottomley
2485M: James.Bottomley@HansenPartnership.com
2486L: linux-scsi@vger.kernel.org
2487S: Maintained
2488
263de9b5
RP
2489LED SUBSYSTEM
2490P: Richard Purdie
2491M: rpurdie@rpsys.net
2492S: Maintained
2493
1da177e4
LT
2494LEGO USB Tower driver
2495P: Juergen Stuber
2496M: starblue@users.sourceforge.net
2497L: legousb-devel@lists.sourceforge.net
2498W: http://legousb.sourceforge.net/
2499S: Maintained
2500
568a17ff
RR
2501LGUEST
2502P: Rusty Russell
2503M: rusty@rustcorp.com.au
2504L: lguest@ozlabs.org
2505W: http://lguest.ozlabs.org/
2506S: Maintained
2507
1da177e4
LT
2508LINUX FOR IBM pSERIES (RS/6000)
2509P: Paul Mackerras
2510M: paulus@au.ibm.com
2511W: http://www.ibm.com/linux/ltc/projects/ppc
2512S: Supported
2513
2514LINUX FOR NCR VOYAGER
2515P: James Bottomley
2516M: James.Bottomley@HansenPartnership.com
2517W: http://www.hansenpartnership.com/voyager
2518S: Maintained
2519
852bb9f5 2520LINUX FOR POWERPC (32-BIT AND 64-BIT)
1da177e4
LT
2521P: Paul Mackerras
2522M: paulus@samba.org
852bb9f5
PM
2523P: Benjamin Herrenschmidt
2524M: benh@kernel.crashing.org
1da177e4
LT
2525W: http://www.penguinppc.org/
2526L: linuxppc-dev@ozlabs.org
1adc1230 2527T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1da177e4
LT
2528S: Supported
2529
2530LINUX FOR POWER MACINTOSH
2531P: Benjamin Herrenschmidt
2532M: benh@kernel.crashing.org
2533W: http://www.penguinppc.org/
2534L: linuxppc-dev@ozlabs.org
2535S: Maintained
2536
77a76369 2537LINUX FOR POWERPC EMBEDDED MPC5XXX
1da177e4
LT
2538P: Sylvain Munaut
2539M: tnt@246tNt.com
e1eea9fa
GL
2540P: Grant Likely
2541M: grant.likely@secretlab.ca
1da177e4 2542L: linuxppc-dev@ozlabs.org
1da177e4
LT
2543S: Maintained
2544
2545LINUX FOR POWERPC EMBEDDED PPC4XX
9a474fff
JB
2546P: Josh Boyer
2547M: jwboyer@linux.vnet.ibm.com
1da177e4
LT
2548P: Matt Porter
2549M: mporter@kernel.crashing.org
2550W: http://www.penguinppc.org/
88de3cab 2551L: linuxppc-dev@ozlabs.org
9a474fff 2552T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
1da177e4
LT
2553S: Maintained
2554
260c02a9
GL
2555LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2556P: Grant Likely
2557M: grant.likely@secretlab.ca
f210d43c 2558W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
260c02a9 2559L: linuxppc-dev@ozlabs.org
1da177e4
LT
2560S: Maintained
2561
e93adf1e 2562LINUX FOR POWERPC EMBEDDED PPC8XX
dba5baf3
MT
2563P: Vitaly Bordug
2564M: vitb@kernel.crashing.org
e93adf1e 2565P: Marcelo Tosatti
2e367a82 2566M: marcelo@kvack.org
e93adf1e 2567W: http://www.penguinppc.org/
88de3cab 2568L: linuxppc-dev@ozlabs.org
e93adf1e
TR
2569S: Maintained
2570
1da177e4 2571LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
ce00f85c
JC
2572P: Kumar Gala
2573M: galak@kernel.crashing.org
2574W: http://www.penguinppc.org/
88de3cab 2575L: linuxppc-dev@ozlabs.org
ce00f85c 2576S: Maintained
1da177e4 2577
ab06ff3a
OJ
2578LINUX FOR POWERPC PA SEMI PWRFICIENT
2579P: Olof Johansson
2580M: olof@lixom.net
2581W: http://www.pasemi.com/
2582L: linuxppc-dev@ozlabs.org
2583S: Supported
2584
1da177e4
LT
2585LLC (802.2)
2586P: Arnaldo Carvalho de Melo
926554c4 2587M: acme@ghostprotocols.net
1da177e4
LT
2588S: Maintained
2589
1da177e4
LT
2590LINUX SECURITY MODULE (LSM) FRAMEWORK
2591P: Chris Wright
692a2061 2592M: chrisw@sous-sol.org
1a4520be 2593L: linux-security-module@vger.kernel.org
1adc1230 2594T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1da177e4
LT
2595S: Supported
2596
2597LM83 HARDWARE MONITOR DRIVER
2598P: Jean Delvare
2599M: khali@linux-fr.org
cc0b07ed 2600L: lm-sensors@lm-sensors.org
1da177e4
LT
2601S: Maintained
2602
2603LM90 HARDWARE MONITOR DRIVER
2604P: Jean Delvare
2605M: khali@linux-fr.org
cc0b07ed 2606L: lm-sensors@lm-sensors.org
1da177e4
LT
2607S: Maintained
2608
512e67f9
PZ
2609LOCKDEP AND LOCKSTAT
2610P: Peter Zijlstra
2611M: peterz@infradead.org
2612P: Ingo Molnar
2613M: mingo@redhat.com
2614L: linux-kernel@vger.kernel.org
2615T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2616S: Maintained
2617
dde33348 2618LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
1da177e4
LT
2619P: Richard Russon (FlatCap)
2620M: ldm@flatcap.org
dde33348
AA
2621L: linux-ntfs-dev@lists.sourceforge.net
2622W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4
LT
2623S: Maintained
2624
c87e34ef
MED
2625LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2626P: Eric Moore
d8a82d7b
EM
2627M: Eric.Moore@lsi.com
2628M: support@lsi.com
cec744fb 2629L: DL-MPTFusionLinux@lsi.com
c87e34ef
MED
2630L: linux-scsi@vger.kernel.org
2631W: http://www.lsilogic.com/support
2632S: Supported
2633
1da177e4
LT
2634LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2635P: Matthew Wilcox
2636M: matthew@wil.cx
2637L: linux-scsi@vger.kernel.org
2638S: Maintained
2639
c12a54b3
HT
2640M32R ARCHITECTURE
2641P: Hirokazu Takata
2642M: takata@linux-m32r.org
2643L: linux-m32r@ml.linux-m32r.org
2644L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2645W: http://www.linux-m32r.org/
2646S: Maintained
2647
1da177e4
LT
2648M68K ARCHITECTURE
2649P: Geert Uytterhoeven
2650M: geert@linux-m68k.org
2651P: Roman Zippel
2652M: zippel@linux-m68k.org
2653L: linux-m68k@lists.linux-m68k.org
2654W: http://www.linux-m68k.org/
2655W: http://linux-m68k-cvs.ubb.ca/
2656S: Maintained
2657
2658M68K ON APPLE MACINTOSH
2659P: Joshua Thompson
2660M: funaho@jurai.org
2661W: http://www.mac.linux-m68k.org/
9bb9f222 2662L: linux-m68k@lists.linux-m68k.org
1da177e4
LT
2663S: Maintained
2664
2665M68K ON HP9000/300
2666P: Philip Blundell
2667M: philb@gnu.org
2668W: http://www.tazenda.demon.co.uk/phil/linux-hp
2669S: Maintained
2670
64a327a7 2671MAC80211
31c7cecb
JB
2672P: Johannes Berg
2673M: johannes@sipsolutions.net
0f48d7e1
JB
2674P: Michael Wu
2675M: flamingice@sourmilk.net
64a327a7
JB
2676L: linux-wireless@vger.kernel.org
2677W: http://linuxwireless.org/
31c7cecb 2678T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
64a327a7
JB
2679S: Maintained
2680
1036d864
SB
2681MAC80211 PID RATE CONTROL
2682P: Stefano Brivio
2683M: stefano.brivio@polimi.it
2684P: Mattias Nissler
2685M: mattias.nissler@gmx.de
2686L: linux-wireless@vger.kernel.org
2687W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2688T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2689S: Maintained
2690
b863ceb7
PM
2691MACVLAN DRIVER
2692P: Patrick McHardy
2693M: kaber@trash.net
2694L: netdev@vger.kernel.org
2695S: Maintained
2696
1da177e4
LT
2697MARVELL YUKON / SYSKONNECT DRIVER
2698P: Mirko Lindner
2699M: mlindner@syskonnect.de
2700P: Ralph Roesler
2701M: rroesler@syskonnect.de
2702W: http://www.syskonnect.com
2703S: Supported
2704
faf1668c 2705MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
ce00f85c 2706P: Michael Kerrisk
1d7f5023 2707M: mtk.manpages@gmail.com
c76a5878
MK
2708W: http://www.kernel.org/doc/man-pages
2709S: Supported
faf1668c 2710
74cda169
SB
2711MARVELL LIBERTAS WIRELESS DRIVER
2712P: Dan Williams
2713M: dcbw@redhat.com
2714L: libertas-dev@lists.infradead.org
2715S: Maintained
2716
b60d6975 2717MARVELL MV643XX ETHERNET DRIVER
85ba9d97
DF
2718P: Lennert Buytenhek
2719M: buytenh@marvell.com
979b6c13 2720L: netdev@vger.kernel.org
85ba9d97 2721S: Supported
1da177e4
LT
2722
2723MATROX FRAMEBUFFER DRIVER
2724P: Petr Vandrovec
2725M: vandrove@vc.cvut.cz
8936b6db 2726L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
2727S: Maintained
2728
d20620de
HJK
2729MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2730P: Hans J. Koch
2731M: hjk@linutronix.de
2732L: lm-sensors@lm-sensors.org
2733S: Maintained
2734
757e0108 2735MEGARAID SCSI DRIVERS
ce00f85c 2736P: Neela Syam Kolli
bdd0d757 2737M: megaraidlinux@lsi.com
ce00f85c
JC
2738S: linux-scsi@vger.kernel.org
2739W: http://megaraid.lsilogic.com
2740S: Maintained
757e0108 2741
70ea91f1
SR
2742MEMORY MANAGEMENT
2743L: linux-mm@kvack.org
2744L: linux-kernel@vger.kernel.org
2745W: http://www.linux-mm.org
2746S: Maintained
2747
938a9204 2748MEMORY RESOURCE CONTROLLER
2749P: Balbir Singh
2750M: balbir@linux.vnet.ibm.com
2751P: Pavel Emelyanov
2752M: xemul@openvz.org
2753P: KAMEZAWA Hiroyuki
2754M: kamezawa.hiroyu@jp.fujitsu.com
2755L: linux-mm@kvack.org
2756L: linux-kernel@vger.kernel.org
2757S: Maintained
2758
b920de1b
DH
2759MEI MN10300/AM33 PORT
2760P: David Howells
2761M: dhowells@redhat.com
2762P: Koichi Yasutake
2763M: yasutake.koichi@jp.panasonic.com
66e10601 2764L: linux-am33-list@redhat.com (moderated for non-subscribers)
b920de1b
DH
2765W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2766S: Maintained
2767
f4e9ce66 2768MEMORY TECHNOLOGY DEVICES (MTD)
1da177e4
LT
2769P: David Woodhouse
2770M: dwmw2@infradead.org
2771W: http://www.linux-mtd.infradead.org/
2772L: linux-mtd@lists.infradead.org
f4e9ce66 2773T: git git://git.infradead.org/mtd-2.6.git
1da177e4
LT
2774S: Maintained
2775
48576401
AB
2776UNSORTED BLOCK IMAGES (UBI)
2777P: Artem Bityutskiy
2778M: dedekind@infradead.org
2779W: http://www.linux-mtd.infradead.org/
2780L: linux-mtd@lists.infradead.org
21600546 2781T: git git://git.infradead.org/~dedekind/ubi-2.6.git
48576401
AB
2782S: Maintained
2783
1da177e4
LT
2784MICROTEK X6 SCANNER
2785P: Oliver Neukum
2786M: oliver@neukum.name
2787S: Maintained
2788
2789MIPS
2790P: Ralf Baechle
2791M: ralf@linux-mips.org
d50f7ec9 2792W: http://www.linux-mips.org/
1da177e4 2793L: linux-mips@linux-mips.org
7425b340
RB
2794T: git www.linux-mips.org:/pub/scm/linux.git
2795S: Supported
1da177e4
LT
2796
2797MISCELLANEOUS MCA-SUPPORT
2798P: James Bottomley
c4e1608e 2799M: James.Bottomley@HansenPartnership.com
1da177e4
LT
2800L: linux-kernel@vger.kernel.org
2801S: Maintained
2802
2803MODULE SUPPORT
2804P: Rusty Russell
2805M: rusty@rustcorp.com.au
2806L: linux-kernel@vger.kernel.org
2807S: Maintained
2808
2809MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2810P: Stelian Pop
2811M: stelian@popies.net
2812W: http://popies.net/meye/
2813S: Maintained
2814
c58ff04a
PP
2815MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2816P: Pavel Pisa
2817M: ppisa@pikron.com
2818L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
c58ff04a
PP
2819S: Maintained
2820
1da177e4
LT
2821MOUSE AND MISC DEVICES [GENERAL]
2822P: Alessandro Rubini
2823M: rubini@ipvvis.unipv.it
2824L: linux-kernel@vger.kernel.org
2825S: Maintained
2826
b9705b60 2827MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
d735410a
JS
2828P: Jiri Slaby
2829M: jirislaby@gmail.com
2830L: linux-kernel@vger.kernel.org
2831S: Maintained
2832
8c4c731a
LP
2833MSI LAPTOP SUPPORT
2834P: Lennart Poettering
2835M: mzxreary@0pointer.de
04bdfb91 2836W: https://tango.0pointer.de/mailman/listinfo/s270-linux
8c4c731a
LP
2837W: http://0pointer.de/lennart/tchibo.html
2838S: Maintained
2839
4e0d13cb
SO
2840MULTIFUNCTION DEVICES (MFD)
2841P: Samuel Ortiz
2842M: sameo@openedhand.com
2843L: linux-kernel@vger.kernel.org
2844S: Supported
2845
5c4e6f13 2846MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
b9f5d804
PO
2847P: Pierre Ossman
2848M: drzeus-mmc@drzeus.cx
2849L: linux-kernel@vger.kernel.org
2850S: Maintained
baca2da4 2851
15a0580c
DB
2852MULTIMEDIA CARD (MMC) ETC. OVER SPI
2853P: David Brownell
2854M: dbrownell@users.sourceforge.net
2855L: linux-kernel@vger.kernel.org
2856S: Odd fixes
2857
1da177e4
LT
2858MULTISOUND SOUND DRIVER
2859P: Andrew Veliath
2860M: andrewtv@usa.net
2861S: Maintained
2862
d735410a
JS
2863MULTITECH MULTIPORT CARD (ISICOM)
2864P: Jiri Slaby
2865M: jirislaby@gmail.com
2866L: linux-kernel@vger.kernel.org
2867S: Maintained
2868
550a7375
FB
2869MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2870P: Felipe Balbi
2871M: felipe.balbi@nokia.com
2872L: linux-usb@vger.kernel.org
2873S: Maintained
2874
2d3cf588
BG
2875MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2876P: Andrew Gallatin
2877M: gallatin@myri.com
2878P: Brice Goglin
2879M: brice@myri.com
2880L: netdev@vger.kernel.org
2881W: http://www.myri.com/scs/download-Myri10GE.html
2882S: Supported
2883
1da177e4
LT
2884NATSEMI ETHERNET DRIVER (DP8381x)
2885P: Tim Hockin
2886M: thockin@hockin.org
2887S: Maintained
2888
2889NCP FILESYSTEM
2890P: Petr Vandrovec
2891M: vandrove@vc.cvut.cz
2892L: linware@sh.cvut.cz
2893S: Maintained
2894
2895NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2896P: James E.J. Bottomley
2897M: James.Bottomley@HansenPartnership.com
2898L: linux-scsi@vger.kernel.org
2899S: Maintained
2900
3c2d774c
GS
2901NETEFFECT IWARP RNIC DRIVER (IW_NES)
2902P: Faisal Latif
2903M: flatif@neteffect.com
5f625606
CT
2904P: Chien Tung
2905M: ctung@neteffect.com
3c2d774c
GS
2906L: general@lists.openfabrics.org
2907W: http://www.neteffect.com
2908S: Supported
2909F: drivers/infiniband/hw/nes/
2910
be2f2e84
SH
2911NETEM NETWORK EMULATOR
2912P: Stephen Hemminger
65ebe634 2913M: shemminger@linux-foundation.org
f318a63b 2914L: netem@lists.linux-foundation.org
be2f2e84
SH
2915S: Maintained
2916
4a58448b
JS
2917NETERION (S2IO) Xframe 10GbE DRIVER
2918P: Ramkrishna Vepa
2919M: ram.vepa@neterion.com
2920P: Rastapur Santosh
2921M: santosh.rastapur@neterion.com
2922P: Sivakumar Subramani
2923M: sivakumar.subramani@neterion.com
2924P: Sreenivasa Honnur
2925M: sreenivasa.honnur@neterion.com
2926L: netdev@vger.kernel.org
2927W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2928S: Supported
2929
1da177e4
LT
2930NETFILTER/IPTABLES/IPCHAINS
2931P: Rusty Russell
2932P: Marc Boucher
2933P: James Morris
2934P: Harald Welte
2935P: Jozsef Kadlecsik
82b98543
PM
2936P: Patrick McHardy
2937M: kaber@trash.net
1a03b81d
PM
2938L: netfilter-devel@vger.kernel.org
2939L: netfilter@vger.kernel.org
82b98543 2940L: coreteam@netfilter.org
1da177e4
LT
2941W: http://www.netfilter.org/
2942W: http://www.iptables.org/
1da177e4
LT
2943S: Supported
2944
4cc67735
PM
2945NETLABEL
2946P: Paul Moore
2947M: paul.moore@hp.com
2948W: http://netlabel.sf.net
2949L: netdev@vger.kernel.org
2950S: Supported
2951
1da177e4
LT
2952NETROM NETWORK LAYER
2953P: Ralf Baechle
2954M: ralf@linux-mips.org
2955L: linux-hams@vger.kernel.org
d34cb28a 2956W: http://www.linux-ax25.org/
1da177e4
LT
2957S: Maintained
2958
5ddb88c0 2959NETWORK BLOCK DEVICE (NBD)
1da177e4
LT
2960P: Paul Clements
2961M: Paul.Clements@steeleye.com
2962S: Maintained
2963
2964NETWORK DEVICE DRIVERS
1da177e4
LT
2965P: Jeff Garzik
2966M: jgarzik@pobox.com
979b6c13 2967L: netdev@vger.kernel.org
6fb0425b 2968T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1da177e4
LT
2969S: Maintained
2970
2971NETWORKING [GENERAL]
2972P: Networking Team
979b6c13
RB
2973M: netdev@vger.kernel.org
2974L: netdev@vger.kernel.org
f1465f7e 2975W: http://linux-net.osdl.org/
1da177e4
LT
2976S: Maintained
2977
2978NETWORKING [IPv4/IPv6]
2979P: David S. Miller
2980M: davem@davemloft.net
2981P: Alexey Kuznetsov
2982M: kuznet@ms2.inr.ac.ru
2983P: Pekka Savola (ipv6)
2984M: pekkas@netcore.fi
2985P: James Morris
48de5bee 2986M: jmorris@namei.org
1da177e4
LT
2987P: Hideaki YOSHIFUJI
2988M: yoshfuji@linux-ipv6.org
2989P: Patrick McHardy
1a03b81d 2990M: kaber@trash.net
979b6c13 2991L: netdev@vger.kernel.org
d5ca3117 2992T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1da177e4
LT
2993S: Maintained
2994
10e2ff1c
JM
2995NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2996P: Paul Moore
2997M: paul.moore@hp.com
2998L: netdev@vger.kernel.org
2999S: Maintained
3000
29f8f632
JL
3001NETWORKING [WIRELESS]
3002P: John W. Linville
3003M: linville@tuxdriver.com
2cb4abd1 3004L: linux-wireless@vger.kernel.org
29f8f632
JL
3005T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3006S: Maintained
3007
3d396eb1 3008NETXEN (1/10) GbE SUPPORT
d230ce30 3009P: Dhananjay Phadke
3010M: dhananjay@netxen.com
3d396eb1
AK
3011L: netdev@vger.kernel.org
3012W: http://www.netxen.com
3013S: Supported
3014
1da177e4
LT
3015IPVS
3016P: Wensong Zhang
3017M: wensong@linux-vs.org
9d30c171
H
3018P: Simon Horman
3019M: horms@verge.net.au
1da177e4
LT
3020P: Julian Anastasov
3021M: ja@ssi.bg
9d30c171 3022L: netdev@vger.kernel.org
37cc6780 3023L: lvs-devel@vger.kernel.org
1da177e4
LT
3024S: Maintained
3025
e8b43555 3026NFS, SUNRPC, AND LOCKD CLIENTS
1da177e4 3027P: Trond Myklebust
78f58153
TM
3028M: Trond.Myklebust@netapp.com
3029L: linux-nfs@vger.kernel.org
3030W: http://client.linux-nfs.org
3031T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
1da177e4
LT
3032S: Maintained
3033
3034NI5010 NETWORK DRIVER
5b552b16
AM
3035P: Jan-Pascal van Best
3036M: janpascal@vanbest.org
3037P: Andreas Mohr
3038M: andi@lisas.de
979b6c13 3039L: netdev@vger.kernel.org
1da177e4
LT
3040S: Maintained
3041
3042NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3043P: YOKOTA Hiroshi
3044M: yokota@netlab.is.tsukuba.ac.jp
3045W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3046S: Maintained
3047
3048NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3049P: GOTO Masanori
3050M: gotom@debian.or.jp
3051P: YOKOTA Hiroshi
3052M: yokota@netlab.is.tsukuba.ac.jp
3053W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3054S: Maintained
3055
1da177e4
LT
3056NTFS FILESYSTEM
3057P: Anton Altaparmakov
3058M: aia21@cantab.net
3059L: linux-ntfs-dev@lists.sourceforge.net
3060L: linux-kernel@vger.kernel.org
169ccbd4 3061W: http://www.linux-ntfs.org/
1adc1230 3062T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1da177e4
LT
3063S: Maintained
3064
9eb8ef74 3065NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
ce00f85c 3066P: Antonino Daplas
0478e62e 3067M: adaplas@gmail.com
8936b6db 3068L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 3069S: Maintained
1da177e4 3070
1ded969f
PK
3071OPENCORES I2C BUS DRIVER
3072P: Peter Korsgaard
3073M: jacmet@sunsite.dk
5d925fec 3074L: i2c@lm-sensors.org
1ded969f
PK
3075S: Maintained
3076
ccd979bd
MF
3077ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3078P: Mark Fasheh
a5754337
MF
3079M: mfasheh@suse.com
3080P: Joel Becker
3081M: joel.becker@oracle.com
c0ff1f26 3082L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
ccd979bd 3083W: http://oss.oracle.com/projects/ocfs2/
dda47bce 3084T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
b7eee616 3085S: Supported
ccd979bd 3086
0ad122d9
BC
3087OMFS FILESYSTEM
3088P: Bob Copeland
3089M: me@bobcopeland.com
3090L: linux-karma-devel@lists.sourceforge.net
3091S: Maintained
3092
c1986ee9
HW
3093OMNIKEY CARDMAN 4000 DRIVER
3094P: Harald Welte
3095M: laforge@gnumonks.org
3096S: Maintained
3097
77c44ab1
HW
3098OMNIKEY CARDMAN 4040 DRIVER
3099P: Harald Welte
3100M: laforge@gnumonks.org
3101S: Maintained
3102
77d5140f
JC
3103OMNIVISION OV7670 SENSOR DRIVER
3104P: Jonathan Corbet
3105M: corbet@lwn.net
3106L: video4linux-list@redhat.com
3107S: Maintained
3108
431bca73
TG
3109ONENAND FLASH DRIVER
3110P: Kyungmin Park
3111M: kyungmin.park@samsung.com
3112L: linux-mtd@lists.infradead.org
3113S: Maintained
3114
1da177e4
LT
3115ONSTREAM SCSI TAPE DRIVER
3116P: Willem Riede
3117M: osst@riede.org
3118L: osst-users@lists.sourceforge.net
3119L: linux-scsi@vger.kernel.org
3120S: Maintained
3121
1da177e4 3122OPROFILE
d1a5d197
RR
3123P: Robert Richter
3124M: robert.richter@amd.com
1da177e4
LT
3125L: oprofile-list@lists.sf.net
3126S: Maintained
3127
3128ORINOCO DRIVER
3129P: Pavel Roskin
3130M: proski@gnu.org
3131P: David Gibson
3132M: hermes@gibson.dropbear.id.au
724c6b35 3133L: linux-wireless@vger.kernel.org
ecffdde6
PR
3134L: orinoco-users@lists.sourceforge.net
3135L: orinoco-devel@lists.sourceforge.net
3136W: http://www.nongnu.org/orinoco/
1da177e4
LT
3137S: Maintained
3138
f5cd7872
OJ
3139PA SEMI ETHERNET DRIVER
3140P: Olof Johansson
3141M: olof@lixom.net
3142L: netdev@vger.kernel.org
3143S: Maintained
3144
beb58aa3
OJ
3145PA SEMI SMBUS DRIVER
3146P: Olof Johansson
3147M: olof@lixom.net
3148L: i2c@lm-sensors.org
3149S: Maintained
3150
1da177e4 3151PARALLEL PORT SUPPORT
3dd1a329 3152L: linux-parport@lists.infradead.org (subscribers-only)
5fdc2abe 3153S: Orphan
1da177e4
LT
3154
3155PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3156P: Tim Waugh
3157M: tim@cyberelk.net
3dd1a329 3158L: linux-parport@lists.infradead.org (subscribers-only)
1da177e4
LT
3159W: http://www.torque.net/linux-pp.html
3160S: Maintained
3161
3162PARISC ARCHITECTURE
ac6aecbf 3163P: Kyle McMartin
42a5a8a6 3164M: kyle@mcmartin.ca
1da177e4
LT
3165P: Matthew Wilcox
3166M: matthew@wil.cx
3167P: Grant Grundler
3168M: grundler@parisc-linux.org
ac6aecbf 3169L: linux-parisc@vger.kernel.org
1da177e4 3170W: http://www.parisc-linux.org/
223232de 3171T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
1da177e4
LT
3172S: Maintained
3173
4cdf6bc2
JF
3174PARAVIRT_OPS INTERFACE
3175P: Jeremy Fitzhardinge
3176M: jeremy@xensource.com
3177P: Chris Wright
3178M: chrisw@sous-sol.org
3179P: Zachary Amsden
3180M: zach@vmware.com
3181P: Rusty Russell
3182M: rusty@rustcorp.com.au
3183L: virtualization@lists.osdl.org
3184L: linux-kernel@vger.kernel.org
3185S: Supported
3186
1662d32c
JC
3187PC87360 HARDWARE MONITORING DRIVER
3188P: Jim Cromie
3189M: jim.cromie@gmail.com
3190L: lm-sensors@lm-sensors.org
3191S: Maintained
3192
3193PC8736x GPIO DRIVER
3194P: Jim Cromie
3195M: jim.cromie@gmail.com
3196S: Maintained
3197
065c6359
LV
3198PCI ERROR RECOVERY
3199P: Linas Vepstas
3200M: linas@austin.ibm.com
3201L: linux-kernel@vger.kernel.org
c1f69db7 3202L: linux-pci@vger.kernel.org
065c6359
LV
3203S: Supported
3204
1da177e4 3205PCI SUBSYSTEM
af40b485
GKH
3206P: Jesse Barnes
3207M: jbarnes@virtuousgeek.org
1da177e4 3208L: linux-kernel@vger.kernel.org
2905474d 3209L: linux-pci@vger.kernel.org
460895c4 3210T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
1da177e4
LT
3211S: Supported
3212
3213PCI HOTPLUG CORE
fb5f4d7a
KCA
3214P: Kristen Carlson Accardi
3215M: kristen.c.accardi@intel.com
1da177e4
LT
3216S: Supported
3217
8cf4c195
KA
3218PCIE HOTPLUG DRIVER
3219P: Kristen Carlson Accardi
3220M: kristen.c.accardi@intel.com
64dab204 3221L: linux-pci@vger.kernel.org
8b59a454 3222S: Supported
8cf4c195 3223
1da177e4 3224PCMCIA SUBSYSTEM
4230dfc9 3225P: Linux PCMCIA Team
f5df5881 3226L: linux-pcmcia@lists.infradead.org
6650e0a5 3227W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6fb0425b 3228T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 3229S: Maintained
1da177e4
LT
3230
3231PCNET32 NETWORK DRIVER
04ce0948 3232P: Don Fry
3233M: pcnet32@verizon.net
979b6c13 3234L: netdev@vger.kernel.org
1da177e4
LT
3235S: Maintained
3236
ad4ecbcb 3237PER-TASK DELAY ACCOUNTING
abc5f23a
BS
3238P: Balbir Singh
3239M: balbir@linux.vnet.ibm.com
ad4ecbcb
SN
3240L: linux-kernel@vger.kernel.org
3241S: Maintained
3242
dd49d0f5
JC
3243PERSONALITY HANDLING
3244P: Christoph Hellwig
3245M: hch@infradead.org
3246L: linux-abi-devel@lists.sourceforge.net
3247S: Maintained
3248
1da177e4 3249PHRAM MTD DRIVER
2b54aaef
JE
3250P: Joern Engel
3251M: joern@lazybastard.org
1da177e4
LT
3252L: linux-mtd@lists.infradead.org
3253S: Maintained
3254
249a6771
PO
3255PKTCDVD DRIVER
3256P: Peter Osterlund
3257M: petero2@telia.com
3258L: linux-kernel@vger.kernel.org
249a6771
PO
3259S: Maintained
3260
1da177e4 3261POSIX CLOCKS and TIMERS
aa781aeb
IM
3262P: Thomas Gleixner
3263M: tglx@linutronix.de
f1c3ddff 3264L: linux-kernel@vger.kernel.org
1da177e4
LT
3265S: Supported
3266
3be86148
AV
3267POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3268P: Anton Vorontsov
3269M: cbou@mail.ru
3270P: David Woodhouse
3271M: dwmw2@infradead.org
3272L: linux-kernel@vger.kernel.org
3be86148
AV
3273T: git git.infradead.org/battery-2.6.git
3274S: Maintained
3275
1da177e4
LT
3276PNP SUPPORT
3277P: Adam Belay
3278M: ambx1@neo.rr.com
3279S: Maintained
3280
999445d4
VW
3281PNXxxxx I2C DRIVER
3282P: Vitaly Wool
3283M: vitalywool@gmail.com
3284L: i2c@lm-sensors.org
3285S: Maintained
3286
1da177e4
LT
3287PPP PROTOCOL DRIVERS AND COMPRESSORS
3288P: Paul Mackerras
3289M: paulus@samba.org
3290L: linux-ppp@vger.kernel.org
3291S: Maintained
3292
3293PPP OVER ATM (RFC 2364)
3294P: Mitchell Blank Jr
3295M: mitch@sfgoth.com
3296S: Maintained
3297
3298PPP OVER ETHERNET
3299P: Michal Ostrowski
5e70b7f3 3300M: mostrows@earthlink.net
1da177e4
LT
3301S: Maintained
3302
a6d2370b
JC
3303PPP OVER L2TP
3304P: James Chapman
3305M: jchapman@katalix.com
3306S: Maintained
3307
1da177e4
LT
3308PREEMPTIBLE KERNEL
3309P: Robert Love
3310M: rml@tech9.net
3311L: linux-kernel@vger.kernel.org
3312L: kpreempt-tech@lists.sourceforge.net
3313W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3314S: Supported
3315
eff1a59c
MW
3316P54 WIRELESS DRIVER
3317P: Michael Wu
3318M: flamingice@sourmilk.net
3319L: linux-wireless@vger.kernel.org
3320W: http://prism54.org
3321T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3322S: Maintained
3323
1da177e4 3324PRISM54 WIRELESS DRIVER
e88b34ba
LR
3325P: Luis R. Rodriguez
3326M: mcgrof@gmail.com
724c6b35 3327L: linux-wireless@vger.kernel.org
1da177e4
LT
3328W: http://prism54.org
3329S: Maintained
3330
3331PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3332P: Peter Denison
3333M: promise@pnd-pc.demon.co.uk
3334W: http://www.pnd-pc.demon.co.uk/promise/
3335S: Maintained
3336
b3277dfa
MP
3337PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3338P: Mikael Pettersson
3339M: mikpe@it.uu.se
3340L: linux-ide@vger.kernel.org
3341S: Maintained
3342
02c18891
MM
3343PS3 NETWORK SUPPORT
3344P: Masakazu Mokuno
3345M: mokuno@sm.sony.co.jp
3346L: netdev@vger.kernel.org
3347L: cbe-oss-dev@ozlabs.org
3348S: Supported
3349
f58a9d17
GL
3350PS3 PLATFORM SUPPORT
3351P: Geoff Levand
3352M: geoffrey.levand@am.sony.com
3353L: linuxppc-dev@ozlabs.org
3354L: cbe-oss-dev@ozlabs.org
3355S: Supported
3356
8320204a
MK
3357PVRUSB2 VIDEO4LINUX DRIVER
3358P: Mike Isely
3359M: isely@pobox.com
16e9495d 3360L: pvrusb2@isely.net (subscribers-only)
8320204a
MK
3361L: video4linux-list@redhat.com
3362W: http://www.isely.net/pvrusb2/
3363S: Maintained
3364
30ec261e
EM
3365PXA2xx/PXA3xx SUPPORT
3366P: Eric Miao
3367M: eric.miao@marvell.com
3368P: Russell King
3369M: linux@arm.linux.org.uk
70f09f1f 3370L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3371S: Maintained
3372
272f133a
PO
3373PXA MMCI DRIVER
3374S: Orphan
3375
1da177e4
LT
3376QLOGIC QLA2XXX FC-SCSI DRIVER
3377P: Andrew Vasquez
95e6a856 3378M: linux-driver@qlogic.com
1da177e4
LT
3379L: linux-scsi@vger.kernel.org
3380S: Supported
3381
5a4faa87
RM
3382QLOGIC QLA3XXX NETWORK DRIVER
3383P: Ron Mercer
3384M: linux-driver@qlogic.com
3385L: netdev@vger.kernel.org
3386S: Supported
3387
1da177e4
LT
3388QNX4 FILESYSTEM
3389P: Anders Larsen
3390M: al@alarsen.net
3391L: linux-kernel@vger.kernel.org
3392W: http://www.alarsen.net/linux/qnx4fs/
3393S: Maintained
3394
3395RADEON FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
3396P: Benjamin Herrenschmidt
3397M: benh@kernel.crashing.org
8936b6db 3398L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
3399S: Maintained
3400
3401RAGE128 FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
3402P: Paul Mackerras
3403M: paulus@samba.org
8936b6db 3404L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
3405S: Maintained
3406
3407RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3408P: Corey Thomas
7c4a52eb 3409M: coreythomas@charter.net
724c6b35 3410L: linux-wireless@vger.kernel.org
1da177e4
LT
3411S: Maintained
3412
95ea3627
ID
3413RALINK RT2X00 WLAN DRIVER
3414P: rt2x00 project
3415L: linux-wireless@vger.kernel.org
3416L: rt2400-devel@lists.sourceforge.net
3417W: http://rt2x00.serialmonkey.com/
3418S: Maintained
2dd0f692 3419T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
95ea3627
ID
3420F: drivers/net/wireless/rt2x00/
3421
9db5579b
NP
3422RAMDISK RAM BLOCK DEVICE DRIVER
3423P: Nick Piggin
3424M: npiggin@suse.de
3425S: Maintained
3426
9e95ce27
MM
3427RANDOM NUMBER DRIVER
3428P: Matt Mackall
3429M: mpm@selenic.com
3430S: Maintained
3431
394b701c
MP
3432RAPIDIO SUBSYSTEM
3433P: Matt Porter
3434M: mporter@kernel.crashing.org
3435L: linux-kernel@vger.kernel.org
3436S: Maintained
3437
c1f766b5
FF
3438RDC R-321X SoC
3439P: Florian Fainelli
3440M: florian.fainelli@telecomint.eu
3441L: linux-kernel@vger.kernel.org
3442S: Maintained
3443
db17f395
FF
3444RDC R6040 FAST ETHERNET DRIVER
3445P: Florian Fainelli
3446M: florian.fainelli@telecomint.eu
3447L: netdev@vger.kernel.org
3448S: Maintained
3449
595182bc
JT
3450READ-COPY UPDATE (RCU)
3451P: Dipankar Sarma
3452M: dipankar@in.ibm.com
3453W: http://www.rdrop.com/users/paulmck/rclock/
3454L: linux-kernel@vger.kernel.org
3455S: Supported
3456
3457RCUTORTURE MODULE
3458P: Josh Triplett
3459M: josh@freedesktop.org
3460L: linux-kernel@vger.kernel.org
3461S: Maintained
3462
1da177e4
LT
3463REAL TIME CLOCK DRIVER
3464P: Paul Gortmaker
3465M: p_gortmaker@yahoo.com
3466L: linux-kernel@vger.kernel.org
3467S: Maintained
3468
0c86edc0
AZ
3469REAL TIME CLOCK (RTC) SUBSYSTEM
3470P: Alessandro Zummo
3471M: a.zummo@towertech.it
76465493 3472L: rtc-linux@googlegroups.com
0c86edc0
AZ
3473S: Maintained
3474
1da177e4 3475REISERFS FILE SYSTEM
76c4e5ea 3476L: reiserfs-devel@vger.kernel.org
1da177e4
LT
3477S: Supported
3478
e0897645
ID
3479RFKILL
3480P: Ivo van Doorn
3481M: IvDoorn@gmail.com
3482L: netdev@vger.kernel.org
3483S: Maintained
3484F: net/rfkill
3485
1da177e4
LT
3486ROCKETPORT DRIVER
3487P: Comtrol Corp.
1da177e4
LT
3488W: http://www.comtrol.com
3489S: Maintained
3490
3491ROSE NETWORK LAYER
3492P: Ralf Baechle
3493M: ralf@linux-mips.org
3494L: linux-hams@vger.kernel.org
d34cb28a 3495W: http://www.linux-ax25.org/
1da177e4
LT
3496S: Maintained
3497
3498RISCOM8 DRIVER
3499S: Orphan
3500
605bebe2
MW
3501RTL818X WIRELESS DRIVER
3502P: Michael Wu
3503M: flamingice@sourmilk.net
3504P: Andrea Merello
3505M: andreamrl@tiscali.it
3506L: linux-wireless@vger.kernel.org
3507W: http://linuxwireless.org/
3508T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3509S: Maintained
3510
9eb8ef74 3511S3 SAVAGE FRAMEBUFFER DRIVER
ce00f85c 3512P: Antonino Daplas
0478e62e 3513M: adaplas@gmail.com
8936b6db 3514L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 3515S: Maintained
9eb8ef74 3516
1da177e4
LT
3517S390
3518P: Martin Schwidefsky
3519M: schwidefsky@de.ibm.com
83014255
MS
3520P: Heiko Carstens
3521M: heiko.carstens@de.ibm.com
1da177e4 3522M: linux390@de.ibm.com
d58140cc 3523L: linux-s390@vger.kernel.org
5238da45
HC
3524W: http://www.ibm.com/developerworks/linux/linux390/
3525S: Supported
3526
3527S390 NETWORK DRIVERS
dd96df2c 3528P: Ursula Braun
23fcc8d9 3529M: ursula.braun@de.ibm.com
b9192ad9
UB
3530P: Frank Blaschka
3531M: blaschka@linux.vnet.ibm.com
5238da45 3532M: linux390@de.ibm.com
d58140cc 3533L: linux-s390@vger.kernel.org
5238da45
HC
3534W: http://www.ibm.com/developerworks/linux/linux390/
3535S: Supported
3536
3537S390 ZFCP DRIVER
0033bb47
SS
3538P: Christof Schmitt
3539M: christof.schmitt@de.ibm.com
3540P: Martin Peschke
3541M: mp3@de.ibm.com
5238da45 3542M: linux390@de.ibm.com
d58140cc 3543L: linux-s390@vger.kernel.org
5238da45 3544W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4
LT
3545S: Supported
3546
dd96df2c
UB
3547S390 IUCV NETWORK LAYER
3548P: Ursula Braun
23fcc8d9 3549M: ursula.braun@de.ibm.com
dd96df2c
UB
3550M: linux390@de.ibm.com
3551L: linux-s390@vger.kernel.org
3552W: http://www.ibm.com/developerworks/linux/linux390/
3553S: Supported
3554
4dde7f75
BD
3555S3C24XX SD/MMC Driver
3556P: Ben Dooks
3557M: ben-linux@fluff.org
3558L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3559L: linux-kernel@vger.kernel.org
3560S: Supported
3561
1da177e4
LT
3562SAA7146 VIDEO4LINUX-2 DRIVER
3563P: Michael Hunold
3564M: michael@mihu.de
3565W: http://www.mihu.de/linux/saa7146
3566S: Maintained
3567
1da177e4
LT
3568SC1200 WDT DRIVER
3569P: Zwane Mwaikambo
3c7bf1ea 3570M: zwane@arm.linux.org.uk
1da177e4
LT
3571S: Maintained
3572
3573SCHEDULER
3574P: Ingo Molnar
3575M: mingo@elte.hu
3576P: Robert Love [the preemptible kernel bits]
3577M: rml@tech9.net
3578L: linux-kernel@vger.kernel.org
3579S: Maintained
3580
3581SCSI CDROM DRIVER
3582P: Jens Axboe
0fe23479 3583M: axboe@kernel.dk
1da177e4
LT
3584L: linux-scsi@vger.kernel.org
3585W: http://www.kernel.dk
3586S: Maintained
3587
3588SCSI SG DRIVER
3589P: Doug Gilbert
3590M: dgilbert@interlog.com
3591L: linux-scsi@vger.kernel.org
3592W: http://www.torque.net/sg
3593S: Maintained
3594
3595SCSI SUBSYSTEM
3596P: James E.J. Bottomley
c4e1608e 3597M: James.Bottomley@HansenPartnership.com
1da177e4 3598L: linux-scsi@vger.kernel.org
6fb0425b 3599T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
c4e1608e
JB
3600T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3601T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
1da177e4
LT
3602S: Maintained
3603
3604SCSI TAPE DRIVER
dd4ef01c 3605P: Kai Mäkisara
1da177e4
LT
3606M: Kai.Makisara@kolumbus.fi
3607L: linux-scsi@vger.kernel.org
3608S: Maintained
3609
3610SCTP PROTOCOL
5f85813c
SS
3611P: Vlad Yasevich
3612M: vladislav.yasevich@hp.com
ce00f85c
JC
3613P: Sridhar Samudrala
3614M: sri@us.ibm.com
1a418796 3615L: linux-sctp@vger.kernel.org
5f85813c 3616W: http://lksctp.sourceforge.net
ce00f85c 3617S: Supported
1da177e4
LT
3618
3619SCx200 CPU SUPPORT
1662d32c
JC
3620P: Jim Cromie
3621M: jim.cromie@gmail.com
3622S: Odd Fixes
3623
3624SCx200 GPIO DRIVER
3625P: Jim Cromie
3626M: jim.cromie@gmail.com
3627S: Maintained
3628
3629SCx200 HRT CLOCKSOURCE DRIVER
3630P: Jim Cromie
3631M: jim.cromie@gmail.com
3632S: Maintained
1da177e4 3633
6a36913a
SS
3634SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3635P: Sascha Sommer
3636M: saschasommer@freenet.de
3637L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3638S: Maintained
3639
1da177e4
LT
3640SECURITY CONTACT
3641P: Security Officers
3642M: security@kernel.org
3643S: Supported
3644
3645SELINUX SECURITY MODULE
3646P: Stephen Smalley
62cfe7ef 3647M: sds@tycho.nsa.gov
1da177e4 3648P: James Morris
48de5bee 3649M: jmorris@namei.org
588a3157
SS
3650P: Eric Paris
3651M: eparis@parisplace.org
1da177e4 3652L: linux-kernel@vger.kernel.org (kernel issues)
588a3157 3653L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
1da177e4
LT
3654W: http://www.nsa.gov/selinux
3655S: Supported
3656
cef2cf07
JS
3657SENSABLE PHANTOM
3658P: Jiri Slaby
3659M: jirislaby@gmail.com
3660S: Maintained
3661
1da177e4
LT
3662SERIAL ATA (SATA) SUBSYSTEM:
3663P: Jeff Garzik
3664M: jgarzik@pobox.com
3665L: linux-ide@vger.kernel.org
6fb0425b 3666T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4
LT
3667S: Supported
3668
3669SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3670P: Pat Gefre
3671M: pfg@sgi.com
3672L: linux-ia64@vger.kernel.org
3673S: Supported
3674
8ceee660
BH
3675SFC NETWORK DRIVER
3676P: Steve Hodgson
3677P: Ben Hutchings
3678P: Robert Stonehouse
3679M: linux-net-drivers@solarflare.com
3680S: Supported
3681
1da177e4
LT
3682SGI VISUAL WORKSTATION 320 AND 540
3683P: Andrey Panin
3684M: pazke@donpac.ru
3685L: linux-visws-devel@lists.sf.net
3686W: http://linux-visws.sf.net
3687S: Maintained for 2.6.
3688
75312619
JS
3689SGI GRU DRIVER
3690P: Jack Steiner
3691M: steiner@sgi.com
3692S: Maintained
3693
3694SGI XP/XPC/XPNET DRIVER
3695P: Dean Nelson
3696M: dcn@sgi.com
3697S: Maintained
3698
1da177e4
LT
3699SIMTEC EB110ATX (Chalice CATS)
3700P: Ben Dooks
3701P: Vincent Sanders
3702M: support@simtec.co.uk
3703W: http://www.simtec.co.uk/products/EB110ATX/
3704S: Supported
3705
3706SIMTEC EB2410ITX (BAST)
3707P: Ben Dooks
3708P: Vincent Sanders
3709M: support@simtec.co.uk
3710W: http://www.simtec.co.uk/products/EB2410ITX/
3711S: Supported
3712
92aab3c0
FR
3713SIS 190 ETHERNET DRIVER
3714P: Francois Romieu
3715M: romieu@fr.zoreil.com
3716L: netdev@vger.kernel.org
3717S: Maintained
3718
1da177e4
LT
3719SIS 900/7016 FAST ETHERNET DRIVER
3720P: Daniele Venzano
3721M: venza@brownhat.org
3722W: http://www.brownhat.org/sis900.html
979b6c13 3723L: netdev@vger.kernel.org
1da177e4
LT
3724S: Maintained
3725
6ea884db
MH
3726SIS 96X I2C/SMBUS DRIVER
3727P: Mark M. Hoffman
3728M: mhoffman@lightlink.com
3729L: lm-sensors@lm-sensors.org
3730S: Maintained
3731
1da177e4
LT
3732SIS FRAMEBUFFER DRIVER
3733P: Thomas Winischhofer
3734M: thomas@winischhofer.net
3735W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 3736S: Maintained
1da177e4
LT
3737
3738SIS USB2VGA DRIVER
3739P: Thomas Winischhofer
3740M: thomas@winischhofer.net
3741W: http://www.winischhofer.at/linuxsisusbvga.shtml
3742S: Maintained
3743
415ad26d
CL
3744SLAB ALLOCATOR
3745P: Christoph Lameter
cde53535 3746M: cl@linux-foundation.org
415ad26d
CL
3747P: Pekka Enberg
3748M: penberg@cs.helsinki.fi
c76d118e
PE
3749P: Matt Mackall
3750M: mpm@selenic.com
415ad26d
CL
3751L: linux-mm@kvack.org
3752S: Maintained
3753
1da177e4
LT
3754SMC91x ETHERNET DRIVER
3755P: Nicolas Pitre
3756M: nico@cam.org
3757S: Maintained
3758
6ea884db
MH
3759SMSC47B397 HARDWARE MONITOR DRIVER
3760P: Mark M. Hoffman
3761M: mhoffman@lightlink.com
3762L: lm-sensors@lm-sensors.org
3763S: Maintained
3764
b54f2863
BN
3765SMX UIO Interface
3766P: Ben Nizette
3767M: bn@niasdigital.com
3768S: Maintained
3769
668acf32
GL
3770SOC-CAMERA V4L2 SUBSYSTEM
3771P: Guennadi Liakhovetski
3772M: g.liakhovetski@gmx.de
3773L: video4linux-list@redhat.com
3774S: Maintained
3775
1da177e4
LT
3776SOFTWARE RAID (Multiple Disks) SUPPORT
3777P: Ingo Molnar
3778M: mingo@redhat.com
3779P: Neil Brown
524418bb 3780M: neilb@suse.de
1da177e4 3781L: linux-raid@vger.kernel.org
524418bb 3782S: Supported
1da177e4 3783
95a631e2 3784HIBERNATION (aka Software Suspend, aka swsusp):
1da177e4
LT
3785P: Pavel Machek
3786M: pavel@suse.cz
95a631e2
PM
3787P: Rafael J. Wysocki
3788M: rjw@sisk.pl
3789L: linux-pm@lists.linux-foundation.org
3790S: Supported
3791
3792SUSPEND TO RAM:
a0ce317a
LB
3793P: Len Brown
3794M: len.brown@intel.com
95a631e2
PM
3795P: Pavel Machek
3796M: pavel@suse.cz
3797P: Rafael J. Wysocki
3798M: rjw@sisk.pl
f318a63b 3799L: linux-pm@lists.linux-foundation.org
a0ce317a 3800S: Supported
1da177e4
LT
3801
3802SONIC NETWORK DRIVER
3803P: Thomas Bogendoerfer
3804M: tsbogend@alpha.franken.de
979b6c13 3805L: netdev@vger.kernel.org
1da177e4
LT
3806S: Maintained
3807
61e115a5
MB
3808SONICS SILICON BACKPLANE DRIVER (SSB)
3809P: Michael Buesch
3810M: mb@bu3sch.de
3811L: netdev@vger.kernel.org
3812S: Maintained
3813
1da177e4 3814SONY VAIO CONTROL DEVICE DRIVER
0d477fac
MD
3815P: Mattia Dongili
3816M: malattia@linux.it
5b18167d
MD
3817L: linux-acpi@vger.kernel.org
3818W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4
LT
3819S: Maintained
3820
baf8532a
AD
3821SONY MEMORYSTICK CARD SUPPORT
3822P: Alex Dubov
3823M: oakad@yahoo.com
3824L: linux-kernel@vger.kernel.org
3825W: http://tifmxx.berlios.de/
3826S: Maintained
3827
1da177e4
LT
3828SOUND
3829P: Jaroslav Kysela
c1017a4c 3830M: perex@perex.cz
82622046 3831L: alsa-devel@alsa-project.org (subscribers-only)
1da177e4
LT
3832S: Maintained
3833
eb1a6af3
LG
3834SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3835P: Liam Girdwood
3836M: liam.girdwood@wolfsonmicro.com
2cad0ad6
MB
3837P: Mark Brown
3838M: broonie@opensource.wolfsonmicro.com
3839T: git opensource.wolfsonmicro.com/linux-2.6-asoc
82622046 3840L: alsa-devel@alsa-project.org (subscribers-only)
eb1a6af3
LG
3841S: Supported
3842
025c3987
KG
3843SPI SUBSYSTEM
3844P: David Brownell
3845M: dbrownell@users.sourceforge.net
3846L: spi-devel-general@lists.sourceforge.net
3847S: Maintained
3848
b8154542
AB
3849SPU FILE SYSTEM
3850P: Jeremy Kerr
3851M: jk@ozlabs.org
3852L: linuxppc-dev@ozlabs.org
3853L: cbe-oss-dev@ozlabs.org
3854W: http://www.ibm.com/developerworks/power/cell/
3855S: Supported
3856
855f46ad
SR
3857STABLE BRANCH:
3858P: Greg Kroah-Hartman
3859M: greg@kroah.com
3860P: Chris Wright
3861M: chrisw@sous-sol.org
3862L: stable@kernel.org
3863S: Maintained
3864
1da177e4
LT
3865SHARP LH SUPPORT (LH7952X & LH7A40X)
3866P: Marc Singer
3867M: elf@buici.com
3868W: http://projects.buici.com/arm
70f09f1f 3869L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3870S: Maintained
3871
8cf4c195
KA
3872SHPC HOTPLUG DRIVER
3873P: Kristen Carlson Accardi
3874M: kristen.c.accardi@intel.com
64dab204 3875L: linux-pci@vger.kernel.org
8b59a454 3876S: Supported
8cf4c195 3877
d129bceb
PO
3878SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3879P: Pierre Ossman
3880M: drzeus-sdhci@drzeus.cx
3881L: sdhci-devel@list.drzeus.cx
d129bceb
PO
3882S: Maintained
3883
4b1ac9ab
SH
3884SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3885P: Stephen Hemminger
65ebe634 3886M: shemminger@linux-foundation.org
4b1ac9ab
SH
3887L: netdev@vger.kernel.org
3888S: Maintained
3889
1a87d942
CB
3890SOEKRIS NET48XX LED SUPPORT
3891P: Chris Boot
3892M: bootc@bootc.net
3893S: Maintained
3894
1da177e4
LT
3895SPARC (sparc32):
3896P: William L. Irwin
3897M: wli@holomorphy.com
3898L: sparclinux@vger.kernel.org
3899S: Maintained
3900
3901SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3902P: Roger Wolff
3903M: R.E.Wolff@BitWizard.nl
3904L: linux-kernel@vger.kernel.org ?
3905S: Supported
3906
2752e401 3907SPIDERNET NETWORK DRIVER for CELL
cb8da8a3
JO
3908P: Ishizaki Kou
3909M: kou.ishizaki@toshiba.co.jp
3910P: Jens Osterkamp
3911M: jens@de.ibm.com
2752e401
JL
3912L: netdev@vger.kernel.org
3913S: Supported
3914
1da177e4
LT
3915SRM (Alpha) environment access
3916P: Jan-Benedict Glaw
3917M: jbglaw@lug-owl.de
3918L: linux-kernel@vger.kernel.org
3919S: Maintained
3920
3921STARFIRE/DURALAN NETWORK DRIVER
3922P: Ion Badulescu
3923M: ionut@cs.columbia.edu
3924S: Maintained
3925
3926STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3927W: http://mosquitonet.Stanford.EDU/strip.html
3928S: Unsupported ?
3929
3930STRADIS MPEG-2 DECODER DRIVER
3931P: Nathan Laredo
3932M: laredo@gnu.org
1da177e4
LT
3933W: http://www.stradis.com/
3934S: Maintained
3935
2cbb12a4 3936SUPERH
1da177e4
LT
3937P: Paul Mundt
3938M: lethal@linux-sh.org
2cbb12a4 3939L: linux-sh@vger.kernel.org
1da177e4 3940W: http://www.linux-sh.org
2cbb12a4 3941T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5c806b20 3942S: Supported
1da177e4
LT
3943
3944SUN3/3X
3945P: Sam Creasey
3946M: sammy@sammy.net
1da177e4
LT
3947W: http://sammy.net/sun3/
3948S: Maintained
3949
3950SVGA HANDLING
3951P: Martin Mares
3952M: mj@ucw.cz
3953L: linux-video@atrey.karlin.mff.cuni.cz
3954S: Maintained
3955
3956SYSV FILESYSTEM
3957P: Christoph Hellwig
3958M: hch@infradead.org
3959S: Maintained
3960
4e68852d 3961TASKSTATS STATISTICS INTERFACE
abc5f23a
BS
3962P: Balbir Singh
3963M: balbir@linux.vnet.ibm.com
4e68852d
AC
3964L: linux-kernel@vger.kernel.org
3965S: Maintained
3966
781b456a
SH
3967TC CLASSIFIER
3968P: Jamal Hadi Salim
3969M: hadi@cyberus.ca
3970L: netdev@vger.kernel.org
3971S: Maintained
3972
5067f08a
WHSE
3973TCP LOW PRIORITY MODULE
3974P: Wong Hoi Sing, Edison
3975M: hswong3i@gmail.com
3976P: Hung Hing Lun, Mike
3977M: hlhung3i@gmail.com
3978W: http://tcp-lp-mod.sourceforge.net/
3979S: Maintained
3980
1a348ccc
AG
3981TEHUTI ETHERNET DRIVER
3982P: Alexander Indenbaum
3983M: baum@tehutinetworks.net
3984P: Andy Gospodarek
3985M: andy@greyhouse.net
3986L: netdev@vger.kernel.org
3987S: Supported
3988
4e68852d
AC
3989Telecom Clock Driver for MCPL0010
3990P: Mark Gross
3991M: mark.gross@intel.com
3992S: Supported
3993
3994TENSILICA XTENSA PORT (xtensa):
3995P: Chris Zankel
3996M: chris@zankel.net
3997S: Maintained
3998
3999THINKPAD ACPI EXTRAS DRIVER
4000P: Henrique de Moraes Holschuh
4001M: ibm-acpi@hmh.eng.br
4002L: ibm-acpi-devel@lists.sourceforge.net
4003W: http://ibm-acpi.sourceforge.net
4004W: http://thinkwiki.org/wiki/Ibm-acpi
4005T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4006S: Maintained
4007
4020f2d7
AD
4008TI FLASH MEDIA INTERFACE DRIVER
4009P: Alex Dubov
4010M: oakad@yahoo.com
4011S: Maintained
4012
9f9c24f4
SK
4013TI OMAP MMC INTERFACE DRIVER
4014P: Carlos Aguiar, Anderson Briglia and Syed Khasim
b6a7e4c0 4015M: linux-omap@vger.kernel.org
9f9c24f4
SK
4016W: http://linux.omap.com
4017W: http://www.muru.com/linux/omap/
4018S: Maintained
4019
844dd05f
MB
4020TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4021P: Deepak Saxena
4022M: dsaxena@plexity.net
4023S: Maintained
4024
e86eaa3a
PL
4025TIPC NETWORK LAYER
4026P: Per Liden
7c2b2aae 4027M: per.liden@ericsson.com
e86eaa3a 4028P: Jon Maloy
7c2b2aae 4029M: jon.maloy@ericsson.com
e86eaa3a 4030P: Allan Stephens
7c2b2aae 4031M: allan.stephens@windriver.com
e86eaa3a
PL
4032L: tipc-discussion@lists.sourceforge.net
4033W: http://tipc.sourceforge.net/
4034W: http://tipc.cslab.ericsson.net/
4035T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4036S: Maintained
4037
1da177e4
LT
4038TLAN NETWORK DRIVER
4039P: Samuel Chessman
4040M: chessman@tux.org
88c07dde 4041L: tlan-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
4042W: http://sourceforge.net/projects/tlan/
4043S: Maintained
4044
1da177e4
LT
4045TOSHIBA ACPI EXTRAS DRIVER
4046P: John Belmonte
4047M: toshiba_acpi@memebeam.org
4048W: http://memebeam.org/toys/ToshibaAcpiDriver
4049S: Maintained
4050
4051TOSHIBA SMM DRIVER
4052P: Jonathan Buzzard
4053M: jonathan@buzzard.org.uk
4054L: tlinux-users@tce.toshiba-dme.co.jp
4055W: http://www.buzzard.org.uk/toshiba/
4056S: Maintained
4057
4e68852d 4058TPM DEVICE DRIVER
141c0240
RA
4059P: Debora Velarde
4060M: debora@linux.vnet.ibm.com
4061P: Rajiv Andrade
4062M: srajiv@linux.vnet.ibm.com
4e68852d
AC
4063W: http://tpmdd.sourceforge.net
4064P: Marcel Selhorst
4065M: tpm@selhorst.net
4066W: http://www.prosec.rub.de/tpm/
4067L: tpmdd-devel@lists.sourceforge.net
4068S: Maintained
4069
1da177e4 4070TRIVIAL PATCHES
1560a79a 4071P: Jesper Juhl
ce00f85c
JC
4072M: trivial@kernel.org
4073L: linux-kernel@vger.kernel.org
1da177e4
LT
4074S: Maintained
4075
4e68852d
AC
4076TTY LAYER
4077P: Alan Cox
4078M: alan@lxorguk.ukuu.org.uk
4079L: linux-kernel@vger.kernel.org
4080S: Maintained
4081
740db6d7
GG
4082TULIP NETWORK DRIVERS
4083P: Grant Grundler
4084M: grundler@parisc-linux.org
4085P: Kyle McMartin
42a5a8a6 4086M: kyle@mcmartin.ca
740db6d7
GG
4087L: netdev@vger.kernel.org
4088S: Maintained
1da177e4
LT
4089
4090TUN/TAP driver
4091P: Maxim Krasnyansky
66777b79 4092M: maxk@qualcomm.com
1da177e4
LT
4093L: vtun@office.satix.net
4094W: http://vtun.sourceforge.net/tun
4095S: Maintained
4096
b454cc66
MR
4097TURBOCHANNEL SUBSYSTEM
4098P: Maciej W. Rozycki
4099M: macro@linux-mips.org
4100S: Maintained
4101
1da177e4
LT
4102U14-34F SCSI DRIVER
4103P: Dario Ballabio
4104M: ballabio_dario@emc.com
4105L: linux-scsi@vger.kernel.org
4106S: Maintained
4107
cc2020e6
AC
4108UCLINUX (AND M68KNOMMU)
4109P: Greg Ungerer
4110M: gerg@uclinux.org
4111W: http://www.uclinux.org/
4112L: uclinux-dev@uclinux.org (subscribers-only)
4113S: Maintained
4114
cc2020e6
AC
4115UCLINUX FOR RENESAS H8/300
4116P: Yoshinori Sato
4117M: ysato@users.sourceforge.jp
4118W: http://uclinux-h8.sourceforge.jp/
4119S: Supported
4120
1da177e4 4121UDF FILESYSTEM
800fdfb9
JK
4122P: Jan Kara
4123M: jack@suse.cz
1da177e4
LT
4124W: http://linux-udf.sourceforge.net
4125S: Maintained
4126
cc2020e6
AC
4127UFS FILESYSTEM
4128P: Evgeniy Dushistov
4129M: dushistov@mail.ru
4130L: linux-kernel@vger.kernel.org
4131S: Maintained
4132
4133UltraSPARC (sparc64):
4134P: David S. Miller
4135M: davem@davemloft.net
4136L: sparclinux@vger.kernel.org
4137T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4138S: Maintained
4139
1da177e4
LT
4140UNIFORM CDROM DRIVER
4141P: Jens Axboe
0fe23479 4142M: axboe@kernel.dk
1da177e4
LT
4143L: linux-kernel@vger.kernel.org
4144W: http://www.kernel.dk
4145S: Maintained
4146
4147USB ACM DRIVER
4148P: Oliver Neukum
4149M: oliver@neukum.name
6372594a 4150L: linux-usb@vger.kernel.org
1da177e4
LT
4151S: Maintained
4152
4153USB BLOCK DRIVER (UB ub)
4154P: Pete Zaitcev
4155M: zaitcev@redhat.com
4156L: linux-kernel@vger.kernel.org
6372594a 4157L: linux-usb@vger.kernel.org
1da177e4
LT
4158S: Supported
4159
1da177e4
LT
4160USB CDC ETHERNET DRIVER
4161P: Greg Kroah-Hartman
4162M: greg@kroah.com
6372594a 4163L: linux-usb@vger.kernel.org
1da177e4
LT
4164S: Maintained
4165W: http://www.kroah.com/linux-usb/
4166
b02b371e
PK
4167USB CYPRESS C67X00 DRIVER
4168P: Peter Korsgaard
4169M: jacmet@sunsite.dk
4170L: linux-usb@vger.kernel.org
4171S: Maintained
4172
d0374f4f
PK
4173USB DAVICOM DM9601 DRIVER
4174P: Peter Korsgaard
4175M: jacmet@sunsite.dk
043600a6 4176L: netdev@vger.kernel.org
d0374f4f
PK
4177W: http://www.linux-usb.org/usbnet
4178S: Maintained
4179
cc2020e6
AC
4180USB DIAMOND RIO500 DRIVER
4181P: Cesar Miquel
4182M: miquel@df.uba.ar
4183L: rio500-users@lists.sourceforge.net
4184W: http://rio500.sourceforge.net
4185S: Maintained
4186
1da177e4
LT
4187USB EHCI DRIVER
4188P: David Brownell
4189M: dbrownell@users.sourceforge.net
6372594a 4190L: linux-usb@vger.kernel.org
23d8c90e 4191S: Odd Fixes
1da177e4 4192
7ce08c93
LR
4193USB ET61X[12]51 DRIVER
4194P: Luca Risolia
4195M: luca.risolia@studio.unibo.it
6372594a 4196L: linux-usb@vger.kernel.org
7ce08c93
LR
4197L: video4linux-list@redhat.com
4198W: http://www.linux-projects.org
4199S: Maintained
4200
69ae9e3e
DB
4201USB GADGET/PERIPHERAL SUBSYSTEM
4202P: David Brownell
4203M: dbrownell@users.sourceforge.net
6372594a 4204L: linux-usb@vger.kernel.org
69ae9e3e
DB
4205W: http://www.linux-usb.org/gadget
4206S: Maintained
4207
2dea64b4 4208USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
641266fd
JK
4209P: Jiri Kosina
4210M: jkosina@suse.cz
6372594a 4211L: linux-usb@vger.kernel.org
a4dff398 4212T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4
LT
4213S: Maintained
4214
959eea21
OK
4215USB ISP116X DRIVER
4216P: Olav Kongas
4217M: ok@artecdesign.ee
6372594a 4218L: linux-usb@vger.kernel.org
959eea21
OK
4219S: Maintained
4220
1da177e4
LT
4221USB KAWASAKI LSI DRIVER
4222P: Oliver Neukum
4223M: oliver@neukum.name
6372594a 4224L: linux-usb@vger.kernel.org
1da177e4
LT
4225S: Maintained
4226
4227USB MASS STORAGE DRIVER
4228P: Matthew Dharm
4229M: mdharm-usb@one-eyed-alien.net
6372594a 4230L: linux-usb@vger.kernel.org
8836aeb8 4231L: usb-storage@lists.one-eyed-alien.net
1da177e4
LT
4232S: Maintained
4233W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4234
4235USB OHCI DRIVER
23d8c90e
DB
4236P: David Brownell
4237M: dbrownell@users.sourceforge.net
6372594a 4238L: linux-usb@vger.kernel.org
23d8c90e 4239S: Odd Fixes
1da177e4 4240
ba460e48
MU
4241USB OPTION-CARD DRIVER
4242P: Matthias Urlichs
4243M: smurf@smurf.noris.de
6372594a 4244L: linux-usb@vger.kernel.org
ba460e48
MU
4245S: Maintained
4246
1da177e4
LT
4247USB OV511 DRIVER
4248P: Mark McClelland
4249M: mmcclell@bigfoot.com
6372594a 4250L: linux-usb@vger.kernel.org
1da177e4
LT
4251W: http://alpha.dyndns.org/ov511/
4252S: Maintained
4253
4254USB PEGASUS DRIVER
4255P: Petko Manolov
4256M: petkan@users.sourceforge.net
6372594a 4257L: linux-usb@vger.kernel.org
043600a6 4258L: netdev@vger.kernel.org
1da177e4
LT
4259W: http://pegasus2.sourceforge.net/
4260S: Maintained
4261
73e4fb3f
PZ
4262USB PRINTER DRIVER (usblp)
4263P: Pete Zaitcev
4264M: zaitcev@redhat.com
6372594a 4265L: linux-usb@vger.kernel.org
73e4fb3f 4266S: Supported
1da177e4
LT
4267
4268USB RTL8150 DRIVER
4269P: Petko Manolov
4270M: petkan@users.sourceforge.net
6372594a 4271L: linux-usb@vger.kernel.org
043600a6 4272L: netdev@vger.kernel.org
1da177e4
LT
4273W: http://pegasus2.sourceforge.net/
4274S: Maintained
4275
4276USB SE401 DRIVER
4277P: Jeroen Vreeken
4278M: pe1rxq@amsat.org
6372594a 4279L: linux-usb@vger.kernel.org
1da177e4
LT
4280W: http://www.chello.nl/~j.vreeken/se401/
4281S: Maintained
4282
4e68852d
AC
4283USB SERIAL BELKIN F5U103 DRIVER
4284P: William Greathouse
4285M: wgreathouse@smva.com
4286L: linux-usb@vger.kernel.org
4287S: Maintained
4288
4289USB SERIAL CYPRESS M8 DRIVER
4290P: Lonnie Mendez
4291M: dignome@gmail.com
4292L: linux-usb@vger.kernel.org
4293S: Maintained
4294W: http://geocities.com/i0xox0i
4295W: http://firstlight.net/cvs
4296
1da177e4
LT
4297USB SERIAL CYBERJACK DRIVER
4298P: Matthias Bruestle and Harald Welte
4299M: support@reiner-sct.com
4300W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4301S: Maintained
4302
4303USB SERIAL DIGI ACCELEPORT DRIVER
4304P: Peter Berger and Al Borchers
4305M: pberger@brimson.com
4306M: alborchers@steinerpoint.com
6372594a 4307L: linux-usb@vger.kernel.org
1da177e4
LT
4308S: Maintained
4309
4310USB SERIAL DRIVER
4311P: Greg Kroah-Hartman
4312M: gregkh@suse.de
6372594a 4313L: linux-usb@vger.kernel.org
1da177e4
LT
4314S: Supported
4315
1da177e4
LT
4316USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4317P: Gary Brubaker
4318M: xavyer@ix.netcom.com
6372594a 4319L: linux-usb@vger.kernel.org
1da177e4
LT
4320S: Maintained
4321
4322USB SERIAL KEYSPAN DRIVER
4323P: Greg Kroah-Hartman
4324M: greg@kroah.com
6372594a 4325L: linux-usb@vger.kernel.org
1da177e4
LT
4326W: http://www.kroah.com/linux/
4327S: Maintained
4328
4329USB SERIAL WHITEHEAT DRIVER
8bc84930
SM
4330P: Support Department
4331M: support@connecttech.com
6372594a 4332L: linux-usb@vger.kernel.org
1da177e4
LT
4333W: http://www.connecttech.com
4334S: Supported
4335
f423b9a8 4336USB SN9C1xx DRIVER
1da177e4
LT
4337P: Luca Risolia
4338M: luca.risolia@studio.unibo.it
6372594a 4339L: linux-usb@vger.kernel.org
7ce08c93 4340L: video4linux-list@redhat.com
1da177e4
LT
4341W: http://www.linux-projects.org
4342S: Maintained
4343
4344USB SUBSYSTEM
4345P: Greg Kroah-Hartman
4346M: gregkh@suse.de
6372594a 4347L: linux-usb@vger.kernel.org
1da177e4 4348W: http://www.linux-usb.org
6fb0425b 4349T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
4350S: Supported
4351
4352USB UHCI DRIVER
4353P: Alan Stern
4354M: stern@rowland.harvard.edu
6372594a 4355L: linux-usb@vger.kernel.org
1da177e4
LT
4356S: Maintained
4357
69ae9e3e 4358USB "USBNET" DRIVER FRAMEWORK
1da177e4
LT
4359P: David Brownell
4360M: dbrownell@users.sourceforge.net
043600a6 4361L: netdev@vger.kernel.org
69ae9e3e 4362W: http://www.linux-usb.org/usbnet
1da177e4
LT
4363S: Maintained
4364
c0efd232
LP
4365USB VIDEO CLASS
4366P: Laurent Pinchart
4367M: laurent.pinchart@skynet.be
ecc9a04d 4368L: linux-uvc-devel@lists.berlios.de
c0efd232
LP
4369L: video4linux-list@redhat.com
4370W: http://linux-uvc.berlios.de
4371S: Maintained
4372
1da177e4
LT
4373USB W996[87]CF DRIVER
4374P: Luca Risolia
4375M: luca.risolia@studio.unibo.it
6372594a 4376L: linux-usb@vger.kernel.org
7ce08c93 4377L: video4linux-list@redhat.com
1da177e4
LT
4378W: http://www.linux-projects.org
4379S: Maintained
4380
bf164cc0
JK
4381USB WIRELESS RNDIS DRIVER (rndis_wlan)
4382P: Jussi Kivilinna
4383M: jussi.kivilinna@mbnet.fi
4384L: linux-wireless@vger.kernel.org
4385S: Maintained
4386
60f78052
LR
4387USB ZC0301 DRIVER
4388P: Luca Risolia
4389M: luca.risolia@studio.unibo.it
6372594a 4390L: linux-usb@vger.kernel.org
60f78052
LR
4391L: video4linux-list@redhat.com
4392W: http://www.linux-projects.org
4393S: Maintained
4394
1da177e4
LT
4395USB ZD1201 DRIVER
4396P: Jeroen Vreeken
4397M: pe1rxq@amsat.org
6372594a 4398L: linux-usb@vger.kernel.org
1da177e4
LT
4399W: http://linux-lc100020.sourceforge.net
4400S: Maintained
4401
b7eee616
AJ
4402USB ZR364XX DRIVER
4403P: Antoine Jacquet
4404M: royale@zerezo.com
6372594a 4405L: linux-usb@vger.kernel.org
b7eee616
AJ
4406L: video4linux-list@redhat.com
4407W: http://royale.zerezo.com/zr364xx/
4408S: Maintained
4409
1da177e4
LT
4410USER-MODE LINUX
4411P: Jeff Dike
6650e0a5 4412M: jdike@addtoit.com
1da177e4
LT
4413L: user-mode-linux-devel@lists.sourceforge.net
4414L: user-mode-linux-user@lists.sourceforge.net
4415W: http://user-mode-linux.sourceforge.net
4416S: Maintained
b7eee616 4417
e5f114e9
HJK
4418USERSPACE I/O (UIO)
4419P: Hans J. Koch
4420M: hjk@linutronix.de
4421P: Greg Kroah-Hartman
4422M: gregkh@suse.de
4423L: linux-kernel@vger.kernel.org
4424S: Maintained
4425
f899b0ad
KZ
4426UTIL-LINUX-NG PACKAGE
4427P: Karel Zak
4428M: kzak@redhat.com
4429L: util-linux-ng@vger.kernel.org
4430W: http://kernel.org/~kzak/util-linux-ng/
4431T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4432S: Maintained
4433
4e68852d 4434VFAT/FAT/MSDOS FILESYSTEM:
1da177e4
LT
4435P: OGAWA Hirofumi
4436M: hirofumi@mail.parknet.co.jp
4437L: linux-kernel@vger.kernel.org
4438S: Maintained
4439
1da177e4
LT
4440VIA RHINE NETWORK DRIVER
4441P: Roger Luethi
4442M: rl@hellgate.ch
4443S: Maintained
4444
32c0a520
JD
4445VIAPRO SMBUS DRIVER
4446P: Jean Delvare
4447M: khali@linux-fr.org
5d925fec 4448L: i2c@lm-sensors.org
32c0a520
JD
4449S: Maintained
4450
01f20734
FR
4451VIA VELOCITY NETWORK DRIVER
4452P: Francois Romieu
4453M: romieu@fr.zoreil.com
4454L: netdev@vger.kernel.org
4455S: Maintained
4456
1da177e4 4457VIDEO FOR LINUX
96b6aba0 4458P: Mauro Carvalho Chehab
8d58d773
MCC
4459M: mchehab@infradead.org
4460M: v4l-dvb-maintainer@linuxtv.org
1da177e4 4461L: video4linux-list@redhat.com
96b6aba0 4462W: http://linuxtv.org
ecfa4fdc 4463T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 4464S: Maintained
1da177e4 4465
be7f8273
PM
4466VLAN (802.1Q)
4467P: Patrick McHardy
4468M: kaber@trash.net
4469L: netdev@vger.kernel.org
4470S: Maintained
4471
e53e86c7
LG
4472VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4473P: Liam Girdwood
4474M: lg@opensource.wolfsonmicro.com
4475P: Mark Brown
4476M: broonie@opensource.wolfsonmicro.com
4477W: http://opensource.wolfsonmicro.com/node/15
4478T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4479S: Supported
4480
ab41319e
JH
4481VT1211 HARDWARE MONITOR DRIVER
4482P: Juerg Haefliger
4483M: juergh@gmail.com
4484L: lm-sensors@lm-sensors.org
4485S: Maintained
4486
1de9e371
RL
4487VT8231 HARDWARE MONITOR DRIVER
4488P: Roger Lucas
af865765 4489M: vt8231@hiddenengine.co.uk
1de9e371
RL
4490L: lm-sensors@lm-sensors.org
4491S: Maintained
4492
1da177e4
LT
4493W1 DALLAS'S 1-WIRE BUS
4494P: Evgeniy Polyakov
4495M: johnpol@2ka.mipt.ru
1da177e4
LT
4496S: Maintained
4497
13927079 4498W83791D HARDWARE MONITORING DRIVER
25845c22
MH
4499P: Marc Hulsman
4500M: m.hulsman@tudelft.nl
13927079 4501L: lm-sensors@lm-sensors.org
25845c22 4502S: Maintained
13927079 4503
61db011d
RM
4504W83793 HARDWARE MONITORING DRIVER
4505P: Rudolf Marek
4506M: r.marek@assembler.cz
4507L: lm-sensors@lm-sensors.org
4508S: Maintained
4509
1da177e4
LT
4510W83L51xD SD/MMC CARD INTERFACE DRIVER
4511P: Pierre Ossman
4512M: drzeus-wbsd@drzeus.cx
fac88991 4513L: linux-kernel@vger.kernel.org
1da177e4
LT
4514S: Maintained
4515
3527761c
WVS
4516WATCHDOG DEVICE DRIVERS
4517P: Wim Van Sebroeck
4518M: wim@iguana.be
4519T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4520S: Maintained
4521
1da177e4
LT
4522WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4523P: Jean Tourrilhes
4524M: jt@hpl.hp.com
724c6b35 4525L: linux-wireless@vger.kernel.org
1da177e4
LT
4526W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4527S: Maintained
4528
4529WD7000 SCSI DRIVER
4530P: Miroslav Zagorac
4531M: zaga@fly.cc.fer.hr
4532L: linux-scsi@vger.kernel.org
4533S: Maintained
4534
5fc14680
DT
4535WISTRON LAPTOP BUTTON DRIVER
4536P: Miloslav Trmac
4537M: mitr@volny.cz
4538S: Maintained
4539
1da177e4
LT
4540WL3501 WIRELESS PCMCIA CARD DRIVER
4541P: Arnaldo Carvalho de Melo
926554c4 4542M: acme@ghostprotocols.net
724c6b35 4543L: linux-wireless@vger.kernel.org
926554c4 4544W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
4545S: Maintained
4546
febf1dff
MB
4547WM97XX TOUCHSCREEN DRIVERS
4548P: Mark Brown
4549M: broonie@opensource.wolfsonmicro.com
4550P: Liam Girdwood
4551M: liam.girdwood@wolfsonmicro.com
4552L: linux-input@vger.kernel.org
4553T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4554W: http://opensource.wolfsonmicro.com/node/7
4555S: Supported
4556
1da177e4
LT
4557X.25 NETWORK LAYER
4558P: Henner Eisen
4559M: eis@baty.hanse.de
4560L: linux-x25@vger.kernel.org
4561S: Maintained
4562
4cdf6bc2
JF
4563XEN HYPERVISOR INTERFACE
4564P: Jeremy Fitzhardinge
4565M: jeremy@xensource.com
4566P: Chris Wright
4567M: chrisw@sous-sol.org
4568L: virtualization@lists.osdl.org
4569L: xen-devel@lists.xensource.com
4570S: Supported
4571
1da177e4
LT
4572XFS FILESYSTEM
4573P: Silicon Graphics Inc
78bfd361 4574P: Tim Shimmin
1da177e4 4575M: xfs-masters@oss.sgi.com
d7ede1aa 4576L: xfs@oss.sgi.com
1da177e4 4577W: http://oss.sgi.com/projects/xfs
e99f056b 4578T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
1da177e4
LT
4579S: Supported
4580
c9d3d8ec
GL
4581XILINX SYSTEMACE DRIVER
4582P: Grant Likely
4583M: grant.likely@secretlab.ca
4584W: http://www.secretlab.ca/
4585L: linux-kernel@vger.kernel.org
4586S: Maintained
4587
238b8721
PK
4588XILINX UARTLITE SERIAL DRIVER
4589P: Peter Korsgaard
4590M: jacmet@sunsite.dk
4591L: linux-serial@vger.kernel.org
4592S: Maintained
4593
6ce59b46
IM
4594X86 ARCHITECTURE (32-BIT AND 64-BIT)
4595P: Thomas Gleixner
4596M: tglx@linutronix.de
1da177e4
LT
4597P: Ingo Molnar
4598M: mingo@redhat.com
6ce59b46
IM
4599P: H. Peter Anvin
4600M: hpa@zytor.com
4601L: linux-kernel@vger.kernel.org
4602T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
1da177e4
LT
4603S: Maintained
4604
1da177e4
LT
4605YAM DRIVER FOR AX.25
4606P: Jean-Paul Roubelat
4607M: jpr@f6fbb.org
4608L: linux-hams@vger.kernel.org
4609S: Maintained
4610
af64a5eb
HV
4611YEALINK PHONE DRIVER
4612P: Henk Vergonet
4613M: Henk.Vergonet@gmail.com
4614L: usbb2k-api-dev@nongnu.org
4615S: Maintained
4616
1da177e4
LT
4617Z8530 DRIVER FOR AX.25
4618P: Joerg Reuter
4619M: jreuter@yaina.de
4620W: http://yaina.de/jreuter/
4621W: http://www.qsl.net/dl1bke/
4622L: linux-hams@vger.kernel.org
4623S: Maintained
4624
7c0c3afb
DD
4625ZD1211RW WIRELESS DRIVER
4626P: Daniel Drake
4627M: dsd@gentoo.org
4628P: Ulrich Kunitz
4629M: kune@deine-taler.de
4630W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 4631L: linux-wireless@vger.kernel.org
7c0c3afb
DD
4632L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4633S: Maintained
4634
1da177e4
LT
4635ZR36067 VIDEO FOR LINUX DRIVER
4636P: Ronald Bultje
4637M: rbultje@ronald.bitfreak.net
4638L: mjpeg-users@lists.sourceforge.net
4639W: http://mjpeg.sourceforge.net/driver-zoran/
4640S: Maintained
4641
8b4a4080
MR
4642ZS DECSTATION Z85C30 SERIAL DRIVER
4643P: Maciej W. Rozycki
4644M: macro@linux-mips.org
4645S: Maintained
4646
1da177e4
LT
4647THE REST
4648P: Linus Torvalds
4649S: Buried alive in reporters