USB: fsl_usb2_udc: fix bug for portsc bit masking
[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
373L: openib-general@openib.org
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
1398L: openib-general@openib.org
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
1852M: halr@voltaire.com
1853L: openib-general@openib.org
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
BS
1990IPATH DRIVER:
1991P: Bryan O'Sullivan
1992M: support@pathscale.com
1993L: openib-general@openib.org
1994S: Supported
1995
4409ebe9
CM
1996IPMI SUBSYSTEM
1997P: Corey Minyard
1998M: minyard@acm.org
1999L: openipmi-developer@lists.sourceforge.net
2000W: http://openipmi.sourceforge.net/
2001S: Supported
2002
1da177e4
LT
2003IPX NETWORK LAYER
2004P: Arnaldo Carvalho de Melo
926554c4 2005M: acme@ghostprotocols.net
979b6c13 2006L: netdev@vger.kernel.org
1da177e4
LT
2007S: Maintained
2008
2009IRDA SUBSYSTEM
f353976d
SO
2010P: Samuel Ortiz
2011M: samuel@sortiz.org
a2ac953d 2012L: irda-users@lists.sourceforge.net (subscribers-only)
1da177e4 2013W: http://irda.sourceforge.net/
f353976d 2014S: Maintained
1da177e4
LT
2015
2016ISAPNP
2017P: Jaroslav Kysela
2018M: perex@suse.cz
2019S: Maintained
2020
2021ISDN SUBSYSTEM
2022P: Karsten Keil
2023M: kkeil@suse.de
2024P: Kai Germaschewski
2025M: kai.germaschewski@gmx.de
2026L: isdn4linux@listserv.isdn4linux.de
2027W: http://www.isdn4linux.de
1adc1230 2028T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1da177e4
LT
2029S: Maintained
2030
2031ISDN SUBSYSTEM (Eicon active card driver)
2032P: Armin Schindler
2033M: mac@melware.de
2034L: isdn4linux@listserv.isdn4linux.de
2035W: http://www.melware.de
2036S: Maintained
2037
1da177e4
LT
2038JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2039P: David Woodhouse
2040M: dwmw2@infradead.org
2041L: jffs-dev@axis.com
2042W: http://sources.redhat.com/jffs2/
2043S: Maintained
2044
2045JFS FILESYSTEM
2046P: Dave Kleikamp
2047M: shaggy@austin.ibm.com
2048L: jfs-discussion@lists.sourceforge.net
2049W: http://jfs.sourceforge.net/
1adc1230 2050T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1da177e4
LT
2051S: Supported
2052
de456d37 2053JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
ae0718f8 2054P: Stephen Tweedie, Andrew Morton
588cc708 2055M: sct@redhat.com, akpm@linux-foundation.org
72be2ccf 2056L: linux-ext4@vger.kernel.org
ae0718f8
TT
2057S: Maintained
2058
4660cb35
RM
2059K8TEMP HARDWARE MONITORING DRIVER
2060P: Rudolf Marek
2061M: r.marek@assembler.cz
2062L: lm-sensors@lm-sensors.org
ae0718f8
TT
2063S: Maintained
2064
1da177e4
LT
2065KCONFIG
2066P: Roman Zippel
2067M: zippel@linux-m68k.org
2068L: kbuild-devel@lists.sourceforge.net
2069S: Maintained
2070
ea6c2089
VG
2071KDUMP
2072P: Vivek Goyal
2073M: vgoyal@in.ibm.com
2074P: Haren Myneni
2075M: hbabu@us.ibm.com
34633993 2076L: kexec@lists.infradead.org
ea6c2089
VG
2077L: linux-kernel@vger.kernel.org
2078W: http://lse.sourceforge.net/kdump/
2079S: Maintained
2080
1da177e4
LT
2081KERNEL AUTOMOUNTER (AUTOFS)
2082P: H. Peter Anvin
2083M: hpa@zytor.com
2084L: autofs@linux.kernel.org
2085S: Odd Fixes
2086
2087KERNEL AUTOMOUNTER v4 (AUTOFS4)
2088P: Ian Kent
2089M: raven@themaw.net
2090L: autofs@linux.kernel.org
2091S: Maintained
2092
2093KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2094P: Kai Germaschewski
2095M: kai@germaschewski.name
2096P: Sam Ravnborg
2097M: sam@ravnborg.org
6fb0425b 2098T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
b7eee616 2099S: Maintained
1da177e4
LT
2100
2101KERNEL JANITORS
2102P: Several
c3000e03 2103L: kernel-janitors@vger.kernel.org
1da177e4 2104W: http://www.kerneljanitors.org/
1da177e4
LT
2105S: Maintained
2106
2107KERNEL NFSD
2108P: Neil Brown
98fac23f 2109M: neilb@suse.de
1da177e4
LT
2110L: nfs@lists.sourceforge.net
2111W: http://nfs.sourceforge.net/
98fac23f 2112S: Supported
1da177e4 2113
426d62e2
AK
2114KERNEL VIRTUAL MACHINE (KVM)
2115P: Avi Kivity
2116M: avi@qumranet.com
2117L: kvm-devel@lists.sourceforge.net
2118W: kvm.sourceforge.net
2119S: Supported
2120
dc009d92
EB
2121KEXEC
2122P: Eric Biederman
dc009d92 2123M: ebiederm@xmission.com
dc009d92
EB
2124W: http://www.xmission.com/~ebiederm/files/kexec/
2125L: linux-kernel@vger.kernel.org
34633993 2126L: kexec@lists.infradead.org
dc009d92
EB
2127S: Maintained
2128
89559a61
PP
2129KPROBES
2130P: Prasanna S Panchamukhi
2131M: prasanna@in.ibm.com
2132P: Ananth N Mavinakayanahalli
2133M: ananth@in.ibm.com
2134P: Anil S Keshavamurthy
2135M: anil.s.keshavamurthy@intel.com
2136P: David S. Miller
2137M: davem@davemloft.net
2138L: linux-kernel@vger.kernel.org
2139S: Maintained
2140
70e84049
MOS
2141KS0108 LCD CONTROLLER DRIVER
2142P: Miguel Ojeda Sandonis
2143M: maxextreme@gmail.com
2144L: linux-kernel@vger.kernel.org
6b968621 2145W: http://auxdisplay.googlepages.com/
70e84049
MOS
2146S: Maintained
2147
1da177e4 2148LAPB module
1da177e4 2149L: linux-x25@vger.kernel.org
bf9915cc 2150S: Orphan
1da177e4
LT
2151
2152LASI 53c700 driver for PARISC
2153P: James E.J. Bottomley
2154M: James.Bottomley@HansenPartnership.com
2155L: linux-scsi@vger.kernel.org
2156S: Maintained
2157
263de9b5
RP
2158LED SUBSYSTEM
2159P: Richard Purdie
2160M: rpurdie@rpsys.net
2161S: Maintained
2162
1da177e4
LT
2163LEGO USB Tower driver
2164P: Juergen Stuber
2165M: starblue@users.sourceforge.net
2166L: legousb-devel@lists.sourceforge.net
2167W: http://legousb.sourceforge.net/
2168S: Maintained
2169
2170LINUX FOR IBM pSERIES (RS/6000)
2171P: Paul Mackerras
2172M: paulus@au.ibm.com
2173W: http://www.ibm.com/linux/ltc/projects/ppc
2174S: Supported
2175
2176LINUX FOR NCR VOYAGER
2177P: James Bottomley
2178M: James.Bottomley@HansenPartnership.com
2179W: http://www.hansenpartnership.com/voyager
2180S: Maintained
2181
2182LINUX FOR POWERPC
2183P: Paul Mackerras
2184M: paulus@samba.org
2185W: http://www.penguinppc.org/
2186L: linuxppc-dev@ozlabs.org
1adc1230 2187T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1da177e4
LT
2188S: Supported
2189
2190LINUX FOR POWER MACINTOSH
2191P: Benjamin Herrenschmidt
2192M: benh@kernel.crashing.org
2193W: http://www.penguinppc.org/
2194L: linuxppc-dev@ozlabs.org
2195S: Maintained
2196
2197LINUX FOR POWERPC EMBEDDED MPC52XX
2198P: Sylvain Munaut
2199M: tnt@246tNt.com
2200W: http://www.246tNt.com/mpc52xx/
2201W: http://www.penguinppc.org/
2202L: linuxppc-dev@ozlabs.org
2203L: linuxppc-embedded@ozlabs.org
2204S: Maintained
2205
2206LINUX FOR POWERPC EMBEDDED PPC4XX
2207P: Matt Porter
2208M: mporter@kernel.crashing.org
2209W: http://www.penguinppc.org/
2210L: linuxppc-embedded@ozlabs.org
2211S: Maintained
2212
e93adf1e 2213LINUX FOR POWERPC BOOT CODE
1da177e4
LT
2214P: Tom Rini
2215M: trini@kernel.crashing.org
2216W: http://www.penguinppc.org/
2217L: linuxppc-embedded@ozlabs.org
2218S: Maintained
2219
e93adf1e
TR
2220LINUX FOR POWERPC EMBEDDED PPC8XX
2221P: Marcelo Tosatti
2e367a82 2222M: marcelo@kvack.org
e93adf1e
TR
2223W: http://www.penguinppc.org/
2224L: linuxppc-embedded@ozlabs.org
2225S: Maintained
2226
1da177e4 2227LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
ce00f85c
JC
2228P: Kumar Gala
2229M: galak@kernel.crashing.org
2230W: http://www.penguinppc.org/
2231L: linuxppc-embedded@ozlabs.org
2232S: Maintained
1da177e4 2233
ab06ff3a
OJ
2234LINUX FOR POWERPC PA SEMI PWRFICIENT
2235P: Olof Johansson
2236M: olof@lixom.net
2237W: http://www.pasemi.com/
2238L: linuxppc-dev@ozlabs.org
2239S: Supported
2240
1da177e4
LT
2241LLC (802.2)
2242P: Arnaldo Carvalho de Melo
926554c4 2243M: acme@ghostprotocols.net
1da177e4
LT
2244S: Maintained
2245
2246LINUX FOR 64BIT POWERPC
2247P: Paul Mackerras
2248M: paulus@samba.org
2249M: paulus@au.ibm.com
2250P: Anton Blanchard
2251M: anton@samba.org
2252M: anton@au.ibm.com
6d923f98 2253W: http://www.penguinppc.org/ppc64/
1d049816 2254L: linuxppc-dev@ozlabs.org
1da177e4
LT
2255S: Supported
2256
2257LINUX SECURITY MODULE (LSM) FRAMEWORK
2258P: Chris Wright
692a2061 2259M: chrisw@sous-sol.org
1a4520be 2260L: linux-security-module@vger.kernel.org
1da177e4 2261W: http://lsm.immunix.org
1adc1230 2262T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1da177e4
LT
2263S: Supported
2264
2265LM83 HARDWARE MONITOR DRIVER
2266P: Jean Delvare
2267M: khali@linux-fr.org
cc0b07ed 2268L: lm-sensors@lm-sensors.org
1da177e4
LT
2269S: Maintained
2270
2271LM90 HARDWARE MONITOR DRIVER
2272P: Jean Delvare
2273M: khali@linux-fr.org
cc0b07ed 2274L: lm-sensors@lm-sensors.org
1da177e4
LT
2275S: Maintained
2276
dde33348 2277LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
1da177e4
LT
2278P: Richard Russon (FlatCap)
2279M: ldm@flatcap.org
dde33348
AA
2280L: linux-ntfs-dev@lists.sourceforge.net
2281W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4
LT
2282S: Maintained
2283
c87e34ef
MED
2284LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2285P: Eric Moore
d8a82d7b
EM
2286M: Eric.Moore@lsi.com
2287M: support@lsi.com
2288L: mpt_linux_developer@lsi.com
c87e34ef
MED
2289L: linux-scsi@vger.kernel.org
2290W: http://www.lsilogic.com/support
2291S: Supported
2292
1da177e4
LT
2293LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2294P: Matthew Wilcox
2295M: matthew@wil.cx
2296L: linux-scsi@vger.kernel.org
2297S: Maintained
2298
2299M68K ARCHITECTURE
2300P: Geert Uytterhoeven
2301M: geert@linux-m68k.org
2302P: Roman Zippel
2303M: zippel@linux-m68k.org
2304L: linux-m68k@lists.linux-m68k.org
2305W: http://www.linux-m68k.org/
2306W: http://linux-m68k-cvs.ubb.ca/
2307S: Maintained
2308
2309M68K ON APPLE MACINTOSH
2310P: Joshua Thompson
2311M: funaho@jurai.org
2312W: http://www.mac.linux-m68k.org/
2313L: linux-mac68k@mac.linux-m68k.org
2314S: Maintained
2315
2316M68K ON HP9000/300
2317P: Philip Blundell
2318M: philb@gnu.org
2319W: http://www.tazenda.demon.co.uk/phil/linux-hp
2320S: Maintained
2321
64a327a7
JB
2322MAC80211
2323P: Jiri Benc
2324M: jbenc@suse.cz
2325P: Michael Wu
2326M: flamingice@sourmilk.net
2327L: linux-wireless@vger.kernel.org
2328W: http://linuxwireless.org/
2329T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2330S: Maintained
2331
1da177e4
LT
2332MARVELL YUKON / SYSKONNECT DRIVER
2333P: Mirko Lindner
2334M: mlindner@syskonnect.de
2335P: Ralph Roesler
2336M: rroesler@syskonnect.de
2337W: http://www.syskonnect.com
2338S: Supported
2339
faf1668c 2340MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
ce00f85c
JC
2341P: Michael Kerrisk
2342M: mtk-manpages@gmx.net
2343W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2344S: Maintained
faf1668c 2345
b60d6975
DF
2346MARVELL MV643XX ETHERNET DRIVER
2347P: Dale Farnsworth
2348M: dale@farnsworth.org
1da177e4 2349P: Manish Lachwani
b60d6975 2350M: mlachwani@mvista.com
979b6c13 2351L: netdev@vger.kernel.org
b60d6975 2352S: Odd Fixes for 2.4; Maintained for 2.6.
1da177e4
LT
2353
2354MATROX FRAMEBUFFER DRIVER
2355P: Petr Vandrovec
2356M: vandrove@vc.cvut.cz
5cd307c5 2357L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
2358S: Maintained
2359
d20620de
HJK
2360MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2361P: Hans J. Koch
2362M: hjk@linutronix.de
2363L: lm-sensors@lm-sensors.org
2364S: Maintained
2365
757e0108 2366MEGARAID SCSI DRIVERS
ce00f85c 2367P: Neela Syam Kolli
bdd0d757 2368M: megaraidlinux@lsi.com
ce00f85c
JC
2369S: linux-scsi@vger.kernel.org
2370W: http://megaraid.lsilogic.com
2371S: Maintained
757e0108 2372
70ea91f1
SR
2373MEMORY MANAGEMENT
2374L: linux-mm@kvack.org
2375L: linux-kernel@vger.kernel.org
2376W: http://www.linux-mm.org
2377S: Maintained
2378
f4e9ce66 2379MEMORY TECHNOLOGY DEVICES (MTD)
1da177e4
LT
2380P: David Woodhouse
2381M: dwmw2@infradead.org
2382W: http://www.linux-mtd.infradead.org/
2383L: linux-mtd@lists.infradead.org
f4e9ce66 2384T: git git://git.infradead.org/mtd-2.6.git
1da177e4
LT
2385S: Maintained
2386
48576401
AB
2387UNSORTED BLOCK IMAGES (UBI)
2388P: Artem Bityutskiy
2389M: dedekind@infradead.org
2390W: http://www.linux-mtd.infradead.org/
2391L: linux-mtd@lists.infradead.org
2392T: git git://git.infradead.org/ubi-2.6.git
2393S: Maintained
2394
1da177e4
LT
2395MICROTEK X6 SCANNER
2396P: Oliver Neukum
2397M: oliver@neukum.name
2398S: Maintained
2399
2400MIPS
2401P: Ralf Baechle
2402M: ralf@linux-mips.org
d50f7ec9 2403W: http://www.linux-mips.org/
1da177e4 2404L: linux-mips@linux-mips.org
7425b340
RB
2405T: git www.linux-mips.org:/pub/scm/linux.git
2406S: Supported
1da177e4
LT
2407
2408MISCELLANEOUS MCA-SUPPORT
2409P: James Bottomley
2410M: jejb@steeleye.com
2411L: linux-kernel@vger.kernel.org
2412S: Maintained
2413
2414MODULE SUPPORT
2415P: Rusty Russell
2416M: rusty@rustcorp.com.au
2417L: linux-kernel@vger.kernel.org
2418S: Maintained
2419
2420MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2421P: Stelian Pop
2422M: stelian@popies.net
2423W: http://popies.net/meye/
2424S: Maintained
2425
c58ff04a
PP
2426MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2427P: Pavel Pisa
2428M: ppisa@pikron.com
2429L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2430W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2431S: Maintained
2432
1da177e4
LT
2433MOUSE AND MISC DEVICES [GENERAL]
2434P: Alessandro Rubini
2435M: rubini@ipvvis.unipv.it
2436L: linux-kernel@vger.kernel.org
2437S: Maintained
2438
d735410a
JS
2439MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2440P: Jiri Slaby
2441M: jirislaby@gmail.com
2442L: linux-kernel@vger.kernel.org
2443S: Maintained
2444
8c4c731a
LP
2445MSI LAPTOP SUPPORT
2446P: Lennart Poettering
2447M: mzxreary@0pointer.de
2448L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2449W: http://0pointer.de/lennart/tchibo.html
2450S: Maintained
2451
1da177e4
LT
2452MTRR AND SIMILAR SUPPORT [i386]
2453P: Richard Gooch
2454M: rgooch@atnf.csiro.au
2455L: linux-kernel@vger.kernel.org
2456W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2457S: Maintained
2458
b9f5d804
PO
2459MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2460P: Pierre Ossman
2461M: drzeus-mmc@drzeus.cx
2462L: linux-kernel@vger.kernel.org
2463S: Maintained
baca2da4 2464
1da177e4
LT
2465MULTISOUND SOUND DRIVER
2466P: Andrew Veliath
2467M: andrewtv@usa.net
2468S: Maintained
2469
d735410a
JS
2470MULTITECH MULTIPORT CARD (ISICOM)
2471P: Jiri Slaby
2472M: jirislaby@gmail.com
2473L: linux-kernel@vger.kernel.org
2474S: Maintained
2475
1da177e4
LT
2476NATSEMI ETHERNET DRIVER (DP8381x)
2477P: Tim Hockin
2478M: thockin@hockin.org
2479S: Maintained
2480
2481NCP FILESYSTEM
2482P: Petr Vandrovec
2483M: vandrove@vc.cvut.cz
2484L: linware@sh.cvut.cz
2485S: Maintained
2486
2487NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2488P: James E.J. Bottomley
2489M: James.Bottomley@HansenPartnership.com
2490L: linux-scsi@vger.kernel.org
2491S: Maintained
2492
be2f2e84
SH
2493NETEM NETWORK EMULATOR
2494P: Stephen Hemminger
65ebe634 2495M: shemminger@linux-foundation.org
f318a63b 2496L: netem@lists.linux-foundation.org
be2f2e84
SH
2497S: Maintained
2498
1da177e4
LT
2499NETFILTER/IPTABLES/IPCHAINS
2500P: Rusty Russell
2501P: Marc Boucher
2502P: James Morris
2503P: Harald Welte
2504P: Jozsef Kadlecsik
82b98543
PM
2505P: Patrick McHardy
2506M: kaber@trash.net
2507L: netfilter-devel@lists.netfilter.org
24a1dec5 2508L: netfilter@lists.netfilter.org (subscribers-only)
82b98543 2509L: coreteam@netfilter.org
1da177e4
LT
2510W: http://www.netfilter.org/
2511W: http://www.iptables.org/
1da177e4
LT
2512S: Supported
2513
4cc67735
PM
2514NETLABEL
2515P: Paul Moore
2516M: paul.moore@hp.com
2517W: http://netlabel.sf.net
2518L: netdev@vger.kernel.org
2519S: Supported
2520
1da177e4
LT
2521NETROM NETWORK LAYER
2522P: Ralf Baechle
2523M: ralf@linux-mips.org
2524L: linux-hams@vger.kernel.org
d34cb28a 2525W: http://www.linux-ax25.org/
1da177e4
LT
2526S: Maintained
2527
5ddb88c0 2528NETWORK BLOCK DEVICE (NBD)
1da177e4
LT
2529P: Paul Clements
2530M: Paul.Clements@steeleye.com
2531S: Maintained
2532
2533NETWORK DEVICE DRIVERS
2534P: Andrew Morton
588cc708 2535M: akpm@linux-foundation.org
1da177e4
LT
2536P: Jeff Garzik
2537M: jgarzik@pobox.com
979b6c13 2538L: netdev@vger.kernel.org
6fb0425b 2539T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1da177e4
LT
2540S: Maintained
2541
2542NETWORKING [GENERAL]
2543P: Networking Team
979b6c13
RB
2544M: netdev@vger.kernel.org
2545L: netdev@vger.kernel.org
f1465f7e 2546W: http://linux-net.osdl.org/
1da177e4
LT
2547S: Maintained
2548
2549NETWORKING [IPv4/IPv6]
2550P: David S. Miller
2551M: davem@davemloft.net
2552P: Alexey Kuznetsov
2553M: kuznet@ms2.inr.ac.ru
2554P: Pekka Savola (ipv6)
2555M: pekkas@netcore.fi
2556P: James Morris
48de5bee 2557M: jmorris@namei.org
1da177e4
LT
2558P: Hideaki YOSHIFUJI
2559M: yoshfuji@linux-ipv6.org
2560P: Patrick McHardy
2561M: kaber@coreworks.de
979b6c13 2562L: netdev@vger.kernel.org
d5ca3117 2563T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1da177e4
LT
2564S: Maintained
2565
29f8f632
JL
2566NETWORKING [WIRELESS]
2567P: John W. Linville
2568M: linville@tuxdriver.com
2cb4abd1 2569L: linux-wireless@vger.kernel.org
29f8f632
JL
2570T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2571S: Maintained
2572
3d396eb1
AK
2573NETXEN (1/10) GbE SUPPORT
2574P: Amit S. Kale
2575M: amitkale@netxen.com
2576L: netdev@vger.kernel.org
2577W: http://www.netxen.com
2578S: Supported
2579
1da177e4
LT
2580IPVS
2581P: Wensong Zhang
2582M: wensong@linux-vs.org
9d30c171
H
2583P: Simon Horman
2584M: horms@verge.net.au
1da177e4
LT
2585P: Julian Anastasov
2586M: ja@ssi.bg
9d30c171 2587L: netdev@vger.kernel.org
1da177e4
LT
2588S: Maintained
2589
2590NFS CLIENT
2591P: Trond Myklebust
2592M: trond.myklebust@fys.uio.no
2593L: linux-kernel@vger.kernel.org
2594S: Maintained
2595
2596NI5010 NETWORK DRIVER
5b552b16
AM
2597P: Jan-Pascal van Best
2598M: janpascal@vanbest.org
2599P: Andreas Mohr
2600M: andi@lisas.de
979b6c13 2601L: netdev@vger.kernel.org
1da177e4
LT
2602S: Maintained
2603
2604NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2605P: YOKOTA Hiroshi
2606M: yokota@netlab.is.tsukuba.ac.jp
2607W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2608S: Maintained
2609
2610NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2611P: GOTO Masanori
2612M: gotom@debian.or.jp
2613P: YOKOTA Hiroshi
2614M: yokota@netlab.is.tsukuba.ac.jp
2615W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2616S: Maintained
2617
2618NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2619P: Eberhard Moenkeberg
2620M: emoenke@gwdg.de
2621L: linux-kernel@vger.kernel.org
2622S: Maintained
2623
2624NTFS FILESYSTEM
2625P: Anton Altaparmakov
2626M: aia21@cantab.net
2627L: linux-ntfs-dev@lists.sourceforge.net
2628L: linux-kernel@vger.kernel.org
2629W: http://linux-ntfs.sf.net/
1adc1230 2630T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1da177e4
LT
2631S: Maintained
2632
9eb8ef74 2633NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
ce00f85c 2634P: Antonino Daplas
0478e62e 2635M: adaplas@gmail.com
5cd307c5 2636L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 2637S: Maintained
1da177e4 2638
3ef34b80
RV
2639NETERION (S2IO) Xframe 10GbE DRIVER
2640P: Ramkrishna Vepa
2641M: ram.vepa@neterion.com
2642P: Rastapur Santosh
2643M: santosh.rastapur@neterion.com
2644P: Sivakumar Subramani
2645M: sivakumar.subramani@neterion.com
2646P: Sreenivasa Honnur
2647M: sreenivasa.honnur@neterion.com
2648L: netdev@vger.kernel.org
2649W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2650S: Supported
2651
1ded969f
PK
2652OPENCORES I2C BUS DRIVER
2653P: Peter Korsgaard
2654M: jacmet@sunsite.dk
5d925fec 2655L: i2c@lm-sensors.org
1ded969f
PK
2656S: Maintained
2657
ccd979bd
MF
2658ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2659P: Mark Fasheh
2660M: mark.fasheh@oracle.com
2661P: Kurt Hackel
2662M: kurt.hackel@oracle.com
2663L: ocfs2-devel@oss.oracle.com
2664W: http://oss.oracle.com/projects/ocfs2/
b7eee616 2665S: Supported
ccd979bd 2666
1da177e4
LT
2667OLYMPIC NETWORK DRIVER
2668P: Peter De Shrijver
2669M: p2@ace.ulyssis.student.kuleuven.ac.be
2670P: Mike Phillips
b7eee616 2671M: mikep@linuxtr.net
979b6c13 2672L: netdev@vger.kernel.org
1da177e4
LT
2673L: linux-tr@linuxtr.net
2674W: http://www.linuxtr.net
2675S: Maintained
2676
c1986ee9
HW
2677OMNIKEY CARDMAN 4000 DRIVER
2678P: Harald Welte
2679M: laforge@gnumonks.org
2680S: Maintained
2681
77c44ab1
HW
2682OMNIKEY CARDMAN 4040 DRIVER
2683P: Harald Welte
2684M: laforge@gnumonks.org
2685S: Maintained
2686
77d5140f
JC
2687OMNIVISION OV7670 SENSOR DRIVER
2688P: Jonathan Corbet
2689M: corbet@lwn.net
2690L: video4linux-list@redhat.com
2691S: Maintained
2692
431bca73
TG
2693ONENAND FLASH DRIVER
2694P: Kyungmin Park
2695M: kyungmin.park@samsung.com
2696L: linux-mtd@lists.infradead.org
2697S: Maintained
2698
1da177e4
LT
2699ONSTREAM SCSI TAPE DRIVER
2700P: Willem Riede
2701M: osst@riede.org
2702L: osst-users@lists.sourceforge.net
2703L: linux-scsi@vger.kernel.org
2704S: Maintained
2705
2706OPL3-SA2, SA3, and SAx DRIVER
2707P: Zwane Mwaikambo
3c7bf1ea 2708M: zwane@arm.linux.org.uk
1da177e4
LT
2709L: linux-sound@vger.kernel.org
2710S: Maintained
2711
2712OPROFILE
2713P: Philippe Elie
2714M: phil.el@wanadoo.fr
2715L: oprofile-list@lists.sf.net
2716S: Maintained
2717
2718ORINOCO DRIVER
2719P: Pavel Roskin
2720M: proski@gnu.org
2721P: David Gibson
2722M: hermes@gibson.dropbear.id.au
724c6b35 2723L: linux-wireless@vger.kernel.org
ecffdde6
PR
2724L: orinoco-users@lists.sourceforge.net
2725L: orinoco-devel@lists.sourceforge.net
2726W: http://www.nongnu.org/orinoco/
1da177e4
LT
2727S: Maintained
2728
f5cd7872
OJ
2729PA SEMI ETHERNET DRIVER
2730P: Olof Johansson
2731M: olof@lixom.net
2732L: netdev@vger.kernel.org
2733S: Maintained
2734
beb58aa3
OJ
2735PA SEMI SMBUS DRIVER
2736P: Olof Johansson
2737M: olof@lixom.net
2738L: i2c@lm-sensors.org
2739S: Maintained
2740
1da177e4 2741PARALLEL PORT SUPPORT
3dd1a329 2742L: linux-parport@lists.infradead.org (subscribers-only)
5fdc2abe 2743S: Orphan
1da177e4
LT
2744
2745PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2746P: Tim Waugh
2747M: tim@cyberelk.net
3dd1a329 2748L: linux-parport@lists.infradead.org (subscribers-only)
1da177e4
LT
2749W: http://www.torque.net/linux-pp.html
2750S: Maintained
2751
2752PARISC ARCHITECTURE
2753P: Matthew Wilcox
2754M: matthew@wil.cx
2755P: Grant Grundler
2756M: grundler@parisc-linux.org
223232de
KM
2757P: Kyle McMartin
2758M: kyle@parisc-linux.org
1da177e4
LT
2759L: parisc-linux@parisc-linux.org
2760W: http://www.parisc-linux.org/
223232de
KM
2761T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2762T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
1da177e4
LT
2763S: Maintained
2764
4cdf6bc2
JF
2765PARAVIRT_OPS INTERFACE
2766P: Jeremy Fitzhardinge
2767M: jeremy@xensource.com
2768P: Chris Wright
2769M: chrisw@sous-sol.org
2770P: Zachary Amsden
2771M: zach@vmware.com
2772P: Rusty Russell
2773M: rusty@rustcorp.com.au
2774L: virtualization@lists.osdl.org
2775L: linux-kernel@vger.kernel.org
2776S: Supported
2777
1662d32c
JC
2778PC87360 HARDWARE MONITORING DRIVER
2779P: Jim Cromie
2780M: jim.cromie@gmail.com
2781L: lm-sensors@lm-sensors.org
2782S: Maintained
2783
2784PC8736x GPIO DRIVER
2785P: Jim Cromie
2786M: jim.cromie@gmail.com
2787S: Maintained
2788
065c6359
LV
2789PCI ERROR RECOVERY
2790P: Linas Vepstas
2791M: linas@austin.ibm.com
2792L: linux-kernel@vger.kernel.org
2793L: linux-pci@atrey.karlin.mff.cuni.cz
2794S: Supported
2795
1da177e4
LT
2796PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2797P: Thomas Sailer
2798M: sailer@ife.ee.ethz.ch
2799L: linux-sound@vger.kernel.org
2800W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2801S: Maintained
2802
2803PCI SUBSYSTEM
2804P: Greg Kroah-Hartman
2805M: gregkh@suse.de
2806L: linux-kernel@vger.kernel.org
2807L: linux-pci@atrey.karlin.mff.cuni.cz
6fb0425b 2808T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
2809S: Supported
2810
2811PCI HOTPLUG CORE
fb5f4d7a
KCA
2812P: Kristen Carlson Accardi
2813M: kristen.c.accardi@intel.com
1da177e4
LT
2814S: Supported
2815
8cf4c195
KA
2816PCIE HOTPLUG DRIVER
2817P: Kristen Carlson Accardi
2818M: kristen.c.accardi@intel.com
2819L: pcihpd-discuss@lists.sourceforge.net
8b59a454 2820S: Supported
8cf4c195 2821
1da177e4 2822PCMCIA SUBSYSTEM
4230dfc9 2823P: Linux PCMCIA Team
f5df5881 2824L: linux-pcmcia@lists.infradead.org
1da177e4 2825L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6fb0425b 2826T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 2827S: Maintained
1da177e4
LT
2828
2829PCNET32 NETWORK DRIVER
04ce0948 2830P: Don Fry
2831M: pcnet32@verizon.net
979b6c13 2832L: netdev@vger.kernel.org
1da177e4
LT
2833S: Maintained
2834
ad4ecbcb
SN
2835PER-TASK DELAY ACCOUNTING
2836P: Shailabh Nagar
2837M: nagar@watson.ibm.com
2838L: linux-kernel@vger.kernel.org
2839S: Maintained
2840
dd49d0f5
JC
2841PERSONALITY HANDLING
2842P: Christoph Hellwig
2843M: hch@infradead.org
2844L: linux-abi-devel@lists.sourceforge.net
2845S: Maintained
2846
1da177e4 2847PHRAM MTD DRIVER
dd4ef01c 2848P: Jörn Engel
1da177e4
LT
2849M: joern@wh.fh-wedel.de
2850L: linux-mtd@lists.infradead.org
2851S: Maintained
2852
249a6771
PO
2853PKTCDVD DRIVER
2854P: Peter Osterlund
2855M: petero2@telia.com
2856L: linux-kernel@vger.kernel.org
249a6771
PO
2857S: Maintained
2858
1da177e4
LT
2859POSIX CLOCKS and TIMERS
2860P: George Anzinger
2861M: george@mvista.com
f1c3ddff 2862L: linux-kernel@vger.kernel.org
1da177e4
LT
2863S: Supported
2864
24682978
ES
2865POWERPC 4xx EMAC DRIVER
2866P: Eugene Surovegin
2867M: ebs@ebshome.net
2868W: http://kernel.ebshome.net/emac/
2869L: linuxppc-embedded@ozlabs.org
2870L: netdev@vger.kernel.org
2871S: Maintained
2872
1da177e4
LT
2873PNP SUPPORT
2874P: Adam Belay
2875M: ambx1@neo.rr.com
2876S: Maintained
2877
999445d4
VW
2878PNXxxxx I2C DRIVER
2879P: Vitaly Wool
2880M: vitalywool@gmail.com
2881L: i2c@lm-sensors.org
2882S: Maintained
2883
1da177e4
LT
2884PPP PROTOCOL DRIVERS AND COMPRESSORS
2885P: Paul Mackerras
2886M: paulus@samba.org
2887L: linux-ppp@vger.kernel.org
2888S: Maintained
2889
2890PPP OVER ATM (RFC 2364)
2891P: Mitchell Blank Jr
2892M: mitch@sfgoth.com
2893S: Maintained
2894
2895PPP OVER ETHERNET
2896P: Michal Ostrowski
2897M: mostrows@speakeasy.net
2898S: Maintained
2899
a6d2370b
JC
2900PPP OVER L2TP
2901P: James Chapman
2902M: jchapman@katalix.com
2903S: Maintained
2904
1da177e4
LT
2905PREEMPTIBLE KERNEL
2906P: Robert Love
2907M: rml@tech9.net
2908L: linux-kernel@vger.kernel.org
2909L: kpreempt-tech@lists.sourceforge.net
2910W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2911S: Supported
2912
2913PRISM54 WIRELESS DRIVER
e88b34ba
LR
2914P: Luis R. Rodriguez
2915M: mcgrof@gmail.com
724c6b35 2916L: linux-wireless@vger.kernel.org
1da177e4
LT
2917W: http://prism54.org
2918S: Maintained
2919
2920PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2921P: Peter Denison
2922M: promise@pnd-pc.demon.co.uk
2923W: http://www.pnd-pc.demon.co.uk/promise/
2924S: Maintained
2925
b3277dfa
MP
2926PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2927P: Mikael Pettersson
2928M: mikpe@it.uu.se
2929L: linux-ide@vger.kernel.org
2930S: Maintained
2931
02c18891
MM
2932PS3 NETWORK SUPPORT
2933P: Masakazu Mokuno
2934M: mokuno@sm.sony.co.jp
2935L: netdev@vger.kernel.org
2936L: cbe-oss-dev@ozlabs.org
2937S: Supported
2938
f58a9d17
GL
2939PS3 PLATFORM SUPPORT
2940P: Geoff Levand
2941M: geoffrey.levand@am.sony.com
2942L: linuxppc-dev@ozlabs.org
2943L: cbe-oss-dev@ozlabs.org
2944S: Supported
2945
8320204a
MK
2946PVRUSB2 VIDEO4LINUX DRIVER
2947P: Mike Isely
2948M: isely@pobox.com
16e9495d 2949L: pvrusb2@isely.net (subscribers-only)
8320204a
MK
2950L: video4linux-list@redhat.com
2951W: http://www.isely.net/pvrusb2/
2952S: Maintained
2953
1da177e4
LT
2954PXA2xx SUPPORT
2955P: Nicolas Pitre
2956M: nico@cam.org
70f09f1f 2957L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
2958S: Maintained
2959
272f133a
PO
2960PXA MMCI DRIVER
2961S: Orphan
2962
1da177e4
LT
2963QLOGIC QLA2XXX FC-SCSI DRIVER
2964P: Andrew Vasquez
95e6a856 2965M: linux-driver@qlogic.com
1da177e4
LT
2966L: linux-scsi@vger.kernel.org
2967S: Supported
2968
5a4faa87
RM
2969QLOGIC QLA3XXX NETWORK DRIVER
2970P: Ron Mercer
2971M: linux-driver@qlogic.com
2972L: netdev@vger.kernel.org
2973S: Supported
2974
1da177e4
LT
2975QNX4 FILESYSTEM
2976P: Anders Larsen
2977M: al@alarsen.net
2978L: linux-kernel@vger.kernel.org
2979W: http://www.alarsen.net/linux/qnx4fs/
2980S: Maintained
2981
2982RADEON FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
2983P: Benjamin Herrenschmidt
2984M: benh@kernel.crashing.org
5cd307c5 2985L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
2986S: Maintained
2987
2988RAGE128 FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
2989P: Paul Mackerras
2990M: paulus@samba.org
5cd307c5 2991L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
2992S: Maintained
2993
2994RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2995P: Corey Thomas
2996M: corey@world.std.com
724c6b35 2997L: linux-wireless@vger.kernel.org
1da177e4
LT
2998S: Maintained
2999
9e95ce27
MM
3000RANDOM NUMBER DRIVER
3001P: Matt Mackall
3002M: mpm@selenic.com
3003S: Maintained
3004
394b701c
MP
3005RAPIDIO SUBSYSTEM
3006P: Matt Porter
3007M: mporter@kernel.crashing.org
3008L: linux-kernel@vger.kernel.org
3009S: Maintained
3010
595182bc
JT
3011READ-COPY UPDATE (RCU)
3012P: Dipankar Sarma
3013M: dipankar@in.ibm.com
3014W: http://www.rdrop.com/users/paulmck/rclock/
3015L: linux-kernel@vger.kernel.org
3016S: Supported
3017
3018RCUTORTURE MODULE
3019P: Josh Triplett
3020M: josh@freedesktop.org
3021L: linux-kernel@vger.kernel.org
3022S: Maintained
3023
1da177e4
LT
3024REAL TIME CLOCK DRIVER
3025P: Paul Gortmaker
3026M: p_gortmaker@yahoo.com
3027L: linux-kernel@vger.kernel.org
3028S: Maintained
3029
0c86edc0
AZ
3030REAL TIME CLOCK (RTC) SUBSYSTEM
3031P: Alessandro Zummo
3032M: a.zummo@towertech.it
76465493 3033L: rtc-linux@googlegroups.com
0c86edc0
AZ
3034S: Maintained
3035
1da177e4
LT
3036REISERFS FILE SYSTEM
3037P: Hans Reiser
3038M: reiserfs-dev@namesys.com
76c4e5ea 3039L: reiserfs-devel@vger.kernel.org
1da177e4
LT
3040W: http://www.namesys.com
3041S: Supported
3042
3043ROCKETPORT DRIVER
3044P: Comtrol Corp.
1da177e4
LT
3045W: http://www.comtrol.com
3046S: Maintained
3047
3048ROSE NETWORK LAYER
3049P: Ralf Baechle
3050M: ralf@linux-mips.org
3051L: linux-hams@vger.kernel.org
d34cb28a 3052W: http://www.linux-ax25.org/
1da177e4
LT
3053S: Maintained
3054
3055RISCOM8 DRIVER
3056S: Orphan
3057
605bebe2
MW
3058RTL818X WIRELESS DRIVER
3059P: Michael Wu
3060M: flamingice@sourmilk.net
3061P: Andrea Merello
3062M: andreamrl@tiscali.it
3063L: linux-wireless@vger.kernel.org
3064W: http://linuxwireless.org/
3065T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3066S: Maintained
3067
9eb8ef74 3068S3 SAVAGE FRAMEBUFFER DRIVER
ce00f85c 3069P: Antonino Daplas
0478e62e 3070M: adaplas@gmail.com
5cd307c5 3071L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 3072S: Maintained
9eb8ef74 3073
1da177e4
LT
3074S390
3075P: Martin Schwidefsky
3076M: schwidefsky@de.ibm.com
83014255
MS
3077P: Heiko Carstens
3078M: heiko.carstens@de.ibm.com
1da177e4 3079M: linux390@de.ibm.com
d58140cc 3080L: linux-s390@vger.kernel.org
5238da45
HC
3081W: http://www.ibm.com/developerworks/linux/linux390/
3082S: Supported
3083
3084S390 NETWORK DRIVERS
3085P: Frank Pavlic
3086M: fpavlic@de.ibm.com
3087M: linux390@de.ibm.com
d58140cc 3088L: linux-s390@vger.kernel.org
5238da45
HC
3089W: http://www.ibm.com/developerworks/linux/linux390/
3090S: Supported
3091
3092S390 ZFCP DRIVER
9cbb8897
SS
3093P: Swen Schillig
3094M: swen@vnet.ibm.com
5238da45 3095M: linux390@de.ibm.com
d58140cc 3096L: linux-s390@vger.kernel.org
5238da45 3097W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4
LT
3098S: Supported
3099
3100SAA7146 VIDEO4LINUX-2 DRIVER
3101P: Michael Hunold
3102M: michael@mihu.de
3103W: http://www.mihu.de/linux/saa7146
3104S: Maintained
3105
3106SBPCD CDROM DRIVER
3107P: Eberhard Moenkeberg
3108M: emoenke@gwdg.de
3109L: linux-kernel@vger.kernel.org
3110S: Maintained
3111
3112SC1200 WDT DRIVER
3113P: Zwane Mwaikambo
3c7bf1ea 3114M: zwane@arm.linux.org.uk
1da177e4
LT
3115S: Maintained
3116
3117SCHEDULER
3118P: Ingo Molnar
3119M: mingo@elte.hu
3120P: Robert Love [the preemptible kernel bits]
3121M: rml@tech9.net
3122L: linux-kernel@vger.kernel.org
3123S: Maintained
3124
3125SCSI CDROM DRIVER
3126P: Jens Axboe
0fe23479 3127M: axboe@kernel.dk
1da177e4
LT
3128L: linux-scsi@vger.kernel.org
3129W: http://www.kernel.dk
3130S: Maintained
3131
3132SCSI SG DRIVER
3133P: Doug Gilbert
3134M: dgilbert@interlog.com
3135L: linux-scsi@vger.kernel.org
3136W: http://www.torque.net/sg
3137S: Maintained
3138
3139SCSI SUBSYSTEM
3140P: James E.J. Bottomley
3141M: James.Bottomley@SteelEye.com
3142L: linux-scsi@vger.kernel.org
6fb0425b 3143T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
1da177e4
LT
3144S: Maintained
3145
3146SCSI TAPE DRIVER
dd4ef01c 3147P: Kai Mäkisara
1da177e4
LT
3148M: Kai.Makisara@kolumbus.fi
3149L: linux-scsi@vger.kernel.org
3150S: Maintained
3151
3152SCTP PROTOCOL
5f85813c
SS
3153P: Vlad Yasevich
3154M: vladislav.yasevich@hp.com
ce00f85c
JC
3155P: Sridhar Samudrala
3156M: sri@us.ibm.com
3157L: lksctp-developers@lists.sourceforge.net
5f85813c 3158W: http://lksctp.sourceforge.net
ce00f85c 3159S: Supported
1da177e4
LT
3160
3161SCx200 CPU SUPPORT
1662d32c
JC
3162P: Jim Cromie
3163M: jim.cromie@gmail.com
3164S: Odd Fixes
3165
3166SCx200 GPIO DRIVER
3167P: Jim Cromie
3168M: jim.cromie@gmail.com
3169S: Maintained
3170
3171SCx200 HRT CLOCKSOURCE DRIVER
3172P: Jim Cromie
3173M: jim.cromie@gmail.com
3174S: Maintained
1da177e4
LT
3175
3176SECURITY CONTACT
3177P: Security Officers
3178M: security@kernel.org
3179S: Supported
3180
3181SELINUX SECURITY MODULE
3182P: Stephen Smalley
62cfe7ef 3183M: sds@tycho.nsa.gov
1da177e4 3184P: James Morris
48de5bee 3185M: jmorris@namei.org
588a3157
SS
3186P: Eric Paris
3187M: eparis@parisplace.org
1da177e4 3188L: linux-kernel@vger.kernel.org (kernel issues)
588a3157 3189L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
1da177e4
LT
3190W: http://www.nsa.gov/selinux
3191S: Supported
3192
cef2cf07
JS
3193SENSABLE PHANTOM
3194P: Jiri Slaby
3195M: jirislaby@gmail.com
3196S: Maintained
3197
1da177e4
LT
3198SERIAL ATA (SATA) SUBSYSTEM:
3199P: Jeff Garzik
3200M: jgarzik@pobox.com
3201L: linux-ide@vger.kernel.org
6fb0425b 3202T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4
LT
3203S: Supported
3204
3205SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3206P: Pat Gefre
3207M: pfg@sgi.com
3208L: linux-ia64@vger.kernel.org
3209S: Supported
3210
3211SGI VISUAL WORKSTATION 320 AND 540
3212P: Andrey Panin
3213M: pazke@donpac.ru
3214L: linux-visws-devel@lists.sf.net
3215W: http://linux-visws.sf.net
3216S: Maintained for 2.6.
3217
3218SIMTEC EB110ATX (Chalice CATS)
3219P: Ben Dooks
3220P: Vincent Sanders
3221M: support@simtec.co.uk
3222W: http://www.simtec.co.uk/products/EB110ATX/
3223S: Supported
3224
3225SIMTEC EB2410ITX (BAST)
3226P: Ben Dooks
3227P: Vincent Sanders
3228M: support@simtec.co.uk
3229W: http://www.simtec.co.uk/products/EB2410ITX/
3230S: Supported
3231
92aab3c0
FR
3232SIS 190 ETHERNET DRIVER
3233P: Francois Romieu
3234M: romieu@fr.zoreil.com
3235L: netdev@vger.kernel.org
3236S: Maintained
3237
1da177e4
LT
3238SIS 5513 IDE CONTROLLER DRIVER
3239P: Lionel Bouton
3240M: Lionel.Bouton@inet6.fr
3241W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3242W: http://gyver.homeip.net/sis5513/index.html
3243S: Maintained
3244
3245SIS 900/7016 FAST ETHERNET DRIVER
3246P: Daniele Venzano
3247M: venza@brownhat.org
3248W: http://www.brownhat.org/sis900.html
979b6c13 3249L: netdev@vger.kernel.org
1da177e4
LT
3250S: Maintained
3251
3252SIS FRAMEBUFFER DRIVER
3253P: Thomas Winischhofer
3254M: thomas@winischhofer.net
3255W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 3256S: Maintained
1da177e4
LT
3257
3258SIS USB2VGA DRIVER
3259P: Thomas Winischhofer
3260M: thomas@winischhofer.net
3261W: http://www.winischhofer.at/linuxsisusbvga.shtml
3262S: Maintained
3263
1da177e4
LT
3264SMC91x ETHERNET DRIVER
3265P: Nicolas Pitre
3266M: nico@cam.org
3267S: Maintained
3268
8f0f850e
DD
3269SOFTMAC LAYER (IEEE 802.11)
3270P: Johannes Berg
3271M: johannes@sipsolutions.net
3272P: Joe Jezak
3273M: josejx@gentoo.org
3274P: Daniel Drake
3275M: dsd@gentoo.org
3276W: http://softmac.sipsolutions.net/
724c6b35 3277L: linux-wireless@vger.kernel.org
8f0f850e
DD
3278S: Maintained
3279
1da177e4
LT
3280SOFTWARE RAID (Multiple Disks) SUPPORT
3281P: Ingo Molnar
3282M: mingo@redhat.com
3283P: Neil Brown
524418bb 3284M: neilb@suse.de
1da177e4 3285L: linux-raid@vger.kernel.org
524418bb 3286S: Supported
1da177e4
LT
3287
3288SOFTWARE SUSPEND:
3289P: Pavel Machek
3290M: pavel@suse.cz
f318a63b 3291L: linux-pm@lists.linux-foundation.org
1da177e4
LT
3292S: Maintained
3293
3294SONIC NETWORK DRIVER
3295P: Thomas Bogendoerfer
3296M: tsbogend@alpha.franken.de
979b6c13 3297L: netdev@vger.kernel.org
1da177e4
LT
3298S: Maintained
3299
3300SONY VAIO CONTROL DEVICE DRIVER
0d477fac
MD
3301P: Mattia Dongili
3302M: malattia@linux.it
5b18167d
MD
3303L: linux-acpi@vger.kernel.org
3304W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4
LT
3305S: Maintained
3306
3307SOUND
3308P: Jaroslav Kysela
3309M: perex@suse.cz
82622046 3310L: alsa-devel@alsa-project.org (subscribers-only)
1da177e4
LT
3311S: Maintained
3312
eb1a6af3
LG
3313SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3314P: Liam Girdwood
3315M: liam.girdwood@wolfsonmicro.com
82622046 3316L: alsa-devel@alsa-project.org (subscribers-only)
eb1a6af3
LG
3317S: Supported
3318
025c3987
KG
3319SPI SUBSYSTEM
3320P: David Brownell
3321M: dbrownell@users.sourceforge.net
3322L: spi-devel-general@lists.sourceforge.net
3323S: Maintained
3324
855f46ad
SR
3325STABLE BRANCH:
3326P: Greg Kroah-Hartman
3327M: greg@kroah.com
3328P: Chris Wright
3329M: chrisw@sous-sol.org
3330L: stable@kernel.org
3331S: Maintained
3332
1c72d46d
KH
3333TPM DEVICE DRIVER
3334P: Kylene Hall
3335M: kjhall@us.ibm.com
3336W: http://tpmdd.sourceforge.net
d3a7b6df
MS
3337P: Marcel Selhorst
3338M: tpm@selhorst.net
3339W: http://www.prosec.rub.de/tpm/
3bd2aad2 3340L: tpmdd-devel@lists.sourceforge.net
1c72d46d
KH
3341S: Maintained
3342
1a80ba88 3343Telecom Clock Driver for MCPL0010
ce00f85c
JC
3344P: Mark Gross
3345M: mark.gross@intel.com
3346S: Supported
1a80ba88 3347
48b415ca
CZ
3348TENSILICA XTENSA PORT (xtensa):
3349P: Chris Zankel
3350M: chris@zankel.net
3351S: Maintained
3352
756970ad
HMH
3353THINKPAD ACPI EXTRAS DRIVER
3354P: Henrique de Moraes Holschuh
3355M: ibm-acpi@hmh.eng.br
3356L: ibm-acpi-devel@lists.sourceforge.net
3357W: http://ibm-acpi.sourceforge.net
3358W: http://thinkwiki.org/wiki/Ibm-acpi
3359T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3360S: Maintained
3361
1da177e4
LT
3362UltraSPARC (sparc64):
3363P: David S. Miller
3364M: davem@davemloft.net
1da177e4 3365L: sparclinux@vger.kernel.org
1adc1230 3366T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
1da177e4
LT
3367S: Maintained
3368
3369SHARP LH SUPPORT (LH7952X & LH7A40X)
3370P: Marc Singer
3371M: elf@buici.com
3372W: http://projects.buici.com/arm
70f09f1f 3373L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3374S: Maintained
3375
8cf4c195
KA
3376SHPC HOTPLUG DRIVER
3377P: Kristen Carlson Accardi
3378M: kristen.c.accardi@intel.com
3379L: pcihpd-discuss@lists.sourceforge.net
8b59a454 3380S: Supported
8cf4c195 3381
d129bceb
PO
3382SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3383P: Pierre Ossman
3384M: drzeus-sdhci@drzeus.cx
3385L: sdhci-devel@list.drzeus.cx
3386W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3387S: Maintained
3388
4b1ac9ab
SH
3389SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3390P: Stephen Hemminger
65ebe634 3391M: shemminger@linux-foundation.org
4b1ac9ab
SH
3392L: netdev@vger.kernel.org
3393S: Maintained
3394
1a87d942
CB
3395SOEKRIS NET48XX LED SUPPORT
3396P: Chris Boot
3397M: bootc@bootc.net
3398S: Maintained
3399
1da177e4
LT
3400SPARC (sparc32):
3401P: William L. Irwin
3402M: wli@holomorphy.com
3403L: sparclinux@vger.kernel.org
3404S: Maintained
3405
3406SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3407P: Roger Wolff
3408M: R.E.Wolff@BitWizard.nl
3409L: linux-kernel@vger.kernel.org ?
3410S: Supported
3411
2752e401 3412SPIDERNET NETWORK DRIVER for CELL
fa302484
LV
3413P: Linas Vepstas
3414M: linas@austin.ibm.com
2752e401
JL
3415L: netdev@vger.kernel.org
3416S: Supported
3417
1da177e4
LT
3418SRM (Alpha) environment access
3419P: Jan-Benedict Glaw
3420M: jbglaw@lug-owl.de
3421L: linux-kernel@vger.kernel.org
3422S: Maintained
3423
3424STARFIRE/DURALAN NETWORK DRIVER
3425P: Ion Badulescu
3426M: ionut@cs.columbia.edu
3427S: Maintained
3428
3429STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3430W: http://mosquitonet.Stanford.EDU/strip.html
3431S: Unsupported ?
3432
3433STRADIS MPEG-2 DECODER DRIVER
3434P: Nathan Laredo
3435M: laredo@gnu.org
1da177e4
LT
3436W: http://www.stradis.com/
3437S: Maintained
3438
3439SUPERH (sh)
3440P: Paul Mundt
3441M: lethal@linux-sh.org
3b5e0cbb 3442L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
1da177e4 3443W: http://www.linux-sh.org
1da177e4
LT
3444S: Maintained
3445
3446SUPERH64 (sh64)
3447P: Paul Mundt
3448M: lethal@linux-sh.org
1da177e4
LT
3449L: linuxsh-shmedia-dev@lists.sourceforge.net
3450W: http://www.linux-sh.org
1da177e4
LT
3451S: Maintained
3452
3453SUN3/3X
3454P: Sam Creasey
3455M: sammy@sammy.net
1da177e4
LT
3456W: http://sammy.net/sun3/
3457S: Maintained
3458
3459SVGA HANDLING
3460P: Martin Mares
3461M: mj@ucw.cz
3462L: linux-video@atrey.karlin.mff.cuni.cz
3463S: Maintained
3464
3465SYSV FILESYSTEM
3466P: Christoph Hellwig
3467M: hch@infradead.org
3468S: Maintained
3469
781b456a
SH
3470TC CLASSIFIER
3471P: Jamal Hadi Salim
3472M: hadi@cyberus.ca
3473L: netdev@vger.kernel.org
3474S: Maintained
3475
5067f08a
WHSE
3476TCP LOW PRIORITY MODULE
3477P: Wong Hoi Sing, Edison
3478M: hswong3i@gmail.com
3479P: Hung Hing Lun, Mike
3480M: hlhung3i@gmail.com
3481W: http://tcp-lp-mod.sourceforge.net/
3482S: Maintained
3483
4020f2d7
AD
3484TI FLASH MEDIA INTERFACE DRIVER
3485P: Alex Dubov
3486M: oakad@yahoo.com
3487S: Maintained
3488
9f9c24f4
SK
3489TI OMAP MMC INTERFACE DRIVER
3490P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3491M: linux-omap-open-source@linux.omap.com
3492W: http://linux.omap.com
3493W: http://www.muru.com/linux/omap/
3494S: Maintained
3495
844dd05f
MB
3496TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3497P: Deepak Saxena
3498M: dsaxena@plexity.net
3499S: Maintained
3500
ad4ecbcb
SN
3501TASKSTATS STATISTICS INTERFACE
3502P: Shailabh Nagar
3503M: nagar@watson.ibm.com
3504L: linux-kernel@vger.kernel.org
3505S: Maintained
3506
1da177e4 3507TI PARALLEL LINK CABLE DRIVER
ce00f85c
JC
3508P: Romain Lievin
3509M: roms@lpg.ticalc.org
3510S: Maintained
1da177e4 3511
e86eaa3a
PL
3512TIPC NETWORK LAYER
3513P: Per Liden
7c2b2aae 3514M: per.liden@ericsson.com
e86eaa3a 3515P: Jon Maloy
7c2b2aae 3516M: jon.maloy@ericsson.com
e86eaa3a 3517P: Allan Stephens
7c2b2aae 3518M: allan.stephens@windriver.com
e86eaa3a
PL
3519L: tipc-discussion@lists.sourceforge.net
3520W: http://tipc.sourceforge.net/
3521W: http://tipc.cslab.ericsson.net/
3522T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3523S: Maintained
3524
1da177e4
LT
3525TLAN NETWORK DRIVER
3526P: Samuel Chessman
3527M: chessman@tux.org
3528L: tlan-devel@lists.sourceforge.net
3529W: http://sourceforge.net/projects/tlan/
3530S: Maintained
3531
3532TOKEN-RING NETWORK DRIVER
3533P: Mike Phillips
3534M: mikep@linuxtr.net
979b6c13 3535L: netdev@vger.kernel.org
1da177e4
LT
3536L: linux-tr@linuxtr.net
3537W: http://www.linuxtr.net
3538S: Maintained
3539
3540TOSHIBA ACPI EXTRAS DRIVER
3541P: John Belmonte
3542M: toshiba_acpi@memebeam.org
3543W: http://memebeam.org/toys/ToshibaAcpiDriver
3544S: Maintained
3545
3546TOSHIBA SMM DRIVER
3547P: Jonathan Buzzard
3548M: jonathan@buzzard.org.uk
3549L: tlinux-users@tce.toshiba-dme.co.jp
3550W: http://www.buzzard.org.uk/toshiba/
3551S: Maintained
3552
3553TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3554P: Muli Ben-Yehuda
3555M: mulix@mulix.org
3556L: linux-kernel@vger.kernel.org
3557S: Maintained
3558
3559TRIVIAL PATCHES
ce00f85c
JC
3560P: Adrian Bunk
3561M: trivial@kernel.org
3562L: linux-kernel@vger.kernel.org
3563W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3564T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3565S: Maintained
1da177e4
LT
3566
3567TMS380 TOKEN-RING NETWORK DRIVER
3568P: Adam Fritzler
3569M: mid@auk.cx
3570L: linux-tr@linuxtr.net
3571W: http://www.auk.cx/tms380tr/
3572S: Maintained
3573
3574TULIP NETWORK DRIVER
6b92801b 3575P: Valerie Henson
df31233a 3576M: val@nmt.edu
1da177e4
LT
3577L: tulip-users@lists.sourceforge.net
3578W: http://sourceforge.net/projects/tulip/
3579S: Maintained
3580
3581TUN/TAP driver
3582P: Maxim Krasnyansky
66777b79 3583M: maxk@qualcomm.com
1da177e4
LT
3584L: vtun@office.satix.net
3585W: http://vtun.sourceforge.net/tun
3586S: Maintained
3587
b454cc66
MR
3588TURBOCHANNEL SUBSYSTEM
3589P: Maciej W. Rozycki
3590M: macro@linux-mips.org
3591S: Maintained
3592
1da177e4
LT
3593U14-34F SCSI DRIVER
3594P: Dario Ballabio
3595M: ballabio_dario@emc.com
3596L: linux-scsi@vger.kernel.org
3597S: Maintained
3598
3599UDF FILESYSTEM
3600P: Ben Fennema
3601M: bfennema@falcon.csc.calpoly.edu
1da177e4
LT
3602W: http://linux-udf.sourceforge.net
3603S: Maintained
3604
3605UNIFORM CDROM DRIVER
3606P: Jens Axboe
0fe23479 3607M: axboe@kernel.dk
1da177e4
LT
3608L: linux-kernel@vger.kernel.org
3609W: http://www.kernel.dk
3610S: Maintained
3611
3612USB ACM DRIVER
3613P: Oliver Neukum
3614M: oliver@neukum.name
3615L: linux-usb-users@lists.sourceforge.net
3616L: linux-usb-devel@lists.sourceforge.net
3617S: Maintained
3618
3619USB BLOCK DRIVER (UB ub)
3620P: Pete Zaitcev
3621M: zaitcev@redhat.com
3622L: linux-kernel@vger.kernel.org
3623L: linux-usb-devel@lists.sourceforge.net
3624S: Supported
3625
1da177e4
LT
3626USB CDC ETHERNET DRIVER
3627P: Greg Kroah-Hartman
3628M: greg@kroah.com
3629L: linux-usb-users@lists.sourceforge.net
3630L: linux-usb-devel@lists.sourceforge.net
3631S: Maintained
3632W: http://www.kroah.com/linux-usb/
3633
d0374f4f
PK
3634USB DAVICOM DM9601 DRIVER
3635P: Peter Korsgaard
3636M: jacmet@sunsite.dk
043600a6 3637L: netdev@vger.kernel.org
d0374f4f
PK
3638W: http://www.linux-usb.org/usbnet
3639S: Maintained
3640
1da177e4
LT
3641USB EHCI DRIVER
3642P: David Brownell
3643M: dbrownell@users.sourceforge.net
3644L: linux-usb-devel@lists.sourceforge.net
23d8c90e 3645S: Odd Fixes
1da177e4 3646
7ce08c93
LR
3647USB ET61X[12]51 DRIVER
3648P: Luca Risolia
3649M: luca.risolia@studio.unibo.it
3650L: linux-usb-devel@lists.sourceforge.net
3651L: video4linux-list@redhat.com
3652W: http://www.linux-projects.org
3653S: Maintained
3654
69ae9e3e
DB
3655USB GADGET/PERIPHERAL SUBSYSTEM
3656P: David Brownell
3657M: dbrownell@users.sourceforge.net
3658L: linux-usb-devel@lists.sourceforge.net
3659W: http://www.linux-usb.org/gadget
3660S: Maintained
3661
1da177e4 3662USB HID/HIDBP DRIVERS
641266fd
JK
3663P: Jiri Kosina
3664M: jkosina@suse.cz
1da177e4 3665L: linux-usb-devel@lists.sourceforge.net
a4dff398 3666T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4
LT
3667S: Maintained
3668
3669USB HUB DRIVER
3670P: Johannes Erdfelt
3671M: johannes@erdfelt.com
3672L: linux-usb-users@lists.sourceforge.net
3673L: linux-usb-devel@lists.sourceforge.net
3674S: Maintained
3675
959eea21
OK
3676USB ISP116X DRIVER
3677P: Olav Kongas
3678M: ok@artecdesign.ee
3679L: linux-usb-devel@lists.sourceforge.net
3680S: Maintained
3681
1da177e4
LT
3682USB KAWASAKI LSI DRIVER
3683P: Oliver Neukum
3684M: oliver@neukum.name
3685L: linux-usb-users@lists.sourceforge.net
3686L: linux-usb-devel@lists.sourceforge.net
3687S: Maintained
3688
3689USB MASS STORAGE DRIVER
3690P: Matthew Dharm
3691M: mdharm-usb@one-eyed-alien.net
3692L: linux-usb-users@lists.sourceforge.net
8836aeb8 3693L: usb-storage@lists.one-eyed-alien.net
1da177e4
LT
3694S: Maintained
3695W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3696
3697USB OHCI DRIVER
23d8c90e
DB
3698P: David Brownell
3699M: dbrownell@users.sourceforge.net
1da177e4
LT
3700L: linux-usb-users@lists.sourceforge.net
3701L: linux-usb-devel@lists.sourceforge.net
23d8c90e 3702S: Odd Fixes
1da177e4 3703
ba460e48
MU
3704USB OPTION-CARD DRIVER
3705P: Matthias Urlichs
3706M: smurf@smurf.noris.de
3707L: linux-usb-devel@lists.sourceforge.net
3708S: Maintained
3709
1da177e4
LT
3710USB OV511 DRIVER
3711P: Mark McClelland
3712M: mmcclell@bigfoot.com
3713L: linux-usb-users@lists.sourceforge.net
3714L: linux-usb-devel@lists.sourceforge.net
3715W: http://alpha.dyndns.org/ov511/
3716S: Maintained
3717
3718USB PEGASUS DRIVER
3719P: Petko Manolov
3720M: petkan@users.sourceforge.net
1da177e4 3721L: linux-usb-devel@lists.sourceforge.net
043600a6 3722L: netdev@vger.kernel.org
1da177e4
LT
3723W: http://pegasus2.sourceforge.net/
3724S: Maintained
3725
3726USB PRINTER DRIVER
3727P: Vojtech Pavlik
3728M: vojtech@suse.cz
3729L: linux-usb-users@lists.sourceforge.net
3730L: linux-usb-devel@lists.sourceforge.net
3731S: Maintained
3732
3733USB RTL8150 DRIVER
3734P: Petko Manolov
3735M: petkan@users.sourceforge.net
1da177e4 3736L: linux-usb-devel@lists.sourceforge.net
043600a6 3737L: netdev@vger.kernel.org
1da177e4
LT
3738W: http://pegasus2.sourceforge.net/
3739S: Maintained
3740
3741USB SE401 DRIVER
3742P: Jeroen Vreeken
3743M: pe1rxq@amsat.org
3744L: linux-usb-users@lists.sourceforge.net
3745L: linux-usb-devel@lists.sourceforge.net
3746W: http://www.chello.nl/~j.vreeken/se401/
3747S: Maintained
3748
3749USB SERIAL CYBERJACK DRIVER
3750P: Matthias Bruestle and Harald Welte
3751M: support@reiner-sct.com
3752W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3753S: Maintained
3754
3755USB SERIAL DIGI ACCELEPORT DRIVER
3756P: Peter Berger and Al Borchers
3757M: pberger@brimson.com
3758M: alborchers@steinerpoint.com
3759L: linux-usb-users@lists.sourceforge.net
3760L: linux-usb-devel@lists.sourceforge.net
3761S: Maintained
3762
3763USB SERIAL DRIVER
3764P: Greg Kroah-Hartman
3765M: gregkh@suse.de
3766L: linux-usb-users@lists.sourceforge.net
3767L: linux-usb-devel@lists.sourceforge.net
3768S: Supported
3769
3770USB SERIAL BELKIN F5U103 DRIVER
3771P: William Greathouse
3772M: wgreathouse@smva.com
3773L: linux-usb-users@lists.sourceforge.net
3774L: linux-usb-devel@lists.sourceforge.net
3775S: Maintained
3776
3777USB SERIAL CYPRESS M8 DRIVER
3778P: Lonnie Mendez
3779M: dignome@gmail.com
3780L: linux-usb-users@lists.sourceforge.net
3781L: linux-usb-devel@lists.sourceforge.net
3782S: Maintained
3783W: http://geocities.com/i0xox0i
3784W: http://firstlight.net/cvs
3785
3786USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3787L: linux-usb-users@lists.sourceforge.net
3788L: linux-usb-devel@lists.sourceforge.net
3789S: Maintained
3790
3791USB AUERSWALD DRIVER
3792P: Wolfgang Muees
3793M: wolfgang@iksw-muees.de
3794L: linux-usb-users@lists.sourceforge.net
3795L: linux-usb-devel@lists.sourceforge.net
3796S: Maintained
3797
3798USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3799P: Gary Brubaker
3800M: xavyer@ix.netcom.com
3801L: linux-usb-users@lists.sourceforge.net
3802L: linux-usb-devel@lists.sourceforge.net
3803S: Maintained
3804
3805USB SERIAL KEYSPAN DRIVER
3806P: Greg Kroah-Hartman
3807M: greg@kroah.com
3808L: linux-usb-users@lists.sourceforge.net
3809L: linux-usb-devel@lists.sourceforge.net
3810W: http://www.kroah.com/linux/
3811S: Maintained
3812
3813USB SERIAL WHITEHEAT DRIVER
8bc84930
SM
3814P: Support Department
3815M: support@connecttech.com
1da177e4
LT
3816L: linux-usb-users@lists.sourceforge.net
3817L: linux-usb-devel@lists.sourceforge.net
3818W: http://www.connecttech.com
3819S: Supported
3820
f423b9a8 3821USB SN9C1xx DRIVER
1da177e4
LT
3822P: Luca Risolia
3823M: luca.risolia@studio.unibo.it
3824L: linux-usb-devel@lists.sourceforge.net
7ce08c93 3825L: video4linux-list@redhat.com
1da177e4
LT
3826W: http://www.linux-projects.org
3827S: Maintained
3828
3829USB SUBSYSTEM
3830P: Greg Kroah-Hartman
3831M: gregkh@suse.de
3832L: linux-usb-users@lists.sourceforge.net
3833L: linux-usb-devel@lists.sourceforge.net
3834W: http://www.linux-usb.org
6fb0425b 3835T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
3836S: Supported
3837
3838USB UHCI DRIVER
3839P: Alan Stern
3840M: stern@rowland.harvard.edu
3841L: linux-usb-users@lists.sourceforge.net
3842L: linux-usb-devel@lists.sourceforge.net
3843S: Maintained
3844
69ae9e3e 3845USB "USBNET" DRIVER FRAMEWORK
1da177e4
LT
3846P: David Brownell
3847M: dbrownell@users.sourceforge.net
043600a6 3848L: netdev@vger.kernel.org
69ae9e3e 3849W: http://www.linux-usb.org/usbnet
1da177e4
LT
3850S: Maintained
3851
3852USB W996[87]CF DRIVER
3853P: Luca Risolia
3854M: luca.risolia@studio.unibo.it
3855L: linux-usb-devel@lists.sourceforge.net
7ce08c93 3856L: video4linux-list@redhat.com
1da177e4
LT
3857W: http://www.linux-projects.org
3858S: Maintained
3859
60f78052
LR
3860USB ZC0301 DRIVER
3861P: Luca Risolia
3862M: luca.risolia@studio.unibo.it
3863L: linux-usb-devel@lists.sourceforge.net
3864L: video4linux-list@redhat.com
3865W: http://www.linux-projects.org
3866S: Maintained
3867
1da177e4
LT
3868USB ZD1201 DRIVER
3869P: Jeroen Vreeken
3870M: pe1rxq@amsat.org
3871L: linux-usb-users@lists.sourceforge.net
3872L: linux-usb-devel@lists.sourceforge.net
3873W: http://linux-lc100020.sourceforge.net
3874S: Maintained
3875
b7eee616
AJ
3876USB ZR364XX DRIVER
3877P: Antoine Jacquet
3878M: royale@zerezo.com
3879L: linux-usb-devel@lists.sourceforge.net
3880L: video4linux-list@redhat.com
3881W: http://royale.zerezo.com/zr364xx/
3882S: Maintained
3883
1da177e4
LT
3884USER-MODE LINUX
3885P: Jeff Dike
3886M: jdike@karaya.com
3887L: user-mode-linux-devel@lists.sourceforge.net
3888L: user-mode-linux-user@lists.sourceforge.net
3889W: http://user-mode-linux.sourceforge.net
3890S: Maintained
b7eee616 3891
1da177e4
LT
3892FAT/VFAT/MSDOS FILESYSTEM:
3893P: OGAWA Hirofumi
3894M: hirofumi@mail.parknet.co.jp
3895L: linux-kernel@vger.kernel.org
3896S: Maintained
3897
3898VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3899P: Jeff Garzik
3900S: Odd fixes
3901
3902VIA RHINE NETWORK DRIVER
3903P: Roger Luethi
3904M: rl@hellgate.ch
3905S: Maintained
3906
32c0a520
JD
3907VIAPRO SMBUS DRIVER
3908P: Jean Delvare
3909M: khali@linux-fr.org
5d925fec 3910L: i2c@lm-sensors.org
32c0a520
JD
3911S: Maintained
3912
01f20734
FR
3913VIA VELOCITY NETWORK DRIVER
3914P: Francois Romieu
3915M: romieu@fr.zoreil.com
3916L: netdev@vger.kernel.org
3917S: Maintained
3918
1da177e4
LT
3919UCLINUX (AND M68KNOMMU)
3920P: Greg Ungerer
3921M: gerg@uclinux.org
1da177e4 3922W: http://www.uclinux.org/
d660a740 3923L: uclinux-dev@uclinux.org (subscribers-only)
1da177e4
LT
3924S: Maintained
3925
3926UCLINUX FOR NEC V850
3927P: Miles Bader
1da177e4
LT
3928
3929UCLINUX FOR RENESAS H8/300
3930P: Yoshinori Sato
3931M: ysato@users.sourceforge.jp
3932W: http://uclinux-h8.sourceforge.jp/
3933S: Supported
3934
719d9699 3935UFS FILESYSTEM
abb49202
AC
3936P: Evgeniy Dushistov
3937M: dushistov@mail.ru
3938L: linux-kernel@vger.kernel.org
3939S: Maintained
719d9699 3940
1da177e4
LT
3941USB DIAMOND RIO500 DRIVER
3942P: Cesar Miquel
3943M: miquel@df.uba.ar
3944L: rio500-users@lists.sourceforge.net
3945W: http://rio500.sourceforge.net
3946S: Maintained
3947
3948VIDEO FOR LINUX
96b6aba0 3949P: Mauro Carvalho Chehab
8d58d773
MCC
3950M: mchehab@infradead.org
3951M: v4l-dvb-maintainer@linuxtv.org
1da177e4 3952L: video4linux-list@redhat.com
96b6aba0 3953W: http://linuxtv.org
ecfa4fdc 3954T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 3955S: Maintained
1da177e4 3956
ab41319e
JH
3957VT1211 HARDWARE MONITOR DRIVER
3958P: Juerg Haefliger
3959M: juergh@gmail.com
3960L: lm-sensors@lm-sensors.org
3961S: Maintained
3962
1de9e371
RL
3963VT8231 HARDWARE MONITOR DRIVER
3964P: Roger Lucas
3965M: roger@planbit.co.uk
3966L: lm-sensors@lm-sensors.org
3967S: Maintained
3968
1da177e4
LT
3969W1 DALLAS'S 1-WIRE BUS
3970P: Evgeniy Polyakov
3971M: johnpol@2ka.mipt.ru
1da177e4
LT
3972S: Maintained
3973
13927079
CS
3974W83791D HARDWARE MONITORING DRIVER
3975P: Charles Spirakis
3976M: bezaur@gmail.com
3977L: lm-sensors@lm-sensors.org
3978S: Maintained
3979
61db011d
RM
3980W83793 HARDWARE MONITORING DRIVER
3981P: Rudolf Marek
3982M: r.marek@assembler.cz
3983L: lm-sensors@lm-sensors.org
3984S: Maintained
3985
1da177e4
LT
3986W83L51xD SD/MMC CARD INTERFACE DRIVER
3987P: Pierre Ossman
3988M: drzeus-wbsd@drzeus.cx
fac88991 3989L: linux-kernel@vger.kernel.org
1da177e4
LT
3990W: http://projects.drzeus.cx/wbsd
3991S: Maintained
3992
3527761c
WVS
3993WATCHDOG DEVICE DRIVERS
3994P: Wim Van Sebroeck
3995M: wim@iguana.be
3996T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3997S: Maintained
3998
1da177e4
LT
3999WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4000P: Jean Tourrilhes
4001M: jt@hpl.hp.com
724c6b35 4002L: linux-wireless@vger.kernel.org
1da177e4
LT
4003W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4004S: Maintained
4005
4006WD7000 SCSI DRIVER
4007P: Miroslav Zagorac
4008M: zaga@fly.cc.fer.hr
4009L: linux-scsi@vger.kernel.org
4010S: Maintained
4011
5fc14680
DT
4012WISTRON LAPTOP BUTTON DRIVER
4013P: Miloslav Trmac
4014M: mitr@volny.cz
4015S: Maintained
4016
1da177e4
LT
4017WL3501 WIRELESS PCMCIA CARD DRIVER
4018P: Arnaldo Carvalho de Melo
926554c4 4019M: acme@ghostprotocols.net
724c6b35 4020L: linux-wireless@vger.kernel.org
926554c4 4021W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
4022S: Maintained
4023
4024X.25 NETWORK LAYER
4025P: Henner Eisen
4026M: eis@baty.hanse.de
4027L: linux-x25@vger.kernel.org
4028S: Maintained
4029
4cdf6bc2
JF
4030XEN HYPERVISOR INTERFACE
4031P: Jeremy Fitzhardinge
4032M: jeremy@xensource.com
4033P: Chris Wright
4034M: chrisw@sous-sol.org
4035L: virtualization@lists.osdl.org
4036L: xen-devel@lists.xensource.com
4037S: Supported
4038
1da177e4
LT
4039XFS FILESYSTEM
4040P: Silicon Graphics Inc
78bfd361 4041P: Tim Shimmin
1da177e4 4042M: xfs-masters@oss.sgi.com
d7ede1aa 4043L: xfs@oss.sgi.com
1da177e4 4044W: http://oss.sgi.com/projects/xfs
e99f056b 4045T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
1da177e4
LT
4046S: Supported
4047
238b8721
PK
4048XILINX UARTLITE SERIAL DRIVER
4049P: Peter Korsgaard
4050M: jacmet@sunsite.dk
4051L: linux-serial@vger.kernel.org
4052S: Maintained
4053
1da177e4
LT
4054X86 3-LEVEL PAGING (PAE) SUPPORT
4055P: Ingo Molnar
4056M: mingo@redhat.com
4057S: Maintained
4058
4059X86-64 port
4060P: Andi Kleen
4061M: ak@suse.de
4062L: discuss@x86-64.org
4063W: http://www.x86-64.org
6a051565 4064T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
1da177e4
LT
4065S: Maintained
4066
4067YAM DRIVER FOR AX.25
4068P: Jean-Paul Roubelat
4069M: jpr@f6fbb.org
4070L: linux-hams@vger.kernel.org
4071S: Maintained
4072
af64a5eb
HV
4073YEALINK PHONE DRIVER
4074P: Henk Vergonet
4075M: Henk.Vergonet@gmail.com
4076L: usbb2k-api-dev@nongnu.org
4077S: Maintained
4078
1da177e4
LT
4079Z8530 DRIVER FOR AX.25
4080P: Joerg Reuter
4081M: jreuter@yaina.de
4082W: http://yaina.de/jreuter/
4083W: http://www.qsl.net/dl1bke/
4084L: linux-hams@vger.kernel.org
4085S: Maintained
4086
7c0c3afb
DD
4087ZD1211RW WIRELESS DRIVER
4088P: Daniel Drake
4089M: dsd@gentoo.org
4090P: Ulrich Kunitz
4091M: kune@deine-taler.de
4092W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 4093L: linux-wireless@vger.kernel.org
7c0c3afb
DD
4094L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4095S: Maintained
4096
1da177e4
LT
4097ZF MACHZ WATCHDOG
4098P: Fernando Fuganti
4099M: fuganti@netbank.com.br
4100W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4101S: Maintained
4102
4103ZR36067 VIDEO FOR LINUX DRIVER
4104P: Ronald Bultje
4105M: rbultje@ronald.bitfreak.net
4106L: mjpeg-users@lists.sourceforge.net
4107W: http://mjpeg.sourceforge.net/driver-zoran/
4108S: Maintained
4109
4110ZR36120 VIDEO FOR LINUX DRIVER
4111P: Pauline Middelink
4112M: middelin@polyware.nl
4113W: http://www.polyware.nl/~middelin/En/hobbies.html
4114W: http://www.polyware.nl/~middelin/hobbies.html
4115S: Maintained
4116
4117THE REST
4118P: Linus Torvalds
4119S: Buried alive in reporters