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