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