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