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