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