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