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