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