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