mmc_block: bounce buffer highmem support
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / MAINTAINERS
CommitLineData
1da177e4
LT
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
0a920b5b
AW
33 generalized kernel feature ready for next time.
34
35 PLEASE check your patch with the automated style checker
36 (scripts/checkpatch.pl) to catch trival style violations.
37 See Documentation/CodingStyle for guidance here.
1da177e4
LT
38
39 PLEASE try to include any credit lines you want added with the
40 patch. It avoids people being missed off by mistake and makes
41 it easier to know who wants adding and who doesn't.
42
43 PLEASE document known bugs. If it doesn't work for everything
44 or does something very odd once a month document it.
45
c9ee133b 46 PLEASE remember that submissions must be made under the terms
4500371e
RD
47 of the OSDL certificate of contribution and should include a
48 Signed-off-by: line. The current version of this "Developer's
49 Certificate of Origin" (DCO) is listed in the file
50 Documentation/SubmittingPatches.
c9ee133b 51
1da177e4
LT
526. Make sure you have the right to send any changes you make. If you
53 do changes at work you may find your employer owns the patch
54 not you.
55
c9ee133b
AC
567. When sending security related changes or reports to a maintainer
57 please Cc: security@kernel.org, especially if the maintainer
58 does not respond.
59
608. Happy hacking.
1da177e4 61
b7eee616 62 -----------------------------------
1da177e4
LT
63
64Maintainers List (try to look for most precise areas first)
65
66Note: For the hard of thinking, this list is meant to remain in alphabetical
67order. If you could add yourselves to it in alphabetical order that would be
68so much easier [Ed]
69
70P: Person
71M: Mail patches to
72L: Mailing list that is relevant to this area
73W: Web-page with status/info
50306fb5 74T: SCM tree type and location. Type is one of: git, hg, quilt.
1da177e4
LT
75S: Status, one of the following:
76
77 Supported: Someone is actually paid to look after this.
78 Maintained: Someone actually looks after it.
79 Odd Fixes: It has a maintainer but they don't have time to do
80 much other than throw the odd patch in. See below..
81 Orphan: No current maintainer [but maybe you could take the
82 role as you write your new code].
83 Obsolete: Old code. Something tagged obsolete generally means
84 it has been replaced by a better system and you
85 should be using that.
86
1da177e4
LT
873C505 NETWORK DRIVER
88P: Philip Blundell
89M: philb@gnu.org
979b6c13 90L: netdev@vger.kernel.org
1da177e4
LT
91S: Maintained
92
a6d89915
SK
933C59X NETWORK DRIVER
94P: Steffen Klassert
95M: klassert@mathematik.tu-chemnitz.de
96L: netdev@vger.kernel.org
97S: Maintained
98
1da177e4
LT
993CR990 NETWORK DRIVER
100P: David Dillow
101M: dave@thedillows.org
979b6c13 102L: netdev@vger.kernel.org
1da177e4
LT
103S: Maintained
104
1053W-XXXX ATA-RAID CONTROLLER DRIVER
106P: Adam Radford
107M: linuxraid@amcc.com
108L: linux-scsi@vger.kernel.org
109W: http://www.amcc.com
110S: Supported
111
1123W-9XXX SATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
11953C700 AND 53C700-66 SCSI DRIVER
120P: James E.J. Bottomley
121M: James.Bottomley@HansenPartnership.com
122L: linux-scsi@vger.kernel.org
123S: Maintained
124
1256PACK NETWORK DRIVER FOR AX.25
126P: Andreas Koensgen
127M: ajk@iehk.rwth-aachen.de
128L: linux-hams@vger.kernel.org
129S: Maintained
130
1da177e4
LT
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
979b6c13 134L: netdev@vger.kernel.org
1da177e4
LT
135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
1da177e4
LT
138L: linux-serial@vger.kernel.org
139W: http://serial.sourceforge.net
353cefdb 140S: Orphan
1da177e4
LT
141
1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143P: Paul Gortmaker
144M: p_gortmaker@yahoo.com
979b6c13 145L: netdev@vger.kernel.org
1da177e4
LT
146S: Maintained
147
67543e50 1489P FILE SYSTEM
ce00f85c
JC
149P: Eric Van Hensbergen
150M: ericvh@gmail.com
151P: Ron Minnich
27a2a5ff 152M: rminnich@sandia.gov
ce00f85c
JC
153P: Latchesar Ionkov
154M: lucho@ionkov.net
155L: v9fs-developer@lists.sourceforge.net
27a2a5ff 156W: http://swik.net/v9fs
ce00f85c
JC
157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158S: Maintained
67543e50 159
1da177e4
LT
160A2232 SERIAL BOARD DRIVER
161P: Enver Haase
1da177e4
LT
162M: A2232@gmx.net
163L: linux-m68k@lists.linux-m68k.org
164S: Maintained
165
fac533c2
DH
166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167P: David Howells
168M: dhowells@redhat.com
169L: linux-afs@lists.infradead.org
170S: Supported
171
1da177e4
LT
172AIO
173P: Benjamin LaHaise
174M: bcrl@kvack.org
175L: linux-aio@kvack.org
176S: Supported
177
f2b84bbc
HG
178ABIT UGURU HARDWARE MONITOR DRIVER
179P: Hans de Goede
180M: j.w.r.degoede@hhs.nl
181L: lm-sensors@lm-sensors.org
182S: Maintained
183
1da177e4
LT
184ACENIC DRIVER
185P: Jes Sorensen
186M: jes@trained-monkey.org
187L: linux-acenic@sunsite.dk
188S: Maintained
189
e6d1fc3d
SM
190IPS SCSI RAID DRIVER
191P: Adaptec OEM Raid Solutions
192M: aacraid@adaptec.com
193L: linux-scsi@vger.kernel.org
194W: http://www.adaptec.com/
195S: Maintained
196
197DPT_I2O SCSI RAID DRIVER
198P: Adaptec OEM Raid Solutions
199M: aacraid@adaptec.com
200L: linux-scsi@vger.kernel.org
201W: http://www.adaptec.com/
202S: Maintained
203
1da177e4
LT
204AACRAID SCSI RAID DRIVER
205P: Adaptec OEM Raid Solutions
e6d1fc3d 206M: aacraid@adaptec.com
1da177e4 207L: linux-scsi@vger.kernel.org
e6d1fc3d 208W: http://www.adaptec.com/
1da177e4
LT
209S: Supported
210
745a5d21
CC
211ACER WMI LAPTOP EXTRAS
212P: Carlos Corbacho
213M: carlos@strangeworlds.co.uk
214L: aceracpi@googlegroups.com (subscribers-only)
215W: http://code.google.com/p/aceracpi
216S: Maintained
217
1da177e4 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
RM
355ALI1563 I2C DRIVER
356P: Rudolf Marek
7188cc66 357M: r.marek@assembler.cz
5d925fec 358L: i2c@lm-sensors.org
4a4e5787
RM
359S: Maintained
360
1da177e4
LT
361ALPHA PORT
362P: Richard Henderson
363M: rth@twiddle.net
364S: Odd Fixes for 2.4; Maintained for 2.6.
365P: Ivan Kokshaysky
366M: ink@jurassic.park.msu.ru
367S: Maintained for 2.4; PCI support for 2.6.
368
167a675a
TD
369AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
370P: Thomas Dahlmann
371M: thomas.dahlmann@amd.com
67d76710 372L: linux-geode@lists.infradead.org (moderated for non-subscribers)
167a675a
TD
373S: Supported
374
f90b8116 375AMD GEODE PROCESSOR/CHIPSET SUPPORT
ce00f85c 376P: Jordan Crouse
67d76710 377L: linux-geode@lists.infradead.org (moderated for non-subscribers)
f90b8116
JC
378W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
379S: Supported
380
919ee7dd
JR
381AMD IOMMU (AMD-VI)
382P: Joerg Roedel
383M: joerg.roedel@amd.com
384L: iommu@lists.linux-foundation.org
385S: Supported
386
284f42b6
SP
387AMS (Apple Motion Sensor) DRIVER
388P: Stelian Pop
389M: stelian@popies.net
390P: Michael Hanselmann
391M: linux-kernel@hansmi.ch
392S: Supported
393
f94b533d
TT
394AMSO1100 RNIC DRIVER
395P: Tom Tucker
396M: tom@opengridcomputing.com
397P: Steve Wise
398M: swise@opengridcomputing.com
78526821 399L: general@lists.openfabrics.org
f94b533d
TT
400S: Maintained
401
42269063
JB
402AOA (Apple Onboard Audio) ALSA DRIVER
403P: Johannes Berg
404M: johannes@sipsolutions.net
405L: linuxppc-dev@ozlabs.org
82622046 406L: alsa-devel@alsa-project.org (subscribers-only)
42269063
JB
407S: Maintained
408
1da177e4
LT
409APM DRIVER
410P: Stephen Rothwell
411M: sfr@canb.auug.org.au
412L: linux-laptop@vger.kernel.org
413W: http://www.canb.auug.org.au/~sfr/
414S: Supported
415
6f2fad74
NB
416APPLE SMC DRIVER
417P: Nicolas Boichat
418M: nicolas@boichat.ch
419L: mactel-linux-devel@lists.sourceforge.net
420S: Maintained
421
1da177e4
LT
422APPLETALK NETWORK LAYER
423P: Arnaldo Carvalho de Melo
926554c4 424M: acme@ghostprotocols.net
1da177e4
LT
425S: Maintained
426
eb9ebe67
JB
427APPLETOUCH TOUCHPAD DRIVER
428P: Johannes Berg
429M: johannes@sipsolutions.net
eb76c5c0 430L: linux-input@vger.kernel.org
eb9ebe67
JB
431S: Maintained
432
1154ea7d
JK
433ARC FRAMEBUFFER DRIVER
434P: Jaya Kumar
435M: jayalk@intworks.biz
436S: Maintained
437
1da177e4
LT
438ARM MFM AND FLOPPY DRIVERS
439P: Ian Molton
440M: spyro@f2s.com
441S: Maintained
442
2761f5c2
RK
443ARM PRIMECELL MMCI PL180/1 DRIVER
444P: Russell King
445M: rmk@arm.linux.org.uk
446L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
447S: Maintained
448
2b7a52a4
LB
449ARM/ADI ROADRUNNER MACHINE SUPPORT
450P: Lennert Buytenhek
451M: kernel@wantstofly.org
452L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
453S: Maintained
454
455ARM/ADS SPHERE MACHINE SUPPORT
456P: Lennert Buytenhek
457M: kernel@wantstofly.org
458L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
459S: Maintained
460
461ARM/AJECO 1ARM MACHINE SUPPORT
462P: Lennert Buytenhek
463M: kernel@wantstofly.org
464L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
465S: Maintained
466
d4a89c7d
AV
467ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
468P: Andrew Victor
c5215f32 469M: linux@maxim.org.za
d4a89c7d
AV
470L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
471W: http://maxim.org.za/at91_26.html
472S: Maintained
473
2b7a52a4
LB
474ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
475P: Lennert Buytenhek
476M: kernel@wantstofly.org
477L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
478S: Maintained
479
480ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
481P: Lennert Buytenhek
482M: kernel@wantstofly.org
483L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
484S: Maintained
485
1da177e4
LT
486ARM/CORGI MACHINE SUPPORT
487P: Richard Purdie
488M: rpurdie@rpsys.net
489S: Maintained
490
2b7a52a4
LB
491ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
492P: Lennert Buytenhek
493M: kernel@wantstofly.org
494L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
495S: Maintained
496
90b8fc34
JK
497ARM/GUMSTIX MACHINE SUPPORT
498P: Steve Sakoman
499M: sakoman@gmail.com
500L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
501S: Maintained
502
21f37bc3
KE
503ARM/HP JORNADA 7XX MACHINE SUPPORT
504P: Kristoffer Ericson
6a4d0287 505M: kristoffer.ericson@gmail.com
21f37bc3
KE
506W: www.jlime.com
507S: Maintained
508
2b7a52a4
LB
509ARM/INTEL IOP32X ARM ARCHITECTURE
510P: Lennert Buytenhek
511M: kernel@wantstofly.org
e2bdb176
DW
512P: Dan Williams
513M: dan.j.williams@intel.com
2b7a52a4 514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176
DW
515S: Supported
516
517ARM/INTEL IOP33X ARM ARCHITECTURE
518P: Dan Williams
519M: dan.j.williams@intel.com
520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S: Supported
2b7a52a4
LB
522
523ARM/INTEL IOP13XX ARM ARCHITECTURE
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
e2bdb176
DW
526P: Dan Williams
527M: dan.j.williams@intel.com
2b7a52a4 528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 529S: Supported
2b7a52a4
LB
530
531ARM/INTEL IQ81342EX MACHINE SUPPORT
532P: Lennert Buytenhek
533M: kernel@wantstofly.org
e2bdb176
DW
534P: Dan Williams
535M: dan.j.williams@intel.com
2b7a52a4 536L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 537S: Supported
2b7a52a4
LB
538
539ARM/INTEL IXP2000 ARM ARCHITECTURE
540P: Lennert Buytenhek
541M: kernel@wantstofly.org
542L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
543S: Maintained
544
545ARM/INTEL IXDP2850 MACHINE SUPPORT
546P: Lennert Buytenhek
547M: kernel@wantstofly.org
548L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
549S: Maintained
550
551ARM/INTEL IXP23XX ARM ARCHITECTURE
552P: Lennert Buytenhek
553M: kernel@wantstofly.org
554L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
555S: Maintained
556
557ARM/INTEL XSC3 (MANZANO) ARM CORE
558P: Lennert Buytenhek
559M: kernel@wantstofly.org
e2bdb176
DW
560P: Dan Williams
561M: dan.j.williams@intel.com
2b7a52a4 562L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
e2bdb176 563S: Supported
2b7a52a4
LB
564
565ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
566P: Lennert Buytenhek
567M: kernel@wantstofly.org
568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
569S: Maintained
570
571ARM/LOGICPD PXA270 MACHINE SUPPORT
572P: Lennert Buytenhek
573M: kernel@wantstofly.org
574L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
575S: Maintained
576
8459c159
DO
577ARM/TOSA MACHINE SUPPORT
578P: Dirk Opfer
579M: dirk@opfer-online.de
580S: Maintained
581
1da177e4
LT
582ARM/PLEB SUPPORT
583P: Peter Chubb
584M: pleb@gelato.unsw.edu.au
585W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
586S: Maintained
587
588ARM/PT DIGITAL BOARD PORT
589P: Stefan Eletzhofer
590M: stefan.eletzhofer@eletztrick.de
70f09f1f 591L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
592W: http://www.arm.linux.org.uk/
593S: Maintained
594
2b7a52a4
LB
595ARM/RADISYS ENP2611 MACHINE SUPPORT
596P: Lennert Buytenhek
597M: kernel@wantstofly.org
598L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
599S: Maintained
600
1da177e4
LT
601ARM/SHARK MACHINE SUPPORT
602P: Alexander Schulz
603M: alex@shark-linux.de
604W: http://www.shark-linux.de/shark.html
605S: Maintained
606
607ARM/STRONGARM110 PORT
608P: Russell King
609M: rmk@arm.linux.org.uk
70f09f1f 610L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
611W: http://www.arm.linux.org.uk/
612S: Maintained
613
614ARM/S3C2410 ARM ARCHITECTURE
615P: Ben Dooks
449d4dd5 616M: ben-linux@fluff.org
70f09f1f 617L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
618W: http://www.fluff.org/ben/linux/
619S: Maintained
620
621ARM/S3C2440 ARM ARCHITECTURE
622P: Ben Dooks
449d4dd5 623M: ben-linux@fluff.org
70f09f1f 624L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
625W: http://www.fluff.org/ben/linux/
626S: Maintained
627
2b7a52a4
LB
628ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
629P: Lennert Buytenhek
630M: kernel@wantstofly.org
631L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
632S: Maintained
633
634ARM/THECUS N2100 MACHINE SUPPORT
635P: Lennert Buytenhek
636M: kernel@wantstofly.org
637L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
638S: Maintained
639
1da177e4
LT
640ARPD SUPPORT
641P: Jonathan Layes
979b6c13 642L: netdev@vger.kernel.org
1da177e4
LT
643S: Maintained
644
645ASUS ACPI EXTRAS DRIVER
0b67d946
LB
646P: Corentin Chary
647M: corentincj@iksaif.net
1da177e4
LT
648P: Karol Kozimor
649M: sziwan@users.sourceforge.net
1da177e4
LT
650L: acpi4asus-user@lists.sourceforge.net
651W: http://sourceforge.net/projects/acpi4asus
0b67d946 652W: http://xf.iksaif.net/acpi4asus
85091b71
CC
653S: Maintained
654
6ea884db
MH
655ASUS ASB100 HARDWARE MONITOR DRIVER
656P: Mark M. Hoffman
657M: mhoffman@lightlink.com
658L: lm-sensors@lm-sensors.org
659S: Maintained
660
85091b71
CC
661ASUS LAPTOP EXTRAS DRIVER
662P: Corentin Chary
663M: corentincj@iksaif.net
664L: acpi4asus-user@lists.sourceforge.net
1da177e4 665W: http://sourceforge.net/projects/acpi4asus
0b67d946 666W: http://xf.iksaif.net/acpi4asus
1da177e4
LT
667S: Maintained
668
b3e5f263
DW
669ASYNCHRONOUS TRANSFERS/TRANSFORMS API
670P: Dan Williams
671M: dan.j.williams@intel.com
5e45bb2e
MS
672P: Maciej Sosnowski
673M: maciej.sosnowski@intel.com
b3e5f263
DW
674L: linux-kernel@vger.kernel.org
675W: http://sourceforge.net/projects/xscaleiop
676S: Supported
677
1da177e4
LT
678ATA OVER ETHERNET DRIVER
679P: Ed L. Cashin
680M: ecashin@coraid.com
681W: http://www.coraid.com/support/linux
682S: Supported
683
fa1c114f
JS
684ATHEROS ATH5K WIRELESS DRIVER
685P: Jiri Slaby
686M: jirislaby@gmail.com
687P: Nick Kossifidis
688M: mickflemm@gmail.com
689P: Luis R. Rodriguez
690M: mcgrof@gmail.com
691L: linux-wireless@vger.kernel.org
692L: ath5k-devel@lists.ath5k.org
693S: Maintained
694
6f69a6d7
VS
695ATI_REMOTE2 DRIVER
696P: Ville Syrjala
697M: syrjala@sci.fi
698S: Maintained
699
8d5ca6ec
JC
700ATL1 ETHERNET DRIVER
701P: Jay Cliburn
702M: jcliburn@gmail.com
703P: Chris Snook
704M: csnook@redhat.com
705L: atl1-devel@lists.sourceforge.net
706W: http://sourceforge.net/projects/atl1
707W: http://atl1.sourceforge.net
708S: Maintained
709
1da177e4
LT
710ATM
711P: Chas Williams
712M: chas@cmf.nrl.navy.mil
f37bf90e 713L: linux-atm-general@lists.sourceforge.net (subscribers-only)
1da177e4
LT
714W: http://linux-atm.sourceforge.net
715S: Maintained
716
272f133a 717ATMEL AT91 MCI DRIVER
81764fa9 718P: Nicolas Ferre
8f4c79ce 719M: nicolas.ferre@atmel.com
81764fa9
PO
720L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
721W: http://www.atmel.com/products/AT91/
722W: http://www.at91.com/
723S: Maintained
272f133a 724
a1cfac48
HS
725ATMEL AT91 / AT32 SERIAL DRIVER
726P: Haavard Skinnemoen
727M: hskinnemoen@atmel.com
728L: linux-kernel@vger.kernel.org
729S: Supported
730
8f4c79ce
NF
731ATMEL LCDFB DRIVER
732P: Nicolas Ferre
733M: nicolas.ferre@atmel.com
8936b6db 734L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
8f4c79ce
NF
735S: Maintained
736
89e5785f 737ATMEL MACB ETHERNET DRIVER
89e5785f
HS
738P: Haavard Skinnemoen
739M: hskinnemoen@atmel.com
740S: Supported
741
754ce4f2
HS
742ATMEL SPI DRIVER
743P: Haavard Skinnemoen
744M: hskinnemoen@atmel.com
745S: Supported
746
914a3f3b
HS
747ATMEL USBA UDC DRIVER
748P: Haavard Skinnemoen
749M: hskinnemoen@atmel.com
750L: kernel@avr32linux.org
751W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
752S: Supported
753
1da177e4
LT
754ATMEL WIRELESS DRIVER
755P: Simon Kelley
756M: simon@thekelleys.org.uk
724c6b35 757L: linux-wireless@vger.kernel.org
1da177e4
LT
758W: http://www.thekelleys.org.uk/atmel
759W: http://atmelwlandriver.sourceforge.net/
760S: Maintained
761
a92b7b80 762AUDIT SUBSYSTEM
0ef1970d
EP
763P: Al Viro
764M: viro@zeniv.linux.org.uk
765P: Eric Paris
766M: eparis@redhat.com
b9a06207 767L: linux-audit@redhat.com (subscribers-only)
ad3f9a22 768W: http://people.redhat.com/sgrubb/audit/
0ef1970d 769T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
a92b7b80
CW
770S: Maintained
771
70e84049
MOS
772AUXILIARY DISPLAY DRIVERS
773P: Miguel Ojeda Sandonis
450c622e 774M: miguel.ojeda.sandonis@gmail.com
70e84049 775L: linux-kernel@vger.kernel.org
450c622e
MO
776W: http://miguelojeda.es/auxdisplay.htm
777W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
778S: Maintained
779
5f97f7f9 780AVR32 ARCHITECTURE
5f97f7f9
HS
781P: Haavard Skinnemoen
782M: hskinnemoen@atmel.com
783W: http://www.atmel.com/products/AVR32/
784W: http://avr32linux.org/
785W: http://avrfreaks.net/
786S: Supported
787
788AVR32/AT32AP MACHINE SUPPORT
5f97f7f9
HS
789P: Haavard Skinnemoen
790M: hskinnemoen@atmel.com
791S: Supported
792
1da177e4
LT
793AX.25 NETWORK LAYER
794P: Ralf Baechle
795M: ralf@linux-mips.org
796L: linux-hams@vger.kernel.org
d34cb28a 797W: http://www.linux-ax25.org/
1da177e4
LT
798S: Maintained
799
300abeb5
RP
800BACKLIGHT CLASS/SUBSYSTEM
801P: Richard Purdie
802M: rpurdie@rpsys.net
803S: Maintained
804
1394f032 805BLACKFIN ARCHITECTURE
e3b2d3f3 806P: Bryan Wu
7dd06cdb 807M: cooloney@kernel.org
e3b2d3f3
BW
808L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
809W: http://blackfin.uclinux.org
810S: Supported
566da5b2 811
e190d6b1
BW
812BLACKFIN EMAC DRIVER
813P: Bryan Wu
7dd06cdb 814M: cooloney@kernel.org
e190d6b1
BW
815L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
816W: http://blackfin.uclinux.org
817S: Supported
818
566da5b2
MF
819BLACKFIN RTC DRIVER
820P: Mike Frysinger
566da5b2
MF
821M: vapier.adi@gmail.com
822L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
823W: http://blackfin.uclinux.org
824S: Supported
1394f032
BW
825
826BLACKFIN SERIAL DRIVER
9c5e710b
MF
827P: Sonic Zhang
828M: sonic.zhang@analog.com
e3b2d3f3
BW
829L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
830W: http://blackfin.uclinux.org
831S: Supported
1394f032 832
1e6d320f
BW
833BLACKFIN WATCHDOG DRIVER
834P: Mike Frysinger
1e6d320f
BW
835M: vapier.adi@gmail.com
836L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
837W: http://blackfin.uclinux.org
838S: Supported
839
1da177e4
LT
840BAYCOM/HDLCDRV DRIVERS FOR AX.25
841P: Thomas Sailer
842M: t.sailer@alumni.ethz.ch
843L: linux-hams@vger.kernel.org
844W: http://www.baycom.org/~tom/ham/ham.html
845S: Maintained
846
e4d6b795
MB
847B43 WIRELESS DRIVER
848P: Michael Buesch
849M: mb@bu3sch.de
850P: Stefano Brivio
2817ef1a 851M: stefano.brivio@polimi.it
e4d6b795 852L: linux-wireless@vger.kernel.org
2817ef1a 853W: http://linuxwireless.org/en/users/Drivers/b43
e4d6b795
MB
854S: Maintained
855
75388acd
LF
856B43LEGACY WIRELESS DRIVER
857P: Larry Finger
858M: Larry.Finger@lwfinger.net
2817ef1a
SB
859P: Stefano Brivio
860M: stefano.brivio@polimi.it
75388acd 861L: linux-wireless@vger.kernel.org
2817ef1a 862W: http://linuxwireless.org/en/users/Drivers/b43
75388acd
LF
863S: Maintained
864
1da177e4
LT
865BEFS FILE SYSTEM
866P: Sergey S. Kostyliov
867M: rathamahata@php4.ru
868L: linux-kernel@vger.kernel.org
869S: Maintained
870
1da177e4
LT
871BFS FILE SYSTEM
872P: Tigran A. Aivazian
b5b9df69 873M: tigran@aivazian.fsnet.co.uk
1da177e4
LT
874L: linux-kernel@vger.kernel.org
875S: Maintained
876
d24ecfcc
BW
877BLACKFIN I2C TWI DRIVER
878P: Sonic Zhang
879M: sonic.zhang@analog.com
880L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
881W: http://blackfin.uclinux.org/
882S: Supported
883
1da177e4
LT
884BLOCK LAYER
885P: Jens Axboe
0fe23479 886M: axboe@kernel.dk
1da177e4 887L: linux-kernel@vger.kernel.org
6fb0425b 888T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1da177e4
LT
889S: Maintained
890
2b54aaef
JE
891BLOCK2MTD DRIVER
892P: Joern Engel
893M: joern@lazybastard.org
894L: linux-mtd@lists.infradead.org
895S: Maintained
896
1da177e4
LT
897BLUETOOTH SUBSYSTEM
898P: Marcel Holtmann
899M: marcel@holtmann.org
900P: Maxim Krasnyansky
901M: maxk@qualcomm.com
781c2844 902L: linux-bluetooth@vger.kernel.org
1da177e4
LT
903W: http://bluez.sf.net
904W: http://www.bluez.org
905W: http://www.holtmann.org/linux/bluetooth/
1adc1230 906T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1da177e4
LT
907S: Maintained
908
909BLUETOOTH RFCOMM LAYER
910P: Marcel Holtmann
911M: marcel@holtmann.org
912P: Maxim Krasnyansky
913M: maxk@qualcomm.com
914S: Maintained
915
916BLUETOOTH BNEP LAYER
917P: Marcel Holtmann
918M: marcel@holtmann.org
919P: Maxim Krasnyansky
920M: maxk@qualcomm.com
921S: Maintained
922
923BLUETOOTH CMTP LAYER
924P: Marcel Holtmann
925M: marcel@holtmann.org
926S: Maintained
927
928BLUETOOTH HIDP LAYER
929P: Marcel Holtmann
930M: marcel@holtmann.org
931S: Maintained
932
933BLUETOOTH HCI UART DRIVER
934P: Marcel Holtmann
935M: marcel@holtmann.org
936P: Maxim Krasnyansky
937M: maxk@qualcomm.com
938S: Maintained
939
940BLUETOOTH HCI USB DRIVER
941P: Marcel Holtmann
942M: marcel@holtmann.org
943P: Maxim Krasnyansky
944M: maxk@qualcomm.com
945S: Maintained
946
947BLUETOOTH HCI BCM203X DRIVER
948P: Marcel Holtmann
949M: marcel@holtmann.org
950S: Maintained
951
952BLUETOOTH HCI BPA10X DRIVER
953P: Marcel Holtmann
954M: marcel@holtmann.org
955S: Maintained
956
957BLUETOOTH HCI BFUSB DRIVER
958P: Marcel Holtmann
959M: marcel@holtmann.org
960S: Maintained
961
962BLUETOOTH HCI DTL1 DRIVER
963P: Marcel Holtmann
964M: marcel@holtmann.org
965S: Maintained
966
967BLUETOOTH HCI BLUECARD DRIVER
968P: Marcel Holtmann
969M: marcel@holtmann.org
970S: Maintained
971
972BLUETOOTH HCI BT3C DRIVER
973P: Marcel Holtmann
974M: marcel@holtmann.org
975S: Maintained
976
977BLUETOOTH HCI BTUART DRIVER
978P: Marcel Holtmann
979M: marcel@holtmann.org
980S: Maintained
981
982BLUETOOTH HCI VHCI DRIVER
983P: Maxim Krasnyansky
984M: maxk@qualcomm.com
985S: Maintained
986
987BONDING DRIVER
ce00f85c
JC
988P: Jay Vosburgh
989M: fubar@us.ibm.com
990L: bonding-devel@lists.sourceforge.net
991W: http://sourceforge.net/projects/bonding/
992S: Supported
1da177e4 993
39105890
GZ
994BROADCOM B44 10/100 ETHERNET DRIVER
995P: Gary Zambrano
996M: zambrano@broadcom.com
997L: netdev@vger.kernel.org
998S: Supported
999
948c51e6
MC
1000BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1001P: Michael Chan
1002M: mchan@broadcom.com
1003L: netdev@vger.kernel.org
1004S: Supported
1005
4d9d2cb0 1006BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
24e3fcef
EG
1007P: Eilon Greenstein
1008M: eilong@broadcom.com
4d9d2cb0
ET
1009L: netdev@vger.kernel.org
1010S: Supported
1011
948c51e6
MC
1012BROADCOM TG3 GIGABIT ETHERNET DRIVER
1013P: Michael Chan
1014M: mchan@broadcom.com
1015L: netdev@vger.kernel.org
1016S: Supported
1017
5cdf7f76
JA
1018BSG (block layer generic sg v4 driver)
1019P: FUJITA Tomonori
1020M: fujita.tomonori@lab.ntt.co.jp
1021L: linux-scsi@vger.kernel.org
1022S: Supported
1023
1da177e4 1024BTTV VIDEO4LINUX DRIVER
96b6aba0 1025P: Mauro Carvalho Chehab
8d58d773
MCC
1026M: mchehab@infradead.org
1027M: v4l-dvb-maintainer@linuxtv.org
1da177e4 1028L: video4linux-list@redhat.com
96b6aba0 1029W: http://linuxtv.org
ecfa4fdc 1030T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 1031S: Maintained
1da177e4 1032
77d5140f
JC
1033CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1034P: Jonathan Corbet
1035M: corbet@lwn.net
1036L: video4linux-list@redhat.com
1037S: Maintained
1038
beca222d
OH
1039CAN NETWORK LAYER
1040P: Urs Thuermann
1041M: urs.thuermann@volkswagen.de
1042P: Oliver Hartkopp
1043M: oliver.hartkopp@volkswagen.de
220fc3fc 1044L: socketcan-core@lists.berlios.de (subscribers-only)
beca222d
OH
1045W: http://developer.berlios.de/projects/socketcan/
1046S: Maintained
1047
77dac90f
MBY
1048CALGARY x86-64 IOMMU
1049P: Muli Ben-Yehuda
1050M: muli@il.ibm.com
1051P: Jon D. Mason
d8d2bedf 1052M: jdmason@kudzu.us
77dac90f
MBY
1053L: linux-kernel@vger.kernel.org
1054L: discuss@x86-64.org
1055S: Maintained
1056
b8154542
AB
1057CELL BROADBAND ENGINE ARCHITECTURE
1058P: Arnd Bergmann
1059M: arnd@arndb.de
1060L: linuxppc-dev@ozlabs.org
1061L: cbe-oss-dev@ozlabs.org
1062W: http://www.ibm.com/developerworks/power/cell/
1063S: Supported
1064
70e84049
MOS
1065CFAG12864B LCD DRIVER
1066P: Miguel Ojeda Sandonis
450c622e 1067M: miguel.ojeda.sandonis@gmail.com
70e84049 1068L: linux-kernel@vger.kernel.org
450c622e
MO
1069W: http://miguelojeda.es/auxdisplay.htm
1070W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
1071S: Maintained
1072
1073CFAG12864BFB LCD FRAMEBUFFER DRIVER
1074P: Miguel Ojeda Sandonis
450c622e 1075M: miguel.ojeda.sandonis@gmail.com
70e84049 1076L: linux-kernel@vger.kernel.org
450c622e
MO
1077W: http://miguelojeda.es/auxdisplay.htm
1078W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
1079S: Maintained
1080
704232c2
JB
1081CFG80211 and NL80211
1082P: Johannes Berg
1083M: johannes@sipsolutions.net
1084L: linux-wireless@vger.kernel.org
1085S: Maintained
1086
0a920b5b
AW
1087CHECKPATCH
1088P: Andy Whitcroft
1089M: apw@shadowen.org
1090P: Randy Dunlap
1091M: rdunlap@xenotime.net
1092P: Joel Schopp
1093M: jschopp@austin.ibm.com
1094S: Supported
1095
1da177e4
LT
1096COMMON INTERNET FILE SYSTEM (CIFS)
1097P: Steve French
1098M: sfrench@samba.org
fb453d4b 1099L: linux-cifs-client@lists.samba.org
1da177e4 1100L: samba-technical@lists.samba.org
af5a032b 1101W: http://linux-cifs.samba.org/
1adc1230 1102T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
b7eee616 1103S: Supported
1da177e4 1104
7063fbf2
JB
1105CONFIGFS
1106P: Joel Becker
62ca3d26
JB
1107M: joel.becker@oracle.com
1108L: linux-kernel@vger.kernel.org
7063fbf2
JB
1109S: Supported
1110
2b7a52a4
LB
1111CIRRUS LOGIC EP93XX ETHERNET DRIVER
1112P: Lennert Buytenhek
1113M: kernel@wantstofly.org
1114L: netdev@vger.kernel.org
1115S: Maintained
1116
2b7a52a4
LB
1117CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1118P: Lennert Buytenhek
1119M: kernel@wantstofly.org
6372594a 1120L: linux-usb@vger.kernel.org
2b7a52a4
LB
1121S: Maintained
1122
d9e9d82c
TT
1123CIRRUS LOGIC CS4270 SOUND DRIVER
1124P: Timur Tabi
1125M: timur@freescale.com
1126L: alsa-devel@alsa-project.org
1127S: Supported
1128
1da177e4
LT
1129CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1130P: Cirrus Logic Corporation (kernel 2.2 driver)
1131M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1132P: Nils Faerber (port to kernel 2.4)
1133M: Nils Faerber <nils@kernelconcepts.de>
1134S: Maintained
1135
1136CODA FILE SYSTEM
1137P: Jan Harkes
1138M: jaharkes@cs.cmu.edu
1139M: coda@cs.cmu.edu
1140L: codalist@coda.cs.cmu.edu
1141W: http://www.coda.cs.cmu.edu/
1142S: Maintained
1143
1144COMPACTPCI HOTPLUG CORE
1145P: Scott Murray
1146M: scottm@somanetworks.com
1147M: scott@spiteful.org
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
5a18c343
POF
1991HTCPEN TOUCHSCREEN DRIVER
1992P: Pau Oliva Fora
1993M: pof@eslack.org
1994L: linux-input@vger.kernel.org
1995S: Maintained
1996
1da177e4
LT
1997HUGETLB FILESYSTEM
1998P: William Irwin
1999M: wli@holomorphy.com
2000S: Maintained
2001
6ea884db
MH
2002I2C/SMBUS STUB DRIVER
2003P: Mark M. Hoffman
2004M: mhoffman@lightlink.com
2005L: lm-sensors@lm-sensors.org
2006S: Maintained
2007
5b543965 2008I2C SUBSYSTEM
710cf7e7 2009P: Jean Delvare (PC drivers, core)
1da177e4 2010M: khali@linux-fr.org
710cf7e7
JD
2011P: Ben Dooks (embedded platforms)
2012M: ben-linux@fluff.org
5d925fec 2013L: i2c@lm-sensors.org
595142e0 2014T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1da177e4
LT
2015S: Maintained
2016
e8c76eed
TH
2017I2C-TINY-USB DRIVER
2018P: Till Harbaum
2019M: till@harbaum.org
2020L: i2c@lm-sensors.org
2021T: http://www.harbaum.org/till/i2c_tiny_usb
2022S: Maintained
2023
1da177e4 2024i386 BOOT CODE
7f1291f2
PA
2025P: H. Peter Anvin
2026M: hpa@zytor.com
1da177e4
LT
2027L: Linux-Kernel@vger.kernel.org
2028S: Maintained
2029
2030i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1da177e4
LT
2031P: H. Peter Anvin
2032M: hpa@zytor.com
72af61c6 2033T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1da177e4
LT
2034S: Maintained
2035
1da177e4
LT
2036IA64 (Itanium) PLATFORM
2037P: Tony Luck
2038M: tony.luck@intel.com
2039L: linux-ia64@vger.kernel.org
2040W: http://www.ia64-linux.org/
6fb0425b 2041T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1da177e4
LT
2042S: Maintained
2043
2044SN-IA64 (Itanium) SUB-PLATFORM
e5ee7dda
GE
2045P: Jes Sorensen
2046M: jes@sgi.com
1da177e4
LT
2047L: linux-altix@sgi.com
2048L: linux-ia64@vger.kernel.org
2049W: http://www.sgi.com/altix
2050S: Maintained
2051
2052IBM MCA SCSI SUBSYSTEM DRIVER
2053P: Michael Lang
2054M: langa2@kph.uni-mainz.de
2055W: http://www.uni-mainz.de/~langm000/linux.html
2056S: Maintained
2057
2058IBM Power Linux RAID adapter
2059P: Brian King
2060M: brking@us.ibm.com
2061S: Supported
2062
2063IBM ServeRAID RAID DRIVER
2064P: Jack Hammer
2065P: Dave Jeffery
2066M: ipslinux@adaptec.com
2067W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
b7eee616 2068S: Supported
1da177e4 2069
1e7106fc 2070IDE SUBSYSTEM
1da177e4 2071P: Bartlomiej Zolnierkiewicz
1e7106fc 2072M: bzolnier@gmail.com
1da177e4 2073L: linux-ide@vger.kernel.org
1e7106fc 2074T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1da177e4
LT
2075S: Maintained
2076
2077IDE/ATAPI CDROM DRIVER
c404c199 2078P: Borislav Petkov
ef709165 2079M: petkovbb@gmail.com
9c5b0ce4 2080L: linux-ide@vger.kernel.org
c404c199 2081S: Maintained
1da177e4
LT
2082
2083IDE/ATAPI FLOPPY DRIVERS
2084P: Paul Bristow
2085M: Paul Bristow <paul@paulbristow.net>
2086W: http://paulbristow.net/linux/idefloppy.html
2087L: linux-kernel@vger.kernel.org
2088S: Maintained
2089
2090IDE/ATAPI TAPE DRIVERS
2091P: Gadi Oxman
2092M: Gadi Oxman <gadio@netvision.net.il>
2093L: linux-kernel@vger.kernel.org
2094S: Maintained
2095
f72abc21
BZ
2096IDE-SCSI DRIVER
2097L: linux-ide@vger.kernel.org
2098L: linux-scsi@vger.kernel.org
2099S: Orphan
2100
f148e20c 2101IEEE 1394 SUBSYSTEM (drivers/ieee1394)
1da177e4 2102P: Ben Collins
f51a5a9d 2103M: ben.collins@ubuntu.com
87730d04
SR
2104P: Stefan Richter
2105M: stefanr@s5r6.in-berlin.de
1da177e4
LT
2106L: linux1394-devel@lists.sourceforge.net
2107W: http://www.linux1394.org/
87730d04 2108T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1da177e4
LT
2109S: Maintained
2110
f51a5a9d 2111IEEE 1394 RAW I/O DRIVER (raw1394)
1da177e4
LT
2112P: Dan Dennedy
2113M: dan@dennedy.org
f51a5a9d
SR
2114P: Stefan Richter
2115M: stefanr@s5r6.in-berlin.de
1da177e4 2116L: linux1394-devel@lists.sourceforge.net
105d7b38
JM
2117S: Maintained
2118
1da177e4 2119IMS TWINTURBO FRAMEBUFFER DRIVER
8936b6db 2120L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
843393d3 2121S: Orphan
1da177e4
LT
2122
2123INFINIBAND SUBSYSTEM
2124P: Roland Dreier
21c121cc 2125M: rolandd@cisco.com
1da177e4 2126P: Sean Hefty
ed96f247 2127M: sean.hefty@intel.com
1da177e4 2128P: Hal Rosenstock
cec7c893 2129M: hal.rosenstock@gmail.com
78526821 2130L: general@lists.openfabrics.org
1da177e4 2131W: http://www.openib.org/
6fb0425b 2132T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4
LT
2133S: Supported
2134
2f1d076a 2135INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
664d22ab 2136P: Dmitry Torokhov
62f7caf9
DT
2137M: dmitry.torokhov@gmail.com
2138M: dtor@mail.ru
eb76c5c0 2139L: linux-input@vger.kernel.org
1adc1230 2140T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1da177e4
LT
2141S: Maintained
2142
c9f04f58 2143INOTIFY
18b36c71
CP
2144P: John McCutchan
2145M: ttb@tentacle.dhs.org
2146P: Robert Love
2147M: rml@novell.com
c9f04f58
RL
2148L: linux-kernel@vger.kernel.org
2149S: Maintained
2150
9eb8ef74 2151INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
ce00f85c
JC
2152P: Sylvain Meyer
2153M: sylvain.meyer@worldonline.fr
8936b6db 2154L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 2155S: Maintained
9eb8ef74 2156
1da177e4 2157INTEL 810/815 FRAMEBUFFER DRIVER
ce00f85c 2158P: Antonino Daplas
0478e62e 2159M: adaplas@gmail.com
8936b6db 2160L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 2161S: Maintained
1da177e4 2162
1da177e4
LT
2163INTEL IA32 MICROCODE UPDATE SUPPORT
2164P: Tigran Aivazian
b5b9df69 2165M: tigran@aivazian.fsnet.co.uk
1da177e4
LT
2166S: Maintained
2167
248a9dc3 2168INTEL I/OAT DMA DRIVER
5e45bb2e
MS
2169P: Maciej Sosnowski
2170M: maciej.sosnowski@intel.com
248a9dc3
NS
2171L: linux-kernel@vger.kernel.org
2172S: Supported
2173
b3e5f263
DW
2174INTEL IOP-ADMA DMA DRIVER
2175P: Dan Williams
2176M: dan.j.williams@intel.com
2177L: linux-kernel@vger.kernel.org
2178S: Supported
2179
844dd05f
MB
2180INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2181P: Deepak Saxena
2182M: dsaxena@plexity.net
2183S: Maintained
2184
2b7a52a4
LB
2185INTEL IXP2000 ETHERNET DRIVER
2186P: Lennert Buytenhek
2187M: kernel@wantstofly.org
2188L: netdev@vger.kernel.org
2189S: Maintained
2190
d94e6fed 2191INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
add18784
JB
2192P: Jeff Kirsher
2193M: jeffrey.t.kirsher@intel.com
e0164af6
AK
2194P: Jesse Brandeburg
2195M: jesse.brandeburg@intel.com
d94e6fed
AK
2196P: Bruce Allan
2197M: bruce.w.allan@intel.com
ae7b6487
JK
2198P: PJ Waskiewicz
2199M: peter.p.waskiewicz.jr@intel.com
20424659
AK
2200P: John Ronciak
2201M: john.ronciak@intel.com
dcd01faf 2202L: e1000-devel@lists.sourceforge.net
d94e6fed 2203W: http://e1000.sourceforge.net/
1da177e4
LT
2204S: Supported
2205
826d2abe 2206INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1d43d312 2207P: Zhu Yi
826d2abe
JK
2208M: yi.zhu@intel.com
2209P: James Ketrenos
2210M: jketreno@linux.intel.com
1d43d312
RC
2211P: Reinette Chatre
2212M: reinette.chatre@intel.com
724c6b35 2213L: linux-wireless@vger.kernel.org
f5df5881 2214L: ipw2100-devel@lists.sourceforge.net
04bdfb91 2215W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
826d2abe
JK
2216W: http://ipw2100.sourceforge.net
2217S: Supported
2218
2219INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1d43d312 2220P: Zhu Yi
826d2abe
JK
2221M: yi.zhu@intel.com
2222P: James Ketrenos
2223M: jketreno@linux.intel.com
1d43d312
RC
2224P: Reinette Chatre
2225M: reinette.chatre@intel.com
724c6b35 2226L: linux-wireless@vger.kernel.org
f5df5881 2227L: ipw2100-devel@lists.sourceforge.net
04bdfb91 2228W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
826d2abe
JK
2229W: http://ipw2200.sourceforge.net
2230S: Supported
2231
b481de9c
ZY
2232INTEL WIRELESS WIFI LINK (iwlwifi)
2233P: Zhu Yi
2234M: yi.zhu@intel.com
1d43d312
RC
2235P: Reinette Chatre
2236M: reinette.chatre@intel.com
b481de9c
ZY
2237L: linux-wireless@vger.kernel.org
2238L: ipw3945-devel@lists.sourceforge.net
2239W: http://intellinuxwireless.org
2d4543fd 2240T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
b481de9c
ZY
2241S: Supported
2242
cb109a0e 2243IOC3 ETHERNET DRIVER
1da177e4
LT
2244P: Ralf Baechle
2245M: ralf@linux-mips.org
2246L: linux-mips@linux-mips.org
2247S: Maintained
2248
cb109a0e
RB
2249IOC3 SERIAL DRIVER
2250P: Pat Gefre
2251M: pfg@sgi.com
6650e0a5 2252L: linux-mips@linux-mips.org
cb109a0e
RB
2253S: Maintained
2254
1da177e4
LT
2255IP MASQUERADING:
2256P: Juanjo Ciarlante
2257M: jjciarla@raiz.uncu.edu.ar
2258S: Maintained
2259
1202d6ff
FR
2260IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2261P: Francois Romieu
2262M: romieu@fr.zoreil.com
2263P: Sorbica Shieh
2264M: sorbica@icplus.com.tw
2265P: Jesse Huang
2266M: jesse@icplus.com.tw
2267L: netdev@vger.kernel.org
2268S: Maintained
2269
77d8798b 2270IPATH DRIVER:
18b8c8f1 2271P: Ralph Campbell
f42b6471
AJ
2272M: infinipath@qlogic.com
2273L: general@lists.openfabrics.org
2274T: git git://git.qlogic.com/ipath-linux-2.6
77d8798b
BS
2275S: Supported
2276
4409ebe9
CM
2277IPMI SUBSYSTEM
2278P: Corey Minyard
2279M: minyard@acm.org
2280L: openipmi-developer@lists.sourceforge.net
2281W: http://openipmi.sourceforge.net/
2282S: Supported
2283
1da177e4
LT
2284IPX NETWORK LAYER
2285P: Arnaldo Carvalho de Melo
926554c4 2286M: acme@ghostprotocols.net
979b6c13 2287L: netdev@vger.kernel.org
1da177e4
LT
2288S: Maintained
2289
099dc4fb
DS
2290IPWIRELES DRIVER
2291P: Jiri Kosina
2292M: jkosina@suse.cz
2293P: David Sterba
2294M: dsterba@suse.cz
2295S: Maintained
2296T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2297
1da177e4 2298IRDA SUBSYSTEM
f353976d
SO
2299P: Samuel Ortiz
2300M: samuel@sortiz.org
a2ac953d 2301L: irda-users@lists.sourceforge.net (subscribers-only)
1da177e4 2302W: http://irda.sourceforge.net/
f353976d 2303S: Maintained
1da177e4 2304
14816b1e
MC
2305ISCSI
2306P: Mike Christie
2307M: michaelc@cs.wisc.edu
2308L: open-iscsi@googlegroups.com
2309W: www.open-iscsi.org
2310T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2311S: Maintained
2312
1da177e4
LT
2313ISAPNP
2314P: Jaroslav Kysela
c1017a4c 2315M: perex@perex.cz
1da177e4
LT
2316S: Maintained
2317
2318ISDN SUBSYSTEM
2319P: Karsten Keil
2320M: kkeil@suse.de
d5d52273 2321L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
1da177e4 2322W: http://www.isdn4linux.de
1adc1230 2323T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1da177e4
LT
2324S: Maintained
2325
2326ISDN SUBSYSTEM (Eicon active card driver)
2327P: Armin Schindler
2328M: mac@melware.de
d5d52273 2329L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
1da177e4
LT
2330W: http://www.melware.de
2331S: Maintained
2332
91821ff3
HV
2333IVTV VIDEO4LINUX DRIVER
2334P: Hans Verkuil
2335M: hverkuil@xs4all.nl
2336L: ivtv-devel@ivtvdriver.org
2337L: ivtv-users@ivtvdriver.org
2338L: video4linux-list@redhat.com
2339W: http://www.ivtvdriver.org
2340S: Maintained
2341
1da177e4
LT
2342JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2343P: David Woodhouse
2344M: dwmw2@infradead.org
6d85d066
DW
2345L: linux-mtd@lists.infradead.org
2346W: http://www.linux-mtd.infradead.org/doc/jffs2.html
1da177e4
LT
2347S: Maintained
2348
95270566
AB
2349UBI FILE SYSTEM (UBIFS)
2350P: Artem Bityutskiy
2351M: dedekind@infradead.org
2352P: Adrian Hunter
2353M: ext-adrian.hunter@nokia.com
2354L: linux-mtd@lists.infradead.org
2355T: git git://git.infradead.org/~dedekind/ubifs-2.6.git
2356W: http://www.linux-mtd.infradead.org/doc/ubifs.html
2357S: Maintained
2358
1da177e4
LT
2359JFS FILESYSTEM
2360P: Dave Kleikamp
2361M: shaggy@austin.ibm.com
2362L: jfs-discussion@lists.sourceforge.net
2363W: http://jfs.sourceforge.net/
1adc1230 2364T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1da177e4
LT
2365S: Supported
2366
de456d37 2367JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
ae0718f8 2368P: Stephen Tweedie, Andrew Morton
588cc708 2369M: sct@redhat.com, akpm@linux-foundation.org
72be2ccf 2370L: linux-ext4@vger.kernel.org
ae0718f8
TT
2371S: Maintained
2372
4660cb35
RM
2373K8TEMP HARDWARE MONITORING DRIVER
2374P: Rudolf Marek
2375M: r.marek@assembler.cz
2376L: lm-sensors@lm-sensors.org
ae0718f8
TT
2377S: Maintained
2378
1da177e4
LT
2379KCONFIG
2380P: Roman Zippel
2381M: zippel@linux-m68k.org
347d12d7 2382L: linux-kbuild@vger.kernel.org
1da177e4
LT
2383S: Maintained
2384
ea6c2089
VG
2385KDUMP
2386P: Vivek Goyal
4200b66c 2387M: vgoyal@redhat.com
ea6c2089
VG
2388P: Haren Myneni
2389M: hbabu@us.ibm.com
34633993 2390L: kexec@lists.infradead.org
ea6c2089
VG
2391L: linux-kernel@vger.kernel.org
2392W: http://lse.sourceforge.net/kdump/
2393S: Maintained
2394
1da177e4
LT
2395KERNEL AUTOMOUNTER (AUTOFS)
2396P: H. Peter Anvin
2397M: hpa@zytor.com
2398L: autofs@linux.kernel.org
2399S: Odd Fixes
2400
2401KERNEL AUTOMOUNTER v4 (AUTOFS4)
2402P: Ian Kent
2403M: raven@themaw.net
2404L: autofs@linux.kernel.org
2405S: Maintained
2406
2407KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1da177e4
LT
2408P: Sam Ravnborg
2409M: sam@ravnborg.org
591b0179
SR
2410T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2411T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
347d12d7 2412L: linux-kbuild@vger.kernel.org
b7eee616 2413S: Maintained
1da177e4
LT
2414
2415KERNEL JANITORS
2416P: Several
c3000e03 2417L: kernel-janitors@vger.kernel.org
1da177e4 2418W: http://www.kerneljanitors.org/
1da177e4
LT
2419S: Maintained
2420
2421KERNEL NFSD
a512cd5d
NB
2422P: J. Bruce Fields
2423M: bfields@fieldses.org
1da177e4 2424P: Neil Brown
98fac23f 2425M: neilb@suse.de
16141c02 2426L: linux-nfs@vger.kernel.org
1da177e4 2427W: http://nfs.sourceforge.net/
98fac23f 2428S: Supported
1da177e4 2429
426d62e2
AK
2430KERNEL VIRTUAL MACHINE (KVM)
2431P: Avi Kivity
2432M: avi@qumranet.com
1fc9d2bf
AK
2433L: kvm@vger.kernel.org
2434W: http://kvm.qumranet.com
426d62e2
AK
2435S: Supported
2436
513014b7
HB
2437KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2438P: Hollis Blanchard
2439M: hollisb@us.ibm.com
1fc9d2bf
AK
2440L: kvm-ppc@vger.kernel.org
2441W: http://kvm.qumranet.com
513014b7
HB
2442S: Supported
2443
1fc9d2bf 2444KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
920ed9f1
ZX
2445P: Anthony Xu
2446M: anthony.xu@intel.com
2447P: Xiantao Zhang
2448M: xiantao.zhang@intel.com
1fc9d2bf
AK
2449L: kvm-ia64@vger.kernel.org
2450W: http://kvm.qumranet.com
920ed9f1
ZX
2451S: Supported
2452
85f8fffe
CB
2453KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2454P: Carsten Otte
2455M: cotte@de.ibm.com
2456P: Christian Borntraeger
2457M: borntraeger@de.ibm.com
2458M: linux390@de.ibm.com
2459L: linux-s390@vger.kernel.org
2460W: http://www.ibm.com/developerworks/linux/linux390/
2461S: Supported
2462
dc009d92
EB
2463KEXEC
2464P: Eric Biederman
dc009d92 2465M: ebiederm@xmission.com
b7c698f7 2466W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
dc009d92 2467L: linux-kernel@vger.kernel.org
34633993 2468L: kexec@lists.infradead.org
dc009d92
EB
2469S: Maintained
2470
e3e2aaf7
JW
2471KGDB
2472P: Jason Wessel
2473M: jason.wessel@windriver.com
2474L: kgdb-bugreport@lists.sourceforge.net
2475S: Maintained
2476
89559a61 2477KPROBES
89559a61
PP
2478P: Ananth N Mavinakayanahalli
2479M: ananth@in.ibm.com
2480P: Anil S Keshavamurthy
2481M: anil.s.keshavamurthy@intel.com
2482P: David S. Miller
2483M: davem@davemloft.net
6edef97e
MH
2484P: Masami Hiramatsu
2485M: mhiramat@redhat.com
89559a61
PP
2486L: linux-kernel@vger.kernel.org
2487S: Maintained
2488
70e84049
MOS
2489KS0108 LCD CONTROLLER DRIVER
2490P: Miguel Ojeda Sandonis
450c622e 2491M: miguel.ojeda.sandonis@gmail.com
70e84049 2492L: linux-kernel@vger.kernel.org
450c622e
MO
2493W: http://miguelojeda.es/auxdisplay.htm
2494W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049
MOS
2495S: Maintained
2496
1da177e4 2497LAPB module
1da177e4 2498L: linux-x25@vger.kernel.org
bf9915cc 2499S: Orphan
1da177e4
LT
2500
2501LASI 53c700 driver for PARISC
2502P: James E.J. Bottomley
2503M: James.Bottomley@HansenPartnership.com
2504L: linux-scsi@vger.kernel.org
2505S: Maintained
2506
263de9b5
RP
2507LED SUBSYSTEM
2508P: Richard Purdie
2509M: rpurdie@rpsys.net
2510S: Maintained
2511
1da177e4
LT
2512LEGO USB Tower driver
2513P: Juergen Stuber
2514M: starblue@users.sourceforge.net
2515L: legousb-devel@lists.sourceforge.net
2516W: http://legousb.sourceforge.net/
2517S: Maintained
2518
568a17ff
RR
2519LGUEST
2520P: Rusty Russell
2521M: rusty@rustcorp.com.au
2522L: lguest@ozlabs.org
2523W: http://lguest.ozlabs.org/
2524S: Maintained
2525
1da177e4
LT
2526LINUX FOR IBM pSERIES (RS/6000)
2527P: Paul Mackerras
2528M: paulus@au.ibm.com
2529W: http://www.ibm.com/linux/ltc/projects/ppc
2530S: Supported
2531
2532LINUX FOR NCR VOYAGER
2533P: James Bottomley
2534M: James.Bottomley@HansenPartnership.com
2535W: http://www.hansenpartnership.com/voyager
2536S: Maintained
2537
852bb9f5 2538LINUX FOR POWERPC (32-BIT AND 64-BIT)
1da177e4
LT
2539P: Paul Mackerras
2540M: paulus@samba.org
852bb9f5
PM
2541P: Benjamin Herrenschmidt
2542M: benh@kernel.crashing.org
1da177e4
LT
2543W: http://www.penguinppc.org/
2544L: linuxppc-dev@ozlabs.org
1adc1230 2545T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1da177e4
LT
2546S: Supported
2547
2548LINUX FOR POWER MACINTOSH
2549P: Benjamin Herrenschmidt
2550M: benh@kernel.crashing.org
2551W: http://www.penguinppc.org/
2552L: linuxppc-dev@ozlabs.org
2553S: Maintained
2554
77a76369 2555LINUX FOR POWERPC EMBEDDED MPC5XXX
1da177e4
LT
2556P: Sylvain Munaut
2557M: tnt@246tNt.com
e1eea9fa
GL
2558P: Grant Likely
2559M: grant.likely@secretlab.ca
1da177e4 2560L: linuxppc-dev@ozlabs.org
1da177e4
LT
2561S: Maintained
2562
2563LINUX FOR POWERPC EMBEDDED PPC4XX
9a474fff
JB
2564P: Josh Boyer
2565M: jwboyer@linux.vnet.ibm.com
1da177e4
LT
2566P: Matt Porter
2567M: mporter@kernel.crashing.org
2568W: http://www.penguinppc.org/
88de3cab 2569L: linuxppc-dev@ozlabs.org
9a474fff 2570T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
1da177e4
LT
2571S: Maintained
2572
260c02a9
GL
2573LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2574P: Grant Likely
2575M: grant.likely@secretlab.ca
f210d43c 2576W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
260c02a9 2577L: linuxppc-dev@ozlabs.org
1da177e4
LT
2578S: Maintained
2579
e93adf1e 2580LINUX FOR POWERPC EMBEDDED PPC8XX
dba5baf3
MT
2581P: Vitaly Bordug
2582M: vitb@kernel.crashing.org
e93adf1e 2583P: Marcelo Tosatti
2e367a82 2584M: marcelo@kvack.org
e93adf1e 2585W: http://www.penguinppc.org/
88de3cab 2586L: linuxppc-dev@ozlabs.org
e93adf1e
TR
2587S: Maintained
2588
1da177e4 2589LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
ce00f85c
JC
2590P: Kumar Gala
2591M: galak@kernel.crashing.org
2592W: http://www.penguinppc.org/
88de3cab 2593L: linuxppc-dev@ozlabs.org
ce00f85c 2594S: Maintained
1da177e4 2595
ab06ff3a
OJ
2596LINUX FOR POWERPC PA SEMI PWRFICIENT
2597P: Olof Johansson
2598M: olof@lixom.net
2599W: http://www.pasemi.com/
2600L: linuxppc-dev@ozlabs.org
2601S: Supported
2602
1da177e4
LT
2603LLC (802.2)
2604P: Arnaldo Carvalho de Melo
926554c4 2605M: acme@ghostprotocols.net
1da177e4
LT
2606S: Maintained
2607
1da177e4
LT
2608LINUX SECURITY MODULE (LSM) FRAMEWORK
2609P: Chris Wright
692a2061 2610M: chrisw@sous-sol.org
1a4520be 2611L: linux-security-module@vger.kernel.org
1adc1230 2612T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1da177e4
LT
2613S: Supported
2614
2615LM83 HARDWARE MONITOR DRIVER
2616P: Jean Delvare
2617M: khali@linux-fr.org
cc0b07ed 2618L: lm-sensors@lm-sensors.org
1da177e4
LT
2619S: Maintained
2620
2621LM90 HARDWARE MONITOR DRIVER
2622P: Jean Delvare
2623M: khali@linux-fr.org
cc0b07ed 2624L: lm-sensors@lm-sensors.org
1da177e4
LT
2625S: Maintained
2626
512e67f9
PZ
2627LOCKDEP AND LOCKSTAT
2628P: Peter Zijlstra
2629M: peterz@infradead.org
2630P: Ingo Molnar
2631M: mingo@redhat.com
2632L: linux-kernel@vger.kernel.org
2633T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2634S: Maintained
2635
dde33348 2636LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
1da177e4
LT
2637P: Richard Russon (FlatCap)
2638M: ldm@flatcap.org
dde33348
AA
2639L: linux-ntfs-dev@lists.sourceforge.net
2640W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4
LT
2641S: Maintained
2642
c87e34ef
MED
2643LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2644P: Eric Moore
d8a82d7b
EM
2645M: Eric.Moore@lsi.com
2646M: support@lsi.com
cec744fb 2647L: DL-MPTFusionLinux@lsi.com
c87e34ef
MED
2648L: linux-scsi@vger.kernel.org
2649W: http://www.lsilogic.com/support
2650S: Supported
2651
1da177e4
LT
2652LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2653P: Matthew Wilcox
2654M: matthew@wil.cx
2655L: linux-scsi@vger.kernel.org
2656S: Maintained
2657
c12a54b3
HT
2658M32R ARCHITECTURE
2659P: Hirokazu Takata
2660M: takata@linux-m32r.org
2661L: linux-m32r@ml.linux-m32r.org
2662L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2663W: http://www.linux-m32r.org/
2664S: Maintained
2665
1da177e4
LT
2666M68K ARCHITECTURE
2667P: Geert Uytterhoeven
2668M: geert@linux-m68k.org
2669P: Roman Zippel
2670M: zippel@linux-m68k.org
2671L: linux-m68k@lists.linux-m68k.org
2672W: http://www.linux-m68k.org/
2673W: http://linux-m68k-cvs.ubb.ca/
2674S: Maintained
2675
2676M68K ON APPLE MACINTOSH
2677P: Joshua Thompson
2678M: funaho@jurai.org
2679W: http://www.mac.linux-m68k.org/
9bb9f222 2680L: linux-m68k@lists.linux-m68k.org
1da177e4
LT
2681S: Maintained
2682
2683M68K ON HP9000/300
2684P: Philip Blundell
2685M: philb@gnu.org
2686W: http://www.tazenda.demon.co.uk/phil/linux-hp
2687S: Maintained
2688
64a327a7 2689MAC80211
31c7cecb
JB
2690P: Johannes Berg
2691M: johannes@sipsolutions.net
0f48d7e1
JB
2692P: Michael Wu
2693M: flamingice@sourmilk.net
64a327a7
JB
2694L: linux-wireless@vger.kernel.org
2695W: http://linuxwireless.org/
31c7cecb 2696T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
64a327a7
JB
2697S: Maintained
2698
1036d864
SB
2699MAC80211 PID RATE CONTROL
2700P: Stefano Brivio
2701M: stefano.brivio@polimi.it
2702P: Mattias Nissler
2703M: mattias.nissler@gmx.de
2704L: linux-wireless@vger.kernel.org
2705W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2706T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2707S: Maintained
2708
b863ceb7
PM
2709MACVLAN DRIVER
2710P: Patrick McHardy
2711M: kaber@trash.net
2712L: netdev@vger.kernel.org
2713S: Maintained
2714
1da177e4
LT
2715MARVELL YUKON / SYSKONNECT DRIVER
2716P: Mirko Lindner
2717M: mlindner@syskonnect.de
2718P: Ralph Roesler
2719M: rroesler@syskonnect.de
2720W: http://www.syskonnect.com
2721S: Supported
2722
faf1668c 2723MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
ce00f85c 2724P: Michael Kerrisk
1d7f5023 2725M: mtk.manpages@gmail.com
c76a5878
MK
2726W: http://www.kernel.org/doc/man-pages
2727S: Supported
faf1668c 2728
74cda169
SB
2729MARVELL LIBERTAS WIRELESS DRIVER
2730P: Dan Williams
2731M: dcbw@redhat.com
2732L: libertas-dev@lists.infradead.org
2733S: Maintained
2734
b60d6975 2735MARVELL MV643XX ETHERNET DRIVER
85ba9d97
DF
2736P: Lennert Buytenhek
2737M: buytenh@marvell.com
979b6c13 2738L: netdev@vger.kernel.org
85ba9d97 2739S: Supported
1da177e4
LT
2740
2741MATROX FRAMEBUFFER DRIVER
2742P: Petr Vandrovec
2743M: vandrove@vc.cvut.cz
8936b6db 2744L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
2745S: Maintained
2746
d20620de
HJK
2747MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2748P: Hans J. Koch
2749M: hjk@linutronix.de
2750L: lm-sensors@lm-sensors.org
2751S: Maintained
2752
757e0108 2753MEGARAID SCSI DRIVERS
ce00f85c 2754P: Neela Syam Kolli
bdd0d757 2755M: megaraidlinux@lsi.com
ce00f85c
JC
2756S: linux-scsi@vger.kernel.org
2757W: http://megaraid.lsilogic.com
2758S: Maintained
757e0108 2759
70ea91f1
SR
2760MEMORY MANAGEMENT
2761L: linux-mm@kvack.org
2762L: linux-kernel@vger.kernel.org
2763W: http://www.linux-mm.org
2764S: Maintained
2765
938a9204 2766MEMORY RESOURCE CONTROLLER
2767P: Balbir Singh
2768M: balbir@linux.vnet.ibm.com
2769P: Pavel Emelyanov
2770M: xemul@openvz.org
2771P: KAMEZAWA Hiroyuki
2772M: kamezawa.hiroyu@jp.fujitsu.com
2773L: linux-mm@kvack.org
2774L: linux-kernel@vger.kernel.org
2775S: Maintained
2776
b920de1b
DH
2777MEI MN10300/AM33 PORT
2778P: David Howells
2779M: dhowells@redhat.com
2780P: Koichi Yasutake
2781M: yasutake.koichi@jp.panasonic.com
66e10601 2782L: linux-am33-list@redhat.com (moderated for non-subscribers)
b920de1b
DH
2783W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2784S: Maintained
2785
f4e9ce66 2786MEMORY TECHNOLOGY DEVICES (MTD)
1da177e4
LT
2787P: David Woodhouse
2788M: dwmw2@infradead.org
2789W: http://www.linux-mtd.infradead.org/
2790L: linux-mtd@lists.infradead.org
f4e9ce66 2791T: git git://git.infradead.org/mtd-2.6.git
1da177e4
LT
2792S: Maintained
2793
48576401
AB
2794UNSORTED BLOCK IMAGES (UBI)
2795P: Artem Bityutskiy
2796M: dedekind@infradead.org
2797W: http://www.linux-mtd.infradead.org/
2798L: linux-mtd@lists.infradead.org
21600546 2799T: git git://git.infradead.org/~dedekind/ubi-2.6.git
48576401
AB
2800S: Maintained
2801
1da177e4
LT
2802MICROTEK X6 SCANNER
2803P: Oliver Neukum
2804M: oliver@neukum.name
2805S: Maintained
2806
2807MIPS
2808P: Ralf Baechle
2809M: ralf@linux-mips.org
d50f7ec9 2810W: http://www.linux-mips.org/
1da177e4 2811L: linux-mips@linux-mips.org
7425b340
RB
2812T: git www.linux-mips.org:/pub/scm/linux.git
2813S: Supported
1da177e4
LT
2814
2815MISCELLANEOUS MCA-SUPPORT
2816P: James Bottomley
c4e1608e 2817M: James.Bottomley@HansenPartnership.com
1da177e4
LT
2818L: linux-kernel@vger.kernel.org
2819S: Maintained
2820
2821MODULE SUPPORT
2822P: Rusty Russell
2823M: rusty@rustcorp.com.au
2824L: linux-kernel@vger.kernel.org
2825S: Maintained
2826
2827MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2828P: Stelian Pop
2829M: stelian@popies.net
2830W: http://popies.net/meye/
2831S: Maintained
2832
c58ff04a
PP
2833MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2834P: Pavel Pisa
2835M: ppisa@pikron.com
2836L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
c58ff04a
PP
2837S: Maintained
2838
1da177e4
LT
2839MOUSE AND MISC DEVICES [GENERAL]
2840P: Alessandro Rubini
2841M: rubini@ipvvis.unipv.it
2842L: linux-kernel@vger.kernel.org
2843S: Maintained
2844
b9705b60 2845MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
d735410a
JS
2846P: Jiri Slaby
2847M: jirislaby@gmail.com
2848L: linux-kernel@vger.kernel.org
2849S: Maintained
2850
8c4c731a
LP
2851MSI LAPTOP SUPPORT
2852P: Lennart Poettering
2853M: mzxreary@0pointer.de
04bdfb91 2854W: https://tango.0pointer.de/mailman/listinfo/s270-linux
8c4c731a
LP
2855W: http://0pointer.de/lennart/tchibo.html
2856S: Maintained
2857
4e0d13cb
SO
2858MULTIFUNCTION DEVICES (MFD)
2859P: Samuel Ortiz
2860M: sameo@openedhand.com
2861L: linux-kernel@vger.kernel.org
2862S: Supported
2863
5c4e6f13 2864MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
b9f5d804
PO
2865P: Pierre Ossman
2866M: drzeus-mmc@drzeus.cx
2867L: linux-kernel@vger.kernel.org
2868S: Maintained
baca2da4 2869
15a0580c
DB
2870MULTIMEDIA CARD (MMC) ETC. OVER SPI
2871P: David Brownell
2872M: dbrownell@users.sourceforge.net
2873L: linux-kernel@vger.kernel.org
2874S: Odd fixes
2875
1da177e4
LT
2876MULTISOUND SOUND DRIVER
2877P: Andrew Veliath
2878M: andrewtv@usa.net
2879S: Maintained
2880
d735410a
JS
2881MULTITECH MULTIPORT CARD (ISICOM)
2882P: Jiri Slaby
2883M: jirislaby@gmail.com
2884L: linux-kernel@vger.kernel.org
2885S: Maintained
2886
2d3cf588
BG
2887MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2888P: Andrew Gallatin
2889M: gallatin@myri.com
2890P: Brice Goglin
2891M: brice@myri.com
2892L: netdev@vger.kernel.org
2893W: http://www.myri.com/scs/download-Myri10GE.html
2894S: Supported
2895
1da177e4
LT
2896NATSEMI ETHERNET DRIVER (DP8381x)
2897P: Tim Hockin
2898M: thockin@hockin.org
2899S: Maintained
2900
2901NCP FILESYSTEM
2902P: Petr Vandrovec
2903M: vandrove@vc.cvut.cz
2904L: linware@sh.cvut.cz
2905S: Maintained
2906
2907NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2908P: James E.J. Bottomley
2909M: James.Bottomley@HansenPartnership.com
2910L: linux-scsi@vger.kernel.org
2911S: Maintained
2912
3c2d774c
GS
2913NETEFFECT IWARP RNIC DRIVER (IW_NES)
2914P: Faisal Latif
2915M: flatif@neteffect.com
5f625606
CT
2916P: Chien Tung
2917M: ctung@neteffect.com
3c2d774c
GS
2918P: Glenn Streiff
2919M: gstreiff@neteffect.com
2920L: general@lists.openfabrics.org
2921W: http://www.neteffect.com
2922S: Supported
2923F: drivers/infiniband/hw/nes/
2924
be2f2e84
SH
2925NETEM NETWORK EMULATOR
2926P: Stephen Hemminger
65ebe634 2927M: shemminger@linux-foundation.org
f318a63b 2928L: netem@lists.linux-foundation.org
be2f2e84
SH
2929S: Maintained
2930
4a58448b
JS
2931NETERION (S2IO) Xframe 10GbE DRIVER
2932P: Ramkrishna Vepa
2933M: ram.vepa@neterion.com
2934P: Rastapur Santosh
2935M: santosh.rastapur@neterion.com
2936P: Sivakumar Subramani
2937M: sivakumar.subramani@neterion.com
2938P: Sreenivasa Honnur
2939M: sreenivasa.honnur@neterion.com
2940L: netdev@vger.kernel.org
2941W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2942S: Supported
2943
1da177e4
LT
2944NETFILTER/IPTABLES/IPCHAINS
2945P: Rusty Russell
2946P: Marc Boucher
2947P: James Morris
2948P: Harald Welte
2949P: Jozsef Kadlecsik
82b98543
PM
2950P: Patrick McHardy
2951M: kaber@trash.net
1a03b81d
PM
2952L: netfilter-devel@vger.kernel.org
2953L: netfilter@vger.kernel.org
82b98543 2954L: coreteam@netfilter.org
1da177e4
LT
2955W: http://www.netfilter.org/
2956W: http://www.iptables.org/
1da177e4
LT
2957S: Supported
2958
4cc67735
PM
2959NETLABEL
2960P: Paul Moore
2961M: paul.moore@hp.com
2962W: http://netlabel.sf.net
2963L: netdev@vger.kernel.org
2964S: Supported
2965
1da177e4
LT
2966NETROM NETWORK LAYER
2967P: Ralf Baechle
2968M: ralf@linux-mips.org
2969L: linux-hams@vger.kernel.org
d34cb28a 2970W: http://www.linux-ax25.org/
1da177e4
LT
2971S: Maintained
2972
5ddb88c0 2973NETWORK BLOCK DEVICE (NBD)
1da177e4
LT
2974P: Paul Clements
2975M: Paul.Clements@steeleye.com
2976S: Maintained
2977
2978NETWORK DEVICE DRIVERS
1da177e4
LT
2979P: Jeff Garzik
2980M: jgarzik@pobox.com
979b6c13 2981L: netdev@vger.kernel.org
6fb0425b 2982T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1da177e4
LT
2983S: Maintained
2984
2985NETWORKING [GENERAL]
2986P: Networking Team
979b6c13
RB
2987M: netdev@vger.kernel.org
2988L: netdev@vger.kernel.org
f1465f7e 2989W: http://linux-net.osdl.org/
1da177e4
LT
2990S: Maintained
2991
2992NETWORKING [IPv4/IPv6]
2993P: David S. Miller
2994M: davem@davemloft.net
2995P: Alexey Kuznetsov
2996M: kuznet@ms2.inr.ac.ru
2997P: Pekka Savola (ipv6)
2998M: pekkas@netcore.fi
2999P: James Morris
48de5bee 3000M: jmorris@namei.org
1da177e4
LT
3001P: Hideaki YOSHIFUJI
3002M: yoshfuji@linux-ipv6.org
3003P: Patrick McHardy
1a03b81d 3004M: kaber@trash.net
979b6c13 3005L: netdev@vger.kernel.org
d5ca3117 3006T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1da177e4
LT
3007S: Maintained
3008
10e2ff1c
JM
3009NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3010P: Paul Moore
3011M: paul.moore@hp.com
3012L: netdev@vger.kernel.org
3013S: Maintained
3014
29f8f632
JL
3015NETWORKING [WIRELESS]
3016P: John W. Linville
3017M: linville@tuxdriver.com
2cb4abd1 3018L: linux-wireless@vger.kernel.org
29f8f632
JL
3019T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3020S: Maintained
3021
3d396eb1 3022NETXEN (1/10) GbE SUPPORT
d230ce30 3023P: Dhananjay Phadke
3024M: dhananjay@netxen.com
3d396eb1
AK
3025L: netdev@vger.kernel.org
3026W: http://www.netxen.com
3027S: Supported
3028
1da177e4
LT
3029IPVS
3030P: Wensong Zhang
3031M: wensong@linux-vs.org
9d30c171
H
3032P: Simon Horman
3033M: horms@verge.net.au
1da177e4
LT
3034P: Julian Anastasov
3035M: ja@ssi.bg
9d30c171 3036L: netdev@vger.kernel.org
1da177e4
LT
3037S: Maintained
3038
3039NFS CLIENT
3040P: Trond Myklebust
78f58153
TM
3041M: Trond.Myklebust@netapp.com
3042L: linux-nfs@vger.kernel.org
3043W: http://client.linux-nfs.org
3044T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
1da177e4
LT
3045S: Maintained
3046
3047NI5010 NETWORK DRIVER
5b552b16
AM
3048P: Jan-Pascal van Best
3049M: janpascal@vanbest.org
3050P: Andreas Mohr
3051M: andi@lisas.de
979b6c13 3052L: netdev@vger.kernel.org
1da177e4
LT
3053S: Maintained
3054
3055NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3056P: YOKOTA Hiroshi
3057M: yokota@netlab.is.tsukuba.ac.jp
3058W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3059S: Maintained
3060
3061NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3062P: GOTO Masanori
3063M: gotom@debian.or.jp
3064P: YOKOTA Hiroshi
3065M: yokota@netlab.is.tsukuba.ac.jp
3066W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3067S: Maintained
3068
1da177e4
LT
3069NTFS FILESYSTEM
3070P: Anton Altaparmakov
3071M: aia21@cantab.net
3072L: linux-ntfs-dev@lists.sourceforge.net
3073L: linux-kernel@vger.kernel.org
3074W: http://linux-ntfs.sf.net/
1adc1230 3075T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1da177e4
LT
3076S: Maintained
3077
9eb8ef74 3078NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
ce00f85c 3079P: Antonino Daplas
0478e62e 3080M: adaplas@gmail.com
8936b6db 3081L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 3082S: Maintained
1da177e4 3083
1ded969f
PK
3084OPENCORES I2C BUS DRIVER
3085P: Peter Korsgaard
3086M: jacmet@sunsite.dk
5d925fec 3087L: i2c@lm-sensors.org
1ded969f
PK
3088S: Maintained
3089
ccd979bd
MF
3090ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3091P: Mark Fasheh
a5754337
MF
3092M: mfasheh@suse.com
3093P: Joel Becker
3094M: joel.becker@oracle.com
c0ff1f26 3095L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
ccd979bd 3096W: http://oss.oracle.com/projects/ocfs2/
dda47bce 3097T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
b7eee616 3098S: Supported
ccd979bd 3099
c1986ee9
HW
3100OMNIKEY CARDMAN 4000 DRIVER
3101P: Harald Welte
3102M: laforge@gnumonks.org
3103S: Maintained
3104
77c44ab1
HW
3105OMNIKEY CARDMAN 4040 DRIVER
3106P: Harald Welte
3107M: laforge@gnumonks.org
3108S: Maintained
3109
77d5140f
JC
3110OMNIVISION OV7670 SENSOR DRIVER
3111P: Jonathan Corbet
3112M: corbet@lwn.net
3113L: video4linux-list@redhat.com
3114S: Maintained
3115
431bca73
TG
3116ONENAND FLASH DRIVER
3117P: Kyungmin Park
3118M: kyungmin.park@samsung.com
3119L: linux-mtd@lists.infradead.org
3120S: Maintained
3121
1da177e4
LT
3122ONSTREAM SCSI TAPE DRIVER
3123P: Willem Riede
3124M: osst@riede.org
3125L: osst-users@lists.sourceforge.net
3126L: linux-scsi@vger.kernel.org
3127S: Maintained
3128
1da177e4 3129OPROFILE
d1a5d197
RR
3130P: Robert Richter
3131M: robert.richter@amd.com
1da177e4
LT
3132L: oprofile-list@lists.sf.net
3133S: Maintained
3134
3135ORINOCO DRIVER
3136P: Pavel Roskin
3137M: proski@gnu.org
3138P: David Gibson
3139M: hermes@gibson.dropbear.id.au
724c6b35 3140L: linux-wireless@vger.kernel.org
ecffdde6
PR
3141L: orinoco-users@lists.sourceforge.net
3142L: orinoco-devel@lists.sourceforge.net
3143W: http://www.nongnu.org/orinoco/
1da177e4
LT
3144S: Maintained
3145
f5cd7872
OJ
3146PA SEMI ETHERNET DRIVER
3147P: Olof Johansson
3148M: olof@lixom.net
3149L: netdev@vger.kernel.org
3150S: Maintained
3151
beb58aa3
OJ
3152PA SEMI SMBUS DRIVER
3153P: Olof Johansson
3154M: olof@lixom.net
3155L: i2c@lm-sensors.org
3156S: Maintained
3157
1da177e4 3158PARALLEL PORT SUPPORT
3dd1a329 3159L: linux-parport@lists.infradead.org (subscribers-only)
5fdc2abe 3160S: Orphan
1da177e4
LT
3161
3162PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3163P: Tim Waugh
3164M: tim@cyberelk.net
3dd1a329 3165L: linux-parport@lists.infradead.org (subscribers-only)
1da177e4
LT
3166W: http://www.torque.net/linux-pp.html
3167S: Maintained
3168
3169PARISC ARCHITECTURE
ac6aecbf 3170P: Kyle McMartin
42a5a8a6 3171M: kyle@mcmartin.ca
1da177e4
LT
3172P: Matthew Wilcox
3173M: matthew@wil.cx
3174P: Grant Grundler
3175M: grundler@parisc-linux.org
ac6aecbf 3176L: linux-parisc@vger.kernel.org
1da177e4 3177W: http://www.parisc-linux.org/
223232de 3178T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
1da177e4
LT
3179S: Maintained
3180
4cdf6bc2
JF
3181PARAVIRT_OPS INTERFACE
3182P: Jeremy Fitzhardinge
3183M: jeremy@xensource.com
3184P: Chris Wright
3185M: chrisw@sous-sol.org
3186P: Zachary Amsden
3187M: zach@vmware.com
3188P: Rusty Russell
3189M: rusty@rustcorp.com.au
3190L: virtualization@lists.osdl.org
3191L: linux-kernel@vger.kernel.org
3192S: Supported
3193
1662d32c
JC
3194PC87360 HARDWARE MONITORING DRIVER
3195P: Jim Cromie
3196M: jim.cromie@gmail.com
3197L: lm-sensors@lm-sensors.org
3198S: Maintained
3199
3200PC8736x GPIO DRIVER
3201P: Jim Cromie
3202M: jim.cromie@gmail.com
3203S: Maintained
3204
065c6359
LV
3205PCI ERROR RECOVERY
3206P: Linas Vepstas
3207M: linas@austin.ibm.com
3208L: linux-kernel@vger.kernel.org
c1f69db7 3209L: linux-pci@vger.kernel.org
065c6359
LV
3210S: Supported
3211
1da177e4 3212PCI SUBSYSTEM
af40b485
GKH
3213P: Jesse Barnes
3214M: jbarnes@virtuousgeek.org
1da177e4 3215L: linux-kernel@vger.kernel.org
2905474d 3216L: linux-pci@vger.kernel.org
460895c4 3217T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
1da177e4
LT
3218S: Supported
3219
3220PCI HOTPLUG CORE
fb5f4d7a
KCA
3221P: Kristen Carlson Accardi
3222M: kristen.c.accardi@intel.com
1da177e4
LT
3223S: Supported
3224
8cf4c195
KA
3225PCIE HOTPLUG DRIVER
3226P: Kristen Carlson Accardi
3227M: kristen.c.accardi@intel.com
64dab204 3228L: linux-pci@vger.kernel.org
8b59a454 3229S: Supported
8cf4c195 3230
1da177e4 3231PCMCIA SUBSYSTEM
4230dfc9 3232P: Linux PCMCIA Team
f5df5881 3233L: linux-pcmcia@lists.infradead.org
6650e0a5 3234W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6fb0425b 3235T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 3236S: Maintained
1da177e4
LT
3237
3238PCNET32 NETWORK DRIVER
04ce0948 3239P: Don Fry
3240M: pcnet32@verizon.net
979b6c13 3241L: netdev@vger.kernel.org
1da177e4
LT
3242S: Maintained
3243
ad4ecbcb 3244PER-TASK DELAY ACCOUNTING
abc5f23a
BS
3245P: Balbir Singh
3246M: balbir@linux.vnet.ibm.com
ad4ecbcb
SN
3247L: linux-kernel@vger.kernel.org
3248S: Maintained
3249
dd49d0f5
JC
3250PERSONALITY HANDLING
3251P: Christoph Hellwig
3252M: hch@infradead.org
3253L: linux-abi-devel@lists.sourceforge.net
3254S: Maintained
3255
1da177e4 3256PHRAM MTD DRIVER
2b54aaef
JE
3257P: Joern Engel
3258M: joern@lazybastard.org
1da177e4
LT
3259L: linux-mtd@lists.infradead.org
3260S: Maintained
3261
249a6771
PO
3262PKTCDVD DRIVER
3263P: Peter Osterlund
3264M: petero2@telia.com
3265L: linux-kernel@vger.kernel.org
249a6771
PO
3266S: Maintained
3267
1da177e4 3268POSIX CLOCKS and TIMERS
aa781aeb
IM
3269P: Thomas Gleixner
3270M: tglx@linutronix.de
f1c3ddff 3271L: linux-kernel@vger.kernel.org
1da177e4
LT
3272S: Supported
3273
3be86148
AV
3274POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3275P: Anton Vorontsov
3276M: cbou@mail.ru
3277P: David Woodhouse
3278M: dwmw2@infradead.org
3279L: linux-kernel@vger.kernel.org
3be86148
AV
3280T: git git.infradead.org/battery-2.6.git
3281S: Maintained
3282
1da177e4
LT
3283PNP SUPPORT
3284P: Adam Belay
3285M: ambx1@neo.rr.com
3286S: Maintained
3287
999445d4
VW
3288PNXxxxx I2C DRIVER
3289P: Vitaly Wool
3290M: vitalywool@gmail.com
3291L: i2c@lm-sensors.org
3292S: Maintained
3293
1da177e4
LT
3294PPP PROTOCOL DRIVERS AND COMPRESSORS
3295P: Paul Mackerras
3296M: paulus@samba.org
3297L: linux-ppp@vger.kernel.org
3298S: Maintained
3299
3300PPP OVER ATM (RFC 2364)
3301P: Mitchell Blank Jr
3302M: mitch@sfgoth.com
3303S: Maintained
3304
3305PPP OVER ETHERNET
3306P: Michal Ostrowski
5e70b7f3 3307M: mostrows@earthlink.net
1da177e4
LT
3308S: Maintained
3309
a6d2370b
JC
3310PPP OVER L2TP
3311P: James Chapman
3312M: jchapman@katalix.com
3313S: Maintained
3314
1da177e4
LT
3315PREEMPTIBLE KERNEL
3316P: Robert Love
3317M: rml@tech9.net
3318L: linux-kernel@vger.kernel.org
3319L: kpreempt-tech@lists.sourceforge.net
3320W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3321S: Supported
3322
eff1a59c
MW
3323P54 WIRELESS DRIVER
3324P: Michael Wu
3325M: flamingice@sourmilk.net
3326L: linux-wireless@vger.kernel.org
3327W: http://prism54.org
3328T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3329S: Maintained
3330
1da177e4 3331PRISM54 WIRELESS DRIVER
e88b34ba
LR
3332P: Luis R. Rodriguez
3333M: mcgrof@gmail.com
724c6b35 3334L: linux-wireless@vger.kernel.org
1da177e4
LT
3335W: http://prism54.org
3336S: Maintained
3337
3338PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3339P: Peter Denison
3340M: promise@pnd-pc.demon.co.uk
3341W: http://www.pnd-pc.demon.co.uk/promise/
3342S: Maintained
3343
b3277dfa
MP
3344PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3345P: Mikael Pettersson
3346M: mikpe@it.uu.se
3347L: linux-ide@vger.kernel.org
3348S: Maintained
3349
02c18891
MM
3350PS3 NETWORK SUPPORT
3351P: Masakazu Mokuno
3352M: mokuno@sm.sony.co.jp
3353L: netdev@vger.kernel.org
3354L: cbe-oss-dev@ozlabs.org
3355S: Supported
3356
f58a9d17
GL
3357PS3 PLATFORM SUPPORT
3358P: Geoff Levand
3359M: geoffrey.levand@am.sony.com
3360L: linuxppc-dev@ozlabs.org
3361L: cbe-oss-dev@ozlabs.org
3362S: Supported
3363
8320204a
MK
3364PVRUSB2 VIDEO4LINUX DRIVER
3365P: Mike Isely
3366M: isely@pobox.com
16e9495d 3367L: pvrusb2@isely.net (subscribers-only)
8320204a
MK
3368L: video4linux-list@redhat.com
3369W: http://www.isely.net/pvrusb2/
3370S: Maintained
3371
30ec261e
EM
3372PXA2xx/PXA3xx SUPPORT
3373P: Eric Miao
3374M: eric.miao@marvell.com
3375P: Russell King
3376M: linux@arm.linux.org.uk
70f09f1f 3377L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3378S: Maintained
3379
272f133a
PO
3380PXA MMCI DRIVER
3381S: Orphan
3382
1da177e4
LT
3383QLOGIC QLA2XXX FC-SCSI DRIVER
3384P: Andrew Vasquez
95e6a856 3385M: linux-driver@qlogic.com
1da177e4
LT
3386L: linux-scsi@vger.kernel.org
3387S: Supported
3388
5a4faa87
RM
3389QLOGIC QLA3XXX NETWORK DRIVER
3390P: Ron Mercer
3391M: linux-driver@qlogic.com
3392L: netdev@vger.kernel.org
3393S: Supported
3394
1da177e4
LT
3395QNX4 FILESYSTEM
3396P: Anders Larsen
3397M: al@alarsen.net
3398L: linux-kernel@vger.kernel.org
3399W: http://www.alarsen.net/linux/qnx4fs/
3400S: Maintained
3401
3402RADEON FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
3403P: Benjamin Herrenschmidt
3404M: benh@kernel.crashing.org
8936b6db 3405L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
3406S: Maintained
3407
3408RAGE128 FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
3409P: Paul Mackerras
3410M: paulus@samba.org
8936b6db 3411L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1da177e4
LT
3412S: Maintained
3413
3414RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3415P: Corey Thomas
7c4a52eb 3416M: coreythomas@charter.net
724c6b35 3417L: linux-wireless@vger.kernel.org
1da177e4
LT
3418S: Maintained
3419
95ea3627
ID
3420RALINK RT2X00 WLAN DRIVER
3421P: rt2x00 project
3422L: linux-wireless@vger.kernel.org
3423L: rt2400-devel@lists.sourceforge.net
3424W: http://rt2x00.serialmonkey.com/
3425S: Maintained
2dd0f692 3426T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
95ea3627
ID
3427F: drivers/net/wireless/rt2x00/
3428
9db5579b
NP
3429RAMDISK RAM BLOCK DEVICE DRIVER
3430P: Nick Piggin
3431M: npiggin@suse.de
3432S: Maintained
3433
9e95ce27
MM
3434RANDOM NUMBER DRIVER
3435P: Matt Mackall
3436M: mpm@selenic.com
3437S: Maintained
3438
394b701c
MP
3439RAPIDIO SUBSYSTEM
3440P: Matt Porter
3441M: mporter@kernel.crashing.org
3442L: linux-kernel@vger.kernel.org
3443S: Maintained
3444
c1f766b5
FF
3445RDC R-321X SoC
3446P: Florian Fainelli
3447M: florian.fainelli@telecomint.eu
3448L: linux-kernel@vger.kernel.org
3449S: Maintained
3450
db17f395
FF
3451RDC R6040 FAST ETHERNET DRIVER
3452P: Florian Fainelli
3453M: florian.fainelli@telecomint.eu
3454L: netdev@vger.kernel.org
3455S: Maintained
3456
595182bc
JT
3457READ-COPY UPDATE (RCU)
3458P: Dipankar Sarma
3459M: dipankar@in.ibm.com
3460W: http://www.rdrop.com/users/paulmck/rclock/
3461L: linux-kernel@vger.kernel.org
3462S: Supported
3463
3464RCUTORTURE MODULE
3465P: Josh Triplett
3466M: josh@freedesktop.org
3467L: linux-kernel@vger.kernel.org
3468S: Maintained
3469
1da177e4
LT
3470REAL TIME CLOCK DRIVER
3471P: Paul Gortmaker
3472M: p_gortmaker@yahoo.com
3473L: linux-kernel@vger.kernel.org
3474S: Maintained
3475
0c86edc0
AZ
3476REAL TIME CLOCK (RTC) SUBSYSTEM
3477P: Alessandro Zummo
3478M: a.zummo@towertech.it
76465493 3479L: rtc-linux@googlegroups.com
0c86edc0
AZ
3480S: Maintained
3481
1da177e4 3482REISERFS FILE SYSTEM
76c4e5ea 3483L: reiserfs-devel@vger.kernel.org
1da177e4
LT
3484S: Supported
3485
e0897645
ID
3486RFKILL
3487P: Ivo van Doorn
3488M: IvDoorn@gmail.com
3489L: netdev@vger.kernel.org
3490S: Maintained
3491F: net/rfkill
3492
1da177e4
LT
3493ROCKETPORT DRIVER
3494P: Comtrol Corp.
1da177e4
LT
3495W: http://www.comtrol.com
3496S: Maintained
3497
3498ROSE NETWORK LAYER
3499P: Ralf Baechle
3500M: ralf@linux-mips.org
3501L: linux-hams@vger.kernel.org
d34cb28a 3502W: http://www.linux-ax25.org/
1da177e4
LT
3503S: Maintained
3504
3505RISCOM8 DRIVER
3506S: Orphan
3507
605bebe2
MW
3508RTL818X WIRELESS DRIVER
3509P: Michael Wu
3510M: flamingice@sourmilk.net
3511P: Andrea Merello
3512M: andreamrl@tiscali.it
3513L: linux-wireless@vger.kernel.org
3514W: http://linuxwireless.org/
3515T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3516S: Maintained
3517
9eb8ef74 3518S3 SAVAGE FRAMEBUFFER DRIVER
ce00f85c 3519P: Antonino Daplas
0478e62e 3520M: adaplas@gmail.com
8936b6db 3521L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
ce00f85c 3522S: Maintained
9eb8ef74 3523
1da177e4
LT
3524S390
3525P: Martin Schwidefsky
3526M: schwidefsky@de.ibm.com
83014255
MS
3527P: Heiko Carstens
3528M: heiko.carstens@de.ibm.com
1da177e4 3529M: linux390@de.ibm.com
d58140cc 3530L: linux-s390@vger.kernel.org
5238da45
HC
3531W: http://www.ibm.com/developerworks/linux/linux390/
3532S: Supported
3533
3534S390 NETWORK DRIVERS
dd96df2c 3535P: Ursula Braun
23fcc8d9 3536M: ursula.braun@de.ibm.com
b9192ad9
UB
3537P: Frank Blaschka
3538M: blaschka@linux.vnet.ibm.com
5238da45 3539M: linux390@de.ibm.com
d58140cc 3540L: linux-s390@vger.kernel.org
5238da45
HC
3541W: http://www.ibm.com/developerworks/linux/linux390/
3542S: Supported
3543
3544S390 ZFCP DRIVER
0033bb47
SS
3545P: Christof Schmitt
3546M: christof.schmitt@de.ibm.com
3547P: Martin Peschke
3548M: mp3@de.ibm.com
5238da45 3549M: linux390@de.ibm.com
d58140cc 3550L: linux-s390@vger.kernel.org
5238da45 3551W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4
LT
3552S: Supported
3553
dd96df2c
UB
3554S390 IUCV NETWORK LAYER
3555P: Ursula Braun
23fcc8d9 3556M: ursula.braun@de.ibm.com
dd96df2c
UB
3557M: linux390@de.ibm.com
3558L: linux-s390@vger.kernel.org
3559W: http://www.ibm.com/developerworks/linux/linux390/
3560S: Supported
3561
4dde7f75
BD
3562S3C24XX SD/MMC Driver
3563P: Ben Dooks
3564M: ben-linux@fluff.org
3565L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3566L: linux-kernel@vger.kernel.org
3567S: Supported
3568
1da177e4
LT
3569SAA7146 VIDEO4LINUX-2 DRIVER
3570P: Michael Hunold
3571M: michael@mihu.de
3572W: http://www.mihu.de/linux/saa7146
3573S: Maintained
3574
1da177e4
LT
3575SC1200 WDT DRIVER
3576P: Zwane Mwaikambo
3c7bf1ea 3577M: zwane@arm.linux.org.uk
1da177e4
LT
3578S: Maintained
3579
3580SCHEDULER
3581P: Ingo Molnar
3582M: mingo@elte.hu
3583P: Robert Love [the preemptible kernel bits]
3584M: rml@tech9.net
3585L: linux-kernel@vger.kernel.org
3586S: Maintained
3587
3588SCSI CDROM DRIVER
3589P: Jens Axboe
0fe23479 3590M: axboe@kernel.dk
1da177e4
LT
3591L: linux-scsi@vger.kernel.org
3592W: http://www.kernel.dk
3593S: Maintained
3594
3595SCSI SG DRIVER
3596P: Doug Gilbert
3597M: dgilbert@interlog.com
3598L: linux-scsi@vger.kernel.org
3599W: http://www.torque.net/sg
3600S: Maintained
3601
3602SCSI SUBSYSTEM
3603P: James E.J. Bottomley
c4e1608e 3604M: James.Bottomley@HansenPartnership.com
1da177e4 3605L: linux-scsi@vger.kernel.org
6fb0425b 3606T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
c4e1608e
JB
3607T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3608T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
1da177e4
LT
3609S: Maintained
3610
3611SCSI TAPE DRIVER
dd4ef01c 3612P: Kai Mäkisara
1da177e4
LT
3613M: Kai.Makisara@kolumbus.fi
3614L: linux-scsi@vger.kernel.org
3615S: Maintained
3616
3617SCTP PROTOCOL
5f85813c
SS
3618P: Vlad Yasevich
3619M: vladislav.yasevich@hp.com
ce00f85c
JC
3620P: Sridhar Samudrala
3621M: sri@us.ibm.com
1a418796 3622L: linux-sctp@vger.kernel.org
5f85813c 3623W: http://lksctp.sourceforge.net
ce00f85c 3624S: Supported
1da177e4
LT
3625
3626SCx200 CPU SUPPORT
1662d32c
JC
3627P: Jim Cromie
3628M: jim.cromie@gmail.com
3629S: Odd Fixes
3630
3631SCx200 GPIO DRIVER
3632P: Jim Cromie
3633M: jim.cromie@gmail.com
3634S: Maintained
3635
3636SCx200 HRT CLOCKSOURCE DRIVER
3637P: Jim Cromie
3638M: jim.cromie@gmail.com
3639S: Maintained
1da177e4 3640
6a36913a
SS
3641SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3642P: Sascha Sommer
3643M: saschasommer@freenet.de
3644L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3645S: Maintained
3646
1da177e4
LT
3647SECURITY CONTACT
3648P: Security Officers
3649M: security@kernel.org
3650S: Supported
3651
3652SELINUX SECURITY MODULE
3653P: Stephen Smalley
62cfe7ef 3654M: sds@tycho.nsa.gov
1da177e4 3655P: James Morris
48de5bee 3656M: jmorris@namei.org
588a3157
SS
3657P: Eric Paris
3658M: eparis@parisplace.org
1da177e4 3659L: linux-kernel@vger.kernel.org (kernel issues)
588a3157 3660L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
1da177e4
LT
3661W: http://www.nsa.gov/selinux
3662S: Supported
3663
cef2cf07
JS
3664SENSABLE PHANTOM
3665P: Jiri Slaby
3666M: jirislaby@gmail.com
3667S: Maintained
3668
1da177e4
LT
3669SERIAL ATA (SATA) SUBSYSTEM:
3670P: Jeff Garzik
3671M: jgarzik@pobox.com
3672L: linux-ide@vger.kernel.org
6fb0425b 3673T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4
LT
3674S: Supported
3675
3676SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3677P: Pat Gefre
3678M: pfg@sgi.com
3679L: linux-ia64@vger.kernel.org
3680S: Supported
3681
8ceee660
BH
3682SFC NETWORK DRIVER
3683P: Steve Hodgson
3684P: Ben Hutchings
3685P: Robert Stonehouse
3686M: linux-net-drivers@solarflare.com
3687S: Supported
3688
1da177e4
LT
3689SGI VISUAL WORKSTATION 320 AND 540
3690P: Andrey Panin
3691M: pazke@donpac.ru
3692L: linux-visws-devel@lists.sf.net
3693W: http://linux-visws.sf.net
3694S: Maintained for 2.6.
3695
3696SIMTEC EB110ATX (Chalice CATS)
3697P: Ben Dooks
3698P: Vincent Sanders
3699M: support@simtec.co.uk
3700W: http://www.simtec.co.uk/products/EB110ATX/
3701S: Supported
3702
3703SIMTEC EB2410ITX (BAST)
3704P: Ben Dooks
3705P: Vincent Sanders
3706M: support@simtec.co.uk
3707W: http://www.simtec.co.uk/products/EB2410ITX/
3708S: Supported
3709
92aab3c0
FR
3710SIS 190 ETHERNET DRIVER
3711P: Francois Romieu
3712M: romieu@fr.zoreil.com
3713L: netdev@vger.kernel.org
3714S: Maintained
3715
1da177e4
LT
3716SIS 900/7016 FAST ETHERNET DRIVER
3717P: Daniele Venzano
3718M: venza@brownhat.org
3719W: http://www.brownhat.org/sis900.html
979b6c13 3720L: netdev@vger.kernel.org
1da177e4
LT
3721S: Maintained
3722
6ea884db
MH
3723SIS 96X I2C/SMBUS DRIVER
3724P: Mark M. Hoffman
3725M: mhoffman@lightlink.com
3726L: lm-sensors@lm-sensors.org
3727S: Maintained
3728
1da177e4
LT
3729SIS FRAMEBUFFER DRIVER
3730P: Thomas Winischhofer
3731M: thomas@winischhofer.net
3732W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 3733S: Maintained
1da177e4
LT
3734
3735SIS USB2VGA DRIVER
3736P: Thomas Winischhofer
3737M: thomas@winischhofer.net
3738W: http://www.winischhofer.at/linuxsisusbvga.shtml
3739S: Maintained
3740
415ad26d
CL
3741SLAB ALLOCATOR
3742P: Christoph Lameter
cde53535 3743M: cl@linux-foundation.org
415ad26d
CL
3744P: Pekka Enberg
3745M: penberg@cs.helsinki.fi
c76d118e
PE
3746P: Matt Mackall
3747M: mpm@selenic.com
415ad26d
CL
3748L: linux-mm@kvack.org
3749S: Maintained
3750
1da177e4
LT
3751SMC91x ETHERNET DRIVER
3752P: Nicolas Pitre
3753M: nico@cam.org
3754S: Maintained
3755
6ea884db
MH
3756SMSC47B397 HARDWARE MONITOR DRIVER
3757P: Mark M. Hoffman
3758M: mhoffman@lightlink.com
3759L: lm-sensors@lm-sensors.org
3760S: Maintained
3761
b54f2863
BN
3762SMX UIO Interface
3763P: Ben Nizette
3764M: bn@niasdigital.com
3765S: Maintained
3766
1da177e4
LT
3767SOFTWARE RAID (Multiple Disks) SUPPORT
3768P: Ingo Molnar
3769M: mingo@redhat.com
3770P: Neil Brown
524418bb 3771M: neilb@suse.de
1da177e4 3772L: linux-raid@vger.kernel.org
524418bb 3773S: Supported
1da177e4 3774
95a631e2 3775HIBERNATION (aka Software Suspend, aka swsusp):
1da177e4
LT
3776P: Pavel Machek
3777M: pavel@suse.cz
95a631e2
PM
3778P: Rafael J. Wysocki
3779M: rjw@sisk.pl
3780L: linux-pm@lists.linux-foundation.org
3781S: Supported
3782
3783SUSPEND TO RAM:
a0ce317a
LB
3784P: Len Brown
3785M: len.brown@intel.com
95a631e2
PM
3786P: Pavel Machek
3787M: pavel@suse.cz
3788P: Rafael J. Wysocki
3789M: rjw@sisk.pl
f318a63b 3790L: linux-pm@lists.linux-foundation.org
a0ce317a 3791S: Supported
1da177e4
LT
3792
3793SONIC NETWORK DRIVER
3794P: Thomas Bogendoerfer
3795M: tsbogend@alpha.franken.de
979b6c13 3796L: netdev@vger.kernel.org
1da177e4
LT
3797S: Maintained
3798
61e115a5
MB
3799SONICS SILICON BACKPLANE DRIVER (SSB)
3800P: Michael Buesch
3801M: mb@bu3sch.de
3802L: netdev@vger.kernel.org
3803S: Maintained
3804
1da177e4 3805SONY VAIO CONTROL DEVICE DRIVER
0d477fac
MD
3806P: Mattia Dongili
3807M: malattia@linux.it
5b18167d
MD
3808L: linux-acpi@vger.kernel.org
3809W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4
LT
3810S: Maintained
3811
baf8532a
AD
3812SONY MEMORYSTICK CARD SUPPORT
3813P: Alex Dubov
3814M: oakad@yahoo.com
3815L: linux-kernel@vger.kernel.org
3816W: http://tifmxx.berlios.de/
3817S: Maintained
3818
1da177e4
LT
3819SOUND
3820P: Jaroslav Kysela
c1017a4c 3821M: perex@perex.cz
82622046 3822L: alsa-devel@alsa-project.org (subscribers-only)
1da177e4
LT
3823S: Maintained
3824
eb1a6af3
LG
3825SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3826P: Liam Girdwood
3827M: liam.girdwood@wolfsonmicro.com
2cad0ad6
MB
3828P: Mark Brown
3829M: broonie@opensource.wolfsonmicro.com
3830T: git opensource.wolfsonmicro.com/linux-2.6-asoc
82622046 3831L: alsa-devel@alsa-project.org (subscribers-only)
eb1a6af3
LG
3832S: Supported
3833
025c3987
KG
3834SPI SUBSYSTEM
3835P: David Brownell
3836M: dbrownell@users.sourceforge.net
3837L: spi-devel-general@lists.sourceforge.net
3838S: Maintained
3839
b8154542
AB
3840SPU FILE SYSTEM
3841P: Jeremy Kerr
3842M: jk@ozlabs.org
3843L: linuxppc-dev@ozlabs.org
3844L: cbe-oss-dev@ozlabs.org
3845W: http://www.ibm.com/developerworks/power/cell/
3846S: Supported
3847
855f46ad
SR
3848STABLE BRANCH:
3849P: Greg Kroah-Hartman
3850M: greg@kroah.com
3851P: Chris Wright
3852M: chrisw@sous-sol.org
3853L: stable@kernel.org
3854S: Maintained
3855
1da177e4
LT
3856SHARP LH SUPPORT (LH7952X & LH7A40X)
3857P: Marc Singer
3858M: elf@buici.com
3859W: http://projects.buici.com/arm
70f09f1f 3860L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3861S: Maintained
3862
8cf4c195
KA
3863SHPC HOTPLUG DRIVER
3864P: Kristen Carlson Accardi
3865M: kristen.c.accardi@intel.com
64dab204 3866L: linux-pci@vger.kernel.org
8b59a454 3867S: Supported
8cf4c195 3868
d129bceb
PO
3869SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3870P: Pierre Ossman
3871M: drzeus-sdhci@drzeus.cx
3872L: sdhci-devel@list.drzeus.cx
d129bceb
PO
3873S: Maintained
3874
4b1ac9ab
SH
3875SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3876P: Stephen Hemminger
65ebe634 3877M: shemminger@linux-foundation.org
4b1ac9ab
SH
3878L: netdev@vger.kernel.org
3879S: Maintained
3880
1a87d942
CB
3881SOEKRIS NET48XX LED SUPPORT
3882P: Chris Boot
3883M: bootc@bootc.net
3884S: Maintained
3885
1da177e4
LT
3886SPARC (sparc32):
3887P: William L. Irwin
3888M: wli@holomorphy.com
3889L: sparclinux@vger.kernel.org
3890S: Maintained
3891
3892SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3893P: Roger Wolff
3894M: R.E.Wolff@BitWizard.nl
3895L: linux-kernel@vger.kernel.org ?
3896S: Supported
3897
2752e401 3898SPIDERNET NETWORK DRIVER for CELL
cb8da8a3
JO
3899P: Ishizaki Kou
3900M: kou.ishizaki@toshiba.co.jp
3901P: Jens Osterkamp
3902M: jens@de.ibm.com
2752e401
JL
3903L: netdev@vger.kernel.org
3904S: Supported
3905
1da177e4
LT
3906SRM (Alpha) environment access
3907P: Jan-Benedict Glaw
3908M: jbglaw@lug-owl.de
3909L: linux-kernel@vger.kernel.org
3910S: Maintained
3911
3912STARFIRE/DURALAN NETWORK DRIVER
3913P: Ion Badulescu
3914M: ionut@cs.columbia.edu
3915S: Maintained
3916
3917STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3918W: http://mosquitonet.Stanford.EDU/strip.html
3919S: Unsupported ?
3920
3921STRADIS MPEG-2 DECODER DRIVER
3922P: Nathan Laredo
3923M: laredo@gnu.org
1da177e4
LT
3924W: http://www.stradis.com/
3925S: Maintained
3926
2cbb12a4 3927SUPERH
1da177e4
LT
3928P: Paul Mundt
3929M: lethal@linux-sh.org
2cbb12a4 3930L: linux-sh@vger.kernel.org
1da177e4 3931W: http://www.linux-sh.org
2cbb12a4 3932T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
1da177e4
LT
3933S: Maintained
3934
3935SUN3/3X
3936P: Sam Creasey
3937M: sammy@sammy.net
1da177e4
LT
3938W: http://sammy.net/sun3/
3939S: Maintained
3940
3941SVGA HANDLING
3942P: Martin Mares
3943M: mj@ucw.cz
3944L: linux-video@atrey.karlin.mff.cuni.cz
3945S: Maintained
3946
3947SYSV FILESYSTEM
3948P: Christoph Hellwig
3949M: hch@infradead.org
3950S: Maintained
3951
4e68852d 3952TASKSTATS STATISTICS INTERFACE
abc5f23a
BS
3953P: Balbir Singh
3954M: balbir@linux.vnet.ibm.com
4e68852d
AC
3955L: linux-kernel@vger.kernel.org
3956S: Maintained
3957
781b456a
SH
3958TC CLASSIFIER
3959P: Jamal Hadi Salim
3960M: hadi@cyberus.ca
3961L: netdev@vger.kernel.org
3962S: Maintained
3963
5067f08a
WHSE
3964TCP LOW PRIORITY MODULE
3965P: Wong Hoi Sing, Edison
3966M: hswong3i@gmail.com
3967P: Hung Hing Lun, Mike
3968M: hlhung3i@gmail.com
3969W: http://tcp-lp-mod.sourceforge.net/
3970S: Maintained
3971
1a348ccc
AG
3972TEHUTI ETHERNET DRIVER
3973P: Alexander Indenbaum
3974M: baum@tehutinetworks.net
3975P: Andy Gospodarek
3976M: andy@greyhouse.net
3977L: netdev@vger.kernel.org
3978S: Supported
3979
4e68852d
AC
3980Telecom Clock Driver for MCPL0010
3981P: Mark Gross
3982M: mark.gross@intel.com
3983S: Supported
3984
3985TENSILICA XTENSA PORT (xtensa):
3986P: Chris Zankel
3987M: chris@zankel.net
3988S: Maintained
3989
3990THINKPAD ACPI EXTRAS DRIVER
3991P: Henrique de Moraes Holschuh
3992M: ibm-acpi@hmh.eng.br
3993L: ibm-acpi-devel@lists.sourceforge.net
3994W: http://ibm-acpi.sourceforge.net
3995W: http://thinkwiki.org/wiki/Ibm-acpi
3996T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3997S: Maintained
3998
4020f2d7
AD
3999TI FLASH MEDIA INTERFACE DRIVER
4000P: Alex Dubov
4001M: oakad@yahoo.com
4002S: Maintained
4003
9f9c24f4
SK
4004TI OMAP MMC INTERFACE DRIVER
4005P: Carlos Aguiar, Anderson Briglia and Syed Khasim
e82ce352 4006M: linux-omap-open-source@linux.omap.com (subscribers only)
9f9c24f4
SK
4007W: http://linux.omap.com
4008W: http://www.muru.com/linux/omap/
4009S: Maintained
4010
844dd05f
MB
4011TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4012P: Deepak Saxena
4013M: dsaxena@plexity.net
4014S: Maintained
4015
e86eaa3a
PL
4016TIPC NETWORK LAYER
4017P: Per Liden
7c2b2aae 4018M: per.liden@ericsson.com
e86eaa3a 4019P: Jon Maloy
7c2b2aae 4020M: jon.maloy@ericsson.com
e86eaa3a 4021P: Allan Stephens
7c2b2aae 4022M: allan.stephens@windriver.com
e86eaa3a
PL
4023L: tipc-discussion@lists.sourceforge.net
4024W: http://tipc.sourceforge.net/
4025W: http://tipc.cslab.ericsson.net/
4026T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
4027S: Maintained
4028
1da177e4
LT
4029TLAN NETWORK DRIVER
4030P: Samuel Chessman
4031M: chessman@tux.org
88c07dde 4032L: tlan-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
4033W: http://sourceforge.net/projects/tlan/
4034S: Maintained
4035
1da177e4
LT
4036TOSHIBA ACPI EXTRAS DRIVER
4037P: John Belmonte
4038M: toshiba_acpi@memebeam.org
4039W: http://memebeam.org/toys/ToshibaAcpiDriver
4040S: Maintained
4041
4042TOSHIBA SMM DRIVER
4043P: Jonathan Buzzard
4044M: jonathan@buzzard.org.uk
4045L: tlinux-users@tce.toshiba-dme.co.jp
4046W: http://www.buzzard.org.uk/toshiba/
4047S: Maintained
4048
4e68852d 4049TPM DEVICE DRIVER
141c0240
RA
4050P: Debora Velarde
4051M: debora@linux.vnet.ibm.com
4052P: Rajiv Andrade
4053M: srajiv@linux.vnet.ibm.com
4e68852d
AC
4054W: http://tpmdd.sourceforge.net
4055P: Marcel Selhorst
4056M: tpm@selhorst.net
4057W: http://www.prosec.rub.de/tpm/
4058L: tpmdd-devel@lists.sourceforge.net
4059S: Maintained
4060
1da177e4
LT
4061TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
4062P: Muli Ben-Yehuda
4063M: mulix@mulix.org
4064L: linux-kernel@vger.kernel.org
4065S: Maintained
4066
4067TRIVIAL PATCHES
1560a79a 4068P: Jesper Juhl
ce00f85c
JC
4069M: trivial@kernel.org
4070L: linux-kernel@vger.kernel.org
1da177e4
LT
4071S: Maintained
4072
4e68852d
AC
4073TTY LAYER
4074P: Alan Cox
4075M: alan@lxorguk.ukuu.org.uk
4076L: linux-kernel@vger.kernel.org
4077S: Maintained
4078
740db6d7
GG
4079TULIP NETWORK DRIVERS
4080P: Grant Grundler
4081M: grundler@parisc-linux.org
4082P: Kyle McMartin
42a5a8a6 4083M: kyle@mcmartin.ca
740db6d7
GG
4084L: netdev@vger.kernel.org
4085S: Maintained
1da177e4
LT
4086
4087TUN/TAP driver
4088P: Maxim Krasnyansky
66777b79 4089M: maxk@qualcomm.com
1da177e4
LT
4090L: vtun@office.satix.net
4091W: http://vtun.sourceforge.net/tun
4092S: Maintained
4093
b454cc66
MR
4094TURBOCHANNEL SUBSYSTEM
4095P: Maciej W. Rozycki
4096M: macro@linux-mips.org
4097S: Maintained
4098
1da177e4
LT
4099U14-34F SCSI DRIVER
4100P: Dario Ballabio
4101M: ballabio_dario@emc.com
4102L: linux-scsi@vger.kernel.org
4103S: Maintained
4104
cc2020e6
AC
4105UCLINUX (AND M68KNOMMU)
4106P: Greg Ungerer
4107M: gerg@uclinux.org
4108W: http://www.uclinux.org/
4109L: uclinux-dev@uclinux.org (subscribers-only)
4110S: Maintained
4111
4112UCLINUX FOR NEC V850
4113P: Miles Bader
4114
4115UCLINUX FOR RENESAS H8/300
4116P: Yoshinori Sato
4117M: ysato@users.sourceforge.jp
4118W: http://uclinux-h8.sourceforge.jp/
4119S: Supported
4120
1da177e4 4121UDF FILESYSTEM
800fdfb9
JK
4122P: Jan Kara
4123M: jack@suse.cz
1da177e4
LT
4124W: http://linux-udf.sourceforge.net
4125S: Maintained
4126
cc2020e6
AC
4127UFS FILESYSTEM
4128P: Evgeniy Dushistov
4129M: dushistov@mail.ru
4130L: linux-kernel@vger.kernel.org
4131S: Maintained
4132
4133UltraSPARC (sparc64):
4134P: David S. Miller
4135M: davem@davemloft.net
4136L: sparclinux@vger.kernel.org
4137T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4138S: Maintained
4139
1da177e4
LT
4140UNIFORM CDROM DRIVER
4141P: Jens Axboe
0fe23479 4142M: axboe@kernel.dk
1da177e4
LT
4143L: linux-kernel@vger.kernel.org
4144W: http://www.kernel.dk
4145S: Maintained
4146
4147USB ACM DRIVER
4148P: Oliver Neukum
4149M: oliver@neukum.name
6372594a 4150L: linux-usb@vger.kernel.org
1da177e4
LT
4151S: Maintained
4152
6d985161
JS
4153USB AUERSWALD DRIVER
4154P: Wolfgang Muees
4155M: wolfgang@iksw-muees.de
4156L: linux-usb@vger.kernel.org
4157S: Maintained
4158
1da177e4
LT
4159USB BLOCK DRIVER (UB ub)
4160P: Pete Zaitcev
4161M: zaitcev@redhat.com
4162L: linux-kernel@vger.kernel.org
6372594a 4163L: linux-usb@vger.kernel.org
1da177e4
LT
4164S: Supported
4165
1da177e4
LT
4166USB CDC ETHERNET DRIVER
4167P: Greg Kroah-Hartman
4168M: greg@kroah.com
6372594a 4169L: linux-usb@vger.kernel.org
1da177e4
LT
4170S: Maintained
4171W: http://www.kroah.com/linux-usb/
4172
b02b371e
PK
4173USB CYPRESS C67X00 DRIVER
4174P: Peter Korsgaard
4175M: jacmet@sunsite.dk
4176L: linux-usb@vger.kernel.org
4177S: Maintained
4178
d0374f4f
PK
4179USB DAVICOM DM9601 DRIVER
4180P: Peter Korsgaard
4181M: jacmet@sunsite.dk
043600a6 4182L: netdev@vger.kernel.org
d0374f4f
PK
4183W: http://www.linux-usb.org/usbnet
4184S: Maintained
4185
cc2020e6
AC
4186USB DIAMOND RIO500 DRIVER
4187P: Cesar Miquel
4188M: miquel@df.uba.ar
4189L: rio500-users@lists.sourceforge.net
4190W: http://rio500.sourceforge.net
4191S: Maintained
4192
1da177e4
LT
4193USB EHCI DRIVER
4194P: David Brownell
4195M: dbrownell@users.sourceforge.net
6372594a 4196L: linux-usb@vger.kernel.org
23d8c90e 4197S: Odd Fixes
1da177e4 4198
7ce08c93
LR
4199USB ET61X[12]51 DRIVER
4200P: Luca Risolia
4201M: luca.risolia@studio.unibo.it
6372594a 4202L: linux-usb@vger.kernel.org
7ce08c93
LR
4203L: video4linux-list@redhat.com
4204W: http://www.linux-projects.org
4205S: Maintained
4206
69ae9e3e
DB
4207USB GADGET/PERIPHERAL SUBSYSTEM
4208P: David Brownell
4209M: dbrownell@users.sourceforge.net
6372594a 4210L: linux-usb@vger.kernel.org
69ae9e3e
DB
4211W: http://www.linux-usb.org/gadget
4212S: Maintained
4213
2dea64b4 4214USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
641266fd
JK
4215P: Jiri Kosina
4216M: jkosina@suse.cz
6372594a 4217L: linux-usb@vger.kernel.org
a4dff398 4218T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4
LT
4219S: Maintained
4220
959eea21
OK
4221USB ISP116X DRIVER
4222P: Olav Kongas
4223M: ok@artecdesign.ee
6372594a 4224L: linux-usb@vger.kernel.org
959eea21
OK
4225S: Maintained
4226
1da177e4
LT
4227USB KAWASAKI LSI DRIVER
4228P: Oliver Neukum
4229M: oliver@neukum.name
6372594a 4230L: linux-usb@vger.kernel.org
1da177e4
LT
4231S: Maintained
4232
4233USB MASS STORAGE DRIVER
4234P: Matthew Dharm
4235M: mdharm-usb@one-eyed-alien.net
6372594a 4236L: linux-usb@vger.kernel.org
8836aeb8 4237L: usb-storage@lists.one-eyed-alien.net
1da177e4
LT
4238S: Maintained
4239W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
4240
4241USB OHCI DRIVER
23d8c90e
DB
4242P: David Brownell
4243M: dbrownell@users.sourceforge.net
6372594a 4244L: linux-usb@vger.kernel.org
23d8c90e 4245S: Odd Fixes
1da177e4 4246
ba460e48
MU
4247USB OPTION-CARD DRIVER
4248P: Matthias Urlichs
4249M: smurf@smurf.noris.de
6372594a 4250L: linux-usb@vger.kernel.org
ba460e48
MU
4251S: Maintained
4252
1da177e4
LT
4253USB OV511 DRIVER
4254P: Mark McClelland
4255M: mmcclell@bigfoot.com
6372594a 4256L: linux-usb@vger.kernel.org
1da177e4
LT
4257W: http://alpha.dyndns.org/ov511/
4258S: Maintained
4259
4260USB PEGASUS DRIVER
4261P: Petko Manolov
4262M: petkan@users.sourceforge.net
6372594a 4263L: linux-usb@vger.kernel.org
043600a6 4264L: netdev@vger.kernel.org
1da177e4
LT
4265W: http://pegasus2.sourceforge.net/
4266S: Maintained
4267
73e4fb3f
PZ
4268USB PRINTER DRIVER (usblp)
4269P: Pete Zaitcev
4270M: zaitcev@redhat.com
6372594a 4271L: linux-usb@vger.kernel.org
73e4fb3f 4272S: Supported
1da177e4
LT
4273
4274USB RTL8150 DRIVER
4275P: Petko Manolov
4276M: petkan@users.sourceforge.net
6372594a 4277L: linux-usb@vger.kernel.org
043600a6 4278L: netdev@vger.kernel.org
1da177e4
LT
4279W: http://pegasus2.sourceforge.net/
4280S: Maintained
4281
4282USB SE401 DRIVER
4283P: Jeroen Vreeken
4284M: pe1rxq@amsat.org
6372594a 4285L: linux-usb@vger.kernel.org
1da177e4
LT
4286W: http://www.chello.nl/~j.vreeken/se401/
4287S: Maintained
4288
4e68852d
AC
4289USB SERIAL BELKIN F5U103 DRIVER
4290P: William Greathouse
4291M: wgreathouse@smva.com
4292L: linux-usb@vger.kernel.org
4293S: Maintained
4294
4295USB SERIAL CYPRESS M8 DRIVER
4296P: Lonnie Mendez
4297M: dignome@gmail.com
4298L: linux-usb@vger.kernel.org
4299S: Maintained
4300W: http://geocities.com/i0xox0i
4301W: http://firstlight.net/cvs
4302
1da177e4
LT
4303USB SERIAL CYBERJACK DRIVER
4304P: Matthias Bruestle and Harald Welte
4305M: support@reiner-sct.com
4306W: http://www.reiner-sct.de/support/treiber_cyberjack.php
4307S: Maintained
4308
4309USB SERIAL DIGI ACCELEPORT DRIVER
4310P: Peter Berger and Al Borchers
4311M: pberger@brimson.com
4312M: alborchers@steinerpoint.com
6372594a 4313L: linux-usb@vger.kernel.org
1da177e4
LT
4314S: Maintained
4315
4316USB SERIAL DRIVER
4317P: Greg Kroah-Hartman
4318M: gregkh@suse.de
6372594a 4319L: linux-usb@vger.kernel.org
1da177e4
LT
4320S: Supported
4321
1da177e4
LT
4322USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4323P: Gary Brubaker
4324M: xavyer@ix.netcom.com
6372594a 4325L: linux-usb@vger.kernel.org
1da177e4
LT
4326S: Maintained
4327
4328USB SERIAL KEYSPAN DRIVER
4329P: Greg Kroah-Hartman
4330M: greg@kroah.com
6372594a 4331L: linux-usb@vger.kernel.org
1da177e4
LT
4332W: http://www.kroah.com/linux/
4333S: Maintained
4334
4335USB SERIAL WHITEHEAT DRIVER
8bc84930
SM
4336P: Support Department
4337M: support@connecttech.com
6372594a 4338L: linux-usb@vger.kernel.org
1da177e4
LT
4339W: http://www.connecttech.com
4340S: Supported
4341
f423b9a8 4342USB SN9C1xx DRIVER
1da177e4
LT
4343P: Luca Risolia
4344M: luca.risolia@studio.unibo.it
6372594a 4345L: linux-usb@vger.kernel.org
7ce08c93 4346L: video4linux-list@redhat.com
1da177e4
LT
4347W: http://www.linux-projects.org
4348S: Maintained
4349
4350USB SUBSYSTEM
4351P: Greg Kroah-Hartman
4352M: gregkh@suse.de
6372594a 4353L: linux-usb@vger.kernel.org
1da177e4 4354W: http://www.linux-usb.org
6fb0425b 4355T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
4356S: Supported
4357
4358USB UHCI DRIVER
4359P: Alan Stern
4360M: stern@rowland.harvard.edu
6372594a 4361L: linux-usb@vger.kernel.org
1da177e4
LT
4362S: Maintained
4363
69ae9e3e 4364USB "USBNET" DRIVER FRAMEWORK
1da177e4
LT
4365P: David Brownell
4366M: dbrownell@users.sourceforge.net
043600a6 4367L: netdev@vger.kernel.org
69ae9e3e 4368W: http://www.linux-usb.org/usbnet
1da177e4
LT
4369S: Maintained
4370
c0efd232
LP
4371USB VIDEO CLASS
4372P: Laurent Pinchart
4373M: laurent.pinchart@skynet.be
4374L: linx-uvc-devel@berlios.de
4375L: video4linux-list@redhat.com
4376W: http://linux-uvc.berlios.de
4377S: Maintained
4378
1da177e4
LT
4379USB W996[87]CF DRIVER
4380P: Luca Risolia
4381M: luca.risolia@studio.unibo.it
6372594a 4382L: linux-usb@vger.kernel.org
7ce08c93 4383L: video4linux-list@redhat.com
1da177e4
LT
4384W: http://www.linux-projects.org
4385S: Maintained
4386
bf164cc0
JK
4387USB WIRELESS RNDIS DRIVER (rndis_wlan)
4388P: Jussi Kivilinna
4389M: jussi.kivilinna@mbnet.fi
4390L: linux-wireless@vger.kernel.org
4391S: Maintained
4392
60f78052
LR
4393USB ZC0301 DRIVER
4394P: Luca Risolia
4395M: luca.risolia@studio.unibo.it
6372594a 4396L: linux-usb@vger.kernel.org
60f78052
LR
4397L: video4linux-list@redhat.com
4398W: http://www.linux-projects.org
4399S: Maintained
4400
1da177e4
LT
4401USB ZD1201 DRIVER
4402P: Jeroen Vreeken
4403M: pe1rxq@amsat.org
6372594a 4404L: linux-usb@vger.kernel.org
1da177e4
LT
4405W: http://linux-lc100020.sourceforge.net
4406S: Maintained
4407
b7eee616
AJ
4408USB ZR364XX DRIVER
4409P: Antoine Jacquet
4410M: royale@zerezo.com
6372594a 4411L: linux-usb@vger.kernel.org
b7eee616
AJ
4412L: video4linux-list@redhat.com
4413W: http://royale.zerezo.com/zr364xx/
4414S: Maintained
4415
1da177e4
LT
4416USER-MODE LINUX
4417P: Jeff Dike
6650e0a5 4418M: jdike@addtoit.com
1da177e4
LT
4419L: user-mode-linux-devel@lists.sourceforge.net
4420L: user-mode-linux-user@lists.sourceforge.net
4421W: http://user-mode-linux.sourceforge.net
4422S: Maintained
b7eee616 4423
e5f114e9
HJK
4424USERSPACE I/O (UIO)
4425P: Hans J. Koch
4426M: hjk@linutronix.de
4427P: Greg Kroah-Hartman
4428M: gregkh@suse.de
4429L: linux-kernel@vger.kernel.org
4430S: Maintained
4431
f899b0ad
KZ
4432UTIL-LINUX-NG PACKAGE
4433P: Karel Zak
4434M: kzak@redhat.com
4435L: util-linux-ng@vger.kernel.org
4436W: http://kernel.org/~kzak/util-linux-ng/
4437T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4438S: Maintained
4439
4e68852d 4440VFAT/FAT/MSDOS FILESYSTEM:
1da177e4
LT
4441P: OGAWA Hirofumi
4442M: hirofumi@mail.parknet.co.jp
4443L: linux-kernel@vger.kernel.org
4444S: Maintained
4445
1da177e4
LT
4446VIA RHINE NETWORK DRIVER
4447P: Roger Luethi
4448M: rl@hellgate.ch
4449S: Maintained
4450
32c0a520
JD
4451VIAPRO SMBUS DRIVER
4452P: Jean Delvare
4453M: khali@linux-fr.org
5d925fec 4454L: i2c@lm-sensors.org
32c0a520
JD
4455S: Maintained
4456
01f20734
FR
4457VIA VELOCITY NETWORK DRIVER
4458P: Francois Romieu
4459M: romieu@fr.zoreil.com
4460L: netdev@vger.kernel.org
4461S: Maintained
4462
1da177e4 4463VIDEO FOR LINUX
96b6aba0 4464P: Mauro Carvalho Chehab
8d58d773
MCC
4465M: mchehab@infradead.org
4466M: v4l-dvb-maintainer@linuxtv.org
1da177e4 4467L: video4linux-list@redhat.com
96b6aba0 4468W: http://linuxtv.org
ecfa4fdc 4469T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 4470S: Maintained
1da177e4 4471
be7f8273
PM
4472VLAN (802.1Q)
4473P: Patrick McHardy
4474M: kaber@trash.net
4475L: netdev@vger.kernel.org
4476S: Maintained
4477
ab41319e
JH
4478VT1211 HARDWARE MONITOR DRIVER
4479P: Juerg Haefliger
4480M: juergh@gmail.com
4481L: lm-sensors@lm-sensors.org
4482S: Maintained
4483
1de9e371
RL
4484VT8231 HARDWARE MONITOR DRIVER
4485P: Roger Lucas
af865765 4486M: vt8231@hiddenengine.co.uk
1de9e371
RL
4487L: lm-sensors@lm-sensors.org
4488S: Maintained
4489
1da177e4
LT
4490W1 DALLAS'S 1-WIRE BUS
4491P: Evgeniy Polyakov
4492M: johnpol@2ka.mipt.ru
1da177e4
LT
4493S: Maintained
4494
13927079 4495W83791D HARDWARE MONITORING DRIVER
25845c22
MH
4496P: Marc Hulsman
4497M: m.hulsman@tudelft.nl
13927079 4498L: lm-sensors@lm-sensors.org
25845c22 4499S: Maintained
13927079 4500
61db011d
RM
4501W83793 HARDWARE MONITORING DRIVER
4502P: Rudolf Marek
4503M: r.marek@assembler.cz
4504L: lm-sensors@lm-sensors.org
4505S: Maintained
4506
1da177e4
LT
4507W83L51xD SD/MMC CARD INTERFACE DRIVER
4508P: Pierre Ossman
4509M: drzeus-wbsd@drzeus.cx
fac88991 4510L: linux-kernel@vger.kernel.org
1da177e4
LT
4511S: Maintained
4512
3527761c
WVS
4513WATCHDOG DEVICE DRIVERS
4514P: Wim Van Sebroeck
4515M: wim@iguana.be
4516T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4517S: Maintained
4518
1da177e4
LT
4519WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4520P: Jean Tourrilhes
4521M: jt@hpl.hp.com
724c6b35 4522L: linux-wireless@vger.kernel.org
1da177e4
LT
4523W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4524S: Maintained
4525
4526WD7000 SCSI DRIVER
4527P: Miroslav Zagorac
4528M: zaga@fly.cc.fer.hr
4529L: linux-scsi@vger.kernel.org
4530S: Maintained
4531
5fc14680
DT
4532WISTRON LAPTOP BUTTON DRIVER
4533P: Miloslav Trmac
4534M: mitr@volny.cz
4535S: Maintained
4536
1da177e4
LT
4537WL3501 WIRELESS PCMCIA CARD DRIVER
4538P: Arnaldo Carvalho de Melo
926554c4 4539M: acme@ghostprotocols.net
724c6b35 4540L: linux-wireless@vger.kernel.org
926554c4 4541W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
4542S: Maintained
4543
febf1dff
MB
4544WM97XX TOUCHSCREEN DRIVERS
4545P: Mark Brown
4546M: broonie@opensource.wolfsonmicro.com
4547P: Liam Girdwood
4548M: liam.girdwood@wolfsonmicro.com
4549L: linux-input@vger.kernel.org
4550T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
4551W: http://opensource.wolfsonmicro.com/node/7
4552S: Supported
4553
1da177e4
LT
4554X.25 NETWORK LAYER
4555P: Henner Eisen
4556M: eis@baty.hanse.de
4557L: linux-x25@vger.kernel.org
4558S: Maintained
4559
4cdf6bc2
JF
4560XEN HYPERVISOR INTERFACE
4561P: Jeremy Fitzhardinge
4562M: jeremy@xensource.com
4563P: Chris Wright
4564M: chrisw@sous-sol.org
4565L: virtualization@lists.osdl.org
4566L: xen-devel@lists.xensource.com
4567S: Supported
4568
1da177e4
LT
4569XFS FILESYSTEM
4570P: Silicon Graphics Inc
78bfd361 4571P: Tim Shimmin
1da177e4 4572M: xfs-masters@oss.sgi.com
d7ede1aa 4573L: xfs@oss.sgi.com
1da177e4 4574W: http://oss.sgi.com/projects/xfs
e99f056b 4575T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
1da177e4
LT
4576S: Supported
4577
c9d3d8ec
GL
4578XILINX SYSTEMACE DRIVER
4579P: Grant Likely
4580M: grant.likely@secretlab.ca
4581W: http://www.secretlab.ca/
4582L: linux-kernel@vger.kernel.org
4583S: Maintained
4584
238b8721
PK
4585XILINX UARTLITE SERIAL DRIVER
4586P: Peter Korsgaard
4587M: jacmet@sunsite.dk
4588L: linux-serial@vger.kernel.org
4589S: Maintained
4590
6ce59b46
IM
4591X86 ARCHITECTURE (32-BIT AND 64-BIT)
4592P: Thomas Gleixner
4593M: tglx@linutronix.de
1da177e4
LT
4594P: Ingo Molnar
4595M: mingo@redhat.com
6ce59b46
IM
4596P: H. Peter Anvin
4597M: hpa@zytor.com
4598L: linux-kernel@vger.kernel.org
4599T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
1da177e4
LT
4600S: Maintained
4601
1da177e4
LT
4602YAM DRIVER FOR AX.25
4603P: Jean-Paul Roubelat
4604M: jpr@f6fbb.org
4605L: linux-hams@vger.kernel.org
4606S: Maintained
4607
af64a5eb
HV
4608YEALINK PHONE DRIVER
4609P: Henk Vergonet
4610M: Henk.Vergonet@gmail.com
4611L: usbb2k-api-dev@nongnu.org
4612S: Maintained
4613
1da177e4
LT
4614Z8530 DRIVER FOR AX.25
4615P: Joerg Reuter
4616M: jreuter@yaina.de
4617W: http://yaina.de/jreuter/
4618W: http://www.qsl.net/dl1bke/
4619L: linux-hams@vger.kernel.org
4620S: Maintained
4621
7c0c3afb
DD
4622ZD1211RW WIRELESS DRIVER
4623P: Daniel Drake
4624M: dsd@gentoo.org
4625P: Ulrich Kunitz
4626M: kune@deine-taler.de
4627W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 4628L: linux-wireless@vger.kernel.org
7c0c3afb
DD
4629L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4630S: Maintained
4631
1da177e4
LT
4632ZF MACHZ WATCHDOG
4633P: Fernando Fuganti
4634M: fuganti@netbank.com.br
4635W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4636S: Maintained
4637
4638ZR36067 VIDEO FOR LINUX DRIVER
4639P: Ronald Bultje
4640M: rbultje@ronald.bitfreak.net
4641L: mjpeg-users@lists.sourceforge.net
4642W: http://mjpeg.sourceforge.net/driver-zoran/
4643S: Maintained
4644
8b4a4080
MR
4645ZS DECSTATION Z85C30 SERIAL DRIVER
4646P: Maciej W. Rozycki
4647M: macro@linux-mips.org
4648S: Maintained
4649
1da177e4
LT
4650THE REST
4651P: Linus Torvalds
4652S: Buried alive in reporters