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