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