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