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