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