MAINTAINERS: alpha sort
[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 46 PLEASE remember that submissions must be made under the terms
4500371e
RD
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
c9ee133b 51
1da177e4
LT
526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
c9ee133b
AC
567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
1da177e4 61
b7eee616 62 -----------------------------------
1da177e4
LT
63
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
50306fb5 74T: SCM tree type and location. Type is one of: git, hg, quilt.
1da177e4
LT
75S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
1da177e4
LT
873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
979b6c13 90L: netdev@vger.kernel.org
1da177e4
LT
91S: Maintained
92
a6d89915
SK
933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
1da177e4
LT
993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
979b6c13 102L: netdev@vger.kernel.org
1da177e4
LT
103S: Maintained
104
e2d1d6c0 1053W-9XXX SATA-RAID CONTROLLER DRIVER
1da177e4
LT
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
e2d1d6c0 1123W-XXXX ATA-RAID CONTROLLER DRIVER
1da177e4
LT
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
1da177e4
LT
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
979b6c13 134L: netdev@vger.kernel.org
1da177e4
LT
135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
1da177e4
LT
138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
353cefdb 140S: Orphan
1da177e4
LT
141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
979b6c13 145L: netdev@vger.kernel.org
1da177e4
LT
146S: Maintained
147
67543e50 1489P FILE SYSTEM
ce00f85c
JC
149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
27a2a5ff 152M: rminnich@sandia.gov
ce00f85c
JC
153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
27a2a5ff 156W: http://swik.net/v9fs
ce00f85c
JC
157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
67543e50 159
1da177e4
LT
160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
1da177e4
LT
162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
e2d1d6c0
RD
166AACRAID SCSI RAID DRIVER
167P: Adaptec OEM Raid Solutions
168M: aacraid@adaptec.com
169L: linux-scsi@vger.kernel.org
170W: http://www.adaptec.com/
1da177e4
LT
171S: Supported
172
249e3c85 173ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
f2b84bbc
HG
174P: Hans de Goede
175M: j.w.r.degoede@hhs.nl
176L: lm-sensors@lm-sensors.org
177S: Maintained
178
249e3c85
AJS
179ABIT UGURU 3 HARDWARE MONITOR DRIVER
180P: Alistair John Strachan
181M: alistair@devzero.co.uk
182L: lm-sensors@lm-sensors.org
183S: Maintained
184
1da177e4
LT
185ACENIC DRIVER
186P: Jes Sorensen
187M: jes@trained-monkey.org
188L: linux-acenic@sunsite.dk
189S: Maintained
190
745a5d21
CC
191ACER WMI LAPTOP EXTRAS
192P: Carlos Corbacho
193M: carlos@strangeworlds.co.uk
194L: aceracpi@googlegroups.com (subscribers-only)
195W: http://code.google.com/p/aceracpi
196S: Maintained
197
1da177e4 198ACPI
54cd3148 199P: Len Brown
8b59a454 200M: lenb@kernel.org
6968e50c 201L: linux-acpi@vger.kernel.org
38e09d83 202W: http://www.lesswatts.org/projects/acpi/
6fb0425b 203T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
8b59a454
LB
204S: Supported
205
206ACPI BATTERY DRIVERS
a4146557
LB
207P: Alexey Starikovskiy
208M: astarikovskiy@suse.de
8b59a454 209L: linux-acpi@vger.kernel.org
0638bc8d 210W: http://www.lesswatts.org/projects/acpi/
8b59a454
LB
211S: Supported
212
213ACPI EC DRIVER
214P: Alexey Starikovskiy
a4146557 215M: astarikovskiy@suse.de
8b59a454 216L: linux-acpi@vger.kernel.org
0638bc8d 217W: http://www.lesswatts.org/projects/acpi/
8b59a454
LB
218S: Supported
219
220ACPI FAN DRIVER
65573ee7
LB
221P: Zhang Rui
222M: rui.zhang@intel.com
8b59a454 223L: linux-acpi@vger.kernel.org
0638bc8d 224W: http://www.lesswatts.org/projects/acpi/
8b59a454 225S: Supported
1da177e4 226
998be20f
KCA
227ACPI PCI HOTPLUG DRIVER
228P: Kristen Carlson Accardi
229M: kristen.c.accardi@intel.com
64dab204 230L: linux-pci@vger.kernel.org
8b59a454
LB
231S: Supported
232
233ACPI THERMAL DRIVER
65573ee7
LB
234P: Zhang Rui
235M: rui.zhang@intel.com
8b59a454 236L: linux-acpi@vger.kernel.org
0638bc8d 237W: http://www.lesswatts.org/projects/acpi/
8b59a454 238S: Supported
998be20f 239
359acec8 240ACPI VIDEO DRIVER
65573ee7 241P: Zhang Rui
38e09d83 242M: rui.zhang@intel.com
8b59a454 243L: linux-acpi@vger.kernel.org
0638bc8d 244W: http://www.lesswatts.org/projects/acpi/
8b59a454 245S: Supported
998be20f 246
bff431e4 247ACPI WMI DRIVER
795fb7e7
JD
248P: Carlos Corbacho
249M: carlos@strangeworlds.co.uk
250L: linux-acpi@vger.kernel.org
251W: http://www.lesswatts.org/projects/acpi/
252S: Maintained
bff431e4 253
2f39d519 254AD1889 ALSA SOUND DRIVER
795fb7e7
JD
255P: Kyle McMartin
256M: kyle@mcmartin.ca
257P: Thibaut Varene
258M: T-Bone@parisc-linux.org
259W: http://wiki.parisc-linux.org/AD1889
260L: linux-parisc@vger.kernel.org
261S: Maintained
2f39d519 262
1da177e4
LT
263ADM1025 HARDWARE MONITOR DRIVER
264P: Jean Delvare
265M: khali@linux-fr.org
cc0b07ed 266L: lm-sensors@lm-sensors.org
1da177e4
LT
267S: Maintained
268
cae2caae
CL
269ADM1029 HARDWARE MONITOR DRIVER
270P: Corentin Labbe
271M: corentin.labbe@geomatys.fr
272L: lm-sensors@lm-sensors.org
273S: Maintained
274
cc0b88cf
MW
275ADM8211 WIRELESS DRIVER
276P: Michael Wu
277M: flamingice@sourmilk.net
278L: linux-wireless@vger.kernel.org
279W: http://linuxwireless.org/
280T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
281S: Maintained
282
1da177e4
LT
283ADT746X FAN DRIVER
284P: Colin Leroy
285M: colin@colino.net
286S: Maintained
287
8c6af9e1
MW
288ADVANSYS SCSI DRIVER
289P: Matthew Wilcox
290M: matthew@wil.cx
291L: linux-scsi@vger.kernel.org
292S: Maintained
293
1da177e4
LT
294AEDSP16 DRIVER
295P: Riccardo Facchetti
296M: fizban@tin.it
297S: Maintained
298
299AFFS FILE SYSTEM
300P: Roman Zippel
301M: zippel@linux-m68k.org
302S: Maintained
303
e2d1d6c0
RD
304AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
305P: David Howells
306M: dhowells@redhat.com
307L: linux-afs@lists.infradead.org
308S: Supported
309
1da177e4 310AGPGART DRIVER
70e8992e
DJ
311P: David Airlie
312M: airlied@linux.ie
313T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4
LT
314S: Maintained
315
316AHA152X SCSI DRIVER
317P: Juergen E. Fischer
318M: Juergen Fischer <fischer@norbit.de>
319L: linux-scsi@vger.kernel.org
320S: Maintained
321
64624d4f
HR
322AIC7XXX / AIC79XX SCSI DRIVER
323P: Hannes Reinecke
324M: hare@suse.de
325L: linux-scsi@vger.kernel.org
1da177e4
LT
326S: Maintained
327
e2d1d6c0
RD
328AIO
329P: Benjamin LaHaise
330M: bcrl@kvack.org
331L: linux-aio@kvack.org
332S: Supported
333
1da177e4
LT
334ALCATEL SPEEDTOUCH USB DRIVER
335P: Duncan Sands
336M: duncan.sands@free.fr
6372594a 337L: linux-usb@vger.kernel.org
1da177e4
LT
338W: http://www.linux-usb.org/SpeedTouch/
339S: Maintained
340
272f133a 341ALCHEMY AU1XX0 MMC DRIVER
08fcb720
ML
342P: Manuel Lauss
343M: manuel.lauss@gmail.com
344S: Maintained
272f133a 345
4a4e5787
RM
346ALI1563 I2C DRIVER
347P: Rudolf Marek
7188cc66 348M: r.marek@assembler.cz
5d925fec 349L: i2c@lm-sensors.org
4a4e5787
RM
350S: Maintained
351
1da177e4
LT
352ALPHA PORT
353P: Richard Henderson
354M: rth@twiddle.net
355S: Odd Fixes for 2.4; Maintained for 2.6.
356P: Ivan Kokshaysky
357M: ink@jurassic.park.msu.ru
358S: Maintained for 2.4; PCI support for 2.6.
359
167a675a
TD
360AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
361P: Thomas Dahlmann
362M: thomas.dahlmann@amd.com
67d76710 363L: linux-geode@lists.infradead.org (moderated for non-subscribers)
167a675a
TD
364S: Supported
365
f90b8116 366AMD GEODE PROCESSOR/CHIPSET SUPPORT
ce00f85c 367P: Jordan Crouse
67d76710 368L: linux-geode@lists.infradead.org (moderated for non-subscribers)
f90b8116
JC
369W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
370S: Supported
371
919ee7dd
JR
372AMD IOMMU (AMD-VI)
373P: Joerg Roedel
374M: joerg.roedel@amd.com
375L: iommu@lists.linux-foundation.org
bbd001c7 376T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
919ee7dd
JR
377S: Supported
378
e7f5b309
PO
379AMD MICROCODE UPDATE SUPPORT
380P: Peter Oruba
381M: peter.oruba@amd.com
382S: Supported
383
284f42b6
SP
384AMS (Apple Motion Sensor) DRIVER
385P: Stelian Pop
386M: stelian@popies.net
387P: Michael Hanselmann
388M: linux-kernel@hansmi.ch
389S: Supported
390
f94b533d
TT
391AMSO1100 RNIC DRIVER
392P: Tom Tucker
393M: tom@opengridcomputing.com
394P: Steve Wise
395M: swise@opengridcomputing.com
78526821 396L: general@lists.openfabrics.org
f94b533d
TT
397S: Maintained
398
42269063
JB
399AOA (Apple Onboard Audio) ALSA DRIVER
400P: Johannes Berg
401M: johannes@sipsolutions.net
402L: linuxppc-dev@ozlabs.org
82622046 403L: alsa-devel@alsa-project.org (subscribers-only)
42269063
JB
404S: Maintained
405
1da177e4
LT
406APM DRIVER
407P: Stephen Rothwell
408M: sfr@canb.auug.org.au
409L: linux-laptop@vger.kernel.org
410W: http://www.canb.auug.org.au/~sfr/
411S: Supported
412
bd7aa4b2
HR
413APPLE BCM5974 MULTITOUCH DRIVER
414P: Henrik Rydberg
415M: rydberg@euromail.se
416L: linux-input@vger.kernel.org
417S: Maintained
418
6f2fad74
NB
419APPLE SMC DRIVER
420P: Nicolas Boichat
421M: nicolas@boichat.ch
422L: mactel-linux-devel@lists.sourceforge.net
423S: Maintained
424
1da177e4
LT
425APPLETALK NETWORK LAYER
426P: Arnaldo Carvalho de Melo
926554c4 427M: acme@ghostprotocols.net
1da177e4
LT
428S: Maintained
429
eb9ebe67
JB
430APPLETOUCH TOUCHPAD DRIVER
431P: Johannes Berg
432M: johannes@sipsolutions.net
eb76c5c0 433L: linux-input@vger.kernel.org
eb9ebe67
JB
434S: Maintained
435
1154ea7d
JK
436ARC FRAMEBUFFER DRIVER
437P: Jaya Kumar
438M: jayalk@intworks.biz
439S: Maintained
440
1da177e4
LT
441ARM MFM AND FLOPPY DRIVERS
442P: Ian Molton
443M: spyro@f2s.com
444S: Maintained
445
2761f5c2 446ARM PRIMECELL MMCI PL180/1 DRIVER
6d79947a 447S: Orphan
2761f5c2 448
2b7a52a4
LB
449ARM/ADI ROADRUNNER MACHINE SUPPORT
450P: Lennert Buytenhek
451M: kernel@wantstofly.org
452L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
453S: Maintained
454
455ARM/ADS SPHERE MACHINE SUPPORT
456P: Lennert Buytenhek
457M: kernel@wantstofly.org
458L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
459S: Maintained
460
9c784f95
SL
461ARM/AFEB9260 MACHINE SUPPORT
462P: Sergey Lapin
463M: slapin@ossfans.org
464L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
465S: Maintained
466
2b7a52a4
LB
467ARM/AJECO 1ARM MACHINE SUPPORT
468P: Lennert Buytenhek
469M: kernel@wantstofly.org
470L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
471S: Maintained
472
d4a89c7d 473ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
795fb7e7
JD
474P: Andrew Victor
475M: linux@maxim.org.za
476L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
477W: http://maxim.org.za/at91_26.html
478S: Maintained
d4a89c7d 479
2b7a52a4
LB
480ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
481P: Lennert Buytenhek
482M: kernel@wantstofly.org
483L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
484S: Maintained
485
486ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
487P: Lennert Buytenhek
488M: kernel@wantstofly.org
489L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
490S: Maintained
491
d48134e7 492ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
a9da4f7e
RK
493P: Mike Rapoport
494M: mike@compulab.co.il
495L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
496S: Maintained
497
1da177e4
LT
498ARM/CORGI MACHINE SUPPORT
499P: Richard Purdie
500M: rpurdie@rpsys.net
501S: Maintained
502
a9da4f7e
RK
503ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
504P: Daniel Ribeiro
505M: drwyrm@gmail.com
506P: Stefan Schmidt
507M: stefan@openezx.org
508P: Harald Welte
509M: laforge@openezx.org
510L: openezx-devel@lists.openezx.org (subscribers-only)
511W: http://www.openezx.org/
512S: Maintained
513
86183a5f
SH
514ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
515P: Sascha Hauer
516M: kernel@pengutronix.de
517L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
518S: Maintained
519
2b7a52a4
LB
520ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
521P: Lennert Buytenhek
522M: kernel@wantstofly.org
523L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
524S: Maintained
525
90b8fc34
JK
526ARM/GUMSTIX MACHINE SUPPORT
527P: Steve Sakoman
528M: sakoman@gmail.com
529L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
530S: Maintained
531
21f37bc3 532ARM/HP JORNADA 7XX MACHINE SUPPORT
795fb7e7
JD
533P: Kristoffer Ericson
534M: kristoffer.ericson@gmail.com
535W: www.jlime.com
536S: Maintained
21f37bc3 537
2b7a52a4
LB
538ARM/INTEL IOP32X ARM ARCHITECTURE
539P: Lennert Buytenhek
540M: kernel@wantstofly.org
e2bdb176
DW
541P: Dan Williams
542M: dan.j.williams@intel.com
2b7a52a4 543L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176
DW
544S: Supported
545
546ARM/INTEL IOP33X ARM ARCHITECTURE
547P: Dan Williams
548M: dan.j.williams@intel.com
549L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
550S: Supported
2b7a52a4
LB
551
552ARM/INTEL IOP13XX ARM ARCHITECTURE
553P: Lennert Buytenhek
554M: kernel@wantstofly.org
e2bdb176
DW
555P: Dan Williams
556M: dan.j.williams@intel.com
2b7a52a4 557L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 558S: Supported
2b7a52a4
LB
559
560ARM/INTEL IQ81342EX MACHINE SUPPORT
561P: Lennert Buytenhek
562M: kernel@wantstofly.org
e2bdb176
DW
563P: Dan Williams
564M: dan.j.williams@intel.com
2b7a52a4 565L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 566S: Supported
2b7a52a4
LB
567
568ARM/INTEL IXP2000 ARM ARCHITECTURE
569P: Lennert Buytenhek
570M: kernel@wantstofly.org
571L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
572S: Maintained
573
574ARM/INTEL IXDP2850 MACHINE SUPPORT
575P: Lennert Buytenhek
576M: kernel@wantstofly.org
577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
578S: Maintained
579
580ARM/INTEL IXP23XX ARM ARCHITECTURE
581P: Lennert Buytenhek
582M: kernel@wantstofly.org
583L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
584S: Maintained
585
586ARM/INTEL XSC3 (MANZANO) ARM CORE
587P: Lennert Buytenhek
588M: kernel@wantstofly.org
e2bdb176
DW
589P: Dan Williams
590M: dan.j.williams@intel.com
2b7a52a4 591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 592S: Supported
2b7a52a4
LB
593
594ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
595P: Lennert Buytenhek
596M: kernel@wantstofly.org
597L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
598S: Maintained
599
600ARM/LOGICPD PXA270 MACHINE SUPPORT
601P: Lennert Buytenhek
602M: kernel@wantstofly.org
603L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
604S: Maintained
605
3b886171
PZ
606ARM/MAGICIAN MACHINE SUPPORT
607P: Philipp Zabel
608M: philipp.zabel@gmail.com
609S: Maintained
610
8459c159 611ARM/TOSA MACHINE SUPPORT
93887049
DES
612P: Dmitry Baryshkov
613M: dbaryshkov@gmail.com
8459c159
DO
614P: Dirk Opfer
615M: dirk@opfer-online.de
616S: Maintained
617
b5e4ad57
MV
618ARM/PALMTX SUPPORT
619P: Marek Vasut
620M: marek.vasut@gmail.com
621W: http://hackndev.com
622S: Maintained
623
c49e1e63
SL
624ARM/PALMZ72 SUPPORT
625P: Sergey Lapin
626M: slapin@ossfans.org
627W: http://hackndev.com
628S: Maintained
629
1da177e4
LT
630ARM/PLEB SUPPORT
631P: Peter Chubb
632M: pleb@gelato.unsw.edu.au
633W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
634S: Maintained
635
636ARM/PT DIGITAL BOARD PORT
637P: Stefan Eletzhofer
638M: stefan.eletzhofer@eletztrick.de
70f09f1f 639L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
640W: http://www.arm.linux.org.uk/
641S: Maintained
642
2b7a52a4
LB
643ARM/RADISYS ENP2611 MACHINE SUPPORT
644P: Lennert Buytenhek
645M: kernel@wantstofly.org
646L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
647S: Maintained
648
1da177e4
LT
649ARM/SHARK MACHINE SUPPORT
650P: Alexander Schulz
651M: alex@shark-linux.de
652W: http://www.shark-linux.de/shark.html
653S: Maintained
654
655ARM/STRONGARM110 PORT
656P: Russell King
657M: rmk@arm.linux.org.uk
70f09f1f 658L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
659W: http://www.arm.linux.org.uk/
660S: Maintained
661
662ARM/S3C2410 ARM ARCHITECTURE
663P: Ben Dooks
449d4dd5 664M: ben-linux@fluff.org
70f09f1f 665L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
666W: http://www.fluff.org/ben/linux/
667S: Maintained
668
669ARM/S3C2440 ARM ARCHITECTURE
670P: Ben Dooks
449d4dd5 671M: ben-linux@fluff.org
70f09f1f 672L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
673W: http://www.fluff.org/ben/linux/
674S: Maintained
675
2b7a52a4
LB
676ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
677P: Lennert Buytenhek
678M: kernel@wantstofly.org
679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
680S: Maintained
681
682ARM/THECUS N2100 MACHINE SUPPORT
683P: Lennert Buytenhek
684M: kernel@wantstofly.org
685L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
686S: Maintained
687
1da177e4
LT
688ARPD SUPPORT
689P: Jonathan Layes
979b6c13 690L: netdev@vger.kernel.org
1da177e4
LT
691S: Maintained
692
693ASUS ACPI EXTRAS DRIVER
0b67d946
LB
694P: Corentin Chary
695M: corentincj@iksaif.net
1da177e4
LT
696P: Karol Kozimor
697M: sziwan@users.sourceforge.net
1da177e4
LT
698L: acpi4asus-user@lists.sourceforge.net
699W: http://sourceforge.net/projects/acpi4asus
0b67d946 700W: http://xf.iksaif.net/acpi4asus
85091b71
CC
701S: Maintained
702
6ea884db
MH
703ASUS ASB100 HARDWARE MONITOR DRIVER
704P: Mark M. Hoffman
705M: mhoffman@lightlink.com
706L: lm-sensors@lm-sensors.org
707S: Maintained
708
85091b71
CC
709ASUS LAPTOP EXTRAS DRIVER
710P: Corentin Chary
711M: corentincj@iksaif.net
712L: acpi4asus-user@lists.sourceforge.net
1da177e4 713W: http://sourceforge.net/projects/acpi4asus
0b67d946 714W: http://xf.iksaif.net/acpi4asus
1da177e4
LT
715S: Maintained
716
b3e5f263
DW
717ASYNCHRONOUS TRANSFERS/TRANSFORMS API
718P: Dan Williams
719M: dan.j.williams@intel.com
5e45bb2e
MS
720P: Maciej Sosnowski
721M: maciej.sosnowski@intel.com
b3e5f263
DW
722L: linux-kernel@vger.kernel.org
723W: http://sourceforge.net/projects/xscaleiop
724S: Supported
725
1da177e4
LT
726ATA OVER ETHERNET DRIVER
727P: Ed L. Cashin
728M: ecashin@coraid.com
729W: http://www.coraid.com/support/linux
730S: Supported
731
fa1c114f
JS
732ATHEROS ATH5K WIRELESS DRIVER
733P: Jiri Slaby
734M: jirislaby@gmail.com
735P: Nick Kossifidis
736M: mickflemm@gmail.com
737P: Luis R. Rodriguez
738M: mcgrof@gmail.com
739L: linux-wireless@vger.kernel.org
740L: ath5k-devel@lists.ath5k.org
741S: Maintained
742
f078f209
LR
743ATHEROS ATH9K WIRELESS DRIVER
744P: Luis R. Rodriguez
745M: lrodriguez@atheros.com
746P: Jouni Malinen
747M: jmalinen@atheros.com
748L: linux-wireless@vger.kernel.org
749L: ath9k-devel@lists.ath9k.org
750S: Supported
751
6f69a6d7
VS
752ATI_REMOTE2 DRIVER
753P: Ville Syrjala
754M: syrjala@sci.fi
755S: Maintained
756
7ae115b4 757ATLX ETHERNET DRIVERS
8d5ca6ec
JC
758P: Jay Cliburn
759M: jcliburn@gmail.com
760P: Chris Snook
761M: csnook@redhat.com
7ae115b4
CS
762P: Jie Yang
763M: jie.yang@atheros.com
8d5ca6ec
JC
764L: atl1-devel@lists.sourceforge.net
765W: http://sourceforge.net/projects/atl1
766W: http://atl1.sourceforge.net
767S: Maintained
768
1da177e4
LT
769ATM
770P: Chas Williams
771M: chas@cmf.nrl.navy.mil
f37bf90e 772L: linux-atm-general@lists.sourceforge.net (subscribers-only)
1da177e4
LT
773W: http://linux-atm.sourceforge.net
774S: Maintained
775
272f133a 776ATMEL AT91 MCI DRIVER
81764fa9 777P: Nicolas Ferre
8f4c79ce 778M: nicolas.ferre@atmel.com
81764fa9
PO
779L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
780W: http://www.atmel.com/products/AT91/
781W: http://www.at91.com/
782S: Maintained
272f133a 783
a1cfac48
HS
784ATMEL AT91 / AT32 SERIAL DRIVER
785P: Haavard Skinnemoen
786M: hskinnemoen@atmel.com
787L: linux-kernel@vger.kernel.org
788S: Supported
789
8f4c79ce
NF
790ATMEL LCDFB DRIVER
791P: Nicolas Ferre
792M: nicolas.ferre@atmel.com
8936b6db 793L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
8f4c79ce
NF
794S: Maintained
795
89e5785f 796ATMEL MACB ETHERNET DRIVER
89e5785f
HS
797P: Haavard Skinnemoen
798M: hskinnemoen@atmel.com
799S: Supported
800
754ce4f2
HS
801ATMEL SPI DRIVER
802P: Haavard Skinnemoen
803M: hskinnemoen@atmel.com
804S: Supported
805
914a3f3b
HS
806ATMEL USBA UDC DRIVER
807P: Haavard Skinnemoen
808M: hskinnemoen@atmel.com
809L: kernel@avr32linux.org
810W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
811S: Supported
812
1da177e4
LT
813ATMEL WIRELESS DRIVER
814P: Simon Kelley
815M: simon@thekelleys.org.uk
724c6b35 816L: linux-wireless@vger.kernel.org
1da177e4
LT
817W: http://www.thekelleys.org.uk/atmel
818W: http://atmelwlandriver.sourceforge.net/
819S: Maintained
820
a92b7b80 821AUDIT SUBSYSTEM
0ef1970d
EP
822P: Al Viro
823M: viro@zeniv.linux.org.uk
824P: Eric Paris
825M: eparis@redhat.com
b9a06207 826L: linux-audit@redhat.com (subscribers-only)
ad3f9a22 827W: http://people.redhat.com/sgrubb/audit/
0ef1970d 828T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
a92b7b80
CW
829S: Maintained
830
70e84049
MOS
831AUXILIARY DISPLAY DRIVERS
832P: Miguel Ojeda Sandonis
450c622e 833M: miguel.ojeda.sandonis@gmail.com
70e84049 834L: linux-kernel@vger.kernel.org
450c622e
MO
835W: http://miguelojeda.es/auxdisplay.htm
836W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
837S: Maintained
838
5f97f7f9 839AVR32 ARCHITECTURE
5f97f7f9
HS
840P: Haavard Skinnemoen
841M: hskinnemoen@atmel.com
842W: http://www.atmel.com/products/AVR32/
843W: http://avr32linux.org/
844W: http://avrfreaks.net/
845S: Supported
846
847AVR32/AT32AP MACHINE SUPPORT
5f97f7f9
HS
848P: Haavard Skinnemoen
849M: hskinnemoen@atmel.com
850S: Supported
851
1da177e4
LT
852AX.25 NETWORK LAYER
853P: Ralf Baechle
854M: ralf@linux-mips.org
855L: linux-hams@vger.kernel.org
d34cb28a 856W: http://www.linux-ax25.org/
1da177e4
LT
857S: Maintained
858
e2d1d6c0
RD
859B43 WIRELESS DRIVER
860P: Michael Buesch
861M: mb@bu3sch.de
862P: Stefano Brivio
863M: stefano.brivio@polimi.it
864L: linux-wireless@vger.kernel.org
865W: http://linuxwireless.org/en/users/Drivers/b43
866S: Maintained
867
868B43LEGACY WIRELESS DRIVER
869P: Larry Finger
870M: Larry.Finger@lwfinger.net
871P: Stefano Brivio
872M: stefano.brivio@polimi.it
873L: linux-wireless@vger.kernel.org
874W: http://linuxwireless.org/en/users/Drivers/b43
875S: Maintained
876
300abeb5
RP
877BACKLIGHT CLASS/SUBSYSTEM
878P: Richard Purdie
879M: rpurdie@rpsys.net
880S: Maintained
881
e2d1d6c0
RD
882BAYCOM/HDLCDRV DRIVERS FOR AX.25
883P: Thomas Sailer
884M: t.sailer@alumni.ethz.ch
885L: linux-hams@vger.kernel.org
886W: http://www.baycom.org/~tom/ham/ham.html
887S: Maintained
888
889BEFS FILE SYSTEM
890P: Sergey S. Kostyliov
891M: rathamahata@php4.ru
892L: linux-kernel@vger.kernel.org
893S: Maintained
894
895BFS FILE SYSTEM
896P: Tigran A. Aivazian
897M: tigran@aivazian.fsnet.co.uk
898L: linux-kernel@vger.kernel.org
899S: Maintained
900
1394f032 901BLACKFIN ARCHITECTURE
e3b2d3f3 902P: Bryan Wu
7dd06cdb 903M: cooloney@kernel.org
e3b2d3f3
BW
904L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
905W: http://blackfin.uclinux.org
906S: Supported
566da5b2 907
e190d6b1
BW
908BLACKFIN EMAC DRIVER
909P: Bryan Wu
7dd06cdb 910M: cooloney@kernel.org
e190d6b1
BW
911L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
912W: http://blackfin.uclinux.org
913S: Supported
914
566da5b2
MF
915BLACKFIN RTC DRIVER
916P: Mike Frysinger
566da5b2
MF
917M: vapier.adi@gmail.com
918L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
919W: http://blackfin.uclinux.org
920S: Supported
1394f032
BW
921
922BLACKFIN SERIAL DRIVER
9c5e710b
MF
923P: Sonic Zhang
924M: sonic.zhang@analog.com
e3b2d3f3
BW
925L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
926W: http://blackfin.uclinux.org
927S: Supported
1394f032 928
1e6d320f
BW
929BLACKFIN WATCHDOG DRIVER
930P: Mike Frysinger
1e6d320f
BW
931M: vapier.adi@gmail.com
932L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
933W: http://blackfin.uclinux.org
934S: Supported
935
d24ecfcc
BW
936BLACKFIN I2C TWI DRIVER
937P: Sonic Zhang
938M: sonic.zhang@analog.com
939L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
940W: http://blackfin.uclinux.org/
941S: Supported
942
1da177e4
LT
943BLOCK LAYER
944P: Jens Axboe
0fe23479 945M: axboe@kernel.dk
1da177e4 946L: linux-kernel@vger.kernel.org
6fb0425b 947T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1da177e4
LT
948S: Maintained
949
2b54aaef
JE
950BLOCK2MTD DRIVER
951P: Joern Engel
952M: joern@lazybastard.org
953L: linux-mtd@lists.infradead.org
954S: Maintained
955
63fbd24e 956BLUETOOTH DRIVERS
1da177e4
LT
957P: Marcel Holtmann
958M: marcel@holtmann.org
781c2844 959L: linux-bluetooth@vger.kernel.org
63fbd24e 960W: http://www.bluez.org/
1da177e4
LT
961S: Maintained
962
63fbd24e 963BLUETOOTH SUBSYSTEM
1da177e4
LT
964P: Marcel Holtmann
965M: marcel@holtmann.org
63fbd24e
MH
966L: linux-bluetooth@vger.kernel.org
967W: http://www.bluez.org/
968T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1da177e4
LT
969S: Maintained
970
971BONDING DRIVER
ce00f85c
JC
972P: Jay Vosburgh
973M: fubar@us.ibm.com
974L: bonding-devel@lists.sourceforge.net
975W: http://sourceforge.net/projects/bonding/
976S: Supported
1da177e4 977
39105890
GZ
978BROADCOM B44 10/100 ETHERNET DRIVER
979P: Gary Zambrano
980M: zambrano@broadcom.com
981L: netdev@vger.kernel.org
982S: Supported
983
948c51e6
MC
984BROADCOM BNX2 GIGABIT ETHERNET DRIVER
985P: Michael Chan
986M: mchan@broadcom.com
987L: netdev@vger.kernel.org
988S: Supported
989
4d9d2cb0 990BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
24e3fcef
EG
991P: Eilon Greenstein
992M: eilong@broadcom.com
4d9d2cb0
ET
993L: netdev@vger.kernel.org
994S: Supported
995
948c51e6
MC
996BROADCOM TG3 GIGABIT ETHERNET DRIVER
997P: Michael Chan
998M: mchan@broadcom.com
999L: netdev@vger.kernel.org
1000S: Supported
1001
5cdf7f76
JA
1002BSG (block layer generic sg v4 driver)
1003P: FUJITA Tomonori
1004M: fujita.tomonori@lab.ntt.co.jp
1005L: linux-scsi@vger.kernel.org
1006S: Supported
1007
ff1d5c2f
MB
1008BT8XXGPIO DRIVER
1009P: Michael Buesch
1010M: mb@bu3sch.de
1011W: http://bu3sch.de/btgpio.php
1012S: Maintained
1013
1da177e4 1014BTTV VIDEO4LINUX DRIVER
96b6aba0 1015P: Mauro Carvalho Chehab
8d58d773
MCC
1016M: mchehab@infradead.org
1017M: v4l-dvb-maintainer@linuxtv.org
1da177e4 1018L: video4linux-list@redhat.com
96b6aba0 1019W: http://linuxtv.org
ecfa4fdc 1020T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 1021S: Maintained
1da177e4 1022
77d5140f 1023CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
795fb7e7 1024P: Jonathan Corbet
77d5140f
JC
1025M: corbet@lwn.net
1026L: video4linux-list@redhat.com
1027S: Maintained
1028
77dac90f
MBY
1029CALGARY x86-64 IOMMU
1030P: Muli Ben-Yehuda
1031M: muli@il.ibm.com
1032P: Jon D. Mason
d8d2bedf 1033M: jdmason@kudzu.us
77dac90f
MBY
1034L: linux-kernel@vger.kernel.org
1035L: discuss@x86-64.org
1036S: Maintained
1037
e2d1d6c0
RD
1038CAN NETWORK LAYER
1039P: Urs Thuermann
1040M: urs.thuermann@volkswagen.de
1041P: Oliver Hartkopp
1042M: oliver.hartkopp@volkswagen.de
1043L: socketcan-core@lists.berlios.de (subscribers-only)
1044W: http://developer.berlios.de/projects/socketcan/
1045S: Maintained
1046
b8154542
AB
1047CELL BROADBAND ENGINE ARCHITECTURE
1048P: Arnd Bergmann
1049M: arnd@arndb.de
1050L: linuxppc-dev@ozlabs.org
1051L: cbe-oss-dev@ozlabs.org
1052W: http://www.ibm.com/developerworks/power/cell/
1053S: Supported
1054
70e84049
MOS
1055CFAG12864B LCD DRIVER
1056P: Miguel Ojeda Sandonis
450c622e 1057M: miguel.ojeda.sandonis@gmail.com
70e84049 1058L: linux-kernel@vger.kernel.org
450c622e
MO
1059W: http://miguelojeda.es/auxdisplay.htm
1060W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
1061S: Maintained
1062
1063CFAG12864BFB LCD FRAMEBUFFER DRIVER
1064P: Miguel Ojeda Sandonis
450c622e 1065M: miguel.ojeda.sandonis@gmail.com
70e84049 1066L: linux-kernel@vger.kernel.org
450c622e
MO
1067W: http://miguelojeda.es/auxdisplay.htm
1068W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
1069S: Maintained
1070
704232c2
JB
1071CFG80211 and NL80211
1072P: Johannes Berg
1073M: johannes@sipsolutions.net
1074L: linux-wireless@vger.kernel.org
1075S: Maintained
1076
0a920b5b
AW
1077CHECKPATCH
1078P: Andy Whitcroft
1079M: apw@shadowen.org
1080P: Randy Dunlap
1081M: rdunlap@xenotime.net
1082P: Joel Schopp
1083M: jschopp@austin.ibm.com
1084S: Supported
1085
e2d1d6c0
RD
1086CISCO 10G ETHERNET DRIVER
1087P: Scott Feldman
1088M: scofeldm@cisco.com
1089P: Joe Eykholt
1090M: jeykholt@cisco.com
7063fbf2
JB
1091S: Supported
1092
2b7a52a4
LB
1093CIRRUS LOGIC EP93XX ETHERNET DRIVER
1094P: Lennert Buytenhek
1095M: kernel@wantstofly.org
1096L: netdev@vger.kernel.org
1097S: Maintained
1098
2b7a52a4
LB
1099CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1100P: Lennert Buytenhek
1101M: kernel@wantstofly.org
6372594a 1102L: linux-usb@vger.kernel.org
2b7a52a4
LB
1103S: Maintained
1104
d9e9d82c
TT
1105CIRRUS LOGIC CS4270 SOUND DRIVER
1106P: Timur Tabi
1107M: timur@freescale.com
1108L: alsa-devel@alsa-project.org
1109S: Supported
1110
1da177e4
LT
1111CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1112P: Cirrus Logic Corporation (kernel 2.2 driver)
1113M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1114P: Nils Faerber (port to kernel 2.4)
1115M: Nils Faerber <nils@kernelconcepts.de>
1116S: Maintained
1117
1118CODA FILE SYSTEM
1119P: Jan Harkes
1120M: jaharkes@cs.cmu.edu
1121M: coda@cs.cmu.edu
1122L: codalist@coda.cs.cmu.edu
1123W: http://www.coda.cs.cmu.edu/
1124S: Maintained
1125
e2d1d6c0
RD
1126COMMON INTERNET FILE SYSTEM (CIFS)
1127P: Steve French
1128M: sfrench@samba.org
1129L: linux-cifs-client@lists.samba.org
1130L: samba-technical@lists.samba.org
1131W: http://linux-cifs.samba.org/
1132T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1133S: Supported
1134
1da177e4
LT
1135COMPACTPCI HOTPLUG CORE
1136P: Scott Murray
1137M: scottm@somanetworks.com
1138M: scott@spiteful.org
64dab204 1139L: linux-pci@vger.kernel.org
1da177e4
LT
1140S: Supported
1141
1142COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1143P: Scott Murray
1144M: scottm@somanetworks.com
1145M: scott@spiteful.org
64dab204 1146L: linux-pci@vger.kernel.org
1da177e4
LT
1147S: Supported
1148
1149COMPACTPCI HOTPLUG GENERIC DRIVER
1150P: Scott Murray
1151M: scottm@somanetworks.com
1152M: scott@spiteful.org
64dab204 1153L: linux-pci@vger.kernel.org
1da177e4
LT
1154S: Supported
1155
5411552c
CJ
1156COMPAL LAPTOP SUPPORT
1157P: Cezary Jackiewicz
1158M: cezary.jackiewicz@gmail.com
1159S: Maintained
1160
1da177e4
LT
1161COMPUTONE INTELLIPORT MULTIPORT CARD
1162P: Michael H. Warfield
07d46de4 1163M: mhw@wittsend.com
1da177e4 1164W: http://www.wittsend.com/computone.html
07d46de4 1165S: Maintained
1da177e4 1166
949be0f7
SA
1167CONEXANT ACCESSRUNNER USB DRIVER
1168P: Simon Arlott
1169M: cxacru@fire.lp0.eu
9ae5e3bc
SA
1170L: accessrunner-general@lists.sourceforge.net
1171W: http://accessrunner.sourceforge.net/
949be0f7
SA
1172S: Maintained
1173
e2d1d6c0
RD
1174CONFIGFS
1175P: Joel Becker
1176M: joel.becker@oracle.com
1177L: linux-kernel@vger.kernel.org
1178S: Supported
1179
fb3a0fb6
PM
1180CONTROL GROUPS (CGROUPS)
1181P: Paul Menage
1182M: menage@google.com
1183L: containers@lists.linux-foundation.org
1184S: Maintained
1185
bebe4678
RM
1186CORETEMP HARDWARE MONITORING DRIVER
1187P: Rudolf Marek
1188M: r.marek@assembler.cz
1189L: lm-sensors@lm-sensors.org
1190S: Maintained
1191
1da177e4
LT
1192COSA/SRP SYNC SERIAL DRIVER
1193P: Jan "Yenya" Kasprzak
1194M: kas@fi.muni.cz
1195W: http://www.fi.muni.cz/~kas/cosa/
1196S: Maintained
1197
1198CPU FREQUENCY DRIVERS
1199P: Dave Jones
1200M: davej@codemonkey.org.uk
bc5f65d4 1201L: cpufreq@vger.kernel.org
1da177e4 1202W: http://www.codemonkey.org.uk/projects/cpufreq/
7531a0b5 1203T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1da177e4
LT
1204S: Maintained
1205
1206CPUID/MSR DRIVER
1207P: H. Peter Anvin
1208M: hpa@zytor.com
1209S: Maintained
1210
ed90fb4a 1211CPUSETS
6bffd7b5 1212P: Paul Menage
6bffd7b5 1213M: menage@google.com
ed90fb4a
PJ
1214L: linux-kernel@vger.kernel.org
1215W: http://www.bullopensource.org/cpuset/
551e172a 1216W: http://oss.sgi.com/projects/cpusets/
ed90fb4a
PJ
1217S: Supported
1218
1da177e4 1219CRAMFS FILESYSTEM
ce00f85c
JC
1220W: http://sourceforge.net/projects/cramfs/
1221S: Orphan
1da177e4
LT
1222
1223CRIS PORT
1224P: Mikael Starvik
1225M: starvik@axis.com
0b07aa6d
JN
1226P: Jesper Nilsson
1227M: jesper.nilsson@axis.com
1da177e4
LT
1228L: dev-etrax@axis.com
1229W: http://developer.axis.com
1230S: Maintained
1231
1232CRYPTO API
1233P: Herbert Xu
1234M: herbert@gondor.apana.org.au
1235P: David S. Miller
1236M: davem@davemloft.net
1237L: linux-crypto@vger.kernel.org
1adc1230 1238T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4
LT
1239S: Maintained
1240
9b4ffa48
JK
1241CS5535 Audio ALSA driver
1242P: Jaya Kumar
1243M: jayakumar.alsa@gmail.com
1244S: Maintained
1245
6d8425b1
HV
1246CX18 VIDEO4LINUX DRIVER
1247P: Hans Verkuil, Andy Walls
1248M: hverkuil@xs4all.nl, awalls@radix.net
1249L: ivtv-devel@ivtvdriver.org
1250L: ivtv-users@ivtvdriver.org
1251L: video4linux-list@redhat.com
1252W: http://linuxtv.org
1253S: Maintained
1254
e5ec3789
SW
1255CXGB3 ETHERNET DRIVER (CXGB3)
1256P: Divy Le Ray
1257M: divy@chelsio.com
1258L: netdev@vger.kernel.org
1259W: http://www.chelsio.com
1260S: Supported
1261
1262CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1263P: Steve Wise
1264M: swise@chelsio.com
1265L: general@lists.openfabrics.org
1266W: http://www.openfabrics.org
1267S: Supported
1268
1da177e4
LT
1269CYBERPRO FB DRIVER
1270P: Russell King
1271M: rmk@arm.linux.org.uk
1272W: http://www.arm.linux.org.uk/
1273S: Maintained
1274
9fa68eae
KP
1275CYBLAFB FRAMEBUFFER DRIVER
1276P: Knut Petersen
1277M: Knut_Petersen@t-online.de
8936b6db 1278L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
9fa68eae
KP
1279S: Maintained
1280
1da177e4
LT
1281CYCLADES 2X SYNC CARD DRIVER
1282P: Arnaldo Carvalho de Melo
926554c4
ACM
1283M: acme@ghostprotocols.net
1284W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
1285S: Maintained
1286
1287CYCLADES ASYNC MUX DRIVER
1da177e4 1288W: http://www.cyclades.com/
d459883e 1289S: Orphan
1da177e4
LT
1290
1291CYCLADES PC300 DRIVER
1da177e4 1292W: http://www.cyclades.com/
d459883e 1293S: Orphan
1da177e4 1294
1da177e4
LT
1295DAMA SLAVE for AX.25
1296P: Joerg Reuter
1297M: jreuter@yaina.de
1298W: http://yaina.de/jreuter/
1299W: http://www.qsl.net/dl1bke/
1300L: linux-hams@vger.kernel.org
1301S: Maintained
1302
e2d1d6c0
RD
1303DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1304P: Tobias Ringstrom
1305M: tori@unhappy.mine.nu
1306L: netdev@vger.kernel.org
1307S: Maintained
1308
1309DC390/AM53C974 SCSI driver
1310P: Kurt Garloff
1311M: garloff@suse.de
1312W: http://www.garloff.de/kurt/linux/dc390/
1313P: Guennadi Liakhovetski
1314M: g.liakhovetski@gmx.de
1315S: Maintained
1316
1da177e4
LT
1317DC395x SCSI driver
1318P: Oliver Neukum
1319M: oliver@neukum.name
1320P: Ali Akcaagac
1321M: aliakc@web.de
1322P: Jamie Lenehan
1323M: lenehan@twibble.org
1324W: http://twibble.org/dist/dc395x/
f5df5881 1325L: dc395x@twibble.org
1da177e4
LT
1326L: http://lists.twibble.org/mailman/listinfo/dc395x/
1327S: Maintained
1328
eb8edb08
ACM
1329DCCP PROTOCOL
1330P: Arnaldo Carvalho de Melo
926554c4 1331M: acme@ghostprotocols.net
eb8edb08 1332L: dccp@vger.kernel.org
f3b84ec2 1333W: http://linux-net.osdl.org/index.php/DCCP
eb8edb08
ACM
1334S: Maintained
1335
1da177e4 1336DECnet NETWORK LAYER
8943f268
CC
1337P: Christine Caulfield
1338M: christine.caulfield@googlemail.com
1da177e4
LT
1339W: http://linux-decnet.sourceforge.net
1340L: linux-decnet-user@lists.sourceforge.net
1341S: Maintained
1342
1343DEFXX FDDI NETWORK DRIVER
1344P: Maciej W. Rozycki
1345M: macro@linux-mips.org
1346S: Maintained
1347
1348DELL LAPTOP SMM DRIVER
1349P: Massimo Dal Zotto
1350M: dz@debian.org
1351W: http://www.debian.org/~dz/i8k/
1352S: Maintained
1353
90563ec4
DW
1354DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1355P: Doug Warzecha
1356M: Douglas_Warzecha@dell.com
1357S: Maintained
1358
1da177e4
LT
1359DEVICE NUMBER REGISTRY
1360P: Torben Mathiasen
1361M: device@lanana.org
1362W: http://lanana.org/docs/device-list/index.html
1363L: linux-kernel@vger.kernel.org
1364S: Maintained
1365
e2d1d6c0
RD
1366DEVICE-MAPPER (LVM)
1367P: Alasdair Kergon
1368L: dm-devel@redhat.com
1369W: http://sources.redhat.com/dm
1370S: Maintained
1371
1da177e4
LT
1372DIGI INTL. EPCA DRIVER
1373P: Digi International, Inc
1374M: Eng.Linux@digi.com
1375L: Eng.Linux@digi.com
1376W: http://www.digi.com
baaea1dc 1377S: Orphan
1da177e4 1378
1da177e4
LT
1379DIRECTORY NOTIFICATION
1380P: Stephen Rothwell
1381M: sfr@canb.auug.org.au
1382L: linux-kernel@vger.kernel.org
1383S: Supported
1384
1385DISK GEOMETRY AND PARTITION HANDLING
1386P: Andries Brouwer
1387M: aeb@cwi.nl
1388W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1389W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1390W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1391S: Maintained
1392
1393DISKQUOTA:
1394P: Jan Kara
1395M: jack@suse.cz
1396L: linux-kernel@vger.kernel.org
1397S: Maintained
1398
5be7b50f 1399DISTRIBUTED LOCK MANAGER
8943f268
CC
1400P: Christine Caulfield
1401M: ccaulfie@redhat.com
5be7b50f
SW
1402P: David Teigland
1403M: teigland@redhat.com
a4644184 1404L: cluster-devel@redhat.com
5be7b50f 1405W: http://sources.redhat.com/cluster/
d7c2feaf 1406T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
5be7b50f
SW
1407S: Supported
1408
b3e5f263 1409DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
5e45bb2e
MS
1410P: Maciej Sosnowski
1411M: maciej.sosnowski@intel.com
b3e5f263
DW
1412P: Dan Williams
1413M: dan.j.williams@intel.com
248a9dc3 1414L: linux-kernel@vger.kernel.org
b3e5f263 1415S: Supported
248a9dc3 1416
b825037d
JH
1417DME1737 HARDWARE MONITOR DRIVER
1418P: Juerg Haefliger
1419M: juergh@gmail.com
1420L: lm-sensors@lm-sensors.org
1421S: Maintained
1422
ba483d57 1423DOCBOOK FOR DOCUMENTATION
0f40efbd
RD
1424P: Randy Dunlap
1425M: rdunlap@xenotime.net
ba483d57
MW
1426S: Maintained
1427
5b9c9bf6
KCA
1428DOCKING STATION DRIVER
1429P: Kristen Carlson Accardi
1430M: kristen.c.accardi@intel.com
1431L: linux-acpi@vger.kernel.org
8b59a454 1432S: Supported
5b9c9bf6 1433
abbaeff3 1434DOCUMENTATION (/Documentation directory)
795fb7e7
JD
1435P: Michael Kerrisk
1436M: mtk.manpages@gmail.com
1437P: Randy Dunlap
1438M: rdunlap@xenotime.net
1439L: linux-doc@vger.kernel.org
1440S: Maintained
abbaeff3 1441
1da177e4
LT
1442DOUBLETALK DRIVER
1443P: James R. Van Zandt
1444M: jrv@vanzandt.mv.com
1445L: blinux-list@redhat.com
1446S: Maintained
1447
e2d1d6c0
RD
1448DPT_I2O SCSI RAID DRIVER
1449P: Adaptec OEM Raid Solutions
1450M: aacraid@adaptec.com
1451L: linux-scsi@vger.kernel.org
1452W: http://www.adaptec.com/
1453S: Maintained
1454
1da177e4
LT
1455DRIVER CORE, KOBJECTS, AND SYSFS
1456P: Greg Kroah-Hartman
1457M: gregkh@suse.de
1458L: linux-kernel@vger.kernel.org
6fb0425b 1459T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
1460S: Supported
1461
1462DRM DRIVERS
1463P: David Airlie
1464M: airlied@linux.ie
1465L: dri-devel@lists.sourceforge.net
6fb0425b 1466T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4
LT
1467S: Maintained
1468
1469DSCC4 DRIVER
01f20734
FR
1470P: Francois Romieu
1471M: romieu@fr.zoreil.com
1472L: netdev@vger.kernel.org
1da177e4
LT
1473S: Maintained
1474
1475DVB SUBSYSTEM AND DRIVERS
1476P: LinuxTV.org Project
8d58d773 1477M: v4l-dvb-maintainer@linuxtv.org
795fb7e7 1478L: linux-dvb@linuxtv.org (subscription required)
7d69fa62 1479W: http://linuxtv.org/
ecfa4fdc 1480T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
8d58d773 1481S: Maintained
1da177e4 1482
789c7048
MR
1483DZ DECSTATION DZ11 SERIAL DRIVER
1484P: Maciej W. Rozycki
1485M: macro@linux-mips.org
1486S: Maintained
1487
1da177e4
LT
1488EATA-DMA SCSI DRIVER
1489P: Michael Neuffer
1490L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1491S: Maintained
1492
1493EATA ISA/EISA/PCI SCSI DRIVER
1494P: Dario Ballabio
1495M: ballabio_dario@emc.com
1496L: linux-scsi@vger.kernel.org
1497S: Maintained
1498
1499EATA-PIO SCSI DRIVER
1500P: Michael Neuffer
1501M: mike@i-Connect.Net
1502L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1503S: Maintained
1504
1505EBTABLES
1506P: Bart De Schuymer
1507M: bart.de.schuymer@pandora.be
1508L: ebtables-user@lists.sourceforge.net
1509L: ebtables-devel@lists.sourceforge.net
1510W: http://ebtables.sourceforge.net/
1511S: Maintained
1512
237fead6
MH
1513ECRYPT FILE SYSTEM
1514P: Mike Halcrow, Phillip Hellewell
1515M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1516L: ecryptfs-devel@lists.sourceforge.net
1517W: http://ecryptfs.sourceforge.net/
1518S: Supported
1519
da9bb1d2 1520EDAC-CORE
0e438e3f 1521P: Doug Thompson
ba9a5918 1522M: dougthompson@xmission.com
0e438e3f
DP
1523L: bluesmoke-devel@lists.sourceforge.net
1524W: bluesmoke.sourceforge.net
8c2a6a40 1525S: Supported
0e438e3f
DP
1526
1527EDAC-E752X
8c2a6a40 1528P: Mark Gross
ba9a5918 1529P: Doug Thompson
8c2a6a40 1530M: mark.gross@intel.com
ba9a5918 1531M: dougthompson@xmission.com
0e438e3f
DP
1532L: bluesmoke-devel@lists.sourceforge.net
1533W: bluesmoke.sourceforge.net
1534S: Maintained
1535
1536EDAC-E7XXX
8c2a6a40 1537P: Doug Thompson
ba9a5918 1538M: dougthompson@xmission.com
0e438e3f
DP
1539L: bluesmoke-devel@lists.sourceforge.net
1540W: bluesmoke.sourceforge.net
1541S: Maintained
1542
6bc78404
DT
1543EDAC-I82443BXGX
1544P: Tim Small
1545M: tim@buttersideup.com
1546L: bluesmoke-devel@lists.sourceforge.net
1547W: bluesmoke.sourceforge.net
1548S: Maintained
1549
1550EDAC-I3000
1551P: Jason Uhlenkott
1552M: juhlenko@akamai.com
1553L: bluesmoke-devel@lists.sourceforge.net
1554W: bluesmoke.sourceforge.net
1555S: Maintained
1556
1557EDAC-I5000
1558P: Doug Thompson
ba9a5918
DT
1559M: dougthompson@xmission.com
1560L: bluesmoke-devel@lists.sourceforge.net
1561W: bluesmoke.sourceforge.net
1562S: Maintained
1563
1564EDAC-I82975X
1565P: Ranganathan Desikan
1566P: Arvind R.
1567M: rdesikan@jetzbroadband.com
1568M: arvind@acarlab.com
1569L: bluesmoke-devel@lists.sourceforge.net
1570W: bluesmoke.sourceforge.net
1571S: Maintained
1572
1573EDAC-PASEMI
1574P: Egor Martovetsky
1575M: egor@pasemi.com
6bc78404
DT
1576L: bluesmoke-devel@lists.sourceforge.net
1577W: bluesmoke.sourceforge.net
1578S: Maintained
1579
0e438e3f
DP
1580EDAC-R82600
1581P: Tim Small
1582M: tim@buttersideup.com
1583L: bluesmoke-devel@lists.sourceforge.net
1584W: bluesmoke.sourceforge.net
1585S: Maintained
da9bb1d2 1586
e59f8796
EC
1587EEEPC LAPTOP EXTRAS DRIVER
1588P: Corentin Chary
1589M: corentincj@iksaif.net
1590L: acpi4asus-user@lists.sourceforge.net
1591W: http://sourceforge.net/projects/acpi4asus
1592S: Maintained
1593
1da177e4
LT
1594EEPRO100 NETWORK DRIVER
1595P: Andrey V. Savochkin
1596M: saw@saw.sw.com.sg
1597S: Maintained
1598
0bee8d28
JT
1599EFS FILESYSTEM
1600W: http://aeschi.ch.eu.org/efs/
1601S: Orphan
1602
fab97220
HS
1603EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1604P: Hoang-Nam Nguyen
1605M: hnguyen@de.ibm.com
1606P: Christoph Raisch
1607M: raisch@de.ibm.com
78526821 1608L: general@lists.openfabrics.org
fab97220
HS
1609S: Supported
1610
3e3a7d66
DW
1611EMBEDDED LINUX
1612P: Paul Gortmaker
1613M: paul.gortmaker@windriver.com
a46add72 1614P: David Woodhouse
3e3a7d66
DW
1615M: dwmw2@infradead.org
1616L: linux-embedded@vger.kernel.org
1617S: Maintained
1618
3a1c1d44 1619EMULEX LPFC FC SCSI DRIVER
ce00f85c
JC
1620P: James Smart
1621M: james.smart@emulex.com
1622L: linux-scsi@vger.kernel.org
1623W: http://sourceforge.net/projects/lpfcxxxx
1624S: Supported
3a1c1d44 1625
1da177e4
LT
1626EPSON 1355 FRAMEBUFFER DRIVER
1627P: Christopher Hoover
1628M: ch@murgatroid.com, ch@hpl.hp.com
1629S: Maintained
1630
1631ETHEREXPRESS-16 NETWORK DRIVER
1632P: Philip Blundell
1633M: philb@gnu.org
979b6c13 1634L: netdev@vger.kernel.org
1da177e4
LT
1635S: Maintained
1636
1637ETHERNET BRIDGE
1638P: Stephen Hemminger
65ebe634 1639M: shemminger@linux-foundation.org
f318a63b 1640L: bridge@lists.linux-foundation.org
57c511d8 1641W: http://www.linux-foundation.org/en/Net:Bridge
1da177e4
LT
1642S: Maintained
1643
1644ETHERTEAM 16I DRIVER
1645P: Mika Kuoppala
1646M: miku@iki.fi
1647S: Maintained
1648
1649EXT2 FILE SYSTEM
72be2ccf 1650L: linux-ext4@vger.kernel.org
1da177e4
LT
1651S: Maintained
1652
1653EXT3 FILE SYSTEM
1654P: Stephen Tweedie, Andrew Morton
8deacee4 1655M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
72be2ccf
EM
1656L: linux-ext4@vger.kernel.org
1657S: Maintained
1658
1659EXT4 FILE SYSTEM
08a225f1
TT
1660P: Theodore Ts'o
1661M: tytso@mit.edu, adilger@sun.com
72be2ccf 1662L: linux-ext4@vger.kernel.org
08a225f1 1663W: http://ext4.wiki.kernel.org
1da177e4
LT
1664S: Maintained
1665
e53004e2
JD
1666F71805F HARDWARE MONITORING DRIVER
1667P: Jean Delvare
1668M: khali@linux-fr.org
1669L: lm-sensors@lm-sensors.org
1670S: Maintained
1671
1da177e4
LT
1672FARSYNC SYNCHRONOUS DRIVER
1673P: Kevin Curtis
1674M: kevin.curtis@farsite.co.uk
1da177e4
LT
1675W: http://www.farsite.co.uk/
1676S: Supported
1677
c5408b88
AM
1678FAULT INJECTION SUPPORT
1679P: Akinobu Mita
1680M: akinobu.mita@gmail.com
1681S: Supported
1682
e2d1d6c0
RD
1683FILE LOCKING (flock() and fcntl()/lockf())
1684P: Matthew Wilcox
1685M: matthew@wil.cx
1686L: linux-fsdevel@vger.kernel.org
1da177e4
LT
1687S: Maintained
1688
e2d1d6c0
RD
1689FILESYSTEMS (VFS and infrastructure)
1690P: Alexander Viro
1691M: viro@zeniv.linux.org.uk
1692L: linux-fsdevel@vger.kernel.org
173acc7c
ZW
1693S: Maintained
1694
e2d1d6c0
RD
1695FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1696P: Kristian Hoegsberg, Stefan Richter
1697M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1698L: linux1394-devel@lists.sourceforge.net
1699W: http://www.linux1394.org/
1700T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1701S: Maintained
1702
1703FIRMWARE LOADER (request_firmware)
1704L: linux-kernel@vger.kernel.org
1705S: Orphan
1706
1707FPU EMULATOR
1708P: Bill Metzenthen
1709M: billm@suburbia.net
1710W: http://suburbia.net/~billm/floating-point/emulator/
1711S: Maintained
1712
1713FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1714P: Mike McLagan
1715M: mike.mclagan@linux.org
1716L: netdev@vger.kernel.org
1717S: Maintained
1718
1719FRAMEBUFFER LAYER
1720P: Antonino Daplas
1721M: adaplas@gmail.com
1722L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1723W: http://linux-fbdev.sourceforge.net/
1724S: Maintained
1725
1726FREESCALE DMA DRIVER
1727P: Li Yang
1728M: leoli@freescale.com
1729P: Zhang Wei
1730M: zw@zh-kernel.org
1731L: linuxppc-embedded@ozlabs.org
1732L: linux-kernel@vger.kernel.org
1733S: Maintained
1734
1735FREESCALE I2C CPM DRIVER
1736P: Jochen Friedrich
1737M: jochen@scram.de
1738L: linuxppc-dev@ozlabs.org
1739L: i2c@lm-sensors.org
0d2b405a
JF
1740S: Maintained
1741
4689a6b1
PA
1742FREESCALE SOC FS_ENET DRIVER
1743P: Pantelis Antoniou
1744M: pantelis.antoniou@gmail.com
1745P: Vitaly Bordug
1746M: vbordug@ru.mvista.com
88de3cab 1747L: linuxppc-dev@ozlabs.org
4689a6b1
PA
1748L: netdev@vger.kernel.org
1749S: Maintained
1750
d9e9d82c
TT
1751FREESCALE QUICC ENGINE LIBRARY
1752P: Timur Tabi
1753M: timur@freescale.com
1754L: linuxppc-dev@ozlabs.org
1755S: Supported
1756
a7205b30
LY
1757FREESCALE HIGHSPEED USB DEVICE DRIVER
1758P: Li Yang
1759M: leoli@freescale.com
6372594a 1760L: linux-usb@vger.kernel.org
88de3cab 1761L: linuxppc-dev@ozlabs.org
a7205b30
LY
1762S: Maintained
1763
beaf53bf
LY
1764FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1765P: Li Yang
1766M: leoli@freescale.com
1767L: netdev@vger.kernel.org
88de3cab 1768L: linuxppc-dev@ozlabs.org
beaf53bf
LY
1769S: Maintained
1770
d9e9d82c
TT
1771FREESCALE QUICC ENGINE UCC UART DRIVER
1772P: Timur Tabi
1773M: timur@freescale.com
1774L: linuxppc-dev@ozlabs.org
1775S: Supported
1776
1777FREESCALE SOC SOUND DRIVERS
1778P: Timur Tabi
1779M: timur@freescale.com
1780L: alsa-devel@alsa-project.org
1781L: linuxppc-dev@ozlabs.org
1782S: Supported
1783
1da177e4
LT
1784FREEVXFS FILESYSTEM
1785P: Christoph Hellwig
1786M: hch@infradead.org
1787W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1788S: Maintained
1789
de3b69d7
SR
1790FTRACE
1791P: Steven Rostedt
1792M: srostedt@redhat.com
1793S: Maintained
1794
5ab7ffea 1795FUJITSU FR-V (FRV) PORT
1da177e4
LT
1796P: David Howells
1797M: dhowells@redhat.com
1798S: Maintained
1799
20b93734
JW
1800FUJITSU LAPTOP EXTRAS
1801P: Jonathan Woithe
1802M: jwoithe@physics.adelaide.edu.au
1803L: linux-acpi@vger.kernel.org
1804S: Maintained
1805
04578f17
MS
1806FUSE: FILESYSTEM IN USERSPACE
1807P: Miklos Szeredi
1808M: miklos@szeredi.hu
1809L: fuse-devel@lists.sourceforge.net
1810W: http://fuse.sourceforge.net/
1811S: Maintained
1812
1da177e4
LT
1813FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1814P: Rik Faith
1815M: faith@cs.unc.edu
1816L: linux-scsi@vger.kernel.org
baaea1dc 1817S: Odd Fixes (e.g., new signatures)
1da177e4
LT
1818
1819GDT SCSI DISK ARRAY CONTROLLER DRIVER
1820P: Achim Leubner
1821M: achim_leubner@adaptec.com
1822L: linux-scsi@vger.kernel.org
1823W: http://www.icp-vortex.com/
1824S: Supported
1825
1c23af90
HS
1826GENERIC GPIO I2C DRIVER
1827P: Haavard Skinnemoen
1828M: hskinnemoen@atmel.com
1829S: Supported
1830
1da177e4
LT
1831GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1832P: Krzysztof Halasa
1833M: khc@pm.waw.pl
1834W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1835S: Maintained
1836
5be7b50f
SW
1837GFS2 FILE SYSTEM
1838P: Steven Whitehouse
1839M: swhiteho@redhat.com
a4644184 1840L: cluster-devel@redhat.com
5be7b50f 1841W: http://sources.redhat.com/cluster/
370298e2
SW
1842T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1843T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
5be7b50f
SW
1844S: Supported
1845
0a34eb8f
HL
1846GIGASET ISDN DRIVERS
1847P: Hansjoerg Lipp
1848M: hjlipp@web.de
1849P: Tilman Schmidt
1850M: tilman@imap.cc
1851L: gigaset307x-common@lists.sourceforge.net
1852W: http://gigaset307x.sourceforge.net/
1853S: Maintained
1854
e2d1d6c0
RD
1855HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1856P: Robert Love
1857M: rlove@rlove.org
1858M: linux-kernel@vger.kernel.org
1859W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1860S: Maintained
1861
5b543965 1862HARDWARE MONITORING
5b543965 1863L: lm-sensors@lm-sensors.org
595142e0 1864W: http://www.lm-sensors.org/
baaea1dc 1865S: Orphan
5b543965 1866
844dd05f 1867HARDWARE RANDOM NUMBER GENERATOR CORE
baaea1dc 1868S: Orphan
844dd05f 1869
1da177e4
LT
1870HARMONY SOUND DRIVER
1871P: Kyle McMartin
42a5a8a6 1872M: kyle@mcmartin.ca
ac6aecbf 1873L: linux-parisc@vger.kernel.org
1da177e4
LT
1874S: Maintained
1875
1876HAYES ESP SERIAL DRIVER
1877P: Andrew J. Robinson
1878M: arobinso@nyx.net
1879L: linux-kernel@vger.kernel.org
1880W: http://www.nyx.net/~arobinso
1881S: Maintained
1882
e2d1d6c0
RD
1883HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1884P: Chirag Kantharia
1885M: chirag.kantharia@hp.com
1886L: iss_storagedev@hp.com
1887S: Maintained
1888
1889HEWLETT-PACKARD SMART2 RAID DRIVER
1890P: Chirag Kantharia
1891M: chirag.kantharia@hp.com
1892L: iss_storagedev@hp.com
1893S: Maintained
1894
1895HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1896P: Mike Miller
1897M: mike.miller@hp.com
1898L: iss_storagedev@hp.com
1899S: Supported
1900
1da177e4
LT
1901HFS FILESYSTEM
1902P: Roman Zippel
1903M: zippel@linux-m68k.org
1904L: linux-kernel@vger.kernel.org
1905S: Maintained
1906
1907HGA FRAMEBUFFER DRIVER
1908P: Ferenc Bakonyi
1909M: fero@drama.obuda.kando.hu
1910L: linux-nvidia@lists.surfsouth.com
1911W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1912S: Maintained
1913
e2d1d6c0
RD
1914HIBERNATION (aka Software Suspend, aka swsusp):
1915P: Pavel Machek
1916M: pavel@suse.cz
1917P: Rafael J. Wysocki
1918M: rjw@sisk.pl
1919L: linux-pm@lists.linux-foundation.org
1920S: Supported
1921
4ef4caad
JK
1922HID CORE LAYER
1923P: Jiri Kosina
1924M: jkosina@suse.cz
eb76c5c0 1925L: linux-input@vger.kernel.org
a4dff398 1926T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4ef4caad
JK
1927S: Maintained
1928
38bed542
IM
1929HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1930P: Thomas Gleixner
1931M: tglx@linutronix.de
1932L: linux-kernel@vger.kernel.org
1933S: Maintained
1934
1da177e4
LT
1935HIGH-SPEED SCC DRIVER FOR AX.25
1936P: Klaus Kudielka
1937M: klaus.kudielka@ieee.org
1938L: linux-hams@vger.kernel.org
1939W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1940S: Maintained
1941
ede1e6f8
HLT
1942HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1943P: HighPoint Linux Team
1944M: linux@highpoint-tech.com
1945W: http://www.highpoint-tech.com
1946S: Supported
1947
1da177e4
LT
1948HIPPI
1949P: Jes Sorensen
1950M: jes@trained-monkey.org
1951L: linux-hippi@sunsite.dk
1952S: Maintained
1953
ff1d2767
JM
1954HOST AP DRIVER
1955P: Jouni Malinen
85d32e7b
JM
1956M: j@w1.fi
1957L: hostap@shmoo.com (subscribers-only)
724c6b35 1958L: linux-wireless@vger.kernel.org
ff1d2767
JM
1959W: http://hostap.epitest.fi/
1960S: Maintained
1961
dd8cd779
CC
1962HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1963P: Carlos Corbacho
1964M: carlos@strangeworlds.co.uk
1965S: Odd Fixes
1966
e2d1d6c0
RD
1967HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1968P: Jaroslav Kysela
1969M: perex@perex.cz
1970S: Maintained
1971
d36e74c4 1972HPET: High Precision Event Timers driver (drivers/char/hpet.c)
b9b0332f
BP
1973P: Clemens Ladisch
1974M: clemens@ladisch.de
1975S: Maintained
1976
1977HPET: i386
1978P: Venkatesh Pallipadi (Venki)
1979M: venkatesh.pallipadi@intel.com
1980S: Maintained
1981
1982HPET: x86_64
8bd0983e
AK
1983P: Vojtech Pavlik
1984M: vojtech@suse.cz
b9b0332f
BP
1985S: Maintained
1986
1987HPET: ACPI hpet.c
1988P: Bob Picco
1989M: bob.picco@hp.com
1990S: Maintained
1991
1da177e4
LT
1992HPFS FILESYSTEM
1993P: Mikulas Patocka
1994M: mikulas@artax.karlin.mff.cuni.cz
1995W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1996S: Maintained
1997
5a18c343
POF
1998HTCPEN TOUCHSCREEN DRIVER
1999P: Pau Oliva Fora
2000M: pof@eslack.org
2001L: linux-input@vger.kernel.org
2002S: Maintained
2003
1da177e4
LT
2004HUGETLB FILESYSTEM
2005P: William Irwin
2006M: wli@holomorphy.com
2007S: Maintained
2008
6ea884db
MH
2009I2C/SMBUS STUB DRIVER
2010P: Mark M. Hoffman
2011M: mhoffman@lightlink.com
17a172fe 2012L: i2c@lm-sensors.org
6ea884db
MH
2013S: Maintained
2014
5b543965 2015I2C SUBSYSTEM
710cf7e7 2016P: Jean Delvare (PC drivers, core)
1da177e4 2017M: khali@linux-fr.org
710cf7e7
JD
2018P: Ben Dooks (embedded platforms)
2019M: ben-linux@fluff.org
5d925fec 2020L: i2c@lm-sensors.org
595142e0 2021T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1da177e4
LT
2022S: Maintained
2023
e8c76eed
TH
2024I2C-TINY-USB DRIVER
2025P: Till Harbaum
2026M: till@harbaum.org
2027L: i2c@lm-sensors.org
2028T: http://www.harbaum.org/till/i2c_tiny_usb
2029S: Maintained
2030
1da177e4 2031i386 BOOT CODE
7f1291f2
PA
2032P: H. Peter Anvin
2033M: hpa@zytor.com
1da177e4
LT
2034L: Linux-Kernel@vger.kernel.org
2035S: Maintained
2036
2037i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1da177e4
LT
2038P: H. Peter Anvin
2039M: hpa@zytor.com
72af61c6 2040T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1da177e4
LT
2041S: Maintained
2042
1da177e4
LT
2043IA64 (Itanium) PLATFORM
2044P: Tony Luck
2045M: tony.luck@intel.com
2046L: linux-ia64@vger.kernel.org
2047W: http://www.ia64-linux.org/
6fb0425b 2048T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1da177e4
LT
2049S: Maintained
2050
1da177e4
LT
2051IBM MCA SCSI SUBSYSTEM DRIVER
2052P: Michael Lang
2053M: langa2@kph.uni-mainz.de
2054W: http://www.uni-mainz.de/~langm000/linux.html
2055S: Maintained
2056
2057IBM Power Linux RAID adapter
2058P: Brian King
2059M: brking@us.ibm.com
2060S: Supported
2061
2062IBM ServeRAID RAID DRIVER
2063P: Jack Hammer
2064P: Dave Jeffery
2065M: ipslinux@adaptec.com
2066W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
b7eee616 2067S: Supported
1da177e4 2068
1e7106fc 2069IDE SUBSYSTEM
1da177e4 2070P: Bartlomiej Zolnierkiewicz
1e7106fc 2071M: bzolnier@gmail.com
1da177e4 2072L: linux-ide@vger.kernel.org
1e7106fc 2073T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1da177e4
LT
2074S: Maintained
2075
2076IDE/ATAPI CDROM DRIVER
c404c199 2077P: Borislav Petkov
ef709165 2078M: petkovbb@gmail.com
9c5b0ce4 2079L: linux-ide@vger.kernel.org
c404c199 2080S: Maintained
1da177e4
LT
2081
2082IDE/ATAPI FLOPPY DRIVERS
2083P: Paul Bristow
2084M: Paul Bristow <paul@paulbristow.net>
2085W: http://paulbristow.net/linux/idefloppy.html
2086L: linux-kernel@vger.kernel.org
2087S: Maintained
2088
2089IDE/ATAPI TAPE DRIVERS
2090P: Gadi Oxman
2091M: Gadi Oxman <gadio@netvision.net.il>
2092L: linux-kernel@vger.kernel.org
2093S: Maintained
2094
f72abc21
BZ
2095IDE-SCSI DRIVER
2096L: linux-ide@vger.kernel.org
2097L: linux-scsi@vger.kernel.org
2098S: Orphan
2099
f148e20c 2100IEEE 1394 SUBSYSTEM (drivers/ieee1394)
1da177e4 2101P: Ben Collins
f51a5a9d 2102M: ben.collins@ubuntu.com
87730d04
SR
2103P: Stefan Richter
2104M: stefanr@s5r6.in-berlin.de
1da177e4
LT
2105L: linux1394-devel@lists.sourceforge.net
2106W: http://www.linux1394.org/
87730d04 2107T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1da177e4
LT
2108S: Maintained
2109
f51a5a9d 2110IEEE 1394 RAW I/O DRIVER (raw1394)
1da177e4
LT
2111P: Dan Dennedy
2112M: dan@dennedy.org
f51a5a9d
SR
2113P: Stefan Richter
2114M: stefanr@s5r6.in-berlin.de
1da177e4 2115L: linux1394-devel@lists.sourceforge.net
105d7b38
JM
2116S: Maintained
2117
1da177e4 2118IMS TWINTURBO FRAMEBUFFER DRIVER
8936b6db 2119L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
843393d3 2120S: Orphan
1da177e4
LT
2121
2122INFINIBAND SUBSYSTEM
2123P: Roland Dreier
21c121cc 2124M: rolandd@cisco.com
1da177e4 2125P: Sean Hefty
ed96f247 2126M: sean.hefty@intel.com
1da177e4 2127P: Hal Rosenstock
795fb7e7 2128M: hal.rosenstock@gmail.com
78526821 2129L: general@lists.openfabrics.org
1da177e4 2130W: http://www.openib.org/
6fb0425b 2131T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4
LT
2132S: Supported
2133
c9f04f58 2134INOTIFY
18b36c71
CP
2135P: John McCutchan
2136M: ttb@tentacle.dhs.org
2137P: Robert Love
2138M: rml@novell.com
c9f04f58
RL
2139L: linux-kernel@vger.kernel.org
2140S: Maintained
2141
e2d1d6c0
RD
2142INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2143P: Dmitry Torokhov
2144M: dmitry.torokhov@gmail.com
2145M: dtor@mail.ru
2146L: linux-input@vger.kernel.org
2147T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2148S: Maintained
2149
9eb8ef74 2150INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
ce00f85c
JC
2151P: Sylvain Meyer
2152M: sylvain.meyer@worldonline.fr
8936b6db 2153L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 2154S: Maintained
9eb8ef74 2155
1da177e4 2156INTEL 810/815 FRAMEBUFFER DRIVER
ce00f85c 2157P: Antonino Daplas
0478e62e 2158M: adaplas@gmail.com
8936b6db 2159L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 2160S: Maintained
1da177e4 2161
1da177e4
LT
2162INTEL IA32 MICROCODE UPDATE SUPPORT
2163P: Tigran Aivazian
b5b9df69 2164M: tigran@aivazian.fsnet.co.uk
1da177e4
LT
2165S: Maintained
2166
248a9dc3 2167INTEL I/OAT DMA DRIVER
5e45bb2e
MS
2168P: Maciej Sosnowski
2169M: maciej.sosnowski@intel.com
248a9dc3
NS
2170L: linux-kernel@vger.kernel.org
2171S: Supported
2172
b3e5f263
DW
2173INTEL IOP-ADMA DMA DRIVER
2174P: Dan Williams
2175M: dan.j.williams@intel.com
2176L: linux-kernel@vger.kernel.org
2177S: Supported
2178
844dd05f
MB
2179INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2180P: Deepak Saxena
2181M: dsaxena@plexity.net
2182S: Maintained
2183
2b7a52a4
LB
2184INTEL IXP2000 ETHERNET DRIVER
2185P: Lennert Buytenhek
2186M: kernel@wantstofly.org
2187L: netdev@vger.kernel.org
2188S: Maintained
2189
d94e6fed 2190INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
add18784
JB
2191P: Jeff Kirsher
2192M: jeffrey.t.kirsher@intel.com
e0164af6
AK
2193P: Jesse Brandeburg
2194M: jesse.brandeburg@intel.com
d94e6fed
AK
2195P: Bruce Allan
2196M: bruce.w.allan@intel.com
ae7b6487
JK
2197P: PJ Waskiewicz
2198M: peter.p.waskiewicz.jr@intel.com
20424659
AK
2199P: John Ronciak
2200M: john.ronciak@intel.com
dcd01faf 2201L: e1000-devel@lists.sourceforge.net
d94e6fed 2202W: http://e1000.sourceforge.net/
1da177e4
LT
2203S: Supported
2204
826d2abe 2205INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1d43d312 2206P: Zhu Yi
826d2abe
JK
2207M: yi.zhu@intel.com
2208P: James Ketrenos
2209M: jketreno@linux.intel.com
1d43d312
RC
2210P: Reinette Chatre
2211M: reinette.chatre@intel.com
724c6b35 2212L: linux-wireless@vger.kernel.org
f5df5881 2213L: ipw2100-devel@lists.sourceforge.net
04bdfb91 2214W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
826d2abe
JK
2215W: http://ipw2100.sourceforge.net
2216S: Supported
2217
2218INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1d43d312 2219P: Zhu Yi
826d2abe
JK
2220M: yi.zhu@intel.com
2221P: James Ketrenos
2222M: jketreno@linux.intel.com
1d43d312
RC
2223P: Reinette Chatre
2224M: reinette.chatre@intel.com
724c6b35 2225L: linux-wireless@vger.kernel.org
f5df5881 2226L: ipw2100-devel@lists.sourceforge.net
04bdfb91 2227W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
826d2abe
JK
2228W: http://ipw2200.sourceforge.net
2229S: Supported
2230
b481de9c
ZY
2231INTEL WIRELESS WIFI LINK (iwlwifi)
2232P: Zhu Yi
2233M: yi.zhu@intel.com
1d43d312
RC
2234P: Reinette Chatre
2235M: reinette.chatre@intel.com
b481de9c
ZY
2236L: linux-wireless@vger.kernel.org
2237L: ipw3945-devel@lists.sourceforge.net
2238W: http://intellinuxwireless.org
2d4543fd 2239T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
b481de9c
ZY
2240S: Supported
2241
cb109a0e 2242IOC3 ETHERNET DRIVER
1da177e4
LT
2243P: Ralf Baechle
2244M: ralf@linux-mips.org
2245L: linux-mips@linux-mips.org
2246S: Maintained
2247
cb109a0e
RB
2248IOC3 SERIAL DRIVER
2249P: Pat Gefre
2250M: pfg@sgi.com
6650e0a5 2251L: linux-mips@linux-mips.org
cb109a0e
RB
2252S: Maintained
2253
1da177e4
LT
2254IP MASQUERADING:
2255P: Juanjo Ciarlante
2256M: jjciarla@raiz.uncu.edu.ar
2257S: Maintained
2258
1202d6ff
FR
2259IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2260P: Francois Romieu
2261M: romieu@fr.zoreil.com
2262P: Sorbica Shieh
2263M: sorbica@icplus.com.tw
2264P: Jesse Huang
2265M: jesse@icplus.com.tw
2266L: netdev@vger.kernel.org
2267S: Maintained
2268
77d8798b 2269IPATH DRIVER:
18b8c8f1 2270P: Ralph Campbell
f42b6471
AJ
2271M: infinipath@qlogic.com
2272L: general@lists.openfabrics.org
2273T: git git://git.qlogic.com/ipath-linux-2.6
77d8798b
BS
2274S: Supported
2275
4409ebe9
CM
2276IPMI SUBSYSTEM
2277P: Corey Minyard
2278M: minyard@acm.org
2279L: openipmi-developer@lists.sourceforge.net
2280W: http://openipmi.sourceforge.net/
2281S: Supported
2282
e2d1d6c0
RD
2283IPS SCSI RAID DRIVER
2284P: Adaptec OEM Raid Solutions
2285M: aacraid@adaptec.com
2286L: linux-scsi@vger.kernel.org
2287W: http://www.adaptec.com/
2288S: Maintained
2289
2290IPVS
2291P: Wensong Zhang
2292M: wensong@linux-vs.org
2293P: Simon Horman
2294M: horms@verge.net.au
2295P: Julian Anastasov
2296M: ja@ssi.bg
979b6c13 2297L: netdev@vger.kernel.org
e2d1d6c0 2298L: lvs-devel@vger.kernel.org
1da177e4
LT
2299S: Maintained
2300
099dc4fb
DS
2301IPWIRELES DRIVER
2302P: Jiri Kosina
2303M: jkosina@suse.cz
2304P: David Sterba
2305M: dsterba@suse.cz
2306S: Maintained
2307T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2308
e2d1d6c0
RD
2309IPX NETWORK LAYER
2310P: Arnaldo Carvalho de Melo
2311M: acme@ghostprotocols.net
2312L: netdev@vger.kernel.org
2313S: Maintained
2314
1da177e4 2315IRDA SUBSYSTEM
f353976d
SO
2316P: Samuel Ortiz
2317M: samuel@sortiz.org
a2ac953d 2318L: irda-users@lists.sourceforge.net (subscribers-only)
1da177e4 2319W: http://irda.sourceforge.net/
f353976d 2320S: Maintained
1da177e4 2321
e2d1d6c0
RD
2322ISAPNP
2323P: Jaroslav Kysela
2324M: perex@perex.cz
2325S: Maintained
2326
14816b1e
MC
2327ISCSI
2328P: Mike Christie
2329M: michaelc@cs.wisc.edu
2330L: open-iscsi@googlegroups.com
2331W: www.open-iscsi.org
2332T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2333S: Maintained
2334
1da177e4
LT
2335ISDN SUBSYSTEM
2336P: Karsten Keil
2337M: kkeil@suse.de
d5d52273 2338L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
1da177e4 2339W: http://www.isdn4linux.de
1adc1230 2340T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1da177e4
LT
2341S: Maintained
2342
2343ISDN SUBSYSTEM (Eicon active card driver)
2344P: Armin Schindler
2345M: mac@melware.de
d5d52273 2346L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
1da177e4
LT
2347W: http://www.melware.de
2348S: Maintained
2349
91821ff3
HV
2350IVTV VIDEO4LINUX DRIVER
2351P: Hans Verkuil
2352M: hverkuil@xs4all.nl
2353L: ivtv-devel@ivtvdriver.org
2354L: ivtv-users@ivtvdriver.org
2355L: video4linux-list@redhat.com
2356W: http://www.ivtvdriver.org
2357S: Maintained
2358
e2d1d6c0
RD
2359JFS FILESYSTEM
2360P: Dave Kleikamp
2361M: shaggy@austin.ibm.com
2362L: jfs-discussion@lists.sourceforge.net
2363W: http://jfs.sourceforge.net/
2364T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2365S: Supported
2366
95252236
GFT
2367JME NETWORK DRIVER
2368P: Guo-Fu Tseng
2369M: cooldavid@cooldavid.org
2370L: netdev@vger.kernel.org
2371S: Maintained
2372
1da177e4
LT
2373JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2374P: David Woodhouse
2375M: dwmw2@infradead.org
6d85d066
DW
2376L: linux-mtd@lists.infradead.org
2377W: http://www.linux-mtd.infradead.org/doc/jffs2.html
1da177e4
LT
2378S: Maintained
2379
de456d37 2380JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
ae0718f8 2381P: Stephen Tweedie, Andrew Morton
588cc708 2382M: sct@redhat.com, akpm@linux-foundation.org
72be2ccf 2383L: linux-ext4@vger.kernel.org
ae0718f8
TT
2384S: Maintained
2385
4660cb35
RM
2386K8TEMP HARDWARE MONITORING DRIVER
2387P: Rudolf Marek
2388M: r.marek@assembler.cz
2389L: lm-sensors@lm-sensors.org
ae0718f8
TT
2390S: Maintained
2391
1da177e4
LT
2392KCONFIG
2393P: Roman Zippel
2394M: zippel@linux-m68k.org
347d12d7 2395L: linux-kbuild@vger.kernel.org
1da177e4
LT
2396S: Maintained
2397
ea6c2089
VG
2398KDUMP
2399P: Vivek Goyal
4200b66c 2400M: vgoyal@redhat.com
ea6c2089
VG
2401P: Haren Myneni
2402M: hbabu@us.ibm.com
34633993 2403L: kexec@lists.infradead.org
ea6c2089
VG
2404L: linux-kernel@vger.kernel.org
2405W: http://lse.sourceforge.net/kdump/
2406S: Maintained
2407
1da177e4
LT
2408KERNEL AUTOMOUNTER (AUTOFS)
2409P: H. Peter Anvin
2410M: hpa@zytor.com
2411L: autofs@linux.kernel.org
2412S: Odd Fixes
2413
2414KERNEL AUTOMOUNTER v4 (AUTOFS4)
2415P: Ian Kent
2416M: raven@themaw.net
2417L: autofs@linux.kernel.org
2418S: Maintained
2419
2420KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1da177e4
LT
2421P: Sam Ravnborg
2422M: sam@ravnborg.org
591b0179
SR
2423T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2424T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
347d12d7 2425L: linux-kbuild@vger.kernel.org
b7eee616 2426S: Maintained
1da177e4
LT
2427
2428KERNEL JANITORS
2429P: Several
c3000e03 2430L: kernel-janitors@vger.kernel.org
1da177e4 2431W: http://www.kerneljanitors.org/
1da177e4
LT
2432S: Maintained
2433
e8b43555 2434KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
a512cd5d
NB
2435P: J. Bruce Fields
2436M: bfields@fieldses.org
1da177e4 2437P: Neil Brown
98fac23f 2438M: neilb@suse.de
16141c02 2439L: linux-nfs@vger.kernel.org
1da177e4 2440W: http://nfs.sourceforge.net/
98fac23f 2441S: Supported
1da177e4 2442
426d62e2
AK
2443KERNEL VIRTUAL MACHINE (KVM)
2444P: Avi Kivity
2445M: avi@qumranet.com
1fc9d2bf
AK
2446L: kvm@vger.kernel.org
2447W: http://kvm.qumranet.com
426d62e2
AK
2448S: Supported
2449
513014b7
HB
2450KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2451P: Hollis Blanchard
2452M: hollisb@us.ibm.com
1fc9d2bf
AK
2453L: kvm-ppc@vger.kernel.org
2454W: http://kvm.qumranet.com
513014b7
HB
2455S: Supported
2456
1fc9d2bf 2457KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
920ed9f1
ZX
2458P: Anthony Xu
2459M: anthony.xu@intel.com
2460P: Xiantao Zhang
2461M: xiantao.zhang@intel.com
1fc9d2bf
AK
2462L: kvm-ia64@vger.kernel.org
2463W: http://kvm.qumranet.com
920ed9f1
ZX
2464S: Supported
2465
85f8fffe
CB
2466KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2467P: Carsten Otte
2468M: cotte@de.ibm.com
2469P: Christian Borntraeger
2470M: borntraeger@de.ibm.com
2471M: linux390@de.ibm.com
2472L: linux-s390@vger.kernel.org
2473W: http://www.ibm.com/developerworks/linux/linux390/
2474S: Supported
2475
dc009d92
EB
2476KEXEC
2477P: Eric Biederman
dc009d92 2478M: ebiederm@xmission.com
b7c698f7 2479W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
dc009d92 2480L: linux-kernel@vger.kernel.org
34633993 2481L: kexec@lists.infradead.org
dc009d92
EB
2482S: Maintained
2483
e3e2aaf7
JW
2484KGDB
2485P: Jason Wessel
2486M: jason.wessel@windriver.com
2487L: kgdb-bugreport@lists.sourceforge.net
2488S: Maintained
2489
89559a61 2490KPROBES
89559a61
PP
2491P: Ananth N Mavinakayanahalli
2492M: ananth@in.ibm.com
2493P: Anil S Keshavamurthy
2494M: anil.s.keshavamurthy@intel.com
2495P: David S. Miller
2496M: davem@davemloft.net
6edef97e
MH
2497P: Masami Hiramatsu
2498M: mhiramat@redhat.com
89559a61
PP
2499L: linux-kernel@vger.kernel.org
2500S: Maintained
2501
70e84049
MOS
2502KS0108 LCD CONTROLLER DRIVER
2503P: Miguel Ojeda Sandonis
450c622e 2504M: miguel.ojeda.sandonis@gmail.com
70e84049 2505L: linux-kernel@vger.kernel.org
450c622e
MO
2506W: http://miguelojeda.es/auxdisplay.htm
2507W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
2508S: Maintained
2509
1da177e4 2510LAPB module
1da177e4 2511L: linux-x25@vger.kernel.org
bf9915cc 2512S: Orphan
1da177e4
LT
2513
2514LASI 53c700 driver for PARISC
2515P: James E.J. Bottomley
2516M: James.Bottomley@HansenPartnership.com
2517L: linux-scsi@vger.kernel.org
2518S: Maintained
2519
263de9b5
RP
2520LED SUBSYSTEM
2521P: Richard Purdie
2522M: rpurdie@rpsys.net
2523S: Maintained
2524
1da177e4
LT
2525LEGO USB Tower driver
2526P: Juergen Stuber
2527M: starblue@users.sourceforge.net
2528L: legousb-devel@lists.sourceforge.net
2529W: http://legousb.sourceforge.net/
2530S: Maintained
2531
568a17ff
RR
2532LGUEST
2533P: Rusty Russell
2534M: rusty@rustcorp.com.au
2535L: lguest@ozlabs.org
2536W: http://lguest.ozlabs.org/
2537S: Maintained
2538
1da177e4
LT
2539LINUX FOR IBM pSERIES (RS/6000)
2540P: Paul Mackerras
2541M: paulus@au.ibm.com
2542W: http://www.ibm.com/linux/ltc/projects/ppc
2543S: Supported
2544
2545LINUX FOR NCR VOYAGER
2546P: James Bottomley
2547M: James.Bottomley@HansenPartnership.com
2548W: http://www.hansenpartnership.com/voyager
2549S: Maintained
2550
852bb9f5 2551LINUX FOR POWERPC (32-BIT AND 64-BIT)
1da177e4
LT
2552P: Paul Mackerras
2553M: paulus@samba.org
852bb9f5
PM
2554P: Benjamin Herrenschmidt
2555M: benh@kernel.crashing.org
1da177e4
LT
2556W: http://www.penguinppc.org/
2557L: linuxppc-dev@ozlabs.org
1adc1230 2558T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1da177e4
LT
2559S: Supported
2560
2561LINUX FOR POWER MACINTOSH
2562P: Benjamin Herrenschmidt
2563M: benh@kernel.crashing.org
2564W: http://www.penguinppc.org/
2565L: linuxppc-dev@ozlabs.org
2566S: Maintained
2567
77a76369 2568LINUX FOR POWERPC EMBEDDED MPC5XXX
1da177e4
LT
2569P: Sylvain Munaut
2570M: tnt@246tNt.com
e1eea9fa
GL
2571P: Grant Likely
2572M: grant.likely@secretlab.ca
1da177e4 2573L: linuxppc-dev@ozlabs.org
1da177e4
LT
2574S: Maintained
2575
2576LINUX FOR POWERPC EMBEDDED PPC4XX
9a474fff
JB
2577P: Josh Boyer
2578M: jwboyer@linux.vnet.ibm.com
1da177e4
LT
2579P: Matt Porter
2580M: mporter@kernel.crashing.org
2581W: http://www.penguinppc.org/
88de3cab 2582L: linuxppc-dev@ozlabs.org
9a474fff 2583T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
1da177e4
LT
2584S: Maintained
2585
260c02a9
GL
2586LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2587P: Grant Likely
2588M: grant.likely@secretlab.ca
f210d43c 2589W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
260c02a9 2590L: linuxppc-dev@ozlabs.org
1da177e4
LT
2591S: Maintained
2592
e93adf1e 2593LINUX FOR POWERPC EMBEDDED PPC8XX
dba5baf3
MT
2594P: Vitaly Bordug
2595M: vitb@kernel.crashing.org
e93adf1e 2596P: Marcelo Tosatti
2e367a82 2597M: marcelo@kvack.org
e93adf1e 2598W: http://www.penguinppc.org/
88de3cab 2599L: linuxppc-dev@ozlabs.org
e93adf1e
TR
2600S: Maintained
2601
1da177e4 2602LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
ce00f85c
JC
2603P: Kumar Gala
2604M: galak@kernel.crashing.org
2605W: http://www.penguinppc.org/
88de3cab 2606L: linuxppc-dev@ozlabs.org
ce00f85c 2607S: Maintained
1da177e4 2608
ab06ff3a
OJ
2609LINUX FOR POWERPC PA SEMI PWRFICIENT
2610P: Olof Johansson
2611M: olof@lixom.net
2612W: http://www.pasemi.com/
2613L: linuxppc-dev@ozlabs.org
2614S: Supported
2615
1da177e4
LT
2616LINUX SECURITY MODULE (LSM) FRAMEWORK
2617P: Chris Wright
692a2061 2618M: chrisw@sous-sol.org
1a4520be 2619L: linux-security-module@vger.kernel.org
1adc1230 2620T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1da177e4
LT
2621S: Supported
2622
e2d1d6c0
RD
2623LLC (802.2)
2624P: Arnaldo Carvalho de Melo
2625M: acme@ghostprotocols.net
2626S: Maintained
2627
1da177e4
LT
2628LM83 HARDWARE MONITOR DRIVER
2629P: Jean Delvare
2630M: khali@linux-fr.org
cc0b07ed 2631L: lm-sensors@lm-sensors.org
1da177e4
LT
2632S: Maintained
2633
2634LM90 HARDWARE MONITOR DRIVER
2635P: Jean Delvare
2636M: khali@linux-fr.org
cc0b07ed 2637L: lm-sensors@lm-sensors.org
1da177e4
LT
2638S: Maintained
2639
512e67f9
PZ
2640LOCKDEP AND LOCKSTAT
2641P: Peter Zijlstra
2642M: peterz@infradead.org
2643P: Ingo Molnar
2644M: mingo@redhat.com
2645L: linux-kernel@vger.kernel.org
2646T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2647S: Maintained
2648
dde33348 2649LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
1da177e4
LT
2650P: Richard Russon (FlatCap)
2651M: ldm@flatcap.org
dde33348
AA
2652L: linux-ntfs-dev@lists.sourceforge.net
2653W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4
LT
2654S: Maintained
2655
c87e34ef
MED
2656LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2657P: Eric Moore
d8a82d7b
EM
2658M: Eric.Moore@lsi.com
2659M: support@lsi.com
cec744fb 2660L: DL-MPTFusionLinux@lsi.com
c87e34ef
MED
2661L: linux-scsi@vger.kernel.org
2662W: http://www.lsilogic.com/support
2663S: Supported
2664
1da177e4
LT
2665LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2666P: Matthew Wilcox
2667M: matthew@wil.cx
2668L: linux-scsi@vger.kernel.org
2669S: Maintained
2670
c12a54b3
HT
2671M32R ARCHITECTURE
2672P: Hirokazu Takata
2673M: takata@linux-m32r.org
2674L: linux-m32r@ml.linux-m32r.org
2675L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2676W: http://www.linux-m32r.org/
2677S: Maintained
2678
1da177e4
LT
2679M68K ARCHITECTURE
2680P: Geert Uytterhoeven
2681M: geert@linux-m68k.org
2682P: Roman Zippel
2683M: zippel@linux-m68k.org
2684L: linux-m68k@lists.linux-m68k.org
2685W: http://www.linux-m68k.org/
2686W: http://linux-m68k-cvs.ubb.ca/
2687S: Maintained
2688
2689M68K ON APPLE MACINTOSH
2690P: Joshua Thompson
2691M: funaho@jurai.org
2692W: http://www.mac.linux-m68k.org/
9bb9f222 2693L: linux-m68k@lists.linux-m68k.org
1da177e4
LT
2694S: Maintained
2695
2696M68K ON HP9000/300
2697P: Philip Blundell
2698M: philb@gnu.org
2699W: http://www.tazenda.demon.co.uk/phil/linux-hp
2700S: Maintained
2701
64a327a7 2702MAC80211
31c7cecb
JB
2703P: Johannes Berg
2704M: johannes@sipsolutions.net
0f48d7e1
JB
2705P: Michael Wu
2706M: flamingice@sourmilk.net
64a327a7
JB
2707L: linux-wireless@vger.kernel.org
2708W: http://linuxwireless.org/
31c7cecb 2709T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
64a327a7
JB
2710S: Maintained
2711
1036d864
SB
2712MAC80211 PID RATE CONTROL
2713P: Stefano Brivio
2714M: stefano.brivio@polimi.it
2715P: Mattias Nissler
2716M: mattias.nissler@gmx.de
2717L: linux-wireless@vger.kernel.org
2718W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2719T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2720S: Maintained
2721
b863ceb7
PM
2722MACVLAN DRIVER
2723P: Patrick McHardy
2724M: kaber@trash.net
2725L: netdev@vger.kernel.org
2726S: Maintained
2727
faf1668c 2728MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
ce00f85c 2729P: Michael Kerrisk
1d7f5023 2730M: mtk.manpages@gmail.com
795fb7e7 2731W: http://www.kernel.org/doc/man-pages
bd7ebec6 2732L: linux-man@vger.kernel.org
795fb7e7 2733S: Supported
faf1668c 2734
74cda169
SB
2735MARVELL LIBERTAS WIRELESS DRIVER
2736P: Dan Williams
2737M: dcbw@redhat.com
2738L: libertas-dev@lists.infradead.org
2739S: Maintained
2740
b60d6975 2741MARVELL MV643XX ETHERNET DRIVER
85ba9d97
DF
2742P: Lennert Buytenhek
2743M: buytenh@marvell.com
979b6c13 2744L: netdev@vger.kernel.org
85ba9d97 2745S: Supported
1da177e4 2746
e2d1d6c0
RD
2747MARVELL YUKON / SYSKONNECT DRIVER
2748P: Mirko Lindner
2749M: mlindner@syskonnect.de
2750P: Ralph Roesler
2751M: rroesler@syskonnect.de
2752W: http://www.syskonnect.com
2753S: Supported
2754
1da177e4
LT
2755MATROX FRAMEBUFFER DRIVER
2756P: Petr Vandrovec
2757M: vandrove@vc.cvut.cz
8936b6db 2758L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
2759S: Maintained
2760
d20620de
HJK
2761MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2762P: Hans J. Koch
2763M: hjk@linutronix.de
2764L: lm-sensors@lm-sensors.org
2765S: Maintained
2766
757e0108 2767MEGARAID SCSI DRIVERS
ce00f85c 2768P: Neela Syam Kolli
bdd0d757 2769M: megaraidlinux@lsi.com
baaea1dc 2770L: linux-scsi@vger.kernel.org
ce00f85c
JC
2771W: http://megaraid.lsilogic.com
2772S: Maintained
757e0108 2773
70ea91f1
SR
2774MEMORY MANAGEMENT
2775L: linux-mm@kvack.org
2776L: linux-kernel@vger.kernel.org
2777W: http://www.linux-mm.org
2778S: Maintained
2779
938a9204 2780MEMORY RESOURCE CONTROLLER
2781P: Balbir Singh
2782M: balbir@linux.vnet.ibm.com
2783P: Pavel Emelyanov
2784M: xemul@openvz.org
2785P: KAMEZAWA Hiroyuki
2786M: kamezawa.hiroyu@jp.fujitsu.com
2787L: linux-mm@kvack.org
2788L: linux-kernel@vger.kernel.org
2789S: Maintained
2790
f4e9ce66 2791MEMORY TECHNOLOGY DEVICES (MTD)
1da177e4
LT
2792P: David Woodhouse
2793M: dwmw2@infradead.org
2794W: http://www.linux-mtd.infradead.org/
2795L: linux-mtd@lists.infradead.org
f4e9ce66 2796T: git git://git.infradead.org/mtd-2.6.git
1da177e4
LT
2797S: Maintained
2798
e2d1d6c0
RD
2799MEI MN10300/AM33 PORT
2800P: David Howells
2801M: dhowells@redhat.com
2802P: Koichi Yasutake
2803M: yasutake.koichi@jp.panasonic.com
2804L: linux-am33-list@redhat.com (moderated for non-subscribers)
2805W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
48576401
AB
2806S: Maintained
2807
1da177e4
LT
2808MICROTEK X6 SCANNER
2809P: Oliver Neukum
2810M: oliver@neukum.name
2811S: Maintained
2812
2813MIPS
2814P: Ralf Baechle
2815M: ralf@linux-mips.org
d50f7ec9 2816W: http://www.linux-mips.org/
1da177e4 2817L: linux-mips@linux-mips.org
7425b340
RB
2818T: git www.linux-mips.org:/pub/scm/linux.git
2819S: Supported
1da177e4
LT
2820
2821MISCELLANEOUS MCA-SUPPORT
2822P: James Bottomley
c4e1608e 2823M: James.Bottomley@HansenPartnership.com
1da177e4
LT
2824L: linux-kernel@vger.kernel.org
2825S: Maintained
2826
2827MODULE SUPPORT
2828P: Rusty Russell
2829M: rusty@rustcorp.com.au
2830L: linux-kernel@vger.kernel.org
2831S: Maintained
2832
2833MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2834P: Stelian Pop
2835M: stelian@popies.net
2836W: http://popies.net/meye/
2837S: Maintained
2838
c58ff04a
PP
2839MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2840P: Pavel Pisa
2841M: ppisa@pikron.com
2842L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
c58ff04a
PP
2843S: Maintained
2844
1da177e4
LT
2845MOUSE AND MISC DEVICES [GENERAL]
2846P: Alessandro Rubini
2847M: rubini@ipvvis.unipv.it
2848L: linux-kernel@vger.kernel.org
2849S: Maintained
2850
b9705b60 2851MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
d735410a
JS
2852P: Jiri Slaby
2853M: jirislaby@gmail.com
2854L: linux-kernel@vger.kernel.org
2855S: Maintained
2856
8c4c731a
LP
2857MSI LAPTOP SUPPORT
2858P: Lennart Poettering
2859M: mzxreary@0pointer.de
04bdfb91 2860W: https://tango.0pointer.de/mailman/listinfo/s270-linux
8c4c731a
LP
2861W: http://0pointer.de/lennart/tchibo.html
2862S: Maintained
2863
4e0d13cb
SO
2864MULTIFUNCTION DEVICES (MFD)
2865P: Samuel Ortiz
2866M: sameo@openedhand.com
2867L: linux-kernel@vger.kernel.org
2868S: Supported
2869
5c4e6f13 2870MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
b9f5d804
PO
2871P: Pierre Ossman
2872M: drzeus-mmc@drzeus.cx
2873L: linux-kernel@vger.kernel.org
2874S: Maintained
baca2da4 2875
15a0580c
DB
2876MULTIMEDIA CARD (MMC) ETC. OVER SPI
2877P: David Brownell
2878M: dbrownell@users.sourceforge.net
2879L: linux-kernel@vger.kernel.org
baaea1dc 2880S: Odd Fixes
15a0580c 2881
1da177e4
LT
2882MULTISOUND SOUND DRIVER
2883P: Andrew Veliath
2884M: andrewtv@usa.net
2885S: Maintained
2886
d735410a
JS
2887MULTITECH MULTIPORT CARD (ISICOM)
2888P: Jiri Slaby
2889M: jirislaby@gmail.com
2890L: linux-kernel@vger.kernel.org
2891S: Maintained
2892
550a7375 2893MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
795fb7e7
JD
2894P: Felipe Balbi
2895M: felipe.balbi@nokia.com
2896L: linux-usb@vger.kernel.org
2897S: Maintained
550a7375 2898
2d3cf588
BG
2899MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2900P: Andrew Gallatin
2901M: gallatin@myri.com
2902P: Brice Goglin
2903M: brice@myri.com
2904L: netdev@vger.kernel.org
2905W: http://www.myri.com/scs/download-Myri10GE.html
2906S: Supported
2907
1da177e4 2908NATSEMI ETHERNET DRIVER (DP8381x)
795fb7e7 2909P: Tim Hockin
1da177e4
LT
2910M: thockin@hockin.org
2911S: Maintained
2912
2913NCP FILESYSTEM
2914P: Petr Vandrovec
2915M: vandrove@vc.cvut.cz
2916L: linware@sh.cvut.cz
2917S: Maintained
2918
2919NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2920P: James E.J. Bottomley
2921M: James.Bottomley@HansenPartnership.com
2922L: linux-scsi@vger.kernel.org
2923S: Maintained
2924
3c2d774c
GS
2925NETEFFECT IWARP RNIC DRIVER (IW_NES)
2926P: Faisal Latif
2927M: flatif@neteffect.com
5f625606
CT
2928P: Chien Tung
2929M: ctung@neteffect.com
3c2d774c
GS
2930L: general@lists.openfabrics.org
2931W: http://www.neteffect.com
2932S: Supported
2933F: drivers/infiniband/hw/nes/
2934
be2f2e84
SH
2935NETEM NETWORK EMULATOR
2936P: Stephen Hemminger
65ebe634 2937M: shemminger@linux-foundation.org
f318a63b 2938L: netem@lists.linux-foundation.org
be2f2e84
SH
2939S: Maintained
2940
4a58448b
JS
2941NETERION (S2IO) Xframe 10GbE DRIVER
2942P: Ramkrishna Vepa
2943M: ram.vepa@neterion.com
2944P: Rastapur Santosh
2945M: santosh.rastapur@neterion.com
2946P: Sivakumar Subramani
2947M: sivakumar.subramani@neterion.com
2948P: Sreenivasa Honnur
2949M: sreenivasa.honnur@neterion.com
2950L: netdev@vger.kernel.org
2951W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2952S: Supported
2953
1da177e4
LT
2954NETFILTER/IPTABLES/IPCHAINS
2955P: Rusty Russell
2956P: Marc Boucher
2957P: James Morris
2958P: Harald Welte
2959P: Jozsef Kadlecsik
82b98543
PM
2960P: Patrick McHardy
2961M: kaber@trash.net
1a03b81d
PM
2962L: netfilter-devel@vger.kernel.org
2963L: netfilter@vger.kernel.org
82b98543 2964L: coreteam@netfilter.org
1da177e4
LT
2965W: http://www.netfilter.org/
2966W: http://www.iptables.org/
1da177e4
LT
2967S: Supported
2968
4cc67735
PM
2969NETLABEL
2970P: Paul Moore
2971M: paul.moore@hp.com
2972W: http://netlabel.sf.net
2973L: netdev@vger.kernel.org
2974S: Supported
2975
1da177e4
LT
2976NETROM NETWORK LAYER
2977P: Ralf Baechle
2978M: ralf@linux-mips.org
2979L: linux-hams@vger.kernel.org
d34cb28a 2980W: http://www.linux-ax25.org/
1da177e4
LT
2981S: Maintained
2982
5ddb88c0 2983NETWORK BLOCK DEVICE (NBD)
1da177e4
LT
2984P: Paul Clements
2985M: Paul.Clements@steeleye.com
2986S: Maintained
2987
2988NETWORK DEVICE DRIVERS
1da177e4
LT
2989P: Jeff Garzik
2990M: jgarzik@pobox.com
979b6c13 2991L: netdev@vger.kernel.org
6fb0425b 2992T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1da177e4
LT
2993S: Maintained
2994
2995NETWORKING [GENERAL]
2996P: Networking Team
979b6c13
RB
2997M: netdev@vger.kernel.org
2998L: netdev@vger.kernel.org
f1465f7e 2999W: http://linux-net.osdl.org/
1da177e4
LT
3000S: Maintained
3001
3002NETWORKING [IPv4/IPv6]
3003P: David S. Miller
3004M: davem@davemloft.net
3005P: Alexey Kuznetsov
3006M: kuznet@ms2.inr.ac.ru
3007P: Pekka Savola (ipv6)
3008M: pekkas@netcore.fi
3009P: James Morris
48de5bee 3010M: jmorris@namei.org
1da177e4
LT
3011P: Hideaki YOSHIFUJI
3012M: yoshfuji@linux-ipv6.org
3013P: Patrick McHardy
1a03b81d 3014M: kaber@trash.net
979b6c13 3015L: netdev@vger.kernel.org
d5ca3117 3016T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1da177e4
LT
3017S: Maintained
3018
10e2ff1c
JM
3019NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3020P: Paul Moore
3021M: paul.moore@hp.com
3022L: netdev@vger.kernel.org
3023S: Maintained
3024
29f8f632
JL
3025NETWORKING [WIRELESS]
3026P: John W. Linville
3027M: linville@tuxdriver.com
2cb4abd1 3028L: linux-wireless@vger.kernel.org
29f8f632
JL
3029T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3030S: Maintained
3031
3d396eb1 3032NETXEN (1/10) GbE SUPPORT
d230ce30 3033P: Dhananjay Phadke
3034M: dhananjay@netxen.com
3d396eb1
AK
3035L: netdev@vger.kernel.org
3036W: http://www.netxen.com
3037S: Supported
3038
e8b43555 3039NFS, SUNRPC, AND LOCKD CLIENTS
1da177e4 3040P: Trond Myklebust
78f58153
TM
3041M: Trond.Myklebust@netapp.com
3042L: linux-nfs@vger.kernel.org
3043W: http://client.linux-nfs.org
3044T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
1da177e4
LT
3045S: Maintained
3046
3047NI5010 NETWORK DRIVER
5b552b16
AM
3048P: Jan-Pascal van Best
3049M: janpascal@vanbest.org
3050P: Andreas Mohr
3051M: andi@lisas.de
979b6c13 3052L: netdev@vger.kernel.org
1da177e4
LT
3053S: Maintained
3054
3055NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3056P: YOKOTA Hiroshi
3057M: yokota@netlab.is.tsukuba.ac.jp
3058W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3059S: Maintained
3060
3061NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3062P: GOTO Masanori
3063M: gotom@debian.or.jp
3064P: YOKOTA Hiroshi
3065M: yokota@netlab.is.tsukuba.ac.jp
3066W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3067S: Maintained
3068
1da177e4
LT
3069NTFS FILESYSTEM
3070P: Anton Altaparmakov
3071M: aia21@cantab.net
3072L: linux-ntfs-dev@lists.sourceforge.net
3073L: linux-kernel@vger.kernel.org
169ccbd4 3074W: http://www.linux-ntfs.org/
1adc1230 3075T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1da177e4
LT
3076S: Maintained
3077
9eb8ef74 3078NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
ce00f85c 3079P: Antonino Daplas
0478e62e 3080M: adaplas@gmail.com
8936b6db 3081L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 3082S: Maintained
1da177e4 3083
0ad122d9
BC
3084OMFS FILESYSTEM
3085P: Bob Copeland
3086M: me@bobcopeland.com
3087L: linux-karma-devel@lists.sourceforge.net
3088S: Maintained
3089
c1986ee9
HW
3090OMNIKEY CARDMAN 4000 DRIVER
3091P: Harald Welte
3092M: laforge@gnumonks.org
3093S: Maintained
3094
77c44ab1
HW
3095OMNIKEY CARDMAN 4040 DRIVER
3096P: Harald Welte
3097M: laforge@gnumonks.org
3098S: Maintained
3099
77d5140f 3100OMNIVISION OV7670 SENSOR DRIVER
795fb7e7 3101P: Jonathan Corbet
77d5140f
JC
3102M: corbet@lwn.net
3103L: video4linux-list@redhat.com
3104S: Maintained
3105
431bca73
TG
3106ONENAND FLASH DRIVER
3107P: Kyungmin Park
3108M: kyungmin.park@samsung.com
3109L: linux-mtd@lists.infradead.org
3110S: Maintained
3111
1da177e4
LT
3112ONSTREAM SCSI TAPE DRIVER
3113P: Willem Riede
3114M: osst@riede.org
3115L: osst-users@lists.sourceforge.net
3116L: linux-scsi@vger.kernel.org
3117S: Maintained
3118
e2d1d6c0
RD
3119OPENCORES I2C BUS DRIVER
3120P: Peter Korsgaard
3121M: jacmet@sunsite.dk
3122L: i2c@lm-sensors.org
3123S: Maintained
3124
1da177e4 3125OPROFILE
d1a5d197
RR
3126P: Robert Richter
3127M: robert.richter@amd.com
1da177e4
LT
3128L: oprofile-list@lists.sf.net
3129S: Maintained
3130
e2d1d6c0
RD
3131ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3132P: Mark Fasheh
3133M: mfasheh@suse.com
3134P: Joel Becker
3135M: joel.becker@oracle.com
3136L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3137W: http://oss.oracle.com/projects/ocfs2/
3138T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3139S: Supported
3140
1da177e4
LT
3141ORINOCO DRIVER
3142P: Pavel Roskin
3143M: proski@gnu.org
3144P: David Gibson
3145M: hermes@gibson.dropbear.id.au
724c6b35 3146L: linux-wireless@vger.kernel.org
ecffdde6
PR
3147L: orinoco-users@lists.sourceforge.net
3148L: orinoco-devel@lists.sourceforge.net
3149W: http://www.nongnu.org/orinoco/
1da177e4
LT
3150S: Maintained
3151
e2d1d6c0
RD
3152P54 WIRELESS DRIVER
3153P: Michael Wu
3154M: flamingice@sourmilk.net
3155L: linux-wireless@vger.kernel.org
3156W: http://prism54.org
3157T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3158S: Maintained
3159
f5cd7872
OJ
3160PA SEMI ETHERNET DRIVER
3161P: Olof Johansson
3162M: olof@lixom.net
3163L: netdev@vger.kernel.org
3164S: Maintained
3165
beb58aa3
OJ
3166PA SEMI SMBUS DRIVER
3167P: Olof Johansson
3168M: olof@lixom.net
3169L: i2c@lm-sensors.org
3170S: Maintained
3171
1da177e4 3172PARALLEL PORT SUPPORT
3dd1a329 3173L: linux-parport@lists.infradead.org (subscribers-only)
5fdc2abe 3174S: Orphan
1da177e4 3175
4cdf6bc2
JF
3176PARAVIRT_OPS INTERFACE
3177P: Jeremy Fitzhardinge
3178M: jeremy@xensource.com
3179P: Chris Wright
3180M: chrisw@sous-sol.org
3181P: Zachary Amsden
3182M: zach@vmware.com
3183P: Rusty Russell
3184M: rusty@rustcorp.com.au
3185L: virtualization@lists.osdl.org
3186L: linux-kernel@vger.kernel.org
3187S: Supported
3188
e2d1d6c0
RD
3189PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3190P: Tim Waugh
3191M: tim@cyberelk.net
3192L: linux-parport@lists.infradead.org (subscribers-only)
3193W: http://www.torque.net/linux-pp.html
3194S: Maintained
3195
3196PARISC ARCHITECTURE
3197P: Kyle McMartin
3198M: kyle@mcmartin.ca
3199P: Matthew Wilcox
3200M: matthew@wil.cx
3201P: Grant Grundler
3202M: grundler@parisc-linux.org
3203L: linux-parisc@vger.kernel.org
3204W: http://www.parisc-linux.org/
3205T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3206S: Maintained
3207
1662d32c
JC
3208PC87360 HARDWARE MONITORING DRIVER
3209P: Jim Cromie
3210M: jim.cromie@gmail.com
3211L: lm-sensors@lm-sensors.org
3212S: Maintained
3213
3214PC8736x GPIO DRIVER
3215P: Jim Cromie
3216M: jim.cromie@gmail.com
3217S: Maintained
3218
065c6359
LV
3219PCI ERROR RECOVERY
3220P: Linas Vepstas
3221M: linas@austin.ibm.com
3222L: linux-kernel@vger.kernel.org
c1f69db7 3223L: linux-pci@vger.kernel.org
065c6359
LV
3224S: Supported
3225
1da177e4 3226PCI SUBSYSTEM
af40b485
GKH
3227P: Jesse Barnes
3228M: jbarnes@virtuousgeek.org
1da177e4 3229L: linux-kernel@vger.kernel.org
2905474d 3230L: linux-pci@vger.kernel.org
460895c4 3231T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
1da177e4
LT
3232S: Supported
3233
3234PCI HOTPLUG CORE
795fb7e7 3235P: Kristen Carlson Accardi
fb5f4d7a 3236M: kristen.c.accardi@intel.com
1da177e4
LT
3237S: Supported
3238
8cf4c195
KA
3239PCIE HOTPLUG DRIVER
3240P: Kristen Carlson Accardi
3241M: kristen.c.accardi@intel.com
64dab204 3242L: linux-pci@vger.kernel.org
8b59a454 3243S: Supported
8cf4c195 3244
1da177e4 3245PCMCIA SUBSYSTEM
4230dfc9 3246P: Linux PCMCIA Team
f5df5881 3247L: linux-pcmcia@lists.infradead.org
6650e0a5 3248W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6fb0425b 3249T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 3250S: Maintained
1da177e4
LT
3251
3252PCNET32 NETWORK DRIVER
04ce0948 3253P: Don Fry
3254M: pcnet32@verizon.net
979b6c13 3255L: netdev@vger.kernel.org
1da177e4
LT
3256S: Maintained
3257
ad4ecbcb 3258PER-TASK DELAY ACCOUNTING
abc5f23a
BS
3259P: Balbir Singh
3260M: balbir@linux.vnet.ibm.com
ad4ecbcb
SN
3261L: linux-kernel@vger.kernel.org
3262S: Maintained
3263
dd49d0f5
JC
3264PERSONALITY HANDLING
3265P: Christoph Hellwig
3266M: hch@infradead.org
3267L: linux-abi-devel@lists.sourceforge.net
3268S: Maintained
3269
1da177e4 3270PHRAM MTD DRIVER
2b54aaef
JE
3271P: Joern Engel
3272M: joern@lazybastard.org
1da177e4
LT
3273L: linux-mtd@lists.infradead.org
3274S: Maintained
3275
249a6771
PO
3276PKTCDVD DRIVER
3277P: Peter Osterlund
3278M: petero2@telia.com
3279L: linux-kernel@vger.kernel.org
249a6771
PO
3280S: Maintained
3281
1da177e4 3282POSIX CLOCKS and TIMERS
aa781aeb
IM
3283P: Thomas Gleixner
3284M: tglx@linutronix.de
f1c3ddff 3285L: linux-kernel@vger.kernel.org
1da177e4
LT
3286S: Supported
3287
3be86148
AV
3288POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3289P: Anton Vorontsov
3290M: cbou@mail.ru
3291P: David Woodhouse
3292M: dwmw2@infradead.org
3293L: linux-kernel@vger.kernel.org
3be86148
AV
3294T: git git.infradead.org/battery-2.6.git
3295S: Maintained
3296
1da177e4
LT
3297PNP SUPPORT
3298P: Adam Belay
3299M: ambx1@neo.rr.com
3300S: Maintained
3301
999445d4
VW
3302PNXxxxx I2C DRIVER
3303P: Vitaly Wool
3304M: vitalywool@gmail.com
3305L: i2c@lm-sensors.org
3306S: Maintained
3307
1da177e4
LT
3308PPP PROTOCOL DRIVERS AND COMPRESSORS
3309P: Paul Mackerras
3310M: paulus@samba.org
3311L: linux-ppp@vger.kernel.org
3312S: Maintained
3313
3314PPP OVER ATM (RFC 2364)
3315P: Mitchell Blank Jr
3316M: mitch@sfgoth.com
3317S: Maintained
3318
3319PPP OVER ETHERNET
3320P: Michal Ostrowski
5e70b7f3 3321M: mostrows@earthlink.net
1da177e4
LT
3322S: Maintained
3323
a6d2370b
JC
3324PPP OVER L2TP
3325P: James Chapman
3326M: jchapman@katalix.com
3327S: Maintained
3328
1da177e4
LT
3329PREEMPTIBLE KERNEL
3330P: Robert Love
3331M: rml@tech9.net
3332L: linux-kernel@vger.kernel.org
3333L: kpreempt-tech@lists.sourceforge.net
3334W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3335S: Supported
3336
3337PRISM54 WIRELESS DRIVER
e88b34ba
LR
3338P: Luis R. Rodriguez
3339M: mcgrof@gmail.com
724c6b35 3340L: linux-wireless@vger.kernel.org
1da177e4
LT
3341W: http://prism54.org
3342S: Maintained
3343
3344PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3345P: Peter Denison
3346M: promise@pnd-pc.demon.co.uk
3347W: http://www.pnd-pc.demon.co.uk/promise/
3348S: Maintained
3349
b3277dfa
MP
3350PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3351P: Mikael Pettersson
3352M: mikpe@it.uu.se
3353L: linux-ide@vger.kernel.org
3354S: Maintained
3355
02c18891
MM
3356PS3 NETWORK SUPPORT
3357P: Masakazu Mokuno
3358M: mokuno@sm.sony.co.jp
3359L: netdev@vger.kernel.org
3360L: cbe-oss-dev@ozlabs.org
3361S: Supported
3362
f58a9d17
GL
3363PS3 PLATFORM SUPPORT
3364P: Geoff Levand
3365M: geoffrey.levand@am.sony.com
3366L: linuxppc-dev@ozlabs.org
3367L: cbe-oss-dev@ozlabs.org
3368S: Supported
3369
8320204a
MK
3370PVRUSB2 VIDEO4LINUX DRIVER
3371P: Mike Isely
3372M: isely@pobox.com
16e9495d 3373L: pvrusb2@isely.net (subscribers-only)
8320204a
MK
3374L: video4linux-list@redhat.com
3375W: http://www.isely.net/pvrusb2/
3376S: Maintained
3377
30ec261e
EM
3378PXA2xx/PXA3xx SUPPORT
3379P: Eric Miao
3380M: eric.miao@marvell.com
3381P: Russell King
3382M: linux@arm.linux.org.uk
70f09f1f 3383L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3384S: Maintained
3385
272f133a
PO
3386PXA MMCI DRIVER
3387S: Orphan
3388
1da177e4
LT
3389QLOGIC QLA2XXX FC-SCSI DRIVER
3390P: Andrew Vasquez
95e6a856 3391M: linux-driver@qlogic.com
1da177e4
LT
3392L: linux-scsi@vger.kernel.org
3393S: Supported
3394
5a4faa87
RM
3395QLOGIC QLA3XXX NETWORK DRIVER
3396P: Ron Mercer
3397M: linux-driver@qlogic.com
3398L: netdev@vger.kernel.org
3399S: Supported
3400
c4e84bde
RM
3401QLOGIC QLGE 10Gb ETHERNET DRIVER
3402P: Ron Mercer
3403M: linux-driver@qlogic.com
3404M: ron.mercer@qlogic.com
3405L: netdev@vger.kernel.org
3406S: Supported
3407
1da177e4
LT
3408QNX4 FILESYSTEM
3409P: Anders Larsen
3410M: al@alarsen.net
3411L: linux-kernel@vger.kernel.org
3412W: http://www.alarsen.net/linux/qnx4fs/
3413S: Maintained
3414
3415RADEON FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
3416P: Benjamin Herrenschmidt
3417M: benh@kernel.crashing.org
8936b6db 3418L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
3419S: Maintained
3420
3421RAGE128 FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
3422P: Paul Mackerras
3423M: paulus@samba.org
8936b6db 3424L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
3425S: Maintained
3426
95ea3627
ID
3427RALINK RT2X00 WLAN DRIVER
3428P: rt2x00 project
3429L: linux-wireless@vger.kernel.org
3430L: rt2400-devel@lists.sourceforge.net
3431W: http://rt2x00.serialmonkey.com/
3432S: Maintained
2dd0f692 3433T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
95ea3627
ID
3434F: drivers/net/wireless/rt2x00/
3435
9db5579b
NP
3436RAMDISK RAM BLOCK DEVICE DRIVER
3437P: Nick Piggin
3438M: npiggin@suse.de
3439S: Maintained
3440
9e95ce27
MM
3441RANDOM NUMBER DRIVER
3442P: Matt Mackall
3443M: mpm@selenic.com
3444S: Maintained
3445
394b701c
MP
3446RAPIDIO SUBSYSTEM
3447P: Matt Porter
3448M: mporter@kernel.crashing.org
3449L: linux-kernel@vger.kernel.org
3450S: Maintained
3451
e2d1d6c0
RD
3452RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3453P: Corey Thomas
3454M: coreythomas@charter.net
3455L: linux-wireless@vger.kernel.org
3456S: Maintained
3457
3458RCUTORTURE MODULE
3459P: Josh Triplett
3460M: josh@freedesktop.org
3461L: linux-kernel@vger.kernel.org
3462S: Maintained
3463
c1f766b5
FF
3464RDC R-321X SoC
3465P: Florian Fainelli
3466M: florian.fainelli@telecomint.eu
3467L: linux-kernel@vger.kernel.org
3468S: Maintained
3469
db17f395
FF
3470RDC R6040 FAST ETHERNET DRIVER
3471P: Florian Fainelli
3472M: florian.fainelli@telecomint.eu
3473L: netdev@vger.kernel.org
3474S: Maintained
3475
595182bc
JT
3476READ-COPY UPDATE (RCU)
3477P: Dipankar Sarma
3478M: dipankar@in.ibm.com
3479W: http://www.rdrop.com/users/paulmck/rclock/
3480L: linux-kernel@vger.kernel.org
3481S: Supported
3482
1da177e4
LT
3483REAL TIME CLOCK DRIVER
3484P: Paul Gortmaker
3485M: p_gortmaker@yahoo.com
3486L: linux-kernel@vger.kernel.org
3487S: Maintained
3488
0c86edc0
AZ
3489REAL TIME CLOCK (RTC) SUBSYSTEM
3490P: Alessandro Zummo
3491M: a.zummo@towertech.it
76465493 3492L: rtc-linux@googlegroups.com
0c86edc0
AZ
3493S: Maintained
3494
1da177e4 3495REISERFS FILE SYSTEM
76c4e5ea 3496L: reiserfs-devel@vger.kernel.org
1da177e4
LT
3497S: Supported
3498
e0897645
ID
3499RFKILL
3500P: Ivo van Doorn
3501M: IvDoorn@gmail.com
3502L: netdev@vger.kernel.org
3503S: Maintained
3504F: net/rfkill
3505
e2d1d6c0
RD
3506RISCOM8 DRIVER
3507S: Orphan
3508
1da177e4
LT
3509ROCKETPORT DRIVER
3510P: Comtrol Corp.
1da177e4
LT
3511W: http://www.comtrol.com
3512S: Maintained
3513
3514ROSE NETWORK LAYER
3515P: Ralf Baechle
3516M: ralf@linux-mips.org
3517L: linux-hams@vger.kernel.org
d34cb28a 3518W: http://www.linux-ax25.org/
1da177e4
LT
3519S: Maintained
3520
605bebe2
MW
3521RTL818X WIRELESS DRIVER
3522P: Michael Wu
3523M: flamingice@sourmilk.net
3524P: Andrea Merello
3525M: andreamrl@tiscali.it
3526L: linux-wireless@vger.kernel.org
3527W: http://linuxwireless.org/
3528T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3529S: Maintained
3530
9eb8ef74 3531S3 SAVAGE FRAMEBUFFER DRIVER
ce00f85c 3532P: Antonino Daplas
0478e62e 3533M: adaplas@gmail.com
8936b6db 3534L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 3535S: Maintained
9eb8ef74 3536
1da177e4
LT
3537S390
3538P: Martin Schwidefsky
3539M: schwidefsky@de.ibm.com
83014255
MS
3540P: Heiko Carstens
3541M: heiko.carstens@de.ibm.com
1da177e4 3542M: linux390@de.ibm.com
d58140cc 3543L: linux-s390@vger.kernel.org
5238da45
HC
3544W: http://www.ibm.com/developerworks/linux/linux390/
3545S: Supported
3546
3547S390 NETWORK DRIVERS
dd96df2c 3548P: Ursula Braun
23fcc8d9 3549M: ursula.braun@de.ibm.com
b9192ad9
UB
3550P: Frank Blaschka
3551M: blaschka@linux.vnet.ibm.com
5238da45 3552M: linux390@de.ibm.com
d58140cc 3553L: linux-s390@vger.kernel.org
5238da45
HC
3554W: http://www.ibm.com/developerworks/linux/linux390/
3555S: Supported
3556
3557S390 ZFCP DRIVER
0033bb47
SS
3558P: Christof Schmitt
3559M: christof.schmitt@de.ibm.com
3560P: Martin Peschke
3561M: mp3@de.ibm.com
5238da45 3562M: linux390@de.ibm.com
d58140cc 3563L: linux-s390@vger.kernel.org
5238da45 3564W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4
LT
3565S: Supported
3566
dd96df2c
UB
3567S390 IUCV NETWORK LAYER
3568P: Ursula Braun
23fcc8d9 3569M: ursula.braun@de.ibm.com
dd96df2c
UB
3570M: linux390@de.ibm.com
3571L: linux-s390@vger.kernel.org
3572W: http://www.ibm.com/developerworks/linux/linux390/
3573S: Supported
3574
4dde7f75
BD
3575S3C24XX SD/MMC Driver
3576P: Ben Dooks
3577M: ben-linux@fluff.org
3578L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3579L: linux-kernel@vger.kernel.org
3580S: Supported
3581
1da177e4
LT
3582SAA7146 VIDEO4LINUX-2 DRIVER
3583P: Michael Hunold
3584M: michael@mihu.de
3585W: http://www.mihu.de/linux/saa7146
3586S: Maintained
3587
1da177e4
LT
3588SC1200 WDT DRIVER
3589P: Zwane Mwaikambo
3c7bf1ea 3590M: zwane@arm.linux.org.uk
1da177e4
LT
3591S: Maintained
3592
3593SCHEDULER
3594P: Ingo Molnar
3595M: mingo@elte.hu
3596P: Robert Love [the preemptible kernel bits]
3597M: rml@tech9.net
3598L: linux-kernel@vger.kernel.org
3599S: Maintained
3600
3601SCSI CDROM DRIVER
3602P: Jens Axboe
0fe23479 3603M: axboe@kernel.dk
1da177e4
LT
3604L: linux-scsi@vger.kernel.org
3605W: http://www.kernel.dk
3606S: Maintained
3607
3608SCSI SG DRIVER
3609P: Doug Gilbert
3610M: dgilbert@interlog.com
3611L: linux-scsi@vger.kernel.org
3612W: http://www.torque.net/sg
3613S: Maintained
3614
3615SCSI SUBSYSTEM
3616P: James E.J. Bottomley
c4e1608e 3617M: James.Bottomley@HansenPartnership.com
1da177e4 3618L: linux-scsi@vger.kernel.org
6fb0425b 3619T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
c4e1608e
JB
3620T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3621T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
1da177e4
LT
3622S: Maintained
3623
3624SCSI TAPE DRIVER
dd4ef01c 3625P: Kai Mäkisara
1da177e4
LT
3626M: Kai.Makisara@kolumbus.fi
3627L: linux-scsi@vger.kernel.org
3628S: Maintained
3629
3630SCTP PROTOCOL
5f85813c
SS
3631P: Vlad Yasevich
3632M: vladislav.yasevich@hp.com
ce00f85c
JC
3633P: Sridhar Samudrala
3634M: sri@us.ibm.com
1a418796 3635L: linux-sctp@vger.kernel.org
5f85813c 3636W: http://lksctp.sourceforge.net
ce00f85c 3637S: Supported
1da177e4
LT
3638
3639SCx200 CPU SUPPORT
1662d32c
JC
3640P: Jim Cromie
3641M: jim.cromie@gmail.com
3642S: Odd Fixes
3643
3644SCx200 GPIO DRIVER
3645P: Jim Cromie
3646M: jim.cromie@gmail.com
3647S: Maintained
3648
3649SCx200 HRT CLOCKSOURCE DRIVER
3650P: Jim Cromie
3651M: jim.cromie@gmail.com
3652S: Maintained
1da177e4 3653
6a36913a
SS
3654SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3655P: Sascha Sommer
3656M: saschasommer@freenet.de
3657L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3658S: Maintained
3659
e2d1d6c0
RD
3660SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3661P: Pierre Ossman
3662M: drzeus-sdhci@drzeus.cx
3663L: sdhci-devel@list.drzeus.cx
3664S: Maintained
3665
1da177e4
LT
3666SECURITY CONTACT
3667P: Security Officers
3668M: security@kernel.org
3669S: Supported
3670
3671SELINUX SECURITY MODULE
3672P: Stephen Smalley
62cfe7ef 3673M: sds@tycho.nsa.gov
1da177e4 3674P: James Morris
48de5bee 3675M: jmorris@namei.org
588a3157
SS
3676P: Eric Paris
3677M: eparis@parisplace.org
1da177e4 3678L: linux-kernel@vger.kernel.org (kernel issues)
588a3157 3679L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
f058925b
SS
3680W: http://selinuxproject.org
3681T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
1da177e4
LT
3682S: Supported
3683
cef2cf07
JS
3684SENSABLE PHANTOM
3685P: Jiri Slaby
3686M: jirislaby@gmail.com
3687S: Maintained
3688
1da177e4
LT
3689SERIAL ATA (SATA) SUBSYSTEM:
3690P: Jeff Garzik
3691M: jgarzik@pobox.com
3692L: linux-ide@vger.kernel.org
6fb0425b 3693T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4
LT
3694S: Supported
3695
8ceee660
BH
3696SFC NETWORK DRIVER
3697P: Steve Hodgson
3698P: Ben Hutchings
3699P: Robert Stonehouse
3700M: linux-net-drivers@solarflare.com
3701S: Supported
3702
e2d1d6c0
RD
3703SGI GRU DRIVER
3704P: Jack Steiner
3705M: steiner@sgi.com
3706S: Maintained
3707
3708SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3709P: Pat Gefre
3710M: pfg@sgi.com
3711L: linux-ia64@vger.kernel.org
3712S: Supported
3713
1da177e4
LT
3714SGI VISUAL WORKSTATION 320 AND 540
3715P: Andrey Panin
3716M: pazke@donpac.ru
3717L: linux-visws-devel@lists.sf.net
3718W: http://linux-visws.sf.net
3719S: Maintained for 2.6.
3720
75312619
JS
3721SGI XP/XPC/XPNET DRIVER
3722P: Dean Nelson
3723M: dcn@sgi.com
3724S: Maintained
3725
e2d1d6c0
RD
3726SHARP LH SUPPORT (LH7952X & LH7A40X)
3727P: Marc Singer
3728M: elf@buici.com
3729W: http://projects.buici.com/arm
3730L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3731S: Maintained
3732
3733SHPC HOTPLUG DRIVER
3734P: Kristen Carlson Accardi
3735M: kristen.c.accardi@intel.com
3736L: linux-pci@vger.kernel.org
3737S: Supported
3738
1da177e4
LT
3739SIMTEC EB110ATX (Chalice CATS)
3740P: Ben Dooks
3741P: Vincent Sanders
3742M: support@simtec.co.uk
3743W: http://www.simtec.co.uk/products/EB110ATX/
3744S: Supported
3745
3746SIMTEC EB2410ITX (BAST)
3747P: Ben Dooks
3748P: Vincent Sanders
3749M: support@simtec.co.uk
3750W: http://www.simtec.co.uk/products/EB2410ITX/
3751S: Supported
3752
92aab3c0
FR
3753SIS 190 ETHERNET DRIVER
3754P: Francois Romieu
3755M: romieu@fr.zoreil.com
3756L: netdev@vger.kernel.org
3757S: Maintained
3758
1da177e4
LT
3759SIS 900/7016 FAST ETHERNET DRIVER
3760P: Daniele Venzano
3761M: venza@brownhat.org
3762W: http://www.brownhat.org/sis900.html
979b6c13 3763L: netdev@vger.kernel.org
1da177e4
LT
3764S: Maintained
3765
6ea884db
MH
3766SIS 96X I2C/SMBUS DRIVER
3767P: Mark M. Hoffman
3768M: mhoffman@lightlink.com
17a172fe 3769L: i2c@lm-sensors.org
6ea884db
MH
3770S: Maintained
3771
1da177e4
LT
3772SIS FRAMEBUFFER DRIVER
3773P: Thomas Winischhofer
3774M: thomas@winischhofer.net
3775W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 3776S: Maintained
1da177e4
LT
3777
3778SIS USB2VGA DRIVER
3779P: Thomas Winischhofer
3780M: thomas@winischhofer.net
3781W: http://www.winischhofer.at/linuxsisusbvga.shtml
3782S: Maintained
3783
e2d1d6c0
RD
3784SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3785P: Stephen Hemminger
3786M: shemminger@linux-foundation.org
3787L: netdev@vger.kernel.org
3788S: Maintained
3789
415ad26d
CL
3790SLAB ALLOCATOR
3791P: Christoph Lameter
cde53535 3792M: cl@linux-foundation.org
415ad26d
CL
3793P: Pekka Enberg
3794M: penberg@cs.helsinki.fi
c76d118e
PE
3795P: Matt Mackall
3796M: mpm@selenic.com
415ad26d
CL
3797L: linux-mm@kvack.org
3798S: Maintained
3799
1da177e4
LT
3800SMC91x ETHERNET DRIVER
3801P: Nicolas Pitre
3802M: nico@cam.org
3803S: Maintained
3804
6ea884db
MH
3805SMSC47B397 HARDWARE MONITOR DRIVER
3806P: Mark M. Hoffman
3807M: mhoffman@lightlink.com
3808L: lm-sensors@lm-sensors.org
3809S: Maintained
3810
b54f2863
BN
3811SMX UIO Interface
3812P: Ben Nizette
3813M: bn@niasdigital.com
3814S: Maintained
3815
e2d1d6c0
RD
3816SN-IA64 (Itanium) SUB-PLATFORM
3817P: Jes Sorensen
3818M: jes@sgi.com
3819L: linux-altix@sgi.com
3820L: linux-ia64@vger.kernel.org
3821W: http://www.sgi.com/altix
3822S: Maintained
3823
668acf32 3824SOC-CAMERA V4L2 SUBSYSTEM
795fb7e7
JD
3825P: Guennadi Liakhovetski
3826M: g.liakhovetski@gmx.de
3827L: video4linux-list@redhat.com
3828S: Maintained
668acf32 3829
e2d1d6c0
RD
3830SOEKRIS NET48XX LED SUPPORT
3831P: Chris Boot
3832M: bootc@bootc.net
3833S: Maintained
3834
1da177e4
LT
3835SOFTWARE RAID (Multiple Disks) SUPPORT
3836P: Ingo Molnar
3837M: mingo@redhat.com
3838P: Neil Brown
524418bb 3839M: neilb@suse.de
1da177e4 3840L: linux-raid@vger.kernel.org
524418bb 3841S: Supported
1da177e4 3842
1da177e4
LT
3843SONIC NETWORK DRIVER
3844P: Thomas Bogendoerfer
3845M: tsbogend@alpha.franken.de
979b6c13 3846L: netdev@vger.kernel.org
1da177e4
LT
3847S: Maintained
3848
61e115a5
MB
3849SONICS SILICON BACKPLANE DRIVER (SSB)
3850P: Michael Buesch
3851M: mb@bu3sch.de
3852L: netdev@vger.kernel.org
3853S: Maintained
3854
1da177e4 3855SONY VAIO CONTROL DEVICE DRIVER
0d477fac
MD
3856P: Mattia Dongili
3857M: malattia@linux.it
5b18167d
MD
3858L: linux-acpi@vger.kernel.org
3859W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4
LT
3860S: Maintained
3861
baf8532a
AD
3862SONY MEMORYSTICK CARD SUPPORT
3863P: Alex Dubov
3864M: oakad@yahoo.com
3865L: linux-kernel@vger.kernel.org
3866W: http://tifmxx.berlios.de/
3867S: Maintained
3868
1da177e4
LT
3869SOUND
3870P: Jaroslav Kysela
c1017a4c 3871M: perex@perex.cz
281712fa
TI
3872P: Takashi Iwai
3873M: tiwai@suse.de
82622046 3874L: alsa-devel@alsa-project.org (subscribers-only)
1da177e4
LT
3875S: Maintained
3876
eb1a6af3
LG
3877SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3878P: Liam Girdwood
b0b8daf7 3879M: lrg@slimlogic.co.uk
2cad0ad6
MB
3880P: Mark Brown
3881M: broonie@opensource.wolfsonmicro.com
3882T: git opensource.wolfsonmicro.com/linux-2.6-asoc
82622046 3883L: alsa-devel@alsa-project.org (subscribers-only)
b0b8daf7 3884W: http://alsa-project.org/main/index.php/ASoC
eb1a6af3
LG
3885S: Supported
3886
1da177e4
LT
3887SPARC (sparc32):
3888P: William L. Irwin
3889M: wli@holomorphy.com
3890L: sparclinux@vger.kernel.org
3891S: Maintained
3892
3893SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3894P: Roger Wolff
3895M: R.E.Wolff@BitWizard.nl
3896L: linux-kernel@vger.kernel.org ?
3897S: Supported
3898
e2d1d6c0
RD
3899SPI SUBSYSTEM
3900P: David Brownell
3901M: dbrownell@users.sourceforge.net
3902L: spi-devel-general@lists.sourceforge.net
3903S: Maintained
3904
2752e401 3905SPIDERNET NETWORK DRIVER for CELL
cb8da8a3
JO
3906P: Ishizaki Kou
3907M: kou.ishizaki@toshiba.co.jp
3908P: Jens Osterkamp
3909M: jens@de.ibm.com
2752e401
JL
3910L: netdev@vger.kernel.org
3911S: Supported
3912
e2d1d6c0
RD
3913SPU FILE SYSTEM
3914P: Jeremy Kerr
3915M: jk@ozlabs.org
3916L: linuxppc-dev@ozlabs.org
3917L: cbe-oss-dev@ozlabs.org
3918W: http://www.ibm.com/developerworks/power/cell/
3919S: Supported
3920
1da177e4
LT
3921SRM (Alpha) environment access
3922P: Jan-Benedict Glaw
3923M: jbglaw@lug-owl.de
3924L: linux-kernel@vger.kernel.org
3925S: Maintained
3926
e2d1d6c0
RD
3927STABLE BRANCH:
3928P: Greg Kroah-Hartman
3929M: greg@kroah.com
3930P: Chris Wright
3931M: chrisw@sous-sol.org
3932L: stable@kernel.org
3933S: Maintained
3934
1da177e4
LT
3935STARFIRE/DURALAN NETWORK DRIVER
3936P: Ion Badulescu
3937M: ionut@cs.columbia.edu
3938S: Maintained
3939
3940STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3941W: http://mosquitonet.Stanford.EDU/strip.html
baaea1dc 3942S: Orphan
1da177e4
LT
3943
3944STRADIS MPEG-2 DECODER DRIVER
3945P: Nathan Laredo
3946M: laredo@gnu.org
1da177e4
LT
3947W: http://www.stradis.com/
3948S: Maintained
3949
e2d1d6c0
RD
3950SUN3/3X
3951P: Sam Creasey
3952M: sammy@sammy.net
3953W: http://sammy.net/sun3/
3954S: Maintained
3955
2cbb12a4 3956SUPERH
1da177e4
LT
3957P: Paul Mundt
3958M: lethal@linux-sh.org
2cbb12a4 3959L: linux-sh@vger.kernel.org
1da177e4 3960W: http://www.linux-sh.org
2cbb12a4 3961T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5c806b20 3962S: Supported
1da177e4 3963
e2d1d6c0
RD
3964SUSPEND TO RAM:
3965P: Len Brown
3966M: len.brown@intel.com
3967P: Pavel Machek
3968M: pavel@suse.cz
3969P: Rafael J. Wysocki
3970M: rjw@sisk.pl
3971L: linux-pm@lists.linux-foundation.org
3972S: Supported
1da177e4
LT
3973
3974SVGA HANDLING
3975P: Martin Mares
3976M: mj@ucw.cz
3977L: linux-video@atrey.karlin.mff.cuni.cz
3978S: Maintained
3979
3980SYSV FILESYSTEM
3981P: Christoph Hellwig
3982M: hch@infradead.org
3983S: Maintained
3984
4e68852d 3985TASKSTATS STATISTICS INTERFACE
abc5f23a
BS
3986P: Balbir Singh
3987M: balbir@linux.vnet.ibm.com
4e68852d
AC
3988L: linux-kernel@vger.kernel.org
3989S: Maintained
3990
781b456a
SH
3991TC CLASSIFIER
3992P: Jamal Hadi Salim
3993M: hadi@cyberus.ca
3994L: netdev@vger.kernel.org
3995S: Maintained
3996
5067f08a
WHSE
3997TCP LOW PRIORITY MODULE
3998P: Wong Hoi Sing, Edison
3999M: hswong3i@gmail.com
4000P: Hung Hing Lun, Mike
4001M: hlhung3i@gmail.com
4002W: http://tcp-lp-mod.sourceforge.net/
4003S: Maintained
4004
1a348ccc
AG
4005TEHUTI ETHERNET DRIVER
4006P: Alexander Indenbaum
4007M: baum@tehutinetworks.net
4008P: Andy Gospodarek
4009M: andy@greyhouse.net
4010L: netdev@vger.kernel.org
4011S: Supported
4012
4e68852d
AC
4013Telecom Clock Driver for MCPL0010
4014P: Mark Gross
4015M: mark.gross@intel.com
4016S: Supported
4017
4018TENSILICA XTENSA PORT (xtensa):
4019P: Chris Zankel
4020M: chris@zankel.net
4021S: Maintained
4022
4023THINKPAD ACPI EXTRAS DRIVER
4024P: Henrique de Moraes Holschuh
4025M: ibm-acpi@hmh.eng.br
4026L: ibm-acpi-devel@lists.sourceforge.net
4027W: http://ibm-acpi.sourceforge.net
4028W: http://thinkwiki.org/wiki/Ibm-acpi
4029T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4030S: Maintained
4031
4020f2d7 4032TI FLASH MEDIA INTERFACE DRIVER
795fb7e7
JD
4033P: Alex Dubov
4034M: oakad@yahoo.com
4035S: Maintained
4020f2d7 4036
9f9c24f4
SK
4037TI OMAP MMC INTERFACE DRIVER
4038P: Carlos Aguiar, Anderson Briglia and Syed Khasim
b6a7e4c0 4039M: linux-omap@vger.kernel.org
9f9c24f4
SK
4040W: http://linux.omap.com
4041W: http://www.muru.com/linux/omap/
4042S: Maintained
4043
844dd05f
MB
4044TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4045P: Deepak Saxena
4046M: dsaxena@plexity.net
4047S: Maintained
4048
e86eaa3a
PL
4049TIPC NETWORK LAYER
4050P: Per Liden
7c2b2aae 4051M: per.liden@ericsson.com
e86eaa3a 4052P: Jon Maloy
7c2b2aae 4053M: jon.maloy@ericsson.com
e86eaa3a 4054P: Allan Stephens
7c2b2aae 4055M: allan.stephens@windriver.com
e86eaa3a
PL
4056L: tipc-discussion@lists.sourceforge.net
4057W: http://tipc.sourceforge.net/
4058W: http://tipc.cslab.ericsson.net/
4059T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4060S: Maintained
4061
1da177e4
LT
4062TLAN NETWORK DRIVER
4063P: Samuel Chessman
4064M: chessman@tux.org
88c07dde 4065L: tlan-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
4066W: http://sourceforge.net/projects/tlan/
4067S: Maintained
4068
1da177e4
LT
4069TOSHIBA ACPI EXTRAS DRIVER
4070P: John Belmonte
4071M: toshiba_acpi@memebeam.org
4072W: http://memebeam.org/toys/ToshibaAcpiDriver
4073S: Maintained
4074
4075TOSHIBA SMM DRIVER
4076P: Jonathan Buzzard
4077M: jonathan@buzzard.org.uk
4078L: tlinux-users@tce.toshiba-dme.co.jp
4079W: http://www.buzzard.org.uk/toshiba/
4080S: Maintained
4081
4e68852d 4082TPM DEVICE DRIVER
141c0240
RA
4083P: Debora Velarde
4084M: debora@linux.vnet.ibm.com
4085P: Rajiv Andrade
4086M: srajiv@linux.vnet.ibm.com
4e68852d
AC
4087W: http://tpmdd.sourceforge.net
4088P: Marcel Selhorst
4089M: tpm@selhorst.net
4090W: http://www.prosec.rub.de/tpm/
4091L: tpmdd-devel@lists.sourceforge.net
4092S: Maintained
4093
1da177e4 4094TRIVIAL PATCHES
1560a79a 4095P: Jesper Juhl
ce00f85c
JC
4096M: trivial@kernel.org
4097L: linux-kernel@vger.kernel.org
1da177e4
LT
4098S: Maintained
4099
4e68852d
AC
4100TTY LAYER
4101P: Alan Cox
4102M: alan@lxorguk.ukuu.org.uk
4103L: linux-kernel@vger.kernel.org
4104S: Maintained
4105
740db6d7
GG
4106TULIP NETWORK DRIVERS
4107P: Grant Grundler
4108M: grundler@parisc-linux.org
4109P: Kyle McMartin
42a5a8a6 4110M: kyle@mcmartin.ca
740db6d7
GG
4111L: netdev@vger.kernel.org
4112S: Maintained
1da177e4
LT
4113
4114TUN/TAP driver
4115P: Maxim Krasnyansky
66777b79 4116M: maxk@qualcomm.com
1da177e4
LT
4117L: vtun@office.satix.net
4118W: http://vtun.sourceforge.net/tun
4119S: Maintained
4120
b454cc66
MR
4121TURBOCHANNEL SUBSYSTEM
4122P: Maciej W. Rozycki
4123M: macro@linux-mips.org
4124S: Maintained
4125
1da177e4
LT
4126U14-34F SCSI DRIVER
4127P: Dario Ballabio
4128M: ballabio_dario@emc.com
4129L: linux-scsi@vger.kernel.org
4130S: Maintained
4131
e2d1d6c0
RD
4132UBI FILE SYSTEM (UBIFS)
4133P: Artem Bityutskiy
4134M: dedekind@infradead.org
4135P: Adrian Hunter
4136M: ext-adrian.hunter@nokia.com
4137L: linux-mtd@lists.infradead.org
4138T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
4139W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4140S: Maintained
4141
cc2020e6
AC
4142UCLINUX (AND M68KNOMMU)
4143P: Greg Ungerer
4144M: gerg@uclinux.org
4145W: http://www.uclinux.org/
4146L: uclinux-dev@uclinux.org (subscribers-only)
4147S: Maintained
4148
cc2020e6
AC
4149UCLINUX FOR RENESAS H8/300
4150P: Yoshinori Sato
4151M: ysato@users.sourceforge.jp
4152W: http://uclinux-h8.sourceforge.jp/
4153S: Supported
4154
1da177e4 4155UDF FILESYSTEM
800fdfb9
JK
4156P: Jan Kara
4157M: jack@suse.cz
1da177e4
LT
4158W: http://linux-udf.sourceforge.net
4159S: Maintained
4160
cc2020e6
AC
4161UFS FILESYSTEM
4162P: Evgeniy Dushistov
4163M: dushistov@mail.ru
4164L: linux-kernel@vger.kernel.org
4165S: Maintained
4166
4167UltraSPARC (sparc64):
4168P: David S. Miller
4169M: davem@davemloft.net
4170L: sparclinux@vger.kernel.org
4171T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4172S: Maintained
4173
1da177e4
LT
4174UNIFORM CDROM DRIVER
4175P: Jens Axboe
0fe23479 4176M: axboe@kernel.dk
1da177e4
LT
4177L: linux-kernel@vger.kernel.org
4178W: http://www.kernel.dk
4179S: Maintained
4180
e2d1d6c0
RD
4181UNSORTED BLOCK IMAGES (UBI)
4182P: Artem Bityutskiy
4183M: dedekind@infradead.org
4184W: http://www.linux-mtd.infradead.org/
4185L: linux-mtd@lists.infradead.org
4186T: git git://git.infradead.org/~dedekind/ubi-2.6.git
4187S: Maintained
4188
1da177e4
LT
4189USB ACM DRIVER
4190P: Oliver Neukum
4191M: oliver@neukum.name
6372594a 4192L: linux-usb@vger.kernel.org
1da177e4
LT
4193S: Maintained
4194
4195USB BLOCK DRIVER (UB ub)
4196P: Pete Zaitcev
4197M: zaitcev@redhat.com
4198L: linux-kernel@vger.kernel.org
795fb7e7 4199L: linux-usb@vger.kernel.org
1da177e4
LT
4200S: Supported
4201
1da177e4
LT
4202USB CDC ETHERNET DRIVER
4203P: Greg Kroah-Hartman
4204M: greg@kroah.com
795fb7e7 4205L: linux-usb@vger.kernel.org
1da177e4
LT
4206S: Maintained
4207W: http://www.kroah.com/linux-usb/
4208
b02b371e
PK
4209USB CYPRESS C67X00 DRIVER
4210P: Peter Korsgaard
4211M: jacmet@sunsite.dk
4212L: linux-usb@vger.kernel.org
4213S: Maintained
4214
d0374f4f
PK
4215USB DAVICOM DM9601 DRIVER
4216P: Peter Korsgaard
4217M: jacmet@sunsite.dk
043600a6 4218L: netdev@vger.kernel.org
d0374f4f
PK
4219W: http://www.linux-usb.org/usbnet
4220S: Maintained
4221
cc2020e6
AC
4222USB DIAMOND RIO500 DRIVER
4223P: Cesar Miquel
4224M: miquel@df.uba.ar
4225L: rio500-users@lists.sourceforge.net
4226W: http://rio500.sourceforge.net
4227S: Maintained
4228
1da177e4
LT
4229USB EHCI DRIVER
4230P: David Brownell
4231M: dbrownell@users.sourceforge.net
795fb7e7 4232L: linux-usb@vger.kernel.org
23d8c90e 4233S: Odd Fixes
1da177e4 4234
7ce08c93
LR
4235USB ET61X[12]51 DRIVER
4236P: Luca Risolia
4237M: luca.risolia@studio.unibo.it
795fb7e7 4238L: linux-usb@vger.kernel.org
7ce08c93
LR
4239L: video4linux-list@redhat.com
4240W: http://www.linux-projects.org
4241S: Maintained
4242
69ae9e3e
DB
4243USB GADGET/PERIPHERAL SUBSYSTEM
4244P: David Brownell
4245M: dbrownell@users.sourceforge.net
795fb7e7 4246L: linux-usb@vger.kernel.org
69ae9e3e
DB
4247W: http://www.linux-usb.org/gadget
4248S: Maintained
4249
2dea64b4 4250USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
641266fd
JK
4251P: Jiri Kosina
4252M: jkosina@suse.cz
795fb7e7 4253L: linux-usb@vger.kernel.org
a4dff398 4254T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4
LT
4255S: Maintained
4256
959eea21
OK
4257USB ISP116X DRIVER
4258P: Olav Kongas
4259M: ok@artecdesign.ee
795fb7e7 4260L: linux-usb@vger.kernel.org
959eea21
OK
4261S: Maintained
4262
1da177e4
LT
4263USB KAWASAKI LSI DRIVER
4264P: Oliver Neukum
4265M: oliver@neukum.name
795fb7e7 4266L: linux-usb@vger.kernel.org
1da177e4
LT
4267S: Maintained
4268
4269USB MASS STORAGE DRIVER
4270P: Matthew Dharm
4271M: mdharm-usb@one-eyed-alien.net
795fb7e7 4272L: linux-usb@vger.kernel.org
8836aeb8 4273L: usb-storage@lists.one-eyed-alien.net
1da177e4
LT
4274S: Maintained
4275W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4276
4277USB OHCI DRIVER
23d8c90e
DB
4278P: David Brownell
4279M: dbrownell@users.sourceforge.net
795fb7e7 4280L: linux-usb@vger.kernel.org
23d8c90e 4281S: Odd Fixes
1da177e4 4282
ba460e48
MU
4283USB OPTION-CARD DRIVER
4284P: Matthias Urlichs
4285M: smurf@smurf.noris.de
795fb7e7 4286L: linux-usb@vger.kernel.org
ba460e48
MU
4287S: Maintained
4288
1da177e4
LT
4289USB OV511 DRIVER
4290P: Mark McClelland
4291M: mmcclell@bigfoot.com
795fb7e7 4292L: linux-usb@vger.kernel.org
1da177e4
LT
4293W: http://alpha.dyndns.org/ov511/
4294S: Maintained
4295
4296USB PEGASUS DRIVER
4297P: Petko Manolov
4298M: petkan@users.sourceforge.net
795fb7e7 4299L: linux-usb@vger.kernel.org
043600a6 4300L: netdev@vger.kernel.org
1da177e4
LT
4301W: http://pegasus2.sourceforge.net/
4302S: Maintained
4303
73e4fb3f
PZ
4304USB PRINTER DRIVER (usblp)
4305P: Pete Zaitcev
4306M: zaitcev@redhat.com
795fb7e7 4307L: linux-usb@vger.kernel.org
73e4fb3f 4308S: Supported
1da177e4
LT
4309
4310USB RTL8150 DRIVER
4311P: Petko Manolov
4312M: petkan@users.sourceforge.net
795fb7e7 4313L: linux-usb@vger.kernel.org
043600a6 4314L: netdev@vger.kernel.org
1da177e4
LT
4315W: http://pegasus2.sourceforge.net/
4316S: Maintained
4317
4318USB SE401 DRIVER
4319P: Jeroen Vreeken
4320M: pe1rxq@amsat.org
795fb7e7 4321L: linux-usb@vger.kernel.org
1da177e4
LT
4322W: http://www.chello.nl/~j.vreeken/se401/
4323S: Maintained
4324
4e68852d
AC
4325USB SERIAL BELKIN F5U103 DRIVER
4326P: William Greathouse
4327M: wgreathouse@smva.com
795fb7e7 4328L: linux-usb@vger.kernel.org
4e68852d
AC
4329S: Maintained
4330
4331USB SERIAL CYPRESS M8 DRIVER
4332P: Lonnie Mendez
4333M: dignome@gmail.com
795fb7e7 4334L: linux-usb@vger.kernel.org
4e68852d
AC
4335S: Maintained
4336W: http://geocities.com/i0xox0i
4337W: http://firstlight.net/cvs
4338
1da177e4
LT
4339USB SERIAL CYBERJACK DRIVER
4340P: Matthias Bruestle and Harald Welte
4341M: support@reiner-sct.com
4342W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4343S: Maintained
4344
4345USB SERIAL DIGI ACCELEPORT DRIVER
4346P: Peter Berger and Al Borchers
4347M: pberger@brimson.com
4348M: alborchers@steinerpoint.com
795fb7e7 4349L: linux-usb@vger.kernel.org
1da177e4
LT
4350S: Maintained
4351
4352USB SERIAL DRIVER
4353P: Greg Kroah-Hartman
4354M: gregkh@suse.de
795fb7e7 4355L: linux-usb@vger.kernel.org
1da177e4
LT
4356S: Supported
4357
1da177e4
LT
4358USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4359P: Gary Brubaker
4360M: xavyer@ix.netcom.com
795fb7e7 4361L: linux-usb@vger.kernel.org
1da177e4
LT
4362S: Maintained
4363
4364USB SERIAL KEYSPAN DRIVER
4365P: Greg Kroah-Hartman
4366M: greg@kroah.com
795fb7e7 4367L: linux-usb@vger.kernel.org
1da177e4
LT
4368W: http://www.kroah.com/linux/
4369S: Maintained
4370
4371USB SERIAL WHITEHEAT DRIVER
8bc84930
SM
4372P: Support Department
4373M: support@connecttech.com
795fb7e7 4374L: linux-usb@vger.kernel.org
1da177e4
LT
4375W: http://www.connecttech.com
4376S: Supported
4377
2f7ca802
SG
4378USB SMSC95XX ETHERNET DRIVER
4379P: Steve Glendinning
4380M: steve.glendinning@smsc.com
4381L: netdev@vger.kernel.org
4382S: Supported
4383
f423b9a8 4384USB SN9C1xx DRIVER
1da177e4
LT
4385P: Luca Risolia
4386M: luca.risolia@studio.unibo.it
795fb7e7 4387L: linux-usb@vger.kernel.org
7ce08c93 4388L: video4linux-list@redhat.com
1da177e4
LT
4389W: http://www.linux-projects.org
4390S: Maintained
4391
4392USB SUBSYSTEM
4393P: Greg Kroah-Hartman
4394M: gregkh@suse.de
795fb7e7 4395L: linux-usb@vger.kernel.org
1da177e4 4396W: http://www.linux-usb.org
6fb0425b 4397T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
4398S: Supported
4399
4400USB UHCI DRIVER
4401P: Alan Stern
4402M: stern@rowland.harvard.edu
795fb7e7 4403L: linux-usb@vger.kernel.org
1da177e4
LT
4404S: Maintained
4405
69ae9e3e 4406USB "USBNET" DRIVER FRAMEWORK
1da177e4
LT
4407P: David Brownell
4408M: dbrownell@users.sourceforge.net
043600a6 4409L: netdev@vger.kernel.org
69ae9e3e 4410W: http://www.linux-usb.org/usbnet
1da177e4
LT
4411S: Maintained
4412
c0efd232
LP
4413USB VIDEO CLASS
4414P: Laurent Pinchart
4415M: laurent.pinchart@skynet.be
ecc9a04d 4416L: linux-uvc-devel@lists.berlios.de
c0efd232
LP
4417L: video4linux-list@redhat.com
4418W: http://linux-uvc.berlios.de
4419S: Maintained
4420
1da177e4
LT
4421USB W996[87]CF DRIVER
4422P: Luca Risolia
4423M: luca.risolia@studio.unibo.it
795fb7e7 4424L: linux-usb@vger.kernel.org
7ce08c93 4425L: video4linux-list@redhat.com
1da177e4
LT
4426W: http://www.linux-projects.org
4427S: Maintained
4428
bf164cc0
JK
4429USB WIRELESS RNDIS DRIVER (rndis_wlan)
4430P: Jussi Kivilinna
4431M: jussi.kivilinna@mbnet.fi
4432L: linux-wireless@vger.kernel.org
4433S: Maintained
4434
60f78052
LR
4435USB ZC0301 DRIVER
4436P: Luca Risolia
4437M: luca.risolia@studio.unibo.it
795fb7e7 4438L: linux-usb@vger.kernel.org
60f78052
LR
4439L: video4linux-list@redhat.com
4440W: http://www.linux-projects.org
4441S: Maintained
4442
1da177e4
LT
4443USB ZD1201 DRIVER
4444P: Jeroen Vreeken
4445M: pe1rxq@amsat.org
795fb7e7 4446L: linux-usb@vger.kernel.org
1da177e4
LT
4447W: http://linux-lc100020.sourceforge.net
4448S: Maintained
4449
b7eee616
AJ
4450USB ZR364XX DRIVER
4451P: Antoine Jacquet
4452M: royale@zerezo.com
795fb7e7 4453L: linux-usb@vger.kernel.org
b7eee616
AJ
4454L: video4linux-list@redhat.com
4455W: http://royale.zerezo.com/zr364xx/
4456S: Maintained
4457
1da177e4
LT
4458USER-MODE LINUX
4459P: Jeff Dike
6650e0a5 4460M: jdike@addtoit.com
1da177e4
LT
4461L: user-mode-linux-devel@lists.sourceforge.net
4462L: user-mode-linux-user@lists.sourceforge.net
4463W: http://user-mode-linux.sourceforge.net
4464S: Maintained
b7eee616 4465
e5f114e9
HJK
4466USERSPACE I/O (UIO)
4467P: Hans J. Koch
4468M: hjk@linutronix.de
4469P: Greg Kroah-Hartman
4470M: gregkh@suse.de
4471L: linux-kernel@vger.kernel.org
4472S: Maintained
4473
f899b0ad
KZ
4474UTIL-LINUX-NG PACKAGE
4475P: Karel Zak
4476M: kzak@redhat.com
4477L: util-linux-ng@vger.kernel.org
4478W: http://kernel.org/~kzak/util-linux-ng/
4479T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4480S: Maintained
4481
4e68852d 4482VFAT/FAT/MSDOS FILESYSTEM:
1da177e4
LT
4483P: OGAWA Hirofumi
4484M: hirofumi@mail.parknet.co.jp
4485L: linux-kernel@vger.kernel.org
4486S: Maintained
4487
1da177e4
LT
4488VIA RHINE NETWORK DRIVER
4489P: Roger Luethi
4490M: rl@hellgate.ch
4491S: Maintained
4492
32c0a520
JD
4493VIAPRO SMBUS DRIVER
4494P: Jean Delvare
4495M: khali@linux-fr.org
5d925fec 4496L: i2c@lm-sensors.org
32c0a520
JD
4497S: Maintained
4498
01f20734
FR
4499VIA VELOCITY NETWORK DRIVER
4500P: Francois Romieu
4501M: romieu@fr.zoreil.com
4502L: netdev@vger.kernel.org
4503S: Maintained
4504
1da177e4 4505VIDEO FOR LINUX
96b6aba0 4506P: Mauro Carvalho Chehab
8d58d773
MCC
4507M: mchehab@infradead.org
4508M: v4l-dvb-maintainer@linuxtv.org
1da177e4 4509L: video4linux-list@redhat.com
96b6aba0 4510W: http://linuxtv.org
ecfa4fdc 4511T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 4512S: Maintained
1da177e4 4513
be7f8273
PM
4514VLAN (802.1Q)
4515P: Patrick McHardy
4516M: kaber@trash.net
4517L: netdev@vger.kernel.org
4518S: Maintained
4519
e53e86c7
LG
4520VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4521P: Liam Girdwood
4522M: lg@opensource.wolfsonmicro.com
4523P: Mark Brown
4524M: broonie@opensource.wolfsonmicro.com
4525W: http://opensource.wolfsonmicro.com/node/15
4526T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4527S: Supported
4528
ab41319e
JH
4529VT1211 HARDWARE MONITOR DRIVER
4530P: Juerg Haefliger
4531M: juergh@gmail.com
4532L: lm-sensors@lm-sensors.org
4533S: Maintained
4534
1de9e371
RL
4535VT8231 HARDWARE MONITOR DRIVER
4536P: Roger Lucas
af865765 4537M: vt8231@hiddenengine.co.uk
1de9e371
RL
4538L: lm-sensors@lm-sensors.org
4539S: Maintained
4540
1da177e4
LT
4541W1 DALLAS'S 1-WIRE BUS
4542P: Evgeniy Polyakov
4543M: johnpol@2ka.mipt.ru
1da177e4
LT
4544S: Maintained
4545
13927079 4546W83791D HARDWARE MONITORING DRIVER
25845c22
MH
4547P: Marc Hulsman
4548M: m.hulsman@tudelft.nl
13927079 4549L: lm-sensors@lm-sensors.org
25845c22 4550S: Maintained
13927079 4551
61db011d
RM
4552W83793 HARDWARE MONITORING DRIVER
4553P: Rudolf Marek
4554M: r.marek@assembler.cz
4555L: lm-sensors@lm-sensors.org
4556S: Maintained
4557
1da177e4
LT
4558W83L51xD SD/MMC CARD INTERFACE DRIVER
4559P: Pierre Ossman
4560M: drzeus-wbsd@drzeus.cx
fac88991 4561L: linux-kernel@vger.kernel.org
1da177e4
LT
4562S: Maintained
4563
3527761c
WVS
4564WATCHDOG DEVICE DRIVERS
4565P: Wim Van Sebroeck
4566M: wim@iguana.be
4567T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4568S: Maintained
4569
1da177e4
LT
4570WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4571P: Jean Tourrilhes
4572M: jt@hpl.hp.com
724c6b35 4573L: linux-wireless@vger.kernel.org
1da177e4
LT
4574W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4575S: Maintained
4576
4577WD7000 SCSI DRIVER
4578P: Miroslav Zagorac
4579M: zaga@fly.cc.fer.hr
4580L: linux-scsi@vger.kernel.org
4581S: Maintained
4582
5fc14680
DT
4583WISTRON LAPTOP BUTTON DRIVER
4584P: Miloslav Trmac
4585M: mitr@volny.cz
4586S: Maintained
4587
1da177e4
LT
4588WL3501 WIRELESS PCMCIA CARD DRIVER
4589P: Arnaldo Carvalho de Melo
926554c4 4590M: acme@ghostprotocols.net
724c6b35 4591L: linux-wireless@vger.kernel.org
926554c4 4592W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
4593S: Maintained
4594
febf1dff
MB
4595WM97XX TOUCHSCREEN DRIVERS
4596P: Mark Brown
4597M: broonie@opensource.wolfsonmicro.com
4598P: Liam Girdwood
4599M: liam.girdwood@wolfsonmicro.com
4600L: linux-input@vger.kernel.org
4601T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4602W: http://opensource.wolfsonmicro.com/node/7
4603S: Supported
4604
1da177e4
LT
4605X.25 NETWORK LAYER
4606P: Henner Eisen
4607M: eis@baty.hanse.de
4608L: linux-x25@vger.kernel.org
4609S: Maintained
4610
e2d1d6c0
RD
4611X86 ARCHITECTURE (32-BIT AND 64-BIT)
4612P: Thomas Gleixner
4613M: tglx@linutronix.de
4614P: Ingo Molnar
4615M: mingo@redhat.com
4616P: H. Peter Anvin
4617M: hpa@zytor.com
4618L: linux-kernel@vger.kernel.org
4619T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4620S: Maintained
4621
4cdf6bc2
JF
4622XEN HYPERVISOR INTERFACE
4623P: Jeremy Fitzhardinge
4624M: jeremy@xensource.com
4625P: Chris Wright
4626M: chrisw@sous-sol.org
4627L: virtualization@lists.osdl.org
4628L: xen-devel@lists.xensource.com
4629S: Supported
4630
1da177e4
LT
4631XFS FILESYSTEM
4632P: Silicon Graphics Inc
78bfd361 4633P: Tim Shimmin
1da177e4 4634M: xfs-masters@oss.sgi.com
d7ede1aa 4635L: xfs@oss.sgi.com
1da177e4 4636W: http://oss.sgi.com/projects/xfs
e99f056b 4637T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
1da177e4
LT
4638S: Supported
4639
c9d3d8ec
GL
4640XILINX SYSTEMACE DRIVER
4641P: Grant Likely
4642M: grant.likely@secretlab.ca
4643W: http://www.secretlab.ca/
4644L: linux-kernel@vger.kernel.org
4645S: Maintained
4646
238b8721
PK
4647XILINX UARTLITE SERIAL DRIVER
4648P: Peter Korsgaard
4649M: jacmet@sunsite.dk
4650L: linux-serial@vger.kernel.org
4651S: Maintained
4652
1da177e4
LT
4653YAM DRIVER FOR AX.25
4654P: Jean-Paul Roubelat
4655M: jpr@f6fbb.org
4656L: linux-hams@vger.kernel.org
4657S: Maintained
4658
af64a5eb
HV
4659YEALINK PHONE DRIVER
4660P: Henk Vergonet
4661M: Henk.Vergonet@gmail.com
4662L: usbb2k-api-dev@nongnu.org
4663S: Maintained
4664
1da177e4
LT
4665Z8530 DRIVER FOR AX.25
4666P: Joerg Reuter
4667M: jreuter@yaina.de
4668W: http://yaina.de/jreuter/
4669W: http://www.qsl.net/dl1bke/
4670L: linux-hams@vger.kernel.org
4671S: Maintained
4672
7c0c3afb
DD
4673ZD1211RW WIRELESS DRIVER
4674P: Daniel Drake
4675M: dsd@gentoo.org
4676P: Ulrich Kunitz
4677M: kune@deine-taler.de
4678W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 4679L: linux-wireless@vger.kernel.org
7c0c3afb
DD
4680L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4681S: Maintained
4682
1da177e4
LT
4683ZR36067 VIDEO FOR LINUX DRIVER
4684P: Ronald Bultje
4685M: rbultje@ronald.bitfreak.net
4686L: mjpeg-users@lists.sourceforge.net
4687W: http://mjpeg.sourceforge.net/driver-zoran/
4688S: Maintained
4689
8b4a4080
MR
4690ZS DECSTATION Z85C30 SERIAL DRIVER
4691P: Maciej W. Rozycki
4692M: macro@linux-mips.org
4693S: Maintained
4694
1da177e4
LT
4695THE REST
4696P: Linus Torvalds
4697S: Buried alive in reporters