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