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