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