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