Input: bcm5974 - switch back to normal mode when closing
[deliverable/linux.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
M
355ALI1563 I2C DRIVER
356P: Rudolf Marek
7188cc66 357M: r.marek@assembler.cz
5d925fec 358L: i2c@lm-sensors.org
4a4e5787
M
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
2338263e
HR
416APPLE BCM5974 MULTITOUCH DRIVER
417P: Henrik Rydberg
418M: rydberg@euromail.se
419L: linux-input@vger.kernel.org
420S: Maintained
421
6f2fad74
NB
422APPLE SMC DRIVER
423P: Nicolas Boichat
424M: nicolas@boichat.ch
425L: mactel-linux-devel@lists.sourceforge.net
426S: Maintained
427
1da177e4
LT
428APPLETALK NETWORK LAYER
429P: Arnaldo Carvalho de Melo
926554c4 430M: acme@ghostprotocols.net
1da177e4
LT
431S: Maintained
432
eb9ebe67
JB
433APPLETOUCH TOUCHPAD DRIVER
434P: Johannes Berg
435M: johannes@sipsolutions.net
eb76c5c0 436L: linux-input@vger.kernel.org
eb9ebe67
JB
437S: Maintained
438
1154ea7d
JK
439ARC FRAMEBUFFER DRIVER
440P: Jaya Kumar
441M: jayalk@intworks.biz
442S: Maintained
443
1da177e4
LT
444ARM MFM AND FLOPPY DRIVERS
445P: Ian Molton
446M: spyro@f2s.com
447S: Maintained
448
2761f5c2 449ARM PRIMECELL MMCI PL180/1 DRIVER
6d79947a 450S: Orphan
2761f5c2 451
2b7a52a4
LB
452ARM/ADI ROADRUNNER MACHINE SUPPORT
453P: Lennert Buytenhek
454M: kernel@wantstofly.org
455L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
456S: Maintained
457
458ARM/ADS SPHERE MACHINE SUPPORT
459P: Lennert Buytenhek
460M: kernel@wantstofly.org
461L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
462S: Maintained
463
464ARM/AJECO 1ARM MACHINE SUPPORT
465P: Lennert Buytenhek
466M: kernel@wantstofly.org
467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
468S: Maintained
469
d4a89c7d
AV
470ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
471P: Andrew Victor
c5215f32 472M: linux@maxim.org.za
d4a89c7d
AV
473L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
474W: http://maxim.org.za/at91_26.html
475S: Maintained
476
2b7a52a4
LB
477ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
478P: Lennert Buytenhek
479M: kernel@wantstofly.org
480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
481S: Maintained
482
483ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487S: Maintained
488
a9da4f7e
RK
489ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT
490P: Mike Rapoport
491M: mike@compulab.co.il
492L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
493S: Maintained
494
1da177e4
LT
495ARM/CORGI MACHINE SUPPORT
496P: Richard Purdie
497M: rpurdie@rpsys.net
498S: Maintained
499
a9da4f7e
RK
500ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
501P: Daniel Ribeiro
502M: drwyrm@gmail.com
503P: Stefan Schmidt
504M: stefan@openezx.org
505P: Harald Welte
506M: laforge@openezx.org
507L: openezx-devel@lists.openezx.org (subscribers-only)
508W: http://www.openezx.org/
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
DB
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
6ea884db
MH
1887P: Mark M. Hoffman
1888M: mhoffman@lightlink.com
5b543965 1889L: lm-sensors@lm-sensors.org
595142e0 1890W: http://www.lm-sensors.org/
a1aa5a77
MH
1891T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1892T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
5b543965
JD
1893S: Maintained
1894
844dd05f 1895HARDWARE RANDOM NUMBER GENERATOR CORE
4185108c 1896S: Orphaned
844dd05f 1897
860e1d6b
RL
1898HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1899P: Robert Love
1900M: rlove@rlove.org
1901M: linux-kernel@vger.kernel.org
1902W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1903S: Maintained
1904
1da177e4
LT
1905HARMONY SOUND DRIVER
1906P: Kyle McMartin
42a5a8a6 1907M: kyle@mcmartin.ca
ac6aecbf 1908L: linux-parisc@vger.kernel.org
1da177e4
LT
1909S: Maintained
1910
1911HAYES ESP SERIAL DRIVER
1912P: Andrew J. Robinson
1913M: arobinso@nyx.net
1914L: linux-kernel@vger.kernel.org
1915W: http://www.nyx.net/~arobinso
1916S: Maintained
1917
1918HFS FILESYSTEM
1919P: Roman Zippel
1920M: zippel@linux-m68k.org
1921L: linux-kernel@vger.kernel.org
1922S: Maintained
1923
1924HGA FRAMEBUFFER DRIVER
1925P: Ferenc Bakonyi
1926M: fero@drama.obuda.kando.hu
1927L: linux-nvidia@lists.surfsouth.com
1928W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1929S: Maintained
1930
4ef4caad
JK
1931HID CORE LAYER
1932P: Jiri Kosina
1933M: jkosina@suse.cz
eb76c5c0 1934L: linux-input@vger.kernel.org
a4dff398 1935T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4ef4caad
JK
1936S: Maintained
1937
38bed542
IM
1938HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1939P: Thomas Gleixner
1940M: tglx@linutronix.de
1941L: linux-kernel@vger.kernel.org
1942S: Maintained
1943
1da177e4
LT
1944HIGH-SPEED SCC DRIVER FOR AX.25
1945P: Klaus Kudielka
1946M: klaus.kudielka@ieee.org
1947L: linux-hams@vger.kernel.org
1948W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1949S: Maintained
1950
ede1e6f8
HLT
1951HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1952P: HighPoint Linux Team
1953M: linux@highpoint-tech.com
1954W: http://www.highpoint-tech.com
1955S: Supported
1956
1da177e4
LT
1957HIPPI
1958P: Jes Sorensen
1959M: jes@trained-monkey.org
1960L: linux-hippi@sunsite.dk
1961S: Maintained
1962
1963HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1964P: Chirag Kantharia
1965M: chirag.kantharia@hp.com
1966L: iss_storagedev@hp.com
1967S: Maintained
b7eee616 1968
1da177e4
LT
1969HEWLETT-PACKARD SMART2 RAID DRIVER
1970P: Chirag Kantharia
1971M: chirag.kantharia@hp.com
1972L: iss_storagedev@hp.com
1973S: Maintained
b7eee616 1974
1da177e4
LT
1975HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1976P: Mike Miller
1977M: mike.miller@hp.com
1978L: iss_storagedev@hp.com
1979S: Supported
b7eee616 1980
ff1d2767
JM
1981HOST AP DRIVER
1982P: Jouni Malinen
85d32e7b
JM
1983M: j@w1.fi
1984L: hostap@shmoo.com (subscribers-only)
724c6b35 1985L: linux-wireless@vger.kernel.org
ff1d2767
JM
1986W: http://hostap.epitest.fi/
1987S: Maintained
1988
1da177e4
LT
1989HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1990P: Jaroslav Kysela
c1017a4c 1991M: perex@perex.cz
1da177e4
LT
1992S: Maintained
1993
dd8cd779
CC
1994HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1995P: Carlos Corbacho
1996M: carlos@strangeworlds.co.uk
1997S: Odd Fixes
1998
d36e74c4 1999HPET: High Precision Event Timers driver (drivers/char/hpet.c)
b9b0332f
BP
2000P: Clemens Ladisch
2001M: clemens@ladisch.de
2002S: Maintained
2003
2004HPET: i386
2005P: Venkatesh Pallipadi (Venki)
2006M: venkatesh.pallipadi@intel.com
2007S: Maintained
2008
2009HPET: x86_64
8bd0983e
AK
2010P: Vojtech Pavlik
2011M: vojtech@suse.cz
b9b0332f
BP
2012S: Maintained
2013
2014HPET: ACPI hpet.c
2015P: Bob Picco
2016M: bob.picco@hp.com
2017S: Maintained
2018
1da177e4
LT
2019HPFS FILESYSTEM
2020P: Mikulas Patocka
2021M: mikulas@artax.karlin.mff.cuni.cz
2022W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2023S: Maintained
2024
5a18c343
POF
2025HTCPEN TOUCHSCREEN DRIVER
2026P: Pau Oliva Fora
2027M: pof@eslack.org
2028L: linux-input@vger.kernel.org
2029S: Maintained
2030
1da177e4
LT
2031HUGETLB FILESYSTEM
2032P: William Irwin
2033M: wli@holomorphy.com
2034S: Maintained
2035
6ea884db
MH
2036I2C/SMBUS STUB DRIVER
2037P: Mark M. Hoffman
2038M: mhoffman@lightlink.com
2039L: lm-sensors@lm-sensors.org
2040S: Maintained
2041
5b543965 2042I2C SUBSYSTEM
710cf7e7 2043P: Jean Delvare (PC drivers, core)
1da177e4 2044M: khali@linux-fr.org
710cf7e7
JD
2045P: Ben Dooks (embedded platforms)
2046M: ben-linux@fluff.org
5d925fec 2047L: i2c@lm-sensors.org
595142e0 2048T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1da177e4
LT
2049S: Maintained
2050
e8c76eed
TH
2051I2C-TINY-USB DRIVER
2052P: Till Harbaum
2053M: till@harbaum.org
2054L: i2c@lm-sensors.org
2055T: http://www.harbaum.org/till/i2c_tiny_usb
2056S: Maintained
2057
1da177e4 2058i386 BOOT CODE
7f1291f2
PA
2059P: H. Peter Anvin
2060M: hpa@zytor.com
1da177e4
LT
2061L: Linux-Kernel@vger.kernel.org
2062S: Maintained
2063
2064i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1da177e4
LT
2065P: H. Peter Anvin
2066M: hpa@zytor.com
72af61c6 2067T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1da177e4
LT
2068S: Maintained
2069
1da177e4
LT
2070IA64 (Itanium) PLATFORM
2071P: Tony Luck
2072M: tony.luck@intel.com
2073L: linux-ia64@vger.kernel.org
2074W: http://www.ia64-linux.org/
6fb0425b 2075T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1da177e4
LT
2076S: Maintained
2077
2078SN-IA64 (Itanium) SUB-PLATFORM
e5ee7dda
GE
2079P: Jes Sorensen
2080M: jes@sgi.com
1da177e4
LT
2081L: linux-altix@sgi.com
2082L: linux-ia64@vger.kernel.org
2083W: http://www.sgi.com/altix
2084S: Maintained
2085
2086IBM MCA SCSI SUBSYSTEM DRIVER
2087P: Michael Lang
2088M: langa2@kph.uni-mainz.de
2089W: http://www.uni-mainz.de/~langm000/linux.html
2090S: Maintained
2091
2092IBM Power Linux RAID adapter
2093P: Brian King
2094M: brking@us.ibm.com
2095S: Supported
2096
2097IBM ServeRAID RAID DRIVER
2098P: Jack Hammer
2099P: Dave Jeffery
2100M: ipslinux@adaptec.com
2101W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
b7eee616 2102S: Supported
1da177e4 2103
1e7106fc 2104IDE SUBSYSTEM
1da177e4 2105P: Bartlomiej Zolnierkiewicz
1e7106fc 2106M: bzolnier@gmail.com
1da177e4 2107L: linux-ide@vger.kernel.org
1e7106fc 2108T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1da177e4
LT
2109S: Maintained
2110
2111IDE/ATAPI CDROM DRIVER
c404c199 2112P: Borislav Petkov
ef709165 2113M: petkovbb@gmail.com
9c5b0ce4 2114L: linux-ide@vger.kernel.org
c404c199 2115S: Maintained
1da177e4
LT
2116
2117IDE/ATAPI FLOPPY DRIVERS
2118P: Paul Bristow
2119M: Paul Bristow <paul@paulbristow.net>
2120W: http://paulbristow.net/linux/idefloppy.html
2121L: linux-kernel@vger.kernel.org
2122S: Maintained
2123
2124IDE/ATAPI TAPE DRIVERS
2125P: Gadi Oxman
2126M: Gadi Oxman <gadio@netvision.net.il>
2127L: linux-kernel@vger.kernel.org
2128S: Maintained
2129
f72abc21
BZ
2130IDE-SCSI DRIVER
2131L: linux-ide@vger.kernel.org
2132L: linux-scsi@vger.kernel.org
2133S: Orphan
2134
f148e20c 2135IEEE 1394 SUBSYSTEM (drivers/ieee1394)
1da177e4 2136P: Ben Collins
f51a5a9d 2137M: ben.collins@ubuntu.com
87730d04
SR
2138P: Stefan Richter
2139M: stefanr@s5r6.in-berlin.de
1da177e4
LT
2140L: linux1394-devel@lists.sourceforge.net
2141W: http://www.linux1394.org/
87730d04 2142T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1da177e4
LT
2143S: Maintained
2144
f51a5a9d 2145IEEE 1394 RAW I/O DRIVER (raw1394)
1da177e4
LT
2146P: Dan Dennedy
2147M: dan@dennedy.org
f51a5a9d
SR
2148P: Stefan Richter
2149M: stefanr@s5r6.in-berlin.de
1da177e4 2150L: linux1394-devel@lists.sourceforge.net
105d7b38
JM
2151S: Maintained
2152
1da177e4 2153IMS TWINTURBO FRAMEBUFFER DRIVER
8936b6db 2154L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
843393d3 2155S: Orphan
1da177e4
LT
2156
2157INFINIBAND SUBSYSTEM
2158P: Roland Dreier
21c121cc 2159M: rolandd@cisco.com
1da177e4 2160P: Sean Hefty
ed96f247 2161M: sean.hefty@intel.com
1da177e4 2162P: Hal Rosenstock
cec7c893 2163M: hal.rosenstock@gmail.com
78526821 2164L: general@lists.openfabrics.org
1da177e4 2165W: http://www.openib.org/
6fb0425b 2166T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4
LT
2167S: Supported
2168
2f1d076a 2169INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
664d22ab 2170P: Dmitry Torokhov
62f7caf9
DT
2171M: dmitry.torokhov@gmail.com
2172M: dtor@mail.ru
eb76c5c0 2173L: linux-input@vger.kernel.org
1adc1230 2174T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1da177e4
LT
2175S: Maintained
2176
c9f04f58 2177INOTIFY
18b36c71
CP
2178P: John McCutchan
2179M: ttb@tentacle.dhs.org
2180P: Robert Love
2181M: rml@novell.com
c9f04f58
RL
2182L: linux-kernel@vger.kernel.org
2183S: Maintained
2184
9eb8ef74 2185INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
ce00f85c
JC
2186P: Sylvain Meyer
2187M: sylvain.meyer@worldonline.fr
8936b6db 2188L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 2189S: Maintained
9eb8ef74 2190
1da177e4 2191INTEL 810/815 FRAMEBUFFER DRIVER
ce00f85c 2192P: Antonino Daplas
0478e62e 2193M: adaplas@gmail.com
8936b6db 2194L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 2195S: Maintained
1da177e4 2196
1da177e4
LT
2197INTEL IA32 MICROCODE UPDATE SUPPORT
2198P: Tigran Aivazian
b5b9df69 2199M: tigran@aivazian.fsnet.co.uk
1da177e4
LT
2200S: Maintained
2201
248a9dc3 2202INTEL I/OAT DMA DRIVER
5e45bb2e
MS
2203P: Maciej Sosnowski
2204M: maciej.sosnowski@intel.com
248a9dc3
NS
2205L: linux-kernel@vger.kernel.org
2206S: Supported
2207
b3e5f263
DW
2208INTEL IOP-ADMA DMA DRIVER
2209P: Dan Williams
2210M: dan.j.williams@intel.com
2211L: linux-kernel@vger.kernel.org
2212S: Supported
2213
844dd05f
MB
2214INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2215P: Deepak Saxena
2216M: dsaxena@plexity.net
2217S: Maintained
2218
2b7a52a4
LB
2219INTEL IXP2000 ETHERNET DRIVER
2220P: Lennert Buytenhek
2221M: kernel@wantstofly.org
2222L: netdev@vger.kernel.org
2223S: Maintained
2224
d94e6fed 2225INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
add18784
JB
2226P: Jeff Kirsher
2227M: jeffrey.t.kirsher@intel.com
e0164af6
AK
2228P: Jesse Brandeburg
2229M: jesse.brandeburg@intel.com
d94e6fed
AK
2230P: Bruce Allan
2231M: bruce.w.allan@intel.com
ae7b6487
JK
2232P: PJ Waskiewicz
2233M: peter.p.waskiewicz.jr@intel.com
20424659
AK
2234P: John Ronciak
2235M: john.ronciak@intel.com
dcd01faf 2236L: e1000-devel@lists.sourceforge.net
d94e6fed 2237W: http://e1000.sourceforge.net/
1da177e4
LT
2238S: Supported
2239
826d2abe 2240INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1d43d312 2241P: Zhu Yi
826d2abe
JK
2242M: yi.zhu@intel.com
2243P: James Ketrenos
2244M: jketreno@linux.intel.com
1d43d312
RC
2245P: Reinette Chatre
2246M: reinette.chatre@intel.com
724c6b35 2247L: linux-wireless@vger.kernel.org
f5df5881 2248L: ipw2100-devel@lists.sourceforge.net
04bdfb91 2249W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
826d2abe
JK
2250W: http://ipw2100.sourceforge.net
2251S: Supported
2252
2253INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1d43d312 2254P: Zhu Yi
826d2abe
JK
2255M: yi.zhu@intel.com
2256P: James Ketrenos
2257M: jketreno@linux.intel.com
1d43d312
RC
2258P: Reinette Chatre
2259M: reinette.chatre@intel.com
724c6b35 2260L: linux-wireless@vger.kernel.org
f5df5881 2261L: ipw2100-devel@lists.sourceforge.net
04bdfb91 2262W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
826d2abe
JK
2263W: http://ipw2200.sourceforge.net
2264S: Supported
2265
b481de9c
ZY
2266INTEL WIRELESS WIFI LINK (iwlwifi)
2267P: Zhu Yi
2268M: yi.zhu@intel.com
1d43d312
RC
2269P: Reinette Chatre
2270M: reinette.chatre@intel.com
b481de9c
ZY
2271L: linux-wireless@vger.kernel.org
2272L: ipw3945-devel@lists.sourceforge.net
2273W: http://intellinuxwireless.org
2d4543fd 2274T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
b481de9c
ZY
2275S: Supported
2276
cb109a0e 2277IOC3 ETHERNET DRIVER
1da177e4
LT
2278P: Ralf Baechle
2279M: ralf@linux-mips.org
2280L: linux-mips@linux-mips.org
2281S: Maintained
2282
cb109a0e
RB
2283IOC3 SERIAL DRIVER
2284P: Pat Gefre
2285M: pfg@sgi.com
6650e0a5 2286L: linux-mips@linux-mips.org
cb109a0e
RB
2287S: Maintained
2288
1da177e4
LT
2289IP MASQUERADING:
2290P: Juanjo Ciarlante
2291M: jjciarla@raiz.uncu.edu.ar
2292S: Maintained
2293
1202d6ff
FR
2294IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2295P: Francois Romieu
2296M: romieu@fr.zoreil.com
2297P: Sorbica Shieh
2298M: sorbica@icplus.com.tw
2299P: Jesse Huang
2300M: jesse@icplus.com.tw
2301L: netdev@vger.kernel.org
2302S: Maintained
2303
77d8798b 2304IPATH DRIVER:
18b8c8f1 2305P: Ralph Campbell
f42b6471
AJ
2306M: infinipath@qlogic.com
2307L: general@lists.openfabrics.org
2308T: git git://git.qlogic.com/ipath-linux-2.6
77d8798b
BS
2309S: Supported
2310
4409ebe9
CM
2311IPMI SUBSYSTEM
2312P: Corey Minyard
2313M: minyard@acm.org
2314L: openipmi-developer@lists.sourceforge.net
2315W: http://openipmi.sourceforge.net/
2316S: Supported
2317
1da177e4
LT
2318IPX NETWORK LAYER
2319P: Arnaldo Carvalho de Melo
926554c4 2320M: acme@ghostprotocols.net
979b6c13 2321L: netdev@vger.kernel.org
1da177e4
LT
2322S: Maintained
2323
099dc4fb
DS
2324IPWIRELES DRIVER
2325P: Jiri Kosina
2326M: jkosina@suse.cz
2327P: David Sterba
2328M: dsterba@suse.cz
2329S: Maintained
2330T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2331
1da177e4 2332IRDA SUBSYSTEM
f353976d
SO
2333P: Samuel Ortiz
2334M: samuel@sortiz.org
a2ac953d 2335L: irda-users@lists.sourceforge.net (subscribers-only)
1da177e4 2336W: http://irda.sourceforge.net/
f353976d 2337S: Maintained
1da177e4 2338
14816b1e
MC
2339ISCSI
2340P: Mike Christie
2341M: michaelc@cs.wisc.edu
2342L: open-iscsi@googlegroups.com
2343W: www.open-iscsi.org
2344T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2345S: Maintained
2346
1da177e4
LT
2347ISAPNP
2348P: Jaroslav Kysela
c1017a4c 2349M: perex@perex.cz
1da177e4
LT
2350S: Maintained
2351
2352ISDN SUBSYSTEM
2353P: Karsten Keil
2354M: kkeil@suse.de
d5d52273 2355L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
1da177e4 2356W: http://www.isdn4linux.de
1adc1230 2357T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1da177e4
LT
2358S: Maintained
2359
2360ISDN SUBSYSTEM (Eicon active card driver)
2361P: Armin Schindler
2362M: mac@melware.de
d5d52273 2363L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
1da177e4
LT
2364W: http://www.melware.de
2365S: Maintained
2366
91821ff3
HV
2367IVTV VIDEO4LINUX DRIVER
2368P: Hans Verkuil
2369M: hverkuil@xs4all.nl
2370L: ivtv-devel@ivtvdriver.org
2371L: ivtv-users@ivtvdriver.org
2372L: video4linux-list@redhat.com
2373W: http://www.ivtvdriver.org
2374S: Maintained
2375
1da177e4
LT
2376JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2377P: David Woodhouse
2378M: dwmw2@infradead.org
6d85d066
DW
2379L: linux-mtd@lists.infradead.org
2380W: http://www.linux-mtd.infradead.org/doc/jffs2.html
1da177e4
LT
2381S: Maintained
2382
95270566
AB
2383UBI FILE SYSTEM (UBIFS)
2384P: Artem Bityutskiy
2385M: dedekind@infradead.org
2386P: Adrian Hunter
2387M: ext-adrian.hunter@nokia.com
2388L: linux-mtd@lists.infradead.org
2389T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2390W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2391S: Maintained
2392
1da177e4
LT
2393JFS FILESYSTEM
2394P: Dave Kleikamp
2395M: shaggy@austin.ibm.com
2396L: jfs-discussion@lists.sourceforge.net
2397W: http://jfs.sourceforge.net/
1adc1230 2398T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1da177e4
LT
2399S: Supported
2400
de456d37 2401JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
ae0718f8 2402P: Stephen Tweedie, Andrew Morton
588cc708 2403M: sct@redhat.com, akpm@linux-foundation.org
72be2ccf 2404L: linux-ext4@vger.kernel.org
ae0718f8
TT
2405S: Maintained
2406
4660cb35
RM
2407K8TEMP HARDWARE MONITORING DRIVER
2408P: Rudolf Marek
2409M: r.marek@assembler.cz
2410L: lm-sensors@lm-sensors.org
ae0718f8
TT
2411S: Maintained
2412
1da177e4
LT
2413KCONFIG
2414P: Roman Zippel
2415M: zippel@linux-m68k.org
347d12d7 2416L: linux-kbuild@vger.kernel.org
1da177e4
LT
2417S: Maintained
2418
ea6c2089
VG
2419KDUMP
2420P: Vivek Goyal
4200b66c 2421M: vgoyal@redhat.com
ea6c2089
VG
2422P: Haren Myneni
2423M: hbabu@us.ibm.com
34633993 2424L: kexec@lists.infradead.org
ea6c2089
VG
2425L: linux-kernel@vger.kernel.org
2426W: http://lse.sourceforge.net/kdump/
2427S: Maintained
2428
1da177e4
LT
2429KERNEL AUTOMOUNTER (AUTOFS)
2430P: H. Peter Anvin
2431M: hpa@zytor.com
2432L: autofs@linux.kernel.org
2433S: Odd Fixes
2434
2435KERNEL AUTOMOUNTER v4 (AUTOFS4)
2436P: Ian Kent
2437M: raven@themaw.net
2438L: autofs@linux.kernel.org
2439S: Maintained
2440
2441KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1da177e4
LT
2442P: Sam Ravnborg
2443M: sam@ravnborg.org
591b0179
SR
2444T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2445T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
347d12d7 2446L: linux-kbuild@vger.kernel.org
b7eee616 2447S: Maintained
1da177e4
LT
2448
2449KERNEL JANITORS
2450P: Several
c3000e03 2451L: kernel-janitors@vger.kernel.org
1da177e4 2452W: http://www.kerneljanitors.org/
1da177e4
LT
2453S: Maintained
2454
2455KERNEL NFSD
a512cd5d
NB
2456P: J. Bruce Fields
2457M: bfields@fieldses.org
1da177e4 2458P: Neil Brown
98fac23f 2459M: neilb@suse.de
16141c02 2460L: linux-nfs@vger.kernel.org
1da177e4 2461W: http://nfs.sourceforge.net/
98fac23f 2462S: Supported
1da177e4 2463
426d62e2
AK
2464KERNEL VIRTUAL MACHINE (KVM)
2465P: Avi Kivity
2466M: avi@qumranet.com
1fc9d2bf
AK
2467L: kvm@vger.kernel.org
2468W: http://kvm.qumranet.com
426d62e2
AK
2469S: Supported
2470
513014b7
HB
2471KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2472P: Hollis Blanchard
2473M: hollisb@us.ibm.com
1fc9d2bf
AK
2474L: kvm-ppc@vger.kernel.org
2475W: http://kvm.qumranet.com
513014b7
HB
2476S: Supported
2477
1fc9d2bf 2478KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
920ed9f1
ZX
2479P: Anthony Xu
2480M: anthony.xu@intel.com
2481P: Xiantao Zhang
2482M: xiantao.zhang@intel.com
1fc9d2bf
AK
2483L: kvm-ia64@vger.kernel.org
2484W: http://kvm.qumranet.com
920ed9f1
ZX
2485S: Supported
2486
85f8fffe
CB
2487KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2488P: Carsten Otte
2489M: cotte@de.ibm.com
2490P: Christian Borntraeger
2491M: borntraeger@de.ibm.com
2492M: linux390@de.ibm.com
2493L: linux-s390@vger.kernel.org
2494W: http://www.ibm.com/developerworks/linux/linux390/
2495S: Supported
2496
dc009d92
EB
2497KEXEC
2498P: Eric Biederman
dc009d92 2499M: ebiederm@xmission.com
b7c698f7 2500W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
dc009d92 2501L: linux-kernel@vger.kernel.org
34633993 2502L: kexec@lists.infradead.org
dc009d92
EB
2503S: Maintained
2504
e3e2aaf7
JW
2505KGDB
2506P: Jason Wessel
2507M: jason.wessel@windriver.com
2508L: kgdb-bugreport@lists.sourceforge.net
2509S: Maintained
2510
89559a61 2511KPROBES
89559a61
PP
2512P: Ananth N Mavinakayanahalli
2513M: ananth@in.ibm.com
2514P: Anil S Keshavamurthy
2515M: anil.s.keshavamurthy@intel.com
2516P: David S. Miller
2517M: davem@davemloft.net
6edef97e
MH
2518P: Masami Hiramatsu
2519M: mhiramat@redhat.com
89559a61
PP
2520L: linux-kernel@vger.kernel.org
2521S: Maintained
2522
70e84049
MOS
2523KS0108 LCD CONTROLLER DRIVER
2524P: Miguel Ojeda Sandonis
450c622e 2525M: miguel.ojeda.sandonis@gmail.com
70e84049 2526L: linux-kernel@vger.kernel.org
450c622e
MO
2527W: http://miguelojeda.es/auxdisplay.htm
2528W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
2529S: Maintained
2530
1da177e4 2531LAPB module
1da177e4 2532L: linux-x25@vger.kernel.org
bf9915cc 2533S: Orphan
1da177e4
LT
2534
2535LASI 53c700 driver for PARISC
2536P: James E.J. Bottomley
2537M: James.Bottomley@HansenPartnership.com
2538L: linux-scsi@vger.kernel.org
2539S: Maintained
2540
263de9b5
RP
2541LED SUBSYSTEM
2542P: Richard Purdie
2543M: rpurdie@rpsys.net
2544S: Maintained
2545
1da177e4
LT
2546LEGO USB Tower driver
2547P: Juergen Stuber
2548M: starblue@users.sourceforge.net
2549L: legousb-devel@lists.sourceforge.net
2550W: http://legousb.sourceforge.net/
2551S: Maintained
2552
568a17ff
RR
2553LGUEST
2554P: Rusty Russell
2555M: rusty@rustcorp.com.au
2556L: lguest@ozlabs.org
2557W: http://lguest.ozlabs.org/
2558S: Maintained
2559
1da177e4
LT
2560LINUX FOR IBM pSERIES (RS/6000)
2561P: Paul Mackerras
2562M: paulus@au.ibm.com
2563W: http://www.ibm.com/linux/ltc/projects/ppc
2564S: Supported
2565
2566LINUX FOR NCR VOYAGER
2567P: James Bottomley
2568M: James.Bottomley@HansenPartnership.com
2569W: http://www.hansenpartnership.com/voyager
2570S: Maintained
2571
852bb9f5 2572LINUX FOR POWERPC (32-BIT AND 64-BIT)
1da177e4
LT
2573P: Paul Mackerras
2574M: paulus@samba.org
852bb9f5
PM
2575P: Benjamin Herrenschmidt
2576M: benh@kernel.crashing.org
1da177e4
LT
2577W: http://www.penguinppc.org/
2578L: linuxppc-dev@ozlabs.org
1adc1230 2579T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1da177e4
LT
2580S: Supported
2581
2582LINUX FOR POWER MACINTOSH
2583P: Benjamin Herrenschmidt
2584M: benh@kernel.crashing.org
2585W: http://www.penguinppc.org/
2586L: linuxppc-dev@ozlabs.org
2587S: Maintained
2588
77a76369 2589LINUX FOR POWERPC EMBEDDED MPC5XXX
1da177e4
LT
2590P: Sylvain Munaut
2591M: tnt@246tNt.com
e1eea9fa
GL
2592P: Grant Likely
2593M: grant.likely@secretlab.ca
1da177e4 2594L: linuxppc-dev@ozlabs.org
1da177e4
LT
2595S: Maintained
2596
2597LINUX FOR POWERPC EMBEDDED PPC4XX
9a474fff
JB
2598P: Josh Boyer
2599M: jwboyer@linux.vnet.ibm.com
1da177e4
LT
2600P: Matt Porter
2601M: mporter@kernel.crashing.org
2602W: http://www.penguinppc.org/
88de3cab 2603L: linuxppc-dev@ozlabs.org
9a474fff 2604T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
1da177e4
LT
2605S: Maintained
2606
260c02a9
GL
2607LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2608P: Grant Likely
2609M: grant.likely@secretlab.ca
f210d43c 2610W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
260c02a9 2611L: linuxppc-dev@ozlabs.org
1da177e4
LT
2612S: Maintained
2613
e93adf1e 2614LINUX FOR POWERPC EMBEDDED PPC8XX
dba5baf3
MT
2615P: Vitaly Bordug
2616M: vitb@kernel.crashing.org
e93adf1e 2617P: Marcelo Tosatti
2e367a82 2618M: marcelo@kvack.org
e93adf1e 2619W: http://www.penguinppc.org/
88de3cab 2620L: linuxppc-dev@ozlabs.org
e93adf1e
TR
2621S: Maintained
2622
1da177e4 2623LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
ce00f85c
JC
2624P: Kumar Gala
2625M: galak@kernel.crashing.org
2626W: http://www.penguinppc.org/
88de3cab 2627L: linuxppc-dev@ozlabs.org
ce00f85c 2628S: Maintained
1da177e4 2629
ab06ff3a
OJ
2630LINUX FOR POWERPC PA SEMI PWRFICIENT
2631P: Olof Johansson
2632M: olof@lixom.net
2633W: http://www.pasemi.com/
2634L: linuxppc-dev@ozlabs.org
2635S: Supported
2636
1da177e4
LT
2637LLC (802.2)
2638P: Arnaldo Carvalho de Melo
926554c4 2639M: acme@ghostprotocols.net
1da177e4
LT
2640S: Maintained
2641
1da177e4
LT
2642LINUX SECURITY MODULE (LSM) FRAMEWORK
2643P: Chris Wright
692a2061 2644M: chrisw@sous-sol.org
1a4520be 2645L: linux-security-module@vger.kernel.org
1adc1230 2646T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1da177e4
LT
2647S: Supported
2648
2649LM83 HARDWARE MONITOR DRIVER
2650P: Jean Delvare
2651M: khali@linux-fr.org
cc0b07ed 2652L: lm-sensors@lm-sensors.org
1da177e4
LT
2653S: Maintained
2654
2655LM90 HARDWARE MONITOR DRIVER
2656P: Jean Delvare
2657M: khali@linux-fr.org
cc0b07ed 2658L: lm-sensors@lm-sensors.org
1da177e4
LT
2659S: Maintained
2660
512e67f9
PZ
2661LOCKDEP AND LOCKSTAT
2662P: Peter Zijlstra
2663M: peterz@infradead.org
2664P: Ingo Molnar
2665M: mingo@redhat.com
2666L: linux-kernel@vger.kernel.org
2667T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2668S: Maintained
2669
dde33348 2670LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
1da177e4
LT
2671P: Richard Russon (FlatCap)
2672M: ldm@flatcap.org
dde33348
AA
2673L: linux-ntfs-dev@lists.sourceforge.net
2674W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4
LT
2675S: Maintained
2676
c87e34ef
MED
2677LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2678P: Eric Moore
d8a82d7b
EM
2679M: Eric.Moore@lsi.com
2680M: support@lsi.com
cec744fb 2681L: DL-MPTFusionLinux@lsi.com
c87e34ef
MED
2682L: linux-scsi@vger.kernel.org
2683W: http://www.lsilogic.com/support
2684S: Supported
2685
1da177e4
LT
2686LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2687P: Matthew Wilcox
2688M: matthew@wil.cx
2689L: linux-scsi@vger.kernel.org
2690S: Maintained
2691
c12a54b3
HT
2692M32R ARCHITECTURE
2693P: Hirokazu Takata
2694M: takata@linux-m32r.org
2695L: linux-m32r@ml.linux-m32r.org
2696L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2697W: http://www.linux-m32r.org/
2698S: Maintained
2699
1da177e4
LT
2700M68K ARCHITECTURE
2701P: Geert Uytterhoeven
2702M: geert@linux-m68k.org
2703P: Roman Zippel
2704M: zippel@linux-m68k.org
2705L: linux-m68k@lists.linux-m68k.org
2706W: http://www.linux-m68k.org/
2707W: http://linux-m68k-cvs.ubb.ca/
2708S: Maintained
2709
2710M68K ON APPLE MACINTOSH
2711P: Joshua Thompson
2712M: funaho@jurai.org
2713W: http://www.mac.linux-m68k.org/
9bb9f222 2714L: linux-m68k@lists.linux-m68k.org
1da177e4
LT
2715S: Maintained
2716
2717M68K ON HP9000/300
2718P: Philip Blundell
2719M: philb@gnu.org
2720W: http://www.tazenda.demon.co.uk/phil/linux-hp
2721S: Maintained
2722
64a327a7 2723MAC80211
31c7cecb
JB
2724P: Johannes Berg
2725M: johannes@sipsolutions.net
0f48d7e1
JB
2726P: Michael Wu
2727M: flamingice@sourmilk.net
64a327a7
JB
2728L: linux-wireless@vger.kernel.org
2729W: http://linuxwireless.org/
31c7cecb 2730T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
64a327a7
JB
2731S: Maintained
2732
1036d864
SB
2733MAC80211 PID RATE CONTROL
2734P: Stefano Brivio
2735M: stefano.brivio@polimi.it
2736P: Mattias Nissler
2737M: mattias.nissler@gmx.de
2738L: linux-wireless@vger.kernel.org
2739W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2740T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2741S: Maintained
2742
b863ceb7
PM
2743MACVLAN DRIVER
2744P: Patrick McHardy
2745M: kaber@trash.net
2746L: netdev@vger.kernel.org
2747S: Maintained
2748
1da177e4
LT
2749MARVELL YUKON / SYSKONNECT DRIVER
2750P: Mirko Lindner
2751M: mlindner@syskonnect.de
2752P: Ralph Roesler
2753M: rroesler@syskonnect.de
2754W: http://www.syskonnect.com
2755S: Supported
2756
faf1668c 2757MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
ce00f85c 2758P: Michael Kerrisk
1d7f5023 2759M: mtk.manpages@gmail.com
c76a5878
MK
2760W: http://www.kernel.org/doc/man-pages
2761S: Supported
faf1668c 2762
74cda169
SB
2763MARVELL LIBERTAS WIRELESS DRIVER
2764P: Dan Williams
2765M: dcbw@redhat.com
2766L: libertas-dev@lists.infradead.org
2767S: Maintained
2768
b60d6975 2769MARVELL MV643XX ETHERNET DRIVER
85ba9d97
DF
2770P: Lennert Buytenhek
2771M: buytenh@marvell.com
979b6c13 2772L: netdev@vger.kernel.org
85ba9d97 2773S: Supported
1da177e4
LT
2774
2775MATROX FRAMEBUFFER DRIVER
2776P: Petr Vandrovec
2777M: vandrove@vc.cvut.cz
8936b6db 2778L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
2779S: Maintained
2780
d20620de
HJK
2781MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2782P: Hans J. Koch
2783M: hjk@linutronix.de
2784L: lm-sensors@lm-sensors.org
2785S: Maintained
2786
757e0108 2787MEGARAID SCSI DRIVERS
ce00f85c 2788P: Neela Syam Kolli
bdd0d757 2789M: megaraidlinux@lsi.com
ce00f85c
JC
2790S: linux-scsi@vger.kernel.org
2791W: http://megaraid.lsilogic.com
2792S: Maintained
757e0108 2793
70ea91f1
SR
2794MEMORY MANAGEMENT
2795L: linux-mm@kvack.org
2796L: linux-kernel@vger.kernel.org
2797W: http://www.linux-mm.org
2798S: Maintained
2799
938a9204 2800MEMORY RESOURCE CONTROLLER
2801P: Balbir Singh
2802M: balbir@linux.vnet.ibm.com
2803P: Pavel Emelyanov
2804M: xemul@openvz.org
2805P: KAMEZAWA Hiroyuki
2806M: kamezawa.hiroyu@jp.fujitsu.com
2807L: linux-mm@kvack.org
2808L: linux-kernel@vger.kernel.org
2809S: Maintained
2810
b920de1b
DH
2811MEI MN10300/AM33 PORT
2812P: David Howells
2813M: dhowells@redhat.com
2814P: Koichi Yasutake
2815M: yasutake.koichi@jp.panasonic.com
66e10601 2816L: linux-am33-list@redhat.com (moderated for non-subscribers)
b920de1b
DH
2817W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2818S: Maintained
2819
f4e9ce66 2820MEMORY TECHNOLOGY DEVICES (MTD)
1da177e4
LT
2821P: David Woodhouse
2822M: dwmw2@infradead.org
2823W: http://www.linux-mtd.infradead.org/
2824L: linux-mtd@lists.infradead.org
f4e9ce66 2825T: git git://git.infradead.org/mtd-2.6.git
1da177e4
LT
2826S: Maintained
2827
48576401
AB
2828UNSORTED BLOCK IMAGES (UBI)
2829P: Artem Bityutskiy
2830M: dedekind@infradead.org
2831W: http://www.linux-mtd.infradead.org/
2832L: linux-mtd@lists.infradead.org
21600546 2833T: git git://git.infradead.org/~dedekind/ubi-2.6.git
48576401
AB
2834S: Maintained
2835
1da177e4
LT
2836MICROTEK X6 SCANNER
2837P: Oliver Neukum
2838M: oliver@neukum.name
2839S: Maintained
2840
2841MIPS
2842P: Ralf Baechle
2843M: ralf@linux-mips.org
d50f7ec9 2844W: http://www.linux-mips.org/
1da177e4 2845L: linux-mips@linux-mips.org
7425b340
RB
2846T: git www.linux-mips.org:/pub/scm/linux.git
2847S: Supported
1da177e4
LT
2848
2849MISCELLANEOUS MCA-SUPPORT
2850P: James Bottomley
c4e1608e 2851M: James.Bottomley@HansenPartnership.com
1da177e4
LT
2852L: linux-kernel@vger.kernel.org
2853S: Maintained
2854
2855MODULE SUPPORT
2856P: Rusty Russell
2857M: rusty@rustcorp.com.au
2858L: linux-kernel@vger.kernel.org
2859S: Maintained
2860
2861MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2862P: Stelian Pop
2863M: stelian@popies.net
2864W: http://popies.net/meye/
2865S: Maintained
2866
c58ff04a
PP
2867MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2868P: Pavel Pisa
2869M: ppisa@pikron.com
2870L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
c58ff04a
PP
2871S: Maintained
2872
1da177e4
LT
2873MOUSE AND MISC DEVICES [GENERAL]
2874P: Alessandro Rubini
2875M: rubini@ipvvis.unipv.it
2876L: linux-kernel@vger.kernel.org
2877S: Maintained
2878
b9705b60 2879MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
d735410a
JS
2880P: Jiri Slaby
2881M: jirislaby@gmail.com
2882L: linux-kernel@vger.kernel.org
2883S: Maintained
2884
8c4c731a
LP
2885MSI LAPTOP SUPPORT
2886P: Lennart Poettering
2887M: mzxreary@0pointer.de
04bdfb91 2888W: https://tango.0pointer.de/mailman/listinfo/s270-linux
8c4c731a
LP
2889W: http://0pointer.de/lennart/tchibo.html
2890S: Maintained
2891
4e0d13cb
SO
2892MULTIFUNCTION DEVICES (MFD)
2893P: Samuel Ortiz
2894M: sameo@openedhand.com
2895L: linux-kernel@vger.kernel.org
2896S: Supported
2897
5c4e6f13 2898MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
b9f5d804
PO
2899P: Pierre Ossman
2900M: drzeus-mmc@drzeus.cx
2901L: linux-kernel@vger.kernel.org
2902S: Maintained
baca2da4 2903
15a0580c
DB
2904MULTIMEDIA CARD (MMC) ETC. OVER SPI
2905P: David Brownell
2906M: dbrownell@users.sourceforge.net
2907L: linux-kernel@vger.kernel.org
2908S: Odd fixes
2909
1da177e4
LT
2910MULTISOUND SOUND DRIVER
2911P: Andrew Veliath
2912M: andrewtv@usa.net
2913S: Maintained
2914
d735410a
JS
2915MULTITECH MULTIPORT CARD (ISICOM)
2916P: Jiri Slaby
2917M: jirislaby@gmail.com
2918L: linux-kernel@vger.kernel.org
2919S: Maintained
2920
2d3cf588
BG
2921MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2922P: Andrew Gallatin
2923M: gallatin@myri.com
2924P: Brice Goglin
2925M: brice@myri.com
2926L: netdev@vger.kernel.org
2927W: http://www.myri.com/scs/download-Myri10GE.html
2928S: Supported
2929
1da177e4
LT
2930NATSEMI ETHERNET DRIVER (DP8381x)
2931P: Tim Hockin
2932M: thockin@hockin.org
2933S: Maintained
2934
2935NCP FILESYSTEM
2936P: Petr Vandrovec
2937M: vandrove@vc.cvut.cz
2938L: linware@sh.cvut.cz
2939S: Maintained
2940
2941NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2942P: James E.J. Bottomley
2943M: James.Bottomley@HansenPartnership.com
2944L: linux-scsi@vger.kernel.org
2945S: Maintained
2946
3c2d774c
GS
2947NETEFFECT IWARP RNIC DRIVER (IW_NES)
2948P: Faisal Latif
2949M: flatif@neteffect.com
5f625606
CT
2950P: Chien Tung
2951M: ctung@neteffect.com
3c2d774c
GS
2952L: general@lists.openfabrics.org
2953W: http://www.neteffect.com
2954S: Supported
2955F: drivers/infiniband/hw/nes/
2956
be2f2e84
SH
2957NETEM NETWORK EMULATOR
2958P: Stephen Hemminger
65ebe634 2959M: shemminger@linux-foundation.org
f318a63b 2960L: netem@lists.linux-foundation.org
be2f2e84
SH
2961S: Maintained
2962
4a58448b
JS
2963NETERION (S2IO) Xframe 10GbE DRIVER
2964P: Ramkrishna Vepa
2965M: ram.vepa@neterion.com
2966P: Rastapur Santosh
2967M: santosh.rastapur@neterion.com
2968P: Sivakumar Subramani
2969M: sivakumar.subramani@neterion.com
2970P: Sreenivasa Honnur
2971M: sreenivasa.honnur@neterion.com
2972L: netdev@vger.kernel.org
2973W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2974S: Supported
2975
1da177e4
LT
2976NETFILTER/IPTABLES/IPCHAINS
2977P: Rusty Russell
2978P: Marc Boucher
2979P: James Morris
2980P: Harald Welte
2981P: Jozsef Kadlecsik
82b98543
PM
2982P: Patrick McHardy
2983M: kaber@trash.net
1a03b81d
PM
2984L: netfilter-devel@vger.kernel.org
2985L: netfilter@vger.kernel.org
82b98543 2986L: coreteam@netfilter.org
1da177e4
LT
2987W: http://www.netfilter.org/
2988W: http://www.iptables.org/
1da177e4
LT
2989S: Supported
2990
4cc67735
PM
2991NETLABEL
2992P: Paul Moore
2993M: paul.moore@hp.com
2994W: http://netlabel.sf.net
2995L: netdev@vger.kernel.org
2996S: Supported
2997
1da177e4
LT
2998NETROM NETWORK LAYER
2999P: Ralf Baechle
3000M: ralf@linux-mips.org
3001L: linux-hams@vger.kernel.org
d34cb28a 3002W: http://www.linux-ax25.org/
1da177e4
LT
3003S: Maintained
3004
5ddb88c0 3005NETWORK BLOCK DEVICE (NBD)
1da177e4
LT
3006P: Paul Clements
3007M: Paul.Clements@steeleye.com
3008S: Maintained
3009
3010NETWORK DEVICE DRIVERS
1da177e4
LT
3011P: Jeff Garzik
3012M: jgarzik@pobox.com
979b6c13 3013L: netdev@vger.kernel.org
6fb0425b 3014T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1da177e4
LT
3015S: Maintained
3016
3017NETWORKING [GENERAL]
3018P: Networking Team
979b6c13
RB
3019M: netdev@vger.kernel.org
3020L: netdev@vger.kernel.org
f1465f7e 3021W: http://linux-net.osdl.org/
1da177e4
LT
3022S: Maintained
3023
3024NETWORKING [IPv4/IPv6]
3025P: David S. Miller
3026M: davem@davemloft.net
3027P: Alexey Kuznetsov
3028M: kuznet@ms2.inr.ac.ru
3029P: Pekka Savola (ipv6)
3030M: pekkas@netcore.fi
3031P: James Morris
48de5bee 3032M: jmorris@namei.org
1da177e4
LT
3033P: Hideaki YOSHIFUJI
3034M: yoshfuji@linux-ipv6.org
3035P: Patrick McHardy
1a03b81d 3036M: kaber@trash.net
979b6c13 3037L: netdev@vger.kernel.org
d5ca3117 3038T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1da177e4
LT
3039S: Maintained
3040
10e2ff1c
JM
3041NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3042P: Paul Moore
3043M: paul.moore@hp.com
3044L: netdev@vger.kernel.org
3045S: Maintained
3046
29f8f632
JL
3047NETWORKING [WIRELESS]
3048P: John W. Linville
3049M: linville@tuxdriver.com
2cb4abd1 3050L: linux-wireless@vger.kernel.org
29f8f632
JL
3051T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3052S: Maintained
3053
3d396eb1 3054NETXEN (1/10) GbE SUPPORT
d230ce30 3055P: Dhananjay Phadke
3056M: dhananjay@netxen.com
3d396eb1
AK
3057L: netdev@vger.kernel.org
3058W: http://www.netxen.com
3059S: Supported
3060
1da177e4
LT
3061IPVS
3062P: Wensong Zhang
3063M: wensong@linux-vs.org
9d30c171
H
3064P: Simon Horman
3065M: horms@verge.net.au
1da177e4
LT
3066P: Julian Anastasov
3067M: ja@ssi.bg
9d30c171 3068L: netdev@vger.kernel.org
1da177e4
LT
3069S: Maintained
3070
3071NFS CLIENT
3072P: Trond Myklebust
78f58153
TM
3073M: Trond.Myklebust@netapp.com
3074L: linux-nfs@vger.kernel.org
3075W: http://client.linux-nfs.org
3076T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
1da177e4
LT
3077S: Maintained
3078
3079NI5010 NETWORK DRIVER
5b552b16
AM
3080P: Jan-Pascal van Best
3081M: janpascal@vanbest.org
3082P: Andreas Mohr
3083M: andi@lisas.de
979b6c13 3084L: netdev@vger.kernel.org
1da177e4
LT
3085S: Maintained
3086
3087NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3088P: YOKOTA Hiroshi
3089M: yokota@netlab.is.tsukuba.ac.jp
3090W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3091S: Maintained
3092
3093NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3094P: GOTO Masanori
3095M: gotom@debian.or.jp
3096P: YOKOTA Hiroshi
3097M: yokota@netlab.is.tsukuba.ac.jp
3098W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3099S: Maintained
3100
1da177e4
LT
3101NTFS FILESYSTEM
3102P: Anton Altaparmakov
3103M: aia21@cantab.net
3104L: linux-ntfs-dev@lists.sourceforge.net
3105L: linux-kernel@vger.kernel.org
3106W: http://linux-ntfs.sf.net/
1adc1230 3107T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1da177e4
LT
3108S: Maintained
3109
9eb8ef74 3110NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
ce00f85c 3111P: Antonino Daplas
0478e62e 3112M: adaplas@gmail.com
8936b6db 3113L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 3114S: Maintained
1da177e4 3115
1ded969f
PK
3116OPENCORES I2C BUS DRIVER
3117P: Peter Korsgaard
3118M: jacmet@sunsite.dk
5d925fec 3119L: i2c@lm-sensors.org
1ded969f
PK
3120S: Maintained
3121
ccd979bd
MF
3122ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3123P: Mark Fasheh
a5754337
MF
3124M: mfasheh@suse.com
3125P: Joel Becker
3126M: joel.becker@oracle.com
c0ff1f26 3127L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
ccd979bd 3128W: http://oss.oracle.com/projects/ocfs2/
dda47bce 3129T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
b7eee616 3130S: Supported
ccd979bd 3131
0ad122d9
BC
3132OMFS FILESYSTEM
3133P: Bob Copeland
3134M: me@bobcopeland.com
3135L: linux-karma-devel@lists.sourceforge.net
3136S: Maintained
3137
c1986ee9
HW
3138OMNIKEY CARDMAN 4000 DRIVER
3139P: Harald Welte
3140M: laforge@gnumonks.org
3141S: Maintained
3142
77c44ab1
HW
3143OMNIKEY CARDMAN 4040 DRIVER
3144P: Harald Welte
3145M: laforge@gnumonks.org
3146S: Maintained
3147
77d5140f
JC
3148OMNIVISION OV7670 SENSOR DRIVER
3149P: Jonathan Corbet
3150M: corbet@lwn.net
3151L: video4linux-list@redhat.com
3152S: Maintained
3153
431bca73
TG
3154ONENAND FLASH DRIVER
3155P: Kyungmin Park
3156M: kyungmin.park@samsung.com
3157L: linux-mtd@lists.infradead.org
3158S: Maintained
3159
1da177e4
LT
3160ONSTREAM SCSI TAPE DRIVER
3161P: Willem Riede
3162M: osst@riede.org
3163L: osst-users@lists.sourceforge.net
3164L: linux-scsi@vger.kernel.org
3165S: Maintained
3166
1da177e4 3167OPROFILE
d1a5d197
RR
3168P: Robert Richter
3169M: robert.richter@amd.com
1da177e4
LT
3170L: oprofile-list@lists.sf.net
3171S: Maintained
3172
3173ORINOCO DRIVER
3174P: Pavel Roskin
3175M: proski@gnu.org
3176P: David Gibson
3177M: hermes@gibson.dropbear.id.au
724c6b35 3178L: linux-wireless@vger.kernel.org
ecffdde6
PR
3179L: orinoco-users@lists.sourceforge.net
3180L: orinoco-devel@lists.sourceforge.net
3181W: http://www.nongnu.org/orinoco/
1da177e4
LT
3182S: Maintained
3183
f5cd7872
OJ
3184PA SEMI ETHERNET DRIVER
3185P: Olof Johansson
3186M: olof@lixom.net
3187L: netdev@vger.kernel.org
3188S: Maintained
3189
beb58aa3
OJ
3190PA SEMI SMBUS DRIVER
3191P: Olof Johansson
3192M: olof@lixom.net
3193L: i2c@lm-sensors.org
3194S: Maintained
3195
1da177e4 3196PARALLEL PORT SUPPORT
3dd1a329 3197L: linux-parport@lists.infradead.org (subscribers-only)
5fdc2abe 3198S: Orphan
1da177e4
LT
3199
3200PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3201P: Tim Waugh
3202M: tim@cyberelk.net
3dd1a329 3203L: linux-parport@lists.infradead.org (subscribers-only)
1da177e4
LT
3204W: http://www.torque.net/linux-pp.html
3205S: Maintained
3206
3207PARISC ARCHITECTURE
ac6aecbf 3208P: Kyle McMartin
42a5a8a6 3209M: kyle@mcmartin.ca
1da177e4
LT
3210P: Matthew Wilcox
3211M: matthew@wil.cx
3212P: Grant Grundler
3213M: grundler@parisc-linux.org
ac6aecbf 3214L: linux-parisc@vger.kernel.org
1da177e4 3215W: http://www.parisc-linux.org/
223232de 3216T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
1da177e4
LT
3217S: Maintained
3218
4cdf6bc2
JF
3219PARAVIRT_OPS INTERFACE
3220P: Jeremy Fitzhardinge
3221M: jeremy@xensource.com
3222P: Chris Wright
3223M: chrisw@sous-sol.org
3224P: Zachary Amsden
3225M: zach@vmware.com
3226P: Rusty Russell
3227M: rusty@rustcorp.com.au
3228L: virtualization@lists.osdl.org
3229L: linux-kernel@vger.kernel.org
3230S: Supported
3231
1662d32c
JC
3232PC87360 HARDWARE MONITORING DRIVER
3233P: Jim Cromie
3234M: jim.cromie@gmail.com
3235L: lm-sensors@lm-sensors.org
3236S: Maintained
3237
3238PC8736x GPIO DRIVER
3239P: Jim Cromie
3240M: jim.cromie@gmail.com
3241S: Maintained
3242
065c6359 3243PCI ERROR RECOVERY
3244P: Linas Vepstas
3245M: linas@austin.ibm.com
3246L: linux-kernel@vger.kernel.org
c1f69db7 3247L: linux-pci@vger.kernel.org
065c6359 3248S: Supported
3249
1da177e4 3250PCI SUBSYSTEM
af40b485
GKH
3251P: Jesse Barnes
3252M: jbarnes@virtuousgeek.org
1da177e4 3253L: linux-kernel@vger.kernel.org
2905474d 3254L: linux-pci@vger.kernel.org
460895c4 3255T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
1da177e4
LT
3256S: Supported
3257
3258PCI HOTPLUG CORE
fb5f4d7a
KCA
3259P: Kristen Carlson Accardi
3260M: kristen.c.accardi@intel.com
1da177e4
LT
3261S: Supported
3262
8cf4c195
KA
3263PCIE HOTPLUG DRIVER
3264P: Kristen Carlson Accardi
3265M: kristen.c.accardi@intel.com
64dab204 3266L: linux-pci@vger.kernel.org
8b59a454 3267S: Supported
8cf4c195 3268
1da177e4 3269PCMCIA SUBSYSTEM
4230dfc9 3270P: Linux PCMCIA Team
f5df5881 3271L: linux-pcmcia@lists.infradead.org
6650e0a5 3272W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6fb0425b 3273T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 3274S: Maintained
1da177e4
LT
3275
3276PCNET32 NETWORK DRIVER
04ce0948 3277P: Don Fry
3278M: pcnet32@verizon.net
979b6c13 3279L: netdev@vger.kernel.org
1da177e4
LT
3280S: Maintained
3281
ad4ecbcb 3282PER-TASK DELAY ACCOUNTING
abc5f23a
BS
3283P: Balbir Singh
3284M: balbir@linux.vnet.ibm.com
ad4ecbcb
SN
3285L: linux-kernel@vger.kernel.org
3286S: Maintained
3287
dd49d0f5
JC
3288PERSONALITY HANDLING
3289P: Christoph Hellwig
3290M: hch@infradead.org
3291L: linux-abi-devel@lists.sourceforge.net
3292S: Maintained
3293
1da177e4 3294PHRAM MTD DRIVER
2b54aaef
JE
3295P: Joern Engel
3296M: joern@lazybastard.org
1da177e4
LT
3297L: linux-mtd@lists.infradead.org
3298S: Maintained
3299
249a6771
PO
3300PKTCDVD DRIVER
3301P: Peter Osterlund
3302M: petero2@telia.com
3303L: linux-kernel@vger.kernel.org
249a6771
PO
3304S: Maintained
3305
1da177e4 3306POSIX CLOCKS and TIMERS
aa781aeb
IM
3307P: Thomas Gleixner
3308M: tglx@linutronix.de
f1c3ddff 3309L: linux-kernel@vger.kernel.org
1da177e4
LT
3310S: Supported
3311
3be86148
AV
3312POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3313P: Anton Vorontsov
3314M: cbou@mail.ru
3315P: David Woodhouse
3316M: dwmw2@infradead.org
3317L: linux-kernel@vger.kernel.org
3be86148
AV
3318T: git git.infradead.org/battery-2.6.git
3319S: Maintained
3320
1da177e4
LT
3321PNP SUPPORT
3322P: Adam Belay
3323M: ambx1@neo.rr.com
3324S: Maintained
3325
999445d4
VW
3326PNXxxxx I2C DRIVER
3327P: Vitaly Wool
3328M: vitalywool@gmail.com
3329L: i2c@lm-sensors.org
3330S: Maintained
3331
1da177e4
LT
3332PPP PROTOCOL DRIVERS AND COMPRESSORS
3333P: Paul Mackerras
3334M: paulus@samba.org
3335L: linux-ppp@vger.kernel.org
3336S: Maintained
3337
3338PPP OVER ATM (RFC 2364)
3339P: Mitchell Blank Jr
3340M: mitch@sfgoth.com
3341S: Maintained
3342
3343PPP OVER ETHERNET
3344P: Michal Ostrowski
5e70b7f3 3345M: mostrows@earthlink.net
1da177e4
LT
3346S: Maintained
3347
a6d2370b
JC
3348PPP OVER L2TP
3349P: James Chapman
3350M: jchapman@katalix.com
3351S: Maintained
3352
1da177e4
LT
3353PREEMPTIBLE KERNEL
3354P: Robert Love
3355M: rml@tech9.net
3356L: linux-kernel@vger.kernel.org
3357L: kpreempt-tech@lists.sourceforge.net
3358W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3359S: Supported
3360
eff1a59c
MW
3361P54 WIRELESS DRIVER
3362P: Michael Wu
3363M: flamingice@sourmilk.net
3364L: linux-wireless@vger.kernel.org
3365W: http://prism54.org
3366T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3367S: Maintained
3368
1da177e4 3369PRISM54 WIRELESS DRIVER
e88b34ba
LR
3370P: Luis R. Rodriguez
3371M: mcgrof@gmail.com
724c6b35 3372L: linux-wireless@vger.kernel.org
1da177e4
LT
3373W: http://prism54.org
3374S: Maintained
3375
3376PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3377P: Peter Denison
3378M: promise@pnd-pc.demon.co.uk
3379W: http://www.pnd-pc.demon.co.uk/promise/
3380S: Maintained
3381
b3277dfa
MP
3382PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3383P: Mikael Pettersson
3384M: mikpe@it.uu.se
3385L: linux-ide@vger.kernel.org
3386S: Maintained
3387
02c18891
MM
3388PS3 NETWORK SUPPORT
3389P: Masakazu Mokuno
3390M: mokuno@sm.sony.co.jp
3391L: netdev@vger.kernel.org
3392L: cbe-oss-dev@ozlabs.org
3393S: Supported
3394
f58a9d17
GL
3395PS3 PLATFORM SUPPORT
3396P: Geoff Levand
3397M: geoffrey.levand@am.sony.com
3398L: linuxppc-dev@ozlabs.org
3399L: cbe-oss-dev@ozlabs.org
3400S: Supported
3401
8320204a
MK
3402PVRUSB2 VIDEO4LINUX DRIVER
3403P: Mike Isely
3404M: isely@pobox.com
16e9495d 3405L: pvrusb2@isely.net (subscribers-only)
8320204a
MK
3406L: video4linux-list@redhat.com
3407W: http://www.isely.net/pvrusb2/
3408S: Maintained
3409
30ec261e
EM
3410PXA2xx/PXA3xx SUPPORT
3411P: Eric Miao
3412M: eric.miao@marvell.com
3413P: Russell King
3414M: linux@arm.linux.org.uk
70f09f1f 3415L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3416S: Maintained
3417
272f133a
PO
3418PXA MMCI DRIVER
3419S: Orphan
3420
1da177e4
LT
3421QLOGIC QLA2XXX FC-SCSI DRIVER
3422P: Andrew Vasquez
95e6a856 3423M: linux-driver@qlogic.com
1da177e4
LT
3424L: linux-scsi@vger.kernel.org
3425S: Supported
3426
5a4faa87
RM
3427QLOGIC QLA3XXX NETWORK DRIVER
3428P: Ron Mercer
3429M: linux-driver@qlogic.com
3430L: netdev@vger.kernel.org
3431S: Supported
3432
1da177e4
LT
3433QNX4 FILESYSTEM
3434P: Anders Larsen
3435M: al@alarsen.net
3436L: linux-kernel@vger.kernel.org
3437W: http://www.alarsen.net/linux/qnx4fs/
3438S: Maintained
3439
3440RADEON FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
3441P: Benjamin Herrenschmidt
3442M: benh@kernel.crashing.org
8936b6db 3443L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
3444S: Maintained
3445
3446RAGE128 FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
3447P: Paul Mackerras
3448M: paulus@samba.org
8936b6db 3449L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
3450S: Maintained
3451
3452RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3453P: Corey Thomas
7c4a52eb 3454M: coreythomas@charter.net
724c6b35 3455L: linux-wireless@vger.kernel.org
1da177e4
LT
3456S: Maintained
3457
95ea3627
ID
3458RALINK RT2X00 WLAN DRIVER
3459P: rt2x00 project
3460L: linux-wireless@vger.kernel.org
3461L: rt2400-devel@lists.sourceforge.net
3462W: http://rt2x00.serialmonkey.com/
3463S: Maintained
2dd0f692 3464T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
95ea3627
ID
3465F: drivers/net/wireless/rt2x00/
3466
9db5579b
NP
3467RAMDISK RAM BLOCK DEVICE DRIVER
3468P: Nick Piggin
3469M: npiggin@suse.de
3470S: Maintained
3471
9e95ce27
MM
3472RANDOM NUMBER DRIVER
3473P: Matt Mackall
3474M: mpm@selenic.com
3475S: Maintained
3476
394b701c
MP
3477RAPIDIO SUBSYSTEM
3478P: Matt Porter
3479M: mporter@kernel.crashing.org
3480L: linux-kernel@vger.kernel.org
3481S: Maintained
3482
c1f766b5
FF
3483RDC R-321X SoC
3484P: Florian Fainelli
3485M: florian.fainelli@telecomint.eu
3486L: linux-kernel@vger.kernel.org
3487S: Maintained
3488
db17f395
FF
3489RDC R6040 FAST ETHERNET DRIVER
3490P: Florian Fainelli
3491M: florian.fainelli@telecomint.eu
3492L: netdev@vger.kernel.org
3493S: Maintained
3494
595182bc
JT
3495READ-COPY UPDATE (RCU)
3496P: Dipankar Sarma
3497M: dipankar@in.ibm.com
3498W: http://www.rdrop.com/users/paulmck/rclock/
3499L: linux-kernel@vger.kernel.org
3500S: Supported
3501
3502RCUTORTURE MODULE
3503P: Josh Triplett
3504M: josh@freedesktop.org
3505L: linux-kernel@vger.kernel.org
3506S: Maintained
3507
1da177e4
LT
3508REAL TIME CLOCK DRIVER
3509P: Paul Gortmaker
3510M: p_gortmaker@yahoo.com
3511L: linux-kernel@vger.kernel.org
3512S: Maintained
3513
0c86edc0
AZ
3514REAL TIME CLOCK (RTC) SUBSYSTEM
3515P: Alessandro Zummo
3516M: a.zummo@towertech.it
76465493 3517L: rtc-linux@googlegroups.com
0c86edc0
AZ
3518S: Maintained
3519
1da177e4 3520REISERFS FILE SYSTEM
76c4e5ea 3521L: reiserfs-devel@vger.kernel.org
1da177e4
LT
3522S: Supported
3523
e0897645
ID
3524RFKILL
3525P: Ivo van Doorn
3526M: IvDoorn@gmail.com
3527L: netdev@vger.kernel.org
3528S: Maintained
3529F: net/rfkill
3530
1da177e4
LT
3531ROCKETPORT DRIVER
3532P: Comtrol Corp.
1da177e4
LT
3533W: http://www.comtrol.com
3534S: Maintained
3535
3536ROSE NETWORK LAYER
3537P: Ralf Baechle
3538M: ralf@linux-mips.org
3539L: linux-hams@vger.kernel.org
d34cb28a 3540W: http://www.linux-ax25.org/
1da177e4
LT
3541S: Maintained
3542
3543RISCOM8 DRIVER
3544S: Orphan
3545
605bebe2
MW
3546RTL818X WIRELESS DRIVER
3547P: Michael Wu
3548M: flamingice@sourmilk.net
3549P: Andrea Merello
3550M: andreamrl@tiscali.it
3551L: linux-wireless@vger.kernel.org
3552W: http://linuxwireless.org/
3553T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3554S: Maintained
3555
9eb8ef74 3556S3 SAVAGE FRAMEBUFFER DRIVER
ce00f85c 3557P: Antonino Daplas
0478e62e 3558M: adaplas@gmail.com
8936b6db 3559L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 3560S: Maintained
9eb8ef74 3561
1da177e4
LT
3562S390
3563P: Martin Schwidefsky
3564M: schwidefsky@de.ibm.com
83014255
MS
3565P: Heiko Carstens
3566M: heiko.carstens@de.ibm.com
1da177e4 3567M: linux390@de.ibm.com
d58140cc 3568L: linux-s390@vger.kernel.org
5238da45
HC
3569W: http://www.ibm.com/developerworks/linux/linux390/
3570S: Supported
3571
3572S390 NETWORK DRIVERS
dd96df2c 3573P: Ursula Braun
23fcc8d9 3574M: ursula.braun@de.ibm.com
b9192ad9
UB
3575P: Frank Blaschka
3576M: blaschka@linux.vnet.ibm.com
5238da45 3577M: linux390@de.ibm.com
d58140cc 3578L: linux-s390@vger.kernel.org
5238da45
HC
3579W: http://www.ibm.com/developerworks/linux/linux390/
3580S: Supported
3581
3582S390 ZFCP DRIVER
0033bb47
SS
3583P: Christof Schmitt
3584M: christof.schmitt@de.ibm.com
3585P: Martin Peschke
3586M: mp3@de.ibm.com
5238da45 3587M: linux390@de.ibm.com
d58140cc 3588L: linux-s390@vger.kernel.org
5238da45 3589W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4
LT
3590S: Supported
3591
dd96df2c
UB
3592S390 IUCV NETWORK LAYER
3593P: Ursula Braun
23fcc8d9 3594M: ursula.braun@de.ibm.com
dd96df2c
UB
3595M: linux390@de.ibm.com
3596L: linux-s390@vger.kernel.org
3597W: http://www.ibm.com/developerworks/linux/linux390/
3598S: Supported
3599
4dde7f75
BD
3600S3C24XX SD/MMC Driver
3601P: Ben Dooks
3602M: ben-linux@fluff.org
3603L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3604L: linux-kernel@vger.kernel.org
3605S: Supported
3606
1da177e4
LT
3607SAA7146 VIDEO4LINUX-2 DRIVER
3608P: Michael Hunold
3609M: michael@mihu.de
3610W: http://www.mihu.de/linux/saa7146
3611S: Maintained
3612
1da177e4
LT
3613SC1200 WDT DRIVER
3614P: Zwane Mwaikambo
3c7bf1ea 3615M: zwane@arm.linux.org.uk
1da177e4
LT
3616S: Maintained
3617
3618SCHEDULER
3619P: Ingo Molnar
3620M: mingo@elte.hu
3621P: Robert Love [the preemptible kernel bits]
3622M: rml@tech9.net
3623L: linux-kernel@vger.kernel.org
3624S: Maintained
3625
3626SCSI CDROM DRIVER
3627P: Jens Axboe
0fe23479 3628M: axboe@kernel.dk
1da177e4
LT
3629L: linux-scsi@vger.kernel.org
3630W: http://www.kernel.dk
3631S: Maintained
3632
3633SCSI SG DRIVER
3634P: Doug Gilbert
3635M: dgilbert@interlog.com
3636L: linux-scsi@vger.kernel.org
3637W: http://www.torque.net/sg
3638S: Maintained
3639
3640SCSI SUBSYSTEM
3641P: James E.J. Bottomley
c4e1608e 3642M: James.Bottomley@HansenPartnership.com
1da177e4 3643L: linux-scsi@vger.kernel.org
6fb0425b 3644T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
c4e1608e
JB
3645T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3646T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
1da177e4
LT
3647S: Maintained
3648
3649SCSI TAPE DRIVER
dd4ef01c 3650P: Kai Mäkisara
1da177e4
LT
3651M: Kai.Makisara@kolumbus.fi
3652L: linux-scsi@vger.kernel.org
3653S: Maintained
3654
3655SCTP PROTOCOL
5f85813c
SS
3656P: Vlad Yasevich
3657M: vladislav.yasevich@hp.com
ce00f85c
JC
3658P: Sridhar Samudrala
3659M: sri@us.ibm.com
1a418796 3660L: linux-sctp@vger.kernel.org
5f85813c 3661W: http://lksctp.sourceforge.net
ce00f85c 3662S: Supported
1da177e4
LT
3663
3664SCx200 CPU SUPPORT
1662d32c
JC
3665P: Jim Cromie
3666M: jim.cromie@gmail.com
3667S: Odd Fixes
3668
3669SCx200 GPIO DRIVER
3670P: Jim Cromie
3671M: jim.cromie@gmail.com
3672S: Maintained
3673
3674SCx200 HRT CLOCKSOURCE DRIVER
3675P: Jim Cromie
3676M: jim.cromie@gmail.com
3677S: Maintained
1da177e4 3678
6a36913a
SS
3679SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3680P: Sascha Sommer
3681M: saschasommer@freenet.de
3682L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3683S: Maintained
3684
1da177e4
LT
3685SECURITY CONTACT
3686P: Security Officers
3687M: security@kernel.org
3688S: Supported
3689
3690SELINUX SECURITY MODULE
3691P: Stephen Smalley
62cfe7ef 3692M: sds@tycho.nsa.gov
1da177e4 3693P: James Morris
48de5bee 3694M: jmorris@namei.org
588a3157
SS
3695P: Eric Paris
3696M: eparis@parisplace.org
1da177e4 3697L: linux-kernel@vger.kernel.org (kernel issues)
588a3157 3698L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
1da177e4
LT
3699W: http://www.nsa.gov/selinux
3700S: Supported
3701
cef2cf07
JS
3702SENSABLE PHANTOM
3703P: Jiri Slaby
3704M: jirislaby@gmail.com
3705S: Maintained
3706
1da177e4
LT
3707SERIAL ATA (SATA) SUBSYSTEM:
3708P: Jeff Garzik
3709M: jgarzik@pobox.com
3710L: linux-ide@vger.kernel.org
6fb0425b 3711T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4
LT
3712S: Supported
3713
3714SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3715P: Pat Gefre
3716M: pfg@sgi.com
3717L: linux-ia64@vger.kernel.org
3718S: Supported
3719
8ceee660
BH
3720SFC NETWORK DRIVER
3721P: Steve Hodgson
3722P: Ben Hutchings
3723P: Robert Stonehouse
3724M: linux-net-drivers@solarflare.com
3725S: Supported
3726
1da177e4
LT
3727SGI VISUAL WORKSTATION 320 AND 540
3728P: Andrey Panin
3729M: pazke@donpac.ru
3730L: linux-visws-devel@lists.sf.net
3731W: http://linux-visws.sf.net
3732S: Maintained for 2.6.
3733
3734SIMTEC EB110ATX (Chalice CATS)
3735P: Ben Dooks
3736P: Vincent Sanders
3737M: support@simtec.co.uk
3738W: http://www.simtec.co.uk/products/EB110ATX/
3739S: Supported
3740
3741SIMTEC EB2410ITX (BAST)
3742P: Ben Dooks
3743P: Vincent Sanders
3744M: support@simtec.co.uk
3745W: http://www.simtec.co.uk/products/EB2410ITX/
3746S: Supported
3747
92aab3c0
FR
3748SIS 190 ETHERNET DRIVER
3749P: Francois Romieu
3750M: romieu@fr.zoreil.com
3751L: netdev@vger.kernel.org
3752S: Maintained
3753
1da177e4
LT
3754SIS 900/7016 FAST ETHERNET DRIVER
3755P: Daniele Venzano
3756M: venza@brownhat.org
3757W: http://www.brownhat.org/sis900.html
979b6c13 3758L: netdev@vger.kernel.org
1da177e4
LT
3759S: Maintained
3760
6ea884db
MH
3761SIS 96X I2C/SMBUS DRIVER
3762P: Mark M. Hoffman
3763M: mhoffman@lightlink.com
3764L: lm-sensors@lm-sensors.org
3765S: Maintained
3766
1da177e4
LT
3767SIS FRAMEBUFFER DRIVER
3768P: Thomas Winischhofer
3769M: thomas@winischhofer.net
3770W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 3771S: Maintained
1da177e4
LT
3772
3773SIS USB2VGA DRIVER
3774P: Thomas Winischhofer
3775M: thomas@winischhofer.net
3776W: http://www.winischhofer.at/linuxsisusbvga.shtml
3777S: Maintained
3778
415ad26d
CL
3779SLAB ALLOCATOR
3780P: Christoph Lameter
cde53535 3781M: cl@linux-foundation.org
415ad26d
CL
3782P: Pekka Enberg
3783M: penberg@cs.helsinki.fi
c76d118e
PE
3784P: Matt Mackall
3785M: mpm@selenic.com
415ad26d
CL
3786L: linux-mm@kvack.org
3787S: Maintained
3788
1da177e4
LT
3789SMC91x ETHERNET DRIVER
3790P: Nicolas Pitre
3791M: nico@cam.org
3792S: Maintained
3793
6ea884db
MH
3794SMSC47B397 HARDWARE MONITOR DRIVER
3795P: Mark M. Hoffman
3796M: mhoffman@lightlink.com
3797L: lm-sensors@lm-sensors.org
3798S: Maintained
3799
b54f2863
BN
3800SMX UIO Interface
3801P: Ben Nizette
3802M: bn@niasdigital.com
3803S: Maintained
3804
668acf32
GL
3805SOC-CAMERA V4L2 SUBSYSTEM
3806P: Guennadi Liakhovetski
3807M: g.liakhovetski@gmx.de
3808L: video4linux-list@redhat.com
3809S: Maintained
3810
1da177e4
LT
3811SOFTWARE RAID (Multiple Disks) SUPPORT
3812P: Ingo Molnar
3813M: mingo@redhat.com
3814P: Neil Brown
524418bb 3815M: neilb@suse.de
1da177e4 3816L: linux-raid@vger.kernel.org
524418bb 3817S: Supported
1da177e4 3818
95a631e2 3819HIBERNATION (aka Software Suspend, aka swsusp):
1da177e4
LT
3820P: Pavel Machek
3821M: pavel@suse.cz
95a631e2
PM
3822P: Rafael J. Wysocki
3823M: rjw@sisk.pl
3824L: linux-pm@lists.linux-foundation.org
3825S: Supported
3826
3827SUSPEND TO RAM:
a0ce317a
LB
3828P: Len Brown
3829M: len.brown@intel.com
95a631e2
PM
3830P: Pavel Machek
3831M: pavel@suse.cz
3832P: Rafael J. Wysocki
3833M: rjw@sisk.pl
f318a63b 3834L: linux-pm@lists.linux-foundation.org
a0ce317a 3835S: Supported
1da177e4
LT
3836
3837SONIC NETWORK DRIVER
3838P: Thomas Bogendoerfer
3839M: tsbogend@alpha.franken.de
979b6c13 3840L: netdev@vger.kernel.org
1da177e4
LT
3841S: Maintained
3842
61e115a5
MB
3843SONICS SILICON BACKPLANE DRIVER (SSB)
3844P: Michael Buesch
3845M: mb@bu3sch.de
3846L: netdev@vger.kernel.org
3847S: Maintained
3848
1da177e4 3849SONY VAIO CONTROL DEVICE DRIVER
0d477fac
MD
3850P: Mattia Dongili
3851M: malattia@linux.it
5b18167d
MD
3852L: linux-acpi@vger.kernel.org
3853W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4
LT
3854S: Maintained
3855
baf8532a
AD
3856SONY MEMORYSTICK CARD SUPPORT
3857P: Alex Dubov
3858M: oakad@yahoo.com
3859L: linux-kernel@vger.kernel.org
3860W: http://tifmxx.berlios.de/
3861S: Maintained
3862
1da177e4
LT
3863SOUND
3864P: Jaroslav Kysela
c1017a4c 3865M: perex@perex.cz
82622046 3866L: alsa-devel@alsa-project.org (subscribers-only)
1da177e4
LT
3867S: Maintained
3868
eb1a6af3
LG
3869SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3870P: Liam Girdwood
3871M: liam.girdwood@wolfsonmicro.com
2cad0ad6
MB
3872P: Mark Brown
3873M: broonie@opensource.wolfsonmicro.com
3874T: git opensource.wolfsonmicro.com/linux-2.6-asoc
82622046 3875L: alsa-devel@alsa-project.org (subscribers-only)
eb1a6af3
LG
3876S: Supported
3877
025c3987
KG
3878SPI SUBSYSTEM
3879P: David Brownell
3880M: dbrownell@users.sourceforge.net
3881L: spi-devel-general@lists.sourceforge.net
3882S: Maintained
3883
b8154542
AB
3884SPU FILE SYSTEM
3885P: Jeremy Kerr
3886M: jk@ozlabs.org
3887L: linuxppc-dev@ozlabs.org
3888L: cbe-oss-dev@ozlabs.org
3889W: http://www.ibm.com/developerworks/power/cell/
3890S: Supported
3891
855f46ad
SR
3892STABLE BRANCH:
3893P: Greg Kroah-Hartman
3894M: greg@kroah.com
3895P: Chris Wright
3896M: chrisw@sous-sol.org
3897L: stable@kernel.org
3898S: Maintained
3899
1da177e4
LT
3900SHARP LH SUPPORT (LH7952X & LH7A40X)
3901P: Marc Singer
3902M: elf@buici.com
3903W: http://projects.buici.com/arm
70f09f1f 3904L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3905S: Maintained
3906
8cf4c195
KA
3907SHPC HOTPLUG DRIVER
3908P: Kristen Carlson Accardi
3909M: kristen.c.accardi@intel.com
64dab204 3910L: linux-pci@vger.kernel.org
8b59a454 3911S: Supported
8cf4c195 3912
d129bceb
PO
3913SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3914P: Pierre Ossman
3915M: drzeus-sdhci@drzeus.cx
3916L: sdhci-devel@list.drzeus.cx
d129bceb
PO
3917S: Maintained
3918
4b1ac9ab
SH
3919SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3920P: Stephen Hemminger
65ebe634 3921M: shemminger@linux-foundation.org
4b1ac9ab
SH
3922L: netdev@vger.kernel.org
3923S: Maintained
3924
1a87d942
CB
3925SOEKRIS NET48XX LED SUPPORT
3926P: Chris Boot
3927M: bootc@bootc.net
3928S: Maintained
3929
1da177e4
LT
3930SPARC (sparc32):
3931P: William L. Irwin
3932M: wli@holomorphy.com
3933L: sparclinux@vger.kernel.org
3934S: Maintained
3935
3936SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3937P: Roger Wolff
3938M: R.E.Wolff@BitWizard.nl
3939L: linux-kernel@vger.kernel.org ?
3940S: Supported
3941
2752e401 3942SPIDERNET NETWORK DRIVER for CELL
cb8da8a3
JO
3943P: Ishizaki Kou
3944M: kou.ishizaki@toshiba.co.jp
3945P: Jens Osterkamp
3946M: jens@de.ibm.com
2752e401
JL
3947L: netdev@vger.kernel.org
3948S: Supported
3949
1da177e4
LT
3950SRM (Alpha) environment access
3951P: Jan-Benedict Glaw
3952M: jbglaw@lug-owl.de
3953L: linux-kernel@vger.kernel.org
3954S: Maintained
3955
3956STARFIRE/DURALAN NETWORK DRIVER
3957P: Ion Badulescu
3958M: ionut@cs.columbia.edu
3959S: Maintained
3960
3961STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3962W: http://mosquitonet.Stanford.EDU/strip.html
3963S: Unsupported ?
3964
3965STRADIS MPEG-2 DECODER DRIVER
3966P: Nathan Laredo
3967M: laredo@gnu.org
1da177e4
LT
3968W: http://www.stradis.com/
3969S: Maintained
3970
2cbb12a4 3971SUPERH
1da177e4
LT
3972P: Paul Mundt
3973M: lethal@linux-sh.org
2cbb12a4 3974L: linux-sh@vger.kernel.org
1da177e4 3975W: http://www.linux-sh.org
2cbb12a4 3976T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
1da177e4
LT
3977S: Maintained
3978
3979SUN3/3X
3980P: Sam Creasey
3981M: sammy@sammy.net
1da177e4
LT
3982W: http://sammy.net/sun3/
3983S: Maintained
3984
3985SVGA HANDLING
3986P: Martin Mares
3987M: mj@ucw.cz
3988L: linux-video@atrey.karlin.mff.cuni.cz
3989S: Maintained
3990
3991SYSV FILESYSTEM
3992P: Christoph Hellwig
3993M: hch@infradead.org
3994S: Maintained
3995
4e68852d 3996TASKSTATS STATISTICS INTERFACE
abc5f23a
BS
3997P: Balbir Singh
3998M: balbir@linux.vnet.ibm.com
4e68852d
AC
3999L: linux-kernel@vger.kernel.org
4000S: Maintained
4001
781b456a
SH
4002TC CLASSIFIER
4003P: Jamal Hadi Salim
4004M: hadi@cyberus.ca
4005L: netdev@vger.kernel.org
4006S: Maintained
4007
5067f08a
WHSE
4008TCP LOW PRIORITY MODULE
4009P: Wong Hoi Sing, Edison
4010M: hswong3i@gmail.com
4011P: Hung Hing Lun, Mike
4012M: hlhung3i@gmail.com
4013W: http://tcp-lp-mod.sourceforge.net/
4014S: Maintained
4015
1a348ccc
AG
4016TEHUTI ETHERNET DRIVER
4017P: Alexander Indenbaum
4018M: baum@tehutinetworks.net
4019P: Andy Gospodarek
4020M: andy@greyhouse.net
4021L: netdev@vger.kernel.org
4022S: Supported
4023
4e68852d
AC
4024Telecom Clock Driver for MCPL0010
4025P: Mark Gross
4026M: mark.gross@intel.com
4027S: Supported
4028
4029TENSILICA XTENSA PORT (xtensa):
4030P: Chris Zankel
4031M: chris@zankel.net
4032S: Maintained
4033
4034THINKPAD ACPI EXTRAS DRIVER
4035P: Henrique de Moraes Holschuh
4036M: ibm-acpi@hmh.eng.br
4037L: ibm-acpi-devel@lists.sourceforge.net
4038W: http://ibm-acpi.sourceforge.net
4039W: http://thinkwiki.org/wiki/Ibm-acpi
4040T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4041S: Maintained
4042
4020f2d7
AD
4043TI FLASH MEDIA INTERFACE DRIVER
4044P: Alex Dubov
4045M: oakad@yahoo.com
4046S: Maintained
4047
9f9c24f4
SK
4048TI OMAP MMC INTERFACE DRIVER
4049P: Carlos Aguiar, Anderson Briglia and Syed Khasim
e82ce352 4050M: linux-omap-open-source@linux.omap.com (subscribers only)
9f9c24f4
SK
4051W: http://linux.omap.com
4052W: http://www.muru.com/linux/omap/
4053S: Maintained
4054
844dd05f
MB
4055TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4056P: Deepak Saxena
4057M: dsaxena@plexity.net
4058S: Maintained
4059
e86eaa3a
PL
4060TIPC NETWORK LAYER
4061P: Per Liden
7c2b2aae 4062M: per.liden@ericsson.com
e86eaa3a 4063P: Jon Maloy
7c2b2aae 4064M: jon.maloy@ericsson.com
e86eaa3a 4065P: Allan Stephens
7c2b2aae 4066M: allan.stephens@windriver.com
e86eaa3a
PL
4067L: tipc-discussion@lists.sourceforge.net
4068W: http://tipc.sourceforge.net/
4069W: http://tipc.cslab.ericsson.net/
4070T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4071S: Maintained
4072
1da177e4
LT
4073TLAN NETWORK DRIVER
4074P: Samuel Chessman
4075M: chessman@tux.org
88c07dde 4076L: tlan-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
4077W: http://sourceforge.net/projects/tlan/
4078S: Maintained
4079
1da177e4
LT
4080TOSHIBA ACPI EXTRAS DRIVER
4081P: John Belmonte
4082M: toshiba_acpi@memebeam.org
4083W: http://memebeam.org/toys/ToshibaAcpiDriver
4084S: Maintained
4085
4086TOSHIBA SMM DRIVER
4087P: Jonathan Buzzard
4088M: jonathan@buzzard.org.uk
4089L: tlinux-users@tce.toshiba-dme.co.jp
4090W: http://www.buzzard.org.uk/toshiba/
4091S: Maintained
4092
4e68852d 4093TPM DEVICE DRIVER
141c0240
RA
4094P: Debora Velarde
4095M: debora@linux.vnet.ibm.com
4096P: Rajiv Andrade
4097M: srajiv@linux.vnet.ibm.com
4e68852d
AC
4098W: http://tpmdd.sourceforge.net
4099P: Marcel Selhorst
4100M: tpm@selhorst.net
4101W: http://www.prosec.rub.de/tpm/
4102L: tpmdd-devel@lists.sourceforge.net
4103S: Maintained
4104
1da177e4 4105TRIVIAL PATCHES
1560a79a 4106P: Jesper Juhl
ce00f85c
JC
4107M: trivial@kernel.org
4108L: linux-kernel@vger.kernel.org
1da177e4
LT
4109S: Maintained
4110
4e68852d
AC
4111TTY LAYER
4112P: Alan Cox
4113M: alan@lxorguk.ukuu.org.uk
4114L: linux-kernel@vger.kernel.org
4115S: Maintained
4116
740db6d7
GG
4117TULIP NETWORK DRIVERS
4118P: Grant Grundler
4119M: grundler@parisc-linux.org
4120P: Kyle McMartin
42a5a8a6 4121M: kyle@mcmartin.ca
740db6d7
GG
4122L: netdev@vger.kernel.org
4123S: Maintained
1da177e4
LT
4124
4125TUN/TAP driver
4126P: Maxim Krasnyansky
66777b79 4127M: maxk@qualcomm.com
1da177e4
LT
4128L: vtun@office.satix.net
4129W: http://vtun.sourceforge.net/tun
4130S: Maintained
4131
b454cc66
MR
4132TURBOCHANNEL SUBSYSTEM
4133P: Maciej W. Rozycki
4134M: macro@linux-mips.org
4135S: Maintained
4136
1da177e4
LT
4137U14-34F SCSI DRIVER
4138P: Dario Ballabio
4139M: ballabio_dario@emc.com
4140L: linux-scsi@vger.kernel.org
4141S: Maintained
4142
cc2020e6
AC
4143UCLINUX (AND M68KNOMMU)
4144P: Greg Ungerer
4145M: gerg@uclinux.org
4146W: http://www.uclinux.org/
4147L: uclinux-dev@uclinux.org (subscribers-only)
4148S: Maintained
4149
cc2020e6
AC
4150UCLINUX FOR RENESAS H8/300
4151P: Yoshinori Sato
4152M: ysato@users.sourceforge.jp
4153W: http://uclinux-h8.sourceforge.jp/
4154S: Supported
4155
1da177e4 4156UDF FILESYSTEM
800fdfb9
JK
4157P: Jan Kara
4158M: jack@suse.cz
1da177e4
LT
4159W: http://linux-udf.sourceforge.net
4160S: Maintained
4161
cc2020e6
AC
4162UFS FILESYSTEM
4163P: Evgeniy Dushistov
4164M: dushistov@mail.ru
4165L: linux-kernel@vger.kernel.org
4166S: Maintained
4167
4168UltraSPARC (sparc64):
4169P: David S. Miller
4170M: davem@davemloft.net
4171L: sparclinux@vger.kernel.org
4172T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4173S: Maintained
4174
1da177e4
LT
4175UNIFORM CDROM DRIVER
4176P: Jens Axboe
0fe23479 4177M: axboe@kernel.dk
1da177e4
LT
4178L: linux-kernel@vger.kernel.org
4179W: http://www.kernel.dk
4180S: Maintained
4181
4182USB ACM DRIVER
4183P: Oliver Neukum
4184M: oliver@neukum.name
6372594a 4185L: linux-usb@vger.kernel.org
1da177e4
LT
4186S: Maintained
4187
6d985161
JS
4188USB AUERSWALD DRIVER
4189P: Wolfgang Muees
4190M: wolfgang@iksw-muees.de
4191L: linux-usb@vger.kernel.org
4192S: Maintained
4193
1da177e4
LT
4194USB BLOCK DRIVER (UB ub)
4195P: Pete Zaitcev
4196M: zaitcev@redhat.com
4197L: linux-kernel@vger.kernel.org
6372594a 4198L: linux-usb@vger.kernel.org
1da177e4
LT
4199S: Supported
4200
1da177e4
LT
4201USB CDC ETHERNET DRIVER
4202P: Greg Kroah-Hartman
4203M: greg@kroah.com
6372594a 4204L: linux-usb@vger.kernel.org
1da177e4
LT
4205S: Maintained
4206W: http://www.kroah.com/linux-usb/
4207
b02b371e
PK
4208USB CYPRESS C67X00 DRIVER
4209P: Peter Korsgaard
4210M: jacmet@sunsite.dk
4211L: linux-usb@vger.kernel.org
4212S: Maintained
4213
d0374f4f
PK
4214USB DAVICOM DM9601 DRIVER
4215P: Peter Korsgaard
4216M: jacmet@sunsite.dk
043600a6 4217L: netdev@vger.kernel.org
d0374f4f
PK
4218W: http://www.linux-usb.org/usbnet
4219S: Maintained
4220
cc2020e6
AC
4221USB DIAMOND RIO500 DRIVER
4222P: Cesar Miquel
4223M: miquel@df.uba.ar
4224L: rio500-users@lists.sourceforge.net
4225W: http://rio500.sourceforge.net
4226S: Maintained
4227
1da177e4
LT
4228USB EHCI DRIVER
4229P: David Brownell
4230M: dbrownell@users.sourceforge.net
6372594a 4231L: linux-usb@vger.kernel.org
23d8c90e 4232S: Odd Fixes
1da177e4 4233
7ce08c93
LR
4234USB ET61X[12]51 DRIVER
4235P: Luca Risolia
4236M: luca.risolia@studio.unibo.it
6372594a 4237L: linux-usb@vger.kernel.org
7ce08c93
LR
4238L: video4linux-list@redhat.com
4239W: http://www.linux-projects.org
4240S: Maintained
4241
69ae9e3e
DB
4242USB GADGET/PERIPHERAL SUBSYSTEM
4243P: David Brownell
4244M: dbrownell@users.sourceforge.net
6372594a 4245L: linux-usb@vger.kernel.org
69ae9e3e
DB
4246W: http://www.linux-usb.org/gadget
4247S: Maintained
4248
2dea64b4 4249USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
641266fd
JK
4250P: Jiri Kosina
4251M: jkosina@suse.cz
6372594a 4252L: linux-usb@vger.kernel.org
a4dff398 4253T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4
LT
4254S: Maintained
4255
959eea21
OK
4256USB ISP116X DRIVER
4257P: Olav Kongas
4258M: ok@artecdesign.ee
6372594a 4259L: linux-usb@vger.kernel.org
959eea21
OK
4260S: Maintained
4261
1da177e4
LT
4262USB KAWASAKI LSI DRIVER
4263P: Oliver Neukum
4264M: oliver@neukum.name
6372594a 4265L: linux-usb@vger.kernel.org
1da177e4
LT
4266S: Maintained
4267
4268USB MASS STORAGE DRIVER
4269P: Matthew Dharm
4270M: mdharm-usb@one-eyed-alien.net
6372594a 4271L: linux-usb@vger.kernel.org
8836aeb8 4272L: usb-storage@lists.one-eyed-alien.net
1da177e4
LT
4273S: Maintained
4274W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4275
4276USB OHCI DRIVER
23d8c90e
DB
4277P: David Brownell
4278M: dbrownell@users.sourceforge.net
6372594a 4279L: linux-usb@vger.kernel.org
23d8c90e 4280S: Odd Fixes
1da177e4 4281
ba460e48
MU
4282USB OPTION-CARD DRIVER
4283P: Matthias Urlichs
4284M: smurf@smurf.noris.de
6372594a 4285L: linux-usb@vger.kernel.org
ba460e48
MU
4286S: Maintained
4287
1da177e4
LT
4288USB OV511 DRIVER
4289P: Mark McClelland
4290M: mmcclell@bigfoot.com
6372594a 4291L: linux-usb@vger.kernel.org
1da177e4
LT
4292W: http://alpha.dyndns.org/ov511/
4293S: Maintained
4294
4295USB PEGASUS DRIVER
4296P: Petko Manolov
4297M: petkan@users.sourceforge.net
6372594a 4298L: linux-usb@vger.kernel.org
043600a6 4299L: netdev@vger.kernel.org
1da177e4
LT
4300W: http://pegasus2.sourceforge.net/
4301S: Maintained
4302
73e4fb3f
PZ
4303USB PRINTER DRIVER (usblp)
4304P: Pete Zaitcev
4305M: zaitcev@redhat.com
6372594a 4306L: linux-usb@vger.kernel.org
73e4fb3f 4307S: Supported
1da177e4
LT
4308
4309USB RTL8150 DRIVER
4310P: Petko Manolov
4311M: petkan@users.sourceforge.net
6372594a 4312L: linux-usb@vger.kernel.org
043600a6 4313L: netdev@vger.kernel.org
1da177e4
LT
4314W: http://pegasus2.sourceforge.net/
4315S: Maintained
4316
4317USB SE401 DRIVER
4318P: Jeroen Vreeken
4319M: pe1rxq@amsat.org
6372594a 4320L: linux-usb@vger.kernel.org
1da177e4
LT
4321W: http://www.chello.nl/~j.vreeken/se401/
4322S: Maintained
4323
4e68852d
AC
4324USB SERIAL BELKIN F5U103 DRIVER
4325P: William Greathouse
4326M: wgreathouse@smva.com
4327L: linux-usb@vger.kernel.org
4328S: Maintained
4329
4330USB SERIAL CYPRESS M8 DRIVER
4331P: Lonnie Mendez
4332M: dignome@gmail.com
4333L: linux-usb@vger.kernel.org
4334S: Maintained
4335W: http://geocities.com/i0xox0i
4336W: http://firstlight.net/cvs
4337
1da177e4
LT
4338USB SERIAL CYBERJACK DRIVER
4339P: Matthias Bruestle and Harald Welte
4340M: support@reiner-sct.com
4341W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4342S: Maintained
4343
4344USB SERIAL DIGI ACCELEPORT DRIVER
4345P: Peter Berger and Al Borchers
4346M: pberger@brimson.com
4347M: alborchers@steinerpoint.com
6372594a 4348L: linux-usb@vger.kernel.org
1da177e4
LT
4349S: Maintained
4350
4351USB SERIAL DRIVER
4352P: Greg Kroah-Hartman
4353M: gregkh@suse.de
6372594a 4354L: linux-usb@vger.kernel.org
1da177e4
LT
4355S: Supported
4356
1da177e4
LT
4357USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4358P: Gary Brubaker
4359M: xavyer@ix.netcom.com
6372594a 4360L: linux-usb@vger.kernel.org
1da177e4
LT
4361S: Maintained
4362
4363USB SERIAL KEYSPAN DRIVER
4364P: Greg Kroah-Hartman
4365M: greg@kroah.com
6372594a 4366L: linux-usb@vger.kernel.org
1da177e4
LT
4367W: http://www.kroah.com/linux/
4368S: Maintained
4369
4370USB SERIAL WHITEHEAT DRIVER
8bc84930
SM
4371P: Support Department
4372M: support@connecttech.com
6372594a 4373L: linux-usb@vger.kernel.org
1da177e4
LT
4374W: http://www.connecttech.com
4375S: Supported
4376
f423b9a8 4377USB SN9C1xx DRIVER
1da177e4
LT
4378P: Luca Risolia
4379M: luca.risolia@studio.unibo.it
6372594a 4380L: linux-usb@vger.kernel.org
7ce08c93 4381L: video4linux-list@redhat.com
1da177e4
LT
4382W: http://www.linux-projects.org
4383S: Maintained
4384
4385USB SUBSYSTEM
4386P: Greg Kroah-Hartman
4387M: gregkh@suse.de
6372594a 4388L: linux-usb@vger.kernel.org
1da177e4 4389W: http://www.linux-usb.org
6fb0425b 4390T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
4391S: Supported
4392
4393USB UHCI DRIVER
4394P: Alan Stern
4395M: stern@rowland.harvard.edu
6372594a 4396L: linux-usb@vger.kernel.org
1da177e4
LT
4397S: Maintained
4398
69ae9e3e 4399USB "USBNET" DRIVER FRAMEWORK
1da177e4
LT
4400P: David Brownell
4401M: dbrownell@users.sourceforge.net
043600a6 4402L: netdev@vger.kernel.org
69ae9e3e 4403W: http://www.linux-usb.org/usbnet
1da177e4
LT
4404S: Maintained
4405
c0efd232
LP
4406USB VIDEO CLASS
4407P: Laurent Pinchart
4408M: laurent.pinchart@skynet.be
4409L: linx-uvc-devel@berlios.de
4410L: video4linux-list@redhat.com
4411W: http://linux-uvc.berlios.de
4412S: Maintained
4413
1da177e4
LT
4414USB W996[87]CF DRIVER
4415P: Luca Risolia
4416M: luca.risolia@studio.unibo.it
6372594a 4417L: linux-usb@vger.kernel.org
7ce08c93 4418L: video4linux-list@redhat.com
1da177e4
LT
4419W: http://www.linux-projects.org
4420S: Maintained
4421
bf164cc0
JK
4422USB WIRELESS RNDIS DRIVER (rndis_wlan)
4423P: Jussi Kivilinna
4424M: jussi.kivilinna@mbnet.fi
4425L: linux-wireless@vger.kernel.org
4426S: Maintained
4427
60f78052
LR
4428USB ZC0301 DRIVER
4429P: Luca Risolia
4430M: luca.risolia@studio.unibo.it
6372594a 4431L: linux-usb@vger.kernel.org
60f78052
LR
4432L: video4linux-list@redhat.com
4433W: http://www.linux-projects.org
4434S: Maintained
4435
1da177e4
LT
4436USB ZD1201 DRIVER
4437P: Jeroen Vreeken
4438M: pe1rxq@amsat.org
6372594a 4439L: linux-usb@vger.kernel.org
1da177e4
LT
4440W: http://linux-lc100020.sourceforge.net
4441S: Maintained
4442
b7eee616
AJ
4443USB ZR364XX DRIVER
4444P: Antoine Jacquet
4445M: royale@zerezo.com
6372594a 4446L: linux-usb@vger.kernel.org
b7eee616
AJ
4447L: video4linux-list@redhat.com
4448W: http://royale.zerezo.com/zr364xx/
4449S: Maintained
4450
1da177e4
LT
4451USER-MODE LINUX
4452P: Jeff Dike
6650e0a5 4453M: jdike@addtoit.com
1da177e4
LT
4454L: user-mode-linux-devel@lists.sourceforge.net
4455L: user-mode-linux-user@lists.sourceforge.net
4456W: http://user-mode-linux.sourceforge.net
4457S: Maintained
b7eee616 4458
e5f114e9
HJK
4459USERSPACE I/O (UIO)
4460P: Hans J. Koch
4461M: hjk@linutronix.de
4462P: Greg Kroah-Hartman
4463M: gregkh@suse.de
4464L: linux-kernel@vger.kernel.org
4465S: Maintained
4466
f899b0ad
KZ
4467UTIL-LINUX-NG PACKAGE
4468P: Karel Zak
4469M: kzak@redhat.com
4470L: util-linux-ng@vger.kernel.org
4471W: http://kernel.org/~kzak/util-linux-ng/
4472T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4473S: Maintained
4474
4e68852d 4475VFAT/FAT/MSDOS FILESYSTEM:
1da177e4
LT
4476P: OGAWA Hirofumi
4477M: hirofumi@mail.parknet.co.jp
4478L: linux-kernel@vger.kernel.org
4479S: Maintained
4480
1da177e4
LT
4481VIA RHINE NETWORK DRIVER
4482P: Roger Luethi
4483M: rl@hellgate.ch
4484S: Maintained
4485
32c0a520
JD
4486VIAPRO SMBUS DRIVER
4487P: Jean Delvare
4488M: khali@linux-fr.org
5d925fec 4489L: i2c@lm-sensors.org
32c0a520
JD
4490S: Maintained
4491
01f20734
FR
4492VIA VELOCITY NETWORK DRIVER
4493P: Francois Romieu
4494M: romieu@fr.zoreil.com
4495L: netdev@vger.kernel.org
4496S: Maintained
4497
1da177e4 4498VIDEO FOR LINUX
96b6aba0 4499P: Mauro Carvalho Chehab
8d58d773
MCC
4500M: mchehab@infradead.org
4501M: v4l-dvb-maintainer@linuxtv.org
1da177e4 4502L: video4linux-list@redhat.com
96b6aba0 4503W: http://linuxtv.org
ecfa4fdc 4504T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 4505S: Maintained
1da177e4 4506
be7f8273
PM
4507VLAN (802.1Q)
4508P: Patrick McHardy
4509M: kaber@trash.net
4510L: netdev@vger.kernel.org
4511S: Maintained
4512
ab41319e
JH
4513VT1211 HARDWARE MONITOR DRIVER
4514P: Juerg Haefliger
4515M: juergh@gmail.com
4516L: lm-sensors@lm-sensors.org
4517S: Maintained
4518
1de9e371
RL
4519VT8231 HARDWARE MONITOR DRIVER
4520P: Roger Lucas
af865765 4521M: vt8231@hiddenengine.co.uk
1de9e371
RL
4522L: lm-sensors@lm-sensors.org
4523S: Maintained
4524
1da177e4
LT
4525W1 DALLAS'S 1-WIRE BUS
4526P: Evgeniy Polyakov
4527M: johnpol@2ka.mipt.ru
1da177e4
LT
4528S: Maintained
4529
13927079 4530W83791D HARDWARE MONITORING DRIVER
25845c22
MH
4531P: Marc Hulsman
4532M: m.hulsman@tudelft.nl
13927079 4533L: lm-sensors@lm-sensors.org
25845c22 4534S: Maintained
13927079 4535
61db011d
RM
4536W83793 HARDWARE MONITORING DRIVER
4537P: Rudolf Marek
4538M: r.marek@assembler.cz
4539L: lm-sensors@lm-sensors.org
4540S: Maintained
4541
1da177e4
LT
4542W83L51xD SD/MMC CARD INTERFACE DRIVER
4543P: Pierre Ossman
4544M: drzeus-wbsd@drzeus.cx
fac88991 4545L: linux-kernel@vger.kernel.org
1da177e4
LT
4546S: Maintained
4547
3527761c
WVS
4548WATCHDOG DEVICE DRIVERS
4549P: Wim Van Sebroeck
4550M: wim@iguana.be
4551T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4552S: Maintained
4553
1da177e4
LT
4554WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4555P: Jean Tourrilhes
4556M: jt@hpl.hp.com
724c6b35 4557L: linux-wireless@vger.kernel.org
1da177e4
LT
4558W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4559S: Maintained
4560
4561WD7000 SCSI DRIVER
4562P: Miroslav Zagorac
4563M: zaga@fly.cc.fer.hr
4564L: linux-scsi@vger.kernel.org
4565S: Maintained
4566
5fc14680
DT
4567WISTRON LAPTOP BUTTON DRIVER
4568P: Miloslav Trmac
4569M: mitr@volny.cz
4570S: Maintained
4571
1da177e4
LT
4572WL3501 WIRELESS PCMCIA CARD DRIVER
4573P: Arnaldo Carvalho de Melo
926554c4 4574M: acme@ghostprotocols.net
724c6b35 4575L: linux-wireless@vger.kernel.org
926554c4 4576W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
4577S: Maintained
4578
febf1dff
MB
4579WM97XX TOUCHSCREEN DRIVERS
4580P: Mark Brown
4581M: broonie@opensource.wolfsonmicro.com
4582P: Liam Girdwood
4583M: liam.girdwood@wolfsonmicro.com
4584L: linux-input@vger.kernel.org
4585T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4586W: http://opensource.wolfsonmicro.com/node/7
4587S: Supported
4588
1da177e4
LT
4589X.25 NETWORK LAYER
4590P: Henner Eisen
4591M: eis@baty.hanse.de
4592L: linux-x25@vger.kernel.org
4593S: Maintained
4594
4cdf6bc2
JF
4595XEN HYPERVISOR INTERFACE
4596P: Jeremy Fitzhardinge
4597M: jeremy@xensource.com
4598P: Chris Wright
4599M: chrisw@sous-sol.org
4600L: virtualization@lists.osdl.org
4601L: xen-devel@lists.xensource.com
4602S: Supported
4603
1da177e4
LT
4604XFS FILESYSTEM
4605P: Silicon Graphics Inc
78bfd361 4606P: Tim Shimmin
1da177e4 4607M: xfs-masters@oss.sgi.com
d7ede1aa 4608L: xfs@oss.sgi.com
1da177e4 4609W: http://oss.sgi.com/projects/xfs
e99f056b 4610T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
1da177e4
LT
4611S: Supported
4612
c9d3d8ec
GL
4613XILINX SYSTEMACE DRIVER
4614P: Grant Likely
4615M: grant.likely@secretlab.ca
4616W: http://www.secretlab.ca/
4617L: linux-kernel@vger.kernel.org
4618S: Maintained
4619
238b8721
PK
4620XILINX UARTLITE SERIAL DRIVER
4621P: Peter Korsgaard
4622M: jacmet@sunsite.dk
4623L: linux-serial@vger.kernel.org
4624S: Maintained
4625
6ce59b46
IM
4626X86 ARCHITECTURE (32-BIT AND 64-BIT)
4627P: Thomas Gleixner
4628M: tglx@linutronix.de
1da177e4
LT
4629P: Ingo Molnar
4630M: mingo@redhat.com
6ce59b46
IM
4631P: H. Peter Anvin
4632M: hpa@zytor.com
4633L: linux-kernel@vger.kernel.org
4634T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
1da177e4
LT
4635S: Maintained
4636
1da177e4
LT
4637YAM DRIVER FOR AX.25
4638P: Jean-Paul Roubelat
4639M: jpr@f6fbb.org
4640L: linux-hams@vger.kernel.org
4641S: Maintained
4642
af64a5eb
H
4643YEALINK PHONE DRIVER
4644P: Henk Vergonet
4645M: Henk.Vergonet@gmail.com
4646L: usbb2k-api-dev@nongnu.org
4647S: Maintained
4648
1da177e4
LT
4649Z8530 DRIVER FOR AX.25
4650P: Joerg Reuter
4651M: jreuter@yaina.de
4652W: http://yaina.de/jreuter/
4653W: http://www.qsl.net/dl1bke/
4654L: linux-hams@vger.kernel.org
4655S: Maintained
4656
7c0c3afb
DD
4657ZD1211RW WIRELESS DRIVER
4658P: Daniel Drake
4659M: dsd@gentoo.org
4660P: Ulrich Kunitz
4661M: kune@deine-taler.de
4662W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 4663L: linux-wireless@vger.kernel.org
7c0c3afb
DD
4664L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4665S: Maintained
4666
1da177e4
LT
4667ZF MACHZ WATCHDOG
4668P: Fernando Fuganti
4669M: fuganti@netbank.com.br
4670W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4671S: Maintained
4672
4673ZR36067 VIDEO FOR LINUX DRIVER
4674P: Ronald Bultje
4675M: rbultje@ronald.bitfreak.net
4676L: mjpeg-users@lists.sourceforge.net
4677W: http://mjpeg.sourceforge.net/driver-zoran/
4678S: Maintained
4679
8b4a4080
MR
4680ZS DECSTATION Z85C30 SERIAL DRIVER
4681P: Maciej W. Rozycki
4682M: macro@linux-mips.org
4683S: Maintained
4684
1da177e4
LT
4685THE REST
4686P: Linus Torvalds
4687S: Buried alive in reporters
This page took 1.737745 seconds and 5 git commands to generate.