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