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