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