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