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