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