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