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