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