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