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