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