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