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