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