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