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