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