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