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