blob: 7b314748ed52f87546e7276d11082d614cec8fb9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
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
Andy Whitcroft0a920b52007-06-01 00:46:48 -070033 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.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
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
Alan Coxc9ee1332006-05-20 15:00:12 -070046 PLEASE remember that submissions must be made under the terms
47 of the OSDL certificate of contribution
48 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
49 and should include a Signed-off-by: line.
50
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516. Make sure you have the right to send any changes you make. If you
52 do changes at work you may find your employer owns the patch
53 not you.
54
Alan Coxc9ee1332006-05-20 15:00:12 -0700557. When sending security related changes or reports to a maintainer
56 please Cc: security@kernel.org, especially if the maintainer
57 does not respond.
58
598. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070060
Antoine Jacquetb7eee612007-04-27 12:30:59 -030061 -----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070062
63Maintainers List (try to look for most precise areas first)
64
65Note: For the hard of thinking, this list is meant to remain in alphabetical
66order. If you could add yourselves to it in alphabetical order that would be
67so much easier [Ed]
68
69P: Person
70M: Mail patches to
71L: Mailing list that is relevant to this area
72W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080073T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070074S: Status, one of the following:
75
76 Supported: Someone is actually paid to look after this.
77 Maintained: Someone actually looks after it.
78 Odd Fixes: It has a maintainer but they don't have time to do
79 much other than throw the odd patch in. See below..
80 Orphan: No current maintainer [but maybe you could take the
81 role as you write your new code].
82 Obsolete: Old code. Something tagged obsolete generally means
83 it has been replaced by a better system and you
84 should be using that.
85
863C359 NETWORK DRIVER
87P: Mike Phillips
88M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070089L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070090L: linux-tr@linuxtr.net
91W: http://www.linuxtr.net
92S: Maintained
93
943C505 NETWORK DRIVER
95P: Philip Blundell
96M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070097L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070098S: Maintained
99
Steffen Klasserta6d89912007-08-10 14:05:27 -07001003C59X NETWORK DRIVER
101P: Steffen Klassert
102M: klassert@mathematik.tu-chemnitz.de
103L: netdev@vger.kernel.org
104S: Maintained
105
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063CR990 NETWORK DRIVER
107P: David Dillow
108M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700109L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110S: Maintained
111
1123W-XXXX ATA-RAID CONTROLLER DRIVER
113P: Adam Radford
114M: linuxraid@amcc.com
115L: linux-scsi@vger.kernel.org
116W: http://www.amcc.com
117S: Supported
118
1193W-9XXX SATA-RAID CONTROLLER DRIVER
120P: Adam Radford
121M: linuxraid@amcc.com
122L: linux-scsi@vger.kernel.org
123W: http://www.amcc.com
124S: Supported
125
12653C700 AND 53C700-66 SCSI DRIVER
127P: James E.J. Bottomley
128M: James.Bottomley@HansenPartnership.com
129L: linux-scsi@vger.kernel.org
130S: Maintained
131
1326PACK NETWORK DRIVER FOR AX.25
133P: Andreas Koensgen
134M: ajk@iehk.rwth-aachen.de
135L: linux-hams@vger.kernel.org
136S: Maintained
137
1388139CP 10/100 FAST ETHERNET DRIVER
139P: Jeff Garzik
140M: jgarzik@pobox.com
141S: Maintained
142
1438139TOO 10/100 FAST ETHERNET DRIVER
144P: Jeff Garzik
145M: jgarzik@pobox.com
146W: http://sourceforge.net/projects/gkernel/
147S: Maintained
148
1498169 10/100/1000 GIGABIT ETHERNET DRIVER
150P: Francois Romieu
151M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700152L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153S: Maintained
154
1558250/16?50 (AND CLONE UARTS) SERIAL DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156L: linux-serial@vger.kernel.org
157W: http://serial.sourceforge.net
Russell King353cefd2006-10-03 17:36:11 +0100158S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159
1608390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
161P: Paul Gortmaker
162M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700163L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164S: Maintained
165
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001669P FILE SYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +0100167P: Eric Van Hensbergen
168M: ericvh@gmail.com
169P: Ron Minnich
170M: rminnich@lanl.gov
171P: Latchesar Ionkov
172M: lucho@ionkov.net
173L: v9fs-developer@lists.sourceforge.net
174W: http://v9fs.sf.net
175T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
176S: Maintained
Eric Van Hensbergen67543e52006-03-25 03:07:29 -0800177
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178A2232 SERIAL BOARD DRIVER
179P: Enver Haase
180M: ehaase@inf.fu-berlin.de
181M: A2232@gmx.net
182L: linux-m68k@lists.linux-m68k.org
183S: Maintained
184
185AIO
186P: Benjamin LaHaise
187M: bcrl@kvack.org
188L: linux-aio@kvack.org
189S: Supported
190
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200191ABIT UGURU HARDWARE MONITOR DRIVER
192P: Hans de Goede
193M: j.w.r.degoede@hhs.nl
194L: lm-sensors@lm-sensors.org
195S: Maintained
196
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197ACENIC DRIVER
198P: Jes Sorensen
199M: jes@trained-monkey.org
200L: linux-acenic@sunsite.dk
201S: Maintained
202
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700203IPS SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205M: aacraid@adaptec.com
206L: linux-scsi@vger.kernel.org
207W: http://www.adaptec.com/
208S: Maintained
209
210DPT_I2O SCSI RAID DRIVER
211P: Adaptec OEM Raid Solutions
212M: aacraid@adaptec.com
213L: linux-scsi@vger.kernel.org
214W: http://www.adaptec.com/
215S: Maintained
216
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217AACRAID SCSI RAID DRIVER
218P: Adaptec OEM Raid Solutions
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700219M: aacraid@adaptec.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220L: linux-scsi@vger.kernel.org
Salyzyn, Marke6d1fc32007-03-29 01:20:24 -0700221W: http://www.adaptec.com/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222S: Supported
223
224ACPI
225P: Len Brown
226M: len.brown@intel.com
Len Brown8b59a452007-01-08 19:03:28 -0500227M: lenb@kernel.org
Len Brown6968e502005-12-30 00:32:49 -0500228L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800230T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Len Brown8b59a452007-01-08 19:03:28 -0500231S: Supported
232
233ACPI BATTERY DRIVERS
Len Browna4146552007-06-23 15:54:36 -0400234P: Alexey Starikovskiy
235M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500236L: linux-acpi@vger.kernel.org
237W: http://acpi.sourceforge.net/
238S: Supported
239
240ACPI EC DRIVER
241P: Alexey Starikovskiy
Len Browna4146552007-06-23 15:54:36 -0400242M: astarikovskiy@suse.de
Len Brown8b59a452007-01-08 19:03:28 -0500243L: linux-acpi@vger.kernel.org
244W: http://acpi.sourceforge.net/
245S: Supported
246
247ACPI FAN DRIVER
248P: Konstantin A. Karasyov
249M: konstantin.a.karasyov@intel.com
250L: linux-acpi@vger.kernel.org
251W: http://acpi.sourceforge.net/
252S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700254ACPI PCI HOTPLUG DRIVER
255P: Kristen Carlson Accardi
256M: kristen.c.accardi@intel.com
257L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -0500258S: Supported
259
260ACPI THERMAL DRIVER
261P: Konstantin A. Karasyov
262M: konstantin.a.karasyov@intel.com
263L: linux-acpi@vger.kernel.org
264W: http://acpi.sourceforge.net/
265S: Supported
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700266
Len Brown359acec2007-02-10 01:59:24 -0500267ACPI VIDEO DRIVER
268P: Luming Yu
269M: luming.yu@intel.com
270L: linux-acpi@vger.kernel.org
271W: http://acpi.sourceforge.net/
272S: Supported
273
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274ADM1025 HARDWARE MONITOR DRIVER
275P: Jean Delvare
276M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200277L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278S: Maintained
279
Corentin Labbecae2caa2007-02-14 21:15:04 +0100280ADM1029 HARDWARE MONITOR DRIVER
281P: Corentin Labbe
282M: corentin.labbe@geomatys.fr
283L: lm-sensors@lm-sensors.org
284S: Maintained
285
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286ADT746X FAN DRIVER
287P: Colin Leroy
288M: colin@colino.net
289S: Maintained
290
Matthew Wilcox8c6af9e2007-07-26 11:03:19 -0400291ADVANSYS SCSI DRIVER
292P: Matthew Wilcox
293M: matthew@wil.cx
294L: linux-scsi@vger.kernel.org
295S: Maintained
296
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297AEDSP16 DRIVER
298P: Riccardo Facchetti
299M: fizban@tin.it
300S: Maintained
301
302AFFS FILE SYSTEM
303P: Roman Zippel
304M: zippel@linux-m68k.org
305S: Maintained
306
307AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400308P: David Airlie
309M: airlied@linux.ie
310T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311S: Maintained
312
313AHA152X SCSI DRIVER
314P: Juergen E. Fischer
315M: Juergen Fischer <fischer@norbit.de>
316L: linux-scsi@vger.kernel.org
317S: Maintained
318
319ALCATEL SPEEDTOUCH USB DRIVER
320P: Duncan Sands
321M: duncan.sands@free.fr
322L: linux-usb-users@lists.sourceforge.net
323L: linux-usb-devel@lists.sourceforge.net
324W: http://www.linux-usb.org/SpeedTouch/
325S: Maintained
326
Pierre Ossman272f1332007-05-14 21:25:26 +0200327ALCHEMY AU1XX0 MMC DRIVER
328S: Orphan
329
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000330ALI1563 I2C DRIVER
331P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100332M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200333L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000334S: Maintained
335
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336ALPHA PORT
337P: Richard Henderson
338M: rth@twiddle.net
339S: Odd Fixes for 2.4; Maintained for 2.6.
340P: Ivan Kokshaysky
341M: ink@jurassic.park.msu.ru
342S: Maintained for 2.4; PCI support for 2.6.
343
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700344AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
345P: Thomas Dahlmann
346M: thomas.dahlmann@amd.com
347L: info-linux@geode.amd.com
348S: Supported
349
Jordan Crousef90b8112006-01-06 00:12:14 -0800350AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100351P: Jordan Crouse
352M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800353L: info-linux@geode.amd.com
354W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
355S: Supported
356
Stelian Pop284f42b2006-12-12 18:18:31 +0100357AMS (Apple Motion Sensor) DRIVER
358P: Stelian Pop
359M: stelian@popies.net
360P: Michael Hanselmann
361M: linux-kernel@hansmi.ch
362S: Supported
363
Tom Tuckerf94b5332006-09-22 15:22:48 -0700364AMSO1100 RNIC DRIVER
365P: Tom Tucker
366M: tom@opengridcomputing.com
367P: Steve Wise
368M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700369L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700370S: Maintained
371
Johannes Berg42269062006-07-25 16:15:50 +0200372AOA (Apple Onboard Audio) ALSA DRIVER
373P: Johannes Berg
374M: johannes@sipsolutions.net
375L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200376L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200377S: Maintained
378
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379APM DRIVER
380P: Stephen Rothwell
381M: sfr@canb.auug.org.au
382L: linux-laptop@vger.kernel.org
383W: http://www.canb.auug.org.au/~sfr/
384S: Supported
385
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700386APPLE SMC DRIVER
387P: Nicolas Boichat
388M: nicolas@boichat.ch
389L: mactel-linux-devel@lists.sourceforge.net
390S: Maintained
391
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392APPLETALK NETWORK LAYER
393P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300394M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395S: Maintained
396
Jaya Kumar1154ea72005-06-21 17:17:04 -0700397ARC FRAMEBUFFER DRIVER
398P: Jaya Kumar
399M: jayalk@intworks.biz
400S: Maintained
401
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402ARM MFM AND FLOPPY DRIVERS
403P: Ian Molton
404M: spyro@f2s.com
405S: Maintained
406
Russell King2761f5c2007-05-24 06:56:08 +0200407ARM PRIMECELL MMCI PL180/1 DRIVER
408P: Russell King
409M: rmk@arm.linux.org.uk
410L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
411S: Maintained
412
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800413ARM/ADI ROADRUNNER MACHINE SUPPORT
414P: Lennert Buytenhek
415M: kernel@wantstofly.org
416L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
417S: Maintained
418
419ARM/ADS SPHERE MACHINE SUPPORT
420P: Lennert Buytenhek
421M: kernel@wantstofly.org
422L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
423S: Maintained
424
425ARM/AJECO 1ARM MACHINE SUPPORT
426P: Lennert Buytenhek
427M: kernel@wantstofly.org
428L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
429S: Maintained
430
Andrew Victord4a89c72006-12-04 13:56:21 +0100431ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
432P: Andrew Victor
433M: andrew@sanpeople.com
434L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
435W: http://maxim.org.za/at91_26.html
436S: Maintained
437
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800438ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
439P: Lennert Buytenhek
440M: kernel@wantstofly.org
441L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
442S: Maintained
443
444ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
445P: Lennert Buytenhek
446M: kernel@wantstofly.org
447L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
448S: Maintained
449
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450ARM/CORGI MACHINE SUPPORT
451P: Richard Purdie
452M: rpurdie@rpsys.net
453S: Maintained
454
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800455ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
456P: Lennert Buytenhek
457M: kernel@wantstofly.org
458L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
459S: Maintained
460
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100461ARM/HP JORNADA 7XX MACHINE SUPPORT
462P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100463M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100464W: www.jlime.com
465S: Maintained
466
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800467ARM/INTEL IOP32X ARM ARCHITECTURE
468P: Lennert Buytenhek
469M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100470P: Dan Williams
471M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100473S: Supported
474
475ARM/INTEL IOP33X ARM ARCHITECTURE
476P: Dan Williams
477M: dan.j.williams@intel.com
478L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
479S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800480
481ARM/INTEL IOP13XX ARM ARCHITECTURE
482P: Lennert Buytenhek
483M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100484P: Dan Williams
485M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100487S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800488
489ARM/INTEL IQ81342EX MACHINE SUPPORT
490P: Lennert Buytenhek
491M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100492P: Dan Williams
493M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800494L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100495S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800496
497ARM/INTEL IXP2000 ARM ARCHITECTURE
498P: Lennert Buytenhek
499M: kernel@wantstofly.org
500L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
501S: Maintained
502
503ARM/INTEL IXDP2850 MACHINE SUPPORT
504P: Lennert Buytenhek
505M: kernel@wantstofly.org
506L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
507S: Maintained
508
509ARM/INTEL IXP23XX ARM ARCHITECTURE
510P: Lennert Buytenhek
511M: kernel@wantstofly.org
512L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
513S: Maintained
514
515ARM/INTEL XSC3 (MANZANO) ARM CORE
516P: Lennert Buytenhek
517M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100518P: Dan Williams
519M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100521S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800522
523ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
529ARM/LOGICPD PXA270 MACHINE SUPPORT
530P: Lennert Buytenhek
531M: kernel@wantstofly.org
532L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
533S: Maintained
534
Dirk Opfer8459c152005-11-06 14:27:52 +0000535ARM/TOSA MACHINE SUPPORT
536P: Dirk Opfer
537M: dirk@opfer-online.de
538S: Maintained
539
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540ARM/PLEB SUPPORT
541P: Peter Chubb
542M: pleb@gelato.unsw.edu.au
543W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
544S: Maintained
545
546ARM/PT DIGITAL BOARD PORT
547P: Stefan Eletzhofer
548M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700549L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550W: http://www.arm.linux.org.uk/
551S: Maintained
552
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800553ARM/RADISYS ENP2611 MACHINE SUPPORT
554P: Lennert Buytenhek
555M: kernel@wantstofly.org
556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
557S: Maintained
558
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559ARM/SHARK MACHINE SUPPORT
560P: Alexander Schulz
561M: alex@shark-linux.de
562W: http://www.shark-linux.de/shark.html
563S: Maintained
564
565ARM/STRONGARM110 PORT
566P: Russell King
567M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569W: http://www.arm.linux.org.uk/
570S: Maintained
571
572ARM/S3C2410 ARM ARCHITECTURE
573P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800574M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700575L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576W: http://www.fluff.org/ben/linux/
577S: Maintained
578
579ARM/S3C2440 ARM ARCHITECTURE
580P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800581M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583W: http://www.fluff.org/ben/linux/
584S: Maintained
585
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800586ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
587P: Lennert Buytenhek
588M: kernel@wantstofly.org
589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
590S: Maintained
591
592ARM/THECUS N2100 MACHINE SUPPORT
593P: Lennert Buytenhek
594M: kernel@wantstofly.org
595L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
596S: Maintained
597
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598ARPD SUPPORT
599P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700600L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601S: Maintained
602
603ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500604P: Corentin Chary
605M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606P: Karol Kozimor
607M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608L: acpi4asus-user@lists.sourceforge.net
609W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500610W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611S: Maintained
612
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400613ASUS ASB100 HARDWARE MONITOR DRIVER
614P: Mark M. Hoffman
615M: mhoffman@lightlink.com
616L: lm-sensors@lm-sensors.org
617S: Maintained
618
Corentin Chary85091b72007-01-26 14:04:30 +0100619ASUS LAPTOP EXTRAS DRIVER
620P: Corentin Chary
621M: corentincj@iksaif.net
622L: acpi4asus-user@lists.sourceforge.net
623W: http://sourceforge.net/projects/acpi4asus
624W: http://xf.iksaif.net/acpi4asus
625S: Maintained
626
Dan Williamsb3e5f262007-08-07 10:26:35 -0700627ASYNCHRONOUS TRANSFERS/TRANSFORMS API
628P: Dan Williams
629M: dan.j.williams@intel.com
630P: Shannon Nelson
631M: shannon.nelson@intel.com
632L: linux-kernel@vger.kernel.org
633W: http://sourceforge.net/projects/xscaleiop
634S: Supported
635
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636ATA OVER ETHERNET DRIVER
637P: Ed L. Cashin
638M: ecashin@coraid.com
639W: http://www.coraid.com/support/linux
640S: Supported
641
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600642ATL1 ETHERNET DRIVER
643P: Jay Cliburn
644M: jcliburn@gmail.com
645P: Chris Snook
646M: csnook@redhat.com
647L: atl1-devel@lists.sourceforge.net
648W: http://sourceforge.net/projects/atl1
649W: http://atl1.sourceforge.net
650S: Maintained
651
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652ATM
653P: Chas Williams
654M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700655L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656W: http://linux-atm.sourceforge.net
657S: Maintained
658
Pierre Ossman272f1332007-05-14 21:25:26 +0200659ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200660P: Nicolas Ferre
661M: nicolas.ferre@rfo.atmel.com
662L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
663W: http://www.atmel.com/products/AT91/
664W: http://www.at91.com/
665S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200666
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100667ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100668P: Haavard Skinnemoen
669M: hskinnemoen@atmel.com
670S: Supported
671
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800672ATMEL SPI DRIVER
673P: Haavard Skinnemoen
674M: hskinnemoen@atmel.com
675S: Supported
676
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677ATMEL WIRELESS DRIVER
678P: Simon Kelley
679M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700680L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681W: http://www.thekelleys.org.uk/atmel
682W: http://atmelwlandriver.sourceforge.net/
683S: Maintained
684
Chris Wrighta92b7b82005-07-07 18:12:23 -0700685AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100686P: David Woodhouse
687M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700688L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100689W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800690T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700691S: Maintained
692
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800693AUXILIARY DISPLAY DRIVERS
694P: Miguel Ojeda Sandonis
695M: maxextreme@gmail.com
696L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700697W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800698S: Maintained
699
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700700AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700701P: Haavard Skinnemoen
702M: hskinnemoen@atmel.com
703W: http://www.atmel.com/products/AVR32/
704W: http://avr32linux.org/
705W: http://avrfreaks.net/
706S: Supported
707
708AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700709P: Haavard Skinnemoen
710M: hskinnemoen@atmel.com
711S: Supported
712
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713AX.25 NETWORK LAYER
714P: Ralf Baechle
715M: ralf@linux-mips.org
716L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200717W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718S: Maintained
719
Richard Purdie300abeb2007-02-07 22:21:07 +0000720BACKLIGHT CLASS/SUBSYSTEM
721P: Richard Purdie
722M: rpurdie@rpsys.net
723S: Maintained
724
Bryan Wu1394f032007-05-06 14:50:22 -0700725BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800726P: Aubrey Li
727M: aubrey.li@analog.com
728P: Bernd Schmidt
729M: bernd.schmidt@analog.com
730P: Bryan Wu
731M: bryan.wu@analog.com
732P: Grace Pan
733M: grace.pan@analog.com
734P: Marc Hoffman
735M: marc.hoffman@analog.com
736P: Michael Hennerich
737M: michael.hennerich@analog.com
738P: Mike Frysinger
739M: michael.frysinger@analog.com
740P: Jerry Zeng
741M: jerry.zeng@analog.com
742P: Jie Zhang
743M: jie.zhang@analog.com
744P: Robin Getz
745M: robin.getz@analog.com
746P: Roy Huang
747M: roy.huang@analog.com
748P: Sonic Zhang
749M: sonic.zhang@analog.com
750P: Vivi Li
751M: vivi.li@analog.com
752P: Yi Li
753M: yi.li@analog.com
754L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
755W: http://blackfin.uclinux.org
756S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700757
Bryan Wue190d6b2007-07-17 14:43:44 +0800758BLACKFIN EMAC DRIVER
759P: Bryan Wu
760M: bryan.wu@analog.com
761L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
762W: http://blackfin.uclinux.org
763S: Supported
764
Mike Frysinger566da5b2007-06-11 15:31:30 +0800765BLACKFIN RTC 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
Bryan Wu1394f032007-05-06 14:50:22 -0700773BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800774P: Aubrey Li
775M: aubrey.li@analog.com
776L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
777W: http://blackfin.uclinux.org
778S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700779
Bryan Wu1e6d3202007-07-15 02:50:02 +0800780BLACKFIN WATCHDOG DRIVER
781P: Mike Frysinger
782M: michael.frysinger@analog.com
783M: vapier.adi@gmail.com
784L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
785W: http://blackfin.uclinux.org
786S: Supported
787
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788BAYCOM/HDLCDRV DRIVERS FOR AX.25
789P: Thomas Sailer
790M: t.sailer@alumni.ethz.ch
791L: linux-hams@vger.kernel.org
792W: http://www.baycom.org/~tom/ham/ham.html
793S: Maintained
794
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200795BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
796P: Larry Finger
797M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200798P: Stefano Brivio
799M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700800L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200801W: http://bcm43xx.berlios.de/
802S: Maintained
803
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804BEFS FILE SYSTEM
805P: Sergey S. Kostyliov
806M: rathamahata@php4.ru
807L: linux-kernel@vger.kernel.org
808S: Maintained
809
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810BFS FILE SYSTEM
811P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800812M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813L: linux-kernel@vger.kernel.org
814S: Maintained
815
Bryan Wud24ecfc2007-05-01 23:26:32 +0200816BLACKFIN I2C TWI DRIVER
817P: Sonic Zhang
818M: sonic.zhang@analog.com
819L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
820W: http://blackfin.uclinux.org/
821S: Supported
822
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823BLOCK LAYER
824P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200825M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800827T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828S: Maintained
829
830BLUETOOTH SUBSYSTEM
831P: Marcel Holtmann
832M: marcel@holtmann.org
833P: Maxim Krasnyansky
834M: maxk@qualcomm.com
835L: bluez-devel@lists.sf.net
836W: http://bluez.sf.net
837W: http://www.bluez.org
838W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800839T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840S: Maintained
841
842BLUETOOTH RFCOMM LAYER
843P: Marcel Holtmann
844M: marcel@holtmann.org
845P: Maxim Krasnyansky
846M: maxk@qualcomm.com
847S: Maintained
848
849BLUETOOTH BNEP LAYER
850P: Marcel Holtmann
851M: marcel@holtmann.org
852P: Maxim Krasnyansky
853M: maxk@qualcomm.com
854S: Maintained
855
856BLUETOOTH CMTP LAYER
857P: Marcel Holtmann
858M: marcel@holtmann.org
859S: Maintained
860
861BLUETOOTH HIDP LAYER
862P: Marcel Holtmann
863M: marcel@holtmann.org
864S: Maintained
865
866BLUETOOTH HCI UART DRIVER
867P: Marcel Holtmann
868M: marcel@holtmann.org
869P: Maxim Krasnyansky
870M: maxk@qualcomm.com
871S: Maintained
872
873BLUETOOTH HCI USB DRIVER
874P: Marcel Holtmann
875M: marcel@holtmann.org
876P: Maxim Krasnyansky
877M: maxk@qualcomm.com
878S: Maintained
879
880BLUETOOTH HCI BCM203X DRIVER
881P: Marcel Holtmann
882M: marcel@holtmann.org
883S: Maintained
884
885BLUETOOTH HCI BPA10X DRIVER
886P: Marcel Holtmann
887M: marcel@holtmann.org
888S: Maintained
889
890BLUETOOTH HCI BFUSB DRIVER
891P: Marcel Holtmann
892M: marcel@holtmann.org
893S: Maintained
894
895BLUETOOTH HCI DTL1 DRIVER
896P: Marcel Holtmann
897M: marcel@holtmann.org
898S: Maintained
899
900BLUETOOTH HCI BLUECARD DRIVER
901P: Marcel Holtmann
902M: marcel@holtmann.org
903S: Maintained
904
905BLUETOOTH HCI BT3C DRIVER
906P: Marcel Holtmann
907M: marcel@holtmann.org
908S: Maintained
909
910BLUETOOTH HCI BTUART DRIVER
911P: Marcel Holtmann
912M: marcel@holtmann.org
913S: Maintained
914
915BLUETOOTH HCI VHCI DRIVER
916P: Maxim Krasnyansky
917M: maxk@qualcomm.com
918S: Maintained
919
920BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100921P: Chad Tindel
922M: ctindel@users.sourceforge.net
923P: Jay Vosburgh
924M: fubar@us.ibm.com
925L: bonding-devel@lists.sourceforge.net
926W: http://sourceforge.net/projects/bonding/
927S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000929BROADBAND PROCESSOR ARCHITECTURE
930P: Arnd Bergmann
931M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100932L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400933W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000934S: Supported
935
Gary Zambrano39105892006-06-22 17:26:20 -0700936BROADCOM B44 10/100 ETHERNET DRIVER
937P: Gary Zambrano
938M: zambrano@broadcom.com
939L: netdev@vger.kernel.org
940S: Supported
941
Michael Chan948c51e2006-06-04 02:51:39 -0700942BROADCOM BNX2 GIGABIT ETHERNET DRIVER
943P: Michael Chan
944M: mchan@broadcom.com
945L: netdev@vger.kernel.org
946S: Supported
947
948BROADCOM TG3 GIGABIT ETHERNET DRIVER
949P: Michael Chan
950M: mchan@broadcom.com
951L: netdev@vger.kernel.org
952S: Supported
953
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200954BSG (block layer generic sg v4 driver)
955P: FUJITA Tomonori
956M: fujita.tomonori@lab.ntt.co.jp
957L: linux-scsi@vger.kernel.org
958S: Supported
959
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700961P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200962M: mchehab@infradead.org
963M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700965W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200966T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700967S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968
Jonathan Corbet77d51402007-03-22 19:44:17 -0300969CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
970P: Jonathan Corbet
971M: corbet@lwn.net
972L: video4linux-list@redhat.com
973S: Maintained
974
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200975CALGARY x86-64 IOMMU
976P: Muli Ben-Yehuda
977M: muli@il.ibm.com
978P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200979M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200980L: linux-kernel@vger.kernel.org
981L: discuss@x86-64.org
982S: Maintained
983
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800984CFAG12864B LCD DRIVER
985P: Miguel Ojeda Sandonis
986M: maxextreme@gmail.com
987L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700988W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800989S: Maintained
990
991CFAG12864BFB LCD FRAMEBUFFER DRIVER
992P: Miguel Ojeda Sandonis
993M: maxextreme@gmail.com
994L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700995W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800996S: Maintained
997
Johannes Berg704232c2007-04-23 12:20:05 -0700998CFG80211 and NL80211
999P: Johannes Berg
1000M: johannes@sipsolutions.net
1001L: linux-wireless@vger.kernel.org
1002S: Maintained
1003
Andy Whitcroft0a920b52007-06-01 00:46:48 -07001004CHECKPATCH
1005P: Andy Whitcroft
1006M: apw@shadowen.org
1007P: Randy Dunlap
1008M: rdunlap@xenotime.net
1009P: Joel Schopp
1010M: jschopp@austin.ibm.com
1011S: Supported
1012
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013COMMON INTERNET FILE SYSTEM (CIFS)
1014P: Steve French
1015M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001016L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017L: samba-technical@lists.samba.org
1018W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -08001019T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001020S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021
Joel Becker7063fbf2005-12-15 14:29:43 -08001022CONFIGFS
1023P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001024M: joel.becker@oracle.com
1025L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001026S: Supported
1027
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001028CIRRUS LOGIC EP93XX ETHERNET DRIVER
1029P: Lennert Buytenhek
1030M: kernel@wantstofly.org
1031L: netdev@vger.kernel.org
1032S: Maintained
1033
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034CIRRUS LOGIC GENERIC FBDEV DRIVER
1035P: Jeff Garzik
1036M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001037L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038S: Odd Fixes
1039
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001040CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1041P: Lennert Buytenhek
1042M: kernel@wantstofly.org
1043L: linux-usb-devel@lists.sourceforge.net
1044S: Maintained
1045
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1047P: Cirrus Logic Corporation (kernel 2.2 driver)
1048M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1049P: Nils Faerber (port to kernel 2.4)
1050M: Nils Faerber <nils@kernelconcepts.de>
1051S: Maintained
1052
1053CODA FILE SYSTEM
1054P: Jan Harkes
1055M: jaharkes@cs.cmu.edu
1056M: coda@cs.cmu.edu
1057L: codalist@coda.cs.cmu.edu
1058W: http://www.coda.cs.cmu.edu/
1059S: Maintained
1060
1061COMPACTPCI HOTPLUG CORE
1062P: Scott Murray
1063M: scottm@somanetworks.com
1064M: scott@spiteful.org
1065L: pcihpd-discuss@lists.sourceforge.net
1066S: Supported
1067
1068COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1069P: Scott Murray
1070M: scottm@somanetworks.com
1071M: scott@spiteful.org
1072L: pcihpd-discuss@lists.sourceforge.net
1073S: Supported
1074
1075COMPACTPCI HOTPLUG GENERIC DRIVER
1076P: Scott Murray
1077M: scottm@somanetworks.com
1078M: scott@spiteful.org
1079L: pcihpd-discuss@lists.sourceforge.net
1080S: Supported
1081
1082COMPUTONE INTELLIPORT MULTIPORT CARD
1083P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001084M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001086S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087
Simon Arlott949be0f2007-03-06 02:47:46 -08001088CONEXANT ACCESSRUNNER USB DRIVER
1089P: Simon Arlott
1090M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001091L: accessrunner-general@lists.sourceforge.net
1092W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001093S: Maintained
1094
Rudolf Marekbebe4672007-05-08 17:22:02 +02001095CORETEMP HARDWARE MONITORING DRIVER
1096P: Rudolf Marek
1097M: r.marek@assembler.cz
1098L: lm-sensors@lm-sensors.org
1099S: Maintained
1100
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101COSA/SRP SYNC SERIAL DRIVER
1102P: Jan "Yenya" Kasprzak
1103M: kas@fi.muni.cz
1104W: http://www.fi.muni.cz/~kas/cosa/
1105S: Maintained
1106
1107CPU FREQUENCY DRIVERS
1108P: Dave Jones
1109M: davej@codemonkey.org.uk
1110L: cpufreq@lists.linux.org.uk
1111W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001112T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113S: Maintained
1114
1115CPUID/MSR DRIVER
1116P: H. Peter Anvin
1117M: hpa@zytor.com
1118S: Maintained
1119
Paul Jacksoned90fb42005-09-27 21:45:37 -07001120CPUSETS
1121P: Paul Jackson
1122P: Simon Derr
1123M: pj@sgi.com
1124M: simon.derr@bull.net
1125L: linux-kernel@vger.kernel.org
1126W: http://www.bullopensource.org/cpuset/
1127S: Supported
1128
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001130W: http://sourceforge.net/projects/cramfs/
1131S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132
1133CRIS PORT
1134P: Mikael Starvik
1135M: starvik@axis.com
1136L: dev-etrax@axis.com
1137W: http://developer.axis.com
1138S: Maintained
1139
1140CRYPTO API
1141P: Herbert Xu
1142M: herbert@gondor.apana.org.au
1143P: David S. Miller
1144M: davem@davemloft.net
1145L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001146T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147S: Maintained
1148
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001149CS5535 Audio ALSA driver
1150P: Jaya Kumar
1151M: jayakumar.alsa@gmail.com
1152S: Maintained
1153
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154CYBERPRO FB DRIVER
1155P: Russell King
1156M: rmk@arm.linux.org.uk
1157W: http://www.arm.linux.org.uk/
1158S: Maintained
1159
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001160CYBLAFB FRAMEBUFFER DRIVER
1161P: Knut Petersen
1162M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001163L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001164S: Maintained
1165
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166CYCLADES 2X SYNC CARD DRIVER
1167P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001168M: acme@ghostprotocols.net
1169W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170S: Maintained
1171
1172CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001174S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175
1176CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001178S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180DAMA SLAVE for AX.25
1181P: Joerg Reuter
1182M: jreuter@yaina.de
1183W: http://yaina.de/jreuter/
1184W: http://www.qsl.net/dl1bke/
1185L: linux-hams@vger.kernel.org
1186S: Maintained
1187
1188DC395x SCSI driver
1189P: Oliver Neukum
1190M: oliver@neukum.name
1191P: Ali Akcaagac
1192M: aliakc@web.de
1193P: Jamie Lenehan
1194M: lenehan@twibble.org
1195W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001196L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197L: http://lists.twibble.org/mailman/listinfo/dc395x/
1198S: Maintained
1199
1200DC390/AM53C974 SCSI driver
1201P: Kurt Garloff
1202M: garloff@suse.de
1203W: http://www.garloff.de/kurt/linux/dc390/
1204P: Guennadi Liakhovetski
1205M: g.liakhovetski@gmx.de
1206S: Maintained
1207
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001208DCCP PROTOCOL
1209P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001210M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001211L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001212W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001213S: Maintained
1214
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215DECnet NETWORK LAYER
1216P: Patrick Caulfield
1217M: patrick@tykepenguin.com
1218W: http://linux-decnet.sourceforge.net
1219L: linux-decnet-user@lists.sourceforge.net
1220S: Maintained
1221
1222DEFXX FDDI NETWORK DRIVER
1223P: Maciej W. Rozycki
1224M: macro@linux-mips.org
1225S: Maintained
1226
1227DELL LAPTOP SMM DRIVER
1228P: Massimo Dal Zotto
1229M: dz@debian.org
1230W: http://www.debian.org/~dz/i8k/
1231S: Maintained
1232
Doug Warzecha90563ec2005-09-06 15:17:15 -07001233DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1234P: Doug Warzecha
1235M: Douglas_Warzecha@dell.com
1236S: Maintained
1237
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001238DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239P: Alasdair Kergon
1240L: dm-devel@redhat.com
1241W: http://sources.redhat.com/dm
1242S: Maintained
1243
1244DEVICE NUMBER REGISTRY
1245P: Torben Mathiasen
1246M: device@lanana.org
1247W: http://lanana.org/docs/device-list/index.html
1248L: linux-kernel@vger.kernel.org
1249S: Maintained
1250
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251DIGI INTL. EPCA DRIVER
1252P: Digi International, Inc
1253M: Eng.Linux@digi.com
1254L: Eng.Linux@digi.com
1255W: http://www.digi.com
1256S: Orphaned
1257
1258DIGI RIGHTSWITCH NETWORK DRIVER
1259P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001260L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261W: http://www.digi.com
1262S: Orphaned
1263
1264DIRECTORY NOTIFICATION
1265P: Stephen Rothwell
1266M: sfr@canb.auug.org.au
1267L: linux-kernel@vger.kernel.org
1268S: Supported
1269
1270DISK GEOMETRY AND PARTITION HANDLING
1271P: Andries Brouwer
1272M: aeb@cwi.nl
1273W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1274W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1275W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1276S: Maintained
1277
1278DISKQUOTA:
1279P: Jan Kara
1280M: jack@suse.cz
1281L: linux-kernel@vger.kernel.org
1282S: Maintained
1283
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001284DISTRIBUTED LOCK MANAGER
1285P: Patrick Caulfield
1286M: pcaulfie@redhat.com
1287P: David Teigland
1288M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001289L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001290W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001291T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1292T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001293S: Supported
1294
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1296P: Tobias Ringstrom
1297M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001298L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299S: Maintained
1300
Dan Williamsb3e5f262007-08-07 10:26:35 -07001301DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001302P: Shannon Nelson
1303M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001304P: Dan Williams
1305M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001306L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001307S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001308
Juerg Haefligerb8250372007-06-09 10:11:16 -04001309DME1737 HARDWARE MONITOR DRIVER
1310P: Juerg Haefliger
1311M: juergh@gmail.com
1312L: lm-sensors@lm-sensors.org
1313S: Maintained
1314
Martin Waitzba483d52005-06-17 13:20:59 -07001315DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001316P: Randy Dunlap
1317M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001318S: Maintained
1319
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001320DOCKING STATION DRIVER
1321P: Kristen Carlson Accardi
1322M: kristen.c.accardi@intel.com
1323L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001324S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001325
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326DOUBLETALK DRIVER
1327P: James R. Van Zandt
1328M: jrv@vanzandt.mv.com
1329L: blinux-list@redhat.com
1330S: Maintained
1331
1332DRIVER CORE, KOBJECTS, AND SYSFS
1333P: Greg Kroah-Hartman
1334M: gregkh@suse.de
1335L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001336T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337S: Supported
1338
1339DRM DRIVERS
1340P: David Airlie
1341M: airlied@linux.ie
1342L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001343T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344S: Maintained
1345
1346DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001347P: Francois Romieu
1348M: romieu@fr.zoreil.com
1349L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350S: Maintained
1351
1352DVB SUBSYSTEM AND DRIVERS
1353P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001354M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001356W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001357T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001358S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359
1360EATA-DMA SCSI DRIVER
1361P: Michael Neuffer
1362L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1363S: Maintained
1364
1365EATA ISA/EISA/PCI SCSI DRIVER
1366P: Dario Ballabio
1367M: ballabio_dario@emc.com
1368L: linux-scsi@vger.kernel.org
1369S: Maintained
1370
1371EATA-PIO SCSI DRIVER
1372P: Michael Neuffer
1373M: mike@i-Connect.Net
1374L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1375S: Maintained
1376
1377EBTABLES
1378P: Bart De Schuymer
1379M: bart.de.schuymer@pandora.be
1380L: ebtables-user@lists.sourceforge.net
1381L: ebtables-devel@lists.sourceforge.net
1382W: http://ebtables.sourceforge.net/
1383S: Maintained
1384
Michael Halcrow237fead2006-10-04 02:16:22 -07001385ECRYPT FILE SYSTEM
1386P: Mike Halcrow, Phillip Hellewell
1387M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1388L: ecryptfs-devel@lists.sourceforge.net
1389W: http://ecryptfs.sourceforge.net/
1390S: Supported
1391
Alan Coxda9bb1d2006-01-18 17:44:13 -08001392EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001393P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001394M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001395L: bluesmoke-devel@lists.sourceforge.net
1396W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001397S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001398
1399EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001400P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001401P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001402M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001403M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001404L: bluesmoke-devel@lists.sourceforge.net
1405W: bluesmoke.sourceforge.net
1406S: Maintained
1407
1408EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001409P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001410M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001411L: bluesmoke-devel@lists.sourceforge.net
1412W: bluesmoke.sourceforge.net
1413S: Maintained
1414
Douglas Thompson6bc78402007-07-19 01:50:12 -07001415EDAC-I82443BXGX
1416P: Tim Small
1417M: tim@buttersideup.com
1418L: bluesmoke-devel@lists.sourceforge.net
1419W: bluesmoke.sourceforge.net
1420S: Maintained
1421
1422EDAC-I3000
1423P: Jason Uhlenkott
1424M: juhlenko@akamai.com
1425L: bluesmoke-devel@lists.sourceforge.net
1426W: bluesmoke.sourceforge.net
1427S: Maintained
1428
1429EDAC-I5000
1430P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001431M: dougthompson@xmission.com
1432L: bluesmoke-devel@lists.sourceforge.net
1433W: bluesmoke.sourceforge.net
1434S: Maintained
1435
1436EDAC-I82975X
1437P: Ranganathan Desikan
1438P: Arvind R.
1439M: rdesikan@jetzbroadband.com
1440M: arvind@acarlab.com
1441L: bluesmoke-devel@lists.sourceforge.net
1442W: bluesmoke.sourceforge.net
1443S: Maintained
1444
1445EDAC-PASEMI
1446P: Egor Martovetsky
1447M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001448L: bluesmoke-devel@lists.sourceforge.net
1449W: bluesmoke.sourceforge.net
1450S: Maintained
1451
Dave Peterson0e438e32006-03-26 01:38:55 -08001452EDAC-R82600
1453P: Tim Small
1454M: tim@buttersideup.com
1455L: bluesmoke-devel@lists.sourceforge.net
1456W: bluesmoke.sourceforge.net
1457S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001458
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459EEPRO100 NETWORK DRIVER
1460P: Andrey V. Savochkin
1461M: saw@saw.sw.com.sg
1462S: Maintained
1463
Josh Triplett0bee8d22006-07-30 03:03:58 -07001464EFS FILESYSTEM
1465W: http://aeschi.ch.eu.org/efs/
1466S: Orphan
1467
Heiko J Schickfab97222006-09-22 15:22:22 -07001468EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1469P: Hoang-Nam Nguyen
1470M: hnguyen@de.ibm.com
1471P: Christoph Raisch
1472M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001473L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001474S: Supported
1475
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001476EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001477P: James Smart
1478M: james.smart@emulex.com
1479L: linux-scsi@vger.kernel.org
1480W: http://sourceforge.net/projects/lpfcxxxx
1481S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001482
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483EPSON 1355 FRAMEBUFFER DRIVER
1484P: Christopher Hoover
1485M: ch@murgatroid.com, ch@hpl.hp.com
1486S: Maintained
1487
1488ETHEREXPRESS-16 NETWORK DRIVER
1489P: Philip Blundell
1490M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001491L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492S: Maintained
1493
1494ETHERNET BRIDGE
1495P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001496M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001497L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498W: http://bridge.sourceforge.net/
1499S: Maintained
1500
1501ETHERTEAM 16I DRIVER
1502P: Mika Kuoppala
1503M: miku@iki.fi
1504S: Maintained
1505
1506EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001507L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508S: Maintained
1509
1510EXT3 FILE SYSTEM
1511P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001512M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001513L: linux-ext4@vger.kernel.org
1514S: Maintained
1515
1516EXT4 FILE SYSTEM
1517P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001518M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001519L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520S: Maintained
1521
Jean Delvaree53004e2006-01-09 23:26:14 +01001522F71805F HARDWARE MONITORING DRIVER
1523P: Jean Delvare
1524M: khali@linux-fr.org
1525L: lm-sensors@lm-sensors.org
1526S: Maintained
1527
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528FARSYNC SYNCHRONOUS DRIVER
1529P: Kevin Curtis
1530M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531W: http://www.farsite.co.uk/
1532S: Supported
1533
Akinobu Mitac5408b82007-04-23 14:41:20 -07001534FAULT INJECTION SUPPORT
1535P: Akinobu Mita
1536M: akinobu.mita@gmail.com
1537S: Supported
1538
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539FRAMEBUFFER LAYER
1540P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001541M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001542L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543W: http://linux-fbdev.sourceforge.net/
1544S: Maintained
1545
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001546FREESCALE SOC FS_ENET DRIVER
1547P: Pantelis Antoniou
1548M: pantelis.antoniou@gmail.com
1549P: Vitaly Bordug
1550M: vbordug@ru.mvista.com
1551L: linuxppc-embedded@ozlabs.org
1552L: netdev@vger.kernel.org
1553S: Maintained
1554
Li Yanga7205b32007-04-23 10:38:18 -07001555FREESCALE HIGHSPEED USB DEVICE DRIVER
1556P: Li Yang
1557M: leoli@freescale.com
1558L: linux-usb-devel@lists.sourceforge.net
1559L: linuxppc-embedded@ozlabs.org
1560S: Maintained
1561
Li Yangbeaf53b2007-05-25 13:54:02 +08001562FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1563P: Li Yang
1564M: leoli@freescale.com
1565L: netdev@vger.kernel.org
1566L: linuxppc-embedded@ozlabs.org
1567S: Maintained
1568
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569FILE LOCKING (flock() and fcntl()/lockf())
1570P: Matthew Wilcox
1571M: matthew@wil.cx
1572L: linux-fsdevel@vger.kernel.org
1573S: Maintained
1574
1575FILESYSTEMS (VFS and infrastructure)
1576P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001577M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578S: Maintained
1579
Stefan Richterb3274472007-05-30 20:44:52 -04001580FIREWIRE SUBSYSTEM
1581P: Kristian Hoegsberg, Stefan Richter
1582M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1583L: linux1394-devel@lists.sourceforge.net
1584W: http://www.linux1394.org/
1585T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1586S: Maintained
1587
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588FIRMWARE LOADER (request_firmware)
1589L: linux-kernel@vger.kernel.org
1590S: Orphan
1591
1592FPU EMULATOR
1593P: Bill Metzenthen
1594M: billm@suburbia.net
1595W: http://suburbia.net/~billm/floating-point/emulator/
1596S: Maintained
1597
1598FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1599P: Mike McLagan
1600M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001601L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602S: Maintained
1603
1604FREEVXFS FILESYSTEM
1605P: Christoph Hellwig
1606M: hch@infradead.org
1607W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1608S: Maintained
1609
David Howells5ab7ffe2007-04-10 15:10:45 +01001610FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611P: David Howells
1612M: dhowells@redhat.com
1613S: Maintained
1614
Miklos Szeredi04578f12005-09-09 13:10:22 -07001615FUSE: FILESYSTEM IN USERSPACE
1616P: Miklos Szeredi
1617M: miklos@szeredi.hu
1618L: fuse-devel@lists.sourceforge.net
1619W: http://fuse.sourceforge.net/
1620S: Maintained
1621
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1623P: Rik Faith
1624M: faith@cs.unc.edu
1625L: linux-scsi@vger.kernel.org
1626S: Odd fixes (e.g., new signatures)
1627
1628GDT SCSI DISK ARRAY CONTROLLER DRIVER
1629P: Achim Leubner
1630M: achim_leubner@adaptec.com
1631L: linux-scsi@vger.kernel.org
1632W: http://www.icp-vortex.com/
1633S: Supported
1634
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001635GENERIC GPIO I2C DRIVER
1636P: Haavard Skinnemoen
1637M: hskinnemoen@atmel.com
1638S: Supported
1639
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1641P: Krzysztof Halasa
1642M: khc@pm.waw.pl
1643W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1644S: Maintained
1645
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001646GFS2 FILE SYSTEM
1647P: Steven Whitehouse
1648M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001649L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001650W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001651T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1652T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001653S: Supported
1654
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001655GIGASET ISDN DRIVERS
1656P: Hansjoerg Lipp
1657M: hjlipp@web.de
1658P: Tilman Schmidt
1659M: tilman@imap.cc
1660L: gigaset307x-common@lists.sourceforge.net
1661W: http://gigaset307x.sourceforge.net/
1662S: Maintained
1663
Jean Delvare5b543962005-08-15 19:51:02 +02001664HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001665P: Mark M. Hoffman
1666M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001667L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001668W: http://www.lm-sensors.org/
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001669T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git
Jean Delvare5b543962005-08-15 19:51:02 +02001670S: Maintained
1671
Michael Buesch844dd052006-06-26 00:24:59 -07001672HARDWARE RANDOM NUMBER GENERATOR CORE
1673P: Michael Buesch
1674M: mb@bu3sch.de
1675S: Maintained
1676
Robert Love860e1d62005-08-31 23:57:59 -04001677HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1678P: Robert Love
1679M: rlove@rlove.org
1680M: linux-kernel@vger.kernel.org
1681W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1682S: Maintained
1683
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684HARMONY SOUND DRIVER
1685P: Kyle McMartin
1686M: kyle@parisc-linux.org
1687W: http://www.parisc-linux.org/~kyle/harmony/
1688L: parisc-linux@lists.parisc-linux.org
1689S: Maintained
1690
1691HAYES ESP SERIAL DRIVER
1692P: Andrew J. Robinson
1693M: arobinso@nyx.net
1694L: linux-kernel@vger.kernel.org
1695W: http://www.nyx.net/~arobinso
1696S: Maintained
1697
1698HFS FILESYSTEM
1699P: Roman Zippel
1700M: zippel@linux-m68k.org
1701L: linux-kernel@vger.kernel.org
1702S: Maintained
1703
1704HGA FRAMEBUFFER DRIVER
1705P: Ferenc Bakonyi
1706M: fero@drama.obuda.kando.hu
1707L: linux-nvidia@lists.surfsouth.com
1708W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1709S: Maintained
1710
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001711HID CORE LAYER
1712P: Jiri Kosina
1713M: jkosina@suse.cz
1714L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001715T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001716S: Maintained
1717
Ingo Molnar38bed542007-02-22 09:09:34 +01001718HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1719P: Thomas Gleixner
1720M: tglx@linutronix.de
1721L: linux-kernel@vger.kernel.org
1722S: Maintained
1723
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724HIGH-SPEED SCC DRIVER FOR AX.25
1725P: Klaus Kudielka
1726M: klaus.kudielka@ieee.org
1727L: linux-hams@vger.kernel.org
1728W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1729S: Maintained
1730
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001731HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1732P: HighPoint Linux Team
1733M: linux@highpoint-tech.com
1734W: http://www.highpoint-tech.com
1735S: Supported
1736
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737HIPPI
1738P: Jes Sorensen
1739M: jes@trained-monkey.org
1740L: linux-hippi@sunsite.dk
1741S: Maintained
1742
1743HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1744P: Chirag Kantharia
1745M: chirag.kantharia@hp.com
1746L: iss_storagedev@hp.com
1747S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001748
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749HEWLETT-PACKARD SMART2 RAID DRIVER
1750P: Chirag Kantharia
1751M: chirag.kantharia@hp.com
1752L: iss_storagedev@hp.com
1753S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001754
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1756P: Mike Miller
1757M: mike.miller@hp.com
1758L: iss_storagedev@hp.com
1759S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001760
Jouni Malinenff1d2762005-05-12 22:54:16 -04001761HOST AP DRIVER
1762P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001763M: j@w1.fi
1764L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001765L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001766W: http://hostap.epitest.fi/
1767S: Maintained
1768
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1770P: Jaroslav Kysela
1771M: perex@suse.cz
1772S: Maintained
1773
Bob Piccob9b03322005-11-07 00:59:19 -08001774HPET: High Precision Event Timers driver (hpet.c)
1775P: Clemens Ladisch
1776M: clemens@ladisch.de
1777S: Maintained
1778
1779HPET: i386
1780P: Venkatesh Pallipadi (Venki)
1781M: venkatesh.pallipadi@intel.com
1782S: Maintained
1783
1784HPET: x86_64
1785P: Andi Kleen and Vojtech Pavlik
Andi Kleen43c3ab32007-05-02 19:27:11 +02001786M: andi@firstfloor.org and vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001787S: Maintained
1788
1789HPET: ACPI hpet.c
1790P: Bob Picco
1791M: bob.picco@hp.com
1792S: Maintained
1793
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794HPFS FILESYSTEM
1795P: Mikulas Patocka
1796M: mikulas@artax.karlin.mff.cuni.cz
1797W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1798S: Maintained
1799
1800HUGETLB FILESYSTEM
1801P: William Irwin
1802M: wli@holomorphy.com
1803S: Maintained
1804
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001805I2C/SMBUS STUB DRIVER
1806P: Mark M. Hoffman
1807M: mhoffman@lightlink.com
1808L: lm-sensors@lm-sensors.org
1809S: Maintained
1810
Jean Delvare5b543962005-08-15 19:51:02 +02001811I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812P: Jean Delvare
1813M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001814L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001815T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816S: Maintained
1817
Till Harbaume8c76ee2007-05-01 23:26:35 +02001818I2C-TINY-USB DRIVER
1819P: Till Harbaum
1820M: till@harbaum.org
1821L: i2c@lm-sensors.org
1822T: http://www.harbaum.org/till/i2c_tiny_usb
1823S: Maintained
1824
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001826P: H. Peter Anvin
1827M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828L: Linux-Kernel@vger.kernel.org
1829S: Maintained
1830
1831i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832P: H. Peter Anvin
1833M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001834T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835S: Maintained
1836
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837IA64 (Itanium) PLATFORM
1838P: Tony Luck
1839M: tony.luck@intel.com
1840L: linux-ia64@vger.kernel.org
1841W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001842T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843S: Maintained
1844
1845SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001846P: Jes Sorensen
1847M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848L: linux-altix@sgi.com
1849L: linux-ia64@vger.kernel.org
1850W: http://www.sgi.com/altix
1851S: Maintained
1852
1853IBM MCA SCSI SUBSYSTEM DRIVER
1854P: Michael Lang
1855M: langa2@kph.uni-mainz.de
1856W: http://www.uni-mainz.de/~langm000/linux.html
1857S: Maintained
1858
1859IBM Power Linux RAID adapter
1860P: Brian King
1861M: brking@us.ibm.com
1862S: Supported
1863
1864IBM ServeRAID RAID DRIVER
1865P: Jack Hammer
1866P: Dave Jeffery
1867M: ipslinux@adaptec.com
1868W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001869S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001871IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001873M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001875T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876S: Maintained
1877
1878IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001879P: Alan Cox
1880M: alan@lxorguk.ukuu.org.uk
1881L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882S: Maintained
1883
1884IDE/ATAPI FLOPPY DRIVERS
1885P: Paul Bristow
1886M: Paul Bristow <paul@paulbristow.net>
1887W: http://paulbristow.net/linux/idefloppy.html
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
1891IDE/ATAPI TAPE DRIVERS
1892P: Gadi Oxman
1893M: Gadi Oxman <gadio@netvision.net.il>
1894L: linux-kernel@vger.kernel.org
1895S: Maintained
1896
Bartlomiej Zolnierkiewiczf72abc22007-09-19 22:08:56 +02001897IDE-SCSI DRIVER
1898L: linux-ide@vger.kernel.org
1899L: linux-scsi@vger.kernel.org
1900S: Orphan
1901
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902IEEE 1394 SUBSYSTEM
1903P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001904M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001905P: Stefan Richter
1906M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907L: linux1394-devel@lists.sourceforge.net
1908W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001909T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910S: Maintained
1911
Stefan Richterf51a5a92007-04-23 14:41:10 -07001912IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913P: Dan Dennedy
1914M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001915P: Stefan Richter
1916M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001918S: Maintained
1919
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920IMS TWINTURBO FRAMEBUFFER DRIVER
1921P: Paul Mundt
1922M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001923L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924S: Maintained
1925
1926INFINIBAND SUBSYSTEM
1927P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001928M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929P: Sean Hefty
1930M: mshefty@ichips.intel.com
1931P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001932M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001933L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001935T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936S: Supported
1937
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001938INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001939P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001940M: dmitry.torokhov@gmail.com
1941M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942L: linux-input@atrey.karlin.mff.cuni.cz
1943L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001944T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945S: Maintained
1946
Robert Lovec9f04f52005-07-15 12:21:07 -04001947INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001948P: John McCutchan
1949M: ttb@tentacle.dhs.org
1950P: Robert Love
1951M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001952L: linux-kernel@vger.kernel.org
1953S: Maintained
1954
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001955INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001956P: Sylvain Meyer
1957M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001958L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001959S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001960
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001962P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001963M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001964L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001965S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966
1967INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1968P: Ingo Molnar
1969M: mingo@redhat.com
1970S: Maintained
1971
1972INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1973P: Jeff Garzik
1974M: jgarzik@pobox.com
1975W: http://sourceforge.net/projects/gkernel/
1976S: Maintained
1977
1978INTEL IA32 MICROCODE UPDATE SUPPORT
1979P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001980M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981S: Maintained
1982
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001983INTEL I/OAT DMA DRIVER
1984P: Shannon Nelson
1985M: shannon.nelson@intel.com
1986L: linux-kernel@vger.kernel.org
1987S: Supported
1988
Dan Williamsb3e5f262007-08-07 10:26:35 -07001989INTEL IOP-ADMA DMA DRIVER
1990P: Dan Williams
1991M: dan.j.williams@intel.com
1992L: linux-kernel@vger.kernel.org
1993S: Supported
1994
Michael Buesch844dd052006-06-26 00:24:59 -07001995INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1996P: Deepak Saxena
1997M: dsaxena@plexity.net
1998S: Maintained
1999
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08002000INTEL IXP2000 ETHERNET DRIVER
2001P: Lennert Buytenhek
2002M: kernel@wantstofly.org
2003L: netdev@vger.kernel.org
2004S: Maintained
2005
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006INTEL PRO/100 ETHERNET SUPPORT
2007P: John Ronciak
2008M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009P: Jesse Brandeburg
2010M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002011P: Jeff Kirsher
2012M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002013P: Auke Kok
2014M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002015L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016W: http://sourceforge.net/projects/e1000/
2017S: Supported
2018
2019INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2020P: Jeb Cramer
2021M: cramerj@intel.com
2022P: John Ronciak
2023M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002024P: Jesse Brandeburg
2025M: jesse.brandeburg@intel.com
2026P: Jeff Kirsher
2027M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002028P: Auke Kok
2029M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002030L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031W: http://sourceforge.net/projects/e1000/
2032S: Supported
2033
2034INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002035P: Jeff Kirsher
2036M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037P: Ayyappan Veeraiyan
2038M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039P: John Ronciak
2040M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002041P: Jesse Brandeburg
2042M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002043P: Auke Kok
2044M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002045L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046W: http://sourceforge.net/projects/e1000/
2047S: Supported
2048
James Ketrenos826d2ab2005-11-07 18:56:59 -06002049INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2050P: Yi Zhu
2051M: yi.zhu@intel.com
2052P: James Ketrenos
2053M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002054L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002055L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002056L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2057W: http://ipw2100.sourceforge.net
2058S: Supported
2059
2060INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2061P: Yi Zhu
2062M: yi.zhu@intel.com
2063P: James Ketrenos
2064M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002065L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002066L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002067L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2068W: http://ipw2200.sourceforge.net
2069S: Supported
2070
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071IOC3 DRIVER
2072P: Ralf Baechle
2073M: ralf@linux-mips.org
2074L: linux-mips@linux-mips.org
2075S: Maintained
2076
2077IP MASQUERADING:
2078P: Juanjo Ciarlante
2079M: jjciarla@raiz.uncu.edu.ar
2080S: Maintained
2081
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002082IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002083P: Arthur Jones
2084M: infinipath@qlogic.com
2085L: general@lists.openfabrics.org
2086T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002087S: Supported
2088
Corey Minyard4409ebe2006-04-20 02:43:12 -07002089IPMI SUBSYSTEM
2090P: Corey Minyard
2091M: minyard@acm.org
2092L: openipmi-developer@lists.sourceforge.net
2093W: http://openipmi.sourceforge.net/
2094S: Supported
2095
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096IPX NETWORK LAYER
2097P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002098M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002099L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100S: Maintained
2101
2102IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002103P: Samuel Ortiz
2104M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002105L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002107S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108
2109ISAPNP
2110P: Jaroslav Kysela
2111M: perex@suse.cz
2112S: Maintained
2113
2114ISDN SUBSYSTEM
2115P: Karsten Keil
2116M: kkeil@suse.de
2117P: Kai Germaschewski
2118M: kai.germaschewski@gmx.de
2119L: isdn4linux@listserv.isdn4linux.de
2120W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002121T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122S: Maintained
2123
2124ISDN SUBSYSTEM (Eicon active card driver)
2125P: Armin Schindler
2126M: mac@melware.de
2127L: isdn4linux@listserv.isdn4linux.de
2128W: http://www.melware.de
2129S: Maintained
2130
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2132P: David Woodhouse
2133M: dwmw2@infradead.org
2134L: jffs-dev@axis.com
2135W: http://sources.redhat.com/jffs2/
2136S: Maintained
2137
2138JFS FILESYSTEM
2139P: Dave Kleikamp
2140M: shaggy@austin.ibm.com
2141L: jfs-discussion@lists.sourceforge.net
2142W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002143T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144S: Supported
2145
Josh Triplettde456d32006-07-30 03:04:00 -07002146JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002147P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002148M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002149L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002150S: Maintained
2151
Rudolf Marek4660cb32006-10-08 22:01:26 +02002152K8TEMP HARDWARE MONITORING DRIVER
2153P: Rudolf Marek
2154M: r.marek@assembler.cz
2155L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156S: Maintained
2157
2158KCONFIG
2159P: Roman Zippel
2160M: zippel@linux-m68k.org
2161L: kbuild-devel@lists.sourceforge.net
2162S: Maintained
2163
Vivek Goyalea6c2082006-05-20 14:59:55 -07002164KDUMP
2165P: Vivek Goyal
2166M: vgoyal@in.ibm.com
2167P: Haren Myneni
2168M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002169L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002170L: linux-kernel@vger.kernel.org
2171W: http://lse.sourceforge.net/kdump/
2172S: Maintained
2173
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174KERNEL AUTOMOUNTER (AUTOFS)
2175P: H. Peter Anvin
2176M: hpa@zytor.com
2177L: autofs@linux.kernel.org
2178S: Odd Fixes
2179
2180KERNEL AUTOMOUNTER v4 (AUTOFS4)
2181P: Ian Kent
2182M: raven@themaw.net
2183L: autofs@linux.kernel.org
2184S: Maintained
2185
2186KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2187P: Kai Germaschewski
2188M: kai@germaschewski.name
2189P: Sam Ravnborg
2190M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002191T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002192S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193
2194KERNEL JANITORS
2195P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002196L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198S: Maintained
2199
2200KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002201P: J. Bruce Fields
2202M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002204M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205L: nfs@lists.sourceforge.net
2206W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002207S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208
Avi Kivity426d62e2006-12-13 00:34:03 -08002209KERNEL VIRTUAL MACHINE (KVM)
2210P: Avi Kivity
2211M: avi@qumranet.com
2212L: kvm-devel@lists.sourceforge.net
2213W: kvm.sourceforge.net
2214S: Supported
2215
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002216KEXEC
2217P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002218M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002219W: http://www.xmission.com/~ebiederm/files/kexec/
2220L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002221L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002222S: Maintained
2223
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002224KPROBES
2225P: Prasanna S Panchamukhi
2226M: prasanna@in.ibm.com
2227P: Ananth N Mavinakayanahalli
2228M: ananth@in.ibm.com
2229P: Anil S Keshavamurthy
2230M: anil.s.keshavamurthy@intel.com
2231P: David S. Miller
2232M: davem@davemloft.net
2233L: linux-kernel@vger.kernel.org
2234S: Maintained
2235
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002236KS0108 LCD CONTROLLER DRIVER
2237P: Miguel Ojeda Sandonis
2238M: maxextreme@gmail.com
2239L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002240W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002241S: Maintained
2242
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002245S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246
2247LASI 53c700 driver for PARISC
2248P: James E.J. Bottomley
2249M: James.Bottomley@HansenPartnership.com
2250L: linux-scsi@vger.kernel.org
2251S: Maintained
2252
Richard Purdie263de9b2006-05-15 09:44:16 -07002253LED SUBSYSTEM
2254P: Richard Purdie
2255M: rpurdie@rpsys.net
2256S: Maintained
2257
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258LEGO USB Tower driver
2259P: Juergen Stuber
2260M: starblue@users.sourceforge.net
2261L: legousb-devel@lists.sourceforge.net
2262W: http://legousb.sourceforge.net/
2263S: Maintained
2264
2265LINUX FOR IBM pSERIES (RS/6000)
2266P: Paul Mackerras
2267M: paulus@au.ibm.com
2268W: http://www.ibm.com/linux/ltc/projects/ppc
2269S: Supported
2270
2271LINUX FOR NCR VOYAGER
2272P: James Bottomley
2273M: James.Bottomley@HansenPartnership.com
2274W: http://www.hansenpartnership.com/voyager
2275S: Maintained
2276
2277LINUX FOR POWERPC
2278P: Paul Mackerras
2279M: paulus@samba.org
2280W: http://www.penguinppc.org/
2281L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002282T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283S: Supported
2284
2285LINUX FOR POWER MACINTOSH
2286P: Benjamin Herrenschmidt
2287M: benh@kernel.crashing.org
2288W: http://www.penguinppc.org/
2289L: linuxppc-dev@ozlabs.org
2290S: Maintained
2291
2292LINUX FOR POWERPC EMBEDDED MPC52XX
2293P: Sylvain Munaut
2294M: tnt@246tNt.com
2295W: http://www.246tNt.com/mpc52xx/
2296W: http://www.penguinppc.org/
2297L: linuxppc-dev@ozlabs.org
2298L: linuxppc-embedded@ozlabs.org
2299S: Maintained
2300
2301LINUX FOR POWERPC EMBEDDED PPC4XX
2302P: Matt Porter
2303M: mporter@kernel.crashing.org
2304W: http://www.penguinppc.org/
2305L: linuxppc-embedded@ozlabs.org
2306S: Maintained
2307
Tom Rinie93adf12005-07-26 12:49:53 -07002308LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309P: Tom Rini
2310M: trini@kernel.crashing.org
2311W: http://www.penguinppc.org/
2312L: linuxppc-embedded@ozlabs.org
2313S: Maintained
2314
Tom Rinie93adf12005-07-26 12:49:53 -07002315LINUX FOR POWERPC EMBEDDED PPC8XX
2316P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002317M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002318W: http://www.penguinppc.org/
2319L: linuxppc-embedded@ozlabs.org
2320S: Maintained
2321
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002323P: Kumar Gala
2324M: galak@kernel.crashing.org
2325W: http://www.penguinppc.org/
2326L: linuxppc-embedded@ozlabs.org
2327S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328
Olof Johanssonab06ff32006-09-06 14:44:54 -05002329LINUX FOR POWERPC PA SEMI PWRFICIENT
2330P: Olof Johansson
2331M: olof@lixom.net
2332W: http://www.pasemi.com/
2333L: linuxppc-dev@ozlabs.org
2334S: Supported
2335
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336LLC (802.2)
2337P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002338M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339S: Maintained
2340
2341LINUX FOR 64BIT POWERPC
2342P: Paul Mackerras
2343M: paulus@samba.org
2344M: paulus@au.ibm.com
2345P: Anton Blanchard
2346M: anton@samba.org
2347M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002348W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002349L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350S: Supported
2351
2352LINUX SECURITY MODULE (LSM) FRAMEWORK
2353P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002354M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002355L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002357T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002358S: Supported
2359
2360LM83 HARDWARE MONITOR DRIVER
2361P: Jean Delvare
2362M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002363L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002364S: Maintained
2365
2366LM90 HARDWARE MONITOR DRIVER
2367P: Jean Delvare
2368M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002369L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370S: Maintained
2371
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002372LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373P: Richard Russon (FlatCap)
2374M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002375L: linux-ntfs-dev@lists.sourceforge.net
2376W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377S: Maintained
2378
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002379LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2380P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002381M: Eric.Moore@lsi.com
2382M: support@lsi.com
Eric Moorecec744f2007-09-14 19:08:08 -06002383L: DL-MPTFusionLinux@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002384L: linux-scsi@vger.kernel.org
2385W: http://www.lsilogic.com/support
2386S: Supported
2387
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2389P: Matthew Wilcox
2390M: matthew@wil.cx
2391L: linux-scsi@vger.kernel.org
2392S: Maintained
2393
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002394M32R ARCHITECTURE
2395P: Hirokazu Takata
2396M: takata@linux-m32r.org
2397L: linux-m32r@ml.linux-m32r.org
2398L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2399W: http://www.linux-m32r.org/
2400S: Maintained
2401
Linus Torvalds1da177e2005-04-16 15:20:36 -07002402M68K ARCHITECTURE
2403P: Geert Uytterhoeven
2404M: geert@linux-m68k.org
2405P: Roman Zippel
2406M: zippel@linux-m68k.org
2407L: linux-m68k@lists.linux-m68k.org
2408W: http://www.linux-m68k.org/
2409W: http://linux-m68k-cvs.ubb.ca/
2410S: Maintained
2411
2412M68K ON APPLE MACINTOSH
2413P: Joshua Thompson
2414M: funaho@jurai.org
2415W: http://www.mac.linux-m68k.org/
2416L: linux-mac68k@mac.linux-m68k.org
2417S: Maintained
2418
2419M68K ON HP9000/300
2420P: Philip Blundell
2421M: philb@gnu.org
2422W: http://www.tazenda.demon.co.uk/phil/linux-hp
2423S: Maintained
2424
Jiri Benc64a327a2007-05-05 11:47:08 -07002425MAC80211
2426P: Jiri Benc
2427M: jbenc@suse.cz
2428P: Michael Wu
2429M: flamingice@sourmilk.net
2430L: linux-wireless@vger.kernel.org
2431W: http://linuxwireless.org/
2432T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2433S: Maintained
2434
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002435MACVLAN DRIVER
2436P: Patrick McHardy
2437M: kaber@trash.net
2438L: netdev@vger.kernel.org
2439S: Maintained
2440
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441MARVELL YUKON / SYSKONNECT DRIVER
2442P: Mirko Lindner
2443M: mlindner@syskonnect.de
2444P: Ralph Roesler
2445M: rroesler@syskonnect.de
2446W: http://www.syskonnect.com
2447S: Supported
2448
Michael Kerriskfaf16682005-07-31 22:34:47 -07002449MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002450P: Michael Kerrisk
2451M: mtk-manpages@gmx.net
2452W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2453S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002454
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002455MARVELL MV643XX ETHERNET DRIVER
2456P: Dale Farnsworth
2457M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002459M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002460L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002461S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462
2463MATROX FRAMEBUFFER DRIVER
2464P: Petr Vandrovec
2465M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002466L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467S: Maintained
2468
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002469MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2470P: Hans J. Koch
2471M: hjk@linutronix.de
2472L: lm-sensors@lm-sensors.org
2473S: Maintained
2474
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002475MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002476P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002477M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002478S: linux-scsi@vger.kernel.org
2479W: http://megaraid.lsilogic.com
2480S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002481
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002482MEMORY MANAGEMENT
2483L: linux-mm@kvack.org
2484L: linux-kernel@vger.kernel.org
2485W: http://www.linux-mm.org
2486S: Maintained
2487
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002488MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489P: David Woodhouse
2490M: dwmw2@infradead.org
2491W: http://www.linux-mtd.infradead.org/
2492L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002493T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494S: Maintained
2495
Artem Bityutskiy48576402007-02-13 17:11:10 +02002496UNSORTED BLOCK IMAGES (UBI)
2497P: Artem Bityutskiy
2498M: dedekind@infradead.org
2499W: http://www.linux-mtd.infradead.org/
2500L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002501T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002502S: Maintained
2503
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504MICROTEK X6 SCANNER
2505P: Oliver Neukum
2506M: oliver@neukum.name
2507S: Maintained
2508
2509MIPS
2510P: Ralf Baechle
2511M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002512W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002514T: git www.linux-mips.org:/pub/scm/linux.git
2515S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516
2517MISCELLANEOUS MCA-SUPPORT
2518P: James Bottomley
2519M: jejb@steeleye.com
2520L: linux-kernel@vger.kernel.org
2521S: Maintained
2522
2523MODULE SUPPORT
2524P: Rusty Russell
2525M: rusty@rustcorp.com.au
2526L: linux-kernel@vger.kernel.org
2527S: Maintained
2528
2529MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2530P: Stelian Pop
2531M: stelian@popies.net
2532W: http://popies.net/meye/
2533S: Maintained
2534
Pavel Pisac58ff042007-05-16 01:10:41 +02002535MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2536P: Pavel Pisa
2537M: ppisa@pikron.com
2538L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2539W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2540S: Maintained
2541
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542MOUSE AND MISC DEVICES [GENERAL]
2543P: Alessandro Rubini
2544M: rubini@ipvvis.unipv.it
2545L: linux-kernel@vger.kernel.org
2546S: Maintained
2547
Jiri Slabyd7354102006-12-08 02:38:35 -08002548MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2549P: Jiri Slaby
2550M: jirislaby@gmail.com
2551L: linux-kernel@vger.kernel.org
2552S: Maintained
2553
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002554MSI LAPTOP SUPPORT
2555P: Lennart Poettering
2556M: mzxreary@0pointer.de
2557L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2558W: http://0pointer.de/lennart/tchibo.html
2559S: Maintained
2560
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561MTRR AND SIMILAR SUPPORT [i386]
2562P: Richard Gooch
2563M: rgooch@atnf.csiro.au
2564L: linux-kernel@vger.kernel.org
2565W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2566S: Maintained
2567
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002568MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2569P: Pierre Ossman
2570M: drzeus-mmc@drzeus.cx
2571L: linux-kernel@vger.kernel.org
2572S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002573
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574MULTISOUND SOUND DRIVER
2575P: Andrew Veliath
2576M: andrewtv@usa.net
2577S: Maintained
2578
Jiri Slabyd7354102006-12-08 02:38:35 -08002579MULTITECH MULTIPORT CARD (ISICOM)
2580P: Jiri Slaby
2581M: jirislaby@gmail.com
2582L: linux-kernel@vger.kernel.org
2583S: Maintained
2584
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585NATSEMI ETHERNET DRIVER (DP8381x)
2586P: Tim Hockin
2587M: thockin@hockin.org
2588S: Maintained
2589
2590NCP FILESYSTEM
2591P: Petr Vandrovec
2592M: vandrove@vc.cvut.cz
2593L: linware@sh.cvut.cz
2594S: Maintained
2595
2596NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2597P: James E.J. Bottomley
2598M: James.Bottomley@HansenPartnership.com
2599L: linux-scsi@vger.kernel.org
2600S: Maintained
2601
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002602NETEM NETWORK EMULATOR
2603P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002604M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002605L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002606S: Maintained
2607
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608NETFILTER/IPTABLES/IPCHAINS
2609P: Rusty Russell
2610P: Marc Boucher
2611P: James Morris
2612P: Harald Welte
2613P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002614P: Patrick McHardy
2615M: kaber@trash.net
2616L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002617L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002618L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619W: http://www.netfilter.org/
2620W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621S: Supported
2622
Paul Moore4cc67732006-09-25 15:57:13 -07002623NETLABEL
2624P: Paul Moore
2625M: paul.moore@hp.com
2626W: http://netlabel.sf.net
2627L: netdev@vger.kernel.org
2628S: Supported
2629
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630NETROM NETWORK LAYER
2631P: Ralf Baechle
2632M: ralf@linux-mips.org
2633L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002634W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635S: Maintained
2636
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002637NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638P: Paul Clements
2639M: Paul.Clements@steeleye.com
2640S: Maintained
2641
2642NETWORK DEVICE DRIVERS
2643P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002644M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645P: Jeff Garzik
2646M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002647L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002648T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649S: Maintained
2650
2651NETWORKING [GENERAL]
2652P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002653M: netdev@vger.kernel.org
2654L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002655W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656S: Maintained
2657
2658NETWORKING [IPv4/IPv6]
2659P: David S. Miller
2660M: davem@davemloft.net
2661P: Alexey Kuznetsov
2662M: kuznet@ms2.inr.ac.ru
2663P: Pekka Savola (ipv6)
2664M: pekkas@netcore.fi
2665P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002666M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667P: Hideaki YOSHIFUJI
2668M: yoshfuji@linux-ipv6.org
2669P: Patrick McHardy
2670M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002671L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002672T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673S: Maintained
2674
John W. Linville29f8f632006-01-18 14:52:48 -08002675NETWORKING [WIRELESS]
2676P: John W. Linville
2677M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002678L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002679T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2680S: Maintained
2681
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002682NETXEN (1/10) GbE SUPPORT
2683P: Amit S. Kale
2684M: amitkale@netxen.com
2685L: netdev@vger.kernel.org
2686W: http://www.netxen.com
2687S: Supported
2688
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689IPVS
2690P: Wensong Zhang
2691M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002692P: Simon Horman
2693M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694P: Julian Anastasov
2695M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002696L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697S: Maintained
2698
2699NFS CLIENT
2700P: Trond Myklebust
2701M: trond.myklebust@fys.uio.no
2702L: linux-kernel@vger.kernel.org
2703S: Maintained
2704
2705NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002706P: Jan-Pascal van Best
2707M: janpascal@vanbest.org
2708P: Andreas Mohr
2709M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002710L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711S: Maintained
2712
2713NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2714P: YOKOTA Hiroshi
2715M: yokota@netlab.is.tsukuba.ac.jp
2716W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2717S: Maintained
2718
2719NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2720P: GOTO Masanori
2721M: gotom@debian.or.jp
2722P: YOKOTA Hiroshi
2723M: yokota@netlab.is.tsukuba.ac.jp
2724W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2725S: Maintained
2726
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727NTFS FILESYSTEM
2728P: Anton Altaparmakov
2729M: aia21@cantab.net
2730L: linux-ntfs-dev@lists.sourceforge.net
2731L: linux-kernel@vger.kernel.org
2732W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002733T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734S: Maintained
2735
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002736NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002737P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002738M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002739L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002740S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002741
Ramkrishna Vepa3ef34b82007-03-30 18:42:27 -07002742NETERION (S2IO) Xframe 10GbE DRIVER
2743P: Ramkrishna Vepa
2744M: ram.vepa@neterion.com
2745P: Rastapur Santosh
2746M: santosh.rastapur@neterion.com
2747P: Sivakumar Subramani
2748M: sivakumar.subramani@neterion.com
2749P: Sreenivasa Honnur
2750M: sreenivasa.honnur@neterion.com
2751L: netdev@vger.kernel.org
2752W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2753S: Supported
2754
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002755OPENCORES I2C BUS DRIVER
2756P: Peter Korsgaard
2757M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002758L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002759S: Maintained
2760
Mark Fashehccd979b2005-12-15 14:31:24 -08002761ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2762P: Mark Fasheh
2763M: mark.fasheh@oracle.com
2764P: Kurt Hackel
2765M: kurt.hackel@oracle.com
2766L: ocfs2-devel@oss.oracle.com
2767W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002768S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002769
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770OLYMPIC NETWORK DRIVER
2771P: Peter De Shrijver
2772M: p2@ace.ulyssis.student.kuleuven.ac.be
2773P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002774M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002775L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776L: linux-tr@linuxtr.net
2777W: http://www.linuxtr.net
2778S: Maintained
2779
Harald Weltec1986ee2005-11-13 16:06:29 -08002780OMNIKEY CARDMAN 4000 DRIVER
2781P: Harald Welte
2782M: laforge@gnumonks.org
2783S: Maintained
2784
Harald Welte77c44ab2005-11-13 16:06:26 -08002785OMNIKEY CARDMAN 4040 DRIVER
2786P: Harald Welte
2787M: laforge@gnumonks.org
2788S: Maintained
2789
Jonathan Corbet77d51402007-03-22 19:44:17 -03002790OMNIVISION OV7670 SENSOR DRIVER
2791P: Jonathan Corbet
2792M: corbet@lwn.net
2793L: video4linux-list@redhat.com
2794S: Maintained
2795
Thomas Gleixner431bca72007-05-02 09:31:35 +02002796ONENAND FLASH DRIVER
2797P: Kyungmin Park
2798M: kyungmin.park@samsung.com
2799L: linux-mtd@lists.infradead.org
2800S: Maintained
2801
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802ONSTREAM SCSI TAPE DRIVER
2803P: Willem Riede
2804M: osst@riede.org
2805L: osst-users@lists.sourceforge.net
2806L: linux-scsi@vger.kernel.org
2807S: Maintained
2808
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809OPROFILE
2810P: Philippe Elie
2811M: phil.el@wanadoo.fr
2812L: oprofile-list@lists.sf.net
2813S: Maintained
2814
2815ORINOCO DRIVER
2816P: Pavel Roskin
2817M: proski@gnu.org
2818P: David Gibson
2819M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002820L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002821L: orinoco-users@lists.sourceforge.net
2822L: orinoco-devel@lists.sourceforge.net
2823W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824S: Maintained
2825
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002826PA SEMI ETHERNET DRIVER
2827P: Olof Johansson
2828M: olof@lixom.net
2829L: netdev@vger.kernel.org
2830S: Maintained
2831
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002832PA SEMI SMBUS DRIVER
2833P: Olof Johansson
2834M: olof@lixom.net
2835L: i2c@lm-sensors.org
2836S: Maintained
2837
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002839L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002840S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841
2842PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2843P: Tim Waugh
2844M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002845L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846W: http://www.torque.net/linux-pp.html
2847S: Maintained
2848
2849PARISC ARCHITECTURE
2850P: Matthew Wilcox
2851M: matthew@wil.cx
2852P: Grant Grundler
2853M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002854P: Kyle McMartin
2855M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856L: parisc-linux@parisc-linux.org
2857W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002858T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2859T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860S: Maintained
2861
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002862PARAVIRT_OPS INTERFACE
2863P: Jeremy Fitzhardinge
2864M: jeremy@xensource.com
2865P: Chris Wright
2866M: chrisw@sous-sol.org
2867P: Zachary Amsden
2868M: zach@vmware.com
2869P: Rusty Russell
2870M: rusty@rustcorp.com.au
2871L: virtualization@lists.osdl.org
2872L: linux-kernel@vger.kernel.org
2873S: Supported
2874
Jim Cromie1662d322006-10-06 00:43:59 -07002875PC87360 HARDWARE MONITORING DRIVER
2876P: Jim Cromie
2877M: jim.cromie@gmail.com
2878L: lm-sensors@lm-sensors.org
2879S: Maintained
2880
2881PC8736x GPIO DRIVER
2882P: Jim Cromie
2883M: jim.cromie@gmail.com
2884S: Maintained
2885
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002886PCI ERROR RECOVERY
2887P: Linas Vepstas
2888M: linas@austin.ibm.com
2889L: linux-kernel@vger.kernel.org
2890L: linux-pci@atrey.karlin.mff.cuni.cz
2891S: Supported
2892
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2894P: Thomas Sailer
2895M: sailer@ife.ee.ethz.ch
2896L: linux-sound@vger.kernel.org
2897W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2898S: Maintained
2899
2900PCI SUBSYSTEM
2901P: Greg Kroah-Hartman
2902M: gregkh@suse.de
2903L: linux-kernel@vger.kernel.org
2904L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002905T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906S: Supported
2907
2908PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002909P: Kristen Carlson Accardi
2910M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911S: Supported
2912
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002913PCIE HOTPLUG DRIVER
2914P: Kristen Carlson Accardi
2915M: kristen.c.accardi@intel.com
2916L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002917S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002918
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002920P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002921L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002923T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002924S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925
2926PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002927P: Don Fry
2928M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002929L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930S: Maintained
2931
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002932PER-TASK DELAY ACCOUNTING
2933P: Shailabh Nagar
2934M: nagar@watson.ibm.com
2935L: linux-kernel@vger.kernel.org
2936S: Maintained
2937
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002938PERSONALITY HANDLING
2939P: Christoph Hellwig
2940M: hch@infradead.org
2941L: linux-abi-devel@lists.sourceforge.net
2942S: Maintained
2943
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002945P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946M: joern@wh.fh-wedel.de
2947L: linux-mtd@lists.infradead.org
2948S: Maintained
2949
Peter Osterlund249a6772005-09-27 21:45:30 -07002950PKTCDVD DRIVER
2951P: Peter Osterlund
2952M: petero2@telia.com
2953L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002954S: Maintained
2955
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002957P: Thomas Gleixner
2958M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002959L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960S: Supported
2961
Anton Vorontsov3be86142007-07-15 04:43:36 +04002962POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2963P: Anton Vorontsov
2964M: cbou@mail.ru
2965P: David Woodhouse
2966M: dwmw2@infradead.org
2967L: linux-kernel@vger.kernel.org
2968L: kernel-discuss@handhelds.org
2969T: git git.infradead.org/battery-2.6.git
2970S: Maintained
2971
Eugene Surovegin24682972005-10-14 03:00:53 -07002972POWERPC 4xx EMAC DRIVER
2973P: Eugene Surovegin
2974M: ebs@ebshome.net
2975W: http://kernel.ebshome.net/emac/
2976L: linuxppc-embedded@ozlabs.org
2977L: netdev@vger.kernel.org
2978S: Maintained
2979
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980PNP SUPPORT
2981P: Adam Belay
2982M: ambx1@neo.rr.com
2983S: Maintained
2984
Vitaly Wool999445d2007-01-04 13:07:03 +01002985PNXxxxx I2C DRIVER
2986P: Vitaly Wool
2987M: vitalywool@gmail.com
2988L: i2c@lm-sensors.org
2989S: Maintained
2990
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991PPP PROTOCOL DRIVERS AND COMPRESSORS
2992P: Paul Mackerras
2993M: paulus@samba.org
2994L: linux-ppp@vger.kernel.org
2995S: Maintained
2996
2997PPP OVER ATM (RFC 2364)
2998P: Mitchell Blank Jr
2999M: mitch@sfgoth.com
3000S: Maintained
3001
3002PPP OVER ETHERNET
3003P: Michal Ostrowski
3004M: mostrows@speakeasy.net
3005S: Maintained
3006
James Chapmana6d23702007-06-27 15:53:17 -07003007PPP OVER L2TP
3008P: James Chapman
3009M: jchapman@katalix.com
3010S: Maintained
3011
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012PREEMPTIBLE KERNEL
3013P: Robert Love
3014M: rml@tech9.net
3015L: linux-kernel@vger.kernel.org
3016L: kpreempt-tech@lists.sourceforge.net
3017W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3018S: Supported
3019
3020PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003021P: Luis R. Rodriguez
3022M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003023L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024W: http://prism54.org
3025S: Maintained
3026
3027PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3028P: Peter Denison
3029M: promise@pnd-pc.demon.co.uk
3030W: http://www.pnd-pc.demon.co.uk/promise/
3031S: Maintained
3032
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003033PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3034P: Mikael Pettersson
3035M: mikpe@it.uu.se
3036L: linux-ide@vger.kernel.org
3037S: Maintained
3038
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003039PS3 NETWORK SUPPORT
3040P: Masakazu Mokuno
3041M: mokuno@sm.sony.co.jp
3042L: netdev@vger.kernel.org
3043L: cbe-oss-dev@ozlabs.org
3044S: Supported
3045
Geoff Levandf58a9d12006-11-23 00:46:51 +01003046PS3 PLATFORM SUPPORT
3047P: Geoff Levand
3048M: geoffrey.levand@am.sony.com
3049L: linuxppc-dev@ozlabs.org
3050L: cbe-oss-dev@ozlabs.org
3051S: Supported
3052
Michael Krufky83202042006-07-03 00:24:18 -07003053PVRUSB2 VIDEO4LINUX DRIVER
3054P: Mike Isely
3055M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003056L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003057L: video4linux-list@redhat.com
3058W: http://www.isely.net/pvrusb2/
3059S: Maintained
3060
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061PXA2xx SUPPORT
3062P: Nicolas Pitre
3063M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003064L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065S: Maintained
3066
Pierre Ossman272f1332007-05-14 21:25:26 +02003067PXA MMCI DRIVER
3068S: Orphan
3069
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070QLOGIC QLA2XXX FC-SCSI DRIVER
3071P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003072M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073L: linux-scsi@vger.kernel.org
3074S: Supported
3075
Ron Mercer5a4faa872006-07-25 00:40:21 -07003076QLOGIC QLA3XXX NETWORK DRIVER
3077P: Ron Mercer
3078M: linux-driver@qlogic.com
3079L: netdev@vger.kernel.org
3080S: Supported
3081
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082QNX4 FILESYSTEM
3083P: Anders Larsen
3084M: al@alarsen.net
3085L: linux-kernel@vger.kernel.org
3086W: http://www.alarsen.net/linux/qnx4fs/
3087S: Maintained
3088
3089RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003090P: Benjamin Herrenschmidt
3091M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003092L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093S: Maintained
3094
3095RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003096P: Paul Mackerras
3097M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003098L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099S: Maintained
3100
3101RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3102P: Corey Thomas
3103M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003104L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105S: Maintained
3106
Matt Mackall9e95ce22005-04-16 15:25:56 -07003107RANDOM NUMBER DRIVER
3108P: Matt Mackall
3109M: mpm@selenic.com
3110S: Maintained
3111
Matt Porter394b7012005-11-07 01:00:15 -08003112RAPIDIO SUBSYSTEM
3113P: Matt Porter
3114M: mporter@kernel.crashing.org
3115L: linux-kernel@vger.kernel.org
3116S: Maintained
3117
Josh Triplett595182b2006-10-04 02:17:21 -07003118READ-COPY UPDATE (RCU)
3119P: Dipankar Sarma
3120M: dipankar@in.ibm.com
3121W: http://www.rdrop.com/users/paulmck/rclock/
3122L: linux-kernel@vger.kernel.org
3123S: Supported
3124
3125RCUTORTURE MODULE
3126P: Josh Triplett
3127M: josh@freedesktop.org
3128L: linux-kernel@vger.kernel.org
3129S: Maintained
3130
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131REAL TIME CLOCK DRIVER
3132P: Paul Gortmaker
3133M: p_gortmaker@yahoo.com
3134L: linux-kernel@vger.kernel.org
3135S: Maintained
3136
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003137REAL TIME CLOCK (RTC) SUBSYSTEM
3138P: Alessandro Zummo
3139M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003140L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003141S: Maintained
3142
Linus Torvalds1da177e2005-04-16 15:20:36 -07003143REISERFS FILE SYSTEM
3144P: Hans Reiser
3145M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003146L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003147W: http://www.namesys.com
3148S: Supported
3149
3150ROCKETPORT DRIVER
3151P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152W: http://www.comtrol.com
3153S: Maintained
3154
3155ROSE NETWORK LAYER
3156P: Ralf Baechle
3157M: ralf@linux-mips.org
3158L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003159W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160S: Maintained
3161
3162RISCOM8 DRIVER
3163S: Orphan
3164
Michael Wu605bebe2007-05-14 01:41:02 -04003165RTL818X WIRELESS DRIVER
3166P: Michael Wu
3167M: flamingice@sourmilk.net
3168P: Andrea Merello
3169M: andreamrl@tiscali.it
3170L: linux-wireless@vger.kernel.org
3171W: http://linuxwireless.org/
3172T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3173S: Maintained
3174
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003175S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003176P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003177M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003178L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003179S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003180
Linus Torvalds1da177e2005-04-16 15:20:36 -07003181S390
3182P: Martin Schwidefsky
3183M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003184P: Heiko Carstens
3185M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003187L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003188W: http://www.ibm.com/developerworks/linux/linux390/
3189S: Supported
3190
3191S390 NETWORK DRIVERS
3192P: Frank Pavlic
3193M: fpavlic@de.ibm.com
3194M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003195L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003196W: http://www.ibm.com/developerworks/linux/linux390/
3197S: Supported
3198
3199S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003200P: Swen Schillig
3201M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003202M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003203L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003204W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205S: Supported
3206
3207SAA7146 VIDEO4LINUX-2 DRIVER
3208P: Michael Hunold
3209M: michael@mihu.de
3210W: http://www.mihu.de/linux/saa7146
3211S: Maintained
3212
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213SC1200 WDT DRIVER
3214P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003215M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216S: Maintained
3217
3218SCHEDULER
3219P: Ingo Molnar
3220M: mingo@elte.hu
3221P: Robert Love [the preemptible kernel bits]
3222M: rml@tech9.net
3223L: linux-kernel@vger.kernel.org
3224S: Maintained
3225
3226SCSI CDROM DRIVER
3227P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003228M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229L: linux-scsi@vger.kernel.org
3230W: http://www.kernel.dk
3231S: Maintained
3232
3233SCSI SG DRIVER
3234P: Doug Gilbert
3235M: dgilbert@interlog.com
3236L: linux-scsi@vger.kernel.org
3237W: http://www.torque.net/sg
3238S: Maintained
3239
3240SCSI SUBSYSTEM
3241P: James E.J. Bottomley
3242M: James.Bottomley@SteelEye.com
3243L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003244T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245S: Maintained
3246
3247SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003248P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249M: Kai.Makisara@kolumbus.fi
3250L: linux-scsi@vger.kernel.org
3251S: Maintained
3252
3253SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003254P: Vlad Yasevich
3255M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003256P: Sridhar Samudrala
3257M: sri@us.ibm.com
3258L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003259W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003260S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261
3262SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003263P: Jim Cromie
3264M: jim.cromie@gmail.com
3265S: Odd Fixes
3266
3267SCx200 GPIO DRIVER
3268P: Jim Cromie
3269M: jim.cromie@gmail.com
3270S: Maintained
3271
3272SCx200 HRT CLOCKSOURCE DRIVER
3273P: Jim Cromie
3274M: jim.cromie@gmail.com
3275S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276
3277SECURITY CONTACT
3278P: Security Officers
3279M: security@kernel.org
3280S: Supported
3281
3282SELINUX SECURITY MODULE
3283P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003284M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003286M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003287P: Eric Paris
3288M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003290L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291W: http://www.nsa.gov/selinux
3292S: Supported
3293
Jiri Slabycef2cf02007-05-08 00:31:45 -07003294SENSABLE PHANTOM
3295P: Jiri Slaby
3296M: jirislaby@gmail.com
3297S: Maintained
3298
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299SERIAL ATA (SATA) SUBSYSTEM:
3300P: Jeff Garzik
3301M: jgarzik@pobox.com
3302L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003303T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003304S: Supported
3305
3306SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3307P: Pat Gefre
3308M: pfg@sgi.com
3309L: linux-ia64@vger.kernel.org
3310S: Supported
3311
3312SGI VISUAL WORKSTATION 320 AND 540
3313P: Andrey Panin
3314M: pazke@donpac.ru
3315L: linux-visws-devel@lists.sf.net
3316W: http://linux-visws.sf.net
3317S: Maintained for 2.6.
3318
3319SIMTEC EB110ATX (Chalice CATS)
3320P: Ben Dooks
3321P: Vincent Sanders
3322M: support@simtec.co.uk
3323W: http://www.simtec.co.uk/products/EB110ATX/
3324S: Supported
3325
3326SIMTEC EB2410ITX (BAST)
3327P: Ben Dooks
3328P: Vincent Sanders
3329M: support@simtec.co.uk
3330W: http://www.simtec.co.uk/products/EB2410ITX/
3331S: Supported
3332
Francois Romieu92aab3c2005-07-30 13:11:18 +02003333SIS 190 ETHERNET DRIVER
3334P: Francois Romieu
3335M: romieu@fr.zoreil.com
3336L: netdev@vger.kernel.org
3337S: Maintained
3338
Linus Torvalds1da177e2005-04-16 15:20:36 -07003339SIS 5513 IDE CONTROLLER DRIVER
3340P: Lionel Bouton
3341M: Lionel.Bouton@inet6.fr
3342W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3343W: http://gyver.homeip.net/sis5513/index.html
3344S: Maintained
3345
3346SIS 900/7016 FAST ETHERNET DRIVER
3347P: Daniele Venzano
3348M: venza@brownhat.org
3349W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003350L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351S: Maintained
3352
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003353SIS 96X I2C/SMBUS DRIVER
3354P: Mark M. Hoffman
3355M: mhoffman@lightlink.com
3356L: lm-sensors@lm-sensors.org
3357S: Maintained
3358
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359SIS FRAMEBUFFER DRIVER
3360P: Thomas Winischhofer
3361M: thomas@winischhofer.net
3362W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003363S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364
3365SIS USB2VGA DRIVER
3366P: Thomas Winischhofer
3367M: thomas@winischhofer.net
3368W: http://www.winischhofer.at/linuxsisusbvga.shtml
3369S: Maintained
3370
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003371SLAB ALLOCATOR
3372P: Christoph Lameter
3373M: clameter@sgi.com
3374P: Pekka Enberg
3375M: penberg@cs.helsinki.fi
3376L: linux-mm@kvack.org
3377S: Maintained
3378
Linus Torvalds1da177e2005-04-16 15:20:36 -07003379SMC91x ETHERNET DRIVER
3380P: Nicolas Pitre
3381M: nico@cam.org
3382S: Maintained
3383
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003384SMSC47B397 HARDWARE MONITOR DRIVER
3385P: Mark M. Hoffman
3386M: mhoffman@lightlink.com
3387L: lm-sensors@lm-sensors.org
3388S: Maintained
3389
Daniel Drake8f0f8502006-07-18 22:00:25 +01003390SOFTMAC LAYER (IEEE 802.11)
3391P: Johannes Berg
3392M: johannes@sipsolutions.net
3393P: Joe Jezak
3394M: josejx@gentoo.org
3395P: Daniel Drake
3396M: dsd@gentoo.org
3397W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003398L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003399S: Maintained
3400
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401SOFTWARE RAID (Multiple Disks) SUPPORT
3402P: Ingo Molnar
3403M: mingo@redhat.com
3404P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003405M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003407S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408
Pavel Machek95a631e2007-07-19 01:47:42 -07003409HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003410P: Pavel Machek
3411M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003412P: Rafael J. Wysocki
3413M: rjw@sisk.pl
3414L: linux-pm@lists.linux-foundation.org
3415S: Supported
3416
3417SUSPEND TO RAM:
3418P: Pavel Machek
3419M: pavel@suse.cz
3420P: Rafael J. Wysocki
3421M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003422L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003423S: Maintained
3424
3425SONIC NETWORK DRIVER
3426P: Thomas Bogendoerfer
3427M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003428L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003429S: Maintained
3430
3431SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003432P: Mattia Dongili
3433M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003434L: linux-acpi@vger.kernel.org
3435W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436S: Maintained
3437
3438SOUND
3439P: Jaroslav Kysela
3440M: perex@suse.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003441L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003442S: Maintained
3443
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003444SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3445P: Liam Girdwood
3446M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003447L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003448S: Supported
3449
Kumar Gala025c3982006-04-02 16:05:54 -05003450SPI SUBSYSTEM
3451P: David Brownell
3452M: dbrownell@users.sourceforge.net
3453L: spi-devel-general@lists.sourceforge.net
3454S: Maintained
3455
Steven Rostedt855f46a2006-08-05 12:14:50 -07003456STABLE BRANCH:
3457P: Greg Kroah-Hartman
3458M: greg@kroah.com
3459P: Chris Wright
3460M: chrisw@sous-sol.org
3461L: stable@kernel.org
3462S: Maintained
3463
Kylene Hall1c72d462005-05-01 08:59:13 -07003464TPM DEVICE DRIVER
3465P: Kylene Hall
3466M: kjhall@us.ibm.com
3467W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003468P: Marcel Selhorst
3469M: tpm@selhorst.net
3470W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003471L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003472S: Maintained
3473
Mark Gross1a80ba82005-10-30 15:02:55 -08003474Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003475P: Mark Gross
3476M: mark.gross@intel.com
3477S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003478
Chris Zankel48b415c2005-06-23 22:01:07 -07003479TENSILICA XTENSA PORT (xtensa):
3480P: Chris Zankel
3481M: chris@zankel.net
3482S: Maintained
3483
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003484THINKPAD ACPI EXTRAS DRIVER
3485P: Henrique de Moraes Holschuh
3486M: ibm-acpi@hmh.eng.br
3487L: ibm-acpi-devel@lists.sourceforge.net
3488W: http://ibm-acpi.sourceforge.net
3489W: http://thinkwiki.org/wiki/Ibm-acpi
3490T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3491S: Maintained
3492
Linus Torvalds1da177e2005-04-16 15:20:36 -07003493UltraSPARC (sparc64):
3494P: David S. Miller
3495M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003497T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498S: Maintained
3499
3500SHARP LH SUPPORT (LH7952X & LH7A40X)
3501P: Marc Singer
3502M: elf@buici.com
3503W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003504L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003505S: Maintained
3506
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003507SHPC HOTPLUG DRIVER
3508P: Kristen Carlson Accardi
3509M: kristen.c.accardi@intel.com
3510L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003511S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003512
Pierre Ossmand129bce2006-03-24 03:18:17 -08003513SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3514P: Pierre Ossman
3515M: drzeus-sdhci@drzeus.cx
3516L: sdhci-devel@list.drzeus.cx
3517W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3518S: Maintained
3519
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003520SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3521P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003522M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003523L: netdev@vger.kernel.org
3524S: Maintained
3525
Chris Boot1a87d942006-07-10 04:45:34 -07003526SOEKRIS NET48XX LED SUPPORT
3527P: Chris Boot
3528M: bootc@bootc.net
3529S: Maintained
3530
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531SPARC (sparc32):
3532P: William L. Irwin
3533M: wli@holomorphy.com
3534L: sparclinux@vger.kernel.org
3535S: Maintained
3536
3537SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3538P: Roger Wolff
3539M: R.E.Wolff@BitWizard.nl
3540L: linux-kernel@vger.kernel.org ?
3541S: Supported
3542
Jim Lewis2752e402006-09-29 02:01:19 -07003543SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003544P: Linas Vepstas
3545M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003546L: netdev@vger.kernel.org
3547S: Supported
3548
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549SRM (Alpha) environment access
3550P: Jan-Benedict Glaw
3551M: jbglaw@lug-owl.de
3552L: linux-kernel@vger.kernel.org
3553S: Maintained
3554
3555STARFIRE/DURALAN NETWORK DRIVER
3556P: Ion Badulescu
3557M: ionut@cs.columbia.edu
3558S: Maintained
3559
3560STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3561W: http://mosquitonet.Stanford.EDU/strip.html
3562S: Unsupported ?
3563
3564STRADIS MPEG-2 DECODER DRIVER
3565P: Nathan Laredo
3566M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003567W: http://www.stradis.com/
3568S: Maintained
3569
3570SUPERH (sh)
3571P: Paul Mundt
3572M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003573L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003574W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003575S: Maintained
3576
3577SUPERH64 (sh64)
3578P: Paul Mundt
3579M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580L: linuxsh-shmedia-dev@lists.sourceforge.net
3581W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582S: Maintained
3583
3584SUN3/3X
3585P: Sam Creasey
3586M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587W: http://sammy.net/sun3/
3588S: Maintained
3589
3590SVGA HANDLING
3591P: Martin Mares
3592M: mj@ucw.cz
3593L: linux-video@atrey.karlin.mff.cuni.cz
3594S: Maintained
3595
3596SYSV FILESYSTEM
3597P: Christoph Hellwig
3598M: hch@infradead.org
3599S: Maintained
3600
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003601TC CLASSIFIER
3602P: Jamal Hadi Salim
3603M: hadi@cyberus.ca
3604L: netdev@vger.kernel.org
3605S: Maintained
3606
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003607TCP LOW PRIORITY MODULE
3608P: Wong Hoi Sing, Edison
3609M: hswong3i@gmail.com
3610P: Hung Hing Lun, Mike
3611M: hlhung3i@gmail.com
3612W: http://tcp-lp-mod.sourceforge.net/
3613S: Maintained
3614
Alex Dubov4020f2d2006-10-04 02:15:37 -07003615TI FLASH MEDIA INTERFACE DRIVER
3616P: Alex Dubov
3617M: oakad@yahoo.com
3618S: Maintained
3619
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003620TI OMAP MMC INTERFACE DRIVER
3621P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3622M: linux-omap-open-source@linux.omap.com
3623W: http://linux.omap.com
3624W: http://www.muru.com/linux/omap/
3625S: Maintained
3626
Michael Buesch844dd052006-06-26 00:24:59 -07003627TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3628P: Deepak Saxena
3629M: dsaxena@plexity.net
3630S: Maintained
3631
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003632TASKSTATS STATISTICS INTERFACE
3633P: Shailabh Nagar
3634M: nagar@watson.ibm.com
3635L: linux-kernel@vger.kernel.org
3636S: Maintained
3637
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003639P: Romain Lievin
3640M: roms@lpg.ticalc.org
3641S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003642
Per Lidene86eaa32006-01-12 16:45:18 +01003643TIPC NETWORK LAYER
3644P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003645M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003646P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003647M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003648P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003649M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003650L: tipc-discussion@lists.sourceforge.net
3651W: http://tipc.sourceforge.net/
3652W: http://tipc.cslab.ericsson.net/
3653T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3654S: Maintained
3655
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656TLAN NETWORK DRIVER
3657P: Samuel Chessman
3658M: chessman@tux.org
3659L: tlan-devel@lists.sourceforge.net
3660W: http://sourceforge.net/projects/tlan/
3661S: Maintained
3662
3663TOKEN-RING NETWORK DRIVER
3664P: Mike Phillips
3665M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003666L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003667L: linux-tr@linuxtr.net
3668W: http://www.linuxtr.net
3669S: Maintained
3670
3671TOSHIBA ACPI EXTRAS DRIVER
3672P: John Belmonte
3673M: toshiba_acpi@memebeam.org
3674W: http://memebeam.org/toys/ToshibaAcpiDriver
3675S: Maintained
3676
3677TOSHIBA SMM DRIVER
3678P: Jonathan Buzzard
3679M: jonathan@buzzard.org.uk
3680L: tlinux-users@tce.toshiba-dme.co.jp
3681W: http://www.buzzard.org.uk/toshiba/
3682S: Maintained
3683
3684TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3685P: Muli Ben-Yehuda
3686M: mulix@mulix.org
3687L: linux-kernel@vger.kernel.org
3688S: Maintained
3689
3690TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003691P: Adrian Bunk
3692M: trivial@kernel.org
3693L: linux-kernel@vger.kernel.org
3694W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3695T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3696S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003697
3698TMS380 TOKEN-RING NETWORK DRIVER
3699P: Adam Fritzler
3700M: mid@auk.cx
3701L: linux-tr@linuxtr.net
3702W: http://www.auk.cx/tms380tr/
3703S: Maintained
3704
3705TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706L: tulip-users@lists.sourceforge.net
3707W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003708S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709
3710TUN/TAP driver
3711P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003712M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713L: vtun@office.satix.net
3714W: http://vtun.sourceforge.net/tun
3715S: Maintained
3716
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003717TURBOCHANNEL SUBSYSTEM
3718P: Maciej W. Rozycki
3719M: macro@linux-mips.org
3720S: Maintained
3721
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722U14-34F SCSI DRIVER
3723P: Dario Ballabio
3724M: ballabio_dario@emc.com
3725L: linux-scsi@vger.kernel.org
3726S: Maintained
3727
3728UDF FILESYSTEM
3729P: Ben Fennema
3730M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731W: http://linux-udf.sourceforge.net
3732S: Maintained
3733
3734UNIFORM CDROM DRIVER
3735P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003736M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003737L: linux-kernel@vger.kernel.org
3738W: http://www.kernel.dk
3739S: Maintained
3740
3741USB ACM DRIVER
3742P: Oliver Neukum
3743M: oliver@neukum.name
3744L: linux-usb-users@lists.sourceforge.net
3745L: linux-usb-devel@lists.sourceforge.net
3746S: Maintained
3747
3748USB BLOCK DRIVER (UB ub)
3749P: Pete Zaitcev
3750M: zaitcev@redhat.com
3751L: linux-kernel@vger.kernel.org
3752L: linux-usb-devel@lists.sourceforge.net
3753S: Supported
3754
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755USB CDC ETHERNET DRIVER
3756P: Greg Kroah-Hartman
3757M: greg@kroah.com
3758L: linux-usb-users@lists.sourceforge.net
3759L: linux-usb-devel@lists.sourceforge.net
3760S: Maintained
3761W: http://www.kroah.com/linux-usb/
3762
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003763USB DAVICOM DM9601 DRIVER
3764P: Peter Korsgaard
3765M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003766L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003767W: http://www.linux-usb.org/usbnet
3768S: Maintained
3769
Linus Torvalds1da177e2005-04-16 15:20:36 -07003770USB EHCI DRIVER
3771P: David Brownell
3772M: dbrownell@users.sourceforge.net
3773L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003774S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775
Luca Risolia7ce08c92006-01-11 02:06:59 +00003776USB ET61X[12]51 DRIVER
3777P: Luca Risolia
3778M: luca.risolia@studio.unibo.it
3779L: linux-usb-devel@lists.sourceforge.net
3780L: video4linux-list@redhat.com
3781W: http://www.linux-projects.org
3782S: Maintained
3783
David Brownell69ae9e32006-11-14 02:03:31 -08003784USB GADGET/PERIPHERAL SUBSYSTEM
3785P: David Brownell
3786M: dbrownell@users.sourceforge.net
3787L: linux-usb-devel@lists.sourceforge.net
3788W: http://www.linux-usb.org/gadget
3789S: Maintained
3790
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003791USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003792P: Jiri Kosina
3793M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003795T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796S: Maintained
3797
3798USB HUB DRIVER
3799P: Johannes Erdfelt
3800M: johannes@erdfelt.com
3801L: linux-usb-users@lists.sourceforge.net
3802L: linux-usb-devel@lists.sourceforge.net
3803S: Maintained
3804
Olav Kongas959eea22005-11-03 17:38:14 +02003805USB ISP116X DRIVER
3806P: Olav Kongas
3807M: ok@artecdesign.ee
3808L: linux-usb-devel@lists.sourceforge.net
3809S: Maintained
3810
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811USB KAWASAKI LSI DRIVER
3812P: Oliver Neukum
3813M: oliver@neukum.name
3814L: linux-usb-users@lists.sourceforge.net
3815L: linux-usb-devel@lists.sourceforge.net
3816S: Maintained
3817
3818USB MASS STORAGE DRIVER
3819P: Matthew Dharm
3820M: mdharm-usb@one-eyed-alien.net
3821L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003822L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823S: Maintained
3824W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3825
3826USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003827P: David Brownell
3828M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829L: linux-usb-users@lists.sourceforge.net
3830L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003831S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832
Matthias Urlichsba460e42005-07-14 00:33:47 -07003833USB OPTION-CARD DRIVER
3834P: Matthias Urlichs
3835M: smurf@smurf.noris.de
3836L: linux-usb-devel@lists.sourceforge.net
3837S: Maintained
3838
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839USB OV511 DRIVER
3840P: Mark McClelland
3841M: mmcclell@bigfoot.com
3842L: linux-usb-users@lists.sourceforge.net
3843L: linux-usb-devel@lists.sourceforge.net
3844W: http://alpha.dyndns.org/ov511/
3845S: Maintained
3846
3847USB PEGASUS DRIVER
3848P: Petko Manolov
3849M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003851L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852W: http://pegasus2.sourceforge.net/
3853S: Maintained
3854
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003855USB PRINTER DRIVER (usblp)
3856P: Pete Zaitcev
3857M: zaitcev@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858L: linux-usb-users@lists.sourceforge.net
3859L: linux-usb-devel@lists.sourceforge.net
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003860S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861
3862USB RTL8150 DRIVER
3863P: Petko Manolov
3864M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003866L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867W: http://pegasus2.sourceforge.net/
3868S: Maintained
3869
3870USB SE401 DRIVER
3871P: Jeroen Vreeken
3872M: pe1rxq@amsat.org
3873L: linux-usb-users@lists.sourceforge.net
3874L: linux-usb-devel@lists.sourceforge.net
3875W: http://www.chello.nl/~j.vreeken/se401/
3876S: Maintained
3877
3878USB SERIAL CYBERJACK DRIVER
3879P: Matthias Bruestle and Harald Welte
3880M: support@reiner-sct.com
3881W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3882S: Maintained
3883
3884USB SERIAL DIGI ACCELEPORT DRIVER
3885P: Peter Berger and Al Borchers
3886M: pberger@brimson.com
3887M: alborchers@steinerpoint.com
3888L: linux-usb-users@lists.sourceforge.net
3889L: linux-usb-devel@lists.sourceforge.net
3890S: Maintained
3891
3892USB SERIAL DRIVER
3893P: Greg Kroah-Hartman
3894M: gregkh@suse.de
3895L: linux-usb-users@lists.sourceforge.net
3896L: linux-usb-devel@lists.sourceforge.net
3897S: Supported
3898
3899USB SERIAL BELKIN F5U103 DRIVER
3900P: William Greathouse
3901M: wgreathouse@smva.com
3902L: linux-usb-users@lists.sourceforge.net
3903L: linux-usb-devel@lists.sourceforge.net
3904S: Maintained
3905
3906USB SERIAL CYPRESS M8 DRIVER
3907P: Lonnie Mendez
3908M: dignome@gmail.com
3909L: linux-usb-users@lists.sourceforge.net
3910L: linux-usb-devel@lists.sourceforge.net
3911S: Maintained
3912W: http://geocities.com/i0xox0i
3913W: http://firstlight.net/cvs
3914
3915USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3916L: linux-usb-users@lists.sourceforge.net
3917L: linux-usb-devel@lists.sourceforge.net
3918S: Maintained
3919
3920USB AUERSWALD DRIVER
3921P: Wolfgang Muees
3922M: wolfgang@iksw-muees.de
3923L: linux-usb-users@lists.sourceforge.net
3924L: linux-usb-devel@lists.sourceforge.net
3925S: Maintained
3926
3927USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3928P: Gary Brubaker
3929M: xavyer@ix.netcom.com
3930L: linux-usb-users@lists.sourceforge.net
3931L: linux-usb-devel@lists.sourceforge.net
3932S: Maintained
3933
3934USB SERIAL KEYSPAN DRIVER
3935P: Greg Kroah-Hartman
3936M: greg@kroah.com
3937L: linux-usb-users@lists.sourceforge.net
3938L: linux-usb-devel@lists.sourceforge.net
3939W: http://www.kroah.com/linux/
3940S: Maintained
3941
3942USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003943P: Support Department
3944M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945L: linux-usb-users@lists.sourceforge.net
3946L: linux-usb-devel@lists.sourceforge.net
3947W: http://www.connecttech.com
3948S: Supported
3949
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003950USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003951P: Luca Risolia
3952M: luca.risolia@studio.unibo.it
3953L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003954L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955W: http://www.linux-projects.org
3956S: Maintained
3957
3958USB SUBSYSTEM
3959P: Greg Kroah-Hartman
3960M: gregkh@suse.de
3961L: linux-usb-users@lists.sourceforge.net
3962L: linux-usb-devel@lists.sourceforge.net
3963W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003964T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965S: Supported
3966
3967USB UHCI DRIVER
3968P: Alan Stern
3969M: stern@rowland.harvard.edu
3970L: linux-usb-users@lists.sourceforge.net
3971L: linux-usb-devel@lists.sourceforge.net
3972S: Maintained
3973
David Brownell69ae9e32006-11-14 02:03:31 -08003974USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003975P: David Brownell
3976M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003977L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003978W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003979S: Maintained
3980
3981USB W996[87]CF DRIVER
3982P: Luca Risolia
3983M: luca.risolia@studio.unibo.it
3984L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003985L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003986W: http://www.linux-projects.org
3987S: Maintained
3988
Luca Risolia60f78052006-02-06 16:29:35 +00003989USB ZC0301 DRIVER
3990P: Luca Risolia
3991M: luca.risolia@studio.unibo.it
3992L: linux-usb-devel@lists.sourceforge.net
3993L: video4linux-list@redhat.com
3994W: http://www.linux-projects.org
3995S: Maintained
3996
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997USB ZD1201 DRIVER
3998P: Jeroen Vreeken
3999M: pe1rxq@amsat.org
4000L: linux-usb-users@lists.sourceforge.net
4001L: linux-usb-devel@lists.sourceforge.net
4002W: http://linux-lc100020.sourceforge.net
4003S: Maintained
4004
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004005USB ZR364XX DRIVER
4006P: Antoine Jacquet
4007M: royale@zerezo.com
4008L: linux-usb-devel@lists.sourceforge.net
4009L: video4linux-list@redhat.com
4010W: http://royale.zerezo.com/zr364xx/
4011S: Maintained
4012
Linus Torvalds1da177e2005-04-16 15:20:36 -07004013USER-MODE LINUX
4014P: Jeff Dike
4015M: jdike@karaya.com
4016L: user-mode-linux-devel@lists.sourceforge.net
4017L: user-mode-linux-user@lists.sourceforge.net
4018W: http://user-mode-linux.sourceforge.net
4019S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004020
Linus Torvalds1da177e2005-04-16 15:20:36 -07004021FAT/VFAT/MSDOS FILESYSTEM:
4022P: OGAWA Hirofumi
4023M: hirofumi@mail.parknet.co.jp
4024L: linux-kernel@vger.kernel.org
4025S: Maintained
4026
4027VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4028P: Jeff Garzik
4029S: Odd fixes
4030
4031VIA RHINE NETWORK DRIVER
4032P: Roger Luethi
4033M: rl@hellgate.ch
4034S: Maintained
4035
Jean Delvare32c0a522005-09-22 21:47:58 +02004036VIAPRO SMBUS DRIVER
4037P: Jean Delvare
4038M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004039L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004040S: Maintained
4041
Francois Romieu01f20732007-01-26 00:57:17 -08004042VIA VELOCITY NETWORK DRIVER
4043P: Francois Romieu
4044M: romieu@fr.zoreil.com
4045L: netdev@vger.kernel.org
4046S: Maintained
4047
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048UCLINUX (AND M68KNOMMU)
4049P: Greg Ungerer
4050M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004052L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004053S: Maintained
4054
4055UCLINUX FOR NEC V850
4056P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057
4058UCLINUX FOR RENESAS H8/300
4059P: Yoshinori Sato
4060M: ysato@users.sourceforge.jp
4061W: http://uclinux-h8.sourceforge.jp/
4062S: Supported
4063
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004064UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004065P: Evgeniy Dushistov
4066M: dushistov@mail.ru
4067L: linux-kernel@vger.kernel.org
4068S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004069
Linus Torvalds1da177e2005-04-16 15:20:36 -07004070USB DIAMOND RIO500 DRIVER
4071P: Cesar Miquel
4072M: miquel@df.uba.ar
4073L: rio500-users@lists.sourceforge.net
4074W: http://rio500.sourceforge.net
4075S: Maintained
4076
4077VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004078P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004079M: mchehab@infradead.org
4080M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004082W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004083T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004084S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004085
Juerg Haefligerab413192006-09-24 20:54:04 +02004086VT1211 HARDWARE MONITOR DRIVER
4087P: Juerg Haefliger
4088M: juergh@gmail.com
4089L: lm-sensors@lm-sensors.org
4090S: Maintained
4091
Roger Lucas1de9e372005-11-26 20:20:05 +01004092VT8231 HARDWARE MONITOR DRIVER
4093P: Roger Lucas
4094M: roger@planbit.co.uk
4095L: lm-sensors@lm-sensors.org
4096S: Maintained
4097
Linus Torvalds1da177e2005-04-16 15:20:36 -07004098W1 DALLAS'S 1-WIRE BUS
4099P: Evgeniy Polyakov
4100M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004101S: Maintained
4102
Charles Spirakis13927072006-07-05 18:05:15 +02004103W83791D HARDWARE MONITORING DRIVER
4104P: Charles Spirakis
4105M: bezaur@gmail.com
4106L: lm-sensors@lm-sensors.org
4107S: Maintained
4108
Rudolf Marek61db0112006-12-12 18:18:30 +01004109W83793 HARDWARE MONITORING DRIVER
4110P: Rudolf Marek
4111M: r.marek@assembler.cz
4112L: lm-sensors@lm-sensors.org
4113S: Maintained
4114
Linus Torvalds1da177e2005-04-16 15:20:36 -07004115W83L51xD SD/MMC CARD INTERFACE DRIVER
4116P: Pierre Ossman
4117M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004118L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119W: http://projects.drzeus.cx/wbsd
4120S: Maintained
4121
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004122WATCHDOG DEVICE DRIVERS
4123P: Wim Van Sebroeck
4124M: wim@iguana.be
4125T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4126S: Maintained
4127
Linus Torvalds1da177e2005-04-16 15:20:36 -07004128WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4129P: Jean Tourrilhes
4130M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004131L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4133S: Maintained
4134
4135WD7000 SCSI DRIVER
4136P: Miroslav Zagorac
4137M: zaga@fly.cc.fer.hr
4138L: linux-scsi@vger.kernel.org
4139S: Maintained
4140
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004141WISTRON LAPTOP BUTTON DRIVER
4142P: Miloslav Trmac
4143M: mitr@volny.cz
4144S: Maintained
4145
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146WL3501 WIRELESS PCMCIA CARD DRIVER
4147P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004148M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004149L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004150W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004151S: Maintained
4152
4153X.25 NETWORK LAYER
4154P: Henner Eisen
4155M: eis@baty.hanse.de
4156L: linux-x25@vger.kernel.org
4157S: Maintained
4158
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004159XEN HYPERVISOR INTERFACE
4160P: Jeremy Fitzhardinge
4161M: jeremy@xensource.com
4162P: Chris Wright
4163M: chrisw@sous-sol.org
4164L: virtualization@lists.osdl.org
4165L: xen-devel@lists.xensource.com
4166S: Supported
4167
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168XFS FILESYSTEM
4169P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004170P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004171M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004172L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004173W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004174T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175S: Supported
4176
Peter Korsgaard238b8722006-12-06 20:35:17 -08004177XILINX UARTLITE SERIAL DRIVER
4178P: Peter Korsgaard
4179M: jacmet@sunsite.dk
4180L: linux-serial@vger.kernel.org
4181S: Maintained
4182
Linus Torvalds1da177e2005-04-16 15:20:36 -07004183X86 3-LEVEL PAGING (PAE) SUPPORT
4184P: Ingo Molnar
4185M: mingo@redhat.com
4186S: Maintained
4187
4188X86-64 port
4189P: Andi Kleen
4190M: ak@suse.de
4191L: discuss@x86-64.org
4192W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01004193T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07004194S: Maintained
4195
4196YAM DRIVER FOR AX.25
4197P: Jean-Paul Roubelat
4198M: jpr@f6fbb.org
4199L: linux-hams@vger.kernel.org
4200S: Maintained
4201
Henkaf64a5e2005-10-12 15:02:56 +02004202YEALINK PHONE DRIVER
4203P: Henk Vergonet
4204M: Henk.Vergonet@gmail.com
4205L: usbb2k-api-dev@nongnu.org
4206S: Maintained
4207
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208Z8530 DRIVER FOR AX.25
4209P: Joerg Reuter
4210M: jreuter@yaina.de
4211W: http://yaina.de/jreuter/
4212W: http://www.qsl.net/dl1bke/
4213L: linux-hams@vger.kernel.org
4214S: Maintained
4215
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004216ZD1211RW WIRELESS DRIVER
4217P: Daniel Drake
4218M: dsd@gentoo.org
4219P: Ulrich Kunitz
4220M: kune@deine-taler.de
4221W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004222L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004223L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4224S: Maintained
4225
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226ZF MACHZ WATCHDOG
4227P: Fernando Fuganti
4228M: fuganti@netbank.com.br
4229W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4230S: Maintained
4231
4232ZR36067 VIDEO FOR LINUX DRIVER
4233P: Ronald Bultje
4234M: rbultje@ronald.bitfreak.net
4235L: mjpeg-users@lists.sourceforge.net
4236W: http://mjpeg.sourceforge.net/driver-zoran/
4237S: Maintained
4238
4239ZR36120 VIDEO FOR LINUX DRIVER
4240P: Pauline Middelink
4241M: middelin@polyware.nl
4242W: http://www.polyware.nl/~middelin/En/hobbies.html
4243W: http://www.polyware.nl/~middelin/hobbies.html
4244S: Maintained
4245
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004246ZS DECSTATION Z85C30 SERIAL DRIVER
4247P: Maciej W. Rozycki
4248M: macro@linux-mips.org
4249S: Maintained
4250
Linus Torvalds1da177e2005-04-16 15:20:36 -07004251THE REST
4252P: Linus Torvalds
4253S: Buried alive in reporters