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