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