[SCSI] advansys: Use dma mapping for overrun buffer
[deliverable/linux.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
M
330ALI1563 I2C DRIVER
331P: Rudolf Marek
7188cc66 332M: r.marek@assembler.cz
5d925fec 333L: i2c@lm-sensors.org
4a4e5787
M
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
f72abc21
BZ
1897IDE-SCSI DRIVER
1898L: linux-ide@vger.kernel.org
1899L: linux-scsi@vger.kernel.org
1900S: Orphan
1901
1da177e4
LT
1902IEEE 1394 SUBSYSTEM
1903P: Ben Collins
f51a5a9d 1904M: ben.collins@ubuntu.com
87730d04
SR
1905P: Stefan Richter
1906M: stefanr@s5r6.in-berlin.de
1da177e4
LT
1907L: linux1394-devel@lists.sourceforge.net
1908W: http://www.linux1394.org/
87730d04 1909T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1da177e4
LT
1910S: Maintained
1911
f51a5a9d 1912IEEE 1394 RAW I/O DRIVER (raw1394)
1da177e4
LT
1913P: Dan Dennedy
1914M: dan@dennedy.org
f51a5a9d
SR
1915P: Stefan Richter
1916M: stefanr@s5r6.in-berlin.de
1da177e4 1917L: linux1394-devel@lists.sourceforge.net
105d7b38
JM
1918S: Maintained
1919
1da177e4
LT
1920IMS TWINTURBO FRAMEBUFFER DRIVER
1921P: Paul Mundt
1922M: lethal@chaoticdreams.org
5cd307c5 1923L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
1924S: Maintained
1925
1926INFINIBAND SUBSYSTEM
1927P: Roland Dreier
21c121cc 1928M: rolandd@cisco.com
1da177e4
LT
1929P: Sean Hefty
1930M: mshefty@ichips.intel.com
1931P: Hal Rosenstock
cec7c893 1932M: hal.rosenstock@gmail.com
78526821 1933L: general@lists.openfabrics.org
1da177e4 1934W: http://www.openib.org/
6fb0425b 1935T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4
LT
1936S: Supported
1937
2f1d076a 1938INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
664d22ab 1939P: Dmitry Torokhov
62f7caf9
DT
1940M: dmitry.torokhov@gmail.com
1941M: dtor@mail.ru
1da177e4
LT
1942L: linux-input@atrey.karlin.mff.cuni.cz
1943L: linux-joystick@atrey.karlin.mff.cuni.cz
1adc1230 1944T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1da177e4
LT
1945S: Maintained
1946
c9f04f58 1947INOTIFY
18b36c71
CP
1948P: John McCutchan
1949M: ttb@tentacle.dhs.org
1950P: Robert Love
1951M: rml@novell.com
c9f04f58
RL
1952L: linux-kernel@vger.kernel.org
1953S: Maintained
1954
9eb8ef74 1955INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
ce00f85c
JC
1956P: Sylvain Meyer
1957M: sylvain.meyer@worldonline.fr
5cd307c5 1958L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 1959S: Maintained
9eb8ef74 1960
1da177e4 1961INTEL 810/815 FRAMEBUFFER DRIVER
ce00f85c 1962P: Antonino Daplas
0478e62e 1963M: adaplas@gmail.com
5cd307c5 1964L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 1965S: Maintained
1da177e4
LT
1966
1967INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1968P: Ingo Molnar
1969M: mingo@redhat.com
1970S: Maintained
1971
1972INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1973P: Jeff Garzik
1974M: jgarzik@pobox.com
1975W: http://sourceforge.net/projects/gkernel/
1976S: Maintained
1977
1978INTEL IA32 MICROCODE UPDATE SUPPORT
1979P: Tigran Aivazian
b5b9df69 1980M: tigran@aivazian.fsnet.co.uk
1da177e4
LT
1981S: Maintained
1982
248a9dc3
NS
1983INTEL I/OAT DMA DRIVER
1984P: Shannon Nelson
1985M: shannon.nelson@intel.com
1986L: linux-kernel@vger.kernel.org
1987S: Supported
1988
b3e5f263
DW
1989INTEL IOP-ADMA DMA DRIVER
1990P: Dan Williams
1991M: dan.j.williams@intel.com
1992L: linux-kernel@vger.kernel.org
1993S: Supported
1994
844dd05f
MB
1995INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1996P: Deepak Saxena
1997M: dsaxena@plexity.net
1998S: Maintained
1999
2b7a52a4
LB
2000INTEL IXP2000 ETHERNET DRIVER
2001P: Lennert Buytenhek
2002M: kernel@wantstofly.org
2003L: netdev@vger.kernel.org
2004S: Maintained
2005
1da177e4
LT
2006INTEL PRO/100 ETHERNET SUPPORT
2007P: John Ronciak
2008M: john.ronciak@intel.com
1da177e4
LT
2009P: Jesse Brandeburg
2010M: jesse.brandeburg@intel.com
add18784
JB
2011P: Jeff Kirsher
2012M: jeffrey.t.kirsher@intel.com
99a1f9e8
AK
2013P: Auke Kok
2014M: auke-jan.h.kok@intel.com
dcd01faf 2015L: e1000-devel@lists.sourceforge.net
1da177e4
LT
2016W: http://sourceforge.net/projects/e1000/
2017S: Supported
2018
2019INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2020P: Jeb Cramer
2021M: cramerj@intel.com
2022P: John Ronciak
2023M: john.ronciak@intel.com
add18784
JB
2024P: Jesse Brandeburg
2025M: jesse.brandeburg@intel.com
2026P: Jeff Kirsher
2027M: jeffrey.t.kirsher@intel.com
99a1f9e8
AK
2028P: Auke Kok
2029M: auke-jan.h.kok@intel.com
dcd01faf 2030L: e1000-devel@lists.sourceforge.net
1da177e4
LT
2031W: http://sourceforge.net/projects/e1000/
2032S: Supported
2033
2034INTEL PRO/10GbE SUPPORT
add18784
JB
2035P: Jeff Kirsher
2036M: jeffrey.t.kirsher@intel.com
1da177e4
LT
2037P: Ayyappan Veeraiyan
2038M: ayyappan.veeraiyan@intel.com
1da177e4
LT
2039P: John Ronciak
2040M: john.ronciak@intel.com
add18784
JB
2041P: Jesse Brandeburg
2042M: jesse.brandeburg@intel.com
99a1f9e8
AK
2043P: Auke Kok
2044M: auke-jan.h.kok@intel.com
dcd01faf 2045L: e1000-devel@lists.sourceforge.net
1da177e4
LT
2046W: http://sourceforge.net/projects/e1000/
2047S: Supported
2048
826d2abe
JK
2049INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2050P: Yi Zhu
2051M: yi.zhu@intel.com
2052P: James Ketrenos
2053M: jketreno@linux.intel.com
724c6b35 2054L: linux-wireless@vger.kernel.org
f5df5881 2055L: ipw2100-devel@lists.sourceforge.net
826d2abe
JK
2056L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2057W: http://ipw2100.sourceforge.net
2058S: Supported
2059
2060INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2061P: Yi Zhu
2062M: yi.zhu@intel.com
2063P: James Ketrenos
2064M: jketreno@linux.intel.com
724c6b35 2065L: linux-wireless@vger.kernel.org
f5df5881 2066L: ipw2100-devel@lists.sourceforge.net
826d2abe
JK
2067L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2068W: http://ipw2200.sourceforge.net
2069S: Supported
2070
1da177e4
LT
2071IOC3 DRIVER
2072P: Ralf Baechle
2073M: ralf@linux-mips.org
2074L: linux-mips@linux-mips.org
2075S: Maintained
2076
2077IP MASQUERADING:
2078P: Juanjo Ciarlante
2079M: jjciarla@raiz.uncu.edu.ar
2080S: Maintained
2081
77d8798b 2082IPATH DRIVER:
f42b6471
AJ
2083P: Arthur Jones
2084M: infinipath@qlogic.com
2085L: general@lists.openfabrics.org
2086T: git git://git.qlogic.com/ipath-linux-2.6
77d8798b
BS
2087S: Supported
2088
4409ebe9
CM
2089IPMI SUBSYSTEM
2090P: Corey Minyard
2091M: minyard@acm.org
2092L: openipmi-developer@lists.sourceforge.net
2093W: http://openipmi.sourceforge.net/
2094S: Supported
2095
1da177e4
LT
2096IPX NETWORK LAYER
2097P: Arnaldo Carvalho de Melo
926554c4 2098M: acme@ghostprotocols.net
979b6c13 2099L: netdev@vger.kernel.org
1da177e4
LT
2100S: Maintained
2101
2102IRDA SUBSYSTEM
f353976d
SO
2103P: Samuel Ortiz
2104M: samuel@sortiz.org
a2ac953d 2105L: irda-users@lists.sourceforge.net (subscribers-only)
1da177e4 2106W: http://irda.sourceforge.net/
f353976d 2107S: Maintained
1da177e4
LT
2108
2109ISAPNP
2110P: Jaroslav Kysela
2111M: perex@suse.cz
2112S: Maintained
2113
2114ISDN SUBSYSTEM
2115P: Karsten Keil
2116M: kkeil@suse.de
2117P: Kai Germaschewski
2118M: kai.germaschewski@gmx.de
2119L: isdn4linux@listserv.isdn4linux.de
2120W: http://www.isdn4linux.de
1adc1230 2121T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1da177e4
LT
2122S: Maintained
2123
2124ISDN SUBSYSTEM (Eicon active card driver)
2125P: Armin Schindler
2126M: mac@melware.de
2127L: isdn4linux@listserv.isdn4linux.de
2128W: http://www.melware.de
2129S: Maintained
2130
1da177e4
LT
2131JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2132P: David Woodhouse
2133M: dwmw2@infradead.org
2134L: jffs-dev@axis.com
2135W: http://sources.redhat.com/jffs2/
2136S: Maintained
2137
2138JFS FILESYSTEM
2139P: Dave Kleikamp
2140M: shaggy@austin.ibm.com
2141L: jfs-discussion@lists.sourceforge.net
2142W: http://jfs.sourceforge.net/
1adc1230 2143T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1da177e4
LT
2144S: Supported
2145
de456d37 2146JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
ae0718f8 2147P: Stephen Tweedie, Andrew Morton
588cc708 2148M: sct@redhat.com, akpm@linux-foundation.org
72be2ccf 2149L: linux-ext4@vger.kernel.org
ae0718f8
TT
2150S: Maintained
2151
4660cb35
RM
2152K8TEMP HARDWARE MONITORING DRIVER
2153P: Rudolf Marek
2154M: r.marek@assembler.cz
2155L: lm-sensors@lm-sensors.org
ae0718f8
TT
2156S: Maintained
2157
1da177e4
LT
2158KCONFIG
2159P: Roman Zippel
2160M: zippel@linux-m68k.org
2161L: kbuild-devel@lists.sourceforge.net
2162S: Maintained
2163
ea6c2089
VG
2164KDUMP
2165P: Vivek Goyal
2166M: vgoyal@in.ibm.com
2167P: Haren Myneni
2168M: hbabu@us.ibm.com
34633993 2169L: kexec@lists.infradead.org
ea6c2089
VG
2170L: linux-kernel@vger.kernel.org
2171W: http://lse.sourceforge.net/kdump/
2172S: Maintained
2173
1da177e4
LT
2174KERNEL AUTOMOUNTER (AUTOFS)
2175P: H. Peter Anvin
2176M: hpa@zytor.com
2177L: autofs@linux.kernel.org
2178S: Odd Fixes
2179
2180KERNEL AUTOMOUNTER v4 (AUTOFS4)
2181P: Ian Kent
2182M: raven@themaw.net
2183L: autofs@linux.kernel.org
2184S: Maintained
2185
2186KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2187P: Kai Germaschewski
2188M: kai@germaschewski.name
2189P: Sam Ravnborg
2190M: sam@ravnborg.org
6fb0425b 2191T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
b7eee616 2192S: Maintained
1da177e4
LT
2193
2194KERNEL JANITORS
2195P: Several
c3000e03 2196L: kernel-janitors@vger.kernel.org
1da177e4 2197W: http://www.kerneljanitors.org/
1da177e4
LT
2198S: Maintained
2199
2200KERNEL NFSD
a512cd5d
NB
2201P: J. Bruce Fields
2202M: bfields@fieldses.org
1da177e4 2203P: Neil Brown
98fac23f 2204M: neilb@suse.de
1da177e4
LT
2205L: nfs@lists.sourceforge.net
2206W: http://nfs.sourceforge.net/
98fac23f 2207S: Supported
1da177e4 2208
426d62e2
AK
2209KERNEL VIRTUAL MACHINE (KVM)
2210P: Avi Kivity
2211M: avi@qumranet.com
2212L: kvm-devel@lists.sourceforge.net
2213W: kvm.sourceforge.net
2214S: Supported
2215
dc009d92
EB
2216KEXEC
2217P: Eric Biederman
dc009d92 2218M: ebiederm@xmission.com
dc009d92
EB
2219W: http://www.xmission.com/~ebiederm/files/kexec/
2220L: linux-kernel@vger.kernel.org
34633993 2221L: kexec@lists.infradead.org
dc009d92
EB
2222S: Maintained
2223
89559a61
PP
2224KPROBES
2225P: Prasanna S Panchamukhi
2226M: prasanna@in.ibm.com
2227P: Ananth N Mavinakayanahalli
2228M: ananth@in.ibm.com
2229P: Anil S Keshavamurthy
2230M: anil.s.keshavamurthy@intel.com
2231P: David S. Miller
2232M: davem@davemloft.net
2233L: linux-kernel@vger.kernel.org
2234S: Maintained
2235
70e84049
MOS
2236KS0108 LCD CONTROLLER DRIVER
2237P: Miguel Ojeda Sandonis
2238M: maxextreme@gmail.com
2239L: linux-kernel@vger.kernel.org
6b968621 2240W: http://auxdisplay.googlepages.com/
70e84049
MOS
2241S: Maintained
2242
1da177e4 2243LAPB module
1da177e4 2244L: linux-x25@vger.kernel.org
bf9915cc 2245S: Orphan
1da177e4
LT
2246
2247LASI 53c700 driver for PARISC
2248P: James E.J. Bottomley
2249M: James.Bottomley@HansenPartnership.com
2250L: linux-scsi@vger.kernel.org
2251S: Maintained
2252
263de9b5
RP
2253LED SUBSYSTEM
2254P: Richard Purdie
2255M: rpurdie@rpsys.net
2256S: Maintained
2257
1da177e4
LT
2258LEGO USB Tower driver
2259P: Juergen Stuber
2260M: starblue@users.sourceforge.net
2261L: legousb-devel@lists.sourceforge.net
2262W: http://legousb.sourceforge.net/
2263S: Maintained
2264
2265LINUX FOR IBM pSERIES (RS/6000)
2266P: Paul Mackerras
2267M: paulus@au.ibm.com
2268W: http://www.ibm.com/linux/ltc/projects/ppc
2269S: Supported
2270
2271LINUX FOR NCR VOYAGER
2272P: James Bottomley
2273M: James.Bottomley@HansenPartnership.com
2274W: http://www.hansenpartnership.com/voyager
2275S: Maintained
2276
2277LINUX FOR POWERPC
2278P: Paul Mackerras
2279M: paulus@samba.org
2280W: http://www.penguinppc.org/
2281L: linuxppc-dev@ozlabs.org
1adc1230 2282T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1da177e4
LT
2283S: Supported
2284
2285LINUX FOR POWER MACINTOSH
2286P: Benjamin Herrenschmidt
2287M: benh@kernel.crashing.org
2288W: http://www.penguinppc.org/
2289L: linuxppc-dev@ozlabs.org
2290S: Maintained
2291
2292LINUX FOR POWERPC EMBEDDED MPC52XX
2293P: Sylvain Munaut
2294M: tnt@246tNt.com
2295W: http://www.246tNt.com/mpc52xx/
2296W: http://www.penguinppc.org/
2297L: linuxppc-dev@ozlabs.org
2298L: linuxppc-embedded@ozlabs.org
2299S: Maintained
2300
2301LINUX FOR POWERPC EMBEDDED PPC4XX
2302P: Matt Porter
2303M: mporter@kernel.crashing.org
2304W: http://www.penguinppc.org/
2305L: linuxppc-embedded@ozlabs.org
2306S: Maintained
2307
e93adf1e 2308LINUX FOR POWERPC BOOT CODE
1da177e4
LT
2309P: Tom Rini
2310M: trini@kernel.crashing.org
2311W: http://www.penguinppc.org/
2312L: linuxppc-embedded@ozlabs.org
2313S: Maintained
2314
e93adf1e
TR
2315LINUX FOR POWERPC EMBEDDED PPC8XX
2316P: Marcelo Tosatti
2e367a82 2317M: marcelo@kvack.org
e93adf1e
TR
2318W: http://www.penguinppc.org/
2319L: linuxppc-embedded@ozlabs.org
2320S: Maintained
2321
1da177e4 2322LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
ce00f85c
JC
2323P: Kumar Gala
2324M: galak@kernel.crashing.org
2325W: http://www.penguinppc.org/
2326L: linuxppc-embedded@ozlabs.org
2327S: Maintained
1da177e4 2328
ab06ff3a
OJ
2329LINUX FOR POWERPC PA SEMI PWRFICIENT
2330P: Olof Johansson
2331M: olof@lixom.net
2332W: http://www.pasemi.com/
2333L: linuxppc-dev@ozlabs.org
2334S: Supported
2335
1da177e4
LT
2336LLC (802.2)
2337P: Arnaldo Carvalho de Melo
926554c4 2338M: acme@ghostprotocols.net
1da177e4
LT
2339S: Maintained
2340
2341LINUX FOR 64BIT POWERPC
2342P: Paul Mackerras
2343M: paulus@samba.org
2344M: paulus@au.ibm.com
2345P: Anton Blanchard
2346M: anton@samba.org
2347M: anton@au.ibm.com
6d923f98 2348W: http://www.penguinppc.org/ppc64/
1d049816 2349L: linuxppc-dev@ozlabs.org
1da177e4
LT
2350S: Supported
2351
2352LINUX SECURITY MODULE (LSM) FRAMEWORK
2353P: Chris Wright
692a2061 2354M: chrisw@sous-sol.org
1a4520be 2355L: linux-security-module@vger.kernel.org
1da177e4 2356W: http://lsm.immunix.org
1adc1230 2357T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1da177e4
LT
2358S: Supported
2359
2360LM83 HARDWARE MONITOR DRIVER
2361P: Jean Delvare
2362M: khali@linux-fr.org
cc0b07ed 2363L: lm-sensors@lm-sensors.org
1da177e4
LT
2364S: Maintained
2365
2366LM90 HARDWARE MONITOR DRIVER
2367P: Jean Delvare
2368M: khali@linux-fr.org
cc0b07ed 2369L: lm-sensors@lm-sensors.org
1da177e4
LT
2370S: Maintained
2371
dde33348 2372LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
1da177e4
LT
2373P: Richard Russon (FlatCap)
2374M: ldm@flatcap.org
dde33348
AA
2375L: linux-ntfs-dev@lists.sourceforge.net
2376W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4
LT
2377S: Maintained
2378
c87e34ef
MED
2379LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2380P: Eric Moore
d8a82d7b
EM
2381M: Eric.Moore@lsi.com
2382M: support@lsi.com
cec744fb 2383L: DL-MPTFusionLinux@lsi.com
c87e34ef
MED
2384L: linux-scsi@vger.kernel.org
2385W: http://www.lsilogic.com/support
2386S: Supported
2387
1da177e4
LT
2388LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2389P: Matthew Wilcox
2390M: matthew@wil.cx
2391L: linux-scsi@vger.kernel.org
2392S: Maintained
2393
c12a54b3
HT
2394M32R ARCHITECTURE
2395P: Hirokazu Takata
2396M: takata@linux-m32r.org
2397L: linux-m32r@ml.linux-m32r.org
2398L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2399W: http://www.linux-m32r.org/
2400S: Maintained
2401
1da177e4
LT
2402M68K ARCHITECTURE
2403P: Geert Uytterhoeven
2404M: geert@linux-m68k.org
2405P: Roman Zippel
2406M: zippel@linux-m68k.org
2407L: linux-m68k@lists.linux-m68k.org
2408W: http://www.linux-m68k.org/
2409W: http://linux-m68k-cvs.ubb.ca/
2410S: Maintained
2411
2412M68K ON APPLE MACINTOSH
2413P: Joshua Thompson
2414M: funaho@jurai.org
2415W: http://www.mac.linux-m68k.org/
2416L: linux-mac68k@mac.linux-m68k.org
2417S: Maintained
2418
2419M68K ON HP9000/300
2420P: Philip Blundell
2421M: philb@gnu.org
2422W: http://www.tazenda.demon.co.uk/phil/linux-hp
2423S: Maintained
2424
64a327a7
JB
2425MAC80211
2426P: Jiri Benc
2427M: jbenc@suse.cz
2428P: Michael Wu
2429M: flamingice@sourmilk.net
2430L: linux-wireless@vger.kernel.org
2431W: http://linuxwireless.org/
2432T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2433S: Maintained
2434
b863ceb7
PM
2435MACVLAN DRIVER
2436P: Patrick McHardy
2437M: kaber@trash.net
2438L: netdev@vger.kernel.org
2439S: Maintained
2440
1da177e4
LT
2441MARVELL YUKON / SYSKONNECT DRIVER
2442P: Mirko Lindner
2443M: mlindner@syskonnect.de
2444P: Ralph Roesler
2445M: rroesler@syskonnect.de
2446W: http://www.syskonnect.com
2447S: Supported
2448
faf1668c 2449MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
ce00f85c
JC
2450P: Michael Kerrisk
2451M: mtk-manpages@gmx.net
2452W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2453S: Maintained
faf1668c 2454
b60d6975
DF
2455MARVELL MV643XX ETHERNET DRIVER
2456P: Dale Farnsworth
2457M: dale@farnsworth.org
1da177e4 2458P: Manish Lachwani
b60d6975 2459M: mlachwani@mvista.com
979b6c13 2460L: netdev@vger.kernel.org
b60d6975 2461S: Odd Fixes for 2.4; Maintained for 2.6.
1da177e4
LT
2462
2463MATROX FRAMEBUFFER DRIVER
2464P: Petr Vandrovec
2465M: vandrove@vc.cvut.cz
5cd307c5 2466L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
2467S: Maintained
2468
d20620de
HJK
2469MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2470P: Hans J. Koch
2471M: hjk@linutronix.de
2472L: lm-sensors@lm-sensors.org
2473S: Maintained
2474
757e0108 2475MEGARAID SCSI DRIVERS
ce00f85c 2476P: Neela Syam Kolli
bdd0d757 2477M: megaraidlinux@lsi.com
ce00f85c
JC
2478S: linux-scsi@vger.kernel.org
2479W: http://megaraid.lsilogic.com
2480S: Maintained
757e0108 2481
70ea91f1
SR
2482MEMORY MANAGEMENT
2483L: linux-mm@kvack.org
2484L: linux-kernel@vger.kernel.org
2485W: http://www.linux-mm.org
2486S: Maintained
2487
f4e9ce66 2488MEMORY TECHNOLOGY DEVICES (MTD)
1da177e4
LT
2489P: David Woodhouse
2490M: dwmw2@infradead.org
2491W: http://www.linux-mtd.infradead.org/
2492L: linux-mtd@lists.infradead.org
f4e9ce66 2493T: git git://git.infradead.org/mtd-2.6.git
1da177e4
LT
2494S: Maintained
2495
48576401
AB
2496UNSORTED BLOCK IMAGES (UBI)
2497P: Artem Bityutskiy
2498M: dedekind@infradead.org
2499W: http://www.linux-mtd.infradead.org/
2500L: linux-mtd@lists.infradead.org
21600546 2501T: git git://git.infradead.org/~dedekind/ubi-2.6.git
48576401
AB
2502S: Maintained
2503
1da177e4
LT
2504MICROTEK X6 SCANNER
2505P: Oliver Neukum
2506M: oliver@neukum.name
2507S: Maintained
2508
2509MIPS
2510P: Ralf Baechle
2511M: ralf@linux-mips.org
d50f7ec9 2512W: http://www.linux-mips.org/
1da177e4 2513L: linux-mips@linux-mips.org
7425b340
RB
2514T: git www.linux-mips.org:/pub/scm/linux.git
2515S: Supported
1da177e4
LT
2516
2517MISCELLANEOUS MCA-SUPPORT
2518P: James Bottomley
2519M: jejb@steeleye.com
2520L: linux-kernel@vger.kernel.org
2521S: Maintained
2522
2523MODULE SUPPORT
2524P: Rusty Russell
2525M: rusty@rustcorp.com.au
2526L: linux-kernel@vger.kernel.org
2527S: Maintained
2528
2529MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2530P: Stelian Pop
2531M: stelian@popies.net
2532W: http://popies.net/meye/
2533S: Maintained
2534
c58ff04a
PP
2535MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2536P: Pavel Pisa
2537M: ppisa@pikron.com
2538L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2539W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2540S: Maintained
2541
1da177e4
LT
2542MOUSE AND MISC DEVICES [GENERAL]
2543P: Alessandro Rubini
2544M: rubini@ipvvis.unipv.it
2545L: linux-kernel@vger.kernel.org
2546S: Maintained
2547
d735410a
JS
2548MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2549P: Jiri Slaby
2550M: jirislaby@gmail.com
2551L: linux-kernel@vger.kernel.org
2552S: Maintained
2553
8c4c731a
LP
2554MSI LAPTOP SUPPORT
2555P: Lennart Poettering
2556M: mzxreary@0pointer.de
2557L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2558W: http://0pointer.de/lennart/tchibo.html
2559S: Maintained
2560
1da177e4
LT
2561MTRR AND SIMILAR SUPPORT [i386]
2562P: Richard Gooch
2563M: rgooch@atnf.csiro.au
2564L: linux-kernel@vger.kernel.org
2565W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2566S: Maintained
2567
b9f5d804
PO
2568MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2569P: Pierre Ossman
2570M: drzeus-mmc@drzeus.cx
2571L: linux-kernel@vger.kernel.org
2572S: Maintained
baca2da4 2573
1da177e4
LT
2574MULTISOUND SOUND DRIVER
2575P: Andrew Veliath
2576M: andrewtv@usa.net
2577S: Maintained
2578
d735410a
JS
2579MULTITECH MULTIPORT CARD (ISICOM)
2580P: Jiri Slaby
2581M: jirislaby@gmail.com
2582L: linux-kernel@vger.kernel.org
2583S: Maintained
2584
1da177e4
LT
2585NATSEMI ETHERNET DRIVER (DP8381x)
2586P: Tim Hockin
2587M: thockin@hockin.org
2588S: Maintained
2589
2590NCP FILESYSTEM
2591P: Petr Vandrovec
2592M: vandrove@vc.cvut.cz
2593L: linware@sh.cvut.cz
2594S: Maintained
2595
2596NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2597P: James E.J. Bottomley
2598M: James.Bottomley@HansenPartnership.com
2599L: linux-scsi@vger.kernel.org
2600S: Maintained
2601
be2f2e84
SH
2602NETEM NETWORK EMULATOR
2603P: Stephen Hemminger
65ebe634 2604M: shemminger@linux-foundation.org
f318a63b 2605L: netem@lists.linux-foundation.org
be2f2e84
SH
2606S: Maintained
2607
1da177e4
LT
2608NETFILTER/IPTABLES/IPCHAINS
2609P: Rusty Russell
2610P: Marc Boucher
2611P: James Morris
2612P: Harald Welte
2613P: Jozsef Kadlecsik
82b98543
PM
2614P: Patrick McHardy
2615M: kaber@trash.net
2616L: netfilter-devel@lists.netfilter.org
24a1dec5 2617L: netfilter@lists.netfilter.org (subscribers-only)
82b98543 2618L: coreteam@netfilter.org
1da177e4
LT
2619W: http://www.netfilter.org/
2620W: http://www.iptables.org/
1da177e4
LT
2621S: Supported
2622
4cc67735
PM
2623NETLABEL
2624P: Paul Moore
2625M: paul.moore@hp.com
2626W: http://netlabel.sf.net
2627L: netdev@vger.kernel.org
2628S: Supported
2629
1da177e4
LT
2630NETROM NETWORK LAYER
2631P: Ralf Baechle
2632M: ralf@linux-mips.org
2633L: linux-hams@vger.kernel.org
d34cb28a 2634W: http://www.linux-ax25.org/
1da177e4
LT
2635S: Maintained
2636
5ddb88c0 2637NETWORK BLOCK DEVICE (NBD)
1da177e4
LT
2638P: Paul Clements
2639M: Paul.Clements@steeleye.com
2640S: Maintained
2641
2642NETWORK DEVICE DRIVERS
2643P: Andrew Morton
588cc708 2644M: akpm@linux-foundation.org
1da177e4
LT
2645P: Jeff Garzik
2646M: jgarzik@pobox.com
979b6c13 2647L: netdev@vger.kernel.org
6fb0425b 2648T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1da177e4
LT
2649S: Maintained
2650
2651NETWORKING [GENERAL]
2652P: Networking Team
979b6c13
RB
2653M: netdev@vger.kernel.org
2654L: netdev@vger.kernel.org
f1465f7e 2655W: http://linux-net.osdl.org/
1da177e4
LT
2656S: Maintained
2657
2658NETWORKING [IPv4/IPv6]
2659P: David S. Miller
2660M: davem@davemloft.net
2661P: Alexey Kuznetsov
2662M: kuznet@ms2.inr.ac.ru
2663P: Pekka Savola (ipv6)
2664M: pekkas@netcore.fi
2665P: James Morris
48de5bee 2666M: jmorris@namei.org
1da177e4
LT
2667P: Hideaki YOSHIFUJI
2668M: yoshfuji@linux-ipv6.org
2669P: Patrick McHardy
2670M: kaber@coreworks.de
979b6c13 2671L: netdev@vger.kernel.org
d5ca3117 2672T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1da177e4
LT
2673S: Maintained
2674
29f8f632
JL
2675NETWORKING [WIRELESS]
2676P: John W. Linville
2677M: linville@tuxdriver.com
2cb4abd1 2678L: linux-wireless@vger.kernel.org
29f8f632
JL
2679T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2680S: Maintained
2681
3d396eb1
AK
2682NETXEN (1/10) GbE SUPPORT
2683P: Amit S. Kale
2684M: amitkale@netxen.com
2685L: netdev@vger.kernel.org
2686W: http://www.netxen.com
2687S: Supported
2688
1da177e4
LT
2689IPVS
2690P: Wensong Zhang
2691M: wensong@linux-vs.org
9d30c171
H
2692P: Simon Horman
2693M: horms@verge.net.au
1da177e4
LT
2694P: Julian Anastasov
2695M: ja@ssi.bg
9d30c171 2696L: netdev@vger.kernel.org
1da177e4
LT
2697S: Maintained
2698
2699NFS CLIENT
2700P: Trond Myklebust
2701M: trond.myklebust@fys.uio.no
2702L: linux-kernel@vger.kernel.org
2703S: Maintained
2704
2705NI5010 NETWORK DRIVER
5b552b16
AM
2706P: Jan-Pascal van Best
2707M: janpascal@vanbest.org
2708P: Andreas Mohr
2709M: andi@lisas.de
979b6c13 2710L: netdev@vger.kernel.org
1da177e4
LT
2711S: Maintained
2712
2713NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2714P: YOKOTA Hiroshi
2715M: yokota@netlab.is.tsukuba.ac.jp
2716W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2717S: Maintained
2718
2719NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2720P: GOTO Masanori
2721M: gotom@debian.or.jp
2722P: YOKOTA Hiroshi
2723M: yokota@netlab.is.tsukuba.ac.jp
2724W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2725S: Maintained
2726
1da177e4
LT
2727NTFS FILESYSTEM
2728P: Anton Altaparmakov
2729M: aia21@cantab.net
2730L: linux-ntfs-dev@lists.sourceforge.net
2731L: linux-kernel@vger.kernel.org
2732W: http://linux-ntfs.sf.net/
1adc1230 2733T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
1da177e4
LT
2734S: Maintained
2735
9eb8ef74 2736NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
ce00f85c 2737P: Antonino Daplas
0478e62e 2738M: adaplas@gmail.com
5cd307c5 2739L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 2740S: Maintained
1da177e4 2741
3ef34b80
RV
2742NETERION (S2IO) Xframe 10GbE DRIVER
2743P: Ramkrishna Vepa
2744M: ram.vepa@neterion.com
2745P: Rastapur Santosh
2746M: santosh.rastapur@neterion.com
2747P: Sivakumar Subramani
2748M: sivakumar.subramani@neterion.com
2749P: Sreenivasa Honnur
2750M: sreenivasa.honnur@neterion.com
2751L: netdev@vger.kernel.org
2752W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2753S: Supported
2754
1ded969f
PK
2755OPENCORES I2C BUS DRIVER
2756P: Peter Korsgaard
2757M: jacmet@sunsite.dk
5d925fec 2758L: i2c@lm-sensors.org
1ded969f
PK
2759S: Maintained
2760
ccd979bd
MF
2761ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2762P: Mark Fasheh
2763M: mark.fasheh@oracle.com
2764P: Kurt Hackel
2765M: kurt.hackel@oracle.com
2766L: ocfs2-devel@oss.oracle.com
2767W: http://oss.oracle.com/projects/ocfs2/
b7eee616 2768S: Supported
ccd979bd 2769
1da177e4
LT
2770OLYMPIC NETWORK DRIVER
2771P: Peter De Shrijver
2772M: p2@ace.ulyssis.student.kuleuven.ac.be
2773P: Mike Phillips
b7eee616 2774M: mikep@linuxtr.net
979b6c13 2775L: netdev@vger.kernel.org
1da177e4
LT
2776L: linux-tr@linuxtr.net
2777W: http://www.linuxtr.net
2778S: Maintained
2779
c1986ee9
HW
2780OMNIKEY CARDMAN 4000 DRIVER
2781P: Harald Welte
2782M: laforge@gnumonks.org
2783S: Maintained
2784
77c44ab1
HW
2785OMNIKEY CARDMAN 4040 DRIVER
2786P: Harald Welte
2787M: laforge@gnumonks.org
2788S: Maintained
2789
77d5140f
JC
2790OMNIVISION OV7670 SENSOR DRIVER
2791P: Jonathan Corbet
2792M: corbet@lwn.net
2793L: video4linux-list@redhat.com
2794S: Maintained
2795
431bca73
TG
2796ONENAND FLASH DRIVER
2797P: Kyungmin Park
2798M: kyungmin.park@samsung.com
2799L: linux-mtd@lists.infradead.org
2800S: Maintained
2801
1da177e4
LT
2802ONSTREAM SCSI TAPE DRIVER
2803P: Willem Riede
2804M: osst@riede.org
2805L: osst-users@lists.sourceforge.net
2806L: linux-scsi@vger.kernel.org
2807S: Maintained
2808
1da177e4
LT
2809OPROFILE
2810P: Philippe Elie
2811M: phil.el@wanadoo.fr
2812L: oprofile-list@lists.sf.net
2813S: Maintained
2814
2815ORINOCO DRIVER
2816P: Pavel Roskin
2817M: proski@gnu.org
2818P: David Gibson
2819M: hermes@gibson.dropbear.id.au
724c6b35 2820L: linux-wireless@vger.kernel.org
ecffdde6
PR
2821L: orinoco-users@lists.sourceforge.net
2822L: orinoco-devel@lists.sourceforge.net
2823W: http://www.nongnu.org/orinoco/
1da177e4
LT
2824S: Maintained
2825
f5cd7872
OJ
2826PA SEMI ETHERNET DRIVER
2827P: Olof Johansson
2828M: olof@lixom.net
2829L: netdev@vger.kernel.org
2830S: Maintained
2831
beb58aa3
OJ
2832PA SEMI SMBUS DRIVER
2833P: Olof Johansson
2834M: olof@lixom.net
2835L: i2c@lm-sensors.org
2836S: Maintained
2837
1da177e4 2838PARALLEL PORT SUPPORT
3dd1a329 2839L: linux-parport@lists.infradead.org (subscribers-only)
5fdc2abe 2840S: Orphan
1da177e4
LT
2841
2842PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2843P: Tim Waugh
2844M: tim@cyberelk.net
3dd1a329 2845L: linux-parport@lists.infradead.org (subscribers-only)
1da177e4
LT
2846W: http://www.torque.net/linux-pp.html
2847S: Maintained
2848
2849PARISC ARCHITECTURE
2850P: Matthew Wilcox
2851M: matthew@wil.cx
2852P: Grant Grundler
2853M: grundler@parisc-linux.org
223232de
KM
2854P: Kyle McMartin
2855M: kyle@parisc-linux.org
1da177e4
LT
2856L: parisc-linux@parisc-linux.org
2857W: http://www.parisc-linux.org/
223232de
KM
2858T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2859T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
1da177e4
LT
2860S: Maintained
2861
4cdf6bc2
JF
2862PARAVIRT_OPS INTERFACE
2863P: Jeremy Fitzhardinge
2864M: jeremy@xensource.com
2865P: Chris Wright
2866M: chrisw@sous-sol.org
2867P: Zachary Amsden
2868M: zach@vmware.com
2869P: Rusty Russell
2870M: rusty@rustcorp.com.au
2871L: virtualization@lists.osdl.org
2872L: linux-kernel@vger.kernel.org
2873S: Supported
2874
1662d32c
JC
2875PC87360 HARDWARE MONITORING DRIVER
2876P: Jim Cromie
2877M: jim.cromie@gmail.com
2878L: lm-sensors@lm-sensors.org
2879S: Maintained
2880
2881PC8736x GPIO DRIVER
2882P: Jim Cromie
2883M: jim.cromie@gmail.com
2884S: Maintained
2885
065c6359 2886PCI ERROR RECOVERY
2887P: Linas Vepstas
2888M: linas@austin.ibm.com
2889L: linux-kernel@vger.kernel.org
2890L: linux-pci@atrey.karlin.mff.cuni.cz
2891S: Supported
2892
1da177e4
LT
2893PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2894P: Thomas Sailer
2895M: sailer@ife.ee.ethz.ch
2896L: linux-sound@vger.kernel.org
2897W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2898S: Maintained
2899
2900PCI SUBSYSTEM
2901P: Greg Kroah-Hartman
2902M: gregkh@suse.de
2903L: linux-kernel@vger.kernel.org
2904L: linux-pci@atrey.karlin.mff.cuni.cz
6fb0425b 2905T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
2906S: Supported
2907
2908PCI HOTPLUG CORE
fb5f4d7a
KCA
2909P: Kristen Carlson Accardi
2910M: kristen.c.accardi@intel.com
1da177e4
LT
2911S: Supported
2912
8cf4c195
KA
2913PCIE HOTPLUG DRIVER
2914P: Kristen Carlson Accardi
2915M: kristen.c.accardi@intel.com
2916L: pcihpd-discuss@lists.sourceforge.net
8b59a454 2917S: Supported
8cf4c195 2918
1da177e4 2919PCMCIA SUBSYSTEM
4230dfc9 2920P: Linux PCMCIA Team
f5df5881 2921L: linux-pcmcia@lists.infradead.org
1da177e4 2922L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6fb0425b 2923T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 2924S: Maintained
1da177e4
LT
2925
2926PCNET32 NETWORK DRIVER
04ce0948 2927P: Don Fry
2928M: pcnet32@verizon.net
979b6c13 2929L: netdev@vger.kernel.org
1da177e4
LT
2930S: Maintained
2931
ad4ecbcb
SN
2932PER-TASK DELAY ACCOUNTING
2933P: Shailabh Nagar
2934M: nagar@watson.ibm.com
2935L: linux-kernel@vger.kernel.org
2936S: Maintained
2937
dd49d0f5
JC
2938PERSONALITY HANDLING
2939P: Christoph Hellwig
2940M: hch@infradead.org
2941L: linux-abi-devel@lists.sourceforge.net
2942S: Maintained
2943
1da177e4 2944PHRAM MTD DRIVER
dd4ef01c 2945P: Jörn Engel
1da177e4
LT
2946M: joern@wh.fh-wedel.de
2947L: linux-mtd@lists.infradead.org
2948S: Maintained
2949
249a6771
PO
2950PKTCDVD DRIVER
2951P: Peter Osterlund
2952M: petero2@telia.com
2953L: linux-kernel@vger.kernel.org
249a6771
PO
2954S: Maintained
2955
1da177e4 2956POSIX CLOCKS and TIMERS
aa781aeb
IM
2957P: Thomas Gleixner
2958M: tglx@linutronix.de
f1c3ddff 2959L: linux-kernel@vger.kernel.org
1da177e4
LT
2960S: Supported
2961
3be86148
AV
2962POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2963P: Anton Vorontsov
2964M: cbou@mail.ru
2965P: David Woodhouse
2966M: dwmw2@infradead.org
2967L: linux-kernel@vger.kernel.org
2968L: kernel-discuss@handhelds.org
2969T: git git.infradead.org/battery-2.6.git
2970S: Maintained
2971
24682978
ES
2972POWERPC 4xx EMAC DRIVER
2973P: Eugene Surovegin
2974M: ebs@ebshome.net
2975W: http://kernel.ebshome.net/emac/
2976L: linuxppc-embedded@ozlabs.org
2977L: netdev@vger.kernel.org
2978S: Maintained
2979
1da177e4
LT
2980PNP SUPPORT
2981P: Adam Belay
2982M: ambx1@neo.rr.com
2983S: Maintained
2984
999445d4
VW
2985PNXxxxx I2C DRIVER
2986P: Vitaly Wool
2987M: vitalywool@gmail.com
2988L: i2c@lm-sensors.org
2989S: Maintained
2990
1da177e4
LT
2991PPP PROTOCOL DRIVERS AND COMPRESSORS
2992P: Paul Mackerras
2993M: paulus@samba.org
2994L: linux-ppp@vger.kernel.org
2995S: Maintained
2996
2997PPP OVER ATM (RFC 2364)
2998P: Mitchell Blank Jr
2999M: mitch@sfgoth.com
3000S: Maintained
3001
3002PPP OVER ETHERNET
3003P: Michal Ostrowski
3004M: mostrows@speakeasy.net
3005S: Maintained
3006
a6d2370b
JC
3007PPP OVER L2TP
3008P: James Chapman
3009M: jchapman@katalix.com
3010S: Maintained
3011
1da177e4
LT
3012PREEMPTIBLE KERNEL
3013P: Robert Love
3014M: rml@tech9.net
3015L: linux-kernel@vger.kernel.org
3016L: kpreempt-tech@lists.sourceforge.net
3017W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3018S: Supported
3019
3020PRISM54 WIRELESS DRIVER
e88b34ba
LR
3021P: Luis R. Rodriguez
3022M: mcgrof@gmail.com
724c6b35 3023L: linux-wireless@vger.kernel.org
1da177e4
LT
3024W: http://prism54.org
3025S: Maintained
3026
3027PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3028P: Peter Denison
3029M: promise@pnd-pc.demon.co.uk
3030W: http://www.pnd-pc.demon.co.uk/promise/
3031S: Maintained
3032
b3277dfa
MP
3033PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3034P: Mikael Pettersson
3035M: mikpe@it.uu.se
3036L: linux-ide@vger.kernel.org
3037S: Maintained
3038
02c18891
MM
3039PS3 NETWORK SUPPORT
3040P: Masakazu Mokuno
3041M: mokuno@sm.sony.co.jp
3042L: netdev@vger.kernel.org
3043L: cbe-oss-dev@ozlabs.org
3044S: Supported
3045
f58a9d17
GL
3046PS3 PLATFORM SUPPORT
3047P: Geoff Levand
3048M: geoffrey.levand@am.sony.com
3049L: linuxppc-dev@ozlabs.org
3050L: cbe-oss-dev@ozlabs.org
3051S: Supported
3052
8320204a
MK
3053PVRUSB2 VIDEO4LINUX DRIVER
3054P: Mike Isely
3055M: isely@pobox.com
16e9495d 3056L: pvrusb2@isely.net (subscribers-only)
8320204a
MK
3057L: video4linux-list@redhat.com
3058W: http://www.isely.net/pvrusb2/
3059S: Maintained
3060
1da177e4
LT
3061PXA2xx SUPPORT
3062P: Nicolas Pitre
3063M: nico@cam.org
70f09f1f 3064L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3065S: Maintained
3066
272f133a
PO
3067PXA MMCI DRIVER
3068S: Orphan
3069
1da177e4
LT
3070QLOGIC QLA2XXX FC-SCSI DRIVER
3071P: Andrew Vasquez
95e6a856 3072M: linux-driver@qlogic.com
1da177e4
LT
3073L: linux-scsi@vger.kernel.org
3074S: Supported
3075
5a4faa87
RM
3076QLOGIC QLA3XXX NETWORK DRIVER
3077P: Ron Mercer
3078M: linux-driver@qlogic.com
3079L: netdev@vger.kernel.org
3080S: Supported
3081
1da177e4
LT
3082QNX4 FILESYSTEM
3083P: Anders Larsen
3084M: al@alarsen.net
3085L: linux-kernel@vger.kernel.org
3086W: http://www.alarsen.net/linux/qnx4fs/
3087S: Maintained
3088
3089RADEON FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
3090P: Benjamin Herrenschmidt
3091M: benh@kernel.crashing.org
5cd307c5 3092L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
3093S: Maintained
3094
3095RAGE128 FRAMEBUFFER DISPLAY DRIVER
187a2784
BH
3096P: Paul Mackerras
3097M: paulus@samba.org
5cd307c5 3098L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1da177e4
LT
3099S: Maintained
3100
3101RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3102P: Corey Thomas
3103M: corey@world.std.com
724c6b35 3104L: linux-wireless@vger.kernel.org
1da177e4
LT
3105S: Maintained
3106
9e95ce27
MM
3107RANDOM NUMBER DRIVER
3108P: Matt Mackall
3109M: mpm@selenic.com
3110S: Maintained
3111
394b701c
MP
3112RAPIDIO SUBSYSTEM
3113P: Matt Porter
3114M: mporter@kernel.crashing.org
3115L: linux-kernel@vger.kernel.org
3116S: Maintained
3117
595182bc
JT
3118READ-COPY UPDATE (RCU)
3119P: Dipankar Sarma
3120M: dipankar@in.ibm.com
3121W: http://www.rdrop.com/users/paulmck/rclock/
3122L: linux-kernel@vger.kernel.org
3123S: Supported
3124
3125RCUTORTURE MODULE
3126P: Josh Triplett
3127M: josh@freedesktop.org
3128L: linux-kernel@vger.kernel.org
3129S: Maintained
3130
1da177e4
LT
3131REAL TIME CLOCK DRIVER
3132P: Paul Gortmaker
3133M: p_gortmaker@yahoo.com
3134L: linux-kernel@vger.kernel.org
3135S: Maintained
3136
0c86edc0
AZ
3137REAL TIME CLOCK (RTC) SUBSYSTEM
3138P: Alessandro Zummo
3139M: a.zummo@towertech.it
76465493 3140L: rtc-linux@googlegroups.com
0c86edc0
AZ
3141S: Maintained
3142
1da177e4
LT
3143REISERFS FILE SYSTEM
3144P: Hans Reiser
3145M: reiserfs-dev@namesys.com
76c4e5ea 3146L: reiserfs-devel@vger.kernel.org
1da177e4
LT
3147W: http://www.namesys.com
3148S: Supported
3149
3150ROCKETPORT DRIVER
3151P: Comtrol Corp.
1da177e4
LT
3152W: http://www.comtrol.com
3153S: Maintained
3154
3155ROSE NETWORK LAYER
3156P: Ralf Baechle
3157M: ralf@linux-mips.org
3158L: linux-hams@vger.kernel.org
d34cb28a 3159W: http://www.linux-ax25.org/
1da177e4
LT
3160S: Maintained
3161
3162RISCOM8 DRIVER
3163S: Orphan
3164
605bebe2
MW
3165RTL818X WIRELESS DRIVER
3166P: Michael Wu
3167M: flamingice@sourmilk.net
3168P: Andrea Merello
3169M: andreamrl@tiscali.it
3170L: linux-wireless@vger.kernel.org
3171W: http://linuxwireless.org/
3172T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3173S: Maintained
3174
9eb8ef74 3175S3 SAVAGE FRAMEBUFFER DRIVER
ce00f85c 3176P: Antonino Daplas
0478e62e 3177M: adaplas@gmail.com
5cd307c5 3178L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
ce00f85c 3179S: Maintained
9eb8ef74 3180
1da177e4
LT
3181S390
3182P: Martin Schwidefsky
3183M: schwidefsky@de.ibm.com
83014255
MS
3184P: Heiko Carstens
3185M: heiko.carstens@de.ibm.com
1da177e4 3186M: linux390@de.ibm.com
d58140cc 3187L: linux-s390@vger.kernel.org
5238da45
HC
3188W: http://www.ibm.com/developerworks/linux/linux390/
3189S: Supported
3190
3191S390 NETWORK DRIVERS
3192P: Frank Pavlic
3193M: fpavlic@de.ibm.com
3194M: linux390@de.ibm.com
d58140cc 3195L: linux-s390@vger.kernel.org
5238da45
HC
3196W: http://www.ibm.com/developerworks/linux/linux390/
3197S: Supported
3198
3199S390 ZFCP DRIVER
9cbb8897
SS
3200P: Swen Schillig
3201M: swen@vnet.ibm.com
5238da45 3202M: linux390@de.ibm.com
d58140cc 3203L: linux-s390@vger.kernel.org
5238da45 3204W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4
LT
3205S: Supported
3206
3207SAA7146 VIDEO4LINUX-2 DRIVER
3208P: Michael Hunold
3209M: michael@mihu.de
3210W: http://www.mihu.de/linux/saa7146
3211S: Maintained
3212
1da177e4
LT
3213SC1200 WDT DRIVER
3214P: Zwane Mwaikambo
3c7bf1ea 3215M: zwane@arm.linux.org.uk
1da177e4
LT
3216S: Maintained
3217
3218SCHEDULER
3219P: Ingo Molnar
3220M: mingo@elte.hu
3221P: Robert Love [the preemptible kernel bits]
3222M: rml@tech9.net
3223L: linux-kernel@vger.kernel.org
3224S: Maintained
3225
3226SCSI CDROM DRIVER
3227P: Jens Axboe
0fe23479 3228M: axboe@kernel.dk
1da177e4
LT
3229L: linux-scsi@vger.kernel.org
3230W: http://www.kernel.dk
3231S: Maintained
3232
3233SCSI SG DRIVER
3234P: Doug Gilbert
3235M: dgilbert@interlog.com
3236L: linux-scsi@vger.kernel.org
3237W: http://www.torque.net/sg
3238S: Maintained
3239
3240SCSI SUBSYSTEM
3241P: James E.J. Bottomley
3242M: James.Bottomley@SteelEye.com
3243L: linux-scsi@vger.kernel.org
6fb0425b 3244T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
1da177e4
LT
3245S: Maintained
3246
3247SCSI TAPE DRIVER
dd4ef01c 3248P: Kai Mäkisara
1da177e4
LT
3249M: Kai.Makisara@kolumbus.fi
3250L: linux-scsi@vger.kernel.org
3251S: Maintained
3252
3253SCTP PROTOCOL
5f85813c
SS
3254P: Vlad Yasevich
3255M: vladislav.yasevich@hp.com
ce00f85c
JC
3256P: Sridhar Samudrala
3257M: sri@us.ibm.com
3258L: lksctp-developers@lists.sourceforge.net
5f85813c 3259W: http://lksctp.sourceforge.net
ce00f85c 3260S: Supported
1da177e4
LT
3261
3262SCx200 CPU SUPPORT
1662d32c
JC
3263P: Jim Cromie
3264M: jim.cromie@gmail.com
3265S: Odd Fixes
3266
3267SCx200 GPIO DRIVER
3268P: Jim Cromie
3269M: jim.cromie@gmail.com
3270S: Maintained
3271
3272SCx200 HRT CLOCKSOURCE DRIVER
3273P: Jim Cromie
3274M: jim.cromie@gmail.com
3275S: Maintained
1da177e4
LT
3276
3277SECURITY CONTACT
3278P: Security Officers
3279M: security@kernel.org
3280S: Supported
3281
3282SELINUX SECURITY MODULE
3283P: Stephen Smalley
62cfe7ef 3284M: sds@tycho.nsa.gov
1da177e4 3285P: James Morris
48de5bee 3286M: jmorris@namei.org
588a3157
SS
3287P: Eric Paris
3288M: eparis@parisplace.org
1da177e4 3289L: linux-kernel@vger.kernel.org (kernel issues)
588a3157 3290L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
1da177e4
LT
3291W: http://www.nsa.gov/selinux
3292S: Supported
3293
cef2cf07
JS
3294SENSABLE PHANTOM
3295P: Jiri Slaby
3296M: jirislaby@gmail.com
3297S: Maintained
3298
1da177e4
LT
3299SERIAL ATA (SATA) SUBSYSTEM:
3300P: Jeff Garzik
3301M: jgarzik@pobox.com
3302L: linux-ide@vger.kernel.org
6fb0425b 3303T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4
LT
3304S: Supported
3305
3306SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3307P: Pat Gefre
3308M: pfg@sgi.com
3309L: linux-ia64@vger.kernel.org
3310S: Supported
3311
3312SGI VISUAL WORKSTATION 320 AND 540
3313P: Andrey Panin
3314M: pazke@donpac.ru
3315L: linux-visws-devel@lists.sf.net
3316W: http://linux-visws.sf.net
3317S: Maintained for 2.6.
3318
3319SIMTEC EB110ATX (Chalice CATS)
3320P: Ben Dooks
3321P: Vincent Sanders
3322M: support@simtec.co.uk
3323W: http://www.simtec.co.uk/products/EB110ATX/
3324S: Supported
3325
3326SIMTEC EB2410ITX (BAST)
3327P: Ben Dooks
3328P: Vincent Sanders
3329M: support@simtec.co.uk
3330W: http://www.simtec.co.uk/products/EB2410ITX/
3331S: Supported
3332
92aab3c0
FR
3333SIS 190 ETHERNET DRIVER
3334P: Francois Romieu
3335M: romieu@fr.zoreil.com
3336L: netdev@vger.kernel.org
3337S: Maintained
3338
1da177e4
LT
3339SIS 5513 IDE CONTROLLER DRIVER
3340P: Lionel Bouton
3341M: Lionel.Bouton@inet6.fr
3342W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3343W: http://gyver.homeip.net/sis5513/index.html
3344S: Maintained
3345
3346SIS 900/7016 FAST ETHERNET DRIVER
3347P: Daniele Venzano
3348M: venza@brownhat.org
3349W: http://www.brownhat.org/sis900.html
979b6c13 3350L: netdev@vger.kernel.org
1da177e4
LT
3351S: Maintained
3352
6ea884db
MH
3353SIS 96X I2C/SMBUS DRIVER
3354P: Mark M. Hoffman
3355M: mhoffman@lightlink.com
3356L: lm-sensors@lm-sensors.org
3357S: Maintained
3358
1da177e4
LT
3359SIS FRAMEBUFFER DRIVER
3360P: Thomas Winischhofer
3361M: thomas@winischhofer.net
3362W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 3363S: Maintained
1da177e4
LT
3364
3365SIS USB2VGA DRIVER
3366P: Thomas Winischhofer
3367M: thomas@winischhofer.net
3368W: http://www.winischhofer.at/linuxsisusbvga.shtml
3369S: Maintained
3370
415ad26d
CL
3371SLAB ALLOCATOR
3372P: Christoph Lameter
3373M: clameter@sgi.com
3374P: Pekka Enberg
3375M: penberg@cs.helsinki.fi
3376L: linux-mm@kvack.org
3377S: Maintained
3378
1da177e4
LT
3379SMC91x ETHERNET DRIVER
3380P: Nicolas Pitre
3381M: nico@cam.org
3382S: Maintained
3383
6ea884db
MH
3384SMSC47B397 HARDWARE MONITOR DRIVER
3385P: Mark M. Hoffman
3386M: mhoffman@lightlink.com
3387L: lm-sensors@lm-sensors.org
3388S: Maintained
3389
8f0f850e
DD
3390SOFTMAC LAYER (IEEE 802.11)
3391P: Johannes Berg
3392M: johannes@sipsolutions.net
3393P: Joe Jezak
3394M: josejx@gentoo.org
3395P: Daniel Drake
3396M: dsd@gentoo.org
3397W: http://softmac.sipsolutions.net/
724c6b35 3398L: linux-wireless@vger.kernel.org
8f0f850e
DD
3399S: Maintained
3400
1da177e4
LT
3401SOFTWARE RAID (Multiple Disks) SUPPORT
3402P: Ingo Molnar
3403M: mingo@redhat.com
3404P: Neil Brown
524418bb 3405M: neilb@suse.de
1da177e4 3406L: linux-raid@vger.kernel.org
524418bb 3407S: Supported
1da177e4 3408
95a631e2 3409HIBERNATION (aka Software Suspend, aka swsusp):
1da177e4
LT
3410P: Pavel Machek
3411M: pavel@suse.cz
95a631e2
PM
3412P: Rafael J. Wysocki
3413M: rjw@sisk.pl
3414L: linux-pm@lists.linux-foundation.org
3415S: Supported
3416
3417SUSPEND TO RAM:
3418P: Pavel Machek
3419M: pavel@suse.cz
3420P: Rafael J. Wysocki
3421M: rjw@sisk.pl
f318a63b 3422L: linux-pm@lists.linux-foundation.org
1da177e4
LT
3423S: Maintained
3424
3425SONIC NETWORK DRIVER
3426P: Thomas Bogendoerfer
3427M: tsbogend@alpha.franken.de
979b6c13 3428L: netdev@vger.kernel.org
1da177e4
LT
3429S: Maintained
3430
3431SONY VAIO CONTROL DEVICE DRIVER
0d477fac
MD
3432P: Mattia Dongili
3433M: malattia@linux.it
5b18167d
MD
3434L: linux-acpi@vger.kernel.org
3435W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4
LT
3436S: Maintained
3437
3438SOUND
3439P: Jaroslav Kysela
3440M: perex@suse.cz
82622046 3441L: alsa-devel@alsa-project.org (subscribers-only)
1da177e4
LT
3442S: Maintained
3443
eb1a6af3
LG
3444SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3445P: Liam Girdwood
3446M: liam.girdwood@wolfsonmicro.com
82622046 3447L: alsa-devel@alsa-project.org (subscribers-only)
eb1a6af3
LG
3448S: Supported
3449
025c3987
KG
3450SPI SUBSYSTEM
3451P: David Brownell
3452M: dbrownell@users.sourceforge.net
3453L: spi-devel-general@lists.sourceforge.net
3454S: Maintained
3455
855f46ad
SR
3456STABLE BRANCH:
3457P: Greg Kroah-Hartman
3458M: greg@kroah.com
3459P: Chris Wright
3460M: chrisw@sous-sol.org
3461L: stable@kernel.org
3462S: Maintained
3463
1c72d46d
KH
3464TPM DEVICE DRIVER
3465P: Kylene Hall
3466M: kjhall@us.ibm.com
3467W: http://tpmdd.sourceforge.net
d3a7b6df
MS
3468P: Marcel Selhorst
3469M: tpm@selhorst.net
3470W: http://www.prosec.rub.de/tpm/
3bd2aad2 3471L: tpmdd-devel@lists.sourceforge.net
1c72d46d
KH
3472S: Maintained
3473
1a80ba88 3474Telecom Clock Driver for MCPL0010
ce00f85c
JC
3475P: Mark Gross
3476M: mark.gross@intel.com
3477S: Supported
1a80ba88 3478
48b415ca
CZ
3479TENSILICA XTENSA PORT (xtensa):
3480P: Chris Zankel
3481M: chris@zankel.net
3482S: Maintained
3483
756970ad
HMH
3484THINKPAD ACPI EXTRAS DRIVER
3485P: Henrique de Moraes Holschuh
3486M: ibm-acpi@hmh.eng.br
3487L: ibm-acpi-devel@lists.sourceforge.net
3488W: http://ibm-acpi.sourceforge.net
3489W: http://thinkwiki.org/wiki/Ibm-acpi
3490T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3491S: Maintained
3492
1da177e4
LT
3493UltraSPARC (sparc64):
3494P: David S. Miller
3495M: davem@davemloft.net
1da177e4 3496L: sparclinux@vger.kernel.org
1adc1230 3497T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
1da177e4
LT
3498S: Maintained
3499
3500SHARP LH SUPPORT (LH7952X & LH7A40X)
3501P: Marc Singer
3502M: elf@buici.com
3503W: http://projects.buici.com/arm
70f09f1f 3504L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1da177e4
LT
3505S: Maintained
3506
8cf4c195
KA
3507SHPC HOTPLUG DRIVER
3508P: Kristen Carlson Accardi
3509M: kristen.c.accardi@intel.com
3510L: pcihpd-discuss@lists.sourceforge.net
8b59a454 3511S: Supported
8cf4c195 3512
d129bceb
PO
3513SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3514P: Pierre Ossman
3515M: drzeus-sdhci@drzeus.cx
3516L: sdhci-devel@list.drzeus.cx
3517W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3518S: Maintained
3519
4b1ac9ab
SH
3520SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3521P: Stephen Hemminger
65ebe634 3522M: shemminger@linux-foundation.org
4b1ac9ab
SH
3523L: netdev@vger.kernel.org
3524S: Maintained
3525
1a87d942
CB
3526SOEKRIS NET48XX LED SUPPORT
3527P: Chris Boot
3528M: bootc@bootc.net
3529S: Maintained
3530
1da177e4
LT
3531SPARC (sparc32):
3532P: William L. Irwin
3533M: wli@holomorphy.com
3534L: sparclinux@vger.kernel.org
3535S: Maintained
3536
3537SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3538P: Roger Wolff
3539M: R.E.Wolff@BitWizard.nl
3540L: linux-kernel@vger.kernel.org ?
3541S: Supported
3542
2752e401 3543SPIDERNET NETWORK DRIVER for CELL
fa302484
LV
3544P: Linas Vepstas
3545M: linas@austin.ibm.com
2752e401
JL
3546L: netdev@vger.kernel.org
3547S: Supported
3548
1da177e4
LT
3549SRM (Alpha) environment access
3550P: Jan-Benedict Glaw
3551M: jbglaw@lug-owl.de
3552L: linux-kernel@vger.kernel.org
3553S: Maintained
3554
3555STARFIRE/DURALAN NETWORK DRIVER
3556P: Ion Badulescu
3557M: ionut@cs.columbia.edu
3558S: Maintained
3559
3560STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3561W: http://mosquitonet.Stanford.EDU/strip.html
3562S: Unsupported ?
3563
3564STRADIS MPEG-2 DECODER DRIVER
3565P: Nathan Laredo
3566M: laredo@gnu.org
1da177e4
LT
3567W: http://www.stradis.com/
3568S: Maintained
3569
3570SUPERH (sh)
3571P: Paul Mundt
3572M: lethal@linux-sh.org
3b5e0cbb 3573L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
1da177e4 3574W: http://www.linux-sh.org
1da177e4
LT
3575S: Maintained
3576
3577SUPERH64 (sh64)
3578P: Paul Mundt
3579M: lethal@linux-sh.org
1da177e4
LT
3580L: linuxsh-shmedia-dev@lists.sourceforge.net
3581W: http://www.linux-sh.org
1da177e4
LT
3582S: Maintained
3583
3584SUN3/3X
3585P: Sam Creasey
3586M: sammy@sammy.net
1da177e4
LT
3587W: http://sammy.net/sun3/
3588S: Maintained
3589
3590SVGA HANDLING
3591P: Martin Mares
3592M: mj@ucw.cz
3593L: linux-video@atrey.karlin.mff.cuni.cz
3594S: Maintained
3595
3596SYSV FILESYSTEM
3597P: Christoph Hellwig
3598M: hch@infradead.org
3599S: Maintained
3600
781b456a
SH
3601TC CLASSIFIER
3602P: Jamal Hadi Salim
3603M: hadi@cyberus.ca
3604L: netdev@vger.kernel.org
3605S: Maintained
3606
5067f08a
WHSE
3607TCP LOW PRIORITY MODULE
3608P: Wong Hoi Sing, Edison
3609M: hswong3i@gmail.com
3610P: Hung Hing Lun, Mike
3611M: hlhung3i@gmail.com
3612W: http://tcp-lp-mod.sourceforge.net/
3613S: Maintained
3614
4020f2d7
AD
3615TI FLASH MEDIA INTERFACE DRIVER
3616P: Alex Dubov
3617M: oakad@yahoo.com
3618S: Maintained
3619
9f9c24f4
SK
3620TI OMAP MMC INTERFACE DRIVER
3621P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3622M: linux-omap-open-source@linux.omap.com
3623W: http://linux.omap.com
3624W: http://www.muru.com/linux/omap/
3625S: Maintained
3626
844dd05f
MB
3627TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3628P: Deepak Saxena
3629M: dsaxena@plexity.net
3630S: Maintained
3631
ad4ecbcb
SN
3632TASKSTATS STATISTICS INTERFACE
3633P: Shailabh Nagar
3634M: nagar@watson.ibm.com
3635L: linux-kernel@vger.kernel.org
3636S: Maintained
3637
1da177e4 3638TI PARALLEL LINK CABLE DRIVER
ce00f85c
JC
3639P: Romain Lievin
3640M: roms@lpg.ticalc.org
3641S: Maintained
1da177e4 3642
e86eaa3a
PL
3643TIPC NETWORK LAYER
3644P: Per Liden
7c2b2aae 3645M: per.liden@ericsson.com
e86eaa3a 3646P: Jon Maloy
7c2b2aae 3647M: jon.maloy@ericsson.com
e86eaa3a 3648P: Allan Stephens
7c2b2aae 3649M: allan.stephens@windriver.com
e86eaa3a
PL
3650L: tipc-discussion@lists.sourceforge.net
3651W: http://tipc.sourceforge.net/
3652W: http://tipc.cslab.ericsson.net/
3653T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3654S: Maintained
3655
1da177e4
LT
3656TLAN NETWORK DRIVER
3657P: Samuel Chessman
3658M: chessman@tux.org
3659L: tlan-devel@lists.sourceforge.net
3660W: http://sourceforge.net/projects/tlan/
3661S: Maintained
3662
3663TOKEN-RING NETWORK DRIVER
3664P: Mike Phillips
3665M: mikep@linuxtr.net
979b6c13 3666L: netdev@vger.kernel.org
1da177e4
LT
3667L: linux-tr@linuxtr.net
3668W: http://www.linuxtr.net
3669S: Maintained
3670
3671TOSHIBA ACPI EXTRAS DRIVER
3672P: John Belmonte
3673M: toshiba_acpi@memebeam.org
3674W: http://memebeam.org/toys/ToshibaAcpiDriver
3675S: Maintained
3676
3677TOSHIBA SMM DRIVER
3678P: Jonathan Buzzard
3679M: jonathan@buzzard.org.uk
3680L: tlinux-users@tce.toshiba-dme.co.jp
3681W: http://www.buzzard.org.uk/toshiba/
3682S: Maintained
3683
3684TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3685P: Muli Ben-Yehuda
3686M: mulix@mulix.org
3687L: linux-kernel@vger.kernel.org
3688S: Maintained
3689
3690TRIVIAL PATCHES
ce00f85c
JC
3691P: Adrian Bunk
3692M: trivial@kernel.org
3693L: linux-kernel@vger.kernel.org
3694W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3695T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3696S: Maintained
1da177e4
LT
3697
3698TMS380 TOKEN-RING NETWORK DRIVER
3699P: Adam Fritzler
3700M: mid@auk.cx
3701L: linux-tr@linuxtr.net
3702W: http://www.auk.cx/tms380tr/
3703S: Maintained
3704
3705TULIP NETWORK DRIVER
1da177e4
LT
3706L: tulip-users@lists.sourceforge.net
3707W: http://sourceforge.net/projects/tulip/
49afc59c 3708S: Orphan
1da177e4
LT
3709
3710TUN/TAP driver
3711P: Maxim Krasnyansky
66777b79 3712M: maxk@qualcomm.com
1da177e4
LT
3713L: vtun@office.satix.net
3714W: http://vtun.sourceforge.net/tun
3715S: Maintained
3716
b454cc66
MR
3717TURBOCHANNEL SUBSYSTEM
3718P: Maciej W. Rozycki
3719M: macro@linux-mips.org
3720S: Maintained
3721
1da177e4
LT
3722U14-34F SCSI DRIVER
3723P: Dario Ballabio
3724M: ballabio_dario@emc.com
3725L: linux-scsi@vger.kernel.org
3726S: Maintained
3727
3728UDF FILESYSTEM
3729P: Ben Fennema
3730M: bfennema@falcon.csc.calpoly.edu
1da177e4
LT
3731W: http://linux-udf.sourceforge.net
3732S: Maintained
3733
3734UNIFORM CDROM DRIVER
3735P: Jens Axboe
0fe23479 3736M: axboe@kernel.dk
1da177e4
LT
3737L: linux-kernel@vger.kernel.org
3738W: http://www.kernel.dk
3739S: Maintained
3740
3741USB ACM DRIVER
3742P: Oliver Neukum
3743M: oliver@neukum.name
3744L: linux-usb-users@lists.sourceforge.net
3745L: linux-usb-devel@lists.sourceforge.net
3746S: Maintained
3747
3748USB BLOCK DRIVER (UB ub)
3749P: Pete Zaitcev
3750M: zaitcev@redhat.com
3751L: linux-kernel@vger.kernel.org
3752L: linux-usb-devel@lists.sourceforge.net
3753S: Supported
3754
1da177e4
LT
3755USB CDC ETHERNET DRIVER
3756P: Greg Kroah-Hartman
3757M: greg@kroah.com
3758L: linux-usb-users@lists.sourceforge.net
3759L: linux-usb-devel@lists.sourceforge.net
3760S: Maintained
3761W: http://www.kroah.com/linux-usb/
3762
d0374f4f
PK
3763USB DAVICOM DM9601 DRIVER
3764P: Peter Korsgaard
3765M: jacmet@sunsite.dk
043600a6 3766L: netdev@vger.kernel.org
d0374f4f
PK
3767W: http://www.linux-usb.org/usbnet
3768S: Maintained
3769
1da177e4
LT
3770USB EHCI DRIVER
3771P: David Brownell
3772M: dbrownell@users.sourceforge.net
3773L: linux-usb-devel@lists.sourceforge.net
23d8c90e 3774S: Odd Fixes
1da177e4 3775
7ce08c93
LR
3776USB ET61X[12]51 DRIVER
3777P: Luca Risolia
3778M: luca.risolia@studio.unibo.it
3779L: linux-usb-devel@lists.sourceforge.net
3780L: video4linux-list@redhat.com
3781W: http://www.linux-projects.org
3782S: Maintained
3783
69ae9e3e
DB
3784USB GADGET/PERIPHERAL SUBSYSTEM
3785P: David Brownell
3786M: dbrownell@users.sourceforge.net
3787L: linux-usb-devel@lists.sourceforge.net
3788W: http://www.linux-usb.org/gadget
3789S: Maintained
3790
2dea64b4 3791USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
641266fd
JK
3792P: Jiri Kosina
3793M: jkosina@suse.cz
1da177e4 3794L: linux-usb-devel@lists.sourceforge.net
a4dff398 3795T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4
LT
3796S: Maintained
3797
3798USB HUB DRIVER
3799P: Johannes Erdfelt
3800M: johannes@erdfelt.com
3801L: linux-usb-users@lists.sourceforge.net
3802L: linux-usb-devel@lists.sourceforge.net
3803S: Maintained
3804
959eea21
OK
3805USB ISP116X DRIVER
3806P: Olav Kongas
3807M: ok@artecdesign.ee
3808L: linux-usb-devel@lists.sourceforge.net
3809S: Maintained
3810
1da177e4
LT
3811USB KAWASAKI LSI DRIVER
3812P: Oliver Neukum
3813M: oliver@neukum.name
3814L: linux-usb-users@lists.sourceforge.net
3815L: linux-usb-devel@lists.sourceforge.net
3816S: Maintained
3817
3818USB MASS STORAGE DRIVER
3819P: Matthew Dharm
3820M: mdharm-usb@one-eyed-alien.net
3821L: linux-usb-users@lists.sourceforge.net
8836aeb8 3822L: usb-storage@lists.one-eyed-alien.net
1da177e4
LT
3823S: Maintained
3824W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3825
3826USB OHCI DRIVER
23d8c90e
DB
3827P: David Brownell
3828M: dbrownell@users.sourceforge.net
1da177e4
LT
3829L: linux-usb-users@lists.sourceforge.net
3830L: linux-usb-devel@lists.sourceforge.net
23d8c90e 3831S: Odd Fixes
1da177e4 3832
ba460e48
MU
3833USB OPTION-CARD DRIVER
3834P: Matthias Urlichs
3835M: smurf@smurf.noris.de
3836L: linux-usb-devel@lists.sourceforge.net
3837S: Maintained
3838
1da177e4
LT
3839USB OV511 DRIVER
3840P: Mark McClelland
3841M: mmcclell@bigfoot.com
3842L: linux-usb-users@lists.sourceforge.net
3843L: linux-usb-devel@lists.sourceforge.net
3844W: http://alpha.dyndns.org/ov511/
3845S: Maintained
3846
3847USB PEGASUS DRIVER
3848P: Petko Manolov
3849M: petkan@users.sourceforge.net
1da177e4 3850L: linux-usb-devel@lists.sourceforge.net
043600a6 3851L: netdev@vger.kernel.org
1da177e4
LT
3852W: http://pegasus2.sourceforge.net/
3853S: Maintained
3854
73e4fb3f
PZ
3855USB PRINTER DRIVER (usblp)
3856P: Pete Zaitcev
3857M: zaitcev@redhat.com
1da177e4
LT
3858L: linux-usb-users@lists.sourceforge.net
3859L: linux-usb-devel@lists.sourceforge.net
73e4fb3f 3860S: Supported
1da177e4
LT
3861
3862USB RTL8150 DRIVER
3863P: Petko Manolov
3864M: petkan@users.sourceforge.net
1da177e4 3865L: linux-usb-devel@lists.sourceforge.net
043600a6 3866L: netdev@vger.kernel.org
1da177e4
LT
3867W: http://pegasus2.sourceforge.net/
3868S: Maintained
3869
3870USB SE401 DRIVER
3871P: Jeroen Vreeken
3872M: pe1rxq@amsat.org
3873L: linux-usb-users@lists.sourceforge.net
3874L: linux-usb-devel@lists.sourceforge.net
3875W: http://www.chello.nl/~j.vreeken/se401/
3876S: Maintained
3877
3878USB SERIAL CYBERJACK DRIVER
3879P: Matthias Bruestle and Harald Welte
3880M: support@reiner-sct.com
3881W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3882S: Maintained
3883
3884USB SERIAL DIGI ACCELEPORT DRIVER
3885P: Peter Berger and Al Borchers
3886M: pberger@brimson.com
3887M: alborchers@steinerpoint.com
3888L: linux-usb-users@lists.sourceforge.net
3889L: linux-usb-devel@lists.sourceforge.net
3890S: Maintained
3891
3892USB SERIAL DRIVER
3893P: Greg Kroah-Hartman
3894M: gregkh@suse.de
3895L: linux-usb-users@lists.sourceforge.net
3896L: linux-usb-devel@lists.sourceforge.net
3897S: Supported
3898
3899USB SERIAL BELKIN F5U103 DRIVER
3900P: William Greathouse
3901M: wgreathouse@smva.com
3902L: linux-usb-users@lists.sourceforge.net
3903L: linux-usb-devel@lists.sourceforge.net
3904S: Maintained
3905
3906USB SERIAL CYPRESS M8 DRIVER
3907P: Lonnie Mendez
3908M: dignome@gmail.com
3909L: linux-usb-users@lists.sourceforge.net
3910L: linux-usb-devel@lists.sourceforge.net
3911S: Maintained
3912W: http://geocities.com/i0xox0i
3913W: http://firstlight.net/cvs
3914
3915USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3916L: linux-usb-users@lists.sourceforge.net
3917L: linux-usb-devel@lists.sourceforge.net
3918S: Maintained
3919
3920USB AUERSWALD DRIVER
3921P: Wolfgang Muees
3922M: wolfgang@iksw-muees.de
3923L: linux-usb-users@lists.sourceforge.net
3924L: linux-usb-devel@lists.sourceforge.net
3925S: Maintained
3926
3927USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3928P: Gary Brubaker
3929M: xavyer@ix.netcom.com
3930L: linux-usb-users@lists.sourceforge.net
3931L: linux-usb-devel@lists.sourceforge.net
3932S: Maintained
3933
3934USB SERIAL KEYSPAN DRIVER
3935P: Greg Kroah-Hartman
3936M: greg@kroah.com
3937L: linux-usb-users@lists.sourceforge.net
3938L: linux-usb-devel@lists.sourceforge.net
3939W: http://www.kroah.com/linux/
3940S: Maintained
3941
3942USB SERIAL WHITEHEAT DRIVER
8bc84930
SM
3943P: Support Department
3944M: support@connecttech.com
1da177e4
LT
3945L: linux-usb-users@lists.sourceforge.net
3946L: linux-usb-devel@lists.sourceforge.net
3947W: http://www.connecttech.com
3948S: Supported
3949
f423b9a8 3950USB SN9C1xx DRIVER
1da177e4
LT
3951P: Luca Risolia
3952M: luca.risolia@studio.unibo.it
3953L: linux-usb-devel@lists.sourceforge.net
7ce08c93 3954L: video4linux-list@redhat.com
1da177e4
LT
3955W: http://www.linux-projects.org
3956S: Maintained
3957
3958USB SUBSYSTEM
3959P: Greg Kroah-Hartman
3960M: gregkh@suse.de
3961L: linux-usb-users@lists.sourceforge.net
3962L: linux-usb-devel@lists.sourceforge.net
3963W: http://www.linux-usb.org
6fb0425b 3964T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1da177e4
LT
3965S: Supported
3966
3967USB UHCI DRIVER
3968P: Alan Stern
3969M: stern@rowland.harvard.edu
3970L: linux-usb-users@lists.sourceforge.net
3971L: linux-usb-devel@lists.sourceforge.net
3972S: Maintained
3973
69ae9e3e 3974USB "USBNET" DRIVER FRAMEWORK
1da177e4
LT
3975P: David Brownell
3976M: dbrownell@users.sourceforge.net
043600a6 3977L: netdev@vger.kernel.org
69ae9e3e 3978W: http://www.linux-usb.org/usbnet
1da177e4
LT
3979S: Maintained
3980
3981USB W996[87]CF DRIVER
3982P: Luca Risolia
3983M: luca.risolia@studio.unibo.it
3984L: linux-usb-devel@lists.sourceforge.net
7ce08c93 3985L: video4linux-list@redhat.com
1da177e4
LT
3986W: http://www.linux-projects.org
3987S: Maintained
3988
60f78052
LR
3989USB ZC0301 DRIVER
3990P: Luca Risolia
3991M: luca.risolia@studio.unibo.it
3992L: linux-usb-devel@lists.sourceforge.net
3993L: video4linux-list@redhat.com
3994W: http://www.linux-projects.org
3995S: Maintained
3996
1da177e4
LT
3997USB ZD1201 DRIVER
3998P: Jeroen Vreeken
3999M: pe1rxq@amsat.org
4000L: linux-usb-users@lists.sourceforge.net
4001L: linux-usb-devel@lists.sourceforge.net
4002W: http://linux-lc100020.sourceforge.net
4003S: Maintained
4004
b7eee616
AJ
4005USB ZR364XX DRIVER
4006P: Antoine Jacquet
4007M: royale@zerezo.com
4008L: linux-usb-devel@lists.sourceforge.net
4009L: video4linux-list@redhat.com
4010W: http://royale.zerezo.com/zr364xx/
4011S: Maintained
4012
1da177e4
LT
4013USER-MODE LINUX
4014P: Jeff Dike
4015M: jdike@karaya.com
4016L: user-mode-linux-devel@lists.sourceforge.net
4017L: user-mode-linux-user@lists.sourceforge.net
4018W: http://user-mode-linux.sourceforge.net
4019S: Maintained
b7eee616 4020
1da177e4
LT
4021FAT/VFAT/MSDOS FILESYSTEM:
4022P: OGAWA Hirofumi
4023M: hirofumi@mail.parknet.co.jp
4024L: linux-kernel@vger.kernel.org
4025S: Maintained
4026
4027VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4028P: Jeff Garzik
4029S: Odd fixes
4030
4031VIA RHINE NETWORK DRIVER
4032P: Roger Luethi
4033M: rl@hellgate.ch
4034S: Maintained
4035
32c0a520
JD
4036VIAPRO SMBUS DRIVER
4037P: Jean Delvare
4038M: khali@linux-fr.org
5d925fec 4039L: i2c@lm-sensors.org
32c0a520
JD
4040S: Maintained
4041
01f20734
FR
4042VIA VELOCITY NETWORK DRIVER
4043P: Francois Romieu
4044M: romieu@fr.zoreil.com
4045L: netdev@vger.kernel.org
4046S: Maintained
4047
1da177e4
LT
4048UCLINUX (AND M68KNOMMU)
4049P: Greg Ungerer
4050M: gerg@uclinux.org
1da177e4 4051W: http://www.uclinux.org/
d660a740 4052L: uclinux-dev@uclinux.org (subscribers-only)
1da177e4
LT
4053S: Maintained
4054
4055UCLINUX FOR NEC V850
4056P: Miles Bader
1da177e4
LT
4057
4058UCLINUX FOR RENESAS H8/300
4059P: Yoshinori Sato
4060M: ysato@users.sourceforge.jp
4061W: http://uclinux-h8.sourceforge.jp/
4062S: Supported
4063
719d9699 4064UFS FILESYSTEM
abb49202
AC
4065P: Evgeniy Dushistov
4066M: dushistov@mail.ru
4067L: linux-kernel@vger.kernel.org
4068S: Maintained
719d9699 4069
1da177e4
LT
4070USB DIAMOND RIO500 DRIVER
4071P: Cesar Miquel
4072M: miquel@df.uba.ar
4073L: rio500-users@lists.sourceforge.net
4074W: http://rio500.sourceforge.net
4075S: Maintained
4076
4077VIDEO FOR LINUX
96b6aba0 4078P: Mauro Carvalho Chehab
8d58d773
MCC
4079M: mchehab@infradead.org
4080M: v4l-dvb-maintainer@linuxtv.org
1da177e4 4081L: video4linux-list@redhat.com
96b6aba0 4082W: http://linuxtv.org
ecfa4fdc 4083T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
96b6aba0 4084S: Maintained
1da177e4 4085
ab41319e
JH
4086VT1211 HARDWARE MONITOR DRIVER
4087P: Juerg Haefliger
4088M: juergh@gmail.com
4089L: lm-sensors@lm-sensors.org
4090S: Maintained
4091
1de9e371
RL
4092VT8231 HARDWARE MONITOR DRIVER
4093P: Roger Lucas
4094M: roger@planbit.co.uk
4095L: lm-sensors@lm-sensors.org
4096S: Maintained
4097
1da177e4
LT
4098W1 DALLAS'S 1-WIRE BUS
4099P: Evgeniy Polyakov
4100M: johnpol@2ka.mipt.ru
1da177e4
LT
4101S: Maintained
4102
13927079
CS
4103W83791D HARDWARE MONITORING DRIVER
4104P: Charles Spirakis
4105M: bezaur@gmail.com
4106L: lm-sensors@lm-sensors.org
4107S: Maintained
4108
61db011d
RM
4109W83793 HARDWARE MONITORING DRIVER
4110P: Rudolf Marek
4111M: r.marek@assembler.cz
4112L: lm-sensors@lm-sensors.org
4113S: Maintained
4114
1da177e4
LT
4115W83L51xD SD/MMC CARD INTERFACE DRIVER
4116P: Pierre Ossman
4117M: drzeus-wbsd@drzeus.cx
fac88991 4118L: linux-kernel@vger.kernel.org
1da177e4
LT
4119W: http://projects.drzeus.cx/wbsd
4120S: Maintained
4121
3527761c
WVS
4122WATCHDOG DEVICE DRIVERS
4123P: Wim Van Sebroeck
4124M: wim@iguana.be
4125T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4126S: Maintained
4127
1da177e4
LT
4128WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4129P: Jean Tourrilhes
4130M: jt@hpl.hp.com
724c6b35 4131L: linux-wireless@vger.kernel.org
1da177e4
LT
4132W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4133S: Maintained
4134
4135WD7000 SCSI DRIVER
4136P: Miroslav Zagorac
4137M: zaga@fly.cc.fer.hr
4138L: linux-scsi@vger.kernel.org
4139S: Maintained
4140
5fc14680
DT
4141WISTRON LAPTOP BUTTON DRIVER
4142P: Miloslav Trmac
4143M: mitr@volny.cz
4144S: Maintained
4145
1da177e4
LT
4146WL3501 WIRELESS PCMCIA CARD DRIVER
4147P: Arnaldo Carvalho de Melo
926554c4 4148M: acme@ghostprotocols.net
724c6b35 4149L: linux-wireless@vger.kernel.org
926554c4 4150W: http://oops.ghostprotocols.net:81/blog
1da177e4
LT
4151S: Maintained
4152
4153X.25 NETWORK LAYER
4154P: Henner Eisen
4155M: eis@baty.hanse.de
4156L: linux-x25@vger.kernel.org
4157S: Maintained
4158
4cdf6bc2
JF
4159XEN HYPERVISOR INTERFACE
4160P: Jeremy Fitzhardinge
4161M: jeremy@xensource.com
4162P: Chris Wright
4163M: chrisw@sous-sol.org
4164L: virtualization@lists.osdl.org
4165L: xen-devel@lists.xensource.com
4166S: Supported
4167
1da177e4
LT
4168XFS FILESYSTEM
4169P: Silicon Graphics Inc
78bfd361 4170P: Tim Shimmin
1da177e4 4171M: xfs-masters@oss.sgi.com
d7ede1aa 4172L: xfs@oss.sgi.com
1da177e4 4173W: http://oss.sgi.com/projects/xfs
e99f056b 4174T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
1da177e4
LT
4175S: Supported
4176
238b8721
PK
4177XILINX UARTLITE SERIAL DRIVER
4178P: Peter Korsgaard
4179M: jacmet@sunsite.dk
4180L: linux-serial@vger.kernel.org
4181S: Maintained
4182
1da177e4
LT
4183X86 3-LEVEL PAGING (PAE) SUPPORT
4184P: Ingo Molnar
4185M: mingo@redhat.com
4186S: Maintained
4187
4188X86-64 port
4189P: Andi Kleen
4190M: ak@suse.de
4191L: discuss@x86-64.org
4192W: http://www.x86-64.org
6a051565 4193T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
1da177e4
LT
4194S: Maintained
4195
4196YAM DRIVER FOR AX.25
4197P: Jean-Paul Roubelat
4198M: jpr@f6fbb.org
4199L: linux-hams@vger.kernel.org
4200S: Maintained
4201
af64a5eb
H
4202YEALINK PHONE DRIVER
4203P: Henk Vergonet
4204M: Henk.Vergonet@gmail.com
4205L: usbb2k-api-dev@nongnu.org
4206S: Maintained
4207
1da177e4
LT
4208Z8530 DRIVER FOR AX.25
4209P: Joerg Reuter
4210M: jreuter@yaina.de
4211W: http://yaina.de/jreuter/
4212W: http://www.qsl.net/dl1bke/
4213L: linux-hams@vger.kernel.org
4214S: Maintained
4215
7c0c3afb
DD
4216ZD1211RW WIRELESS DRIVER
4217P: Daniel Drake
4218M: dsd@gentoo.org
4219P: Ulrich Kunitz
4220M: kune@deine-taler.de
4221W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 4222L: linux-wireless@vger.kernel.org
7c0c3afb
DD
4223L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4224S: Maintained
4225
1da177e4
LT
4226ZF MACHZ WATCHDOG
4227P: Fernando Fuganti
4228M: fuganti@netbank.com.br
4229W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4230S: Maintained
4231
4232ZR36067 VIDEO FOR LINUX DRIVER
4233P: Ronald Bultje
4234M: rbultje@ronald.bitfreak.net
4235L: mjpeg-users@lists.sourceforge.net
4236W: http://mjpeg.sourceforge.net/driver-zoran/
4237S: Maintained
4238
4239ZR36120 VIDEO FOR LINUX DRIVER
4240P: Pauline Middelink
4241M: middelin@polyware.nl
4242W: http://www.polyware.nl/~middelin/En/hobbies.html
4243W: http://www.polyware.nl/~middelin/hobbies.html
4244S: Maintained
4245
8b4a4080
MR
4246ZS DECSTATION Z85C30 SERIAL DRIVER
4247P: Maciej W. Rozycki
4248M: macro@linux-mips.org
4249S: Maintained
4250
1da177e4
LT
4251THE REST
4252P: Linus Torvalds
4253S: Buried alive in reporters
This page took 0.619891 seconds and 5 git commands to generate.