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