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