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