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