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