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