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