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