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