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