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