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