blob: 48ca8b47150d37c088d9d31bd3582aae94054776 [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
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500170M: rminnich@sandia.gov
Jim Cromiece00f852006-11-30 04:49:44 +0100171P: Latchesar Ionkov
172M: lucho@ionkov.net
173L: v9fs-developer@lists.sourceforge.net
Eric Van Hensbergen27a2a5f2007-07-23 13:06:13 -0500174W: http://swik.net/v9fs
Jim Cromiece00f852006-11-30 04:49:44 +0100175T: 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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291AEDSP16 DRIVER
292P: Riccardo Facchetti
293M: fizban@tin.it
294S: Maintained
295
296AFFS FILE SYSTEM
297P: Roman Zippel
298M: zippel@linux-m68k.org
299S: Maintained
300
301AGPGART DRIVER
Dave Jones70e89922007-07-09 20:23:50 -0400302P: David Airlie
303M: airlied@linux.ie
304T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305S: Maintained
306
307AHA152X SCSI DRIVER
308P: Juergen E. Fischer
309M: Juergen Fischer <fischer@norbit.de>
310L: linux-scsi@vger.kernel.org
311S: Maintained
312
313ALCATEL SPEEDTOUCH USB DRIVER
314P: Duncan Sands
315M: duncan.sands@free.fr
316L: linux-usb-users@lists.sourceforge.net
317L: linux-usb-devel@lists.sourceforge.net
318W: http://www.linux-usb.org/SpeedTouch/
319S: Maintained
320
Pierre Ossman272f1332007-05-14 21:25:26 +0200321ALCHEMY AU1XX0 MMC DRIVER
322S: Orphan
323
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000324ALI1563 I2C DRIVER
325P: Rudolf Marek
Jean Delvare7188cc62006-12-12 18:18:30 +0100326M: r.marek@assembler.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200327L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000328S: Maintained
329
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330ALPHA PORT
331P: Richard Henderson
332M: rth@twiddle.net
333S: Odd Fixes for 2.4; Maintained for 2.6.
334P: Ivan Kokshaysky
335M: ink@jurassic.park.msu.ru
336S: Maintained for 2.4; PCI support for 2.6.
337
Thomas Dahlmann167a6752007-07-12 09:30:39 -0700338AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
339P: Thomas Dahlmann
340M: thomas.dahlmann@amd.com
341L: info-linux@geode.amd.com
342S: Supported
343
Jordan Crousef90b8112006-01-06 00:12:14 -0800344AMD GEODE PROCESSOR/CHIPSET SUPPORT
Jim Cromiece00f852006-11-30 04:49:44 +0100345P: Jordan Crouse
346M: info-linux@geode.amd.com
Jordan Crousef90b8112006-01-06 00:12:14 -0800347L: info-linux@geode.amd.com
348W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
349S: Supported
350
Stelian Pop284f42b2006-12-12 18:18:31 +0100351AMS (Apple Motion Sensor) DRIVER
352P: Stelian Pop
353M: stelian@popies.net
354P: Michael Hanselmann
355M: linux-kernel@hansmi.ch
356S: Supported
357
Tom Tuckerf94b5332006-09-22 15:22:48 -0700358AMSO1100 RNIC DRIVER
359P: Tom Tucker
360M: tom@opengridcomputing.com
361P: Steve Wise
362M: swise@opengridcomputing.com
Roland Dreier78526822007-07-09 20:12:26 -0700363L: general@lists.openfabrics.org
Tom Tuckerf94b5332006-09-22 15:22:48 -0700364S: Maintained
365
Johannes Berg42269062006-07-25 16:15:50 +0200366AOA (Apple Onboard Audio) ALSA DRIVER
367P: Johannes Berg
368M: johannes@sipsolutions.net
369L: linuxppc-dev@ozlabs.org
Takashi Iwai82622042007-04-16 12:32:52 +0200370L: alsa-devel@alsa-project.org (subscribers-only)
Johannes Berg42269062006-07-25 16:15:50 +0200371S: Maintained
372
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373APM DRIVER
374P: Stephen Rothwell
375M: sfr@canb.auug.org.au
376L: linux-laptop@vger.kernel.org
377W: http://www.canb.auug.org.au/~sfr/
378S: Supported
379
Nicolas Boichat6f2fad72007-05-08 00:24:52 -0700380APPLE SMC DRIVER
381P: Nicolas Boichat
382M: nicolas@boichat.ch
383L: mactel-linux-devel@lists.sourceforge.net
384S: Maintained
385
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386APPLETALK NETWORK LAYER
387P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -0300388M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389S: Maintained
390
Jaya Kumar1154ea72005-06-21 17:17:04 -0700391ARC FRAMEBUFFER DRIVER
392P: Jaya Kumar
393M: jayalk@intworks.biz
394S: Maintained
395
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396ARM MFM AND FLOPPY DRIVERS
397P: Ian Molton
398M: spyro@f2s.com
399S: Maintained
400
Russell King2761f5c2007-05-24 06:56:08 +0200401ARM PRIMECELL MMCI PL180/1 DRIVER
402P: Russell King
403M: rmk@arm.linux.org.uk
404L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
405S: Maintained
406
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800407ARM/ADI ROADRUNNER MACHINE SUPPORT
408P: Lennert Buytenhek
409M: kernel@wantstofly.org
410L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
411S: Maintained
412
413ARM/ADS SPHERE MACHINE SUPPORT
414P: Lennert Buytenhek
415M: kernel@wantstofly.org
416L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
417S: Maintained
418
419ARM/AJECO 1ARM MACHINE SUPPORT
420P: Lennert Buytenhek
421M: kernel@wantstofly.org
422L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
423S: Maintained
424
Andrew Victord4a89c72006-12-04 13:56:21 +0100425ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
426P: Andrew Victor
427M: andrew@sanpeople.com
428L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
429W: http://maxim.org.za/at91_26.html
430S: Maintained
431
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800432ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
433P: Lennert Buytenhek
434M: kernel@wantstofly.org
435L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
436S: Maintained
437
438ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
439P: Lennert Buytenhek
440M: kernel@wantstofly.org
441L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
442S: Maintained
443
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444ARM/CORGI MACHINE SUPPORT
445P: Richard Purdie
446M: rpurdie@rpsys.net
447S: Maintained
448
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800449ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
450P: Lennert Buytenhek
451M: kernel@wantstofly.org
452L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
453S: Maintained
454
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100455ARM/HP JORNADA 7XX MACHINE SUPPORT
456P: Kristoffer Ericson
Kristoffer Ericson6a4d0282007-07-07 17:45:10 +0100457M: kristoffer.ericson@gmail.com
Kristoffer Ericson21f37bc2006-11-21 01:20:31 +0100458W: www.jlime.com
459S: Maintained
460
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800461ARM/INTEL IOP32X ARM ARCHITECTURE
462P: Lennert Buytenhek
463M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100464P: Dan Williams
465M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100467S: Supported
468
469ARM/INTEL IOP33X ARM ARCHITECTURE
470P: Dan Williams
471M: dan.j.williams@intel.com
472L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
473S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800474
475ARM/INTEL IOP13XX ARM ARCHITECTURE
476P: Lennert Buytenhek
477M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100478P: Dan Williams
479M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100481S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800482
483ARM/INTEL IQ81342EX MACHINE SUPPORT
484P: Lennert Buytenhek
485M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100486P: Dan Williams
487M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800488L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100489S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800490
491ARM/INTEL IXP2000 ARM ARCHITECTURE
492P: Lennert Buytenhek
493M: kernel@wantstofly.org
494L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
495S: Maintained
496
497ARM/INTEL IXDP2850 MACHINE SUPPORT
498P: Lennert Buytenhek
499M: kernel@wantstofly.org
500L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
501S: Maintained
502
503ARM/INTEL IXP23XX ARM ARCHITECTURE
504P: Lennert Buytenhek
505M: kernel@wantstofly.org
506L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
507S: Maintained
508
509ARM/INTEL XSC3 (MANZANO) ARM CORE
510P: Lennert Buytenhek
511M: kernel@wantstofly.org
Dan Williamse2bdb172007-01-02 18:32:37 +0100512P: Dan Williams
513M: dan.j.williams@intel.com
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Dan Williamse2bdb172007-01-02 18:32:37 +0100515S: Supported
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800516
517ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
518P: Lennert Buytenhek
519M: kernel@wantstofly.org
520L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
521S: Maintained
522
523ARM/LOGICPD PXA270 MACHINE SUPPORT
524P: Lennert Buytenhek
525M: kernel@wantstofly.org
526L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
527S: Maintained
528
Dirk Opfer8459c152005-11-06 14:27:52 +0000529ARM/TOSA MACHINE SUPPORT
530P: Dirk Opfer
531M: dirk@opfer-online.de
532S: Maintained
533
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534ARM/PLEB SUPPORT
535P: Peter Chubb
536M: pleb@gelato.unsw.edu.au
537W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
538S: Maintained
539
540ARM/PT DIGITAL BOARD PORT
541P: Stefan Eletzhofer
542M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700543L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544W: http://www.arm.linux.org.uk/
545S: Maintained
546
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800547ARM/RADISYS ENP2611 MACHINE SUPPORT
548P: Lennert Buytenhek
549M: kernel@wantstofly.org
550L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
551S: Maintained
552
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553ARM/SHARK MACHINE SUPPORT
554P: Alexander Schulz
555M: alex@shark-linux.de
556W: http://www.shark-linux.de/shark.html
557S: Maintained
558
559ARM/STRONGARM110 PORT
560P: Russell King
561M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700562L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563W: http://www.arm.linux.org.uk/
564S: Maintained
565
566ARM/S3C2410 ARM ARCHITECTURE
567P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800568M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700569L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570W: http://www.fluff.org/ben/linux/
571S: Maintained
572
573ARM/S3C2440 ARM ARCHITECTURE
574P: Ben Dooks
Ben Dooks449d4dd2006-12-22 01:10:23 -0800575M: ben-linux@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700576L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577W: http://www.fluff.org/ben/linux/
578S: Maintained
579
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -0800580ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
581P: Lennert Buytenhek
582M: kernel@wantstofly.org
583L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
584S: Maintained
585
586ARM/THECUS N2100 MACHINE SUPPORT
587P: Lennert Buytenhek
588M: kernel@wantstofly.org
589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
590S: Maintained
591
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592ARPD SUPPORT
593P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700594L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595S: Maintained
596
597ASUS ACPI EXTRAS DRIVER
Len Brown0b67d942006-12-22 21:18:56 -0500598P: Corentin Chary
599M: corentincj@iksaif.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600P: Karol Kozimor
601M: sziwan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602L: acpi4asus-user@lists.sourceforge.net
603W: http://sourceforge.net/projects/acpi4asus
Len Brown0b67d942006-12-22 21:18:56 -0500604W: http://xf.iksaif.net/acpi4asus
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605S: Maintained
606
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -0400607ASUS ASB100 HARDWARE MONITOR DRIVER
608P: Mark M. Hoffman
609M: mhoffman@lightlink.com
610L: lm-sensors@lm-sensors.org
611S: Maintained
612
Corentin Chary85091b72007-01-26 14:04:30 +0100613ASUS LAPTOP EXTRAS DRIVER
614P: Corentin Chary
615M: corentincj@iksaif.net
616L: acpi4asus-user@lists.sourceforge.net
617W: http://sourceforge.net/projects/acpi4asus
618W: http://xf.iksaif.net/acpi4asus
619S: Maintained
620
Dan Williamsb3e5f262007-08-07 10:26:35 -0700621ASYNCHRONOUS TRANSFERS/TRANSFORMS API
622P: Dan Williams
623M: dan.j.williams@intel.com
624P: Shannon Nelson
625M: shannon.nelson@intel.com
626L: linux-kernel@vger.kernel.org
627W: http://sourceforge.net/projects/xscaleiop
628S: Supported
629
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630ATA OVER ETHERNET DRIVER
631P: Ed L. Cashin
632M: ecashin@coraid.com
633W: http://www.coraid.com/support/linux
634S: Supported
635
Jay Cliburn8d5ca6e2007-02-03 20:25:10 -0600636ATL1 ETHERNET DRIVER
637P: Jay Cliburn
638M: jcliburn@gmail.com
639P: Chris Snook
640M: csnook@redhat.com
641L: atl1-devel@lists.sourceforge.net
642W: http://sourceforge.net/projects/atl1
643W: http://atl1.sourceforge.net
644S: Maintained
645
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646ATM
647P: Chas Williams
648M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700649L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650W: http://linux-atm.sourceforge.net
651S: Maintained
652
Pierre Ossman272f1332007-05-14 21:25:26 +0200653ATMEL AT91 MCI DRIVER
Pierre Ossman81764fa2007-07-15 18:47:38 +0200654P: Nicolas Ferre
655M: nicolas.ferre@rfo.atmel.com
656L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
657W: http://www.atmel.com/products/AT91/
658W: http://www.at91.com/
659S: Maintained
Pierre Ossman272f1332007-05-14 21:25:26 +0200660
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100661ATMEL MACB ETHERNET DRIVER
Haavard Skinnemoen89e57852006-11-09 14:51:17 +0100662P: Haavard Skinnemoen
663M: hskinnemoen@atmel.com
664S: Supported
665
Haavard Skinnemoen754ce4f2007-02-14 00:33:09 -0800666ATMEL SPI DRIVER
667P: Haavard Skinnemoen
668M: hskinnemoen@atmel.com
669S: Supported
670
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671ATMEL WIRELESS DRIVER
672P: Simon Kelley
673M: simon@thekelleys.org.uk
Johannes Berg724c6b32007-04-23 12:18:20 -0700674L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675W: http://www.thekelleys.org.uk/atmel
676W: http://atmelwlandriver.sourceforge.net/
677S: Maintained
678
Chris Wrighta92b7b82005-07-07 18:12:23 -0700679AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100680P: David Woodhouse
681M: dwmw2@infradead.org
Gabriel Cb9a06202007-08-10 13:00:56 -0700682L: linux-audit@redhat.com (subscribers-only)
David Woodhousead3f9a22005-07-13 15:28:29 +0100683W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800684T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700685S: Maintained
686
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800687AUXILIARY DISPLAY DRIVERS
688P: Miguel Ojeda Sandonis
689M: maxextreme@gmail.com
690L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700691W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800692S: Maintained
693
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700694AVR32 ARCHITECTURE
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700695P: Haavard Skinnemoen
696M: hskinnemoen@atmel.com
697W: http://www.atmel.com/products/AVR32/
698W: http://avr32linux.org/
699W: http://avrfreaks.net/
700S: Supported
701
702AVR32/AT32AP MACHINE SUPPORT
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700703P: Haavard Skinnemoen
704M: hskinnemoen@atmel.com
705S: Supported
706
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707AX.25 NETWORK LAYER
708P: Ralf Baechle
709M: ralf@linux-mips.org
710L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200711W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712S: Maintained
713
Richard Purdie300abeb2007-02-07 22:21:07 +0000714BACKLIGHT CLASS/SUBSYSTEM
715P: Richard Purdie
716M: rpurdie@rpsys.net
717S: Maintained
718
Bryan Wu1394f032007-05-06 14:50:22 -0700719BLACKFIN ARCHITECTURE
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800720P: Aubrey Li
721M: aubrey.li@analog.com
722P: Bernd Schmidt
723M: bernd.schmidt@analog.com
724P: Bryan Wu
725M: bryan.wu@analog.com
726P: Grace Pan
727M: grace.pan@analog.com
728P: Marc Hoffman
729M: marc.hoffman@analog.com
730P: Michael Hennerich
731M: michael.hennerich@analog.com
732P: Mike Frysinger
733M: michael.frysinger@analog.com
734P: Jerry Zeng
735M: jerry.zeng@analog.com
736P: Jie Zhang
737M: jie.zhang@analog.com
738P: Robin Getz
739M: robin.getz@analog.com
740P: Roy Huang
741M: roy.huang@analog.com
742P: Sonic Zhang
743M: sonic.zhang@analog.com
744P: Vivi Li
745M: vivi.li@analog.com
746P: Yi Li
747M: yi.li@analog.com
748L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
749W: http://blackfin.uclinux.org
750S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700751
Bryan Wue190d6b2007-07-17 14:43:44 +0800752BLACKFIN EMAC DRIVER
753P: Bryan Wu
754M: bryan.wu@analog.com
755L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
756W: http://blackfin.uclinux.org
757S: Supported
758
Mike Frysinger566da5b2007-06-11 15:31:30 +0800759BLACKFIN RTC DRIVER
760P: Mike Frysinger
761M: michael.frysinger@analog.com
762M: vapier.adi@gmail.com
763L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
764W: http://blackfin.uclinux.org
765S: Supported
766
Bryan Wu1394f032007-05-06 14:50:22 -0700767BLACKFIN SERIAL DRIVER
Bryan Wue3b2d3f2007-06-11 15:31:30 +0800768P: Aubrey Li
769M: aubrey.li@analog.com
770L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
771W: http://blackfin.uclinux.org
772S: Supported
Bryan Wu1394f032007-05-06 14:50:22 -0700773
Bryan Wu1e6d3202007-07-15 02:50:02 +0800774BLACKFIN WATCHDOG DRIVER
775P: Mike Frysinger
776M: michael.frysinger@analog.com
777M: vapier.adi@gmail.com
778L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
779W: http://blackfin.uclinux.org
780S: Supported
781
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782BAYCOM/HDLCDRV DRIVERS FOR AX.25
783P: Thomas Sailer
784M: t.sailer@alumni.ethz.ch
785L: linux-hams@vger.kernel.org
786W: http://www.baycom.org/~tom/ham/ham.html
787S: Maintained
788
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200789BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
790P: Larry Finger
791M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200792P: Stefano Brivio
793M: st3@riseup.net
Johannes Berg724c6b32007-04-23 12:18:20 -0700794L: linux-wireless@vger.kernel.org
Michael Buesch9eac8f92006-04-22 17:31:27 +0200795W: http://bcm43xx.berlios.de/
796S: Maintained
797
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798BEFS FILE SYSTEM
799P: Sergey S. Kostyliov
800M: rathamahata@php4.ru
801L: linux-kernel@vger.kernel.org
802S: Maintained
803
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804BFS FILE SYSTEM
805P: Tigran A. Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -0800806M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807L: linux-kernel@vger.kernel.org
808S: Maintained
809
Bryan Wud24ecfc2007-05-01 23:26:32 +0200810BLACKFIN I2C TWI DRIVER
811P: Sonic Zhang
812M: sonic.zhang@analog.com
813L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
814W: http://blackfin.uclinux.org/
815S: Supported
816
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817BLOCK LAYER
818P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +0200819M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800821T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822S: Maintained
823
824BLUETOOTH SUBSYSTEM
825P: Marcel Holtmann
826M: marcel@holtmann.org
827P: Maxim Krasnyansky
828M: maxk@qualcomm.com
829L: bluez-devel@lists.sf.net
830W: http://bluez.sf.net
831W: http://www.bluez.org
832W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800833T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834S: Maintained
835
836BLUETOOTH RFCOMM LAYER
837P: Marcel Holtmann
838M: marcel@holtmann.org
839P: Maxim Krasnyansky
840M: maxk@qualcomm.com
841S: Maintained
842
843BLUETOOTH BNEP LAYER
844P: Marcel Holtmann
845M: marcel@holtmann.org
846P: Maxim Krasnyansky
847M: maxk@qualcomm.com
848S: Maintained
849
850BLUETOOTH CMTP LAYER
851P: Marcel Holtmann
852M: marcel@holtmann.org
853S: Maintained
854
855BLUETOOTH HIDP LAYER
856P: Marcel Holtmann
857M: marcel@holtmann.org
858S: Maintained
859
860BLUETOOTH HCI UART DRIVER
861P: Marcel Holtmann
862M: marcel@holtmann.org
863P: Maxim Krasnyansky
864M: maxk@qualcomm.com
865S: Maintained
866
867BLUETOOTH HCI USB DRIVER
868P: Marcel Holtmann
869M: marcel@holtmann.org
870P: Maxim Krasnyansky
871M: maxk@qualcomm.com
872S: Maintained
873
874BLUETOOTH HCI BCM203X DRIVER
875P: Marcel Holtmann
876M: marcel@holtmann.org
877S: Maintained
878
879BLUETOOTH HCI BPA10X DRIVER
880P: Marcel Holtmann
881M: marcel@holtmann.org
882S: Maintained
883
884BLUETOOTH HCI BFUSB DRIVER
885P: Marcel Holtmann
886M: marcel@holtmann.org
887S: Maintained
888
889BLUETOOTH HCI DTL1 DRIVER
890P: Marcel Holtmann
891M: marcel@holtmann.org
892S: Maintained
893
894BLUETOOTH HCI BLUECARD DRIVER
895P: Marcel Holtmann
896M: marcel@holtmann.org
897S: Maintained
898
899BLUETOOTH HCI BT3C DRIVER
900P: Marcel Holtmann
901M: marcel@holtmann.org
902S: Maintained
903
904BLUETOOTH HCI BTUART DRIVER
905P: Marcel Holtmann
906M: marcel@holtmann.org
907S: Maintained
908
909BLUETOOTH HCI VHCI DRIVER
910P: Maxim Krasnyansky
911M: maxk@qualcomm.com
912S: Maintained
913
914BONDING DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +0100915P: Chad Tindel
916M: ctindel@users.sourceforge.net
917P: Jay Vosburgh
918M: fubar@us.ibm.com
919L: bonding-devel@lists.sourceforge.net
920W: http://sourceforge.net/projects/bonding/
921S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000923BROADBAND PROCESSOR ARCHITECTURE
924P: Arnd Bergmann
925M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100926L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400927W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000928S: Supported
929
Gary Zambrano39105892006-06-22 17:26:20 -0700930BROADCOM B44 10/100 ETHERNET DRIVER
931P: Gary Zambrano
932M: zambrano@broadcom.com
933L: netdev@vger.kernel.org
934S: Supported
935
Michael Chan948c51e2006-06-04 02:51:39 -0700936BROADCOM BNX2 GIGABIT ETHERNET DRIVER
937P: Michael Chan
938M: mchan@broadcom.com
939L: netdev@vger.kernel.org
940S: Supported
941
942BROADCOM TG3 GIGABIT ETHERNET DRIVER
943P: Michael Chan
944M: mchan@broadcom.com
945L: netdev@vger.kernel.org
946S: Supported
947
Jens Axboe5cdf7f72007-07-17 08:58:06 +0200948BSG (block layer generic sg v4 driver)
949P: FUJITA Tomonori
950M: fujita.tomonori@lab.ntt.co.jp
951L: linux-scsi@vger.kernel.org
952S: Supported
953
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700955P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200956M: mchehab@infradead.org
957M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700959W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200960T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700961S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962
Jonathan Corbet77d51402007-03-22 19:44:17 -0300963CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
964P: Jonathan Corbet
965M: corbet@lwn.net
966L: video4linux-list@redhat.com
967S: Maintained
968
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200969CALGARY x86-64 IOMMU
970P: Muli Ben-Yehuda
971M: muli@il.ibm.com
972P: Jon D. Mason
Jon Masond8d2bed2006-10-05 18:47:21 +0200973M: jdmason@kudzu.us
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200974L: linux-kernel@vger.kernel.org
975L: discuss@x86-64.org
976S: Maintained
977
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800978CFAG12864B LCD DRIVER
979P: Miguel Ojeda Sandonis
980M: maxextreme@gmail.com
981L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700982W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800983S: Maintained
984
985CFAG12864BFB LCD FRAMEBUFFER DRIVER
986P: Miguel Ojeda Sandonis
987M: maxextreme@gmail.com
988L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -0700989W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -0800990S: Maintained
991
Johannes Berg704232c2007-04-23 12:20:05 -0700992CFG80211 and NL80211
993P: Johannes Berg
994M: johannes@sipsolutions.net
995L: linux-wireless@vger.kernel.org
996S: Maintained
997
Andy Whitcroft0a920b52007-06-01 00:46:48 -0700998CHECKPATCH
999P: Andy Whitcroft
1000M: apw@shadowen.org
1001P: Randy Dunlap
1002M: rdunlap@xenotime.net
1003P: Joel Schopp
1004M: jschopp@austin.ibm.com
1005S: Supported
1006
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007COMMON INTERNET FILE SYSTEM (CIFS)
1008P: Steve French
1009M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +01001010L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011L: samba-technical@lists.samba.org
Steve Frenchaf5a0322007-08-13 19:53:17 +00001012W: http://linux-cifs.samba.org/
Josh Boyer1adc1232005-11-23 15:44:15 -08001013T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001014S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015
Joel Becker7063fbf2005-12-15 14:29:43 -08001016CONFIGFS
1017P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -08001018M: joel.becker@oracle.com
1019L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -08001020S: Supported
1021
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001022CIRRUS LOGIC EP93XX ETHERNET DRIVER
1023P: Lennert Buytenhek
1024M: kernel@wantstofly.org
1025L: netdev@vger.kernel.org
1026S: Maintained
1027
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028CIRRUS LOGIC GENERIC FBDEV DRIVER
1029P: Jeff Garzik
1030M: jgarzik@pobox.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001031L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032S: Odd Fixes
1033
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001034CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1035P: Lennert Buytenhek
1036M: kernel@wantstofly.org
1037L: linux-usb-devel@lists.sourceforge.net
1038S: Maintained
1039
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1041P: Cirrus Logic Corporation (kernel 2.2 driver)
1042M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1043P: Nils Faerber (port to kernel 2.4)
1044M: Nils Faerber <nils@kernelconcepts.de>
1045S: Maintained
1046
1047CODA FILE SYSTEM
1048P: Jan Harkes
1049M: jaharkes@cs.cmu.edu
1050M: coda@cs.cmu.edu
1051L: codalist@coda.cs.cmu.edu
1052W: http://www.coda.cs.cmu.edu/
1053S: Maintained
1054
1055COMPACTPCI HOTPLUG CORE
1056P: Scott Murray
1057M: scottm@somanetworks.com
1058M: scott@spiteful.org
1059L: pcihpd-discuss@lists.sourceforge.net
1060S: Supported
1061
1062COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1063P: Scott Murray
1064M: scottm@somanetworks.com
1065M: scott@spiteful.org
1066L: pcihpd-discuss@lists.sourceforge.net
1067S: Supported
1068
1069COMPACTPCI HOTPLUG GENERIC DRIVER
1070P: Scott Murray
1071M: scottm@somanetworks.com
1072M: scott@spiteful.org
1073L: pcihpd-discuss@lists.sourceforge.net
1074S: Supported
1075
1076COMPUTONE INTELLIPORT MULTIPORT CARD
1077P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -07001078M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -07001080S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081
Simon Arlott949be0f2007-03-06 02:47:46 -08001082CONEXANT ACCESSRUNNER USB DRIVER
1083P: Simon Arlott
1084M: cxacru@fire.lp0.eu
Simon Arlott9ae5e3b2007-05-09 08:38:10 +02001085L: accessrunner-general@lists.sourceforge.net
1086W: http://accessrunner.sourceforge.net/
Simon Arlott949be0f2007-03-06 02:47:46 -08001087S: Maintained
1088
Rudolf Marekbebe4672007-05-08 17:22:02 +02001089CORETEMP HARDWARE MONITORING DRIVER
1090P: Rudolf Marek
1091M: r.marek@assembler.cz
1092L: lm-sensors@lm-sensors.org
1093S: Maintained
1094
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095COSA/SRP SYNC SERIAL DRIVER
1096P: Jan "Yenya" Kasprzak
1097M: kas@fi.muni.cz
1098W: http://www.fi.muni.cz/~kas/cosa/
1099S: Maintained
1100
1101CPU FREQUENCY DRIVERS
1102P: Dave Jones
1103M: davej@codemonkey.org.uk
1104L: cpufreq@lists.linux.org.uk
1105W: http://www.codemonkey.org.uk/projects/cpufreq/
Dave Jones7531a0b2006-12-12 17:26:35 -05001106T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107S: Maintained
1108
1109CPUID/MSR DRIVER
1110P: H. Peter Anvin
1111M: hpa@zytor.com
1112S: Maintained
1113
Paul Jacksoned90fb42005-09-27 21:45:37 -07001114CPUSETS
1115P: Paul Jackson
1116P: Simon Derr
1117M: pj@sgi.com
1118M: simon.derr@bull.net
1119L: linux-kernel@vger.kernel.org
1120W: http://www.bullopensource.org/cpuset/
1121S: Supported
1122
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123CRAMFS FILESYSTEM
Jim Cromiece00f852006-11-30 04:49:44 +01001124W: http://sourceforge.net/projects/cramfs/
1125S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126
1127CRIS PORT
1128P: Mikael Starvik
1129M: starvik@axis.com
1130L: dev-etrax@axis.com
1131W: http://developer.axis.com
1132S: Maintained
1133
1134CRYPTO API
1135P: Herbert Xu
1136M: herbert@gondor.apana.org.au
1137P: David S. Miller
1138M: davem@davemloft.net
1139L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001140T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141S: Maintained
1142
Jaya Kumar9b4ffa42005-11-17 10:12:23 +01001143CS5535 Audio ALSA driver
1144P: Jaya Kumar
1145M: jayakumar.alsa@gmail.com
1146S: Maintained
1147
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148CYBERPRO FB DRIVER
1149P: Russell King
1150M: rmk@arm.linux.org.uk
1151W: http://www.arm.linux.org.uk/
1152S: Maintained
1153
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001154CYBLAFB FRAMEBUFFER DRIVER
1155P: Knut Petersen
1156M: Knut_Petersen@t-online.de
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001157L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Knut Petersen9fa68ea2005-09-09 13:04:56 -07001158S: Maintained
1159
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160CYCLADES 2X SYNC CARD DRIVER
1161P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001162M: acme@ghostprotocols.net
1163W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164S: Maintained
1165
1166CYCLADES ASYNC MUX DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001168S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169
1170CYCLADES PC300 DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171W: http://www.cyclades.com/
Jiri Slabyd4598832007-02-12 00:51:53 -08001172S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174DAMA SLAVE for AX.25
1175P: Joerg Reuter
1176M: jreuter@yaina.de
1177W: http://yaina.de/jreuter/
1178W: http://www.qsl.net/dl1bke/
1179L: linux-hams@vger.kernel.org
1180S: Maintained
1181
1182DC395x SCSI driver
1183P: Oliver Neukum
1184M: oliver@neukum.name
1185P: Ali Akcaagac
1186M: aliakc@web.de
1187P: Jamie Lenehan
1188M: lenehan@twibble.org
1189W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -07001190L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191L: http://lists.twibble.org/mailman/listinfo/dc395x/
1192S: Maintained
1193
1194DC390/AM53C974 SCSI driver
1195P: Kurt Garloff
1196M: garloff@suse.de
1197W: http://www.garloff.de/kurt/linux/dc390/
1198P: Guennadi Liakhovetski
1199M: g.liakhovetski@gmx.de
1200S: Maintained
1201
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001202DCCP PROTOCOL
1203P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03001204M: acme@ghostprotocols.net
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001205L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -08001206W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -07001207S: Maintained
1208
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209DECnet NETWORK LAYER
1210P: Patrick Caulfield
1211M: patrick@tykepenguin.com
1212W: http://linux-decnet.sourceforge.net
1213L: linux-decnet-user@lists.sourceforge.net
1214S: Maintained
1215
1216DEFXX FDDI NETWORK DRIVER
1217P: Maciej W. Rozycki
1218M: macro@linux-mips.org
1219S: Maintained
1220
1221DELL LAPTOP SMM DRIVER
1222P: Massimo Dal Zotto
1223M: dz@debian.org
1224W: http://www.debian.org/~dz/i8k/
1225S: Maintained
1226
Doug Warzecha90563ec2005-09-06 15:17:15 -07001227DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1228P: Doug Warzecha
1229M: Douglas_Warzecha@dell.com
1230S: Maintained
1231
Pavel Machek5ddb88c2006-09-29 02:01:29 -07001232DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233P: Alasdair Kergon
1234L: dm-devel@redhat.com
1235W: http://sources.redhat.com/dm
1236S: Maintained
1237
1238DEVICE NUMBER REGISTRY
1239P: Torben Mathiasen
1240M: device@lanana.org
1241W: http://lanana.org/docs/device-list/index.html
1242L: linux-kernel@vger.kernel.org
1243S: Maintained
1244
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245DIGI INTL. EPCA DRIVER
1246P: Digi International, Inc
1247M: Eng.Linux@digi.com
1248L: Eng.Linux@digi.com
1249W: http://www.digi.com
1250S: Orphaned
1251
1252DIGI RIGHTSWITCH NETWORK DRIVER
1253P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -07001254L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255W: http://www.digi.com
1256S: Orphaned
1257
1258DIRECTORY NOTIFICATION
1259P: Stephen Rothwell
1260M: sfr@canb.auug.org.au
1261L: linux-kernel@vger.kernel.org
1262S: Supported
1263
1264DISK GEOMETRY AND PARTITION HANDLING
1265P: Andries Brouwer
1266M: aeb@cwi.nl
1267W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1268W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1269W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1270S: Maintained
1271
1272DISKQUOTA:
1273P: Jan Kara
1274M: jack@suse.cz
1275L: linux-kernel@vger.kernel.org
1276S: Maintained
1277
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001278DISTRIBUTED LOCK MANAGER
1279P: Patrick Caulfield
1280M: pcaulfie@redhat.com
1281P: David Teigland
1282M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001283L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001284W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001285T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1286T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001287S: Supported
1288
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1290P: Tobias Ringstrom
1291M: tori@unhappy.mine.nu
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08001292L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293S: Maintained
1294
Dan Williamsb3e5f262007-08-07 10:26:35 -07001295DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001296P: Shannon Nelson
1297M: shannon.nelson@intel.com
Dan Williamsb3e5f262007-08-07 10:26:35 -07001298P: Dan Williams
1299M: dan.j.williams@intel.com
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001300L: linux-kernel@vger.kernel.org
Dan Williamsb3e5f262007-08-07 10:26:35 -07001301S: Supported
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001302
Juerg Haefligerb8250372007-06-09 10:11:16 -04001303DME1737 HARDWARE MONITOR DRIVER
1304P: Juerg Haefliger
1305M: juergh@gmail.com
1306L: lm-sensors@lm-sensors.org
1307S: Maintained
1308
Martin Waitzba483d52005-06-17 13:20:59 -07001309DOCBOOK FOR DOCUMENTATION
Randy Dunlap0f40efb2006-07-03 00:24:15 -07001310P: Randy Dunlap
1311M: rdunlap@xenotime.net
Martin Waitzba483d52005-06-17 13:20:59 -07001312S: Maintained
1313
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001314DOCKING STATION DRIVER
1315P: Kristen Carlson Accardi
1316M: kristen.c.accardi@intel.com
1317L: linux-acpi@vger.kernel.org
Len Brown8b59a452007-01-08 19:03:28 -05001318S: Supported
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -04001319
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320DOUBLETALK DRIVER
1321P: James R. Van Zandt
1322M: jrv@vanzandt.mv.com
1323L: blinux-list@redhat.com
1324S: Maintained
1325
1326DRIVER CORE, KOBJECTS, AND SYSFS
1327P: Greg Kroah-Hartman
1328M: gregkh@suse.de
1329L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001330T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331S: Supported
1332
1333DRM DRIVERS
1334P: David Airlie
1335M: airlied@linux.ie
1336L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -08001337T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338S: Maintained
1339
1340DSCC4 DRIVER
Francois Romieu01f20732007-01-26 00:57:17 -08001341P: Francois Romieu
1342M: romieu@fr.zoreil.com
1343L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344S: Maintained
1345
1346DVB SUBSYSTEM AND DRIVERS
1347P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001348M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +02001350W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02001351T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02001352S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353
1354EATA-DMA SCSI DRIVER
1355P: Michael Neuffer
1356L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1357S: Maintained
1358
1359EATA ISA/EISA/PCI SCSI DRIVER
1360P: Dario Ballabio
1361M: ballabio_dario@emc.com
1362L: linux-scsi@vger.kernel.org
1363S: Maintained
1364
1365EATA-PIO SCSI DRIVER
1366P: Michael Neuffer
1367M: mike@i-Connect.Net
1368L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1369S: Maintained
1370
1371EBTABLES
1372P: Bart De Schuymer
1373M: bart.de.schuymer@pandora.be
1374L: ebtables-user@lists.sourceforge.net
1375L: ebtables-devel@lists.sourceforge.net
1376W: http://ebtables.sourceforge.net/
1377S: Maintained
1378
Michael Halcrow237fead2006-10-04 02:16:22 -07001379ECRYPT FILE SYSTEM
1380P: Mike Halcrow, Phillip Hellewell
1381M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1382L: ecryptfs-devel@lists.sourceforge.net
1383W: http://ecryptfs.sourceforge.net/
1384S: Supported
1385
Alan Coxda9bb1d2006-01-18 17:44:13 -08001386EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -08001387P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001388M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001389L: bluesmoke-devel@lists.sourceforge.net
1390W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001391S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -08001392
1393EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001394P: Mark Gross
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001395P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001396M: mark.gross@intel.com
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001397M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001398L: bluesmoke-devel@lists.sourceforge.net
1399W: bluesmoke.sourceforge.net
1400S: Maintained
1401
1402EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -07001403P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001404M: dougthompson@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -08001405L: bluesmoke-devel@lists.sourceforge.net
1406W: bluesmoke.sourceforge.net
1407S: Maintained
1408
Douglas Thompson6bc78402007-07-19 01:50:12 -07001409EDAC-I82443BXGX
1410P: Tim Small
1411M: tim@buttersideup.com
1412L: bluesmoke-devel@lists.sourceforge.net
1413W: bluesmoke.sourceforge.net
1414S: Maintained
1415
1416EDAC-I3000
1417P: Jason Uhlenkott
1418M: juhlenko@akamai.com
1419L: bluesmoke-devel@lists.sourceforge.net
1420W: bluesmoke.sourceforge.net
1421S: Maintained
1422
1423EDAC-I5000
1424P: Doug Thompson
Douglas Thompsonba9a5912007-07-19 01:50:32 -07001425M: dougthompson@xmission.com
1426L: bluesmoke-devel@lists.sourceforge.net
1427W: bluesmoke.sourceforge.net
1428S: Maintained
1429
1430EDAC-I82975X
1431P: Ranganathan Desikan
1432P: Arvind R.
1433M: rdesikan@jetzbroadband.com
1434M: arvind@acarlab.com
1435L: bluesmoke-devel@lists.sourceforge.net
1436W: bluesmoke.sourceforge.net
1437S: Maintained
1438
1439EDAC-PASEMI
1440P: Egor Martovetsky
1441M: egor@pasemi.com
Douglas Thompson6bc78402007-07-19 01:50:12 -07001442L: bluesmoke-devel@lists.sourceforge.net
1443W: bluesmoke.sourceforge.net
1444S: Maintained
1445
Dave Peterson0e438e32006-03-26 01:38:55 -08001446EDAC-R82600
1447P: Tim Small
1448M: tim@buttersideup.com
1449L: bluesmoke-devel@lists.sourceforge.net
1450W: bluesmoke.sourceforge.net
1451S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001452
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453EEPRO100 NETWORK DRIVER
1454P: Andrey V. Savochkin
1455M: saw@saw.sw.com.sg
1456S: Maintained
1457
Josh Triplett0bee8d22006-07-30 03:03:58 -07001458EFS FILESYSTEM
1459W: http://aeschi.ch.eu.org/efs/
1460S: Orphan
1461
Heiko J Schickfab97222006-09-22 15:22:22 -07001462EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1463P: Hoang-Nam Nguyen
1464M: hnguyen@de.ibm.com
1465P: Christoph Raisch
1466M: raisch@de.ibm.com
Roland Dreier78526822007-07-09 20:12:26 -07001467L: general@lists.openfabrics.org
Heiko J Schickfab97222006-09-22 15:22:22 -07001468S: Supported
1469
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001470EMULEX LPFC FC SCSI DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001471P: James Smart
1472M: james.smart@emulex.com
1473L: linux-scsi@vger.kernel.org
1474W: http://sourceforge.net/projects/lpfcxxxx
1475S: Supported
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001476
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477EPSON 1355 FRAMEBUFFER DRIVER
1478P: Christopher Hoover
1479M: ch@murgatroid.com, ch@hpl.hp.com
1480S: Maintained
1481
1482ETHEREXPRESS-16 NETWORK DRIVER
1483P: Philip Blundell
1484M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001485L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486S: Maintained
1487
1488ETHERNET BRIDGE
1489P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08001490M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07001491L: bridge@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492W: http://bridge.sourceforge.net/
1493S: Maintained
1494
1495ETHERTEAM 16I DRIVER
1496P: Mika Kuoppala
1497M: miku@iki.fi
1498S: Maintained
1499
1500EXT2 FILE SYSTEM
Erik Mouw72be2cc2006-12-06 20:40:49 -08001501L: linux-ext4@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502S: Maintained
1503
1504EXT3 FILE SYSTEM
1505P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08001506M: sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
Erik Mouw72be2cc2006-12-06 20:40:49 -08001507L: linux-ext4@vger.kernel.org
1508S: Maintained
1509
1510EXT4 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
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514S: Maintained
1515
Jean Delvaree53004e2006-01-09 23:26:14 +01001516F71805F HARDWARE MONITORING DRIVER
1517P: Jean Delvare
1518M: khali@linux-fr.org
1519L: lm-sensors@lm-sensors.org
1520S: Maintained
1521
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522FARSYNC SYNCHRONOUS DRIVER
1523P: Kevin Curtis
1524M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525W: http://www.farsite.co.uk/
1526S: Supported
1527
Akinobu Mitac5408b82007-04-23 14:41:20 -07001528FAULT INJECTION SUPPORT
1529P: Akinobu Mita
1530M: akinobu.mita@gmail.com
1531S: Supported
1532
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533FRAMEBUFFER LAYER
1534P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001535M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001536L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537W: http://linux-fbdev.sourceforge.net/
1538S: Maintained
1539
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001540FREESCALE SOC FS_ENET DRIVER
1541P: Pantelis Antoniou
1542M: pantelis.antoniou@gmail.com
1543P: Vitaly Bordug
1544M: vbordug@ru.mvista.com
1545L: linuxppc-embedded@ozlabs.org
1546L: netdev@vger.kernel.org
1547S: Maintained
1548
Li Yanga7205b32007-04-23 10:38:18 -07001549FREESCALE HIGHSPEED USB DEVICE DRIVER
1550P: Li Yang
1551M: leoli@freescale.com
1552L: linux-usb-devel@lists.sourceforge.net
1553L: linuxppc-embedded@ozlabs.org
1554S: Maintained
1555
Li Yangbeaf53b2007-05-25 13:54:02 +08001556FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1557P: Li Yang
1558M: leoli@freescale.com
1559L: netdev@vger.kernel.org
1560L: linuxppc-embedded@ozlabs.org
1561S: Maintained
1562
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563FILE LOCKING (flock() and fcntl()/lockf())
1564P: Matthew Wilcox
1565M: matthew@wil.cx
1566L: linux-fsdevel@vger.kernel.org
1567S: Maintained
1568
1569FILESYSTEMS (VFS and infrastructure)
1570P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001571M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572S: Maintained
1573
Stefan Richterb3274472007-05-30 20:44:52 -04001574FIREWIRE SUBSYSTEM
1575P: Kristian Hoegsberg, Stefan Richter
1576M: krh@redhat.com, stefanr@s5r6.in-berlin.de
1577L: linux1394-devel@lists.sourceforge.net
1578W: http://www.linux1394.org/
1579T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1580S: Maintained
1581
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582FIRMWARE LOADER (request_firmware)
1583L: linux-kernel@vger.kernel.org
1584S: Orphan
1585
1586FPU EMULATOR
1587P: Bill Metzenthen
1588M: billm@suburbia.net
1589W: http://suburbia.net/~billm/floating-point/emulator/
1590S: Maintained
1591
1592FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1593P: Mike McLagan
1594M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001595L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596S: Maintained
1597
1598FREEVXFS FILESYSTEM
1599P: Christoph Hellwig
1600M: hch@infradead.org
1601W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1602S: Maintained
1603
David Howells5ab7ffe2007-04-10 15:10:45 +01001604FUJITSU FR-V (FRV) PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605P: David Howells
1606M: dhowells@redhat.com
1607S: Maintained
1608
Miklos Szeredi04578f12005-09-09 13:10:22 -07001609FUSE: FILESYSTEM IN USERSPACE
1610P: Miklos Szeredi
1611M: miklos@szeredi.hu
1612L: fuse-devel@lists.sourceforge.net
1613W: http://fuse.sourceforge.net/
1614S: Maintained
1615
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1617P: Rik Faith
1618M: faith@cs.unc.edu
1619L: linux-scsi@vger.kernel.org
1620S: Odd fixes (e.g., new signatures)
1621
1622GDT SCSI DISK ARRAY CONTROLLER DRIVER
1623P: Achim Leubner
1624M: achim_leubner@adaptec.com
1625L: linux-scsi@vger.kernel.org
1626W: http://www.icp-vortex.com/
1627S: Supported
1628
Haavard Skinnemoen1c23af92007-05-01 23:26:34 +02001629GENERIC GPIO I2C DRIVER
1630P: Haavard Skinnemoen
1631M: hskinnemoen@atmel.com
1632S: Supported
1633
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1635P: Krzysztof Halasa
1636M: khc@pm.waw.pl
1637W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1638S: Maintained
1639
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001640GFS2 FILE SYSTEM
1641P: Steven Whitehouse
1642M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001643L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001644W: http://sources.redhat.com/cluster/
Steven Whitehouse370298e2006-10-12 15:40:05 -04001645T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1646T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001647S: Supported
1648
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001649GIGASET ISDN DRIVERS
1650P: Hansjoerg Lipp
1651M: hjlipp@web.de
1652P: Tilman Schmidt
1653M: tilman@imap.cc
1654L: gigaset307x-common@lists.sourceforge.net
1655W: http://gigaset307x.sourceforge.net/
1656S: Maintained
1657
Jean Delvare5b543962005-08-15 19:51:02 +02001658HARDWARE MONITORING
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001659P: Mark M. Hoffman
1660M: mhoffman@lightlink.com
Jean Delvare5b543962005-08-15 19:51:02 +02001661L: lm-sensors@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001662W: http://www.lm-sensors.org/
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001663T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git
Jean Delvare5b543962005-08-15 19:51:02 +02001664S: Maintained
1665
Michael Buesch844dd052006-06-26 00:24:59 -07001666HARDWARE RANDOM NUMBER GENERATOR CORE
1667P: Michael Buesch
1668M: mb@bu3sch.de
1669S: Maintained
1670
Robert Love860e1d62005-08-31 23:57:59 -04001671HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1672P: Robert Love
1673M: rlove@rlove.org
1674M: linux-kernel@vger.kernel.org
1675W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1676S: Maintained
1677
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678HARMONY SOUND DRIVER
1679P: Kyle McMartin
1680M: kyle@parisc-linux.org
1681W: http://www.parisc-linux.org/~kyle/harmony/
1682L: parisc-linux@lists.parisc-linux.org
1683S: Maintained
1684
1685HAYES ESP SERIAL DRIVER
1686P: Andrew J. Robinson
1687M: arobinso@nyx.net
1688L: linux-kernel@vger.kernel.org
1689W: http://www.nyx.net/~arobinso
1690S: Maintained
1691
1692HFS FILESYSTEM
1693P: Roman Zippel
1694M: zippel@linux-m68k.org
1695L: linux-kernel@vger.kernel.org
1696S: Maintained
1697
1698HGA FRAMEBUFFER DRIVER
1699P: Ferenc Bakonyi
1700M: fero@drama.obuda.kando.hu
1701L: linux-nvidia@lists.surfsouth.com
1702W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1703S: Maintained
1704
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001705HID CORE LAYER
1706P: Jiri Kosina
1707M: jkosina@suse.cz
1708L: linux-input@atrey.karlin.mff.cuni.cz
Jiri Kosinaa4dff392007-02-27 17:40:09 +01001709T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Jiri Kosina4ef4caa2006-12-14 12:03:30 +01001710S: Maintained
1711
Ingo Molnar38bed542007-02-22 09:09:34 +01001712HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1713P: Thomas Gleixner
1714M: tglx@linutronix.de
1715L: linux-kernel@vger.kernel.org
1716S: Maintained
1717
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718HIGH-SPEED SCC DRIVER FOR AX.25
1719P: Klaus Kudielka
1720M: klaus.kudielka@ieee.org
1721L: linux-hams@vger.kernel.org
1722W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1723S: Maintained
1724
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001725HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1726P: HighPoint Linux Team
1727M: linux@highpoint-tech.com
1728W: http://www.highpoint-tech.com
1729S: Supported
1730
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731HIPPI
1732P: Jes Sorensen
1733M: jes@trained-monkey.org
1734L: linux-hippi@sunsite.dk
1735S: Maintained
1736
1737HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1738P: Chirag Kantharia
1739M: chirag.kantharia@hp.com
1740L: iss_storagedev@hp.com
1741S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001742
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743HEWLETT-PACKARD SMART2 RAID DRIVER
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 SMART CISS RAID DRIVER (cciss)
1750P: Mike Miller
1751M: mike.miller@hp.com
1752L: iss_storagedev@hp.com
1753S: Supported
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001754
Jouni Malinenff1d2762005-05-12 22:54:16 -04001755HOST AP DRIVER
1756P: Jouni Malinen
Jouni Malinen85d32e72007-03-24 17:15:30 -07001757M: j@w1.fi
1758L: hostap@shmoo.com (subscribers-only)
Johannes Berg724c6b32007-04-23 12:18:20 -07001759L: linux-wireless@vger.kernel.org
Jouni Malinenff1d2762005-05-12 22:54:16 -04001760W: http://hostap.epitest.fi/
1761S: Maintained
1762
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1764P: Jaroslav Kysela
1765M: perex@suse.cz
1766S: Maintained
1767
Bob Piccob9b03322005-11-07 00:59:19 -08001768HPET: High Precision Event Timers driver (hpet.c)
1769P: Clemens Ladisch
1770M: clemens@ladisch.de
1771S: Maintained
1772
1773HPET: i386
1774P: Venkatesh Pallipadi (Venki)
1775M: venkatesh.pallipadi@intel.com
1776S: Maintained
1777
1778HPET: x86_64
1779P: Andi Kleen and Vojtech Pavlik
Andi Kleen43c3ab32007-05-02 19:27:11 +02001780M: andi@firstfloor.org and vojtech@suse.cz
Bob Piccob9b03322005-11-07 00:59:19 -08001781S: Maintained
1782
1783HPET: ACPI hpet.c
1784P: Bob Picco
1785M: bob.picco@hp.com
1786S: Maintained
1787
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788HPFS FILESYSTEM
1789P: Mikulas Patocka
1790M: mikulas@artax.karlin.mff.cuni.cz
1791W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1792S: Maintained
1793
1794HUGETLB FILESYSTEM
1795P: William Irwin
1796M: wli@holomorphy.com
1797S: Maintained
1798
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04001799I2C/SMBUS STUB DRIVER
1800P: Mark M. Hoffman
1801M: mhoffman@lightlink.com
1802L: lm-sensors@lm-sensors.org
1803S: Maintained
1804
Jean Delvare5b543962005-08-15 19:51:02 +02001805I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806P: Jean Delvare
1807M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001808L: i2c@lm-sensors.org
Jean Delvare595142e2006-12-06 20:39:36 -08001809T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810S: Maintained
1811
Till Harbaume8c76ee2007-05-01 23:26:35 +02001812I2C-TINY-USB DRIVER
1813P: Till Harbaum
1814M: till@harbaum.org
1815L: i2c@lm-sensors.org
1816T: http://www.harbaum.org/till/i2c_tiny_usb
1817S: Maintained
1818
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819i386 BOOT CODE
H. Peter Anvin7f1291f2007-07-11 12:18:26 -07001820P: H. Peter Anvin
1821M: hpa@zytor.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822L: Linux-Kernel@vger.kernel.org
1823S: Maintained
1824
1825i386 SETUP CODE / CPU ERRATA WORKAROUNDS
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826P: H. Peter Anvin
1827M: hpa@zytor.com
H. Peter Anvin72af61c2007-07-13 16:26:55 -07001828T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829S: Maintained
1830
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831IA64 (Itanium) PLATFORM
1832P: Tony Luck
1833M: tony.luck@intel.com
1834L: linux-ia64@vger.kernel.org
1835W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001836T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837S: Maintained
1838
1839SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001840P: Jes Sorensen
1841M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842L: linux-altix@sgi.com
1843L: linux-ia64@vger.kernel.org
1844W: http://www.sgi.com/altix
1845S: Maintained
1846
1847IBM MCA SCSI SUBSYSTEM DRIVER
1848P: Michael Lang
1849M: langa2@kph.uni-mainz.de
1850W: http://www.uni-mainz.de/~langm000/linux.html
1851S: Maintained
1852
1853IBM Power Linux RAID adapter
1854P: Brian King
1855M: brking@us.ibm.com
1856S: Supported
1857
1858IBM ServeRAID RAID DRIVER
1859P: Jack Hammer
1860P: Dave Jeffery
1861M: ipslinux@adaptec.com
1862W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
Antoine Jacquetb7eee612007-04-27 12:30:59 -03001863S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001865IDE SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866P: Bartlomiej Zolnierkiewicz
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001867M: bzolnier@gmail.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868L: linux-ide@vger.kernel.org
Bartlomiej Zolnierkiewicz1e7106f2007-01-27 13:46:14 +01001869T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870S: Maintained
1871
1872IDE/ATAPI CDROM DRIVER
Jens Axboe9c5b0ce2007-01-03 18:15:20 +01001873P: Alan Cox
1874M: alan@lxorguk.ukuu.org.uk
1875L: linux-ide@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876S: Maintained
1877
1878IDE/ATAPI FLOPPY DRIVERS
1879P: Paul Bristow
1880M: Paul Bristow <paul@paulbristow.net>
1881W: http://paulbristow.net/linux/idefloppy.html
1882L: linux-kernel@vger.kernel.org
1883S: Maintained
1884
1885IDE/ATAPI TAPE DRIVERS
1886P: Gadi Oxman
1887M: Gadi Oxman <gadio@netvision.net.il>
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891IEEE 1394 SUBSYSTEM
1892P: Ben Collins
Stefan Richterf51a5a92007-04-23 14:41:10 -07001893M: ben.collins@ubuntu.com
Stefan Richter87730d02006-09-16 12:24:00 +02001894P: Stefan Richter
1895M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896L: linux1394-devel@lists.sourceforge.net
1897W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001898T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899S: Maintained
1900
Stefan Richterf51a5a92007-04-23 14:41:10 -07001901IEEE 1394 RAW I/O DRIVER (raw1394)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902P: Dan Dennedy
1903M: dan@dennedy.org
Stefan Richterf51a5a92007-04-23 14:41:10 -07001904P: Stefan Richter
1905M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001907S: Maintained
1908
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909IMS TWINTURBO FRAMEBUFFER DRIVER
1910P: Paul Mundt
1911M: lethal@chaoticdreams.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001912L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913S: Maintained
1914
1915INFINIBAND SUBSYSTEM
1916P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001917M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918P: Sean Hefty
1919M: mshefty@ichips.intel.com
1920P: Hal Rosenstock
Roland Dreiercec7c892007-07-12 15:59:36 -07001921M: hal.rosenstock@gmail.com
Roland Dreier78526822007-07-09 20:12:26 -07001922L: general@lists.openfabrics.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001924T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925S: Supported
1926
Robert P. J. Day2f1d0762007-07-10 00:38:18 -04001927INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001928P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001929M: dmitry.torokhov@gmail.com
1930M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931L: linux-input@atrey.karlin.mff.cuni.cz
1932L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001933T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934S: Maintained
1935
Robert Lovec9f04f52005-07-15 12:21:07 -04001936INOTIFY
Cal Peake18b36c712006-12-12 20:18:16 +01001937P: John McCutchan
1938M: ttb@tentacle.dhs.org
1939P: Robert Love
1940M: rml@novell.com
Robert Lovec9f04f52005-07-15 12:21:07 -04001941L: linux-kernel@vger.kernel.org
1942S: Maintained
1943
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001944INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
Jim Cromiece00f852006-11-30 04:49:44 +01001945P: Sylvain Meyer
1946M: sylvain.meyer@worldonline.fr
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001947L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001948S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001949
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950INTEL 810/815 FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01001951P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08001952M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08001953L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01001954S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955
1956INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1957P: Ingo Molnar
1958M: mingo@redhat.com
1959S: Maintained
1960
1961INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1962P: Jeff Garzik
1963M: jgarzik@pobox.com
1964W: http://sourceforge.net/projects/gkernel/
1965S: Maintained
1966
1967INTEL IA32 MICROCODE UPDATE SUPPORT
1968P: Tigran Aivazian
Tigran Aivazianb5b9df62006-11-08 17:44:46 -08001969M: tigran@aivazian.fsnet.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970S: Maintained
1971
Nelson, Shannon248a9dc2007-07-15 23:37:20 -07001972INTEL I/OAT DMA DRIVER
1973P: Shannon Nelson
1974M: shannon.nelson@intel.com
1975L: linux-kernel@vger.kernel.org
1976S: Supported
1977
Dan Williamsb3e5f262007-08-07 10:26:35 -07001978INTEL IOP-ADMA DMA DRIVER
1979P: Dan Williams
1980M: dan.j.williams@intel.com
1981L: linux-kernel@vger.kernel.org
1982S: Supported
1983
Michael Buesch844dd052006-06-26 00:24:59 -07001984INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1985P: Deepak Saxena
1986M: dsaxena@plexity.net
1987S: Maintained
1988
Lennert Buytenhek2b7a52a2006-12-29 16:49:30 -08001989INTEL IXP2000 ETHERNET DRIVER
1990P: Lennert Buytenhek
1991M: kernel@wantstofly.org
1992L: netdev@vger.kernel.org
1993S: Maintained
1994
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995INTEL PRO/100 ETHERNET SUPPORT
1996P: John Ronciak
1997M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998P: Jesse Brandeburg
1999M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002000P: Jeff Kirsher
2001M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002002P: Auke Kok
2003M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002004L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005W: http://sourceforge.net/projects/e1000/
2006S: Supported
2007
2008INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2009P: Jeb Cramer
2010M: cramerj@intel.com
2011P: John Ronciak
2012M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002013P: Jesse Brandeburg
2014M: jesse.brandeburg@intel.com
2015P: Jeff Kirsher
2016M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002017P: Auke Kok
2018M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002019L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020W: http://sourceforge.net/projects/e1000/
2021S: Supported
2022
2023INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002024P: Jeff Kirsher
2025M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026P: Ayyappan Veeraiyan
2027M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028P: John Ronciak
2029M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08002030P: Jesse Brandeburg
2031M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07002032P: Auke Kok
2033M: auke-jan.h.kok@intel.com
Auke Kokdcd01fa2007-03-06 08:58:06 -08002034L: e1000-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035W: http://sourceforge.net/projects/e1000/
2036S: Supported
2037
James Ketrenos826d2ab2005-11-07 18:56:59 -06002038INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2039P: Yi Zhu
2040M: yi.zhu@intel.com
2041P: James Ketrenos
2042M: jketreno@linux.intel.com
Johannes Berg724c6b32007-04-23 12:18:20 -07002043L: linux-wireless@vger.kernel.org
Randy Dunlapf5df58812006-07-14 00:24:29 -07002044L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06002045L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2046W: http://ipw2100.sourceforge.net
2047S: Supported
2048
2049INTEL PRO/WIRELESS 2915ABG 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://ipw2200.sourceforge.net
2058S: Supported
2059
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060IOC3 DRIVER
2061P: Ralf Baechle
2062M: ralf@linux-mips.org
2063L: linux-mips@linux-mips.org
2064S: Maintained
2065
2066IP MASQUERADING:
2067P: Juanjo Ciarlante
2068M: jjciarla@raiz.uncu.edu.ar
2069S: Maintained
2070
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002071IPATH DRIVER:
Arthur Jonesf42b6472007-07-09 20:12:26 -07002072P: Arthur Jones
2073M: infinipath@qlogic.com
2074L: general@lists.openfabrics.org
2075T: git git://git.qlogic.com/ipath-linux-2.6
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08002076S: Supported
2077
Corey Minyard4409ebe2006-04-20 02:43:12 -07002078IPMI SUBSYSTEM
2079P: Corey Minyard
2080M: minyard@acm.org
2081L: openipmi-developer@lists.sourceforge.net
2082W: http://openipmi.sourceforge.net/
2083S: Supported
2084
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085IPX NETWORK LAYER
2086P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002087M: acme@ghostprotocols.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002088L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089S: Maintained
2090
2091IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07002092P: Samuel Ortiz
2093M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07002094L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07002096S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097
2098ISAPNP
2099P: Jaroslav Kysela
2100M: perex@suse.cz
2101S: Maintained
2102
2103ISDN SUBSYSTEM
2104P: Karsten Keil
2105M: kkeil@suse.de
2106P: Kai Germaschewski
2107M: kai.germaschewski@gmx.de
2108L: isdn4linux@listserv.isdn4linux.de
2109W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08002110T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111S: Maintained
2112
2113ISDN SUBSYSTEM (Eicon active card driver)
2114P: Armin Schindler
2115M: mac@melware.de
2116L: isdn4linux@listserv.isdn4linux.de
2117W: http://www.melware.de
2118S: Maintained
2119
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2121P: David Woodhouse
2122M: dwmw2@infradead.org
2123L: jffs-dev@axis.com
2124W: http://sources.redhat.com/jffs2/
2125S: Maintained
2126
2127JFS FILESYSTEM
2128P: Dave Kleikamp
2129M: shaggy@austin.ibm.com
2130L: jfs-discussion@lists.sourceforge.net
2131W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002132T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133S: Supported
2134
Josh Triplettde456d32006-07-30 03:04:00 -07002135JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07002136P: Stephen Tweedie, Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002137M: sct@redhat.com, akpm@linux-foundation.org
Erik Mouw72be2cc2006-12-06 20:40:49 -08002138L: linux-ext4@vger.kernel.org
Theodore Tsoae0718f2006-05-20 15:00:13 -07002139S: Maintained
2140
Rudolf Marek4660cb32006-10-08 22:01:26 +02002141K8TEMP HARDWARE MONITORING DRIVER
2142P: Rudolf Marek
2143M: r.marek@assembler.cz
2144L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145S: Maintained
2146
2147KCONFIG
2148P: Roman Zippel
2149M: zippel@linux-m68k.org
2150L: kbuild-devel@lists.sourceforge.net
2151S: Maintained
2152
Vivek Goyalea6c2082006-05-20 14:59:55 -07002153KDUMP
2154P: Vivek Goyal
2155M: vgoyal@in.ibm.com
2156P: Haren Myneni
2157M: hbabu@us.ibm.com
Simon Horman34633992007-05-08 00:31:40 -07002158L: kexec@lists.infradead.org
Vivek Goyalea6c2082006-05-20 14:59:55 -07002159L: linux-kernel@vger.kernel.org
2160W: http://lse.sourceforge.net/kdump/
2161S: Maintained
2162
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163KERNEL AUTOMOUNTER (AUTOFS)
2164P: H. Peter Anvin
2165M: hpa@zytor.com
2166L: autofs@linux.kernel.org
2167S: Odd Fixes
2168
2169KERNEL AUTOMOUNTER v4 (AUTOFS4)
2170P: Ian Kent
2171M: raven@themaw.net
2172L: autofs@linux.kernel.org
2173S: Maintained
2174
2175KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2176P: Kai Germaschewski
2177M: kai@germaschewski.name
2178P: Sam Ravnborg
2179M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002180T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002181S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182
2183KERNEL JANITORS
2184P: Several
maximilian attemsc3000e02007-07-06 11:17:32 -07002185L: kernel-janitors@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187S: Maintained
2188
2189KERNEL NFSD
Neil Browna512cd52007-07-31 00:37:27 -07002190P: J. Bruce Fields
2191M: bfields@fieldses.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192P: Neil Brown
NeilBrown98fac232007-01-26 00:56:57 -08002193M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194L: nfs@lists.sourceforge.net
2195W: http://nfs.sourceforge.net/
NeilBrown98fac232007-01-26 00:56:57 -08002196S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197
Avi Kivity426d62e2006-12-13 00:34:03 -08002198KERNEL VIRTUAL MACHINE (KVM)
2199P: Avi Kivity
2200M: avi@qumranet.com
2201L: kvm-devel@lists.sourceforge.net
2202W: kvm.sourceforge.net
2203S: Supported
2204
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002205KEXEC
2206P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002207M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002208W: http://www.xmission.com/~ebiederm/files/kexec/
2209L: linux-kernel@vger.kernel.org
Simon Horman34633992007-05-08 00:31:40 -07002210L: kexec@lists.infradead.org
Eric W. Biedermandc009d92005-06-25 14:57:52 -07002211S: Maintained
2212
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07002213KPROBES
2214P: Prasanna S Panchamukhi
2215M: prasanna@in.ibm.com
2216P: Ananth N Mavinakayanahalli
2217M: ananth@in.ibm.com
2218P: Anil S Keshavamurthy
2219M: anil.s.keshavamurthy@intel.com
2220P: David S. Miller
2221M: davem@davemloft.net
2222L: linux-kernel@vger.kernel.org
2223S: Maintained
2224
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002225KS0108 LCD CONTROLLER DRIVER
2226P: Miguel Ojeda Sandonis
2227M: maxextreme@gmail.com
2228L: linux-kernel@vger.kernel.org
Miguel Ojeda6b968622007-05-08 00:29:54 -07002229W: http://auxdisplay.googlepages.com/
Miguel Ojeda Sandonis70e84042007-02-10 01:44:32 -08002230S: Maintained
2231
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07002234S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235
2236LASI 53c700 driver for PARISC
2237P: James E.J. Bottomley
2238M: James.Bottomley@HansenPartnership.com
2239L: linux-scsi@vger.kernel.org
2240S: Maintained
2241
Richard Purdie263de9b2006-05-15 09:44:16 -07002242LED SUBSYSTEM
2243P: Richard Purdie
2244M: rpurdie@rpsys.net
2245S: Maintained
2246
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247LEGO USB Tower driver
2248P: Juergen Stuber
2249M: starblue@users.sourceforge.net
2250L: legousb-devel@lists.sourceforge.net
2251W: http://legousb.sourceforge.net/
2252S: Maintained
2253
2254LINUX FOR IBM pSERIES (RS/6000)
2255P: Paul Mackerras
2256M: paulus@au.ibm.com
2257W: http://www.ibm.com/linux/ltc/projects/ppc
2258S: Supported
2259
2260LINUX FOR NCR VOYAGER
2261P: James Bottomley
2262M: James.Bottomley@HansenPartnership.com
2263W: http://www.hansenpartnership.com/voyager
2264S: Maintained
2265
2266LINUX FOR POWERPC
2267P: Paul Mackerras
2268M: paulus@samba.org
2269W: http://www.penguinppc.org/
2270L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002271T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272S: Supported
2273
2274LINUX FOR POWER MACINTOSH
2275P: Benjamin Herrenschmidt
2276M: benh@kernel.crashing.org
2277W: http://www.penguinppc.org/
2278L: linuxppc-dev@ozlabs.org
2279S: Maintained
2280
2281LINUX FOR POWERPC EMBEDDED MPC52XX
2282P: Sylvain Munaut
2283M: tnt@246tNt.com
2284W: http://www.246tNt.com/mpc52xx/
2285W: http://www.penguinppc.org/
2286L: linuxppc-dev@ozlabs.org
2287L: linuxppc-embedded@ozlabs.org
2288S: Maintained
2289
2290LINUX FOR POWERPC EMBEDDED PPC4XX
2291P: Matt Porter
2292M: mporter@kernel.crashing.org
2293W: http://www.penguinppc.org/
2294L: linuxppc-embedded@ozlabs.org
2295S: Maintained
2296
Tom Rinie93adf12005-07-26 12:49:53 -07002297LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298P: Tom Rini
2299M: trini@kernel.crashing.org
2300W: http://www.penguinppc.org/
2301L: linuxppc-embedded@ozlabs.org
2302S: Maintained
2303
Tom Rinie93adf12005-07-26 12:49:53 -07002304LINUX FOR POWERPC EMBEDDED PPC8XX
2305P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07002306M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07002307W: http://www.penguinppc.org/
2308L: linuxppc-embedded@ozlabs.org
2309S: Maintained
2310
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
Jim Cromiece00f852006-11-30 04:49:44 +01002312P: Kumar Gala
2313M: galak@kernel.crashing.org
2314W: http://www.penguinppc.org/
2315L: linuxppc-embedded@ozlabs.org
2316S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317
Olof Johanssonab06ff32006-09-06 14:44:54 -05002318LINUX FOR POWERPC PA SEMI PWRFICIENT
2319P: Olof Johansson
2320M: olof@lixom.net
2321W: http://www.pasemi.com/
2322L: linuxppc-dev@ozlabs.org
2323S: Supported
2324
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325LLC (802.2)
2326P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03002327M: acme@ghostprotocols.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328S: Maintained
2329
2330LINUX FOR 64BIT POWERPC
2331P: Paul Mackerras
2332M: paulus@samba.org
2333M: paulus@au.ibm.com
2334P: Anton Blanchard
2335M: anton@samba.org
2336M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04002337W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11002338L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339S: Supported
2340
2341LINUX SECURITY MODULE (LSM) FRAMEWORK
2342P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08002343M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08002344L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002346T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347S: Supported
2348
2349LM83 HARDWARE MONITOR DRIVER
2350P: Jean Delvare
2351M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002352L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353S: Maintained
2354
2355LM90 HARDWARE MONITOR DRIVER
2356P: Jean Delvare
2357M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002358L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359S: Maintained
2360
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002361LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362P: Richard Russon (FlatCap)
2363M: ldm@flatcap.org
Anton Altaparmakovdde33342007-05-21 09:37:42 +01002364L: linux-ntfs-dev@lists.sourceforge.net
2365W: http://www.linux-ntfs.org/content/view/19/37/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366S: Maintained
2367
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002368LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2369P: Eric Moore
Eric Moored8a82d72006-12-29 16:47:43 -08002370M: Eric.Moore@lsi.com
2371M: support@lsi.com
2372L: mpt_linux_developer@lsi.com
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07002373L: linux-scsi@vger.kernel.org
2374W: http://www.lsilogic.com/support
2375S: Supported
2376
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2378P: Matthew Wilcox
2379M: matthew@wil.cx
2380L: linux-scsi@vger.kernel.org
2381S: Maintained
2382
Hirokazu Takatac12a54b2007-07-15 23:38:45 -07002383M32R ARCHITECTURE
2384P: Hirokazu Takata
2385M: takata@linux-m32r.org
2386L: linux-m32r@ml.linux-m32r.org
2387L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2388W: http://www.linux-m32r.org/
2389S: Maintained
2390
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391M68K ARCHITECTURE
2392P: Geert Uytterhoeven
2393M: geert@linux-m68k.org
2394P: Roman Zippel
2395M: zippel@linux-m68k.org
2396L: linux-m68k@lists.linux-m68k.org
2397W: http://www.linux-m68k.org/
2398W: http://linux-m68k-cvs.ubb.ca/
2399S: Maintained
2400
2401M68K ON APPLE MACINTOSH
2402P: Joshua Thompson
2403M: funaho@jurai.org
2404W: http://www.mac.linux-m68k.org/
2405L: linux-mac68k@mac.linux-m68k.org
2406S: Maintained
2407
2408M68K ON HP9000/300
2409P: Philip Blundell
2410M: philb@gnu.org
2411W: http://www.tazenda.demon.co.uk/phil/linux-hp
2412S: Maintained
2413
Jiri Benc64a327a2007-05-05 11:47:08 -07002414MAC80211
2415P: Jiri Benc
2416M: jbenc@suse.cz
2417P: Michael Wu
2418M: flamingice@sourmilk.net
2419L: linux-wireless@vger.kernel.org
2420W: http://linuxwireless.org/
2421T: git kernel.org:/pub/scm/linux/kernel/git/jbenc/mac80211.git
2422S: Maintained
2423
Patrick McHardyb863ceb2007-07-14 18:55:06 -07002424MACVLAN DRIVER
2425P: Patrick McHardy
2426M: kaber@trash.net
2427L: netdev@vger.kernel.org
2428S: Maintained
2429
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430MARVELL YUKON / SYSKONNECT DRIVER
2431P: Mirko Lindner
2432M: mlindner@syskonnect.de
2433P: Ralph Roesler
2434M: rroesler@syskonnect.de
2435W: http://www.syskonnect.com
2436S: Supported
2437
Michael Kerriskfaf16682005-07-31 22:34:47 -07002438MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
Jim Cromiece00f852006-11-30 04:49:44 +01002439P: Michael Kerrisk
2440M: mtk-manpages@gmx.net
2441W: ftp://ftp.kernel.org/pub/linux/docs/manpages
2442S: Maintained
Michael Kerriskfaf16682005-07-31 22:34:47 -07002443
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002444MARVELL MV643XX ETHERNET DRIVER
2445P: Dale Farnsworth
2446M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002448M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002449L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07002450S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451
2452MATROX FRAMEBUFFER DRIVER
2453P: Petr Vandrovec
2454M: vandrove@vc.cvut.cz
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002455L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456S: Maintained
2457
Hans-Juergen Kochd20620d2007-05-08 17:22:00 +02002458MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2459P: Hans J. Koch
2460M: hjk@linutronix.de
2461L: lm-sensors@lm-sensors.org
2462S: Maintained
2463
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002464MEGARAID SCSI DRIVERS
Jim Cromiece00f852006-11-30 04:49:44 +01002465P: Neela Syam Kolli
Sumant Patrobdd0d7572007-05-10 07:22:35 -07002466M: megaraidlinux@lsi.com
Jim Cromiece00f852006-11-30 04:49:44 +01002467S: linux-scsi@vger.kernel.org
2468W: http://megaraid.lsilogic.com
2469S: Maintained
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07002470
Steven Rostedt70ea91f2006-07-30 03:03:53 -07002471MEMORY MANAGEMENT
2472L: linux-mm@kvack.org
2473L: linux-kernel@vger.kernel.org
2474W: http://www.linux-mm.org
2475S: Maintained
2476
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002477MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478P: David Woodhouse
2479M: dwmw2@infradead.org
2480W: http://www.linux-mtd.infradead.org/
2481L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04002482T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483S: Maintained
2484
Artem Bityutskiy48576402007-02-13 17:11:10 +02002485UNSORTED BLOCK IMAGES (UBI)
2486P: Artem Bityutskiy
2487M: dedekind@infradead.org
2488W: http://www.linux-mtd.infradead.org/
2489L: linux-mtd@lists.infradead.org
Artem Bityutskiy21600542007-05-22 12:23:21 +03002490T: git git://git.infradead.org/~dedekind/ubi-2.6.git
Artem Bityutskiy48576402007-02-13 17:11:10 +02002491S: Maintained
2492
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493MICROTEK X6 SCANNER
2494P: Oliver Neukum
2495M: oliver@neukum.name
2496S: Maintained
2497
2498MIPS
2499P: Ralf Baechle
2500M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01002501W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00002503T: git www.linux-mips.org:/pub/scm/linux.git
2504S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505
2506MISCELLANEOUS MCA-SUPPORT
2507P: James Bottomley
2508M: jejb@steeleye.com
2509L: linux-kernel@vger.kernel.org
2510S: Maintained
2511
2512MODULE SUPPORT
2513P: Rusty Russell
2514M: rusty@rustcorp.com.au
2515L: linux-kernel@vger.kernel.org
2516S: Maintained
2517
2518MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2519P: Stelian Pop
2520M: stelian@popies.net
2521W: http://popies.net/meye/
2522S: Maintained
2523
Pavel Pisac58ff042007-05-16 01:10:41 +02002524MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2525P: Pavel Pisa
2526M: ppisa@pikron.com
2527L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2528W: http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2529S: Maintained
2530
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531MOUSE AND MISC DEVICES [GENERAL]
2532P: Alessandro Rubini
2533M: rubini@ipvvis.unipv.it
2534L: linux-kernel@vger.kernel.org
2535S: Maintained
2536
Jiri Slabyd7354102006-12-08 02:38:35 -08002537MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2538P: Jiri Slaby
2539M: jirislaby@gmail.com
2540L: linux-kernel@vger.kernel.org
2541S: Maintained
2542
Lennart Poettering8c4c7312006-10-06 01:27:02 -04002543MSI LAPTOP SUPPORT
2544P: Lennart Poettering
2545M: mzxreary@0pointer.de
2546L: https://tango.0pointer.de/mailman/listinfo/s270-linux
2547W: http://0pointer.de/lennart/tchibo.html
2548S: Maintained
2549
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550MTRR AND SIMILAR SUPPORT [i386]
2551P: Richard Gooch
2552M: rgooch@atnf.csiro.au
2553L: linux-kernel@vger.kernel.org
2554W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2555S: Maintained
2556
Pierre Ossmanb9f5d802006-10-17 00:09:30 -07002557MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2558P: Pierre Ossman
2559M: drzeus-mmc@drzeus.cx
2560L: linux-kernel@vger.kernel.org
2561S: Maintained
Russell Kingbaca2da2006-06-04 17:36:31 +01002562
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563MULTISOUND SOUND DRIVER
2564P: Andrew Veliath
2565M: andrewtv@usa.net
2566S: Maintained
2567
Jiri Slabyd7354102006-12-08 02:38:35 -08002568MULTITECH MULTIPORT CARD (ISICOM)
2569P: Jiri Slaby
2570M: jirislaby@gmail.com
2571L: linux-kernel@vger.kernel.org
2572S: Maintained
2573
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574NATSEMI ETHERNET DRIVER (DP8381x)
2575P: Tim Hockin
2576M: thockin@hockin.org
2577S: Maintained
2578
2579NCP FILESYSTEM
2580P: Petr Vandrovec
2581M: vandrove@vc.cvut.cz
2582L: linware@sh.cvut.cz
2583S: Maintained
2584
2585NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2586P: James E.J. Bottomley
2587M: James.Bottomley@HansenPartnership.com
2588L: linux-scsi@vger.kernel.org
2589S: Maintained
2590
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002591NETEM NETWORK EMULATOR
2592P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08002593M: shemminger@linux-foundation.org
David Brownellf318a632007-04-23 14:41:06 -07002594L: netem@lists.linux-foundation.org
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002595S: Maintained
2596
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597NETFILTER/IPTABLES/IPCHAINS
2598P: Rusty Russell
2599P: Marc Boucher
2600P: James Morris
2601P: Harald Welte
2602P: Jozsef Kadlecsik
Patrick McHardy82b98542006-10-12 14:08:55 -07002603P: Patrick McHardy
2604M: kaber@trash.net
2605L: netfilter-devel@lists.netfilter.org
Randy Dunlap24a1dec2007-01-28 15:54:42 -08002606L: netfilter@lists.netfilter.org (subscribers-only)
Patrick McHardy82b98542006-10-12 14:08:55 -07002607L: coreteam@netfilter.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608W: http://www.netfilter.org/
2609W: http://www.iptables.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610S: Supported
2611
Paul Moore4cc67732006-09-25 15:57:13 -07002612NETLABEL
2613P: Paul Moore
2614M: paul.moore@hp.com
2615W: http://netlabel.sf.net
2616L: netdev@vger.kernel.org
2617S: Supported
2618
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619NETROM NETWORK LAYER
2620P: Ralf Baechle
2621M: ralf@linux-mips.org
2622L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002623W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624S: Maintained
2625
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002626NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627P: Paul Clements
2628M: Paul.Clements@steeleye.com
2629S: Maintained
2630
2631NETWORK DEVICE DRIVERS
2632P: Andrew Morton
Simon Horman588cc702007-02-20 13:58:06 -08002633M: akpm@linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634P: Jeff Garzik
2635M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002636L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002637T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638S: Maintained
2639
2640NETWORKING [GENERAL]
2641P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002642M: netdev@vger.kernel.org
2643L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002644W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645S: Maintained
2646
2647NETWORKING [IPv4/IPv6]
2648P: David S. Miller
2649M: davem@davemloft.net
2650P: Alexey Kuznetsov
2651M: kuznet@ms2.inr.ac.ru
2652P: Pekka Savola (ipv6)
2653M: pekkas@netcore.fi
2654P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002655M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656P: Hideaki YOSHIFUJI
2657M: yoshfuji@linux-ipv6.org
2658P: Patrick McHardy
2659M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002660L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002661T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662S: Maintained
2663
James Morris10e2ff12007-08-25 14:41:28 -07002664NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2665P: Paul Moore
2666M: paul.moore@hp.com
2667L: netdev@vger.kernel.org
2668S: Maintained
2669
John W. Linville29f8f632006-01-18 14:52:48 -08002670NETWORKING [WIRELESS]
2671P: John W. Linville
2672M: linville@tuxdriver.com
Randy Dunlap2cb4abd2007-02-07 15:52:36 -08002673L: linux-wireless@vger.kernel.org
John W. Linville29f8f632006-01-18 14:52:48 -08002674T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2675S: Maintained
2676
Amit S. Kale3d396eb2006-10-21 15:33:03 -04002677NETXEN (1/10) GbE SUPPORT
2678P: Amit S. Kale
2679M: amitkale@netxen.com
2680L: netdev@vger.kernel.org
2681W: http://www.netxen.com
2682S: Supported
2683
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684IPVS
2685P: Wensong Zhang
2686M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002687P: Simon Horman
2688M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689P: Julian Anastasov
2690M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002691L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692S: Maintained
2693
2694NFS CLIENT
2695P: Trond Myklebust
2696M: trond.myklebust@fys.uio.no
2697L: linux-kernel@vger.kernel.org
2698S: Maintained
2699
2700NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002701P: Jan-Pascal van Best
2702M: janpascal@vanbest.org
2703P: Andreas Mohr
2704M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002705L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706S: Maintained
2707
2708NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2709P: YOKOTA Hiroshi
2710M: yokota@netlab.is.tsukuba.ac.jp
2711W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2712S: Maintained
2713
2714NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2715P: GOTO Masanori
2716M: gotom@debian.or.jp
2717P: YOKOTA Hiroshi
2718M: yokota@netlab.is.tsukuba.ac.jp
2719W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2720S: Maintained
2721
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722NTFS FILESYSTEM
2723P: Anton Altaparmakov
2724M: aia21@cantab.net
2725L: linux-ntfs-dev@lists.sourceforge.net
2726L: linux-kernel@vger.kernel.org
2727W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002728T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729S: Maintained
2730
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002731NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01002732P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08002733M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08002734L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01002735S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736
Ramkrishna Vepa3ef34b82007-03-30 18:42:27 -07002737NETERION (S2IO) Xframe 10GbE DRIVER
2738P: Ramkrishna Vepa
2739M: ram.vepa@neterion.com
2740P: Rastapur Santosh
2741M: santosh.rastapur@neterion.com
2742P: Sivakumar Subramani
2743M: sivakumar.subramani@neterion.com
2744P: Sreenivasa Honnur
2745M: sreenivasa.honnur@neterion.com
2746L: netdev@vger.kernel.org
2747W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2748S: Supported
2749
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002750OPENCORES I2C BUS DRIVER
2751P: Peter Korsgaard
2752M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002753L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002754S: Maintained
2755
Mark Fashehccd979b2005-12-15 14:31:24 -08002756ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2757P: Mark Fasheh
2758M: mark.fasheh@oracle.com
2759P: Kurt Hackel
2760M: kurt.hackel@oracle.com
2761L: ocfs2-devel@oss.oracle.com
2762W: http://oss.oracle.com/projects/ocfs2/
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002763S: Supported
Mark Fashehccd979b2005-12-15 14:31:24 -08002764
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765OLYMPIC NETWORK DRIVER
2766P: Peter De Shrijver
2767M: p2@ace.ulyssis.student.kuleuven.ac.be
2768P: Mike Phillips
Antoine Jacquetb7eee612007-04-27 12:30:59 -03002769M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002770L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771L: linux-tr@linuxtr.net
2772W: http://www.linuxtr.net
2773S: Maintained
2774
Harald Weltec1986ee2005-11-13 16:06:29 -08002775OMNIKEY CARDMAN 4000 DRIVER
2776P: Harald Welte
2777M: laforge@gnumonks.org
2778S: Maintained
2779
Harald Welte77c44ab2005-11-13 16:06:26 -08002780OMNIKEY CARDMAN 4040 DRIVER
2781P: Harald Welte
2782M: laforge@gnumonks.org
2783S: Maintained
2784
Jonathan Corbet77d51402007-03-22 19:44:17 -03002785OMNIVISION OV7670 SENSOR DRIVER
2786P: Jonathan Corbet
2787M: corbet@lwn.net
2788L: video4linux-list@redhat.com
2789S: Maintained
2790
Thomas Gleixner431bca72007-05-02 09:31:35 +02002791ONENAND FLASH DRIVER
2792P: Kyungmin Park
2793M: kyungmin.park@samsung.com
2794L: linux-mtd@lists.infradead.org
2795S: Maintained
2796
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797ONSTREAM SCSI TAPE DRIVER
2798P: Willem Riede
2799M: osst@riede.org
2800L: osst-users@lists.sourceforge.net
2801L: linux-scsi@vger.kernel.org
2802S: Maintained
2803
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804OPROFILE
2805P: Philippe Elie
2806M: phil.el@wanadoo.fr
2807L: oprofile-list@lists.sf.net
2808S: Maintained
2809
2810ORINOCO DRIVER
2811P: Pavel Roskin
2812M: proski@gnu.org
2813P: David Gibson
2814M: hermes@gibson.dropbear.id.au
Johannes Berg724c6b32007-04-23 12:18:20 -07002815L: linux-wireless@vger.kernel.org
Pavel Roskinecffdde2005-05-05 16:16:01 -07002816L: orinoco-users@lists.sourceforge.net
2817L: orinoco-devel@lists.sourceforge.net
2818W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819S: Maintained
2820
Olof Johanssonf5cd7872007-01-31 21:43:54 -06002821PA SEMI ETHERNET DRIVER
2822P: Olof Johansson
2823M: olof@lixom.net
2824L: netdev@vger.kernel.org
2825S: Maintained
2826
Olof Johanssonbeb58aa2007-02-13 22:09:03 +01002827PA SEMI SMBUS DRIVER
2828P: Olof Johansson
2829M: olof@lixom.net
2830L: i2c@lm-sensors.org
2831S: Maintained
2832
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833PARALLEL PORT SUPPORT
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002834L: linux-parport@lists.infradead.org (subscribers-only)
David Brownell5fdc2ab2007-03-05 00:30:13 -08002835S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836
2837PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2838P: Tim Waugh
2839M: tim@cyberelk.net
Randy Dunlap3dd1a322007-05-16 22:11:12 -07002840L: linux-parport@lists.infradead.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841W: http://www.torque.net/linux-pp.html
2842S: Maintained
2843
2844PARISC ARCHITECTURE
2845P: Matthew Wilcox
2846M: matthew@wil.cx
2847P: Grant Grundler
2848M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002849P: Kyle McMartin
2850M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851L: parisc-linux@parisc-linux.org
2852W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002853T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2854T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002855S: Maintained
2856
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02002857PARAVIRT_OPS INTERFACE
2858P: Jeremy Fitzhardinge
2859M: jeremy@xensource.com
2860P: Chris Wright
2861M: chrisw@sous-sol.org
2862P: Zachary Amsden
2863M: zach@vmware.com
2864P: Rusty Russell
2865M: rusty@rustcorp.com.au
2866L: virtualization@lists.osdl.org
2867L: linux-kernel@vger.kernel.org
2868S: Supported
2869
Jim Cromie1662d322006-10-06 00:43:59 -07002870PC87360 HARDWARE MONITORING DRIVER
2871P: Jim Cromie
2872M: jim.cromie@gmail.com
2873L: lm-sensors@lm-sensors.org
2874S: Maintained
2875
2876PC8736x GPIO DRIVER
2877P: Jim Cromie
2878M: jim.cromie@gmail.com
2879S: Maintained
2880
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002881PCI ERROR RECOVERY
2882P: Linas Vepstas
2883M: linas@austin.ibm.com
2884L: linux-kernel@vger.kernel.org
2885L: linux-pci@atrey.karlin.mff.cuni.cz
2886S: Supported
2887
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2889P: Thomas Sailer
2890M: sailer@ife.ee.ethz.ch
2891L: linux-sound@vger.kernel.org
2892W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2893S: Maintained
2894
2895PCI SUBSYSTEM
2896P: Greg Kroah-Hartman
2897M: gregkh@suse.de
2898L: linux-kernel@vger.kernel.org
2899L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002900T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901S: Supported
2902
2903PCI HOTPLUG CORE
Kristen Carlson Accardifb5f4d72006-09-29 10:30:27 -07002904P: Kristen Carlson Accardi
2905M: kristen.c.accardi@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906S: Supported
2907
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002908PCIE HOTPLUG DRIVER
2909P: Kristen Carlson Accardi
2910M: kristen.c.accardi@intel.com
2911L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05002912S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002913
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002915P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002916L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002918T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002919S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920
2921PCNET32 NETWORK DRIVER
pcnet32@verizon.net04ce0942007-02-16 10:07:12 -06002922P: Don Fry
2923M: pcnet32@verizon.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002924L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925S: Maintained
2926
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002927PER-TASK DELAY ACCOUNTING
2928P: Shailabh Nagar
2929M: nagar@watson.ibm.com
2930L: linux-kernel@vger.kernel.org
2931S: Maintained
2932
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002933PERSONALITY HANDLING
2934P: Christoph Hellwig
2935M: hch@infradead.org
2936L: linux-abi-devel@lists.sourceforge.net
2937S: Maintained
2938
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939PHRAM MTD DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02002940P: Jörn Engel
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941M: joern@wh.fh-wedel.de
2942L: linux-mtd@lists.infradead.org
2943S: Maintained
2944
Peter Osterlund249a6772005-09-27 21:45:30 -07002945PKTCDVD DRIVER
2946P: Peter Osterlund
2947M: petero2@telia.com
2948L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002949S: Maintained
2950
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951POSIX CLOCKS and TIMERS
Ingo Molnaraa781ae2007-07-19 01:48:32 -07002952P: Thomas Gleixner
2953M: tglx@linutronix.de
Hormsf1c3ddf2006-01-15 02:18:28 +01002954L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002955S: Supported
2956
Anton Vorontsov3be86142007-07-15 04:43:36 +04002957POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
2958P: Anton Vorontsov
2959M: cbou@mail.ru
2960P: David Woodhouse
2961M: dwmw2@infradead.org
2962L: linux-kernel@vger.kernel.org
2963L: kernel-discuss@handhelds.org
2964T: git git.infradead.org/battery-2.6.git
2965S: Maintained
2966
Eugene Surovegin24682972005-10-14 03:00:53 -07002967POWERPC 4xx EMAC DRIVER
2968P: Eugene Surovegin
2969M: ebs@ebshome.net
2970W: http://kernel.ebshome.net/emac/
2971L: linuxppc-embedded@ozlabs.org
2972L: netdev@vger.kernel.org
2973S: Maintained
2974
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975PNP SUPPORT
2976P: Adam Belay
2977M: ambx1@neo.rr.com
2978S: Maintained
2979
Vitaly Wool999445d2007-01-04 13:07:03 +01002980PNXxxxx I2C DRIVER
2981P: Vitaly Wool
2982M: vitalywool@gmail.com
2983L: i2c@lm-sensors.org
2984S: Maintained
2985
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986PPP PROTOCOL DRIVERS AND COMPRESSORS
2987P: Paul Mackerras
2988M: paulus@samba.org
2989L: linux-ppp@vger.kernel.org
2990S: Maintained
2991
2992PPP OVER ATM (RFC 2364)
2993P: Mitchell Blank Jr
2994M: mitch@sfgoth.com
2995S: Maintained
2996
2997PPP OVER ETHERNET
2998P: Michal Ostrowski
2999M: mostrows@speakeasy.net
3000S: Maintained
3001
James Chapmana6d23702007-06-27 15:53:17 -07003002PPP OVER L2TP
3003P: James Chapman
3004M: jchapman@katalix.com
3005S: Maintained
3006
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007PREEMPTIBLE KERNEL
3008P: Robert Love
3009M: rml@tech9.net
3010L: linux-kernel@vger.kernel.org
3011L: kpreempt-tech@lists.sourceforge.net
3012W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3013S: Supported
3014
3015PRISM54 WIRELESS DRIVER
Luis R. Rodrigueze88b34b2007-06-01 00:46:57 -07003016P: Luis R. Rodriguez
3017M: mcgrof@gmail.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003018L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003019W: http://prism54.org
3020S: Maintained
3021
3022PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3023P: Peter Denison
3024M: promise@pnd-pc.demon.co.uk
3025W: http://www.pnd-pc.demon.co.uk/promise/
3026S: Maintained
3027
Mikael Petterssonb3277df2007-01-10 09:33:53 +01003028PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3029P: Mikael Pettersson
3030M: mikpe@it.uu.se
3031L: linux-ide@vger.kernel.org
3032S: Maintained
3033
Masakazu Mokuno02c18892007-07-05 20:11:16 +09003034PS3 NETWORK SUPPORT
3035P: Masakazu Mokuno
3036M: mokuno@sm.sony.co.jp
3037L: netdev@vger.kernel.org
3038L: cbe-oss-dev@ozlabs.org
3039S: Supported
3040
Geoff Levandf58a9d12006-11-23 00:46:51 +01003041PS3 PLATFORM SUPPORT
3042P: Geoff Levand
3043M: geoffrey.levand@am.sony.com
3044L: linuxppc-dev@ozlabs.org
3045L: cbe-oss-dev@ozlabs.org
3046S: Supported
3047
Michael Krufky83202042006-07-03 00:24:18 -07003048PVRUSB2 VIDEO4LINUX DRIVER
3049P: Mike Isely
3050M: isely@pobox.com
Mike Isely16e94952007-01-03 18:08:06 -03003051L: pvrusb2@isely.net (subscribers-only)
Michael Krufky83202042006-07-03 00:24:18 -07003052L: video4linux-list@redhat.com
3053W: http://www.isely.net/pvrusb2/
3054S: Maintained
3055
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056PXA2xx SUPPORT
3057P: Nicolas Pitre
3058M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003059L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060S: Maintained
3061
Pierre Ossman272f1332007-05-14 21:25:26 +02003062PXA MMCI DRIVER
3063S: Orphan
3064
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065QLOGIC QLA2XXX FC-SCSI DRIVER
3066P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08003067M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068L: linux-scsi@vger.kernel.org
3069S: Supported
3070
Ron Mercer5a4faa872006-07-25 00:40:21 -07003071QLOGIC QLA3XXX NETWORK DRIVER
3072P: Ron Mercer
3073M: linux-driver@qlogic.com
3074L: netdev@vger.kernel.org
3075S: Supported
3076
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077QNX4 FILESYSTEM
3078P: Anders Larsen
3079M: al@alarsen.net
3080L: linux-kernel@vger.kernel.org
3081W: http://www.alarsen.net/linux/qnx4fs/
3082S: Maintained
3083
3084RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003085P: Benjamin Herrenschmidt
3086M: benh@kernel.crashing.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003087L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088S: Maintained
3089
3090RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07003091P: Paul Mackerras
3092M: paulus@samba.org
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003093L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094S: Maintained
3095
3096RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3097P: Corey Thomas
3098M: corey@world.std.com
Johannes Berg724c6b32007-04-23 12:18:20 -07003099L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100S: Maintained
3101
Matt Mackall9e95ce22005-04-16 15:25:56 -07003102RANDOM NUMBER DRIVER
3103P: Matt Mackall
3104M: mpm@selenic.com
3105S: Maintained
3106
Matt Porter394b7012005-11-07 01:00:15 -08003107RAPIDIO SUBSYSTEM
3108P: Matt Porter
3109M: mporter@kernel.crashing.org
3110L: linux-kernel@vger.kernel.org
3111S: Maintained
3112
Josh Triplett595182b2006-10-04 02:17:21 -07003113READ-COPY UPDATE (RCU)
3114P: Dipankar Sarma
3115M: dipankar@in.ibm.com
3116W: http://www.rdrop.com/users/paulmck/rclock/
3117L: linux-kernel@vger.kernel.org
3118S: Supported
3119
3120RCUTORTURE MODULE
3121P: Josh Triplett
3122M: josh@freedesktop.org
3123L: linux-kernel@vger.kernel.org
3124S: Maintained
3125
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126REAL TIME CLOCK DRIVER
3127P: Paul Gortmaker
3128M: p_gortmaker@yahoo.com
3129L: linux-kernel@vger.kernel.org
3130S: Maintained
3131
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003132REAL TIME CLOCK (RTC) SUBSYSTEM
3133P: Alessandro Zummo
3134M: a.zummo@towertech.it
Alessandro Zummo76465492006-12-10 02:19:06 -08003135L: rtc-linux@googlegroups.com
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08003136S: Maintained
3137
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138REISERFS FILE SYSTEM
3139P: Hans Reiser
3140M: reiserfs-dev@namesys.com
Jeff Mahoney76c4e5e2007-06-08 13:47:02 -07003141L: reiserfs-devel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142W: http://www.namesys.com
3143S: Supported
3144
3145ROCKETPORT DRIVER
3146P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003147W: http://www.comtrol.com
3148S: Maintained
3149
3150ROSE NETWORK LAYER
3151P: Ralf Baechle
3152M: ralf@linux-mips.org
3153L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02003154W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155S: Maintained
3156
3157RISCOM8 DRIVER
3158S: Orphan
3159
Michael Wu605bebe2007-05-14 01:41:02 -04003160RTL818X WIRELESS DRIVER
3161P: Michael Wu
3162M: flamingice@sourmilk.net
3163P: Andrea Merello
3164M: andreamrl@tiscali.it
3165L: linux-wireless@vger.kernel.org
3166W: http://linuxwireless.org/
3167T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3168S: Maintained
3169
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003170S3 SAVAGE FRAMEBUFFER DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003171P: Antonino Daplas
Antonino A. Daplas0478e622007-02-28 20:12:37 -08003172M: adaplas@gmail.com
Randy Dunlap5cd307c2006-12-08 02:41:01 -08003173L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
Jim Cromiece00f852006-11-30 04:49:44 +01003174S: Maintained
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08003175
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176S390
3177P: Martin Schwidefsky
3178M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02003179P: Heiko Carstens
3180M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003181M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003182L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003183W: http://www.ibm.com/developerworks/linux/linux390/
3184S: Supported
3185
3186S390 NETWORK DRIVERS
3187P: Frank Pavlic
3188M: fpavlic@de.ibm.com
3189M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003190L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003191W: http://www.ibm.com/developerworks/linux/linux390/
3192S: Supported
3193
3194S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02003195P: Swen Schillig
3196M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08003197M: linux390@de.ibm.com
Martin Schwidefskyd58140c2007-02-05 21:17:27 +01003198L: linux-s390@vger.kernel.org
Heiko Carstens5238da42006-02-11 17:56:01 -08003199W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200S: Supported
3201
3202SAA7146 VIDEO4LINUX-2 DRIVER
3203P: Michael Hunold
3204M: michael@mihu.de
3205W: http://www.mihu.de/linux/saa7146
3206S: Maintained
3207
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208SC1200 WDT DRIVER
3209P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07003210M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211S: Maintained
3212
3213SCHEDULER
3214P: Ingo Molnar
3215M: mingo@elte.hu
3216P: Robert Love [the preemptible kernel bits]
3217M: rml@tech9.net
3218L: linux-kernel@vger.kernel.org
3219S: Maintained
3220
3221SCSI CDROM DRIVER
3222P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003223M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224L: linux-scsi@vger.kernel.org
3225W: http://www.kernel.dk
3226S: Maintained
3227
3228SCSI SG DRIVER
3229P: Doug Gilbert
3230M: dgilbert@interlog.com
3231L: linux-scsi@vger.kernel.org
3232W: http://www.torque.net/sg
3233S: Maintained
3234
3235SCSI SUBSYSTEM
3236P: James E.J. Bottomley
3237M: James.Bottomley@SteelEye.com
3238L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003239T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240S: Maintained
3241
3242SCSI TAPE DRIVER
John Anthony Kazos Jrdd4ef012007-05-09 08:06:37 +02003243P: Kai Mäkisara
Linus Torvalds1da177e2005-04-16 15:20:36 -07003244M: Kai.Makisara@kolumbus.fi
3245L: linux-scsi@vger.kernel.org
3246S: Maintained
3247
3248SCTP PROTOCOL
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003249P: Vlad Yasevich
3250M: vladislav.yasevich@hp.com
Jim Cromiece00f852006-11-30 04:49:44 +01003251P: Sridhar Samudrala
3252M: sri@us.ibm.com
3253L: lksctp-developers@lists.sourceforge.net
Sridhar Samudrala5f858132007-03-23 11:39:51 -07003254W: http://lksctp.sourceforge.net
Jim Cromiece00f852006-11-30 04:49:44 +01003255S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256
3257SCx200 CPU SUPPORT
Jim Cromie1662d322006-10-06 00:43:59 -07003258P: Jim Cromie
3259M: jim.cromie@gmail.com
3260S: Odd Fixes
3261
3262SCx200 GPIO DRIVER
3263P: Jim Cromie
3264M: jim.cromie@gmail.com
3265S: Maintained
3266
3267SCx200 HRT CLOCKSOURCE DRIVER
3268P: Jim Cromie
3269M: jim.cromie@gmail.com
3270S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271
3272SECURITY CONTACT
3273P: Security Officers
3274M: security@kernel.org
3275S: Supported
3276
3277SELINUX SECURITY MODULE
3278P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08003279M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04003281M: jmorris@namei.org
Stephen Smalley588a3152007-02-23 09:20:09 -05003282P: Eric Paris
3283M: eparis@parisplace.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284L: linux-kernel@vger.kernel.org (kernel issues)
Stephen Smalley588a3152007-02-23 09:20:09 -05003285L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003286W: http://www.nsa.gov/selinux
3287S: Supported
3288
Jiri Slabycef2cf02007-05-08 00:31:45 -07003289SENSABLE PHANTOM
3290P: Jiri Slaby
3291M: jirislaby@gmail.com
3292S: Maintained
3293
Linus Torvalds1da177e2005-04-16 15:20:36 -07003294SERIAL ATA (SATA) SUBSYSTEM:
3295P: Jeff Garzik
3296M: jgarzik@pobox.com
3297L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003298T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299S: Supported
3300
3301SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3302P: Pat Gefre
3303M: pfg@sgi.com
3304L: linux-ia64@vger.kernel.org
3305S: Supported
3306
3307SGI VISUAL WORKSTATION 320 AND 540
3308P: Andrey Panin
3309M: pazke@donpac.ru
3310L: linux-visws-devel@lists.sf.net
3311W: http://linux-visws.sf.net
3312S: Maintained for 2.6.
3313
3314SIMTEC EB110ATX (Chalice CATS)
3315P: Ben Dooks
3316P: Vincent Sanders
3317M: support@simtec.co.uk
3318W: http://www.simtec.co.uk/products/EB110ATX/
3319S: Supported
3320
3321SIMTEC EB2410ITX (BAST)
3322P: Ben Dooks
3323P: Vincent Sanders
3324M: support@simtec.co.uk
3325W: http://www.simtec.co.uk/products/EB2410ITX/
3326S: Supported
3327
Francois Romieu92aab3c2005-07-30 13:11:18 +02003328SIS 190 ETHERNET DRIVER
3329P: Francois Romieu
3330M: romieu@fr.zoreil.com
3331L: netdev@vger.kernel.org
3332S: Maintained
3333
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334SIS 5513 IDE CONTROLLER DRIVER
3335P: Lionel Bouton
3336M: Lionel.Bouton@inet6.fr
3337W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3338W: http://gyver.homeip.net/sis5513/index.html
3339S: Maintained
3340
3341SIS 900/7016 FAST ETHERNET DRIVER
3342P: Daniele Venzano
3343M: venza@brownhat.org
3344W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07003345L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003346S: Maintained
3347
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003348SIS 96X I2C/SMBUS DRIVER
3349P: Mark M. Hoffman
3350M: mhoffman@lightlink.com
3351L: lm-sensors@lm-sensors.org
3352S: Maintained
3353
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354SIS FRAMEBUFFER DRIVER
3355P: Thomas Winischhofer
3356M: thomas@winischhofer.net
3357W: http://www.winischhofer.net/linuxsisvga.shtml
Antoine Jacquetb7eee612007-04-27 12:30:59 -03003358S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359
3360SIS USB2VGA DRIVER
3361P: Thomas Winischhofer
3362M: thomas@winischhofer.net
3363W: http://www.winischhofer.at/linuxsisusbvga.shtml
3364S: Maintained
3365
Christoph Lameter415ad26d2007-07-26 10:40:56 -07003366SLAB ALLOCATOR
3367P: Christoph Lameter
3368M: clameter@sgi.com
3369P: Pekka Enberg
3370M: penberg@cs.helsinki.fi
3371L: linux-mm@kvack.org
3372S: Maintained
3373
Linus Torvalds1da177e2005-04-16 15:20:36 -07003374SMC91x ETHERNET DRIVER
3375P: Nicolas Pitre
3376M: nico@cam.org
3377S: Maintained
3378
Mark M. Hoffman6ea884d2007-06-09 10:11:15 -04003379SMSC47B397 HARDWARE MONITOR DRIVER
3380P: Mark M. Hoffman
3381M: mhoffman@lightlink.com
3382L: lm-sensors@lm-sensors.org
3383S: Maintained
3384
Daniel Drake8f0f8502006-07-18 22:00:25 +01003385SOFTMAC LAYER (IEEE 802.11)
3386P: Johannes Berg
3387M: johannes@sipsolutions.net
3388P: Joe Jezak
3389M: josejx@gentoo.org
3390P: Daniel Drake
3391M: dsd@gentoo.org
3392W: http://softmac.sipsolutions.net/
Johannes Berg724c6b32007-04-23 12:18:20 -07003393L: linux-wireless@vger.kernel.org
Daniel Drake8f0f8502006-07-18 22:00:25 +01003394S: Maintained
3395
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396SOFTWARE RAID (Multiple Disks) SUPPORT
3397P: Ingo Molnar
3398M: mingo@redhat.com
3399P: Neil Brown
NeilBrown524418b2007-01-26 00:57:01 -08003400M: neilb@suse.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401L: linux-raid@vger.kernel.org
NeilBrown524418b2007-01-26 00:57:01 -08003402S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403
Pavel Machek95a631e2007-07-19 01:47:42 -07003404HIBERNATION (aka Software Suspend, aka swsusp):
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405P: Pavel Machek
3406M: pavel@suse.cz
Pavel Machek95a631e2007-07-19 01:47:42 -07003407P: Rafael J. Wysocki
3408M: rjw@sisk.pl
3409L: linux-pm@lists.linux-foundation.org
3410S: Supported
3411
3412SUSPEND TO RAM:
3413P: Pavel Machek
3414M: pavel@suse.cz
3415P: Rafael J. Wysocki
3416M: rjw@sisk.pl
David Brownellf318a632007-04-23 14:41:06 -07003417L: linux-pm@lists.linux-foundation.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418S: Maintained
3419
3420SONIC NETWORK DRIVER
3421P: Thomas Bogendoerfer
3422M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07003423L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424S: Maintained
3425
3426SONY VAIO CONTROL DEVICE DRIVER
Mattia Dongili0d477fa2007-02-08 20:16:40 +01003427P: Mattia Dongili
3428M: malattia@linux.it
Mattia Dongili5b181672007-03-12 21:43:57 +01003429L: linux-acpi@vger.kernel.org
3430W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
Linus Torvalds1da177e2005-04-16 15:20:36 -07003431S: Maintained
3432
3433SOUND
3434P: Jaroslav Kysela
3435M: perex@suse.cz
Takashi Iwai82622042007-04-16 12:32:52 +02003436L: alsa-devel@alsa-project.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437S: Maintained
3438
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003439SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3440P: Liam Girdwood
3441M: liam.girdwood@wolfsonmicro.com
Takashi Iwai82622042007-04-16 12:32:52 +02003442L: alsa-devel@alsa-project.org (subscribers-only)
Liam Girdwoodeb1a6af2006-10-06 18:34:51 +02003443S: Supported
3444
Kumar Gala025c3982006-04-02 16:05:54 -05003445SPI SUBSYSTEM
3446P: David Brownell
3447M: dbrownell@users.sourceforge.net
3448L: spi-devel-general@lists.sourceforge.net
3449S: Maintained
3450
Steven Rostedt855f46a2006-08-05 12:14:50 -07003451STABLE BRANCH:
3452P: Greg Kroah-Hartman
3453M: greg@kroah.com
3454P: Chris Wright
3455M: chrisw@sous-sol.org
3456L: stable@kernel.org
3457S: Maintained
3458
Kylene Hall1c72d462005-05-01 08:59:13 -07003459TPM DEVICE DRIVER
3460P: Kylene Hall
Kent Yoder8e81cc12007-08-22 14:01:04 -07003461M: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003462W: http://tpmdd.sourceforge.net
Marcel Selhorstd3a7b6d2007-03-16 13:38:31 -08003463P: Marcel Selhorst
3464M: tpm@selhorst.net
3465W: http://www.prosec.rub.de/tpm/
Stephen Rothwell3bd2aad2007-05-15 01:41:36 -07003466L: tpmdd-devel@lists.sourceforge.net
Kylene Hall1c72d462005-05-01 08:59:13 -07003467S: Maintained
3468
Mark Gross1a80ba82005-10-30 15:02:55 -08003469Telecom Clock Driver for MCPL0010
Jim Cromiece00f852006-11-30 04:49:44 +01003470P: Mark Gross
3471M: mark.gross@intel.com
3472S: Supported
Mark Gross1a80ba82005-10-30 15:02:55 -08003473
Chris Zankel48b415c2005-06-23 22:01:07 -07003474TENSILICA XTENSA PORT (xtensa):
3475P: Chris Zankel
3476M: chris@zankel.net
3477S: Maintained
3478
Henrique de Moraes Holschuh756970a2007-03-29 01:58:44 -03003479THINKPAD ACPI EXTRAS DRIVER
3480P: Henrique de Moraes Holschuh
3481M: ibm-acpi@hmh.eng.br
3482L: ibm-acpi-devel@lists.sourceforge.net
3483W: http://ibm-acpi.sourceforge.net
3484W: http://thinkwiki.org/wiki/Ibm-acpi
3485T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3486S: Maintained
3487
Linus Torvalds1da177e2005-04-16 15:20:36 -07003488UltraSPARC (sparc64):
3489P: David S. Miller
3490M: davem@davemloft.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003491L: sparclinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08003492T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003493S: Maintained
3494
3495SHARP LH SUPPORT (LH7952X & LH7A40X)
3496P: Marc Singer
3497M: elf@buici.com
3498W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07003499L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500S: Maintained
3501
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003502SHPC HOTPLUG DRIVER
3503P: Kristen Carlson Accardi
3504M: kristen.c.accardi@intel.com
3505L: pcihpd-discuss@lists.sourceforge.net
Len Brown8b59a452007-01-08 19:03:28 -05003506S: Supported
Kristen Accardi8cf4c192005-08-16 15:16:10 -07003507
Pierre Ossmand129bce2006-03-24 03:18:17 -08003508SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3509P: Pierre Ossman
3510M: drzeus-sdhci@drzeus.cx
3511L: sdhci-devel@list.drzeus.cx
3512W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3513S: Maintained
3514
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003515SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3516P: Stephen Hemminger
Stephen Hemminger65ebe6342007-01-23 11:38:57 -08003517M: shemminger@linux-foundation.org
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07003518L: netdev@vger.kernel.org
3519S: Maintained
3520
Chris Boot1a87d942006-07-10 04:45:34 -07003521SOEKRIS NET48XX LED SUPPORT
3522P: Chris Boot
3523M: bootc@bootc.net
3524S: Maintained
3525
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526SPARC (sparc32):
3527P: William L. Irwin
3528M: wli@holomorphy.com
3529L: sparclinux@vger.kernel.org
3530S: Maintained
3531
3532SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3533P: Roger Wolff
3534M: R.E.Wolff@BitWizard.nl
3535L: linux-kernel@vger.kernel.org ?
3536S: Supported
3537
Jim Lewis2752e402006-09-29 02:01:19 -07003538SPIDERNET NETWORK DRIVER for CELL
Linas Vepstasfa302482007-02-20 16:45:27 -06003539P: Linas Vepstas
3540M: linas@austin.ibm.com
Jim Lewis2752e402006-09-29 02:01:19 -07003541L: netdev@vger.kernel.org
3542S: Supported
3543
Linus Torvalds1da177e2005-04-16 15:20:36 -07003544SRM (Alpha) environment access
3545P: Jan-Benedict Glaw
3546M: jbglaw@lug-owl.de
3547L: linux-kernel@vger.kernel.org
3548S: Maintained
3549
3550STARFIRE/DURALAN NETWORK DRIVER
3551P: Ion Badulescu
3552M: ionut@cs.columbia.edu
3553S: Maintained
3554
3555STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3556W: http://mosquitonet.Stanford.EDU/strip.html
3557S: Unsupported ?
3558
3559STRADIS MPEG-2 DECODER DRIVER
3560P: Nathan Laredo
3561M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003562W: http://www.stradis.com/
3563S: Maintained
3564
3565SUPERH (sh)
3566P: Paul Mundt
3567M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07003568L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570S: Maintained
3571
3572SUPERH64 (sh64)
3573P: Paul Mundt
3574M: lethal@linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003575L: linuxsh-shmedia-dev@lists.sourceforge.net
3576W: http://www.linux-sh.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003577S: Maintained
3578
3579SUN3/3X
3580P: Sam Creasey
3581M: sammy@sammy.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582W: http://sammy.net/sun3/
3583S: Maintained
3584
3585SVGA HANDLING
3586P: Martin Mares
3587M: mj@ucw.cz
3588L: linux-video@atrey.karlin.mff.cuni.cz
3589S: Maintained
3590
3591SYSV FILESYSTEM
3592P: Christoph Hellwig
3593M: hch@infradead.org
3594S: Maintained
3595
Stephen Hemminger781b456a2006-07-10 20:25:29 -07003596TC CLASSIFIER
3597P: Jamal Hadi Salim
3598M: hadi@cyberus.ca
3599L: netdev@vger.kernel.org
3600S: Maintained
3601
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07003602TCP LOW PRIORITY MODULE
3603P: Wong Hoi Sing, Edison
3604M: hswong3i@gmail.com
3605P: Hung Hing Lun, Mike
3606M: hlhung3i@gmail.com
3607W: http://tcp-lp-mod.sourceforge.net/
3608S: Maintained
3609
Alex Dubov4020f2d2006-10-04 02:15:37 -07003610TI FLASH MEDIA INTERFACE DRIVER
3611P: Alex Dubov
3612M: oakad@yahoo.com
3613S: Maintained
3614
Syed Khasim9f9c24f2007-05-16 01:07:22 +02003615TI OMAP MMC INTERFACE DRIVER
3616P: Carlos Aguiar, Anderson Briglia and Syed Khasim
3617M: linux-omap-open-source@linux.omap.com
3618W: http://linux.omap.com
3619W: http://www.muru.com/linux/omap/
3620S: Maintained
3621
Michael Buesch844dd052006-06-26 00:24:59 -07003622TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3623P: Deepak Saxena
3624M: dsaxena@plexity.net
3625S: Maintained
3626
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07003627TASKSTATS STATISTICS INTERFACE
3628P: Shailabh Nagar
3629M: nagar@watson.ibm.com
3630L: linux-kernel@vger.kernel.org
3631S: Maintained
3632
Linus Torvalds1da177e2005-04-16 15:20:36 -07003633TI PARALLEL LINK CABLE DRIVER
Jim Cromiece00f852006-11-30 04:49:44 +01003634P: Romain Lievin
3635M: roms@lpg.ticalc.org
3636S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637
Per Lidene86eaa32006-01-12 16:45:18 +01003638TIPC NETWORK LAYER
3639P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01003640M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003641P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01003642M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01003643P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01003644M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01003645L: tipc-discussion@lists.sourceforge.net
3646W: http://tipc.sourceforge.net/
3647W: http://tipc.cslab.ericsson.net/
3648T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
3649S: Maintained
3650
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651TLAN NETWORK DRIVER
3652P: Samuel Chessman
3653M: chessman@tux.org
3654L: tlan-devel@lists.sourceforge.net
3655W: http://sourceforge.net/projects/tlan/
3656S: Maintained
3657
3658TOKEN-RING NETWORK DRIVER
3659P: Mike Phillips
3660M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07003661L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003662L: linux-tr@linuxtr.net
3663W: http://www.linuxtr.net
3664S: Maintained
3665
3666TOSHIBA ACPI EXTRAS DRIVER
3667P: John Belmonte
3668M: toshiba_acpi@memebeam.org
3669W: http://memebeam.org/toys/ToshibaAcpiDriver
3670S: Maintained
3671
3672TOSHIBA SMM DRIVER
3673P: Jonathan Buzzard
3674M: jonathan@buzzard.org.uk
3675L: tlinux-users@tce.toshiba-dme.co.jp
3676W: http://www.buzzard.org.uk/toshiba/
3677S: Maintained
3678
3679TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3680P: Muli Ben-Yehuda
3681M: mulix@mulix.org
3682L: linux-kernel@vger.kernel.org
3683S: Maintained
3684
3685TRIVIAL PATCHES
Jim Cromiece00f852006-11-30 04:49:44 +01003686P: Adrian Bunk
3687M: trivial@kernel.org
3688L: linux-kernel@vger.kernel.org
3689W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3690T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3691S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003692
3693TMS380 TOKEN-RING NETWORK DRIVER
3694P: Adam Fritzler
3695M: mid@auk.cx
3696L: linux-tr@linuxtr.net
3697W: http://www.auk.cx/tms380tr/
3698S: Maintained
3699
3700TULIP NETWORK DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701L: tulip-users@lists.sourceforge.net
3702W: http://sourceforge.net/projects/tulip/
Valerie Henson49afc592007-07-30 13:10:52 -06003703S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07003704
3705TUN/TAP driver
3706P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08003707M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708L: vtun@office.satix.net
3709W: http://vtun.sourceforge.net/tun
3710S: Maintained
3711
Maciej W. Rozyckib454cc62007-02-05 16:28:25 -08003712TURBOCHANNEL SUBSYSTEM
3713P: Maciej W. Rozycki
3714M: macro@linux-mips.org
3715S: Maintained
3716
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717U14-34F SCSI DRIVER
3718P: Dario Ballabio
3719M: ballabio_dario@emc.com
3720L: linux-scsi@vger.kernel.org
3721S: Maintained
3722
3723UDF FILESYSTEM
3724P: Ben Fennema
3725M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07003726W: http://linux-udf.sourceforge.net
3727S: Maintained
3728
3729UNIFORM CDROM DRIVER
3730P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02003731M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732L: linux-kernel@vger.kernel.org
3733W: http://www.kernel.dk
3734S: Maintained
3735
3736USB ACM DRIVER
3737P: Oliver Neukum
3738M: oliver@neukum.name
3739L: linux-usb-users@lists.sourceforge.net
3740L: linux-usb-devel@lists.sourceforge.net
3741S: Maintained
3742
3743USB BLOCK DRIVER (UB ub)
3744P: Pete Zaitcev
3745M: zaitcev@redhat.com
3746L: linux-kernel@vger.kernel.org
3747L: linux-usb-devel@lists.sourceforge.net
3748S: Supported
3749
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750USB CDC ETHERNET DRIVER
3751P: Greg Kroah-Hartman
3752M: greg@kroah.com
3753L: linux-usb-users@lists.sourceforge.net
3754L: linux-usb-devel@lists.sourceforge.net
3755S: Maintained
3756W: http://www.kroah.com/linux-usb/
3757
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003758USB DAVICOM DM9601 DRIVER
3759P: Peter Korsgaard
3760M: jacmet@sunsite.dk
Peter Korsgaard043600a2007-06-27 21:18:18 +02003761L: netdev@vger.kernel.org
Peter Korsgaardd0374f42007-02-16 17:03:54 +01003762W: http://www.linux-usb.org/usbnet
3763S: Maintained
3764
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765USB EHCI DRIVER
3766P: David Brownell
3767M: dbrownell@users.sourceforge.net
3768L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003769S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003770
Luca Risolia7ce08c92006-01-11 02:06:59 +00003771USB ET61X[12]51 DRIVER
3772P: Luca Risolia
3773M: luca.risolia@studio.unibo.it
3774L: linux-usb-devel@lists.sourceforge.net
3775L: video4linux-list@redhat.com
3776W: http://www.linux-projects.org
3777S: Maintained
3778
David Brownell69ae9e32006-11-14 02:03:31 -08003779USB GADGET/PERIPHERAL SUBSYSTEM
3780P: David Brownell
3781M: dbrownell@users.sourceforge.net
3782L: linux-usb-devel@lists.sourceforge.net
3783W: http://www.linux-usb.org/gadget
3784S: Maintained
3785
Jiri Kosina2dea64b2007-07-11 12:12:11 +02003786USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
Jiri Kosina641266fd2007-01-15 09:56:21 +01003787P: Jiri Kosina
3788M: jkosina@suse.cz
Linus Torvalds1da177e2005-04-16 15:20:36 -07003789L: linux-usb-devel@lists.sourceforge.net
Jiri Kosinaa4dff392007-02-27 17:40:09 +01003790T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07003791S: Maintained
3792
3793USB HUB DRIVER
3794P: Johannes Erdfelt
3795M: johannes@erdfelt.com
3796L: linux-usb-users@lists.sourceforge.net
3797L: linux-usb-devel@lists.sourceforge.net
3798S: Maintained
3799
Olav Kongas959eea22005-11-03 17:38:14 +02003800USB ISP116X DRIVER
3801P: Olav Kongas
3802M: ok@artecdesign.ee
3803L: linux-usb-devel@lists.sourceforge.net
3804S: Maintained
3805
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806USB KAWASAKI LSI DRIVER
3807P: Oliver Neukum
3808M: oliver@neukum.name
3809L: linux-usb-users@lists.sourceforge.net
3810L: linux-usb-devel@lists.sourceforge.net
3811S: Maintained
3812
3813USB MASS STORAGE DRIVER
3814P: Matthew Dharm
3815M: mdharm-usb@one-eyed-alien.net
3816L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003817L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818S: Maintained
3819W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3820
3821USB OHCI DRIVER
David Brownell23d8c902006-12-05 03:10:08 -08003822P: David Brownell
3823M: dbrownell@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824L: linux-usb-users@lists.sourceforge.net
3825L: linux-usb-devel@lists.sourceforge.net
David Brownell23d8c902006-12-05 03:10:08 -08003826S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827
Matthias Urlichsba460e42005-07-14 00:33:47 -07003828USB OPTION-CARD DRIVER
3829P: Matthias Urlichs
3830M: smurf@smurf.noris.de
3831L: linux-usb-devel@lists.sourceforge.net
3832S: Maintained
3833
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834USB OV511 DRIVER
3835P: Mark McClelland
3836M: mmcclell@bigfoot.com
3837L: linux-usb-users@lists.sourceforge.net
3838L: linux-usb-devel@lists.sourceforge.net
3839W: http://alpha.dyndns.org/ov511/
3840S: Maintained
3841
3842USB PEGASUS DRIVER
3843P: Petko Manolov
3844M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003846L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847W: http://pegasus2.sourceforge.net/
3848S: Maintained
3849
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003850USB PRINTER DRIVER (usblp)
3851P: Pete Zaitcev
3852M: zaitcev@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853L: linux-usb-users@lists.sourceforge.net
3854L: linux-usb-devel@lists.sourceforge.net
Pete Zaitcev73e4fb32007-06-21 15:18:35 -07003855S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856
3857USB RTL8150 DRIVER
3858P: Petko Manolov
3859M: petkan@users.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860L: linux-usb-devel@lists.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003861L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862W: http://pegasus2.sourceforge.net/
3863S: Maintained
3864
3865USB SE401 DRIVER
3866P: Jeroen Vreeken
3867M: pe1rxq@amsat.org
3868L: linux-usb-users@lists.sourceforge.net
3869L: linux-usb-devel@lists.sourceforge.net
3870W: http://www.chello.nl/~j.vreeken/se401/
3871S: Maintained
3872
3873USB SERIAL CYBERJACK DRIVER
3874P: Matthias Bruestle and Harald Welte
3875M: support@reiner-sct.com
3876W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3877S: Maintained
3878
3879USB SERIAL DIGI ACCELEPORT DRIVER
3880P: Peter Berger and Al Borchers
3881M: pberger@brimson.com
3882M: alborchers@steinerpoint.com
3883L: linux-usb-users@lists.sourceforge.net
3884L: linux-usb-devel@lists.sourceforge.net
3885S: Maintained
3886
3887USB SERIAL DRIVER
3888P: Greg Kroah-Hartman
3889M: gregkh@suse.de
3890L: linux-usb-users@lists.sourceforge.net
3891L: linux-usb-devel@lists.sourceforge.net
3892S: Supported
3893
3894USB SERIAL BELKIN F5U103 DRIVER
3895P: William Greathouse
3896M: wgreathouse@smva.com
3897L: linux-usb-users@lists.sourceforge.net
3898L: linux-usb-devel@lists.sourceforge.net
3899S: Maintained
3900
3901USB SERIAL CYPRESS M8 DRIVER
3902P: Lonnie Mendez
3903M: dignome@gmail.com
3904L: linux-usb-users@lists.sourceforge.net
3905L: linux-usb-devel@lists.sourceforge.net
3906S: Maintained
3907W: http://geocities.com/i0xox0i
3908W: http://firstlight.net/cvs
3909
3910USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3911L: linux-usb-users@lists.sourceforge.net
3912L: linux-usb-devel@lists.sourceforge.net
3913S: Maintained
3914
3915USB AUERSWALD DRIVER
3916P: Wolfgang Muees
3917M: wolfgang@iksw-muees.de
3918L: linux-usb-users@lists.sourceforge.net
3919L: linux-usb-devel@lists.sourceforge.net
3920S: Maintained
3921
3922USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3923P: Gary Brubaker
3924M: xavyer@ix.netcom.com
3925L: linux-usb-users@lists.sourceforge.net
3926L: linux-usb-devel@lists.sourceforge.net
3927S: Maintained
3928
3929USB SERIAL KEYSPAN DRIVER
3930P: Greg Kroah-Hartman
3931M: greg@kroah.com
3932L: linux-usb-users@lists.sourceforge.net
3933L: linux-usb-devel@lists.sourceforge.net
3934W: http://www.kroah.com/linux/
3935S: Maintained
3936
3937USB SERIAL WHITEHEAT DRIVER
Stuart MacDonald8bc84932007-05-04 16:00:03 -04003938P: Support Department
3939M: support@connecttech.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003940L: linux-usb-users@lists.sourceforge.net
3941L: linux-usb-devel@lists.sourceforge.net
3942W: http://www.connecttech.com
3943S: Supported
3944
Luca Risoliaf423b9a2007-03-26 16:12:04 -03003945USB SN9C1xx DRIVER
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946P: Luca Risolia
3947M: luca.risolia@studio.unibo.it
3948L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003949L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950W: http://www.linux-projects.org
3951S: Maintained
3952
3953USB SUBSYSTEM
3954P: Greg Kroah-Hartman
3955M: gregkh@suse.de
3956L: linux-usb-users@lists.sourceforge.net
3957L: linux-usb-devel@lists.sourceforge.net
3958W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003959T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960S: Supported
3961
3962USB UHCI DRIVER
3963P: Alan Stern
3964M: stern@rowland.harvard.edu
3965L: linux-usb-users@lists.sourceforge.net
3966L: linux-usb-devel@lists.sourceforge.net
3967S: Maintained
3968
David Brownell69ae9e32006-11-14 02:03:31 -08003969USB "USBNET" DRIVER FRAMEWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07003970P: David Brownell
3971M: dbrownell@users.sourceforge.net
Peter Korsgaard043600a2007-06-27 21:18:18 +02003972L: netdev@vger.kernel.org
David Brownell69ae9e32006-11-14 02:03:31 -08003973W: http://www.linux-usb.org/usbnet
Linus Torvalds1da177e2005-04-16 15:20:36 -07003974S: Maintained
3975
3976USB W996[87]CF DRIVER
3977P: Luca Risolia
3978M: luca.risolia@studio.unibo.it
3979L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003980L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981W: http://www.linux-projects.org
3982S: Maintained
3983
Luca Risolia60f78052006-02-06 16:29:35 +00003984USB ZC0301 DRIVER
3985P: Luca Risolia
3986M: luca.risolia@studio.unibo.it
3987L: linux-usb-devel@lists.sourceforge.net
3988L: video4linux-list@redhat.com
3989W: http://www.linux-projects.org
3990S: Maintained
3991
Linus Torvalds1da177e2005-04-16 15:20:36 -07003992USB ZD1201 DRIVER
3993P: Jeroen Vreeken
3994M: pe1rxq@amsat.org
3995L: linux-usb-users@lists.sourceforge.net
3996L: linux-usb-devel@lists.sourceforge.net
3997W: http://linux-lc100020.sourceforge.net
3998S: Maintained
3999
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004000USB ZR364XX DRIVER
4001P: Antoine Jacquet
4002M: royale@zerezo.com
4003L: linux-usb-devel@lists.sourceforge.net
4004L: video4linux-list@redhat.com
4005W: http://royale.zerezo.com/zr364xx/
4006S: Maintained
4007
Linus Torvalds1da177e2005-04-16 15:20:36 -07004008USER-MODE LINUX
4009P: Jeff Dike
4010M: jdike@karaya.com
4011L: user-mode-linux-devel@lists.sourceforge.net
4012L: user-mode-linux-user@lists.sourceforge.net
4013W: http://user-mode-linux.sourceforge.net
4014S: Maintained
Antoine Jacquetb7eee612007-04-27 12:30:59 -03004015
Linus Torvalds1da177e2005-04-16 15:20:36 -07004016FAT/VFAT/MSDOS FILESYSTEM:
4017P: OGAWA Hirofumi
4018M: hirofumi@mail.parknet.co.jp
4019L: linux-kernel@vger.kernel.org
4020S: Maintained
4021
4022VIA 82Cxxx AUDIO DRIVER (old OSS driver)
4023P: Jeff Garzik
4024S: Odd fixes
4025
4026VIA RHINE NETWORK DRIVER
4027P: Roger Luethi
4028M: rl@hellgate.ch
4029S: Maintained
4030
Jean Delvare32c0a522005-09-22 21:47:58 +02004031VIAPRO SMBUS DRIVER
4032P: Jean Delvare
4033M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02004034L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02004035S: Maintained
4036
Francois Romieu01f20732007-01-26 00:57:17 -08004037VIA VELOCITY NETWORK DRIVER
4038P: Francois Romieu
4039M: romieu@fr.zoreil.com
4040L: netdev@vger.kernel.org
4041S: Maintained
4042
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043UCLINUX (AND M68KNOMMU)
4044P: Greg Ungerer
4045M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004046W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07004047L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004048S: Maintained
4049
4050UCLINUX FOR NEC V850
4051P: Miles Bader
Linus Torvalds1da177e2005-04-16 15:20:36 -07004052
4053UCLINUX FOR RENESAS H8/300
4054P: Yoshinori Sato
4055M: ysato@users.sourceforge.jp
4056W: http://uclinux-h8.sourceforge.jp/
4057S: Supported
4058
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004059UFS FILESYSTEM
Alan Coxabb49202007-06-08 13:47:03 -07004060P: Evgeniy Dushistov
4061M: dushistov@mail.ru
4062L: linux-kernel@vger.kernel.org
4063S: Maintained
Evgeniy Dushistov719d9692007-02-02 11:36:34 +03004064
Linus Torvalds1da177e2005-04-16 15:20:36 -07004065USB DIAMOND RIO500 DRIVER
4066P: Cesar Miquel
4067M: miquel@df.uba.ar
4068L: rio500-users@lists.sourceforge.net
4069W: http://rio500.sourceforge.net
4070S: Maintained
4071
4072VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004073P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02004074M: mchehab@infradead.org
4075M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004076L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004077W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02004078T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07004079S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07004080
Juerg Haefligerab413192006-09-24 20:54:04 +02004081VT1211 HARDWARE MONITOR DRIVER
4082P: Juerg Haefliger
4083M: juergh@gmail.com
4084L: lm-sensors@lm-sensors.org
4085S: Maintained
4086
Roger Lucas1de9e372005-11-26 20:20:05 +01004087VT8231 HARDWARE MONITOR DRIVER
4088P: Roger Lucas
4089M: roger@planbit.co.uk
4090L: lm-sensors@lm-sensors.org
4091S: Maintained
4092
Linus Torvalds1da177e2005-04-16 15:20:36 -07004093W1 DALLAS'S 1-WIRE BUS
4094P: Evgeniy Polyakov
4095M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096S: Maintained
4097
Charles Spirakis13927072006-07-05 18:05:15 +02004098W83791D HARDWARE MONITORING DRIVER
4099P: Charles Spirakis
4100M: bezaur@gmail.com
4101L: lm-sensors@lm-sensors.org
4102S: Maintained
4103
Rudolf Marek61db0112006-12-12 18:18:30 +01004104W83793 HARDWARE MONITORING DRIVER
4105P: Rudolf Marek
4106M: r.marek@assembler.cz
4107L: lm-sensors@lm-sensors.org
4108S: Maintained
4109
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110W83L51xD SD/MMC CARD INTERFACE DRIVER
4111P: Pierre Ossman
4112M: drzeus-wbsd@drzeus.cx
Pierre Ossmanfac88992007-01-27 13:18:26 +01004113L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114W: http://projects.drzeus.cx/wbsd
4115S: Maintained
4116
Wim Van Sebroeck35277612006-01-15 21:21:14 +01004117WATCHDOG DEVICE DRIVERS
4118P: Wim Van Sebroeck
4119M: wim@iguana.be
4120T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4121S: Maintained
4122
Linus Torvalds1da177e2005-04-16 15:20:36 -07004123WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4124P: Jean Tourrilhes
4125M: jt@hpl.hp.com
Johannes Berg724c6b32007-04-23 12:18:20 -07004126L: linux-wireless@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4128S: Maintained
4129
4130WD7000 SCSI DRIVER
4131P: Miroslav Zagorac
4132M: zaga@fly.cc.fer.hr
4133L: linux-scsi@vger.kernel.org
4134S: Maintained
4135
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05004136WISTRON LAPTOP BUTTON DRIVER
4137P: Miloslav Trmac
4138M: mitr@volny.cz
4139S: Maintained
4140
Linus Torvalds1da177e2005-04-16 15:20:36 -07004141WL3501 WIRELESS PCMCIA CARD DRIVER
4142P: Arnaldo Carvalho de Melo
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004143M: acme@ghostprotocols.net
Johannes Berg724c6b32007-04-23 12:18:20 -07004144L: linux-wireless@vger.kernel.org
Arnaldo Carvalho de Melo926554c2007-03-31 12:05:49 -03004145W: http://oops.ghostprotocols.net:81/blog
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146S: Maintained
4147
4148X.25 NETWORK LAYER
4149P: Henner Eisen
4150M: eis@baty.hanse.de
4151L: linux-x25@vger.kernel.org
4152S: Maintained
4153
Jeremy Fitzhardinge4cdf6bc2007-05-02 19:27:13 +02004154XEN HYPERVISOR INTERFACE
4155P: Jeremy Fitzhardinge
4156M: jeremy@xensource.com
4157P: Chris Wright
4158M: chrisw@sous-sol.org
4159L: virtualization@lists.osdl.org
4160L: xen-devel@lists.xensource.com
4161S: Supported
4162
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163XFS FILESYSTEM
4164P: Silicon Graphics Inc
Timothy Shimmin78bfd362007-06-11 20:42:09 -07004165P: Tim Shimmin
Linus Torvalds1da177e2005-04-16 15:20:36 -07004166M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10004167L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168W: http://oss.sgi.com/projects/xfs
Tim Shimmine99f0562007-06-19 15:26:35 +10004169T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07004170S: Supported
4171
Peter Korsgaard238b8722006-12-06 20:35:17 -08004172XILINX UARTLITE SERIAL DRIVER
4173P: Peter Korsgaard
4174M: jacmet@sunsite.dk
4175L: linux-serial@vger.kernel.org
4176S: Maintained
4177
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178X86 3-LEVEL PAGING (PAE) SUPPORT
4179P: Ingo Molnar
4180M: mingo@redhat.com
4181S: Maintained
4182
4183X86-64 port
4184P: Andi Kleen
4185M: ak@suse.de
4186L: discuss@x86-64.org
4187W: http://www.x86-64.org
Randy Dunlap6a051562007-02-13 13:26:23 +01004188T: quilt ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current
Linus Torvalds1da177e2005-04-16 15:20:36 -07004189S: Maintained
4190
4191YAM DRIVER FOR AX.25
4192P: Jean-Paul Roubelat
4193M: jpr@f6fbb.org
4194L: linux-hams@vger.kernel.org
4195S: Maintained
4196
Henkaf64a5e2005-10-12 15:02:56 +02004197YEALINK PHONE DRIVER
4198P: Henk Vergonet
4199M: Henk.Vergonet@gmail.com
4200L: usbb2k-api-dev@nongnu.org
4201S: Maintained
4202
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203Z8530 DRIVER FOR AX.25
4204P: Joerg Reuter
4205M: jreuter@yaina.de
4206W: http://yaina.de/jreuter/
4207W: http://www.qsl.net/dl1bke/
4208L: linux-hams@vger.kernel.org
4209S: Maintained
4210
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004211ZD1211RW WIRELESS DRIVER
4212P: Daniel Drake
4213M: dsd@gentoo.org
4214P: Ulrich Kunitz
4215M: kune@deine-taler.de
4216W: http://zd1211.ath.cx/wiki/DriverRewrite
Johannes Berg724c6b32007-04-23 12:18:20 -07004217L: linux-wireless@vger.kernel.org
Daniel Drake7c0c3af2006-07-16 13:55:17 +01004218L: zd1211-devs@lists.sourceforge.net (subscribers-only)
4219S: Maintained
4220
Linus Torvalds1da177e2005-04-16 15:20:36 -07004221ZF MACHZ WATCHDOG
4222P: Fernando Fuganti
4223M: fuganti@netbank.com.br
4224W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4225S: Maintained
4226
4227ZR36067 VIDEO FOR LINUX DRIVER
4228P: Ronald Bultje
4229M: rbultje@ronald.bitfreak.net
4230L: mjpeg-users@lists.sourceforge.net
4231W: http://mjpeg.sourceforge.net/driver-zoran/
4232S: Maintained
4233
4234ZR36120 VIDEO FOR LINUX DRIVER
4235P: Pauline Middelink
4236M: middelin@polyware.nl
4237W: http://www.polyware.nl/~middelin/En/hobbies.html
4238W: http://www.polyware.nl/~middelin/hobbies.html
4239S: Maintained
4240
Maciej W. Rozycki8b4a4082007-07-18 00:49:11 -07004241ZS DECSTATION Z85C30 SERIAL DRIVER
4242P: Maciej W. Rozycki
4243M: macro@linux-mips.org
4244S: Maintained
4245
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246THE REST
4247P: Linus Torvalds
4248S: Buried alive in reporters