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