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