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