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