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