wimax: export linux/wimax.h and linux/wimax/i2400m.h with headers_install
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / MAINTAINERS
CommitLineData
1da177e4
LT
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
0a920b5b
AW
33 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
1da177e4
LT
38
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
c9ee133b 46 PLEASE remember that submissions must be made under the terms
4500371e
RD
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
c9ee133b 51
1da177e4
LT
526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
c9ee133b
AC
567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
1da177e4 61
b7eee616 62 -----------------------------------
1da177e4
LT
63
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
50306fb5 74T: SCM tree type and location. Type is one of: git, hg, quilt.
e7839f25 75F: Applicable files and/or directories
4501a466 76S: Status, one of the following:
1da177e4
LT
77
78 Supported: Someone is actually paid to look after this.
79 Maintained: Someone actually looks after it.
80 Odd Fixes: It has a maintainer but they don't have time to do
81 much other than throw the odd patch in. See below..
82 Orphan: No current maintainer [but maybe you could take the
83 role as you write your new code].
84 Obsolete: Old code. Something tagged obsolete generally means
85 it has been replaced by a better system and you
86 should be using that.
87
1da177e4
LT
883C505 NETWORK DRIVER
89P: Philip Blundell
90M: philb@gnu.org
979b6c13 91L: netdev@vger.kernel.org
1da177e4
LT
92S: Maintained
93
a6d89915
SK
943C59X NETWORK DRIVER
95P: Steffen Klassert
96M: klassert@mathematik.tu-chemnitz.de
97L: netdev@vger.kernel.org
98S: Maintained
99
1da177e4
LT
1003CR990 NETWORK DRIVER
101P: David Dillow
102M: dave@thedillows.org
979b6c13 103L: netdev@vger.kernel.org
1da177e4
LT
104S: Maintained
105
e2d1d6c0 1063W-9XXX SATA-RAID CONTROLLER DRIVER
1da177e4
LT
107P: Adam Radford
108M: linuxraid@amcc.com
109L: linux-scsi@vger.kernel.org
110W: http://www.amcc.com
111S: Supported
112
e2d1d6c0 1133W-XXXX ATA-RAID CONTROLLER DRIVER
1da177e4
LT
114P: Adam Radford
115M: linuxraid@amcc.com
116L: linux-scsi@vger.kernel.org
117W: http://www.amcc.com
118S: Supported
119
12053C700 AND 53C700-66 SCSI DRIVER
121P: James E.J. Bottomley
122M: James.Bottomley@HansenPartnership.com
123L: linux-scsi@vger.kernel.org
124S: Maintained
125
1266PACK NETWORK DRIVER FOR AX.25
127P: Andreas Koensgen
128M: ajk@iehk.rwth-aachen.de
129L: linux-hams@vger.kernel.org
130S: Maintained
131
1da177e4
LT
1328169 10/100/1000 GIGABIT ETHERNET DRIVER
133P: Francois Romieu
134M: romieu@fr.zoreil.com
979b6c13 135L: netdev@vger.kernel.org
1da177e4
LT
136S: Maintained
137
1388250/16?50 (AND CLONE UARTS) SERIAL DRIVER
1da177e4
LT
139L: linux-serial@vger.kernel.org
140W: http://serial.sourceforge.net
353cefdb 141S: Orphan
1da177e4
LT
142
1438390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144P: Paul Gortmaker
145M: p_gortmaker@yahoo.com
979b6c13 146L: netdev@vger.kernel.org
1da177e4
LT
147S: Maintained
148
67543e50 1499P FILE SYSTEM
ce00f85c
JC
150P: Eric Van Hensbergen
151M: ericvh@gmail.com
152P: Ron Minnich
27a2a5ff 153M: rminnich@sandia.gov
ce00f85c
JC
154P: Latchesar Ionkov
155M: lucho@ionkov.net
156L: v9fs-developer@lists.sourceforge.net
27a2a5ff 157W: http://swik.net/v9fs
ce00f85c
JC
158T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
159S: Maintained
67543e50 160
1da177e4
LT
161A2232 SERIAL BOARD DRIVER
162P: Enver Haase
1da177e4
LT
163M: A2232@gmx.net
164L: linux-m68k@lists.linux-m68k.org
165S: Maintained
166
e2d1d6c0
RD
167AACRAID SCSI RAID DRIVER
168P: Adaptec OEM Raid Solutions
169M: aacraid@adaptec.com
170L: linux-scsi@vger.kernel.org
171W: http://www.adaptec.com/
1da177e4
LT
172S: Supported
173
249e3c85 174ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
f2b84bbc
HG
175P: Hans de Goede
176M: j.w.r.degoede@hhs.nl
177L: lm-sensors@lm-sensors.org
178S: Maintained
179
249e3c85
AJS
180ABIT UGURU 3 HARDWARE MONITOR DRIVER
181P: Alistair John Strachan
182M: alistair@devzero.co.uk
183L: lm-sensors@lm-sensors.org
184S: Maintained
185
1da177e4
LT
186ACENIC DRIVER
187P: Jes Sorensen
188M: jes@trained-monkey.org
189L: linux-acenic@sunsite.dk
190S: Maintained
191
745a5d21
CC
192ACER WMI LAPTOP EXTRAS
193P: Carlos Corbacho
194M: carlos@strangeworlds.co.uk
195L: aceracpi@googlegroups.com (subscribers-only)
196W: http://code.google.com/p/aceracpi
197S: Maintained
198
1da177e4 199ACPI
54cd3148 200P: Len Brown
8b59a454 201M: lenb@kernel.org
6968e50c 202L: linux-acpi@vger.kernel.org
38e09d83 203W: http://www.lesswatts.org/projects/acpi/
6fb0425b 204T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
8b59a454
LB
205S: Supported
206
207ACPI BATTERY DRIVERS
a4146557
LB
208P: Alexey Starikovskiy
209M: astarikovskiy@suse.de
8b59a454 210L: linux-acpi@vger.kernel.org
0638bc8d 211W: http://www.lesswatts.org/projects/acpi/
8b59a454
LB
212S: Supported
213
214ACPI EC DRIVER
215P: Alexey Starikovskiy
a4146557 216M: astarikovskiy@suse.de
8b59a454 217L: linux-acpi@vger.kernel.org
0638bc8d 218W: http://www.lesswatts.org/projects/acpi/
8b59a454
LB
219S: Supported
220
221ACPI FAN DRIVER
65573ee7
LB
222P: Zhang Rui
223M: rui.zhang@intel.com
8b59a454 224L: linux-acpi@vger.kernel.org
0638bc8d 225W: http://www.lesswatts.org/projects/acpi/
8b59a454 226S: Supported
1da177e4 227
998be20f
KCA
228ACPI PCI HOTPLUG DRIVER
229P: Kristen Carlson Accardi
230M: kristen.c.accardi@intel.com
64dab204 231L: linux-pci@vger.kernel.org
8b59a454
LB
232S: Supported
233
234ACPI THERMAL DRIVER
65573ee7
LB
235P: Zhang Rui
236M: rui.zhang@intel.com
8b59a454 237L: linux-acpi@vger.kernel.org
0638bc8d 238W: http://www.lesswatts.org/projects/acpi/
8b59a454 239S: Supported
998be20f 240
359acec8 241ACPI VIDEO DRIVER
65573ee7 242P: Zhang Rui
38e09d83 243M: rui.zhang@intel.com
8b59a454 244L: linux-acpi@vger.kernel.org
0638bc8d 245W: http://www.lesswatts.org/projects/acpi/
8b59a454 246S: Supported
998be20f 247
bff431e4 248ACPI WMI DRIVER
795fb7e7
JD
249P: Carlos Corbacho
250M: carlos@strangeworlds.co.uk
251L: linux-acpi@vger.kernel.org
252W: http://www.lesswatts.org/projects/acpi/
253S: Maintained
bff431e4 254
2f39d519 255AD1889 ALSA SOUND DRIVER
795fb7e7
JD
256P: Kyle McMartin
257M: kyle@mcmartin.ca
258P: Thibaut Varene
259M: T-Bone@parisc-linux.org
260W: http://wiki.parisc-linux.org/AD1889
261L: linux-parisc@vger.kernel.org
262S: Maintained
2f39d519 263
1da177e4
LT
264ADM1025 HARDWARE MONITOR DRIVER
265P: Jean Delvare
266M: khali@linux-fr.org
cc0b07ed 267L: lm-sensors@lm-sensors.org
1da177e4
LT
268S: Maintained
269
cae2caae
CL
270ADM1029 HARDWARE MONITOR DRIVER
271P: Corentin Labbe
272M: corentin.labbe@geomatys.fr
273L: lm-sensors@lm-sensors.org
274S: Maintained
275
cc0b88cf
MW
276ADM8211 WIRELESS DRIVER
277P: Michael Wu
278M: flamingice@sourmilk.net
279L: linux-wireless@vger.kernel.org
280W: http://linuxwireless.org/
281T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
282S: Maintained
283
1da177e4
LT
284ADT746X FAN DRIVER
285P: Colin Leroy
286M: colin@colino.net
287S: Maintained
288
8c6af9e1
MW
289ADVANSYS SCSI DRIVER
290P: Matthew Wilcox
291M: matthew@wil.cx
292L: linux-scsi@vger.kernel.org
293S: Maintained
294
1da177e4
LT
295AEDSP16 DRIVER
296P: Riccardo Facchetti
297M: fizban@tin.it
298S: Maintained
299
300AFFS FILE SYSTEM
301P: Roman Zippel
302M: zippel@linux-m68k.org
303S: Maintained
304
e2d1d6c0
RD
305AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
306P: David Howells
307M: dhowells@redhat.com
308L: linux-afs@lists.infradead.org
309S: Supported
310
1da177e4 311AGPGART DRIVER
70e8992e
DJ
312P: David Airlie
313M: airlied@linux.ie
314T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4
LT
315S: Maintained
316
317AHA152X SCSI DRIVER
318P: Juergen E. Fischer
319M: Juergen Fischer <fischer@norbit.de>
320L: linux-scsi@vger.kernel.org
321S: Maintained
322
64624d4f
HR
323AIC7XXX / AIC79XX SCSI DRIVER
324P: Hannes Reinecke
325M: hare@suse.de
326L: linux-scsi@vger.kernel.org
1da177e4
LT
327S: Maintained
328
e2d1d6c0
RD
329AIO
330P: Benjamin LaHaise
331M: bcrl@kvack.org
332L: linux-aio@kvack.org
333S: Supported
334
1da177e4
LT
335ALCATEL SPEEDTOUCH USB DRIVER
336P: Duncan Sands
337M: duncan.sands@free.fr
6372594a 338L: linux-usb@vger.kernel.org
1da177e4
LT
339W: http://www.linux-usb.org/SpeedTouch/
340S: Maintained
341
272f133a 342ALCHEMY AU1XX0 MMC DRIVER
08fcb720
ML
343P: Manuel Lauss
344M: manuel.lauss@gmail.com
345S: Maintained
272f133a 346
4a4e5787
RM
347ALI1563 I2C DRIVER
348P: Rudolf Marek
7188cc66 349M: r.marek@assembler.cz
846557d3 350L: linux-i2c@vger.kernel.org
4a4e5787
RM
351S: Maintained
352
1da177e4
LT
353ALPHA PORT
354P: Richard Henderson
355M: rth@twiddle.net
356S: Odd Fixes for 2.4; Maintained for 2.6.
357P: Ivan Kokshaysky
358M: ink@jurassic.park.msu.ru
359S: Maintained for 2.4; PCI support for 2.6.
360
167a675a
TD
361AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
362P: Thomas Dahlmann
363M: thomas.dahlmann@amd.com
67d76710 364L: linux-geode@lists.infradead.org (moderated for non-subscribers)
167a675a
TD
365S: Supported
366
f90b8116 367AMD GEODE PROCESSOR/CHIPSET SUPPORT
ce00f85c 368P: Jordan Crouse
67d76710 369L: linux-geode@lists.infradead.org (moderated for non-subscribers)
f90b8116
JC
370W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
371S: Supported
372
919ee7dd
JR
373AMD IOMMU (AMD-VI)
374P: Joerg Roedel
375M: joerg.roedel@amd.com
376L: iommu@lists.linux-foundation.org
bbd001c7 377T: git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
919ee7dd
JR
378S: Supported
379
e7f5b309 380AMD MICROCODE UPDATE SUPPORT
8d433c40
PO
381P: Andreas Herrmann
382M: andeas.herrmann3@amd.com
383L: amd64-microcode@amd64.org
e7f5b309
PO
384S: Supported
385
284f42b6
SP
386AMS (Apple Motion Sensor) DRIVER
387P: Stelian Pop
388M: stelian@popies.net
389P: Michael Hanselmann
390M: linux-kernel@hansmi.ch
391S: Supported
392
f94b533d
TT
393AMSO1100 RNIC DRIVER
394P: Tom Tucker
395M: tom@opengridcomputing.com
396P: Steve Wise
397M: swise@opengridcomputing.com
78526821 398L: general@lists.openfabrics.org
f94b533d
TT
399S: Maintained
400
42269063
JB
401AOA (Apple Onboard Audio) ALSA DRIVER
402P: Johannes Berg
403M: johannes@sipsolutions.net
404L: linuxppc-dev@ozlabs.org
82622046 405L: alsa-devel@alsa-project.org (subscribers-only)
42269063
JB
406S: Maintained
407
1da177e4
LT
408APM DRIVER
409P: Stephen Rothwell
410M: sfr@canb.auug.org.au
411L: linux-laptop@vger.kernel.org
412W: http://www.canb.auug.org.au/~sfr/
413S: Supported
414
bd7aa4b2
HR
415APPLE BCM5974 MULTITOUCH DRIVER
416P: Henrik Rydberg
417M: rydberg@euromail.se
418L: linux-input@vger.kernel.org
419S: Maintained
420
6f2fad74
NB
421APPLE SMC DRIVER
422P: Nicolas Boichat
423M: nicolas@boichat.ch
424L: mactel-linux-devel@lists.sourceforge.net
425S: Maintained
426
1da177e4
LT
427APPLETALK NETWORK LAYER
428P: Arnaldo Carvalho de Melo
926554c4 429M: acme@ghostprotocols.net
1da177e4
LT
430S: Maintained
431
eb9ebe67
JB
432APPLETOUCH TOUCHPAD DRIVER
433P: Johannes Berg
434M: johannes@sipsolutions.net
eb76c5c0 435L: linux-input@vger.kernel.org
eb9ebe67
JB
436S: Maintained
437
1154ea7d
JK
438ARC FRAMEBUFFER DRIVER
439P: Jaya Kumar
440M: jayalk@intworks.biz
441S: Maintained
442
1da177e4
LT
443ARM MFM AND FLOPPY DRIVERS
444P: Ian Molton
445M: spyro@f2s.com
446S: Maintained
447
2761f5c2 448ARM PRIMECELL MMCI PL180/1 DRIVER
6d79947a 449S: Orphan
2761f5c2 450
2b7a52a4
LB
451ARM/ADI ROADRUNNER MACHINE SUPPORT
452P: Lennert Buytenhek
453M: kernel@wantstofly.org
454L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
455S: Maintained
456
457ARM/ADS SPHERE MACHINE SUPPORT
458P: Lennert Buytenhek
459M: kernel@wantstofly.org
460L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461S: Maintained
462
9c784f95
SL
463ARM/AFEB9260 MACHINE SUPPORT
464P: Sergey Lapin
465M: slapin@ossfans.org
466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
467S: Maintained
468
2b7a52a4
LB
469ARM/AJECO 1ARM MACHINE SUPPORT
470P: Lennert Buytenhek
471M: kernel@wantstofly.org
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Maintained
474
d4a89c7d 475ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
795fb7e7
JD
476P: Andrew Victor
477M: linux@maxim.org.za
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479W: http://maxim.org.za/at91_26.html
480S: Maintained
d4a89c7d 481
2b7a52a4
LB
482ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
483P: Lennert Buytenhek
484M: kernel@wantstofly.org
485L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
486S: Maintained
487
488ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
489P: Lennert Buytenhek
490M: kernel@wantstofly.org
491L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
492S: Maintained
493
d48134e7 494ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
a9da4f7e
RK
495P: Mike Rapoport
496M: mike@compulab.co.il
497L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
498S: Maintained
499
1da177e4
LT
500ARM/CORGI MACHINE SUPPORT
501P: Richard Purdie
502M: rpurdie@rpsys.net
503S: Maintained
504
a9da4f7e
RK
505ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
506P: Daniel Ribeiro
507M: drwyrm@gmail.com
508P: Stefan Schmidt
509M: stefan@openezx.org
510P: Harald Welte
511M: laforge@openezx.org
512L: openezx-devel@lists.openezx.org (subscribers-only)
513W: http://www.openezx.org/
514S: Maintained
515
86183a5f
SH
516ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
517P: Sascha Hauer
518M: kernel@pengutronix.de
519L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
520S: Maintained
521
2b7a52a4
LB
522ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
523P: Lennert Buytenhek
524M: kernel@wantstofly.org
525L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
526S: Maintained
527
90b8fc34
JK
528ARM/GUMSTIX MACHINE SUPPORT
529P: Steve Sakoman
530M: sakoman@gmail.com
531L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
532S: Maintained
533
21f37bc3 534ARM/HP JORNADA 7XX MACHINE SUPPORT
795fb7e7
JD
535P: Kristoffer Ericson
536M: kristoffer.ericson@gmail.com
537W: www.jlime.com
538S: Maintained
21f37bc3 539
2b7a52a4
LB
540ARM/INTEL IOP32X ARM ARCHITECTURE
541P: Lennert Buytenhek
542M: kernel@wantstofly.org
e2bdb176
DW
543P: Dan Williams
544M: dan.j.williams@intel.com
2b7a52a4 545L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176
DW
546S: Supported
547
548ARM/INTEL IOP33X ARM ARCHITECTURE
549P: Dan Williams
550M: dan.j.williams@intel.com
551L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552S: Supported
2b7a52a4
LB
553
554ARM/INTEL IOP13XX ARM ARCHITECTURE
555P: Lennert Buytenhek
556M: kernel@wantstofly.org
e2bdb176
DW
557P: Dan Williams
558M: dan.j.williams@intel.com
2b7a52a4 559L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 560S: Supported
2b7a52a4
LB
561
562ARM/INTEL IQ81342EX MACHINE SUPPORT
563P: Lennert Buytenhek
564M: kernel@wantstofly.org
e2bdb176
DW
565P: Dan Williams
566M: dan.j.williams@intel.com
2b7a52a4 567L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 568S: Supported
2b7a52a4
LB
569
570ARM/INTEL IXP2000 ARM ARCHITECTURE
571P: Lennert Buytenhek
572M: kernel@wantstofly.org
573L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
574S: Maintained
575
576ARM/INTEL IXDP2850 MACHINE SUPPORT
577P: Lennert Buytenhek
578M: kernel@wantstofly.org
579L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
580S: Maintained
581
582ARM/INTEL IXP23XX ARM ARCHITECTURE
583P: Lennert Buytenhek
584M: kernel@wantstofly.org
585L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
586S: Maintained
587
588ARM/INTEL XSC3 (MANZANO) ARM CORE
589P: Lennert Buytenhek
590M: kernel@wantstofly.org
e2bdb176
DW
591P: Dan Williams
592M: dan.j.williams@intel.com
2b7a52a4 593L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 594S: Supported
2b7a52a4
LB
595
596ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
597P: Lennert Buytenhek
598M: kernel@wantstofly.org
599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
600S: Maintained
601
602ARM/LOGICPD PXA270 MACHINE SUPPORT
603P: Lennert Buytenhek
604M: kernel@wantstofly.org
605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
606S: Maintained
607
3b886171
PZ
608ARM/MAGICIAN MACHINE SUPPORT
609P: Philipp Zabel
610M: philipp.zabel@gmail.com
611S: Maintained
612
9624dfe6
KE
613ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
614P: Michael Petchkovsky
615M: mkpetch@internode.on.net
616S: Maintained
617
8459c159 618ARM/TOSA MACHINE SUPPORT
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
b481de9c
ZY
2308INTEL WIRELESS WIFI LINK (iwlwifi)
2309P: Zhu Yi
2310M: yi.zhu@intel.com
1d43d312
RC
2311P: Reinette Chatre
2312M: reinette.chatre@intel.com
b481de9c
ZY
2313L: linux-wireless@vger.kernel.org
2314L: ipw3945-devel@lists.sourceforge.net
2315W: http://intellinuxwireless.org
2d4543fd 2316T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
b481de9c
ZY
2317S: Supported
2318
cb109a0e 2319IOC3 ETHERNET DRIVER
1da177e4
LT
2320P: Ralf Baechle
2321M: ralf@linux-mips.org
2322L: linux-mips@linux-mips.org
2323S: Maintained
2324
cb109a0e
RB
2325IOC3 SERIAL DRIVER
2326P: Pat Gefre
2327M: pfg@sgi.com
6650e0a5 2328L: linux-mips@linux-mips.org
cb109a0e
RB
2329S: Maintained
2330
4480f15b 2331IP MASQUERADING
1da177e4
LT
2332P: Juanjo Ciarlante
2333M: jjciarla@raiz.uncu.edu.ar
2334S: Maintained
2335
1202d6ff
FR
2336IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2337P: Francois Romieu
2338M: romieu@fr.zoreil.com
2339P: Sorbica Shieh
2340M: sorbica@icplus.com.tw
2341P: Jesse Huang
2342M: jesse@icplus.com.tw
2343L: netdev@vger.kernel.org
2344S: Maintained
2345
4480f15b 2346IPATH DRIVER
18b8c8f1 2347P: Ralph Campbell
f42b6471
AJ
2348M: infinipath@qlogic.com
2349L: general@lists.openfabrics.org
2350T: git git://git.qlogic.com/ipath-linux-2.6
77d8798b
BS
2351S: Supported
2352
4409ebe9
CM
2353IPMI SUBSYSTEM
2354P: Corey Minyard
2355M: minyard@acm.org
2356L: openipmi-developer@lists.sourceforge.net
2357W: http://openipmi.sourceforge.net/
2358S: Supported
2359
e2d1d6c0
RD
2360IPS SCSI RAID DRIVER
2361P: Adaptec OEM Raid Solutions
2362M: aacraid@adaptec.com
2363L: linux-scsi@vger.kernel.org
2364W: http://www.adaptec.com/
2365S: Maintained
2366
2367IPVS
2368P: Wensong Zhang
2369M: wensong@linux-vs.org
2370P: Simon Horman
2371M: horms@verge.net.au
2372P: Julian Anastasov
2373M: ja@ssi.bg
979b6c13 2374L: netdev@vger.kernel.org
e2d1d6c0 2375L: lvs-devel@vger.kernel.org
1da177e4
LT
2376S: Maintained
2377
e7839f25 2378IPWIRELESS DRIVER
099dc4fb
DS
2379P: Jiri Kosina
2380M: jkosina@suse.cz
2381P: David Sterba
2382M: dsterba@suse.cz
2383S: Maintained
2384T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2385
e2d1d6c0
RD
2386IPX NETWORK LAYER
2387P: Arnaldo Carvalho de Melo
2388M: acme@ghostprotocols.net
2389L: netdev@vger.kernel.org
2390S: Maintained
2391
1da177e4 2392IRDA SUBSYSTEM
f353976d
SO
2393P: Samuel Ortiz
2394M: samuel@sortiz.org
a2ac953d 2395L: irda-users@lists.sourceforge.net (subscribers-only)
1da177e4 2396W: http://irda.sourceforge.net/
f353976d 2397S: Maintained
1da177e4 2398
e2d1d6c0
RD
2399ISAPNP
2400P: Jaroslav Kysela
2401M: perex@perex.cz
2402S: Maintained
2403
14816b1e
MC
2404ISCSI
2405P: Mike Christie
2406M: michaelc@cs.wisc.edu
2407L: open-iscsi@googlegroups.com
2408W: www.open-iscsi.org
2409T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2410S: Maintained
2411
1da177e4
LT
2412ISDN SUBSYSTEM
2413P: Karsten Keil
2414M: kkeil@suse.de
d5d52273 2415L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
1da177e4 2416W: http://www.isdn4linux.de
1adc1230 2417T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1da177e4
LT
2418S: Maintained
2419
2420ISDN SUBSYSTEM (Eicon active card driver)
2421P: Armin Schindler
2422M: mac@melware.de
d5d52273 2423L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
1da177e4
LT
2424W: http://www.melware.de
2425S: Maintained
2426
91821ff3
HV
2427IVTV VIDEO4LINUX DRIVER
2428P: Hans Verkuil
2429M: hverkuil@xs4all.nl
2430L: ivtv-devel@ivtvdriver.org
2431L: ivtv-users@ivtvdriver.org
2432L: video4linux-list@redhat.com
2433W: http://www.ivtvdriver.org
2434S: Maintained
2435
e2d1d6c0
RD
2436JFS FILESYSTEM
2437P: Dave Kleikamp
2438M: shaggy@austin.ibm.com
2439L: jfs-discussion@lists.sourceforge.net
2440W: http://jfs.sourceforge.net/
2441T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2442S: Supported
2443
95252236
GFT
2444JME NETWORK DRIVER
2445P: Guo-Fu Tseng
2446M: cooldavid@cooldavid.org
2447L: netdev@vger.kernel.org
2448S: Maintained
2449
1da177e4
LT
2450JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2451P: David Woodhouse
2452M: dwmw2@infradead.org
6d85d066
DW
2453L: linux-mtd@lists.infradead.org
2454W: http://www.linux-mtd.infradead.org/doc/jffs2.html
1da177e4
LT
2455S: Maintained
2456
de456d37 2457JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
ae0718f8 2458P: Stephen Tweedie, Andrew Morton
588cc708 2459M: sct@redhat.com, akpm@linux-foundation.org
72be2ccf 2460L: linux-ext4@vger.kernel.org
ae0718f8
TT
2461S: Maintained
2462
4660cb35
RM
2463K8TEMP HARDWARE MONITORING DRIVER
2464P: Rudolf Marek
2465M: r.marek@assembler.cz
2466L: lm-sensors@lm-sensors.org
ae0718f8
TT
2467S: Maintained
2468
1da177e4
LT
2469KCONFIG
2470P: Roman Zippel
2471M: zippel@linux-m68k.org
347d12d7 2472L: linux-kbuild@vger.kernel.org
1da177e4
LT
2473S: Maintained
2474
ea6c2089
VG
2475KDUMP
2476P: Vivek Goyal
4200b66c 2477M: vgoyal@redhat.com
ea6c2089
VG
2478P: Haren Myneni
2479M: hbabu@us.ibm.com
34633993 2480L: kexec@lists.infradead.org
ea6c2089
VG
2481L: linux-kernel@vger.kernel.org
2482W: http://lse.sourceforge.net/kdump/
2483S: Maintained
2484
1da177e4
LT
2485KERNEL AUTOMOUNTER (AUTOFS)
2486P: H. Peter Anvin
2487M: hpa@zytor.com
2488L: autofs@linux.kernel.org
2489S: Odd Fixes
2490
2491KERNEL AUTOMOUNTER v4 (AUTOFS4)
2492P: Ian Kent
2493M: raven@themaw.net
2494L: autofs@linux.kernel.org
2495S: Maintained
2496
2497KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1da177e4
LT
2498P: Sam Ravnborg
2499M: sam@ravnborg.org
591b0179
SR
2500T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2501T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
347d12d7 2502L: linux-kbuild@vger.kernel.org
b7eee616 2503S: Maintained
1da177e4
LT
2504
2505KERNEL JANITORS
2506P: Several
c3000e03 2507L: kernel-janitors@vger.kernel.org
1da177e4 2508W: http://www.kerneljanitors.org/
1da177e4
LT
2509S: Maintained
2510
e8b43555 2511KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
a512cd5d
NB
2512P: J. Bruce Fields
2513M: bfields@fieldses.org
1da177e4 2514P: Neil Brown
98fac23f 2515M: neilb@suse.de
16141c02 2516L: linux-nfs@vger.kernel.org
1da177e4 2517W: http://nfs.sourceforge.net/
98fac23f 2518S: Supported
1da177e4 2519
426d62e2
AK
2520KERNEL VIRTUAL MACHINE (KVM)
2521P: Avi Kivity
9ea1de4e 2522M: avi@redhat.com
1fc9d2bf
AK
2523L: kvm@vger.kernel.org
2524W: http://kvm.qumranet.com
426d62e2
AK
2525S: Supported
2526
ad8003d3
JR
2527KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2528P: Joerg Roedel
2529M: joerg.roedel@amd.com
1fc9d2bf
AK
2530L: kvm@vger.kernel.org
2531W: http://kvm.qumranet.com
426d62e2
AK
2532S: Supported
2533
513014b7
HB
2534KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2535P: Hollis Blanchard
2536M: hollisb@us.ibm.com
1fc9d2bf
AK
2537L: kvm-ppc@vger.kernel.org
2538W: http://kvm.qumranet.com
513014b7
HB
2539S: Supported
2540
1fc9d2bf 2541KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
920ed9f1
ZX
2542P: Xiantao Zhang
2543M: xiantao.zhang@intel.com
1fc9d2bf
AK
2544L: kvm-ia64@vger.kernel.org
2545W: http://kvm.qumranet.com
920ed9f1
ZX
2546S: Supported
2547
85f8fffe
CB
2548KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2549P: Carsten Otte
2550M: cotte@de.ibm.com
2551P: Christian Borntraeger
2552M: borntraeger@de.ibm.com
2553M: linux390@de.ibm.com
2554L: linux-s390@vger.kernel.org
2555W: http://www.ibm.com/developerworks/linux/linux390/
2556S: Supported
2557
dc009d92
EB
2558KEXEC
2559P: Eric Biederman
dc009d92 2560M: ebiederm@xmission.com
b7c698f7 2561W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
dc009d92 2562L: linux-kernel@vger.kernel.org
34633993 2563L: kexec@lists.infradead.org
dc009d92
EB
2564S: Maintained
2565
e3e2aaf7
JW
2566KGDB
2567P: Jason Wessel
2568M: jason.wessel@windriver.com
2569L: kgdb-bugreport@lists.sourceforge.net
2570S: Maintained
2571
89559a61 2572KPROBES
89559a61
PP
2573P: Ananth N Mavinakayanahalli
2574M: ananth@in.ibm.com
2575P: Anil S Keshavamurthy
2576M: anil.s.keshavamurthy@intel.com
2577P: David S. Miller
2578M: davem@davemloft.net
6edef97e
MH
2579P: Masami Hiramatsu
2580M: mhiramat@redhat.com
89559a61
PP
2581L: linux-kernel@vger.kernel.org
2582S: Maintained
2583
70e84049
MOS
2584KS0108 LCD CONTROLLER DRIVER
2585P: Miguel Ojeda Sandonis
450c622e 2586M: miguel.ojeda.sandonis@gmail.com
70e84049 2587L: linux-kernel@vger.kernel.org
450c622e
MO
2588W: http://miguelojeda.es/auxdisplay.htm
2589W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
2590S: Maintained
2591
1da177e4 2592LAPB module
1da177e4 2593L: linux-x25@vger.kernel.org
bf9915cc 2594S: Orphan
1da177e4
LT
2595
2596LASI 53c700 driver for PARISC
2597P: James E.J. Bottomley
2598M: James.Bottomley@HansenPartnership.com
2599L: linux-scsi@vger.kernel.org
2600S: Maintained
2601
263de9b5
RP
2602LED SUBSYSTEM
2603P: Richard Purdie
2604M: rpurdie@rpsys.net
2605S: Maintained
2606
1da177e4
LT
2607LEGO USB Tower driver
2608P: Juergen Stuber
2609M: starblue@users.sourceforge.net
2610L: legousb-devel@lists.sourceforge.net
2611W: http://legousb.sourceforge.net/
2612S: Maintained
2613
568a17ff
RR
2614LGUEST
2615P: Rusty Russell
2616M: rusty@rustcorp.com.au
2617L: lguest@ozlabs.org
2618W: http://lguest.ozlabs.org/
2619S: Maintained
2620
1da177e4
LT
2621LINUX FOR IBM pSERIES (RS/6000)
2622P: Paul Mackerras
2623M: paulus@au.ibm.com
2624W: http://www.ibm.com/linux/ltc/projects/ppc
2625S: Supported
2626
2627LINUX FOR NCR VOYAGER
2628P: James Bottomley
2629M: James.Bottomley@HansenPartnership.com
2630W: http://www.hansenpartnership.com/voyager
2631S: Maintained
2632
852bb9f5 2633LINUX FOR POWERPC (32-BIT AND 64-BIT)
852bb9f5
PM
2634P: Benjamin Herrenschmidt
2635M: benh@kernel.crashing.org
92cde4d5
PM
2636P: Paul Mackerras
2637M: paulus@samba.org
1da177e4
LT
2638W: http://www.penguinppc.org/
2639L: linuxppc-dev@ozlabs.org
92cde4d5 2640T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
1da177e4
LT
2641S: Supported
2642
2643LINUX FOR POWER MACINTOSH
2644P: Benjamin Herrenschmidt
2645M: benh@kernel.crashing.org
2646W: http://www.penguinppc.org/
2647L: linuxppc-dev@ozlabs.org
2648S: Maintained
2649
77a76369 2650LINUX FOR POWERPC EMBEDDED MPC5XXX
1da177e4
LT
2651P: Sylvain Munaut
2652M: tnt@246tNt.com
e1eea9fa
GL
2653P: Grant Likely
2654M: grant.likely@secretlab.ca
1da177e4 2655L: linuxppc-dev@ozlabs.org
1da177e4
LT
2656S: Maintained
2657
2658LINUX FOR POWERPC EMBEDDED PPC4XX
9a474fff
JB
2659P: Josh Boyer
2660M: jwboyer@linux.vnet.ibm.com
1da177e4
LT
2661P: Matt Porter
2662M: mporter@kernel.crashing.org
2663W: http://www.penguinppc.org/
88de3cab 2664L: linuxppc-dev@ozlabs.org
9a474fff 2665T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
1da177e4
LT
2666S: Maintained
2667
260c02a9
GL
2668LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2669P: Grant Likely
2670M: grant.likely@secretlab.ca
f210d43c 2671W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
260c02a9 2672L: linuxppc-dev@ozlabs.org
1da177e4
LT
2673S: Maintained
2674
e93adf1e 2675LINUX FOR POWERPC EMBEDDED PPC8XX
dba5baf3
MT
2676P: Vitaly Bordug
2677M: vitb@kernel.crashing.org
e93adf1e 2678P: Marcelo Tosatti
2e367a82 2679M: marcelo@kvack.org
e93adf1e 2680W: http://www.penguinppc.org/
88de3cab 2681L: linuxppc-dev@ozlabs.org
e93adf1e
TR
2682S: Maintained
2683
1da177e4 2684LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
ce00f85c
JC
2685P: Kumar Gala
2686M: galak@kernel.crashing.org
2687W: http://www.penguinppc.org/
88de3cab 2688L: linuxppc-dev@ozlabs.org
ce00f85c 2689S: Maintained
1da177e4 2690
ab06ff3a
OJ
2691LINUX FOR POWERPC PA SEMI PWRFICIENT
2692P: Olof Johansson
2693M: olof@lixom.net
2694W: http://www.pasemi.com/
2695L: linuxppc-dev@ozlabs.org
2696S: Supported
2697
1da177e4
LT
2698LINUX SECURITY MODULE (LSM) FRAMEWORK
2699P: Chris Wright
692a2061 2700M: chrisw@sous-sol.org
1a4520be 2701L: linux-security-module@vger.kernel.org
1adc1230 2702T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1da177e4
LT
2703S: Supported
2704
e2d1d6c0
RD
2705LLC (802.2)
2706P: Arnaldo Carvalho de Melo
2707M: acme@ghostprotocols.net
2708S: Maintained
2709
455fbdd3
PM
2710LIS3LV02D ACCELEROMETER DRIVER
2711P: Eric Piel
2712M: eric.piel@tremplin-utc.net
2713S: Maintained
2714
1da177e4
LT
2715LM83 HARDWARE MONITOR DRIVER
2716P: Jean Delvare
2717M: khali@linux-fr.org
cc0b07ed 2718L: lm-sensors@lm-sensors.org
1da177e4
LT
2719S: Maintained
2720
2721LM90 HARDWARE MONITOR DRIVER
2722P: Jean Delvare
2723M: khali@linux-fr.org
cc0b07ed 2724L: lm-sensors@lm-sensors.org
1da177e4
LT
2725S: Maintained
2726
512e67f9
PZ
2727LOCKDEP AND LOCKSTAT
2728P: Peter Zijlstra
2729M: peterz@infradead.org
2730P: Ingo Molnar
2731M: mingo@redhat.com
2732L: linux-kernel@vger.kernel.org
2733T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2734S: Maintained
2735
dde33348 2736LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
1da177e4
LT
2737P: Richard Russon (FlatCap)
2738M: ldm@flatcap.org
dde33348
AA
2739L: linux-ntfs-dev@lists.sourceforge.net
2740W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4
LT
2741S: Maintained
2742
c87e34ef
MED
2743LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2744P: Eric Moore
d8a82d7b
EM
2745M: Eric.Moore@lsi.com
2746M: support@lsi.com
cec744fb 2747L: DL-MPTFusionLinux@lsi.com
c87e34ef
MED
2748L: linux-scsi@vger.kernel.org
2749W: http://www.lsilogic.com/support
2750S: Supported
2751
1da177e4
LT
2752LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2753P: Matthew Wilcox
2754M: matthew@wil.cx
2755L: linux-scsi@vger.kernel.org
2756S: Maintained
2757
81365c31
MF
2758LTP (Linux Test Project)
2759P: Subrata Modak
2760M: subrata@linux.vnet.ibm.com
2761P: Mike Frysinger
2762M: vapier@gentoo.org
2763L: ltp-list@lists.sourceforge.net (subscribers-only)
2764W: http://ltp.sourceforge.net/
2765T: git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2766S: Maintained
2767
c12a54b3
HT
2768M32R ARCHITECTURE
2769P: Hirokazu Takata
2770M: takata@linux-m32r.org
2771L: linux-m32r@ml.linux-m32r.org
2772L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2773W: http://www.linux-m32r.org/
2774S: Maintained
2775
1da177e4
LT
2776M68K ARCHITECTURE
2777P: Geert Uytterhoeven
2778M: geert@linux-m68k.org
2779P: Roman Zippel
2780M: zippel@linux-m68k.org
2781L: linux-m68k@lists.linux-m68k.org
2782W: http://www.linux-m68k.org/
2783W: http://linux-m68k-cvs.ubb.ca/
2784S: Maintained
2785
2786M68K ON APPLE MACINTOSH
2787P: Joshua Thompson
2788M: funaho@jurai.org
2789W: http://www.mac.linux-m68k.org/
9bb9f222 2790L: linux-m68k@lists.linux-m68k.org
1da177e4
LT
2791S: Maintained
2792
2793M68K ON HP9000/300
2794P: Philip Blundell
2795M: philb@gnu.org
2796W: http://www.tazenda.demon.co.uk/phil/linux-hp
2797S: Maintained
2798
64a327a7 2799MAC80211
31c7cecb
JB
2800P: Johannes Berg
2801M: johannes@sipsolutions.net
0f48d7e1
JB
2802P: Michael Wu
2803M: flamingice@sourmilk.net
64a327a7
JB
2804L: linux-wireless@vger.kernel.org
2805W: http://linuxwireless.org/
31c7cecb 2806T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
64a327a7
JB
2807S: Maintained
2808
1036d864
SB
2809MAC80211 PID RATE CONTROL
2810P: Stefano Brivio
2811M: stefano.brivio@polimi.it
2812P: Mattias Nissler
2813M: mattias.nissler@gmx.de
2814L: linux-wireless@vger.kernel.org
2815W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2816T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2817S: Maintained
2818
b863ceb7
PM
2819MACVLAN DRIVER
2820P: Patrick McHardy
2821M: kaber@trash.net
2822L: netdev@vger.kernel.org
2823S: Maintained
2824
faf1668c 2825MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
ce00f85c 2826P: Michael Kerrisk
1d7f5023 2827M: mtk.manpages@gmail.com
795fb7e7 2828W: http://www.kernel.org/doc/man-pages
bd7ebec6 2829L: linux-man@vger.kernel.org
795fb7e7 2830S: Supported
faf1668c 2831
74cda169
SB
2832MARVELL LIBERTAS WIRELESS DRIVER
2833P: Dan Williams
2834M: dcbw@redhat.com
2835L: libertas-dev@lists.infradead.org
2836S: Maintained
2837
b60d6975 2838MARVELL MV643XX ETHERNET DRIVER
85ba9d97
DF
2839P: Lennert Buytenhek
2840M: buytenh@marvell.com
979b6c13 2841L: netdev@vger.kernel.org
85ba9d97 2842S: Supported
1da177e4 2843
e2d1d6c0
RD
2844MARVELL YUKON / SYSKONNECT DRIVER
2845P: Mirko Lindner
2846M: mlindner@syskonnect.de
2847P: Ralph Roesler
2848M: rroesler@syskonnect.de
2849W: http://www.syskonnect.com
2850S: Supported
2851
1da177e4
LT
2852MATROX FRAMEBUFFER DRIVER
2853P: Petr Vandrovec
2854M: vandrove@vc.cvut.cz
8936b6db 2855L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
2856S: Maintained
2857
d20620de
HJK
2858MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2859P: Hans J. Koch
2860M: hjk@linutronix.de
2861L: lm-sensors@lm-sensors.org
2862S: Maintained
2863
757e0108 2864MEGARAID SCSI DRIVERS
ce00f85c 2865P: Neela Syam Kolli
bdd0d757 2866M: megaraidlinux@lsi.com
baaea1dc 2867L: linux-scsi@vger.kernel.org
ce00f85c
JC
2868W: http://megaraid.lsilogic.com
2869S: Maintained
757e0108 2870
70ea91f1
SR
2871MEMORY MANAGEMENT
2872L: linux-mm@kvack.org
2873L: linux-kernel@vger.kernel.org
2874W: http://www.linux-mm.org
2875S: Maintained
2876
938a9204 2877MEMORY RESOURCE CONTROLLER
2878P: Balbir Singh
2879M: balbir@linux.vnet.ibm.com
2880P: Pavel Emelyanov
2881M: xemul@openvz.org
2882P: KAMEZAWA Hiroyuki
2883M: kamezawa.hiroyu@jp.fujitsu.com
2884L: linux-mm@kvack.org
2885L: linux-kernel@vger.kernel.org
2886S: Maintained
2887
f4e9ce66 2888MEMORY TECHNOLOGY DEVICES (MTD)
1da177e4
LT
2889P: David Woodhouse
2890M: dwmw2@infradead.org
2891W: http://www.linux-mtd.infradead.org/
2892L: linux-mtd@lists.infradead.org
f4e9ce66 2893T: git git://git.infradead.org/mtd-2.6.git
1da177e4
LT
2894S: Maintained
2895
2896MICROTEK X6 SCANNER
2897P: Oliver Neukum
2898M: oliver@neukum.name
2899S: Maintained
2900
2901MIPS
2902P: Ralf Baechle
2903M: ralf@linux-mips.org
d50f7ec9 2904W: http://www.linux-mips.org/
1da177e4 2905L: linux-mips@linux-mips.org
7425b340
RB
2906T: git www.linux-mips.org:/pub/scm/linux.git
2907S: Supported
1da177e4
LT
2908
2909MISCELLANEOUS MCA-SUPPORT
2910P: James Bottomley
c4e1608e 2911M: James.Bottomley@HansenPartnership.com
1da177e4
LT
2912L: linux-kernel@vger.kernel.org
2913S: Maintained
2914
2915MODULE SUPPORT
2916P: Rusty Russell
2917M: rusty@rustcorp.com.au
2918L: linux-kernel@vger.kernel.org
2919S: Maintained
2920
2921MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2922P: Stelian Pop
2923M: stelian@popies.net
2924W: http://popies.net/meye/
2925S: Maintained
2926
c58ff04a
PP
2927MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2928P: Pavel Pisa
2929M: ppisa@pikron.com
2930L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
c58ff04a
PP
2931S: Maintained
2932
1da177e4
LT
2933MOUSE AND MISC DEVICES [GENERAL]
2934P: Alessandro Rubini
2935M: rubini@ipvvis.unipv.it
2936L: linux-kernel@vger.kernel.org
2937S: Maintained
2938
b9705b60 2939MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
d735410a
JS
2940P: Jiri Slaby
2941M: jirislaby@gmail.com
2942L: linux-kernel@vger.kernel.org
2943S: Maintained
2944
8c4c731a
LP
2945MSI LAPTOP SUPPORT
2946P: Lennart Poettering
2947M: mzxreary@0pointer.de
04bdfb91 2948W: https://tango.0pointer.de/mailman/listinfo/s270-linux
8c4c731a
LP
2949W: http://0pointer.de/lennart/tchibo.html
2950S: Maintained
2951
4e0d13cb
SO
2952MULTIFUNCTION DEVICES (MFD)
2953P: Samuel Ortiz
2954M: sameo@openedhand.com
2955L: linux-kernel@vger.kernel.org
2956S: Supported
2957
5c4e6f13 2958MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
b9f5d804
PO
2959P: Pierre Ossman
2960M: drzeus-mmc@drzeus.cx
2961L: linux-kernel@vger.kernel.org
2962S: Maintained
baca2da4 2963
15a0580c
DB
2964MULTIMEDIA CARD (MMC) ETC. OVER SPI
2965P: David Brownell
2966M: dbrownell@users.sourceforge.net
2967L: linux-kernel@vger.kernel.org
baaea1dc 2968S: Odd Fixes
15a0580c 2969
1da177e4
LT
2970MULTISOUND SOUND DRIVER
2971P: Andrew Veliath
2972M: andrewtv@usa.net
2973S: Maintained
2974
d735410a
JS
2975MULTITECH MULTIPORT CARD (ISICOM)
2976P: Jiri Slaby
2977M: jirislaby@gmail.com
2978L: linux-kernel@vger.kernel.org
2979S: Maintained
2980
550a7375 2981MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
795fb7e7
JD
2982P: Felipe Balbi
2983M: felipe.balbi@nokia.com
2984L: linux-usb@vger.kernel.org
b6a49b84 2985T: git gitorious.org:/musb/mainline.git
795fb7e7 2986S: Maintained
550a7375 2987
2d3cf588
BG
2988MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2989P: Andrew Gallatin
2990M: gallatin@myri.com
2991P: Brice Goglin
2992M: brice@myri.com
2993L: netdev@vger.kernel.org
2994W: http://www.myri.com/scs/download-Myri10GE.html
2995S: Supported
2996
1da177e4 2997NATSEMI ETHERNET DRIVER (DP8381x)
795fb7e7 2998P: Tim Hockin
1da177e4
LT
2999M: thockin@hockin.org
3000S: Maintained
3001
3002NCP FILESYSTEM
3003P: Petr Vandrovec
3004M: vandrove@vc.cvut.cz
3005L: linware@sh.cvut.cz
3006S: Maintained
3007
3008NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3009P: James E.J. Bottomley
3010M: James.Bottomley@HansenPartnership.com
3011L: linux-scsi@vger.kernel.org
3012S: Maintained
3013
3c2d774c
GS
3014NETEFFECT IWARP RNIC DRIVER (IW_NES)
3015P: Faisal Latif
7b49d954 3016M: faisal.latif@intel.com
5f625606 3017P: Chien Tung
7b49d954 3018M: chien.tin.tung@intel.com
3c2d774c
GS
3019L: general@lists.openfabrics.org
3020W: http://www.neteffect.com
3021S: Supported
3022F: drivers/infiniband/hw/nes/
3023
be2f2e84
SH
3024NETEM NETWORK EMULATOR
3025P: Stephen Hemminger
65ebe634 3026M: shemminger@linux-foundation.org
f318a63b 3027L: netem@lists.linux-foundation.org
be2f2e84
SH
3028S: Maintained
3029
4a58448b
JS
3030NETERION (S2IO) Xframe 10GbE DRIVER
3031P: Ramkrishna Vepa
3032M: ram.vepa@neterion.com
3033P: Rastapur Santosh
3034M: santosh.rastapur@neterion.com
3035P: Sivakumar Subramani
3036M: sivakumar.subramani@neterion.com
3037P: Sreenivasa Honnur
3038M: sreenivasa.honnur@neterion.com
3039L: netdev@vger.kernel.org
3040W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3041S: Supported
3042
1da177e4
LT
3043NETFILTER/IPTABLES/IPCHAINS
3044P: Rusty Russell
3045P: Marc Boucher
3046P: James Morris
3047P: Harald Welte
3048P: Jozsef Kadlecsik
82b98543
PM
3049P: Patrick McHardy
3050M: kaber@trash.net
1a03b81d
PM
3051L: netfilter-devel@vger.kernel.org
3052L: netfilter@vger.kernel.org
82b98543 3053L: coreteam@netfilter.org
1da177e4
LT
3054W: http://www.netfilter.org/
3055W: http://www.iptables.org/
1da177e4
LT
3056S: Supported
3057
4cc67735
PM
3058NETLABEL
3059P: Paul Moore
3060M: paul.moore@hp.com
3061W: http://netlabel.sf.net
3062L: netdev@vger.kernel.org
3063S: Supported
3064
1da177e4
LT
3065NETROM NETWORK LAYER
3066P: Ralf Baechle
3067M: ralf@linux-mips.org
3068L: linux-hams@vger.kernel.org
d34cb28a 3069W: http://www.linux-ax25.org/
1da177e4
LT
3070S: Maintained
3071
5ddb88c0 3072NETWORK BLOCK DEVICE (NBD)
1da177e4
LT
3073P: Paul Clements
3074M: Paul.Clements@steeleye.com
3075S: Maintained
3076
3077NETWORK DEVICE DRIVERS
1da177e4
LT
3078P: Jeff Garzik
3079M: jgarzik@pobox.com
979b6c13 3080L: netdev@vger.kernel.org
6fb0425b 3081T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1da177e4
LT
3082S: Maintained
3083
3084NETWORKING [GENERAL]
3085P: Networking Team
979b6c13
RB
3086M: netdev@vger.kernel.org
3087L: netdev@vger.kernel.org
f1465f7e 3088W: http://linux-net.osdl.org/
1da177e4
LT
3089S: Maintained
3090
3091NETWORKING [IPv4/IPv6]
3092P: David S. Miller
3093M: davem@davemloft.net
3094P: Alexey Kuznetsov
3095M: kuznet@ms2.inr.ac.ru
3096P: Pekka Savola (ipv6)
3097M: pekkas@netcore.fi
3098P: James Morris
48de5bee 3099M: jmorris@namei.org
1da177e4
LT
3100P: Hideaki YOSHIFUJI
3101M: yoshfuji@linux-ipv6.org
3102P: Patrick McHardy
1a03b81d 3103M: kaber@trash.net
979b6c13 3104L: netdev@vger.kernel.org
d5ca3117 3105T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1da177e4
LT
3106S: Maintained
3107
10e2ff1c
JM
3108NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3109P: Paul Moore
3110M: paul.moore@hp.com
3111L: netdev@vger.kernel.org
3112S: Maintained
3113
29f8f632
JL
3114NETWORKING [WIRELESS]
3115P: John W. Linville
3116M: linville@tuxdriver.com
2cb4abd1 3117L: linux-wireless@vger.kernel.org
29f8f632
JL
3118T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3119S: Maintained
3120
3d396eb1 3121NETXEN (1/10) GbE SUPPORT
d230ce30 3122P: Dhananjay Phadke
3123M: dhananjay@netxen.com
3d396eb1
AK
3124L: netdev@vger.kernel.org
3125W: http://www.netxen.com
3126S: Supported
3127
e8b43555 3128NFS, SUNRPC, AND LOCKD CLIENTS
1da177e4 3129P: Trond Myklebust
78f58153
TM
3130M: Trond.Myklebust@netapp.com
3131L: linux-nfs@vger.kernel.org
3132W: http://client.linux-nfs.org
3133T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
1da177e4
LT
3134S: Maintained
3135
3136NI5010 NETWORK DRIVER
5b552b16
AM
3137P: Jan-Pascal van Best
3138M: janpascal@vanbest.org
3139P: Andreas Mohr
3140M: andi@lisas.de
979b6c13 3141L: netdev@vger.kernel.org
1da177e4
LT
3142S: Maintained
3143
3144NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3145P: YOKOTA Hiroshi
3146M: yokota@netlab.is.tsukuba.ac.jp
3147W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3148S: Maintained
3149
3150NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3151P: GOTO Masanori
3152M: gotom@debian.or.jp
3153P: YOKOTA Hiroshi
3154M: yokota@netlab.is.tsukuba.ac.jp
3155W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3156S: Maintained
3157
1da177e4
LT
3158NTFS FILESYSTEM
3159P: Anton Altaparmakov
3160M: aia21@cantab.net
3161L: linux-ntfs-dev@lists.sourceforge.net
3162L: linux-kernel@vger.kernel.org
169ccbd4 3163W: http://www.linux-ntfs.org/
1adc1230 3164T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1da177e4
LT
3165S: Maintained
3166
9eb8ef74 3167NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
ce00f85c 3168P: Antonino Daplas
0478e62e 3169M: adaplas@gmail.com
8936b6db 3170L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 3171S: Maintained
1da177e4 3172
0ad122d9
BC
3173OMFS FILESYSTEM
3174P: Bob Copeland
3175M: me@bobcopeland.com
3176L: linux-karma-devel@lists.sourceforge.net
3177S: Maintained
3178
c1986ee9
HW
3179OMNIKEY CARDMAN 4000 DRIVER
3180P: Harald Welte
3181M: laforge@gnumonks.org
3182S: Maintained
3183
77c44ab1
HW
3184OMNIKEY CARDMAN 4040 DRIVER
3185P: Harald Welte
3186M: laforge@gnumonks.org
3187S: Maintained
3188
77d5140f 3189OMNIVISION OV7670 SENSOR DRIVER
795fb7e7 3190P: Jonathan Corbet
77d5140f
JC
3191M: corbet@lwn.net
3192L: video4linux-list@redhat.com
3193S: Maintained
3194
431bca73
TG
3195ONENAND FLASH DRIVER
3196P: Kyungmin Park
3197M: kyungmin.park@samsung.com
3198L: linux-mtd@lists.infradead.org
3199S: Maintained
3200
1da177e4
LT
3201ONSTREAM SCSI TAPE DRIVER
3202P: Willem Riede
3203M: osst@riede.org
3204L: osst-users@lists.sourceforge.net
3205L: linux-scsi@vger.kernel.org
3206S: Maintained
3207
e2d1d6c0
RD
3208OPENCORES I2C BUS DRIVER
3209P: Peter Korsgaard
3210M: jacmet@sunsite.dk
846557d3 3211L: linux-i2c@vger.kernel.org
e2d1d6c0
RD
3212S: Maintained
3213
1da177e4 3214OPROFILE
d1a5d197
RR
3215P: Robert Richter
3216M: robert.richter@amd.com
1da177e4
LT
3217L: oprofile-list@lists.sf.net
3218S: Maintained
3219
e2d1d6c0
RD
3220ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3221P: Mark Fasheh
3222M: mfasheh@suse.com
3223P: Joel Becker
3224M: joel.becker@oracle.com
3225L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3226W: http://oss.oracle.com/projects/ocfs2/
3227T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3228S: Supported
3229
1da177e4
LT
3230ORINOCO DRIVER
3231P: Pavel Roskin
3232M: proski@gnu.org
3233P: David Gibson
3234M: hermes@gibson.dropbear.id.au
724c6b35 3235L: linux-wireless@vger.kernel.org
ecffdde6
PR
3236L: orinoco-users@lists.sourceforge.net
3237L: orinoco-devel@lists.sourceforge.net
3238W: http://www.nongnu.org/orinoco/
1da177e4
LT
3239S: Maintained
3240
e2d1d6c0
RD
3241P54 WIRELESS DRIVER
3242P: Michael Wu
3243M: flamingice@sourmilk.net
3244L: linux-wireless@vger.kernel.org
3245W: http://prism54.org
3246T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3247S: Maintained
3248
f5cd7872
OJ
3249PA SEMI ETHERNET DRIVER
3250P: Olof Johansson
3251M: olof@lixom.net
3252L: netdev@vger.kernel.org
3253S: Maintained
3254
beb58aa3
OJ
3255PA SEMI SMBUS DRIVER
3256P: Olof Johansson
3257M: olof@lixom.net
846557d3 3258L: linux-i2c@vger.kernel.org
beb58aa3
OJ
3259S: Maintained
3260
709ee531
HW
3261PANASONIC LAPTOP ACPI EXTRAS DRIVER
3262P: Harald Welte
3263M: laforge@gnumonks.org
3264S: Maintained
3265
4fa97181
DH
3266PANASONIC MN10300/AM33 PORT
3267P: David Howells
3268M: dhowells@redhat.com
3269P: Koichi Yasutake
3270M: yasutake.koichi@jp.panasonic.com
3271L: linux-am33-list@redhat.com (moderated for non-subscribers)
3272W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3273S: Maintained
3274
1da177e4 3275PARALLEL PORT SUPPORT
3dd1a329 3276L: linux-parport@lists.infradead.org (subscribers-only)
5fdc2abe 3277S: Orphan
1da177e4 3278
4cdf6bc2
JF
3279PARAVIRT_OPS INTERFACE
3280P: Jeremy Fitzhardinge
3281M: jeremy@xensource.com
3282P: Chris Wright
3283M: chrisw@sous-sol.org
3284P: Zachary Amsden
3285M: zach@vmware.com
3286P: Rusty Russell
3287M: rusty@rustcorp.com.au
3288L: virtualization@lists.osdl.org
3289L: linux-kernel@vger.kernel.org
3290S: Supported
3291
e2d1d6c0
RD
3292PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3293P: Tim Waugh
3294M: tim@cyberelk.net
3295L: linux-parport@lists.infradead.org (subscribers-only)
3296W: http://www.torque.net/linux-pp.html
3297S: Maintained
3298
3299PARISC ARCHITECTURE
3300P: Kyle McMartin
3301M: kyle@mcmartin.ca
3302P: Matthew Wilcox
3303M: matthew@wil.cx
3304P: Grant Grundler
3305M: grundler@parisc-linux.org
3306L: linux-parisc@vger.kernel.org
3307W: http://www.parisc-linux.org/
3308T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3309S: Maintained
3310
1662d32c
JC
3311PC87360 HARDWARE MONITORING DRIVER
3312P: Jim Cromie
3313M: jim.cromie@gmail.com
3314L: lm-sensors@lm-sensors.org
3315S: Maintained
3316
3317PC8736x GPIO DRIVER
3318P: Jim Cromie
3319M: jim.cromie@gmail.com
3320S: Maintained
3321
065c6359
LV
3322PCI ERROR RECOVERY
3323P: Linas Vepstas
3324M: linas@austin.ibm.com
3325L: linux-kernel@vger.kernel.org
c1f69db7 3326L: linux-pci@vger.kernel.org
065c6359
LV
3327S: Supported
3328
1da177e4 3329PCI SUBSYSTEM
af40b485
GKH
3330P: Jesse Barnes
3331M: jbarnes@virtuousgeek.org
1da177e4 3332L: linux-kernel@vger.kernel.org
2905474d 3333L: linux-pci@vger.kernel.org
460895c4 3334T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
1da177e4
LT
3335S: Supported
3336
8cf4c195
KA
3337PCIE HOTPLUG DRIVER
3338P: Kristen Carlson Accardi
3339M: kristen.c.accardi@intel.com
64dab204 3340L: linux-pci@vger.kernel.org
8b59a454 3341S: Supported
8cf4c195 3342
1da177e4 3343PCMCIA SUBSYSTEM
4230dfc9 3344P: Linux PCMCIA Team
f5df5881 3345L: linux-pcmcia@lists.infradead.org
6650e0a5 3346W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6fb0425b 3347T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 3348S: Maintained
1da177e4
LT
3349
3350PCNET32 NETWORK DRIVER
04ce0948 3351P: Don Fry
3352M: pcnet32@verizon.net
979b6c13 3353L: netdev@vger.kernel.org
1da177e4
LT
3354S: Maintained
3355
ad4ecbcb 3356PER-TASK DELAY ACCOUNTING
abc5f23a
BS
3357P: Balbir Singh
3358M: balbir@linux.vnet.ibm.com
ad4ecbcb
SN
3359L: linux-kernel@vger.kernel.org
3360S: Maintained
3361
dd49d0f5
JC
3362PERSONALITY HANDLING
3363P: Christoph Hellwig
3364M: hch@infradead.org
3365L: linux-abi-devel@lists.sourceforge.net
3366S: Maintained
3367
1da177e4 3368PHRAM MTD DRIVER
2b54aaef
JE
3369P: Joern Engel
3370M: joern@lazybastard.org
1da177e4
LT
3371L: linux-mtd@lists.infradead.org
3372S: Maintained
3373
249a6771
PO
3374PKTCDVD DRIVER
3375P: Peter Osterlund
3376M: petero2@telia.com
3377L: linux-kernel@vger.kernel.org
249a6771
PO
3378S: Maintained
3379
1da177e4 3380POSIX CLOCKS and TIMERS
aa781aeb
IM
3381P: Thomas Gleixner
3382M: tglx@linutronix.de
f1c3ddff 3383L: linux-kernel@vger.kernel.org
1da177e4
LT
3384S: Supported
3385
3be86148
AV
3386POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3387P: Anton Vorontsov
3388M: cbou@mail.ru
3389P: David Woodhouse
3390M: dwmw2@infradead.org
3391L: linux-kernel@vger.kernel.org
3be86148
AV
3392T: git git.infradead.org/battery-2.6.git
3393S: Maintained
3394
1da177e4
LT
3395PNP SUPPORT
3396P: Adam Belay
2d59f6a7
BH
3397M: abelay@mit.edu
3398P: Bjorn Helgaas
3399M: bjorn.helgaas@hp.com
1da177e4
LT
3400S: Maintained
3401
999445d4
VW
3402PNXxxxx I2C DRIVER
3403P: Vitaly Wool
3404M: vitalywool@gmail.com
846557d3 3405L: linux-i2c@vger.kernel.org
999445d4
VW
3406S: Maintained
3407
1da177e4
LT
3408PPP PROTOCOL DRIVERS AND COMPRESSORS
3409P: Paul Mackerras
3410M: paulus@samba.org
3411L: linux-ppp@vger.kernel.org
3412S: Maintained
3413
3414PPP OVER ATM (RFC 2364)
3415P: Mitchell Blank Jr
3416M: mitch@sfgoth.com
3417S: Maintained
3418
3419PPP OVER ETHERNET
3420P: Michal Ostrowski
5e70b7f3 3421M: mostrows@earthlink.net
1da177e4
LT
3422S: Maintained
3423
a6d2370b
JC
3424PPP OVER L2TP
3425P: James Chapman
3426M: jchapman@katalix.com
3427S: Maintained
3428
1da177e4
LT
3429PREEMPTIBLE KERNEL
3430P: Robert Love
3431M: rml@tech9.net
3432L: linux-kernel@vger.kernel.org
3433L: kpreempt-tech@lists.sourceforge.net
3434W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3435S: Supported
3436
3437PRISM54 WIRELESS DRIVER
e88b34ba
LR
3438P: Luis R. Rodriguez
3439M: mcgrof@gmail.com
724c6b35 3440L: linux-wireless@vger.kernel.org
1da177e4
LT
3441W: http://prism54.org
3442S: Maintained
3443
3444PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3445P: Peter Denison
3446M: promise@pnd-pc.demon.co.uk
3447W: http://www.pnd-pc.demon.co.uk/promise/
3448S: Maintained
3449
b3277dfa
MP
3450PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3451P: Mikael Pettersson
3452M: mikpe@it.uu.se
3453L: linux-ide@vger.kernel.org
3454S: Maintained
3455
02c18891
MM
3456PS3 NETWORK SUPPORT
3457P: Masakazu Mokuno
3458M: mokuno@sm.sony.co.jp
3459L: netdev@vger.kernel.org
3460L: cbe-oss-dev@ozlabs.org
3461S: Supported
3462
f58a9d17
GL
3463PS3 PLATFORM SUPPORT
3464P: Geoff Levand
3465M: geoffrey.levand@am.sony.com
3466L: linuxppc-dev@ozlabs.org
3467L: cbe-oss-dev@ozlabs.org
3468S: Supported
3469
8320204a
MK
3470PVRUSB2 VIDEO4LINUX DRIVER
3471P: Mike Isely
3472M: isely@pobox.com
16e9495d 3473L: pvrusb2@isely.net (subscribers-only)
8320204a
MK
3474L: video4linux-list@redhat.com
3475W: http://www.isely.net/pvrusb2/
3476S: Maintained
3477
30ec261e
EM
3478PXA2xx/PXA3xx SUPPORT
3479P: Eric Miao
3480M: eric.miao@marvell.com
3481P: Russell King
3482M: linux@arm.linux.org.uk
70f09f1f 3483L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3484S: Maintained
3485
272f133a
PO
3486PXA MMCI DRIVER
3487S: Orphan
3488
1da177e4
LT
3489QLOGIC QLA2XXX FC-SCSI DRIVER
3490P: Andrew Vasquez
95e6a856 3491M: linux-driver@qlogic.com
1da177e4
LT
3492L: linux-scsi@vger.kernel.org
3493S: Supported
3494
5a4faa87
RM
3495QLOGIC QLA3XXX NETWORK DRIVER
3496P: Ron Mercer
3497M: linux-driver@qlogic.com
3498L: netdev@vger.kernel.org
3499S: Supported
3500
c4e84bde
RM
3501QLOGIC QLGE 10Gb ETHERNET DRIVER
3502P: Ron Mercer
3503M: linux-driver@qlogic.com
3504M: ron.mercer@qlogic.com
3505L: netdev@vger.kernel.org
3506S: Supported
3507
1da177e4
LT
3508QNX4 FILESYSTEM
3509P: Anders Larsen
3510M: al@alarsen.net
3511L: linux-kernel@vger.kernel.org
3512W: http://www.alarsen.net/linux/qnx4fs/
3513S: Maintained
3514
3515RADEON FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
3516P: Benjamin Herrenschmidt
3517M: benh@kernel.crashing.org
8936b6db 3518L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
3519S: Maintained
3520
3521RAGE128 FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
3522P: Paul Mackerras
3523M: paulus@samba.org
8936b6db 3524L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
3525S: Maintained
3526
e7839f25 3527RALINK RT2X00 WIRELESS LAN DRIVER
95ea3627
ID
3528P: rt2x00 project
3529L: linux-wireless@vger.kernel.org
3530L: rt2400-devel@lists.sourceforge.net
3531W: http://rt2x00.serialmonkey.com/
3532S: Maintained
2dd0f692 3533T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
95ea3627
ID
3534F: drivers/net/wireless/rt2x00/
3535
9db5579b
NP
3536RAMDISK RAM BLOCK DEVICE DRIVER
3537P: Nick Piggin
3538M: npiggin@suse.de
3539S: Maintained
3540
9e95ce27
MM
3541RANDOM NUMBER DRIVER
3542P: Matt Mackall
3543M: mpm@selenic.com
3544S: Maintained
3545
394b701c
MP
3546RAPIDIO SUBSYSTEM
3547P: Matt Porter
3548M: mporter@kernel.crashing.org
3549L: linux-kernel@vger.kernel.org
3550S: Maintained
3551
e2d1d6c0
RD
3552RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3553P: Corey Thomas
3554M: coreythomas@charter.net
3555L: linux-wireless@vger.kernel.org
3556S: Maintained
3557
3558RCUTORTURE MODULE
3559P: Josh Triplett
3560M: josh@freedesktop.org
3561L: linux-kernel@vger.kernel.org
3562S: Maintained
3563
c1f766b5
FF
3564RDC R-321X SoC
3565P: Florian Fainelli
3566M: florian.fainelli@telecomint.eu
3567L: linux-kernel@vger.kernel.org
3568S: Maintained
3569
db17f395
FF
3570RDC R6040 FAST ETHERNET DRIVER
3571P: Florian Fainelli
3572M: florian.fainelli@telecomint.eu
3573L: netdev@vger.kernel.org
3574S: Maintained
3575
595182bc
JT
3576READ-COPY UPDATE (RCU)
3577P: Dipankar Sarma
3578M: dipankar@in.ibm.com
3579W: http://www.rdrop.com/users/paulmck/rclock/
3580L: linux-kernel@vger.kernel.org
3581S: Supported
3582
1da177e4
LT
3583REAL TIME CLOCK DRIVER
3584P: Paul Gortmaker
3585M: p_gortmaker@yahoo.com
3586L: linux-kernel@vger.kernel.org
3587S: Maintained
3588
0c86edc0
AZ
3589REAL TIME CLOCK (RTC) SUBSYSTEM
3590P: Alessandro Zummo
3591M: a.zummo@towertech.it
76465493 3592L: rtc-linux@googlegroups.com
0c86edc0
AZ
3593S: Maintained
3594
1da177e4 3595REISERFS FILE SYSTEM
76c4e5ea 3596L: reiserfs-devel@vger.kernel.org
1da177e4
LT
3597S: Supported
3598
e0897645
ID
3599RFKILL
3600P: Ivo van Doorn
3601M: IvDoorn@gmail.com
3602L: netdev@vger.kernel.org
3603S: Maintained
3604F: net/rfkill
3605
e2d1d6c0
RD
3606RISCOM8 DRIVER
3607S: Orphan
3608
1da177e4
LT
3609ROCKETPORT DRIVER
3610P: Comtrol Corp.
1da177e4
LT
3611W: http://www.comtrol.com
3612S: Maintained
3613
3614ROSE NETWORK LAYER
3615P: Ralf Baechle
3616M: ralf@linux-mips.org
3617L: linux-hams@vger.kernel.org
d34cb28a 3618W: http://www.linux-ax25.org/
1da177e4
LT
3619S: Maintained
3620
59840488 3621RTL8180 WIRELESS DRIVER
96dd603f
JL
3622P: John W. Linville
3623M: linville@tuxdriver.com
605bebe2
MW
3624L: linux-wireless@vger.kernel.org
3625W: http://linuxwireless.org/
96dd603f 3626T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
605bebe2
MW
3627S: Maintained
3628
59840488
LF
3629RTL8187 WIRELESS DRIVER
3630P: Herton Ronaldo Krzesinski
3631M: herton@mandriva.com.br
3632P: Hin-Tak Leung
3633M htl10@users.sourceforge.net
3634P: Larry Finger
3635M: Larry.Finger@lwfinger.net
3636L: linux-wireless@vger.kernel.org
3637W: http://linuxwireless.org/
3638T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3639S: Maintained
3640
9eb8ef74 3641S3 SAVAGE FRAMEBUFFER DRIVER
ce00f85c 3642P: Antonino Daplas
0478e62e 3643M: adaplas@gmail.com
8936b6db 3644L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 3645S: Maintained
9eb8ef74 3646
1da177e4
LT
3647S390
3648P: Martin Schwidefsky
3649M: schwidefsky@de.ibm.com
83014255
MS
3650P: Heiko Carstens
3651M: heiko.carstens@de.ibm.com
1da177e4 3652M: linux390@de.ibm.com
d58140cc 3653L: linux-s390@vger.kernel.org
5238da45
HC
3654W: http://www.ibm.com/developerworks/linux/linux390/
3655S: Supported
3656
3657S390 NETWORK DRIVERS
dd96df2c 3658P: Ursula Braun
23fcc8d9 3659M: ursula.braun@de.ibm.com
b9192ad9
UB
3660P: Frank Blaschka
3661M: blaschka@linux.vnet.ibm.com
5238da45 3662M: linux390@de.ibm.com
d58140cc 3663L: linux-s390@vger.kernel.org
5238da45
HC
3664W: http://www.ibm.com/developerworks/linux/linux390/
3665S: Supported
3666
3667S390 ZFCP DRIVER
0033bb47
SS
3668P: Christof Schmitt
3669M: christof.schmitt@de.ibm.com
3670P: Martin Peschke
3671M: mp3@de.ibm.com
5238da45 3672M: linux390@de.ibm.com
d58140cc 3673L: linux-s390@vger.kernel.org
5238da45 3674W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4
LT
3675S: Supported
3676
dd96df2c
UB
3677S390 IUCV NETWORK LAYER
3678P: Ursula Braun
23fcc8d9 3679M: ursula.braun@de.ibm.com
dd96df2c
UB
3680M: linux390@de.ibm.com
3681L: linux-s390@vger.kernel.org
3682W: http://www.ibm.com/developerworks/linux/linux390/
3683S: Supported
3684
4dde7f75
BD
3685S3C24XX SD/MMC Driver
3686P: Ben Dooks
3687M: ben-linux@fluff.org
3688L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3689L: linux-kernel@vger.kernel.org
3690S: Supported
3691
1da177e4
LT
3692SAA7146 VIDEO4LINUX-2 DRIVER
3693P: Michael Hunold
3694M: michael@mihu.de
3695W: http://www.mihu.de/linux/saa7146
3696S: Maintained
3697
1da177e4
LT
3698SC1200 WDT DRIVER
3699P: Zwane Mwaikambo
3c7bf1ea 3700M: zwane@arm.linux.org.uk
1da177e4
LT
3701S: Maintained
3702
3703SCHEDULER
3704P: Ingo Molnar
3705M: mingo@elte.hu
3706P: Robert Love [the preemptible kernel bits]
3707M: rml@tech9.net
3708L: linux-kernel@vger.kernel.org
3709S: Maintained
3710
3711SCSI CDROM DRIVER
3712P: Jens Axboe
0fe23479 3713M: axboe@kernel.dk
1da177e4
LT
3714L: linux-scsi@vger.kernel.org
3715W: http://www.kernel.dk
3716S: Maintained
3717
3718SCSI SG DRIVER
3719P: Doug Gilbert
3720M: dgilbert@interlog.com
3721L: linux-scsi@vger.kernel.org
3722W: http://www.torque.net/sg
3723S: Maintained
3724
3725SCSI SUBSYSTEM
3726P: James E.J. Bottomley
c4e1608e 3727M: James.Bottomley@HansenPartnership.com
1da177e4 3728L: linux-scsi@vger.kernel.org
6fb0425b 3729T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
c4e1608e
JB
3730T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3731T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
1da177e4
LT
3732S: Maintained
3733
3734SCSI TAPE DRIVER
dd4ef01c 3735P: Kai Mäkisara
1da177e4
LT
3736M: Kai.Makisara@kolumbus.fi
3737L: linux-scsi@vger.kernel.org
3738S: Maintained
3739
3740SCTP PROTOCOL
5f85813c
SS
3741P: Vlad Yasevich
3742M: vladislav.yasevich@hp.com
ce00f85c
JC
3743P: Sridhar Samudrala
3744M: sri@us.ibm.com
1a418796 3745L: linux-sctp@vger.kernel.org
5f85813c 3746W: http://lksctp.sourceforge.net
ce00f85c 3747S: Supported
1da177e4
LT
3748
3749SCx200 CPU SUPPORT
1662d32c
JC
3750P: Jim Cromie
3751M: jim.cromie@gmail.com
3752S: Odd Fixes
3753
3754SCx200 GPIO DRIVER
3755P: Jim Cromie
3756M: jim.cromie@gmail.com
3757S: Maintained
3758
3759SCx200 HRT CLOCKSOURCE DRIVER
3760P: Jim Cromie
3761M: jim.cromie@gmail.com
3762S: Maintained
1da177e4 3763
6a36913a
SS
3764SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3765P: Sascha Sommer
3766M: saschasommer@freenet.de
3767L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3768S: Maintained
3769
e7839f25 3770SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
e2d1d6c0
RD
3771P: Pierre Ossman
3772M: drzeus-sdhci@drzeus.cx
3773L: sdhci-devel@list.drzeus.cx
3774S: Maintained
3775
8711cca2
JM
3776SECURITY SUBSYSTEM
3777F: security/
3778P: James Morris
3779M: jmorris@namei.org
3780L: linux-kernel@vger.kernel.org
3781L: linux-security-module@vger.kernel.org (suggested Cc:)
3782T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3783S: Supported
3784
1da177e4
LT
3785SECURITY CONTACT
3786P: Security Officers
3787M: security@kernel.org
3788S: Supported
3789
3790SELINUX SECURITY MODULE
3791P: Stephen Smalley
62cfe7ef 3792M: sds@tycho.nsa.gov
1da177e4 3793P: James Morris
48de5bee 3794M: jmorris@namei.org
588a3157
SS
3795P: Eric Paris
3796M: eparis@parisplace.org
1da177e4 3797L: linux-kernel@vger.kernel.org (kernel issues)
588a3157 3798L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
f058925b
SS
3799W: http://selinuxproject.org
3800T: git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
1da177e4
LT
3801S: Supported
3802
cef2cf07
JS
3803SENSABLE PHANTOM
3804P: Jiri Slaby
3805M: jirislaby@gmail.com
3806S: Maintained
3807
4480f15b 3808SERIAL ATA (SATA) SUBSYSTEM
1da177e4
LT
3809P: Jeff Garzik
3810M: jgarzik@pobox.com
3811L: linux-ide@vger.kernel.org
6fb0425b 3812T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4
LT
3813S: Supported
3814
8ceee660
BH
3815SFC NETWORK DRIVER
3816P: Steve Hodgson
3817P: Ben Hutchings
3818P: Robert Stonehouse
3819M: linux-net-drivers@solarflare.com
3820S: Supported
3821
e2d1d6c0
RD
3822SGI GRU DRIVER
3823P: Jack Steiner
3824M: steiner@sgi.com
3825S: Maintained
3826
3827SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3828P: Pat Gefre
3829M: pfg@sgi.com
3830L: linux-ia64@vger.kernel.org
3831S: Supported
3832
1da177e4
LT
3833SGI VISUAL WORKSTATION 320 AND 540
3834P: Andrey Panin
3835M: pazke@donpac.ru
3836L: linux-visws-devel@lists.sf.net
3837W: http://linux-visws.sf.net
3838S: Maintained for 2.6.
3839
75312619
JS
3840SGI XP/XPC/XPNET DRIVER
3841P: Dean Nelson
3842M: dcn@sgi.com
3843S: Maintained
3844
e2d1d6c0
RD
3845SHARP LH SUPPORT (LH7952X & LH7A40X)
3846P: Marc Singer
3847M: elf@buici.com
3848W: http://projects.buici.com/arm
3849L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3850S: Maintained
3851
3852SHPC HOTPLUG DRIVER
3853P: Kristen Carlson Accardi
3854M: kristen.c.accardi@intel.com
3855L: linux-pci@vger.kernel.org
3856S: Supported
3857
1da177e4
LT
3858SIMTEC EB110ATX (Chalice CATS)
3859P: Ben Dooks
3860P: Vincent Sanders
3861M: support@simtec.co.uk
3862W: http://www.simtec.co.uk/products/EB110ATX/
3863S: Supported
3864
3865SIMTEC EB2410ITX (BAST)
3866P: Ben Dooks
3867P: Vincent Sanders
3868M: support@simtec.co.uk
3869W: http://www.simtec.co.uk/products/EB2410ITX/
3870S: Supported
3871
92aab3c0
FR
3872SIS 190 ETHERNET DRIVER
3873P: Francois Romieu
3874M: romieu@fr.zoreil.com
3875L: netdev@vger.kernel.org
3876S: Maintained
3877
1da177e4
LT
3878SIS 900/7016 FAST ETHERNET DRIVER
3879P: Daniele Venzano
3880M: venza@brownhat.org
3881W: http://www.brownhat.org/sis900.html
979b6c13 3882L: netdev@vger.kernel.org
1da177e4
LT
3883S: Maintained
3884
6ea884db
MH
3885SIS 96X I2C/SMBUS DRIVER
3886P: Mark M. Hoffman
3887M: mhoffman@lightlink.com
846557d3 3888L: linux-i2c@vger.kernel.org
6ea884db
MH
3889S: Maintained
3890
1da177e4
LT
3891SIS FRAMEBUFFER DRIVER
3892P: Thomas Winischhofer
3893M: thomas@winischhofer.net
3894W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 3895S: Maintained
1da177e4
LT
3896
3897SIS USB2VGA DRIVER
3898P: Thomas Winischhofer
3899M: thomas@winischhofer.net
3900W: http://www.winischhofer.at/linuxsisusbvga.shtml
3901S: Maintained
3902
e2d1d6c0
RD
3903SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3904P: Stephen Hemminger
3905M: shemminger@linux-foundation.org
3906L: netdev@vger.kernel.org
3907S: Maintained
3908
415ad26d
CL
3909SLAB ALLOCATOR
3910P: Christoph Lameter
cde53535 3911M: cl@linux-foundation.org
415ad26d
CL
3912P: Pekka Enberg
3913M: penberg@cs.helsinki.fi
c76d118e
PE
3914P: Matt Mackall
3915M: mpm@selenic.com
415ad26d
CL
3916L: linux-mm@kvack.org
3917S: Maintained
3918
1da177e4
LT
3919SMC91x ETHERNET DRIVER
3920P: Nicolas Pitre
3921M: nico@cam.org
3922S: Maintained
3923
6ea884db
MH
3924SMSC47B397 HARDWARE MONITOR DRIVER
3925P: Mark M. Hoffman
3926M: mhoffman@lightlink.com
3927L: lm-sensors@lm-sensors.org
3928S: Maintained
3929
fd9abb3d 3930SMSC911x ETHERNET DRIVER
2cb37728
SG
3931P: Steve Glendinning
3932M: steve.glendinning@smsc.com
3933L: netdev@vger.kernel.org
3934S: Supported
3935
3936SMSC9420 PCI ETHERNET DRIVER
fd9abb3d
SG
3937P: Steve Glendinning
3938M: steve.glendinning@smsc.com
3939L: netdev@vger.kernel.org
3940S: Supported
3941
b54f2863
BN
3942SMX UIO Interface
3943P: Ben Nizette
3944M: bn@niasdigital.com
3945S: Maintained
3946
e2d1d6c0
RD
3947SN-IA64 (Itanium) SUB-PLATFORM
3948P: Jes Sorensen
3949M: jes@sgi.com
3950L: linux-altix@sgi.com
3951L: linux-ia64@vger.kernel.org
3952W: http://www.sgi.com/altix
3953S: Maintained
3954
668acf32 3955SOC-CAMERA V4L2 SUBSYSTEM
795fb7e7
JD
3956P: Guennadi Liakhovetski
3957M: g.liakhovetski@gmx.de
3958L: video4linux-list@redhat.com
3959S: Maintained
668acf32 3960
e2d1d6c0
RD
3961SOEKRIS NET48XX LED SUPPORT
3962P: Chris Boot
3963M: bootc@bootc.net
3964S: Maintained
3965
1da177e4 3966SOFTWARE RAID (Multiple Disks) SUPPORT
1da177e4 3967P: Neil Brown
524418bb 3968M: neilb@suse.de
1da177e4 3969L: linux-raid@vger.kernel.org
524418bb 3970S: Supported
1da177e4 3971
1da177e4
LT
3972SONIC NETWORK DRIVER
3973P: Thomas Bogendoerfer
3974M: tsbogend@alpha.franken.de
979b6c13 3975L: netdev@vger.kernel.org
1da177e4
LT
3976S: Maintained
3977
61e115a5
MB
3978SONICS SILICON BACKPLANE DRIVER (SSB)
3979P: Michael Buesch
3980M: mb@bu3sch.de
3981L: netdev@vger.kernel.org
3982S: Maintained
3983
1da177e4 3984SONY VAIO CONTROL DEVICE DRIVER
0d477fac
MD
3985P: Mattia Dongili
3986M: malattia@linux.it
5b18167d
MD
3987L: linux-acpi@vger.kernel.org
3988W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4
LT
3989S: Maintained
3990
baf8532a
AD
3991SONY MEMORYSTICK CARD SUPPORT
3992P: Alex Dubov
3993M: oakad@yahoo.com
3994L: linux-kernel@vger.kernel.org
3995W: http://tifmxx.berlios.de/
3996S: Maintained
3997
1da177e4
LT
3998SOUND
3999P: Jaroslav Kysela
c1017a4c 4000M: perex@perex.cz
281712fa
TI
4001P: Takashi Iwai
4002M: tiwai@suse.de
82622046 4003L: alsa-devel@alsa-project.org (subscribers-only)
1da177e4
LT
4004S: Maintained
4005
bd903bde 4006SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
eb1a6af3 4007P: Liam Girdwood
b0b8daf7 4008M: lrg@slimlogic.co.uk
2cad0ad6
MB
4009P: Mark Brown
4010M: broonie@opensource.wolfsonmicro.com
4011T: git opensource.wolfsonmicro.com/linux-2.6-asoc
82622046 4012L: alsa-devel@alsa-project.org (subscribers-only)
b0b8daf7 4013W: http://alsa-project.org/main/index.php/ASoC
eb1a6af3
LG
4014S: Supported
4015
473321fc
SR
4016SPARC + UltraSPARC (sparc/sparc64)
4017P: David S. Miller
4018M: davem@davemloft.net
1da177e4 4019L: sparclinux@vger.kernel.org
473321fc
SR
4020T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4021T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
1da177e4
LT
4022S: Maintained
4023
4024SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4025P: Roger Wolff
4026M: R.E.Wolff@BitWizard.nl
4027L: linux-kernel@vger.kernel.org ?
4028S: Supported
4029
e2d1d6c0
RD
4030SPI SUBSYSTEM
4031P: David Brownell
4032M: dbrownell@users.sourceforge.net
4033L: spi-devel-general@lists.sourceforge.net
4034S: Maintained
4035
2752e401 4036SPIDERNET NETWORK DRIVER for CELL
cb8da8a3
JO
4037P: Ishizaki Kou
4038M: kou.ishizaki@toshiba.co.jp
4039P: Jens Osterkamp
4040M: jens@de.ibm.com
2752e401
JL
4041L: netdev@vger.kernel.org
4042S: Supported
4043
e2d1d6c0
RD
4044SPU FILE SYSTEM
4045P: Jeremy Kerr
4046M: jk@ozlabs.org
4047L: linuxppc-dev@ozlabs.org
4048L: cbe-oss-dev@ozlabs.org
4049W: http://www.ibm.com/developerworks/power/cell/
4050S: Supported
4051
1da177e4
LT
4052SRM (Alpha) environment access
4053P: Jan-Benedict Glaw
4054M: jbglaw@lug-owl.de
4055L: linux-kernel@vger.kernel.org
4056S: Maintained
4057
26e9a397 4058STABLE BRANCH
e2d1d6c0
RD
4059P: Greg Kroah-Hartman
4060M: greg@kroah.com
4061P: Chris Wright
4062M: chrisw@sous-sol.org
4063L: stable@kernel.org
4064S: Maintained
4065
26e9a397 4066STAGING SUBSYSTEM
dbc6c2cc
GKH
4067P: Greg Kroah-Hartman
4068M: gregkh@suse.de
4069L: linux-kernel@vger.kernel.org
4070T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4071S: Maintained
4072
1da177e4
LT
4073STARFIRE/DURALAN NETWORK DRIVER
4074P: Ion Badulescu
4075M: ionut@cs.columbia.edu
4076S: Maintained
4077
4078STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4079W: http://mosquitonet.Stanford.EDU/strip.html
baaea1dc 4080S: Orphan
1da177e4
LT
4081
4082STRADIS MPEG-2 DECODER DRIVER
4083P: Nathan Laredo
4084M: laredo@gnu.org
1da177e4
LT
4085W: http://www.stradis.com/
4086S: Maintained
4087
e2d1d6c0
RD
4088SUN3/3X
4089P: Sam Creasey
4090M: sammy@sammy.net
4091W: http://sammy.net/sun3/
4092S: Maintained
4093
2cbb12a4 4094SUPERH
1da177e4
LT
4095P: Paul Mundt
4096M: lethal@linux-sh.org
2cbb12a4 4097L: linux-sh@vger.kernel.org
1da177e4 4098W: http://www.linux-sh.org
2cbb12a4 4099T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5c806b20 4100S: Supported
1da177e4 4101
4480f15b 4102SUSPEND TO RAM
e2d1d6c0
RD
4103P: Len Brown
4104M: len.brown@intel.com
4105P: Pavel Machek
4106M: pavel@suse.cz
4107P: Rafael J. Wysocki
4108M: rjw@sisk.pl
4109L: linux-pm@lists.linux-foundation.org
4110S: Supported
1da177e4
LT
4111
4112SVGA HANDLING
4113P: Martin Mares
4114M: mj@ucw.cz
4115L: linux-video@atrey.karlin.mff.cuni.cz
4116S: Maintained
4117
4118SYSV FILESYSTEM
4119P: Christoph Hellwig
4120M: hch@infradead.org
4121S: Maintained
4122
4e68852d 4123TASKSTATS STATISTICS INTERFACE
abc5f23a
BS
4124P: Balbir Singh
4125M: balbir@linux.vnet.ibm.com
4e68852d
AC
4126L: linux-kernel@vger.kernel.org
4127S: Maintained
4128
781b456a
SH
4129TC CLASSIFIER
4130P: Jamal Hadi Salim
4131M: hadi@cyberus.ca
4132L: netdev@vger.kernel.org
4133S: Maintained
4134
5067f08a
WHSE
4135TCP LOW PRIORITY MODULE
4136P: Wong Hoi Sing, Edison
4137M: hswong3i@gmail.com
4138P: Hung Hing Lun, Mike
4139M: hlhung3i@gmail.com
4140W: http://tcp-lp-mod.sourceforge.net/
4141S: Maintained
4142
1a348ccc
AG
4143TEHUTI ETHERNET DRIVER
4144P: Alexander Indenbaum
4145M: baum@tehutinetworks.net
4146P: Andy Gospodarek
4147M: andy@greyhouse.net
4148L: netdev@vger.kernel.org
4149S: Supported
4150
4e68852d
AC
4151Telecom Clock Driver for MCPL0010
4152P: Mark Gross
4153M: mark.gross@intel.com
4154S: Supported
4155
4480f15b 4156TENSILICA XTENSA PORT (xtensa)
4e68852d
AC
4157P: Chris Zankel
4158M: chris@zankel.net
4159S: Maintained
4160
4161THINKPAD ACPI EXTRAS DRIVER
4162P: Henrique de Moraes Holschuh
4163M: ibm-acpi@hmh.eng.br
4164L: ibm-acpi-devel@lists.sourceforge.net
4165W: http://ibm-acpi.sourceforge.net
4166W: http://thinkwiki.org/wiki/Ibm-acpi
4167T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4168S: Maintained
4169
4020f2d7 4170TI FLASH MEDIA INTERFACE DRIVER
795fb7e7
JD
4171P: Alex Dubov
4172M: oakad@yahoo.com
4173S: Maintained
4020f2d7 4174
9f9c24f4
SK
4175TI OMAP MMC INTERFACE DRIVER
4176P: Carlos Aguiar, Anderson Briglia and Syed Khasim
b6a7e4c0 4177M: linux-omap@vger.kernel.org
9f9c24f4
SK
4178W: http://linux.omap.com
4179W: http://www.muru.com/linux/omap/
4180S: Maintained
4181
844dd05f
MB
4182TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4183P: Deepak Saxena
4184M: dsaxena@plexity.net
4185S: Maintained
4186
e86eaa3a
PL
4187TIPC NETWORK LAYER
4188P: Per Liden
7c2b2aae 4189M: per.liden@ericsson.com
e86eaa3a 4190P: Jon Maloy
7c2b2aae 4191M: jon.maloy@ericsson.com
e86eaa3a 4192P: Allan Stephens
7c2b2aae 4193M: allan.stephens@windriver.com
e86eaa3a
PL
4194L: tipc-discussion@lists.sourceforge.net
4195W: http://tipc.sourceforge.net/
4196W: http://tipc.cslab.ericsson.net/
4197T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4198S: Maintained
4199
1da177e4
LT
4200TLAN NETWORK DRIVER
4201P: Samuel Chessman
4202M: chessman@tux.org
88c07dde 4203L: tlan-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
4204W: http://sourceforge.net/projects/tlan/
4205S: Maintained
4206
1da177e4
LT
4207TOSHIBA ACPI EXTRAS DRIVER
4208P: John Belmonte
4209M: toshiba_acpi@memebeam.org
4210W: http://memebeam.org/toys/ToshibaAcpiDriver
4211S: Maintained
4212
4213TOSHIBA SMM DRIVER
4214P: Jonathan Buzzard
4215M: jonathan@buzzard.org.uk
4216L: tlinux-users@tce.toshiba-dme.co.jp
4217W: http://www.buzzard.org.uk/toshiba/
4218S: Maintained
4219
4e68852d 4220TPM DEVICE DRIVER
141c0240
RA
4221P: Debora Velarde
4222M: debora@linux.vnet.ibm.com
4223P: Rajiv Andrade
4224M: srajiv@linux.vnet.ibm.com
4e68852d
AC
4225W: http://tpmdd.sourceforge.net
4226P: Marcel Selhorst
4227M: tpm@selhorst.net
4228W: http://www.prosec.rub.de/tpm/
63a10dfd 4229L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
4e68852d
AC
4230S: Maintained
4231
1da177e4 4232TRIVIAL PATCHES
1560a79a 4233P: Jesper Juhl
ce00f85c
JC
4234M: trivial@kernel.org
4235L: linux-kernel@vger.kernel.org
1da177e4
LT
4236S: Maintained
4237
4e68852d
AC
4238TTY LAYER
4239P: Alan Cox
4240M: alan@lxorguk.ukuu.org.uk
4241L: linux-kernel@vger.kernel.org
4242S: Maintained
4243
740db6d7
GG
4244TULIP NETWORK DRIVERS
4245P: Grant Grundler
4246M: grundler@parisc-linux.org
4247P: Kyle McMartin
42a5a8a6 4248M: kyle@mcmartin.ca
740db6d7
GG
4249L: netdev@vger.kernel.org
4250S: Maintained
1da177e4
LT
4251
4252TUN/TAP driver
4253P: Maxim Krasnyansky
66777b79 4254M: maxk@qualcomm.com
1da177e4
LT
4255L: vtun@office.satix.net
4256W: http://vtun.sourceforge.net/tun
4257S: Maintained
4258
b454cc66
MR
4259TURBOCHANNEL SUBSYSTEM
4260P: Maciej W. Rozycki
4261M: macro@linux-mips.org
4262S: Maintained
4263
1da177e4
LT
4264U14-34F SCSI DRIVER
4265P: Dario Ballabio
4266M: ballabio_dario@emc.com
4267L: linux-scsi@vger.kernel.org
4268S: Maintained
4269
e2d1d6c0
RD
4270UBI FILE SYSTEM (UBIFS)
4271P: Artem Bityutskiy
4272M: dedekind@infradead.org
4273P: Adrian Hunter
4274M: ext-adrian.hunter@nokia.com
4275L: linux-mtd@lists.infradead.org
e2966cbe 4276T: git git://git.infradead.org/ubifs-2.6.git
e2d1d6c0
RD
4277W: http://www.linux-mtd.infradead.org/doc/ubifs.html
4278S: Maintained
4279
cc2020e6
AC
4280UCLINUX (AND M68KNOMMU)
4281P: Greg Ungerer
4282M: gerg@uclinux.org
4283W: http://www.uclinux.org/
4284L: uclinux-dev@uclinux.org (subscribers-only)
4285S: Maintained
4286
cc2020e6
AC
4287UCLINUX FOR RENESAS H8/300
4288P: Yoshinori Sato
4289M: ysato@users.sourceforge.jp
4290W: http://uclinux-h8.sourceforge.jp/
4291S: Supported
4292
1da177e4 4293UDF FILESYSTEM
800fdfb9
JK
4294P: Jan Kara
4295M: jack@suse.cz
1da177e4
LT
4296W: http://linux-udf.sourceforge.net
4297S: Maintained
4298
cc2020e6
AC
4299UFS FILESYSTEM
4300P: Evgeniy Dushistov
4301M: dushistov@mail.ru
4302L: linux-kernel@vger.kernel.org
4303S: Maintained
4304
18332a80
DV
4305ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4306P: David Vrabel
4307M: david.vrabel@csr.com
4308L: linux-usb@vger.kernel.org
4309S: Supported
4310
1da177e4
LT
4311UNIFORM CDROM DRIVER
4312P: Jens Axboe
0fe23479 4313M: axboe@kernel.dk
1da177e4
LT
4314L: linux-kernel@vger.kernel.org
4315W: http://www.kernel.dk
4316S: Maintained
4317
e2d1d6c0
RD
4318UNSORTED BLOCK IMAGES (UBI)
4319P: Artem Bityutskiy
4320M: dedekind@infradead.org
4321W: http://www.linux-mtd.infradead.org/
4322L: linux-mtd@lists.infradead.org
e2966cbe 4323T: git git://git.infradead.org/ubi-2.6.git
e2d1d6c0
RD
4324S: Maintained
4325
1da177e4
LT
4326USB ACM DRIVER
4327P: Oliver Neukum
4328M: oliver@neukum.name
6372594a 4329L: linux-usb@vger.kernel.org
1da177e4
LT
4330S: Maintained
4331
4332USB BLOCK DRIVER (UB ub)
4333P: Pete Zaitcev
4334M: zaitcev@redhat.com
4335L: linux-kernel@vger.kernel.org
795fb7e7 4336L: linux-usb@vger.kernel.org
1da177e4
LT
4337S: Supported
4338
1da177e4
LT
4339USB CDC ETHERNET DRIVER
4340P: Greg Kroah-Hartman
4341M: greg@kroah.com
795fb7e7 4342L: linux-usb@vger.kernel.org
1da177e4
LT
4343S: Maintained
4344W: http://www.kroah.com/linux-usb/
4345
b02b371e
PK
4346USB CYPRESS C67X00 DRIVER
4347P: Peter Korsgaard
4348M: jacmet@sunsite.dk
4349L: linux-usb@vger.kernel.org
4350S: Maintained
4351
d0374f4f
PK
4352USB DAVICOM DM9601 DRIVER
4353P: Peter Korsgaard
4354M: jacmet@sunsite.dk
043600a6 4355L: netdev@vger.kernel.org
d0374f4f
PK
4356W: http://www.linux-usb.org/usbnet
4357S: Maintained
4358
cc2020e6
AC
4359USB DIAMOND RIO500 DRIVER
4360P: Cesar Miquel
4361M: miquel@df.uba.ar
4362L: rio500-users@lists.sourceforge.net
4363W: http://rio500.sourceforge.net
4364S: Maintained
4365
1da177e4
LT
4366USB EHCI DRIVER
4367P: David Brownell
4368M: dbrownell@users.sourceforge.net
795fb7e7 4369L: linux-usb@vger.kernel.org
23d8c90e 4370S: Odd Fixes
1da177e4 4371
7ce08c93
LR
4372USB ET61X[12]51 DRIVER
4373P: Luca Risolia
4374M: luca.risolia@studio.unibo.it
795fb7e7 4375L: linux-usb@vger.kernel.org
7ce08c93
LR
4376L: video4linux-list@redhat.com
4377W: http://www.linux-projects.org
4378S: Maintained
4379
69ae9e3e
DB
4380USB GADGET/PERIPHERAL SUBSYSTEM
4381P: David Brownell
4382M: dbrownell@users.sourceforge.net
795fb7e7 4383L: linux-usb@vger.kernel.org
69ae9e3e
DB
4384W: http://www.linux-usb.org/gadget
4385S: Maintained
4386
2dea64b4 4387USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
641266fd
JK
4388P: Jiri Kosina
4389M: jkosina@suse.cz
795fb7e7 4390L: linux-usb@vger.kernel.org
a4dff398 4391T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4
LT
4392S: Maintained
4393
959eea21
OK
4394USB ISP116X DRIVER
4395P: Olav Kongas
4396M: ok@artecdesign.ee
795fb7e7 4397L: linux-usb@vger.kernel.org
959eea21
OK
4398S: Maintained
4399
1da177e4
LT
4400USB KAWASAKI LSI DRIVER
4401P: Oliver Neukum
4402M: oliver@neukum.name
795fb7e7 4403L: linux-usb@vger.kernel.org
1da177e4
LT
4404S: Maintained
4405
4406USB MASS STORAGE DRIVER
4407P: Matthew Dharm
4408M: mdharm-usb@one-eyed-alien.net
795fb7e7 4409L: linux-usb@vger.kernel.org
8836aeb8 4410L: usb-storage@lists.one-eyed-alien.net
1da177e4
LT
4411S: Maintained
4412W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4413
4414USB OHCI DRIVER
23d8c90e
DB
4415P: David Brownell
4416M: dbrownell@users.sourceforge.net
795fb7e7 4417L: linux-usb@vger.kernel.org
23d8c90e 4418S: Odd Fixes
1da177e4 4419
ba460e48
MU
4420USB OPTION-CARD DRIVER
4421P: Matthias Urlichs
4422M: smurf@smurf.noris.de
795fb7e7 4423L: linux-usb@vger.kernel.org
ba460e48
MU
4424S: Maintained
4425
1da177e4
LT
4426USB OV511 DRIVER
4427P: Mark McClelland
4428M: mmcclell@bigfoot.com
795fb7e7 4429L: linux-usb@vger.kernel.org
1da177e4
LT
4430W: http://alpha.dyndns.org/ov511/
4431S: Maintained
4432
4433USB PEGASUS DRIVER
4434P: Petko Manolov
4435M: petkan@users.sourceforge.net
795fb7e7 4436L: linux-usb@vger.kernel.org
043600a6 4437L: netdev@vger.kernel.org
1da177e4
LT
4438W: http://pegasus2.sourceforge.net/
4439S: Maintained
4440
73e4fb3f
PZ
4441USB PRINTER DRIVER (usblp)
4442P: Pete Zaitcev
4443M: zaitcev@redhat.com
795fb7e7 4444L: linux-usb@vger.kernel.org
73e4fb3f 4445S: Supported
1da177e4
LT
4446
4447USB RTL8150 DRIVER
4448P: Petko Manolov
4449M: petkan@users.sourceforge.net
795fb7e7 4450L: linux-usb@vger.kernel.org
043600a6 4451L: netdev@vger.kernel.org
1da177e4
LT
4452W: http://pegasus2.sourceforge.net/
4453S: Maintained
4454
4455USB SE401 DRIVER
4456P: Jeroen Vreeken
4457M: pe1rxq@amsat.org
795fb7e7 4458L: linux-usb@vger.kernel.org
1da177e4
LT
4459W: http://www.chello.nl/~j.vreeken/se401/
4460S: Maintained
4461
4e68852d
AC
4462USB SERIAL BELKIN F5U103 DRIVER
4463P: William Greathouse
4464M: wgreathouse@smva.com
795fb7e7 4465L: linux-usb@vger.kernel.org
4e68852d
AC
4466S: Maintained
4467
4468USB SERIAL CYPRESS M8 DRIVER
4469P: Lonnie Mendez
4470M: dignome@gmail.com
795fb7e7 4471L: linux-usb@vger.kernel.org
4e68852d
AC
4472S: Maintained
4473W: http://geocities.com/i0xox0i
4474W: http://firstlight.net/cvs
4475
1da177e4
LT
4476USB SERIAL CYBERJACK DRIVER
4477P: Matthias Bruestle and Harald Welte
4478M: support@reiner-sct.com
4479W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4480S: Maintained
4481
4482USB SERIAL DIGI ACCELEPORT DRIVER
4483P: Peter Berger and Al Borchers
4484M: pberger@brimson.com
4485M: alborchers@steinerpoint.com
795fb7e7 4486L: linux-usb@vger.kernel.org
1da177e4
LT
4487S: Maintained
4488
4489USB SERIAL DRIVER
4490P: Greg Kroah-Hartman
4491M: gregkh@suse.de
795fb7e7 4492L: linux-usb@vger.kernel.org
1da177e4
LT
4493S: Supported
4494
1da177e4
LT
4495USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4496P: Gary Brubaker
4497M: xavyer@ix.netcom.com
795fb7e7 4498L: linux-usb@vger.kernel.org
1da177e4
LT
4499S: Maintained
4500
4501USB SERIAL KEYSPAN DRIVER
4502P: Greg Kroah-Hartman
4503M: greg@kroah.com
795fb7e7 4504L: linux-usb@vger.kernel.org
1da177e4
LT
4505W: http://www.kroah.com/linux/
4506S: Maintained
4507
4508USB SERIAL WHITEHEAT DRIVER
8bc84930
SM
4509P: Support Department
4510M: support@connecttech.com
795fb7e7 4511L: linux-usb@vger.kernel.org
1da177e4
LT
4512W: http://www.connecttech.com
4513S: Supported
4514
2f7ca802
SG
4515USB SMSC95XX ETHERNET DRIVER
4516P: Steve Glendinning
4517M: steve.glendinning@smsc.com
4518L: netdev@vger.kernel.org
4519S: Supported
4520
f423b9a8 4521USB SN9C1xx DRIVER
1da177e4
LT
4522P: Luca Risolia
4523M: luca.risolia@studio.unibo.it
795fb7e7 4524L: linux-usb@vger.kernel.org
7ce08c93 4525L: video4linux-list@redhat.com
1da177e4
LT
4526W: http://www.linux-projects.org
4527S: Maintained
4528
4529USB SUBSYSTEM
4530P: Greg Kroah-Hartman
4531M: gregkh@suse.de
795fb7e7 4532L: linux-usb@vger.kernel.org
1da177e4 4533W: http://www.linux-usb.org
6fb0425b 4534T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
4535S: Supported
4536
4537USB UHCI DRIVER
4538P: Alan Stern
4539M: stern@rowland.harvard.edu
795fb7e7 4540L: linux-usb@vger.kernel.org
1da177e4
LT
4541S: Maintained
4542
69ae9e3e 4543USB "USBNET" DRIVER FRAMEWORK
1da177e4
LT
4544P: David Brownell
4545M: dbrownell@users.sourceforge.net
043600a6 4546L: netdev@vger.kernel.org
69ae9e3e 4547W: http://www.linux-usb.org/usbnet
1da177e4
LT
4548S: Maintained
4549
c0efd232
LP
4550USB VIDEO CLASS
4551P: Laurent Pinchart
4552M: laurent.pinchart@skynet.be
a67534a7 4553L: linux-uvc-devel@lists.berlios.de (subscribers-only)
c0efd232
LP
4554L: video4linux-list@redhat.com
4555W: http://linux-uvc.berlios.de
4556S: Maintained
4557
1da177e4
LT
4558USB W996[87]CF DRIVER
4559P: Luca Risolia
4560M: luca.risolia@studio.unibo.it
795fb7e7 4561L: linux-usb@vger.kernel.org
7ce08c93 4562L: video4linux-list@redhat.com
1da177e4
LT
4563W: http://www.linux-projects.org
4564S: Maintained
4565
bf164cc0
JK
4566USB WIRELESS RNDIS DRIVER (rndis_wlan)
4567P: Jussi Kivilinna
4568M: jussi.kivilinna@mbnet.fi
4569L: linux-wireless@vger.kernel.org
4570S: Maintained
4571
60f78052
LR
4572USB ZC0301 DRIVER
4573P: Luca Risolia
4574M: luca.risolia@studio.unibo.it
795fb7e7 4575L: linux-usb@vger.kernel.org
60f78052
LR
4576L: video4linux-list@redhat.com
4577W: http://www.linux-projects.org
4578S: Maintained
4579
1da177e4
LT
4580USB ZD1201 DRIVER
4581P: Jeroen Vreeken
4582M: pe1rxq@amsat.org
795fb7e7 4583L: linux-usb@vger.kernel.org
1da177e4
LT
4584W: http://linux-lc100020.sourceforge.net
4585S: Maintained
4586
b7eee616
AJ
4587USB ZR364XX DRIVER
4588P: Antoine Jacquet
4589M: royale@zerezo.com
795fb7e7 4590L: linux-usb@vger.kernel.org
b7eee616
AJ
4591L: video4linux-list@redhat.com
4592W: http://royale.zerezo.com/zr364xx/
4593S: Maintained
4594
e7839f25 4595USER-MODE LINUX (UML)
1da177e4 4596P: Jeff Dike
6650e0a5 4597M: jdike@addtoit.com
1da177e4
LT
4598L: user-mode-linux-devel@lists.sourceforge.net
4599L: user-mode-linux-user@lists.sourceforge.net
4600W: http://user-mode-linux.sourceforge.net
4601S: Maintained
b7eee616 4602
e5f114e9
HJK
4603USERSPACE I/O (UIO)
4604P: Hans J. Koch
4605M: hjk@linutronix.de
4606P: Greg Kroah-Hartman
4607M: gregkh@suse.de
4608L: linux-kernel@vger.kernel.org
4609S: Maintained
4610
f899b0ad
KZ
4611UTIL-LINUX-NG PACKAGE
4612P: Karel Zak
4613M: kzak@redhat.com
4614L: util-linux-ng@vger.kernel.org
4615W: http://kernel.org/~kzak/util-linux-ng/
4616T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4617S: Maintained
4618
c1fd1c07
MJ
4619UVESAFB DRIVER
4620P: Michal Januszewski
4621M: spock@gentoo.org
4622L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4623W: http://dev.gentoo.org/~spock/projects/uvesafb/
4624S: Maintained
4625
4480f15b 4626VFAT/FAT/MSDOS FILESYSTEM
1da177e4
LT
4627P: OGAWA Hirofumi
4628M: hirofumi@mail.parknet.co.jp
4629L: linux-kernel@vger.kernel.org
4630S: Maintained
4631
1da177e4
LT
4632VIA RHINE NETWORK DRIVER
4633P: Roger Luethi
4634M: rl@hellgate.ch
4635S: Maintained
4636
32c0a520
JD
4637VIAPRO SMBUS DRIVER
4638P: Jean Delvare
4639M: khali@linux-fr.org
846557d3 4640L: linux-i2c@vger.kernel.org
32c0a520
JD
4641S: Maintained
4642
69e4a7c2
JC
4643VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4644P: Joseph Chan
4645M: JosephChan@via.com.tw
4646P: Scott Fang
4647M: ScottFang@viatech.com.cn
4648L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4649S: Maintained
4650
01f20734
FR
4651VIA VELOCITY NETWORK DRIVER
4652P: Francois Romieu
4653M: romieu@fr.zoreil.com
4654L: netdev@vger.kernel.org
4655S: Maintained
4656
e7839f25 4657VIDEO FOR LINUX (V4L)
96b6aba0 4658P: Mauro Carvalho Chehab
8d58d773
MCC
4659M: mchehab@infradead.org
4660M: v4l-dvb-maintainer@linuxtv.org
1da177e4 4661L: video4linux-list@redhat.com
96b6aba0 4662W: http://linuxtv.org
ecfa4fdc 4663T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 4664S: Maintained
1da177e4 4665
be7f8273
PM
4666VLAN (802.1Q)
4667P: Patrick McHardy
4668M: kaber@trash.net
4669L: netdev@vger.kernel.org
4670S: Maintained
4671
e53e86c7
LG
4672VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4673P: Liam Girdwood
8a62ab4c 4674M: lrg@slimlogic.co.uk
e53e86c7
LG
4675P: Mark Brown
4676M: broonie@opensource.wolfsonmicro.com
4677W: http://opensource.wolfsonmicro.com/node/15
8a62ab4c 4678W: http://www.slimlogic.co.uk/?page_id=5
e53e86c7
LG
4679T: git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4680S: Supported
4681
ab41319e
JH
4682VT1211 HARDWARE MONITOR DRIVER
4683P: Juerg Haefliger
4684M: juergh@gmail.com
4685L: lm-sensors@lm-sensors.org
4686S: Maintained
4687
1de9e371
RL
4688VT8231 HARDWARE MONITOR DRIVER
4689P: Roger Lucas
af865765 4690M: vt8231@hiddenengine.co.uk
1de9e371
RL
4691L: lm-sensors@lm-sensors.org
4692S: Maintained
4693
1da177e4
LT
4694W1 DALLAS'S 1-WIRE BUS
4695P: Evgeniy Polyakov
4696M: johnpol@2ka.mipt.ru
1da177e4
LT
4697S: Maintained
4698
13927079 4699W83791D HARDWARE MONITORING DRIVER
25845c22
MH
4700P: Marc Hulsman
4701M: m.hulsman@tudelft.nl
13927079 4702L: lm-sensors@lm-sensors.org
25845c22 4703S: Maintained
13927079 4704
61db011d
RM
4705W83793 HARDWARE MONITORING DRIVER
4706P: Rudolf Marek
4707M: r.marek@assembler.cz
4708L: lm-sensors@lm-sensors.org
4709S: Maintained
4710
1da177e4
LT
4711W83L51xD SD/MMC CARD INTERFACE DRIVER
4712P: Pierre Ossman
4713M: drzeus-wbsd@drzeus.cx
fac88991 4714L: linux-kernel@vger.kernel.org
1da177e4
LT
4715S: Maintained
4716
3527761c
WVS
4717WATCHDOG DEVICE DRIVERS
4718P: Wim Van Sebroeck
4719M: wim@iguana.be
4720T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4721S: Maintained
4722
1da177e4
LT
4723WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4724P: Jean Tourrilhes
4725M: jt@hpl.hp.com
724c6b35 4726L: linux-wireless@vger.kernel.org
1da177e4
LT
4727W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4728S: Maintained
4729
4730WD7000 SCSI DRIVER
4731P: Miroslav Zagorac
4732M: zaga@fly.cc.fer.hr
4733L: linux-scsi@vger.kernel.org
4734S: Maintained
4735
18332a80
DV
4736WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4737P: David Vrabel
4738M: david.vrabel@csr.com
4739S: Maintained
4740
5fc14680
DT
4741WISTRON LAPTOP BUTTON DRIVER
4742P: Miloslav Trmac
4743M: mitr@volny.cz
4744S: Maintained
4745
1da177e4
LT
4746WL3501 WIRELESS PCMCIA CARD DRIVER
4747P: Arnaldo Carvalho de Melo
926554c4 4748M: acme@ghostprotocols.net
724c6b35 4749L: linux-wireless@vger.kernel.org
926554c4 4750W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
4751S: Maintained
4752
febf1dff
MB
4753WM97XX TOUCHSCREEN DRIVERS
4754P: Mark Brown
4755M: broonie@opensource.wolfsonmicro.com
4756P: Liam Girdwood
b8d055a8 4757M: lrg@slimlogic.co.uk
febf1dff
MB
4758L: linux-input@vger.kernel.org
4759T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4760W: http://opensource.wolfsonmicro.com/node/7
4761S: Supported
4762
1da177e4
LT
4763X.25 NETWORK LAYER
4764P: Henner Eisen
4765M: eis@baty.hanse.de
4766L: linux-x25@vger.kernel.org
4767S: Maintained
4768
e2d1d6c0
RD
4769X86 ARCHITECTURE (32-BIT AND 64-BIT)
4770P: Thomas Gleixner
4771M: tglx@linutronix.de
4772P: Ingo Molnar
4773M: mingo@redhat.com
4774P: H. Peter Anvin
4775M: hpa@zytor.com
4776L: linux-kernel@vger.kernel.org
4777T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4778S: Maintained
4779
4cdf6bc2
JF
4780XEN HYPERVISOR INTERFACE
4781P: Jeremy Fitzhardinge
4782M: jeremy@xensource.com
4783P: Chris Wright
4784M: chrisw@sous-sol.org
4785L: virtualization@lists.osdl.org
4786L: xen-devel@lists.xensource.com
4787S: Supported
4788
1da177e4
LT
4789XFS FILESYSTEM
4790P: Silicon Graphics Inc
78bfd361 4791P: Tim Shimmin
1da177e4 4792M: xfs-masters@oss.sgi.com
d7ede1aa 4793L: xfs@oss.sgi.com
1da177e4 4794W: http://oss.sgi.com/projects/xfs
e99f056b 4795T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
1da177e4
LT
4796S: Supported
4797
c9d3d8ec
GL
4798XILINX SYSTEMACE DRIVER
4799P: Grant Likely
4800M: grant.likely@secretlab.ca
4801W: http://www.secretlab.ca/
4802L: linux-kernel@vger.kernel.org
4803S: Maintained
4804
238b8721
PK
4805XILINX UARTLITE SERIAL DRIVER
4806P: Peter Korsgaard
4807M: jacmet@sunsite.dk
4808L: linux-serial@vger.kernel.org
4809S: Maintained
4810
1da177e4
LT
4811YAM DRIVER FOR AX.25
4812P: Jean-Paul Roubelat
4813M: jpr@f6fbb.org
4814L: linux-hams@vger.kernel.org
4815S: Maintained
4816
af64a5eb
HV
4817YEALINK PHONE DRIVER
4818P: Henk Vergonet
4819M: Henk.Vergonet@gmail.com
4820L: usbb2k-api-dev@nongnu.org
4821S: Maintained
4822
1da177e4
LT
4823Z8530 DRIVER FOR AX.25
4824P: Joerg Reuter
4825M: jreuter@yaina.de
4826W: http://yaina.de/jreuter/
4827W: http://www.qsl.net/dl1bke/
4828L: linux-hams@vger.kernel.org
4829S: Maintained
4830
7c0c3afb
DD
4831ZD1211RW WIRELESS DRIVER
4832P: Daniel Drake
4833M: dsd@gentoo.org
4834P: Ulrich Kunitz
4835M: kune@deine-taler.de
4836W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 4837L: linux-wireless@vger.kernel.org
7c0c3afb
DD
4838L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4839S: Maintained
4840
1da177e4
LT
4841ZR36067 VIDEO FOR LINUX DRIVER
4842P: Ronald Bultje
4843M: rbultje@ronald.bitfreak.net
4844L: mjpeg-users@lists.sourceforge.net
4845W: http://mjpeg.sourceforge.net/driver-zoran/
4846S: Maintained
4847
8b4a4080
MR
4848ZS DECSTATION Z85C30 SERIAL DRIVER
4849P: Maciej W. Rozycki
4850M: macro@linux-mips.org
4851S: Maintained
4852
1da177e4
LT
4853THE REST
4854P: Linus Torvalds
4855S: Buried alive in reporters