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