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