drivers/edac: add info kconfig
[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
1374EDAC-R82600
1375P: Tim Small
1376M: tim@buttersideup.com
1377L: bluesmoke-devel@lists.sourceforge.net
1378W: bluesmoke.sourceforge.net
1379S: Maintained
da9bb1d2 1380
1da177e4
LT
1381EEPRO100 NETWORK DRIVER
1382P: Andrey V. Savochkin
1383M: saw@saw.sw.com.sg
1384S: Maintained
1385
0bee8d28
JT
1386EFS FILESYSTEM
1387W: http://aeschi.ch.eu.org/efs/
1388S: Orphan
1389
fab97220
HS
1390EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1391P: Hoang-Nam Nguyen
1392M: hnguyen@de.ibm.com
1393P: Christoph Raisch
1394M: raisch@de.ibm.com
78526821 1395L: general@lists.openfabrics.org
fab97220
HS
1396S: Supported
1397
3a1c1d44 1398EMULEX LPFC FC SCSI DRIVER
ce00f85c
JC
1399P: James Smart
1400M: james.smart@emulex.com
1401L: linux-scsi@vger.kernel.org
1402W: http://sourceforge.net/projects/lpfcxxxx
1403S: Supported
3a1c1d44 1404
1da177e4
LT
1405EPSON 1355 FRAMEBUFFER DRIVER
1406P: Christopher Hoover
1407M: ch@murgatroid.com, ch@hpl.hp.com
1408S: Maintained
1409
1410ETHEREXPRESS-16 NETWORK DRIVER
1411P: Philip Blundell
1412M: philb@gnu.org
979b6c13 1413L: netdev@vger.kernel.org
1da177e4
LT
1414S: Maintained
1415
1416ETHERNET BRIDGE
1417P: Stephen Hemminger
65ebe634 1418M: shemminger@linux-foundation.org
f318a63b 1419L: bridge@lists.linux-foundation.org
1da177e4
LT
1420W: http://bridge.sourceforge.net/
1421S: Maintained
1422
1423ETHERTEAM 16I DRIVER
1424P: Mika Kuoppala
1425M: miku@iki.fi
1426S: Maintained
1427
1428EXT2 FILE SYSTEM
72be2ccf 1429L: linux-ext4@vger.kernel.org
1da177e4
LT
1430S: Maintained
1431
1432EXT3 FILE SYSTEM
1433P: Stephen Tweedie, Andrew Morton
588cc708 1434M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
72be2ccf
EM
1435L: linux-ext4@vger.kernel.org
1436S: Maintained
1437
1438EXT4 FILE SYSTEM
1439P: Stephen Tweedie, Andrew Morton
588cc708 1440M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
72be2ccf 1441L: linux-ext4@vger.kernel.org
1da177e4
LT
1442S: Maintained
1443
e53004e2
JD
1444F71805F HARDWARE MONITORING DRIVER
1445P: Jean Delvare
1446M: khali@linux-fr.org
1447L: lm-sensors@lm-sensors.org
1448S: Maintained
1449
1da177e4
LT
1450FARSYNC SYNCHRONOUS DRIVER
1451P: Kevin Curtis
1452M: kevin.curtis@farsite.co.uk
1da177e4
LT
1453W: http://www.farsite.co.uk/
1454S: Supported
1455
c5408b88
AM
1456FAULT INJECTION SUPPORT
1457P: Akinobu Mita
1458M: akinobu.mita@gmail.com
1459S: Supported
1460
1da177e4
LT
1461FRAMEBUFFER LAYER
1462P: Antonino Daplas
0478e62e 1463M: adaplas@gmail.com
5cd307c5 1464L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
1465W: http://linux-fbdev.sourceforge.net/
1466S: Maintained
1467
4689a6b1
PA
1468FREESCALE SOC FS_ENET DRIVER
1469P: Pantelis Antoniou
1470M: pantelis.antoniou@gmail.com
1471P: Vitaly Bordug
1472M: vbordug@ru.mvista.com
1473L: linuxppc-embedded@ozlabs.org
1474L: netdev@vger.kernel.org
1475S: Maintained
1476
a7205b30
LY
1477FREESCALE HIGHSPEED USB DEVICE DRIVER
1478P: Li Yang
1479M: leoli@freescale.com
1480L: linux-usb-devel@lists.sourceforge.net
1481L: linuxppc-embedded@ozlabs.org
1482S: Maintained
1483
beaf53bf
LY
1484FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1485P: Li Yang
1486M: leoli@freescale.com
1487L: netdev@vger.kernel.org
1488L: linuxppc-embedded@ozlabs.org
1489S: Maintained
1490
1da177e4
LT
1491FILE LOCKING (flock() and fcntl()/lockf())
1492P: Matthew Wilcox
1493M: matthew@wil.cx
1494L: linux-fsdevel@vger.kernel.org
1495S: Maintained
1496
1497FILESYSTEMS (VFS and infrastructure)
1498P: Alexander Viro
84122058 1499M: viro@zeniv.linux.org.uk
1da177e4
LT
1500S: Maintained
1501
b3274475
SR
1502FIREWIRE SUBSYSTEM
1503P: Kristian Hoegsberg, Stefan Richter
1504M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1505L: linux1394-devel@lists.sourceforge.net
1506W: http://www.linux1394.org/
1507T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1508S: Maintained
1509
1da177e4
LT
1510FIRMWARE LOADER (request_firmware)
1511L: linux-kernel@vger.kernel.org
1512S: Orphan
1513
1514FPU EMULATOR
1515P: Bill Metzenthen
1516M: billm@suburbia.net
1517W: http://suburbia.net/~billm/floating-point/emulator/
1518S: Maintained
1519
1520FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1521P: Mike McLagan
1522M: mike.mclagan@linux.org
979b6c13 1523L: netdev@vger.kernel.org
1da177e4
LT
1524S: Maintained
1525
1526FREEVXFS FILESYSTEM
1527P: Christoph Hellwig
1528M: hch@infradead.org
1529W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1530S: Maintained
1531
5ab7ffea 1532FUJITSU FR-V (FRV) PORT
1da177e4
LT
1533P: David Howells
1534M: dhowells@redhat.com
1535S: Maintained
1536
04578f17
MS
1537FUSE: FILESYSTEM IN USERSPACE
1538P: Miklos Szeredi
1539M: miklos@szeredi.hu
1540L: fuse-devel@lists.sourceforge.net
1541W: http://fuse.sourceforge.net/
1542S: Maintained
1543
1da177e4
LT
1544FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1545P: Rik Faith
1546M: faith@cs.unc.edu
1547L: linux-scsi@vger.kernel.org
1548S: Odd fixes (e.g., new signatures)
1549
1550GDT SCSI DISK ARRAY CONTROLLER DRIVER
1551P: Achim Leubner
1552M: achim_leubner@adaptec.com
1553L: linux-scsi@vger.kernel.org
1554W: http://www.icp-vortex.com/
1555S: Supported
1556
1c23af90
HS
1557GENERIC GPIO I2C DRIVER
1558P: Haavard Skinnemoen
1559M: hskinnemoen@atmel.com
1560S: Supported
1561
1da177e4
LT
1562GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1563P: Krzysztof Halasa
1564M: khc@pm.waw.pl
1565W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1566S: Maintained
1567
5be7b50f
SW
1568GFS2 FILE SYSTEM
1569P: Steven Whitehouse
1570M: swhiteho@redhat.com
a4644184 1571L: cluster-devel@redhat.com
5be7b50f 1572W: http://sources.redhat.com/cluster/
370298e2
SW
1573T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1574T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
5be7b50f
SW
1575S: Supported
1576
0a34eb8f
HL
1577GIGASET ISDN DRIVERS
1578P: Hansjoerg Lipp
1579M: hjlipp@web.de
1580P: Tilman Schmidt
1581M: tilman@imap.cc
1582L: gigaset307x-common@lists.sourceforge.net
1583W: http://gigaset307x.sourceforge.net/
1584S: Maintained
1585
5b543965
JD
1586HARDWARE MONITORING
1587P: Jean Delvare
1588M: khali@linux-fr.org
1589L: lm-sensors@lm-sensors.org
595142e0
JD
1590W: http://www.lm-sensors.org/
1591T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
5b543965
JD
1592S: Maintained
1593
844dd05f
MB
1594HARDWARE RANDOM NUMBER GENERATOR CORE
1595P: Michael Buesch
1596M: mb@bu3sch.de
1597S: Maintained
1598
860e1d6b
RL
1599HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1600P: Robert Love
1601M: rlove@rlove.org
1602M: linux-kernel@vger.kernel.org
1603W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1604S: Maintained
1605
1da177e4
LT
1606HARMONY SOUND DRIVER
1607P: Kyle McMartin
1608M: kyle@parisc-linux.org
1609W: http://www.parisc-linux.org/~kyle/harmony/
1610L: parisc-linux@lists.parisc-linux.org
1611S: Maintained
1612
1613HAYES ESP SERIAL DRIVER
1614P: Andrew J. Robinson
1615M: arobinso@nyx.net
1616L: linux-kernel@vger.kernel.org
1617W: http://www.nyx.net/~arobinso
1618S: Maintained
1619
1620HFS FILESYSTEM
1621P: Roman Zippel
1622M: zippel@linux-m68k.org
1623L: linux-kernel@vger.kernel.org
1624S: Maintained
1625
1626HGA FRAMEBUFFER DRIVER
1627P: Ferenc Bakonyi
1628M: fero@drama.obuda.kando.hu
1629L: linux-nvidia@lists.surfsouth.com
1630W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1631S: Maintained
1632
4ef4caad
JK
1633HID CORE LAYER
1634P: Jiri Kosina
1635M: jkosina@suse.cz
1636L: linux-input@atrey.karlin.mff.cuni.cz
a4dff398 1637T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4ef4caad
JK
1638S: Maintained
1639
38bed542
IM
1640HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1641P: Thomas Gleixner
1642M: tglx@linutronix.de
1643L: linux-kernel@vger.kernel.org
1644S: Maintained
1645
1da177e4
LT
1646HIGH-SPEED SCC DRIVER FOR AX.25
1647P: Klaus Kudielka
1648M: klaus.kudielka@ieee.org
1649L: linux-hams@vger.kernel.org
1650W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1651S: Maintained
1652
ede1e6f8
HLT
1653HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1654P: HighPoint Linux Team
1655M: linux@highpoint-tech.com
1656W: http://www.highpoint-tech.com
1657S: Supported
1658
1da177e4
LT
1659HIPPI
1660P: Jes Sorensen
1661M: jes@trained-monkey.org
1662L: linux-hippi@sunsite.dk
1663S: Maintained
1664
1665HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1666P: Chirag Kantharia
1667M: chirag.kantharia@hp.com
1668L: iss_storagedev@hp.com
1669S: Maintained
b7eee616 1670
1da177e4
LT
1671HEWLETT-PACKARD SMART2 RAID DRIVER
1672P: Chirag Kantharia
1673M: chirag.kantharia@hp.com
1674L: iss_storagedev@hp.com
1675S: Maintained
b7eee616 1676
1da177e4
LT
1677HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1678P: Mike Miller
1679M: mike.miller@hp.com
1680L: iss_storagedev@hp.com
1681S: Supported
b7eee616 1682
ff1d2767
JM
1683HOST AP DRIVER
1684P: Jouni Malinen
85d32e7b
JM
1685M: j@w1.fi
1686L: hostap@shmoo.com (subscribers-only)
724c6b35 1687L: linux-wireless@vger.kernel.org
ff1d2767
JM
1688W: http://hostap.epitest.fi/
1689S: Maintained
1690
1da177e4
LT
1691HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1692P: Jaroslav Kysela
1693M: perex@suse.cz
1694S: Maintained
1695
b9b0332f
BP
1696HPET: High Precision Event Timers driver (hpet.c)
1697P: Clemens Ladisch
1698M: clemens@ladisch.de
1699S: Maintained
1700
1701HPET: i386
1702P: Venkatesh Pallipadi (Venki)
1703M: venkatesh.pallipadi@intel.com
1704S: Maintained
1705
1706HPET: x86_64
1707P: Andi Kleen and Vojtech Pavlik
43c3ab30 1708M: andi@firstfloor.org and vojtech@suse.cz
b9b0332f
BP
1709S: Maintained
1710
1711HPET: ACPI hpet.c
1712P: Bob Picco
1713M: bob.picco@hp.com
1714S: Maintained
1715
1da177e4
LT
1716HPFS FILESYSTEM
1717P: Mikulas Patocka
1718M: mikulas@artax.karlin.mff.cuni.cz
1719W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1720S: Maintained
1721
1722HUGETLB FILESYSTEM
1723P: William Irwin
1724M: wli@holomorphy.com
1725S: Maintained
1726
5b543965 1727I2C SUBSYSTEM
1da177e4
LT
1728P: Jean Delvare
1729M: khali@linux-fr.org
5d925fec 1730L: i2c@lm-sensors.org
595142e0 1731T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1da177e4
LT
1732S: Maintained
1733
e8c76eed
TH
1734I2C-TINY-USB DRIVER
1735P: Till Harbaum
1736M: till@harbaum.org
1737L: i2c@lm-sensors.org
1738T: http://www.harbaum.org/till/i2c_tiny_usb
1739S: Maintained
1740
1da177e4 1741i386 BOOT CODE
7f1291f2
PA
1742P: H. Peter Anvin
1743M: hpa@zytor.com
1da177e4
LT
1744L: Linux-Kernel@vger.kernel.org
1745S: Maintained
1746
1747i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1da177e4
LT
1748P: H. Peter Anvin
1749M: hpa@zytor.com
72af61c6 1750T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1da177e4
LT
1751S: Maintained
1752
1da177e4
LT
1753IA64 (Itanium) PLATFORM
1754P: Tony Luck
1755M: tony.luck@intel.com
1756L: linux-ia64@vger.kernel.org
1757W: http://www.ia64-linux.org/
6fb0425b 1758T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1da177e4
LT
1759S: Maintained
1760
1761SN-IA64 (Itanium) SUB-PLATFORM
e5ee7dda
GE
1762P: Jes Sorensen
1763M: jes@sgi.com
1da177e4
LT
1764L: linux-altix@sgi.com
1765L: linux-ia64@vger.kernel.org
1766W: http://www.sgi.com/altix
1767S: Maintained
1768
1769IBM MCA SCSI SUBSYSTEM DRIVER
1770P: Michael Lang
1771M: langa2@kph.uni-mainz.de
1772W: http://www.uni-mainz.de/~langm000/linux.html
1773S: Maintained
1774
1775IBM Power Linux RAID adapter
1776P: Brian King
1777M: brking@us.ibm.com
1778S: Supported
1779
1780IBM ServeRAID RAID DRIVER
1781P: Jack Hammer
1782P: Dave Jeffery
1783M: ipslinux@adaptec.com
1784W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
b7eee616 1785S: Supported
1da177e4 1786
1e7106fc 1787IDE SUBSYSTEM
1da177e4 1788P: Bartlomiej Zolnierkiewicz
1e7106fc 1789M: bzolnier@gmail.com
1da177e4 1790L: linux-ide@vger.kernel.org
1e7106fc 1791T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1da177e4
LT
1792S: Maintained
1793
1794IDE/ATAPI CDROM DRIVER
9c5b0ce4
JA
1795P: Alan Cox
1796M: alan@lxorguk.ukuu.org.uk
1797L: linux-ide@vger.kernel.org
1da177e4
LT
1798S: Maintained
1799
1800IDE/ATAPI FLOPPY DRIVERS
1801P: Paul Bristow
1802M: Paul Bristow <paul@paulbristow.net>
1803W: http://paulbristow.net/linux/idefloppy.html
1804L: linux-kernel@vger.kernel.org
1805S: Maintained
1806
1807IDE/ATAPI TAPE DRIVERS
1808P: Gadi Oxman
1809M: Gadi Oxman <gadio@netvision.net.il>
1810L: linux-kernel@vger.kernel.org
1811S: Maintained
1812
1da177e4
LT
1813IEEE 1394 SUBSYSTEM
1814P: Ben Collins
f51a5a9d 1815M: ben.collins@ubuntu.com
87730d04
SR
1816P: Stefan Richter
1817M: stefanr@s5r6.in-berlin.de
1da177e4
LT
1818L: linux1394-devel@lists.sourceforge.net
1819W: http://www.linux1394.org/
87730d04 1820T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1da177e4
LT
1821S: Maintained
1822
f51a5a9d 1823IEEE 1394 RAW I/O DRIVER (raw1394)
1da177e4
LT
1824P: Dan Dennedy
1825M: dan@dennedy.org
f51a5a9d
SR
1826P: Stefan Richter
1827M: stefanr@s5r6.in-berlin.de
1da177e4 1828L: linux1394-devel@lists.sourceforge.net
105d7b38
JM
1829S: Maintained
1830
1da177e4
LT
1831IMS TWINTURBO FRAMEBUFFER DRIVER
1832P: Paul Mundt
1833M: lethal@chaoticdreams.org
5cd307c5 1834L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
1835S: Maintained
1836
1837INFINIBAND SUBSYSTEM
1838P: Roland Dreier
21c121cc 1839M: rolandd@cisco.com
1da177e4
LT
1840P: Sean Hefty
1841M: mshefty@ichips.intel.com
1842P: Hal Rosenstock
cec7c893 1843M: hal.rosenstock@gmail.com
78526821 1844L: general@lists.openfabrics.org
1da177e4 1845W: http://www.openib.org/
6fb0425b 1846T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4
LT
1847S: Supported
1848
2f1d076a 1849INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
664d22ab 1850P: Dmitry Torokhov
62f7caf9
DT
1851M: dmitry.torokhov@gmail.com
1852M: dtor@mail.ru
1da177e4
LT
1853L: linux-input@atrey.karlin.mff.cuni.cz
1854L: linux-joystick@atrey.karlin.mff.cuni.cz
1adc1230 1855T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1da177e4
LT
1856S: Maintained
1857
c9f04f58 1858INOTIFY
18b36c71
CP
1859P: John McCutchan
1860M: ttb@tentacle.dhs.org
1861P: Robert Love
1862M: rml@novell.com
c9f04f58
RL
1863L: linux-kernel@vger.kernel.org
1864S: Maintained
1865
9eb8ef74 1866INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
ce00f85c
JC
1867P: Sylvain Meyer
1868M: sylvain.meyer@worldonline.fr
5cd307c5 1869L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 1870S: Maintained
9eb8ef74 1871
1da177e4 1872INTEL 810/815 FRAMEBUFFER DRIVER
ce00f85c 1873P: Antonino Daplas
0478e62e 1874M: adaplas@gmail.com
5cd307c5 1875L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 1876S: Maintained
1da177e4
LT
1877
1878INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1879P: Ingo Molnar
1880M: mingo@redhat.com
1881S: Maintained
1882
1883INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1884P: Jeff Garzik
1885M: jgarzik@pobox.com
1886W: http://sourceforge.net/projects/gkernel/
1887S: Maintained
1888
1889INTEL IA32 MICROCODE UPDATE SUPPORT
1890P: Tigran Aivazian
b5b9df69 1891M: tigran@aivazian.fsnet.co.uk
1da177e4
LT
1892S: Maintained
1893
248a9dc3
NS
1894INTEL I/OAT DMA DRIVER
1895P: Shannon Nelson
1896M: shannon.nelson@intel.com
1897L: linux-kernel@vger.kernel.org
1898S: Supported
1899
844dd05f
MB
1900INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1901P: Deepak Saxena
1902M: dsaxena@plexity.net
1903S: Maintained
1904
2b7a52a4
LB
1905INTEL IXP2000 ETHERNET DRIVER
1906P: Lennert Buytenhek
1907M: kernel@wantstofly.org
1908L: netdev@vger.kernel.org
1909S: Maintained
1910
1da177e4
LT
1911INTEL PRO/100 ETHERNET SUPPORT
1912P: John Ronciak
1913M: john.ronciak@intel.com
1da177e4
LT
1914P: Jesse Brandeburg
1915M: jesse.brandeburg@intel.com
add18784
JB
1916P: Jeff Kirsher
1917M: jeffrey.t.kirsher@intel.com
99a1f9e8
AK
1918P: Auke Kok
1919M: auke-jan.h.kok@intel.com
dcd01faf 1920L: e1000-devel@lists.sourceforge.net
1da177e4
LT
1921W: http://sourceforge.net/projects/e1000/
1922S: Supported
1923
1924INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1925P: Jeb Cramer
1926M: cramerj@intel.com
1927P: John Ronciak
1928M: john.ronciak@intel.com
add18784
JB
1929P: Jesse Brandeburg
1930M: jesse.brandeburg@intel.com
1931P: Jeff Kirsher
1932M: jeffrey.t.kirsher@intel.com
99a1f9e8
AK
1933P: Auke Kok
1934M: auke-jan.h.kok@intel.com
dcd01faf 1935L: e1000-devel@lists.sourceforge.net
1da177e4
LT
1936W: http://sourceforge.net/projects/e1000/
1937S: Supported
1938
1939INTEL PRO/10GbE SUPPORT
add18784
JB
1940P: Jeff Kirsher
1941M: jeffrey.t.kirsher@intel.com
1da177e4
LT
1942P: Ayyappan Veeraiyan
1943M: ayyappan.veeraiyan@intel.com
1da177e4
LT
1944P: John Ronciak
1945M: john.ronciak@intel.com
add18784
JB
1946P: Jesse Brandeburg
1947M: jesse.brandeburg@intel.com
99a1f9e8
AK
1948P: Auke Kok
1949M: auke-jan.h.kok@intel.com
dcd01faf 1950L: e1000-devel@lists.sourceforge.net
1da177e4
LT
1951W: http://sourceforge.net/projects/e1000/
1952S: Supported
1953
826d2abe
JK
1954INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1955P: Yi Zhu
1956M: yi.zhu@intel.com
1957P: James Ketrenos
1958M: jketreno@linux.intel.com
724c6b35 1959L: linux-wireless@vger.kernel.org
f5df5881 1960L: ipw2100-devel@lists.sourceforge.net
826d2abe
JK
1961L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1962W: http://ipw2100.sourceforge.net
1963S: Supported
1964
1965INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1966P: Yi Zhu
1967M: yi.zhu@intel.com
1968P: James Ketrenos
1969M: jketreno@linux.intel.com
724c6b35 1970L: linux-wireless@vger.kernel.org
f5df5881 1971L: ipw2100-devel@lists.sourceforge.net
826d2abe
JK
1972L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1973W: http://ipw2200.sourceforge.net
1974S: Supported
1975
1da177e4
LT
1976IOC3 DRIVER
1977P: Ralf Baechle
1978M: ralf@linux-mips.org
1979L: linux-mips@linux-mips.org
1980S: Maintained
1981
1982IP MASQUERADING:
1983P: Juanjo Ciarlante
1984M: jjciarla@raiz.uncu.edu.ar
1985S: Maintained
1986
77d8798b 1987IPATH DRIVER:
f42b6471
AJ
1988P: Arthur Jones
1989M: infinipath@qlogic.com
1990L: general@lists.openfabrics.org
1991T: git git://git.qlogic.com/ipath-linux-2.6
77d8798b
BS
1992S: Supported
1993
4409ebe9
CM
1994IPMI SUBSYSTEM
1995P: Corey Minyard
1996M: minyard@acm.org
1997L: openipmi-developer@lists.sourceforge.net
1998W: http://openipmi.sourceforge.net/
1999S: Supported
2000
1da177e4
LT
2001IPX NETWORK LAYER
2002P: Arnaldo Carvalho de Melo
926554c4 2003M: acme@ghostprotocols.net
979b6c13 2004L: netdev@vger.kernel.org
1da177e4
LT
2005S: Maintained
2006
2007IRDA SUBSYSTEM
f353976d
SO
2008P: Samuel Ortiz
2009M: samuel@sortiz.org
a2ac953d 2010L: irda-users@lists.sourceforge.net (subscribers-only)
1da177e4 2011W: http://irda.sourceforge.net/
f353976d 2012S: Maintained
1da177e4
LT
2013
2014ISAPNP
2015P: Jaroslav Kysela
2016M: perex@suse.cz
2017S: Maintained
2018
2019ISDN SUBSYSTEM
2020P: Karsten Keil
2021M: kkeil@suse.de
2022P: Kai Germaschewski
2023M: kai.germaschewski@gmx.de
2024L: isdn4linux@listserv.isdn4linux.de
2025W: http://www.isdn4linux.de
1adc1230 2026T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1da177e4
LT
2027S: Maintained
2028
2029ISDN SUBSYSTEM (Eicon active card driver)
2030P: Armin Schindler
2031M: mac@melware.de
2032L: isdn4linux@listserv.isdn4linux.de
2033W: http://www.melware.de
2034S: Maintained
2035
1da177e4
LT
2036JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2037P: David Woodhouse
2038M: dwmw2@infradead.org
2039L: jffs-dev@axis.com
2040W: http://sources.redhat.com/jffs2/
2041S: Maintained
2042
2043JFS FILESYSTEM
2044P: Dave Kleikamp
2045M: shaggy@austin.ibm.com
2046L: jfs-discussion@lists.sourceforge.net
2047W: http://jfs.sourceforge.net/
1adc1230 2048T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1da177e4
LT
2049S: Supported
2050
de456d37 2051JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
ae0718f8 2052P: Stephen Tweedie, Andrew Morton
588cc708 2053M: sct@redhat.com, akpm@linux-foundation.org
72be2ccf 2054L: linux-ext4@vger.kernel.org
ae0718f8
TT
2055S: Maintained
2056
4660cb35
RM
2057K8TEMP HARDWARE MONITORING DRIVER
2058P: Rudolf Marek
2059M: r.marek@assembler.cz
2060L: lm-sensors@lm-sensors.org
ae0718f8
TT
2061S: Maintained
2062
1da177e4
LT
2063KCONFIG
2064P: Roman Zippel
2065M: zippel@linux-m68k.org
2066L: kbuild-devel@lists.sourceforge.net
2067S: Maintained
2068
ea6c2089
VG
2069KDUMP
2070P: Vivek Goyal
2071M: vgoyal@in.ibm.com
2072P: Haren Myneni
2073M: hbabu@us.ibm.com
34633993 2074L: kexec@lists.infradead.org
ea6c2089
VG
2075L: linux-kernel@vger.kernel.org
2076W: http://lse.sourceforge.net/kdump/
2077S: Maintained
2078
1da177e4
LT
2079KERNEL AUTOMOUNTER (AUTOFS)
2080P: H. Peter Anvin
2081M: hpa@zytor.com
2082L: autofs@linux.kernel.org
2083S: Odd Fixes
2084
2085KERNEL AUTOMOUNTER v4 (AUTOFS4)
2086P: Ian Kent
2087M: raven@themaw.net
2088L: autofs@linux.kernel.org
2089S: Maintained
2090
2091KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2092P: Kai Germaschewski
2093M: kai@germaschewski.name
2094P: Sam Ravnborg
2095M: sam@ravnborg.org
6fb0425b 2096T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
b7eee616 2097S: Maintained
1da177e4
LT
2098
2099KERNEL JANITORS
2100P: Several
c3000e03 2101L: kernel-janitors@vger.kernel.org
1da177e4 2102W: http://www.kerneljanitors.org/
1da177e4
LT
2103S: Maintained
2104
2105KERNEL NFSD
2106P: Neil Brown
98fac23f 2107M: neilb@suse.de
1da177e4
LT
2108L: nfs@lists.sourceforge.net
2109W: http://nfs.sourceforge.net/
98fac23f 2110S: Supported
1da177e4 2111
426d62e2
AK
2112KERNEL VIRTUAL MACHINE (KVM)
2113P: Avi Kivity
2114M: avi@qumranet.com
2115L: kvm-devel@lists.sourceforge.net
2116W: kvm.sourceforge.net
2117S: Supported
2118
dc009d92
EB
2119KEXEC
2120P: Eric Biederman
dc009d92 2121M: ebiederm@xmission.com
dc009d92
EB
2122W: http://www.xmission.com/~ebiederm/files/kexec/
2123L: linux-kernel@vger.kernel.org
34633993 2124L: kexec@lists.infradead.org
dc009d92
EB
2125S: Maintained
2126
89559a61
PP
2127KPROBES
2128P: Prasanna S Panchamukhi
2129M: prasanna@in.ibm.com
2130P: Ananth N Mavinakayanahalli
2131M: ananth@in.ibm.com
2132P: Anil S Keshavamurthy
2133M: anil.s.keshavamurthy@intel.com
2134P: David S. Miller
2135M: davem@davemloft.net
2136L: linux-kernel@vger.kernel.org
2137S: Maintained
2138
70e84049
MOS
2139KS0108 LCD CONTROLLER DRIVER
2140P: Miguel Ojeda Sandonis
2141M: maxextreme@gmail.com
2142L: linux-kernel@vger.kernel.org
6b968621 2143W: http://auxdisplay.googlepages.com/
70e84049
MOS
2144S: Maintained
2145
1da177e4 2146LAPB module
1da177e4 2147L: linux-x25@vger.kernel.org
bf9915cc 2148S: Orphan
1da177e4
LT
2149
2150LASI 53c700 driver for PARISC
2151P: James E.J. Bottomley
2152M: James.Bottomley@HansenPartnership.com
2153L: linux-scsi@vger.kernel.org
2154S: Maintained
2155
263de9b5
RP
2156LED SUBSYSTEM
2157P: Richard Purdie
2158M: rpurdie@rpsys.net
2159S: Maintained
2160
1da177e4
LT
2161LEGO USB Tower driver
2162P: Juergen Stuber
2163M: starblue@users.sourceforge.net
2164L: legousb-devel@lists.sourceforge.net
2165W: http://legousb.sourceforge.net/
2166S: Maintained
2167
2168LINUX FOR IBM pSERIES (RS/6000)
2169P: Paul Mackerras
2170M: paulus@au.ibm.com
2171W: http://www.ibm.com/linux/ltc/projects/ppc
2172S: Supported
2173
2174LINUX FOR NCR VOYAGER
2175P: James Bottomley
2176M: James.Bottomley@HansenPartnership.com
2177W: http://www.hansenpartnership.com/voyager
2178S: Maintained
2179
2180LINUX FOR POWERPC
2181P: Paul Mackerras
2182M: paulus@samba.org
2183W: http://www.penguinppc.org/
2184L: linuxppc-dev@ozlabs.org
1adc1230 2185T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1da177e4
LT
2186S: Supported
2187
2188LINUX FOR POWER MACINTOSH
2189P: Benjamin Herrenschmidt
2190M: benh@kernel.crashing.org
2191W: http://www.penguinppc.org/
2192L: linuxppc-dev@ozlabs.org
2193S: Maintained
2194
2195LINUX FOR POWERPC EMBEDDED MPC52XX
2196P: Sylvain Munaut
2197M: tnt@246tNt.com
2198W: http://www.246tNt.com/mpc52xx/
2199W: http://www.penguinppc.org/
2200L: linuxppc-dev@ozlabs.org
2201L: linuxppc-embedded@ozlabs.org
2202S: Maintained
2203
2204LINUX FOR POWERPC EMBEDDED PPC4XX
2205P: Matt Porter
2206M: mporter@kernel.crashing.org
2207W: http://www.penguinppc.org/
2208L: linuxppc-embedded@ozlabs.org
2209S: Maintained
2210
e93adf1e 2211LINUX FOR POWERPC BOOT CODE
1da177e4
LT
2212P: Tom Rini
2213M: trini@kernel.crashing.org
2214W: http://www.penguinppc.org/
2215L: linuxppc-embedded@ozlabs.org
2216S: Maintained
2217
e93adf1e
TR
2218LINUX FOR POWERPC EMBEDDED PPC8XX
2219P: Marcelo Tosatti
2e367a82 2220M: marcelo@kvack.org
e93adf1e
TR
2221W: http://www.penguinppc.org/
2222L: linuxppc-embedded@ozlabs.org
2223S: Maintained
2224
1da177e4 2225LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
ce00f85c
JC
2226P: Kumar Gala
2227M: galak@kernel.crashing.org
2228W: http://www.penguinppc.org/
2229L: linuxppc-embedded@ozlabs.org
2230S: Maintained
1da177e4 2231
ab06ff3a
OJ
2232LINUX FOR POWERPC PA SEMI PWRFICIENT
2233P: Olof Johansson
2234M: olof@lixom.net
2235W: http://www.pasemi.com/
2236L: linuxppc-dev@ozlabs.org
2237S: Supported
2238
1da177e4
LT
2239LLC (802.2)
2240P: Arnaldo Carvalho de Melo
926554c4 2241M: acme@ghostprotocols.net
1da177e4
LT
2242S: Maintained
2243
2244LINUX FOR 64BIT POWERPC
2245P: Paul Mackerras
2246M: paulus@samba.org
2247M: paulus@au.ibm.com
2248P: Anton Blanchard
2249M: anton@samba.org
2250M: anton@au.ibm.com
6d923f98 2251W: http://www.penguinppc.org/ppc64/
1d049816 2252L: linuxppc-dev@ozlabs.org
1da177e4
LT
2253S: Supported
2254
2255LINUX SECURITY MODULE (LSM) FRAMEWORK
2256P: Chris Wright
692a2061 2257M: chrisw@sous-sol.org
1a4520be 2258L: linux-security-module@vger.kernel.org
1da177e4 2259W: http://lsm.immunix.org
1adc1230 2260T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1da177e4
LT
2261S: Supported
2262
2263LM83 HARDWARE MONITOR DRIVER
2264P: Jean Delvare
2265M: khali@linux-fr.org
cc0b07ed 2266L: lm-sensors@lm-sensors.org
1da177e4
LT
2267S: Maintained
2268
2269LM90 HARDWARE MONITOR DRIVER
2270P: Jean Delvare
2271M: khali@linux-fr.org
cc0b07ed 2272L: lm-sensors@lm-sensors.org
1da177e4
LT
2273S: Maintained
2274
dde33348 2275LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
1da177e4
LT
2276P: Richard Russon (FlatCap)
2277M: ldm@flatcap.org
dde33348
AA
2278L: linux-ntfs-dev@lists.sourceforge.net
2279W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4
LT
2280S: Maintained
2281
c87e34ef
MED
2282LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2283P: Eric Moore
d8a82d7b
EM
2284M: Eric.Moore@lsi.com
2285M: support@lsi.com
2286L: mpt_linux_developer@lsi.com
c87e34ef
MED
2287L: linux-scsi@vger.kernel.org
2288W: http://www.lsilogic.com/support
2289S: Supported
2290
1da177e4
LT
2291LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2292P: Matthew Wilcox
2293M: matthew@wil.cx
2294L: linux-scsi@vger.kernel.org
2295S: Maintained
2296
c12a54b3
HT
2297M32R ARCHITECTURE
2298P: Hirokazu Takata
2299M: takata@linux-m32r.org
2300L: linux-m32r@ml.linux-m32r.org
2301L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2302W: http://www.linux-m32r.org/
2303S: Maintained
2304
1da177e4
LT
2305M68K ARCHITECTURE
2306P: Geert Uytterhoeven
2307M: geert@linux-m68k.org
2308P: Roman Zippel
2309M: zippel@linux-m68k.org
2310L: linux-m68k@lists.linux-m68k.org
2311W: http://www.linux-m68k.org/
2312W: http://linux-m68k-cvs.ubb.ca/
2313S: Maintained
2314
2315M68K ON APPLE MACINTOSH
2316P: Joshua Thompson
2317M: funaho@jurai.org
2318W: http://www.mac.linux-m68k.org/
2319L: linux-mac68k@mac.linux-m68k.org
2320S: Maintained
2321
2322M68K ON HP9000/300
2323P: Philip Blundell
2324M: philb@gnu.org
2325W: http://www.tazenda.demon.co.uk/phil/linux-hp
2326S: Maintained
2327
64a327a7
JB
2328MAC80211
2329P: Jiri Benc
2330M: jbenc@suse.cz
2331P: Michael Wu
2332M: flamingice@sourmilk.net
2333L: linux-wireless@vger.kernel.org
2334W: http://linuxwireless.org/
2335T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2336S: Maintained
2337
b863ceb7
PM
2338MACVLAN DRIVER
2339P: Patrick McHardy
2340M: kaber@trash.net
2341L: netdev@vger.kernel.org
2342S: Maintained
2343
1da177e4
LT
2344MARVELL YUKON / SYSKONNECT DRIVER
2345P: Mirko Lindner
2346M: mlindner@syskonnect.de
2347P: Ralph Roesler
2348M: rroesler@syskonnect.de
2349W: http://www.syskonnect.com
2350S: Supported
2351
faf1668c 2352MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
ce00f85c
JC
2353P: Michael Kerrisk
2354M: mtk-manpages@gmx.net
2355W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2356S: Maintained
faf1668c 2357
b60d6975
DF
2358MARVELL MV643XX ETHERNET DRIVER
2359P: Dale Farnsworth
2360M: dale@farnsworth.org
1da177e4 2361P: Manish Lachwani
b60d6975 2362M: mlachwani@mvista.com
979b6c13 2363L: netdev@vger.kernel.org
b60d6975 2364S: Odd Fixes for 2.4; Maintained for 2.6.
1da177e4
LT
2365
2366MATROX FRAMEBUFFER DRIVER
2367P: Petr Vandrovec
2368M: vandrove@vc.cvut.cz
5cd307c5 2369L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
2370S: Maintained
2371
d20620de
HJK
2372MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2373P: Hans J. Koch
2374M: hjk@linutronix.de
2375L: lm-sensors@lm-sensors.org
2376S: Maintained
2377
757e0108 2378MEGARAID SCSI DRIVERS
ce00f85c 2379P: Neela Syam Kolli
bdd0d757 2380M: megaraidlinux@lsi.com
ce00f85c
JC
2381S: linux-scsi@vger.kernel.org
2382W: http://megaraid.lsilogic.com
2383S: Maintained
757e0108 2384
70ea91f1
SR
2385MEMORY MANAGEMENT
2386L: linux-mm@kvack.org
2387L: linux-kernel@vger.kernel.org
2388W: http://www.linux-mm.org
2389S: Maintained
2390
f4e9ce66 2391MEMORY TECHNOLOGY DEVICES (MTD)
1da177e4
LT
2392P: David Woodhouse
2393M: dwmw2@infradead.org
2394W: http://www.linux-mtd.infradead.org/
2395L: linux-mtd@lists.infradead.org
f4e9ce66 2396T: git git://git.infradead.org/mtd-2.6.git
1da177e4
LT
2397S: Maintained
2398
48576401
AB
2399UNSORTED BLOCK IMAGES (UBI)
2400P: Artem Bityutskiy
2401M: dedekind@infradead.org
2402W: http://www.linux-mtd.infradead.org/
2403L: linux-mtd@lists.infradead.org
21600546 2404T: git git://git.infradead.org/~dedekind/ubi-2.6.git
48576401
AB
2405S: Maintained
2406
1da177e4
LT
2407MICROTEK X6 SCANNER
2408P: Oliver Neukum
2409M: oliver@neukum.name
2410S: Maintained
2411
2412MIPS
2413P: Ralf Baechle
2414M: ralf@linux-mips.org
d50f7ec9 2415W: http://www.linux-mips.org/
1da177e4 2416L: linux-mips@linux-mips.org
7425b340
RB
2417T: git www.linux-mips.org:/pub/scm/linux.git
2418S: Supported
1da177e4
LT
2419
2420MISCELLANEOUS MCA-SUPPORT
2421P: James Bottomley
2422M: jejb@steeleye.com
2423L: linux-kernel@vger.kernel.org
2424S: Maintained
2425
2426MODULE SUPPORT
2427P: Rusty Russell
2428M: rusty@rustcorp.com.au
2429L: linux-kernel@vger.kernel.org
2430S: Maintained
2431
2432MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2433P: Stelian Pop
2434M: stelian@popies.net
2435W: http://popies.net/meye/
2436S: Maintained
2437
c58ff04a
PP
2438MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2439P: Pavel Pisa
2440M: ppisa@pikron.com
2441L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2442W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2443S: Maintained
2444
1da177e4
LT
2445MOUSE AND MISC DEVICES [GENERAL]
2446P: Alessandro Rubini
2447M: rubini@ipvvis.unipv.it
2448L: linux-kernel@vger.kernel.org
2449S: Maintained
2450
d735410a
JS
2451MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2452P: Jiri Slaby
2453M: jirislaby@gmail.com
2454L: linux-kernel@vger.kernel.org
2455S: Maintained
2456
8c4c731a
LP
2457MSI LAPTOP SUPPORT
2458P: Lennart Poettering
2459M: mzxreary@0pointer.de
2460L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2461W: http://0pointer.de/lennart/tchibo.html
2462S: Maintained
2463
1da177e4
LT
2464MTRR AND SIMILAR SUPPORT [i386]
2465P: Richard Gooch
2466M: rgooch@atnf.csiro.au
2467L: linux-kernel@vger.kernel.org
2468W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2469S: Maintained
2470
b9f5d804
PO
2471MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2472P: Pierre Ossman
2473M: drzeus-mmc@drzeus.cx
2474L: linux-kernel@vger.kernel.org
2475S: Maintained
baca2da4 2476
1da177e4
LT
2477MULTISOUND SOUND DRIVER
2478P: Andrew Veliath
2479M: andrewtv@usa.net
2480S: Maintained
2481
d735410a
JS
2482MULTITECH MULTIPORT CARD (ISICOM)
2483P: Jiri Slaby
2484M: jirislaby@gmail.com
2485L: linux-kernel@vger.kernel.org
2486S: Maintained
2487
1da177e4
LT
2488NATSEMI ETHERNET DRIVER (DP8381x)
2489P: Tim Hockin
2490M: thockin@hockin.org
2491S: Maintained
2492
2493NCP FILESYSTEM
2494P: Petr Vandrovec
2495M: vandrove@vc.cvut.cz
2496L: linware@sh.cvut.cz
2497S: Maintained
2498
2499NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2500P: James E.J. Bottomley
2501M: James.Bottomley@HansenPartnership.com
2502L: linux-scsi@vger.kernel.org
2503S: Maintained
2504
be2f2e84
SH
2505NETEM NETWORK EMULATOR
2506P: Stephen Hemminger
65ebe634 2507M: shemminger@linux-foundation.org
f318a63b 2508L: netem@lists.linux-foundation.org
be2f2e84
SH
2509S: Maintained
2510
1da177e4
LT
2511NETFILTER/IPTABLES/IPCHAINS
2512P: Rusty Russell
2513P: Marc Boucher
2514P: James Morris
2515P: Harald Welte
2516P: Jozsef Kadlecsik
82b98543
PM
2517P: Patrick McHardy
2518M: kaber@trash.net
2519L: netfilter-devel@lists.netfilter.org
24a1dec5 2520L: netfilter@lists.netfilter.org (subscribers-only)
82b98543 2521L: coreteam@netfilter.org
1da177e4
LT
2522W: http://www.netfilter.org/
2523W: http://www.iptables.org/
1da177e4
LT
2524S: Supported
2525
4cc67735
PM
2526NETLABEL
2527P: Paul Moore
2528M: paul.moore@hp.com
2529W: http://netlabel.sf.net
2530L: netdev@vger.kernel.org
2531S: Supported
2532
1da177e4
LT
2533NETROM NETWORK LAYER
2534P: Ralf Baechle
2535M: ralf@linux-mips.org
2536L: linux-hams@vger.kernel.org
d34cb28a 2537W: http://www.linux-ax25.org/
1da177e4
LT
2538S: Maintained
2539
5ddb88c0 2540NETWORK BLOCK DEVICE (NBD)
1da177e4
LT
2541P: Paul Clements
2542M: Paul.Clements@steeleye.com
2543S: Maintained
2544
2545NETWORK DEVICE DRIVERS
2546P: Andrew Morton
588cc708 2547M: akpm@linux-foundation.org
1da177e4
LT
2548P: Jeff Garzik
2549M: jgarzik@pobox.com
979b6c13 2550L: netdev@vger.kernel.org
6fb0425b 2551T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1da177e4
LT
2552S: Maintained
2553
2554NETWORKING [GENERAL]
2555P: Networking Team
979b6c13
RB
2556M: netdev@vger.kernel.org
2557L: netdev@vger.kernel.org
f1465f7e 2558W: http://linux-net.osdl.org/
1da177e4
LT
2559S: Maintained
2560
2561NETWORKING [IPv4/IPv6]
2562P: David S. Miller
2563M: davem@davemloft.net
2564P: Alexey Kuznetsov
2565M: kuznet@ms2.inr.ac.ru
2566P: Pekka Savola (ipv6)
2567M: pekkas@netcore.fi
2568P: James Morris
48de5bee 2569M: jmorris@namei.org
1da177e4
LT
2570P: Hideaki YOSHIFUJI
2571M: yoshfuji@linux-ipv6.org
2572P: Patrick McHardy
2573M: kaber@coreworks.de
979b6c13 2574L: netdev@vger.kernel.org
d5ca3117 2575T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1da177e4
LT
2576S: Maintained
2577
29f8f632
JL
2578NETWORKING [WIRELESS]
2579P: John W. Linville
2580M: linville@tuxdriver.com
2cb4abd1 2581L: linux-wireless@vger.kernel.org
29f8f632
JL
2582T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2583S: Maintained
2584
3d396eb1
AK
2585NETXEN (1/10) GbE SUPPORT
2586P: Amit S. Kale
2587M: amitkale@netxen.com
2588L: netdev@vger.kernel.org
2589W: http://www.netxen.com
2590S: Supported
2591
1da177e4
LT
2592IPVS
2593P: Wensong Zhang
2594M: wensong@linux-vs.org
9d30c171
H
2595P: Simon Horman
2596M: horms@verge.net.au
1da177e4
LT
2597P: Julian Anastasov
2598M: ja@ssi.bg
9d30c171 2599L: netdev@vger.kernel.org
1da177e4
LT
2600S: Maintained
2601
2602NFS CLIENT
2603P: Trond Myklebust
2604M: trond.myklebust@fys.uio.no
2605L: linux-kernel@vger.kernel.org
2606S: Maintained
2607
2608NI5010 NETWORK DRIVER
5b552b16
AM
2609P: Jan-Pascal van Best
2610M: janpascal@vanbest.org
2611P: Andreas Mohr
2612M: andi@lisas.de
979b6c13 2613L: netdev@vger.kernel.org
1da177e4
LT
2614S: Maintained
2615
2616NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2617P: YOKOTA Hiroshi
2618M: yokota@netlab.is.tsukuba.ac.jp
2619W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2620S: Maintained
2621
2622NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2623P: GOTO Masanori
2624M: gotom@debian.or.jp
2625P: YOKOTA Hiroshi
2626M: yokota@netlab.is.tsukuba.ac.jp
2627W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2628S: Maintained
2629
1da177e4
LT
2630NTFS FILESYSTEM
2631P: Anton Altaparmakov
2632M: aia21@cantab.net
2633L: linux-ntfs-dev@lists.sourceforge.net
2634L: linux-kernel@vger.kernel.org
2635W: http://linux-ntfs.sf.net/
1adc1230 2636T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1da177e4
LT
2637S: Maintained
2638
9eb8ef74 2639NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
ce00f85c 2640P: Antonino Daplas
0478e62e 2641M: adaplas@gmail.com
5cd307c5 2642L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 2643S: Maintained
1da177e4 2644
3ef34b80
RV
2645NETERION (S2IO) Xframe 10GbE DRIVER
2646P: Ramkrishna Vepa
2647M: ram.vepa@neterion.com
2648P: Rastapur Santosh
2649M: santosh.rastapur@neterion.com
2650P: Sivakumar Subramani
2651M: sivakumar.subramani@neterion.com
2652P: Sreenivasa Honnur
2653M: sreenivasa.honnur@neterion.com
2654L: netdev@vger.kernel.org
2655W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2656S: Supported
2657
1ded969f
PK
2658OPENCORES I2C BUS DRIVER
2659P: Peter Korsgaard
2660M: jacmet@sunsite.dk
5d925fec 2661L: i2c@lm-sensors.org
1ded969f
PK
2662S: Maintained
2663
ccd979bd
MF
2664ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2665P: Mark Fasheh
2666M: mark.fasheh@oracle.com
2667P: Kurt Hackel
2668M: kurt.hackel@oracle.com
2669L: ocfs2-devel@oss.oracle.com
2670W: http://oss.oracle.com/projects/ocfs2/
b7eee616 2671S: Supported
ccd979bd 2672
1da177e4
LT
2673OLYMPIC NETWORK DRIVER
2674P: Peter De Shrijver
2675M: p2@ace.ulyssis.student.kuleuven.ac.be
2676P: Mike Phillips
b7eee616 2677M: mikep@linuxtr.net
979b6c13 2678L: netdev@vger.kernel.org
1da177e4
LT
2679L: linux-tr@linuxtr.net
2680W: http://www.linuxtr.net
2681S: Maintained
2682
c1986ee9
HW
2683OMNIKEY CARDMAN 4000 DRIVER
2684P: Harald Welte
2685M: laforge@gnumonks.org
2686S: Maintained
2687
77c44ab1
HW
2688OMNIKEY CARDMAN 4040 DRIVER
2689P: Harald Welte
2690M: laforge@gnumonks.org
2691S: Maintained
2692
77d5140f
JC
2693OMNIVISION OV7670 SENSOR DRIVER
2694P: Jonathan Corbet
2695M: corbet@lwn.net
2696L: video4linux-list@redhat.com
2697S: Maintained
2698
431bca73
TG
2699ONENAND FLASH DRIVER
2700P: Kyungmin Park
2701M: kyungmin.park@samsung.com
2702L: linux-mtd@lists.infradead.org
2703S: Maintained
2704
1da177e4
LT
2705ONSTREAM SCSI TAPE DRIVER
2706P: Willem Riede
2707M: osst@riede.org
2708L: osst-users@lists.sourceforge.net
2709L: linux-scsi@vger.kernel.org
2710S: Maintained
2711
1da177e4
LT
2712OPROFILE
2713P: Philippe Elie
2714M: phil.el@wanadoo.fr
2715L: oprofile-list@lists.sf.net
2716S: Maintained
2717
2718ORINOCO DRIVER
2719P: Pavel Roskin
2720M: proski@gnu.org
2721P: David Gibson
2722M: hermes@gibson.dropbear.id.au
724c6b35 2723L: linux-wireless@vger.kernel.org
ecffdde6
PR
2724L: orinoco-users@lists.sourceforge.net
2725L: orinoco-devel@lists.sourceforge.net
2726W: http://www.nongnu.org/orinoco/
1da177e4
LT
2727S: Maintained
2728
f5cd7872
OJ
2729PA SEMI ETHERNET DRIVER
2730P: Olof Johansson
2731M: olof@lixom.net
2732L: netdev@vger.kernel.org
2733S: Maintained
2734
beb58aa3
OJ
2735PA SEMI SMBUS DRIVER
2736P: Olof Johansson
2737M: olof@lixom.net
2738L: i2c@lm-sensors.org
2739S: Maintained
2740
1da177e4 2741PARALLEL PORT SUPPORT
3dd1a329 2742L: linux-parport@lists.infradead.org (subscribers-only)
5fdc2abe 2743S: Orphan
1da177e4
LT
2744
2745PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2746P: Tim Waugh
2747M: tim@cyberelk.net
3dd1a329 2748L: linux-parport@lists.infradead.org (subscribers-only)
1da177e4
LT
2749W: http://www.torque.net/linux-pp.html
2750S: Maintained
2751
2752PARISC ARCHITECTURE
2753P: Matthew Wilcox
2754M: matthew@wil.cx
2755P: Grant Grundler
2756M: grundler@parisc-linux.org
223232de
KM
2757P: Kyle McMartin
2758M: kyle@parisc-linux.org
1da177e4
LT
2759L: parisc-linux@parisc-linux.org
2760W: http://www.parisc-linux.org/
223232de
KM
2761T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2762T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
1da177e4
LT
2763S: Maintained
2764
4cdf6bc2
JF
2765PARAVIRT_OPS INTERFACE
2766P: Jeremy Fitzhardinge
2767M: jeremy@xensource.com
2768P: Chris Wright
2769M: chrisw@sous-sol.org
2770P: Zachary Amsden
2771M: zach@vmware.com
2772P: Rusty Russell
2773M: rusty@rustcorp.com.au
2774L: virtualization@lists.osdl.org
2775L: linux-kernel@vger.kernel.org
2776S: Supported
2777
1662d32c
JC
2778PC87360 HARDWARE MONITORING DRIVER
2779P: Jim Cromie
2780M: jim.cromie@gmail.com
2781L: lm-sensors@lm-sensors.org
2782S: Maintained
2783
2784PC8736x GPIO DRIVER
2785P: Jim Cromie
2786M: jim.cromie@gmail.com
2787S: Maintained
2788
065c6359
LV
2789PCI ERROR RECOVERY
2790P: Linas Vepstas
2791M: linas@austin.ibm.com
2792L: linux-kernel@vger.kernel.org
2793L: linux-pci@atrey.karlin.mff.cuni.cz
2794S: Supported
2795
1da177e4
LT
2796PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2797P: Thomas Sailer
2798M: sailer@ife.ee.ethz.ch
2799L: linux-sound@vger.kernel.org
2800W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2801S: Maintained
2802
2803PCI SUBSYSTEM
2804P: Greg Kroah-Hartman
2805M: gregkh@suse.de
2806L: linux-kernel@vger.kernel.org
2807L: linux-pci@atrey.karlin.mff.cuni.cz
6fb0425b 2808T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
2809S: Supported
2810
2811PCI HOTPLUG CORE
fb5f4d7a
KCA
2812P: Kristen Carlson Accardi
2813M: kristen.c.accardi@intel.com
1da177e4
LT
2814S: Supported
2815
8cf4c195
KA
2816PCIE HOTPLUG DRIVER
2817P: Kristen Carlson Accardi
2818M: kristen.c.accardi@intel.com
2819L: pcihpd-discuss@lists.sourceforge.net
8b59a454 2820S: Supported
8cf4c195 2821
1da177e4 2822PCMCIA SUBSYSTEM
4230dfc9 2823P: Linux PCMCIA Team
f5df5881 2824L: linux-pcmcia@lists.infradead.org
1da177e4 2825L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6fb0425b 2826T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 2827S: Maintained
1da177e4
LT
2828
2829PCNET32 NETWORK DRIVER
04ce0948 2830P: Don Fry
2831M: pcnet32@verizon.net
979b6c13 2832L: netdev@vger.kernel.org
1da177e4
LT
2833S: Maintained
2834
ad4ecbcb
SN
2835PER-TASK DELAY ACCOUNTING
2836P: Shailabh Nagar
2837M: nagar@watson.ibm.com
2838L: linux-kernel@vger.kernel.org
2839S: Maintained
2840
dd49d0f5
JC
2841PERSONALITY HANDLING
2842P: Christoph Hellwig
2843M: hch@infradead.org
2844L: linux-abi-devel@lists.sourceforge.net
2845S: Maintained
2846
1da177e4 2847PHRAM MTD DRIVER
dd4ef01c 2848P: Jörn Engel
1da177e4
LT
2849M: joern@wh.fh-wedel.de
2850L: linux-mtd@lists.infradead.org
2851S: Maintained
2852
249a6771
PO
2853PKTCDVD DRIVER
2854P: Peter Osterlund
2855M: petero2@telia.com
2856L: linux-kernel@vger.kernel.org
249a6771
PO
2857S: Maintained
2858
1da177e4 2859POSIX CLOCKS and TIMERS
aa781aeb
IM
2860P: Thomas Gleixner
2861M: tglx@linutronix.de
f1c3ddff 2862L: linux-kernel@vger.kernel.org
1da177e4
LT
2863S: Supported
2864
3be86148
AV
2865POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2866P: Anton Vorontsov
2867M: cbou@mail.ru
2868P: David Woodhouse
2869M: dwmw2@infradead.org
2870L: linux-kernel@vger.kernel.org
2871L: kernel-discuss@handhelds.org
2872T: git git.infradead.org/battery-2.6.git
2873S: Maintained
2874
24682978
ES
2875POWERPC 4xx EMAC DRIVER
2876P: Eugene Surovegin
2877M: ebs@ebshome.net
2878W: http://kernel.ebshome.net/emac/
2879L: linuxppc-embedded@ozlabs.org
2880L: netdev@vger.kernel.org
2881S: Maintained
2882
1da177e4
LT
2883PNP SUPPORT
2884P: Adam Belay
2885M: ambx1@neo.rr.com
2886S: Maintained
2887
999445d4
VW
2888PNXxxxx I2C DRIVER
2889P: Vitaly Wool
2890M: vitalywool@gmail.com
2891L: i2c@lm-sensors.org
2892S: Maintained
2893
1da177e4
LT
2894PPP PROTOCOL DRIVERS AND COMPRESSORS
2895P: Paul Mackerras
2896M: paulus@samba.org
2897L: linux-ppp@vger.kernel.org
2898S: Maintained
2899
2900PPP OVER ATM (RFC 2364)
2901P: Mitchell Blank Jr
2902M: mitch@sfgoth.com
2903S: Maintained
2904
2905PPP OVER ETHERNET
2906P: Michal Ostrowski
2907M: mostrows@speakeasy.net
2908S: Maintained
2909
a6d2370b
JC
2910PPP OVER L2TP
2911P: James Chapman
2912M: jchapman@katalix.com
2913S: Maintained
2914
1da177e4
LT
2915PREEMPTIBLE KERNEL
2916P: Robert Love
2917M: rml@tech9.net
2918L: linux-kernel@vger.kernel.org
2919L: kpreempt-tech@lists.sourceforge.net
2920W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2921S: Supported
2922
2923PRISM54 WIRELESS DRIVER
e88b34ba
LR
2924P: Luis R. Rodriguez
2925M: mcgrof@gmail.com
724c6b35 2926L: linux-wireless@vger.kernel.org
1da177e4
LT
2927W: http://prism54.org
2928S: Maintained
2929
2930PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2931P: Peter Denison
2932M: promise@pnd-pc.demon.co.uk
2933W: http://www.pnd-pc.demon.co.uk/promise/
2934S: Maintained
2935
b3277dfa
MP
2936PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2937P: Mikael Pettersson
2938M: mikpe@it.uu.se
2939L: linux-ide@vger.kernel.org
2940S: Maintained
2941
02c18891
MM
2942PS3 NETWORK SUPPORT
2943P: Masakazu Mokuno
2944M: mokuno@sm.sony.co.jp
2945L: netdev@vger.kernel.org
2946L: cbe-oss-dev@ozlabs.org
2947S: Supported
2948
f58a9d17
GL
2949PS3 PLATFORM SUPPORT
2950P: Geoff Levand
2951M: geoffrey.levand@am.sony.com
2952L: linuxppc-dev@ozlabs.org
2953L: cbe-oss-dev@ozlabs.org
2954S: Supported
2955
8320204a
MK
2956PVRUSB2 VIDEO4LINUX DRIVER
2957P: Mike Isely
2958M: isely@pobox.com
16e9495d 2959L: pvrusb2@isely.net (subscribers-only)
8320204a
MK
2960L: video4linux-list@redhat.com
2961W: http://www.isely.net/pvrusb2/
2962S: Maintained
2963
1da177e4
LT
2964PXA2xx SUPPORT
2965P: Nicolas Pitre
2966M: nico@cam.org
70f09f1f 2967L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
2968S: Maintained
2969
272f133a
PO
2970PXA MMCI DRIVER
2971S: Orphan
2972
1da177e4
LT
2973QLOGIC QLA2XXX FC-SCSI DRIVER
2974P: Andrew Vasquez
95e6a856 2975M: linux-driver@qlogic.com
1da177e4
LT
2976L: linux-scsi@vger.kernel.org
2977S: Supported
2978
5a4faa87
RM
2979QLOGIC QLA3XXX NETWORK DRIVER
2980P: Ron Mercer
2981M: linux-driver@qlogic.com
2982L: netdev@vger.kernel.org
2983S: Supported
2984
1da177e4
LT
2985QNX4 FILESYSTEM
2986P: Anders Larsen
2987M: al@alarsen.net
2988L: linux-kernel@vger.kernel.org
2989W: http://www.alarsen.net/linux/qnx4fs/
2990S: Maintained
2991
2992RADEON FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
2993P: Benjamin Herrenschmidt
2994M: benh@kernel.crashing.org
5cd307c5 2995L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
2996S: Maintained
2997
2998RAGE128 FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
2999P: Paul Mackerras
3000M: paulus@samba.org
5cd307c5 3001L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
3002S: Maintained
3003
3004RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3005P: Corey Thomas
3006M: corey@world.std.com
724c6b35 3007L: linux-wireless@vger.kernel.org
1da177e4
LT
3008S: Maintained
3009
9e95ce27
MM
3010RANDOM NUMBER DRIVER
3011P: Matt Mackall
3012M: mpm@selenic.com
3013S: Maintained
3014
394b701c
MP
3015RAPIDIO SUBSYSTEM
3016P: Matt Porter
3017M: mporter@kernel.crashing.org
3018L: linux-kernel@vger.kernel.org
3019S: Maintained
3020
595182bc
JT
3021READ-COPY UPDATE (RCU)
3022P: Dipankar Sarma
3023M: dipankar@in.ibm.com
3024W: http://www.rdrop.com/users/paulmck/rclock/
3025L: linux-kernel@vger.kernel.org
3026S: Supported
3027
3028RCUTORTURE MODULE
3029P: Josh Triplett
3030M: josh@freedesktop.org
3031L: linux-kernel@vger.kernel.org
3032S: Maintained
3033
1da177e4
LT
3034REAL TIME CLOCK DRIVER
3035P: Paul Gortmaker
3036M: p_gortmaker@yahoo.com
3037L: linux-kernel@vger.kernel.org
3038S: Maintained
3039
0c86edc0
AZ
3040REAL TIME CLOCK (RTC) SUBSYSTEM
3041P: Alessandro Zummo
3042M: a.zummo@towertech.it
76465493 3043L: rtc-linux@googlegroups.com
0c86edc0
AZ
3044S: Maintained
3045
1da177e4
LT
3046REISERFS FILE SYSTEM
3047P: Hans Reiser
3048M: reiserfs-dev@namesys.com
76c4e5ea 3049L: reiserfs-devel@vger.kernel.org
1da177e4
LT
3050W: http://www.namesys.com
3051S: Supported
3052
3053ROCKETPORT DRIVER
3054P: Comtrol Corp.
1da177e4
LT
3055W: http://www.comtrol.com
3056S: Maintained
3057
3058ROSE NETWORK LAYER
3059P: Ralf Baechle
3060M: ralf@linux-mips.org
3061L: linux-hams@vger.kernel.org
d34cb28a 3062W: http://www.linux-ax25.org/
1da177e4
LT
3063S: Maintained
3064
3065RISCOM8 DRIVER
3066S: Orphan
3067
605bebe2
MW
3068RTL818X WIRELESS DRIVER
3069P: Michael Wu
3070M: flamingice@sourmilk.net
3071P: Andrea Merello
3072M: andreamrl@tiscali.it
3073L: linux-wireless@vger.kernel.org
3074W: http://linuxwireless.org/
3075T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3076S: Maintained
3077
9eb8ef74 3078S3 SAVAGE FRAMEBUFFER DRIVER
ce00f85c 3079P: Antonino Daplas
0478e62e 3080M: adaplas@gmail.com
5cd307c5 3081L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 3082S: Maintained
9eb8ef74 3083
1da177e4
LT
3084S390
3085P: Martin Schwidefsky
3086M: schwidefsky@de.ibm.com
83014255
MS
3087P: Heiko Carstens
3088M: heiko.carstens@de.ibm.com
1da177e4 3089M: linux390@de.ibm.com
d58140cc 3090L: linux-s390@vger.kernel.org
5238da45
HC
3091W: http://www.ibm.com/developerworks/linux/linux390/
3092S: Supported
3093
3094S390 NETWORK DRIVERS
3095P: Frank Pavlic
3096M: fpavlic@de.ibm.com
3097M: linux390@de.ibm.com
d58140cc 3098L: linux-s390@vger.kernel.org
5238da45
HC
3099W: http://www.ibm.com/developerworks/linux/linux390/
3100S: Supported
3101
3102S390 ZFCP DRIVER
9cbb8897
SS
3103P: Swen Schillig
3104M: swen@vnet.ibm.com
5238da45 3105M: linux390@de.ibm.com
d58140cc 3106L: linux-s390@vger.kernel.org
5238da45 3107W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4
LT
3108S: Supported
3109
3110SAA7146 VIDEO4LINUX-2 DRIVER
3111P: Michael Hunold
3112M: michael@mihu.de
3113W: http://www.mihu.de/linux/saa7146
3114S: Maintained
3115
1da177e4
LT
3116SC1200 WDT DRIVER
3117P: Zwane Mwaikambo
3c7bf1ea 3118M: zwane@arm.linux.org.uk
1da177e4
LT
3119S: Maintained
3120
3121SCHEDULER
3122P: Ingo Molnar
3123M: mingo@elte.hu
3124P: Robert Love [the preemptible kernel bits]
3125M: rml@tech9.net
3126L: linux-kernel@vger.kernel.org
3127S: Maintained
3128
3129SCSI CDROM DRIVER
3130P: Jens Axboe
0fe23479 3131M: axboe@kernel.dk
1da177e4
LT
3132L: linux-scsi@vger.kernel.org
3133W: http://www.kernel.dk
3134S: Maintained
3135
3136SCSI SG DRIVER
3137P: Doug Gilbert
3138M: dgilbert@interlog.com
3139L: linux-scsi@vger.kernel.org
3140W: http://www.torque.net/sg
3141S: Maintained
3142
3143SCSI SUBSYSTEM
3144P: James E.J. Bottomley
3145M: James.Bottomley@SteelEye.com
3146L: linux-scsi@vger.kernel.org
6fb0425b 3147T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
1da177e4
LT
3148S: Maintained
3149
3150SCSI TAPE DRIVER
dd4ef01c 3151P: Kai Mäkisara
1da177e4
LT
3152M: Kai.Makisara@kolumbus.fi
3153L: linux-scsi@vger.kernel.org
3154S: Maintained
3155
3156SCTP PROTOCOL
5f85813c
SS
3157P: Vlad Yasevich
3158M: vladislav.yasevich@hp.com
ce00f85c
JC
3159P: Sridhar Samudrala
3160M: sri@us.ibm.com
3161L: lksctp-developers@lists.sourceforge.net
5f85813c 3162W: http://lksctp.sourceforge.net
ce00f85c 3163S: Supported
1da177e4
LT
3164
3165SCx200 CPU SUPPORT
1662d32c
JC
3166P: Jim Cromie
3167M: jim.cromie@gmail.com
3168S: Odd Fixes
3169
3170SCx200 GPIO DRIVER
3171P: Jim Cromie
3172M: jim.cromie@gmail.com
3173S: Maintained
3174
3175SCx200 HRT CLOCKSOURCE DRIVER
3176P: Jim Cromie
3177M: jim.cromie@gmail.com
3178S: Maintained
1da177e4
LT
3179
3180SECURITY CONTACT
3181P: Security Officers
3182M: security@kernel.org
3183S: Supported
3184
3185SELINUX SECURITY MODULE
3186P: Stephen Smalley
62cfe7ef 3187M: sds@tycho.nsa.gov
1da177e4 3188P: James Morris
48de5bee 3189M: jmorris@namei.org
588a3157
SS
3190P: Eric Paris
3191M: eparis@parisplace.org
1da177e4 3192L: linux-kernel@vger.kernel.org (kernel issues)
588a3157 3193L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
1da177e4
LT
3194W: http://www.nsa.gov/selinux
3195S: Supported
3196
cef2cf07
JS
3197SENSABLE PHANTOM
3198P: Jiri Slaby
3199M: jirislaby@gmail.com
3200S: Maintained
3201
1da177e4
LT
3202SERIAL ATA (SATA) SUBSYSTEM:
3203P: Jeff Garzik
3204M: jgarzik@pobox.com
3205L: linux-ide@vger.kernel.org
6fb0425b 3206T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4
LT
3207S: Supported
3208
3209SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3210P: Pat Gefre
3211M: pfg@sgi.com
3212L: linux-ia64@vger.kernel.org
3213S: Supported
3214
3215SGI VISUAL WORKSTATION 320 AND 540
3216P: Andrey Panin
3217M: pazke@donpac.ru
3218L: linux-visws-devel@lists.sf.net
3219W: http://linux-visws.sf.net
3220S: Maintained for 2.6.
3221
3222SIMTEC EB110ATX (Chalice CATS)
3223P: Ben Dooks
3224P: Vincent Sanders
3225M: support@simtec.co.uk
3226W: http://www.simtec.co.uk/products/EB110ATX/
3227S: Supported
3228
3229SIMTEC EB2410ITX (BAST)
3230P: Ben Dooks
3231P: Vincent Sanders
3232M: support@simtec.co.uk
3233W: http://www.simtec.co.uk/products/EB2410ITX/
3234S: Supported
3235
92aab3c0
FR
3236SIS 190 ETHERNET DRIVER
3237P: Francois Romieu
3238M: romieu@fr.zoreil.com
3239L: netdev@vger.kernel.org
3240S: Maintained
3241
1da177e4
LT
3242SIS 5513 IDE CONTROLLER DRIVER
3243P: Lionel Bouton
3244M: Lionel.Bouton@inet6.fr
3245W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3246W: http://gyver.homeip.net/sis5513/index.html
3247S: Maintained
3248
3249SIS 900/7016 FAST ETHERNET DRIVER
3250P: Daniele Venzano
3251M: venza@brownhat.org
3252W: http://www.brownhat.org/sis900.html
979b6c13 3253L: netdev@vger.kernel.org
1da177e4
LT
3254S: Maintained
3255
3256SIS FRAMEBUFFER DRIVER
3257P: Thomas Winischhofer
3258M: thomas@winischhofer.net
3259W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 3260S: Maintained
1da177e4
LT
3261
3262SIS USB2VGA DRIVER
3263P: Thomas Winischhofer
3264M: thomas@winischhofer.net
3265W: http://www.winischhofer.at/linuxsisusbvga.shtml
3266S: Maintained
3267
1da177e4
LT
3268SMC91x ETHERNET DRIVER
3269P: Nicolas Pitre
3270M: nico@cam.org
3271S: Maintained
3272
8f0f850e
DD
3273SOFTMAC LAYER (IEEE 802.11)
3274P: Johannes Berg
3275M: johannes@sipsolutions.net
3276P: Joe Jezak
3277M: josejx@gentoo.org
3278P: Daniel Drake
3279M: dsd@gentoo.org
3280W: http://softmac.sipsolutions.net/
724c6b35 3281L: linux-wireless@vger.kernel.org
8f0f850e
DD
3282S: Maintained
3283
1da177e4
LT
3284SOFTWARE RAID (Multiple Disks) SUPPORT
3285P: Ingo Molnar
3286M: mingo@redhat.com
3287P: Neil Brown
524418bb 3288M: neilb@suse.de
1da177e4 3289L: linux-raid@vger.kernel.org
524418bb 3290S: Supported
1da177e4 3291
95a631e2 3292HIBERNATION (aka Software Suspend, aka swsusp):
1da177e4
LT
3293P: Pavel Machek
3294M: pavel@suse.cz
95a631e2
PM
3295P: Rafael J. Wysocki
3296M: rjw@sisk.pl
3297L: linux-pm@lists.linux-foundation.org
3298S: Supported
3299
3300SUSPEND TO RAM:
3301P: Pavel Machek
3302M: pavel@suse.cz
3303P: Rafael J. Wysocki
3304M: rjw@sisk.pl
f318a63b 3305L: linux-pm@lists.linux-foundation.org
1da177e4
LT
3306S: Maintained
3307
3308SONIC NETWORK DRIVER
3309P: Thomas Bogendoerfer
3310M: tsbogend@alpha.franken.de
979b6c13 3311L: netdev@vger.kernel.org
1da177e4
LT
3312S: Maintained
3313
3314SONY VAIO CONTROL DEVICE DRIVER
0d477fac
MD
3315P: Mattia Dongili
3316M: malattia@linux.it
5b18167d
MD
3317L: linux-acpi@vger.kernel.org
3318W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4
LT
3319S: Maintained
3320
3321SOUND
3322P: Jaroslav Kysela
3323M: perex@suse.cz
82622046 3324L: alsa-devel@alsa-project.org (subscribers-only)
1da177e4
LT
3325S: Maintained
3326
eb1a6af3
LG
3327SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3328P: Liam Girdwood
3329M: liam.girdwood@wolfsonmicro.com
82622046 3330L: alsa-devel@alsa-project.org (subscribers-only)
eb1a6af3
LG
3331S: Supported
3332
025c3987
KG
3333SPI SUBSYSTEM
3334P: David Brownell
3335M: dbrownell@users.sourceforge.net
3336L: spi-devel-general@lists.sourceforge.net
3337S: Maintained
3338
855f46ad
SR
3339STABLE BRANCH:
3340P: Greg Kroah-Hartman
3341M: greg@kroah.com
3342P: Chris Wright
3343M: chrisw@sous-sol.org
3344L: stable@kernel.org
3345S: Maintained
3346
1c72d46d
KH
3347TPM DEVICE DRIVER
3348P: Kylene Hall
3349M: kjhall@us.ibm.com
3350W: http://tpmdd.sourceforge.net
d3a7b6df
MS
3351P: Marcel Selhorst
3352M: tpm@selhorst.net
3353W: http://www.prosec.rub.de/tpm/
3bd2aad2 3354L: tpmdd-devel@lists.sourceforge.net
1c72d46d
KH
3355S: Maintained
3356
1a80ba88 3357Telecom Clock Driver for MCPL0010
ce00f85c
JC
3358P: Mark Gross
3359M: mark.gross@intel.com
3360S: Supported
1a80ba88 3361
48b415ca
CZ
3362TENSILICA XTENSA PORT (xtensa):
3363P: Chris Zankel
3364M: chris@zankel.net
3365S: Maintained
3366
756970ad
HMH
3367THINKPAD ACPI EXTRAS DRIVER
3368P: Henrique de Moraes Holschuh
3369M: ibm-acpi@hmh.eng.br
3370L: ibm-acpi-devel@lists.sourceforge.net
3371W: http://ibm-acpi.sourceforge.net
3372W: http://thinkwiki.org/wiki/Ibm-acpi
3373T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3374S: Maintained
3375
1da177e4
LT
3376UltraSPARC (sparc64):
3377P: David S. Miller
3378M: davem@davemloft.net
1da177e4 3379L: sparclinux@vger.kernel.org
1adc1230 3380T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
1da177e4
LT
3381S: Maintained
3382
3383SHARP LH SUPPORT (LH7952X & LH7A40X)
3384P: Marc Singer
3385M: elf@buici.com
3386W: http://projects.buici.com/arm
70f09f1f 3387L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3388S: Maintained
3389
8cf4c195
KA
3390SHPC HOTPLUG DRIVER
3391P: Kristen Carlson Accardi
3392M: kristen.c.accardi@intel.com
3393L: pcihpd-discuss@lists.sourceforge.net
8b59a454 3394S: Supported
8cf4c195 3395
d129bceb
PO
3396SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3397P: Pierre Ossman
3398M: drzeus-sdhci@drzeus.cx
3399L: sdhci-devel@list.drzeus.cx
3400W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3401S: Maintained
3402
4b1ac9ab
SH
3403SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3404P: Stephen Hemminger
65ebe634 3405M: shemminger@linux-foundation.org
4b1ac9ab
SH
3406L: netdev@vger.kernel.org
3407S: Maintained
3408
1a87d942
CB
3409SOEKRIS NET48XX LED SUPPORT
3410P: Chris Boot
3411M: bootc@bootc.net
3412S: Maintained
3413
1da177e4
LT
3414SPARC (sparc32):
3415P: William L. Irwin
3416M: wli@holomorphy.com
3417L: sparclinux@vger.kernel.org
3418S: Maintained
3419
3420SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3421P: Roger Wolff
3422M: R.E.Wolff@BitWizard.nl
3423L: linux-kernel@vger.kernel.org ?
3424S: Supported
3425
2752e401 3426SPIDERNET NETWORK DRIVER for CELL
fa302484
LV
3427P: Linas Vepstas
3428M: linas@austin.ibm.com
2752e401
JL
3429L: netdev@vger.kernel.org
3430S: Supported
3431
1da177e4
LT
3432SRM (Alpha) environment access
3433P: Jan-Benedict Glaw
3434M: jbglaw@lug-owl.de
3435L: linux-kernel@vger.kernel.org
3436S: Maintained
3437
3438STARFIRE/DURALAN NETWORK DRIVER
3439P: Ion Badulescu
3440M: ionut@cs.columbia.edu
3441S: Maintained
3442
3443STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3444W: http://mosquitonet.Stanford.EDU/strip.html
3445S: Unsupported ?
3446
3447STRADIS MPEG-2 DECODER DRIVER
3448P: Nathan Laredo
3449M: laredo@gnu.org
1da177e4
LT
3450W: http://www.stradis.com/
3451S: Maintained
3452
3453SUPERH (sh)
3454P: Paul Mundt
3455M: lethal@linux-sh.org
3b5e0cbb 3456L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
1da177e4 3457W: http://www.linux-sh.org
1da177e4
LT
3458S: Maintained
3459
3460SUPERH64 (sh64)
3461P: Paul Mundt
3462M: lethal@linux-sh.org
1da177e4
LT
3463L: linuxsh-shmedia-dev@lists.sourceforge.net
3464W: http://www.linux-sh.org
1da177e4
LT
3465S: Maintained
3466
3467SUN3/3X
3468P: Sam Creasey
3469M: sammy@sammy.net
1da177e4
LT
3470W: http://sammy.net/sun3/
3471S: Maintained
3472
3473SVGA HANDLING
3474P: Martin Mares
3475M: mj@ucw.cz
3476L: linux-video@atrey.karlin.mff.cuni.cz
3477S: Maintained
3478
3479SYSV FILESYSTEM
3480P: Christoph Hellwig
3481M: hch@infradead.org
3482S: Maintained
3483
781b456a
SH
3484TC CLASSIFIER
3485P: Jamal Hadi Salim
3486M: hadi@cyberus.ca
3487L: netdev@vger.kernel.org
3488S: Maintained
3489
5067f08a
WHSE
3490TCP LOW PRIORITY MODULE
3491P: Wong Hoi Sing, Edison
3492M: hswong3i@gmail.com
3493P: Hung Hing Lun, Mike
3494M: hlhung3i@gmail.com
3495W: http://tcp-lp-mod.sourceforge.net/
3496S: Maintained
3497
4020f2d7
AD
3498TI FLASH MEDIA INTERFACE DRIVER
3499P: Alex Dubov
3500M: oakad@yahoo.com
3501S: Maintained
3502
9f9c24f4
SK
3503TI OMAP MMC INTERFACE DRIVER
3504P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3505M: linux-omap-open-source@linux.omap.com
3506W: http://linux.omap.com
3507W: http://www.muru.com/linux/omap/
3508S: Maintained
3509
844dd05f
MB
3510TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3511P: Deepak Saxena
3512M: dsaxena@plexity.net
3513S: Maintained
3514
ad4ecbcb
SN
3515TASKSTATS STATISTICS INTERFACE
3516P: Shailabh Nagar
3517M: nagar@watson.ibm.com
3518L: linux-kernel@vger.kernel.org
3519S: Maintained
3520
1da177e4 3521TI PARALLEL LINK CABLE DRIVER
ce00f85c
JC
3522P: Romain Lievin
3523M: roms@lpg.ticalc.org
3524S: Maintained
1da177e4 3525
e86eaa3a
PL
3526TIPC NETWORK LAYER
3527P: Per Liden
7c2b2aae 3528M: per.liden@ericsson.com
e86eaa3a 3529P: Jon Maloy
7c2b2aae 3530M: jon.maloy@ericsson.com
e86eaa3a 3531P: Allan Stephens
7c2b2aae 3532M: allan.stephens@windriver.com
e86eaa3a
PL
3533L: tipc-discussion@lists.sourceforge.net
3534W: http://tipc.sourceforge.net/
3535W: http://tipc.cslab.ericsson.net/
3536T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3537S: Maintained
3538
1da177e4
LT
3539TLAN NETWORK DRIVER
3540P: Samuel Chessman
3541M: chessman@tux.org
3542L: tlan-devel@lists.sourceforge.net
3543W: http://sourceforge.net/projects/tlan/
3544S: Maintained
3545
3546TOKEN-RING NETWORK DRIVER
3547P: Mike Phillips
3548M: mikep@linuxtr.net
979b6c13 3549L: netdev@vger.kernel.org
1da177e4
LT
3550L: linux-tr@linuxtr.net
3551W: http://www.linuxtr.net
3552S: Maintained
3553
3554TOSHIBA ACPI EXTRAS DRIVER
3555P: John Belmonte
3556M: toshiba_acpi@memebeam.org
3557W: http://memebeam.org/toys/ToshibaAcpiDriver
3558S: Maintained
3559
3560TOSHIBA SMM DRIVER
3561P: Jonathan Buzzard
3562M: jonathan@buzzard.org.uk
3563L: tlinux-users@tce.toshiba-dme.co.jp
3564W: http://www.buzzard.org.uk/toshiba/
3565S: Maintained
3566
3567TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3568P: Muli Ben-Yehuda
3569M: mulix@mulix.org
3570L: linux-kernel@vger.kernel.org
3571S: Maintained
3572
3573TRIVIAL PATCHES
ce00f85c
JC
3574P: Adrian Bunk
3575M: trivial@kernel.org
3576L: linux-kernel@vger.kernel.org
3577W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3578T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3579S: Maintained
1da177e4
LT
3580
3581TMS380 TOKEN-RING NETWORK DRIVER
3582P: Adam Fritzler
3583M: mid@auk.cx
3584L: linux-tr@linuxtr.net
3585W: http://www.auk.cx/tms380tr/
3586S: Maintained
3587
3588TULIP NETWORK DRIVER
6b92801b 3589P: Valerie Henson
df31233a 3590M: val@nmt.edu
1da177e4
LT
3591L: tulip-users@lists.sourceforge.net
3592W: http://sourceforge.net/projects/tulip/
3593S: Maintained
3594
3595TUN/TAP driver
3596P: Maxim Krasnyansky
66777b79 3597M: maxk@qualcomm.com
1da177e4
LT
3598L: vtun@office.satix.net
3599W: http://vtun.sourceforge.net/tun
3600S: Maintained
3601
b454cc66
MR
3602TURBOCHANNEL SUBSYSTEM
3603P: Maciej W. Rozycki
3604M: macro@linux-mips.org
3605S: Maintained
3606
1da177e4
LT
3607U14-34F SCSI DRIVER
3608P: Dario Ballabio
3609M: ballabio_dario@emc.com
3610L: linux-scsi@vger.kernel.org
3611S: Maintained
3612
3613UDF FILESYSTEM
3614P: Ben Fennema
3615M: bfennema@falcon.csc.calpoly.edu
1da177e4
LT
3616W: http://linux-udf.sourceforge.net
3617S: Maintained
3618
3619UNIFORM CDROM DRIVER
3620P: Jens Axboe
0fe23479 3621M: axboe@kernel.dk
1da177e4
LT
3622L: linux-kernel@vger.kernel.org
3623W: http://www.kernel.dk
3624S: Maintained
3625
3626USB ACM DRIVER
3627P: Oliver Neukum
3628M: oliver@neukum.name
3629L: linux-usb-users@lists.sourceforge.net
3630L: linux-usb-devel@lists.sourceforge.net
3631S: Maintained
3632
3633USB BLOCK DRIVER (UB ub)
3634P: Pete Zaitcev
3635M: zaitcev@redhat.com
3636L: linux-kernel@vger.kernel.org
3637L: linux-usb-devel@lists.sourceforge.net
3638S: Supported
3639
1da177e4
LT
3640USB CDC ETHERNET DRIVER
3641P: Greg Kroah-Hartman
3642M: greg@kroah.com
3643L: linux-usb-users@lists.sourceforge.net
3644L: linux-usb-devel@lists.sourceforge.net
3645S: Maintained
3646W: http://www.kroah.com/linux-usb/
3647
d0374f4f
PK
3648USB DAVICOM DM9601 DRIVER
3649P: Peter Korsgaard
3650M: jacmet@sunsite.dk
043600a6 3651L: netdev@vger.kernel.org
d0374f4f
PK
3652W: http://www.linux-usb.org/usbnet
3653S: Maintained
3654
1da177e4
LT
3655USB EHCI DRIVER
3656P: David Brownell
3657M: dbrownell@users.sourceforge.net
3658L: linux-usb-devel@lists.sourceforge.net
23d8c90e 3659S: Odd Fixes
1da177e4 3660
7ce08c93
LR
3661USB ET61X[12]51 DRIVER
3662P: Luca Risolia
3663M: luca.risolia@studio.unibo.it
3664L: linux-usb-devel@lists.sourceforge.net
3665L: video4linux-list@redhat.com
3666W: http://www.linux-projects.org
3667S: Maintained
3668
69ae9e3e
DB
3669USB GADGET/PERIPHERAL SUBSYSTEM
3670P: David Brownell
3671M: dbrownell@users.sourceforge.net
3672L: linux-usb-devel@lists.sourceforge.net
3673W: http://www.linux-usb.org/gadget
3674S: Maintained
3675
1da177e4 3676USB HID/HIDBP DRIVERS
641266fd
JK
3677P: Jiri Kosina
3678M: jkosina@suse.cz
1da177e4 3679L: linux-usb-devel@lists.sourceforge.net
a4dff398 3680T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4
LT
3681S: Maintained
3682
3683USB HUB DRIVER
3684P: Johannes Erdfelt
3685M: johannes@erdfelt.com
3686L: linux-usb-users@lists.sourceforge.net
3687L: linux-usb-devel@lists.sourceforge.net
3688S: Maintained
3689
959eea21
OK
3690USB ISP116X DRIVER
3691P: Olav Kongas
3692M: ok@artecdesign.ee
3693L: linux-usb-devel@lists.sourceforge.net
3694S: Maintained
3695
1da177e4
LT
3696USB KAWASAKI LSI DRIVER
3697P: Oliver Neukum
3698M: oliver@neukum.name
3699L: linux-usb-users@lists.sourceforge.net
3700L: linux-usb-devel@lists.sourceforge.net
3701S: Maintained
3702
3703USB MASS STORAGE DRIVER
3704P: Matthew Dharm
3705M: mdharm-usb@one-eyed-alien.net
3706L: linux-usb-users@lists.sourceforge.net
8836aeb8 3707L: usb-storage@lists.one-eyed-alien.net
1da177e4
LT
3708S: Maintained
3709W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3710
3711USB OHCI DRIVER
23d8c90e
DB
3712P: David Brownell
3713M: dbrownell@users.sourceforge.net
1da177e4
LT
3714L: linux-usb-users@lists.sourceforge.net
3715L: linux-usb-devel@lists.sourceforge.net
23d8c90e 3716S: Odd Fixes
1da177e4 3717
ba460e48
MU
3718USB OPTION-CARD DRIVER
3719P: Matthias Urlichs
3720M: smurf@smurf.noris.de
3721L: linux-usb-devel@lists.sourceforge.net
3722S: Maintained
3723
1da177e4
LT
3724USB OV511 DRIVER
3725P: Mark McClelland
3726M: mmcclell@bigfoot.com
3727L: linux-usb-users@lists.sourceforge.net
3728L: linux-usb-devel@lists.sourceforge.net
3729W: http://alpha.dyndns.org/ov511/
3730S: Maintained
3731
3732USB PEGASUS DRIVER
3733P: Petko Manolov
3734M: petkan@users.sourceforge.net
1da177e4 3735L: linux-usb-devel@lists.sourceforge.net
043600a6 3736L: netdev@vger.kernel.org
1da177e4
LT
3737W: http://pegasus2.sourceforge.net/
3738S: Maintained
3739
73e4fb3f
PZ
3740USB PRINTER DRIVER (usblp)
3741P: Pete Zaitcev
3742M: zaitcev@redhat.com
1da177e4
LT
3743L: linux-usb-users@lists.sourceforge.net
3744L: linux-usb-devel@lists.sourceforge.net
73e4fb3f 3745S: Supported
1da177e4
LT
3746
3747USB RTL8150 DRIVER
3748P: Petko Manolov
3749M: petkan@users.sourceforge.net
1da177e4 3750L: linux-usb-devel@lists.sourceforge.net
043600a6 3751L: netdev@vger.kernel.org
1da177e4
LT
3752W: http://pegasus2.sourceforge.net/
3753S: Maintained
3754
3755USB SE401 DRIVER
3756P: Jeroen Vreeken
3757M: pe1rxq@amsat.org
3758L: linux-usb-users@lists.sourceforge.net
3759L: linux-usb-devel@lists.sourceforge.net
3760W: http://www.chello.nl/~j.vreeken/se401/
3761S: Maintained
3762
3763USB SERIAL CYBERJACK DRIVER
3764P: Matthias Bruestle and Harald Welte
3765M: support@reiner-sct.com
3766W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3767S: Maintained
3768
3769USB SERIAL DIGI ACCELEPORT DRIVER
3770P: Peter Berger and Al Borchers
3771M: pberger@brimson.com
3772M: alborchers@steinerpoint.com
3773L: linux-usb-users@lists.sourceforge.net
3774L: linux-usb-devel@lists.sourceforge.net
3775S: Maintained
3776
3777USB SERIAL DRIVER
3778P: Greg Kroah-Hartman
3779M: gregkh@suse.de
3780L: linux-usb-users@lists.sourceforge.net
3781L: linux-usb-devel@lists.sourceforge.net
3782S: Supported
3783
3784USB SERIAL BELKIN F5U103 DRIVER
3785P: William Greathouse
3786M: wgreathouse@smva.com
3787L: linux-usb-users@lists.sourceforge.net
3788L: linux-usb-devel@lists.sourceforge.net
3789S: Maintained
3790
3791USB SERIAL CYPRESS M8 DRIVER
3792P: Lonnie Mendez
3793M: dignome@gmail.com
3794L: linux-usb-users@lists.sourceforge.net
3795L: linux-usb-devel@lists.sourceforge.net
3796S: Maintained
3797W: http://geocities.com/i0xox0i
3798W: http://firstlight.net/cvs
3799
3800USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3801L: linux-usb-users@lists.sourceforge.net
3802L: linux-usb-devel@lists.sourceforge.net
3803S: Maintained
3804
3805USB AUERSWALD DRIVER
3806P: Wolfgang Muees
3807M: wolfgang@iksw-muees.de
3808L: linux-usb-users@lists.sourceforge.net
3809L: linux-usb-devel@lists.sourceforge.net
3810S: Maintained
3811
3812USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3813P: Gary Brubaker
3814M: xavyer@ix.netcom.com
3815L: linux-usb-users@lists.sourceforge.net
3816L: linux-usb-devel@lists.sourceforge.net
3817S: Maintained
3818
3819USB SERIAL KEYSPAN DRIVER
3820P: Greg Kroah-Hartman
3821M: greg@kroah.com
3822L: linux-usb-users@lists.sourceforge.net
3823L: linux-usb-devel@lists.sourceforge.net
3824W: http://www.kroah.com/linux/
3825S: Maintained
3826
3827USB SERIAL WHITEHEAT DRIVER
8bc84930
SM
3828P: Support Department
3829M: support@connecttech.com
1da177e4
LT
3830L: linux-usb-users@lists.sourceforge.net
3831L: linux-usb-devel@lists.sourceforge.net
3832W: http://www.connecttech.com
3833S: Supported
3834
f423b9a8 3835USB SN9C1xx DRIVER
1da177e4
LT
3836P: Luca Risolia
3837M: luca.risolia@studio.unibo.it
3838L: linux-usb-devel@lists.sourceforge.net
7ce08c93 3839L: video4linux-list@redhat.com
1da177e4
LT
3840W: http://www.linux-projects.org
3841S: Maintained
3842
3843USB SUBSYSTEM
3844P: Greg Kroah-Hartman
3845M: gregkh@suse.de
3846L: linux-usb-users@lists.sourceforge.net
3847L: linux-usb-devel@lists.sourceforge.net
3848W: http://www.linux-usb.org
6fb0425b 3849T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
3850S: Supported
3851
3852USB UHCI DRIVER
3853P: Alan Stern
3854M: stern@rowland.harvard.edu
3855L: linux-usb-users@lists.sourceforge.net
3856L: linux-usb-devel@lists.sourceforge.net
3857S: Maintained
3858
69ae9e3e 3859USB "USBNET" DRIVER FRAMEWORK
1da177e4
LT
3860P: David Brownell
3861M: dbrownell@users.sourceforge.net
043600a6 3862L: netdev@vger.kernel.org
69ae9e3e 3863W: http://www.linux-usb.org/usbnet
1da177e4
LT
3864S: Maintained
3865
3866USB W996[87]CF DRIVER
3867P: Luca Risolia
3868M: luca.risolia@studio.unibo.it
3869L: linux-usb-devel@lists.sourceforge.net
7ce08c93 3870L: video4linux-list@redhat.com
1da177e4
LT
3871W: http://www.linux-projects.org
3872S: Maintained
3873
60f78052
LR
3874USB ZC0301 DRIVER
3875P: Luca Risolia
3876M: luca.risolia@studio.unibo.it
3877L: linux-usb-devel@lists.sourceforge.net
3878L: video4linux-list@redhat.com
3879W: http://www.linux-projects.org
3880S: Maintained
3881
1da177e4
LT
3882USB ZD1201 DRIVER
3883P: Jeroen Vreeken
3884M: pe1rxq@amsat.org
3885L: linux-usb-users@lists.sourceforge.net
3886L: linux-usb-devel@lists.sourceforge.net
3887W: http://linux-lc100020.sourceforge.net
3888S: Maintained
3889
b7eee616
AJ
3890USB ZR364XX DRIVER
3891P: Antoine Jacquet
3892M: royale@zerezo.com
3893L: linux-usb-devel@lists.sourceforge.net
3894L: video4linux-list@redhat.com
3895W: http://royale.zerezo.com/zr364xx/
3896S: Maintained
3897
1da177e4
LT
3898USER-MODE LINUX
3899P: Jeff Dike
3900M: jdike@karaya.com
3901L: user-mode-linux-devel@lists.sourceforge.net
3902L: user-mode-linux-user@lists.sourceforge.net
3903W: http://user-mode-linux.sourceforge.net
3904S: Maintained
b7eee616 3905
1da177e4
LT
3906FAT/VFAT/MSDOS FILESYSTEM:
3907P: OGAWA Hirofumi
3908M: hirofumi@mail.parknet.co.jp
3909L: linux-kernel@vger.kernel.org
3910S: Maintained
3911
3912VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3913P: Jeff Garzik
3914S: Odd fixes
3915
3916VIA RHINE NETWORK DRIVER
3917P: Roger Luethi
3918M: rl@hellgate.ch
3919S: Maintained
3920
32c0a520
JD
3921VIAPRO SMBUS DRIVER
3922P: Jean Delvare
3923M: khali@linux-fr.org
5d925fec 3924L: i2c@lm-sensors.org
32c0a520
JD
3925S: Maintained
3926
01f20734
FR
3927VIA VELOCITY NETWORK DRIVER
3928P: Francois Romieu
3929M: romieu@fr.zoreil.com
3930L: netdev@vger.kernel.org
3931S: Maintained
3932
1da177e4
LT
3933UCLINUX (AND M68KNOMMU)
3934P: Greg Ungerer
3935M: gerg@uclinux.org
1da177e4 3936W: http://www.uclinux.org/
d660a740 3937L: uclinux-dev@uclinux.org (subscribers-only)
1da177e4
LT
3938S: Maintained
3939
3940UCLINUX FOR NEC V850
3941P: Miles Bader
1da177e4
LT
3942
3943UCLINUX FOR RENESAS H8/300
3944P: Yoshinori Sato
3945M: ysato@users.sourceforge.jp
3946W: http://uclinux-h8.sourceforge.jp/
3947S: Supported
3948
719d9699 3949UFS FILESYSTEM
abb49202
AC
3950P: Evgeniy Dushistov
3951M: dushistov@mail.ru
3952L: linux-kernel@vger.kernel.org
3953S: Maintained
719d9699 3954
1da177e4
LT
3955USB DIAMOND RIO500 DRIVER
3956P: Cesar Miquel
3957M: miquel@df.uba.ar
3958L: rio500-users@lists.sourceforge.net
3959W: http://rio500.sourceforge.net
3960S: Maintained
3961
3962VIDEO FOR LINUX
96b6aba0 3963P: Mauro Carvalho Chehab
8d58d773
MCC
3964M: mchehab@infradead.org
3965M: v4l-dvb-maintainer@linuxtv.org
1da177e4 3966L: video4linux-list@redhat.com
96b6aba0 3967W: http://linuxtv.org
ecfa4fdc 3968T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 3969S: Maintained
1da177e4 3970
ab41319e
JH
3971VT1211 HARDWARE MONITOR DRIVER
3972P: Juerg Haefliger
3973M: juergh@gmail.com
3974L: lm-sensors@lm-sensors.org
3975S: Maintained
3976
1de9e371
RL
3977VT8231 HARDWARE MONITOR DRIVER
3978P: Roger Lucas
3979M: roger@planbit.co.uk
3980L: lm-sensors@lm-sensors.org
3981S: Maintained
3982
1da177e4
LT
3983W1 DALLAS'S 1-WIRE BUS
3984P: Evgeniy Polyakov
3985M: johnpol@2ka.mipt.ru
1da177e4
LT
3986S: Maintained
3987
13927079
CS
3988W83791D HARDWARE MONITORING DRIVER
3989P: Charles Spirakis
3990M: bezaur@gmail.com
3991L: lm-sensors@lm-sensors.org
3992S: Maintained
3993
61db011d
RM
3994W83793 HARDWARE MONITORING DRIVER
3995P: Rudolf Marek
3996M: r.marek@assembler.cz
3997L: lm-sensors@lm-sensors.org
3998S: Maintained
3999
1da177e4
LT
4000W83L51xD SD/MMC CARD INTERFACE DRIVER
4001P: Pierre Ossman
4002M: drzeus-wbsd@drzeus.cx
fac88991 4003L: linux-kernel@vger.kernel.org
1da177e4
LT
4004W: http://projects.drzeus.cx/wbsd
4005S: Maintained
4006
3527761c
WVS
4007WATCHDOG DEVICE DRIVERS
4008P: Wim Van Sebroeck
4009M: wim@iguana.be
4010T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4011S: Maintained
4012
1da177e4
LT
4013WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4014P: Jean Tourrilhes
4015M: jt@hpl.hp.com
724c6b35 4016L: linux-wireless@vger.kernel.org
1da177e4
LT
4017W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4018S: Maintained
4019
4020WD7000 SCSI DRIVER
4021P: Miroslav Zagorac
4022M: zaga@fly.cc.fer.hr
4023L: linux-scsi@vger.kernel.org
4024S: Maintained
4025
5fc14680
DT
4026WISTRON LAPTOP BUTTON DRIVER
4027P: Miloslav Trmac
4028M: mitr@volny.cz
4029S: Maintained
4030
1da177e4
LT
4031WL3501 WIRELESS PCMCIA CARD DRIVER
4032P: Arnaldo Carvalho de Melo
926554c4 4033M: acme@ghostprotocols.net
724c6b35 4034L: linux-wireless@vger.kernel.org
926554c4 4035W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
4036S: Maintained
4037
4038X.25 NETWORK LAYER
4039P: Henner Eisen
4040M: eis@baty.hanse.de
4041L: linux-x25@vger.kernel.org
4042S: Maintained
4043
4cdf6bc2
JF
4044XEN HYPERVISOR INTERFACE
4045P: Jeremy Fitzhardinge
4046M: jeremy@xensource.com
4047P: Chris Wright
4048M: chrisw@sous-sol.org
4049L: virtualization@lists.osdl.org
4050L: xen-devel@lists.xensource.com
4051S: Supported
4052
1da177e4
LT
4053XFS FILESYSTEM
4054P: Silicon Graphics Inc
78bfd361 4055P: Tim Shimmin
1da177e4 4056M: xfs-masters@oss.sgi.com
d7ede1aa 4057L: xfs@oss.sgi.com
1da177e4 4058W: http://oss.sgi.com/projects/xfs
e99f056b 4059T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
1da177e4
LT
4060S: Supported
4061
238b8721
PK
4062XILINX UARTLITE SERIAL DRIVER
4063P: Peter Korsgaard
4064M: jacmet@sunsite.dk
4065L: linux-serial@vger.kernel.org
4066S: Maintained
4067
1da177e4
LT
4068X86 3-LEVEL PAGING (PAE) SUPPORT
4069P: Ingo Molnar
4070M: mingo@redhat.com
4071S: Maintained
4072
4073X86-64 port
4074P: Andi Kleen
4075M: ak@suse.de
4076L: discuss@x86-64.org
4077W: http://www.x86-64.org
6a051565 4078T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
1da177e4
LT
4079S: Maintained
4080
4081YAM DRIVER FOR AX.25
4082P: Jean-Paul Roubelat
4083M: jpr@f6fbb.org
4084L: linux-hams@vger.kernel.org
4085S: Maintained
4086
af64a5eb
HV
4087YEALINK PHONE DRIVER
4088P: Henk Vergonet
4089M: Henk.Vergonet@gmail.com
4090L: usbb2k-api-dev@nongnu.org
4091S: Maintained
4092
1da177e4
LT
4093Z8530 DRIVER FOR AX.25
4094P: Joerg Reuter
4095M: jreuter@yaina.de
4096W: http://yaina.de/jreuter/
4097W: http://www.qsl.net/dl1bke/
4098L: linux-hams@vger.kernel.org
4099S: Maintained
4100
7c0c3afb
DD
4101ZD1211RW WIRELESS DRIVER
4102P: Daniel Drake
4103M: dsd@gentoo.org
4104P: Ulrich Kunitz
4105M: kune@deine-taler.de
4106W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 4107L: linux-wireless@vger.kernel.org
7c0c3afb
DD
4108L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4109S: Maintained
4110
1da177e4
LT
4111ZF MACHZ WATCHDOG
4112P: Fernando Fuganti
4113M: fuganti@netbank.com.br
4114W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4115S: Maintained
4116
4117ZR36067 VIDEO FOR LINUX DRIVER
4118P: Ronald Bultje
4119M: rbultje@ronald.bitfreak.net
4120L: mjpeg-users@lists.sourceforge.net
4121W: http://mjpeg.sourceforge.net/driver-zoran/
4122S: Maintained
4123
4124ZR36120 VIDEO FOR LINUX DRIVER
4125P: Pauline Middelink
4126M: middelin@polyware.nl
4127W: http://www.polyware.nl/~middelin/En/hobbies.html
4128W: http://www.polyware.nl/~middelin/hobbies.html
4129S: Maintained
4130
8b4a4080
MR
4131ZS DECSTATION Z85C30 SERIAL DRIVER
4132P: Maciej W. Rozycki
4133M: macro@linux-mips.org
4134S: Maintained
4135
1da177e4
LT
4136THE REST
4137P: Linus Torvalds
4138S: Buried alive in reporters