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