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