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