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