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