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