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