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