blob: 5b7a154d443293a0e1605cf6271e2121fe39ba0d [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
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
436. Make sure you have the right to send any changes you make. If you
44 do changes at work you may find your employer owns the patch
45 not you.
46
477. Happy hacking.
48
49 -----------------------------------
50
51Maintainers List (try to look for most precise areas first)
52
53Note: For the hard of thinking, this list is meant to remain in alphabetical
54order. If you could add yourselves to it in alphabetical order that would be
55so much easier [Ed]
56
57P: Person
58M: Mail patches to
59L: Mailing list that is relevant to this area
60W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080061T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070062S: Status, one of the following:
63
64 Supported: Someone is actually paid to look after this.
65 Maintained: Someone actually looks after it.
66 Odd Fixes: It has a maintainer but they don't have time to do
67 much other than throw the odd patch in. See below..
68 Orphan: No current maintainer [but maybe you could take the
69 role as you write your new code].
70 Obsolete: Old code. Something tagged obsolete generally means
71 it has been replaced by a better system and you
72 should be using that.
73
743C359 NETWORK DRIVER
75P: Mike Phillips
76M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070077L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070078L: linux-tr@linuxtr.net
79W: http://www.linuxtr.net
80S: Maintained
81
823C505 NETWORK DRIVER
83P: Philip Blundell
84M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070085L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070086S: Maintained
87
883CR990 NETWORK DRIVER
89P: David Dillow
90M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070091L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070092S: Maintained
93
943W-XXXX ATA-RAID CONTROLLER DRIVER
95P: Adam Radford
96M: linuxraid@amcc.com
97L: linux-scsi@vger.kernel.org
98W: http://www.amcc.com
99S: Supported
100
1013W-9XXX SATA-RAID CONTROLLER DRIVER
102P: Adam Radford
103M: linuxraid@amcc.com
104L: linux-scsi@vger.kernel.org
105W: http://www.amcc.com
106S: Supported
107
10853C700 AND 53C700-66 SCSI DRIVER
109P: James E.J. Bottomley
110M: James.Bottomley@HansenPartnership.com
111L: linux-scsi@vger.kernel.org
112S: Maintained
113
1146PACK NETWORK DRIVER FOR AX.25
115P: Andreas Koensgen
116M: ajk@iehk.rwth-aachen.de
117L: linux-hams@vger.kernel.org
118S: Maintained
119
1208139CP 10/100 FAST ETHERNET DRIVER
121P: Jeff Garzik
122M: jgarzik@pobox.com
123S: Maintained
124
1258139TOO 10/100 FAST ETHERNET DRIVER
126P: Jeff Garzik
127M: jgarzik@pobox.com
128W: http://sourceforge.net/projects/gkernel/
129S: Maintained
130
1318169 10/100/1000 GIGABIT ETHERNET DRIVER
132P: Francois Romieu
133M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135S: Maintained
136
1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138P: Russell King
139M: rmk+serial@arm.linux.org.uk
140L: linux-serial@vger.kernel.org
141W: http://serial.sourceforge.net
142S: Maintained
143
1448390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
145P: Paul Gortmaker
146M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700147L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148S: Maintained
149
150A2232 SERIAL BOARD DRIVER
151P: Enver Haase
152M: ehaase@inf.fu-berlin.de
153M: A2232@gmx.net
154L: linux-m68k@lists.linux-m68k.org
155S: Maintained
156
157AIO
158P: Benjamin LaHaise
159M: bcrl@kvack.org
160L: linux-aio@kvack.org
161S: Supported
162
163ACENIC DRIVER
164P: Jes Sorensen
165M: jes@trained-monkey.org
166L: linux-acenic@sunsite.dk
167S: Maintained
168
169ACI MIXER DRIVER
170P: Robert Siemer
171M: Robert.Siemer@gmx.de
172L: linux-sound@vger.kernel.org
173W: http://www.stud.uni-karlsruhe.de/~uh1b/
174S: Maintained
175
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176AACRAID SCSI RAID DRIVER
177P: Adaptec OEM Raid Solutions
178L: linux-scsi@vger.kernel.org
179W: http://linux.dell.com/storage.shtml
180S: Supported
181
182ACPI
183P: Len Brown
184M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500185L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800187T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188S: Maintained
189
190AD1816 SOUND DRIVER
191P: Thorsten Knabe
192M: Thorsten Knabe <linux@thorsten-knabe.de>
193W: http://linux.thorsten-knabe.de
194S: Maintained
195
Kyle McMartin6958ae32005-10-21 23:11:27 -0400196AD1889 SOUND DRIVER
197P: Kyle McMartin
198M: kyle@parisc-linux.org
199P: Thibaut Varene
200M: T-Bone@parisc-linux.org
201W: http://wiki.parisc-linux.org/AD1889
202L: parisc-linux@lists.parisc-linux.org
203S: Maintained
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205ADM1025 HARDWARE MONITOR DRIVER
206P: Jean Delvare
207M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200208L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209S: Maintained
210
211ADT746X FAN DRIVER
212P: Colin Leroy
213M: colin@colino.net
214S: Maintained
215
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216AEDSP16 DRIVER
217P: Riccardo Facchetti
218M: fizban@tin.it
219S: Maintained
220
221AFFS FILE SYSTEM
222P: Roman Zippel
223M: zippel@linux-m68k.org
224S: Maintained
225
226AGPGART DRIVER
227P: Dave Jones
228M: davej@codemonkey.org.uk
229W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800230T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231S: Maintained
232
233AHA152X SCSI DRIVER
234P: Juergen E. Fischer
235M: Juergen Fischer <fischer@norbit.de>
236L: linux-scsi@vger.kernel.org
237S: Maintained
238
239ALCATEL SPEEDTOUCH USB DRIVER
240P: Duncan Sands
241M: duncan.sands@free.fr
242L: linux-usb-users@lists.sourceforge.net
243L: linux-usb-devel@lists.sourceforge.net
244W: http://www.linux-usb.org/SpeedTouch/
245S: Maintained
246
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000247ALI1563 I2C DRIVER
248P: Rudolf Marek
249M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200250L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000251S: Maintained
252
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253ALPHA PORT
254P: Richard Henderson
255M: rth@twiddle.net
256S: Odd Fixes for 2.4; Maintained for 2.6.
257P: Ivan Kokshaysky
258M: ink@jurassic.park.msu.ru
259S: Maintained for 2.4; PCI support for 2.6.
260
Jordan Crousef90b8112006-01-06 00:12:14 -0800261AMD GEODE PROCESSOR/CHIPSET SUPPORT
262P: Jordan Crouse
263M: info-linux@geode.amd.com
264L: info-linux@geode.amd.com
265W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
266S: Supported
267
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268APM DRIVER
269P: Stephen Rothwell
270M: sfr@canb.auug.org.au
271L: linux-laptop@vger.kernel.org
272W: http://www.canb.auug.org.au/~sfr/
273S: Supported
274
275APPLETALK NETWORK LAYER
276P: Arnaldo Carvalho de Melo
277M: acme@conectiva.com.br
278S: Maintained
279
Jaya Kumar1154ea72005-06-21 17:17:04 -0700280ARC FRAMEBUFFER DRIVER
281P: Jaya Kumar
282M: jayalk@intworks.biz
283S: Maintained
284
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285ARM26 ARCHITECTURE
286P: Ian Molton
287M: spyro@f2s.com
288S: Maintained
289
290ARM26/ARCHIMEDES
291P: Ian Molton
292M: spyro@f2s.com
293S: Maintained
294
295ARM26/A5000
296P: John Appleby
297M: john@dnsworld.co.uk
298S: Maintained
299
300ARM MFM AND FLOPPY DRIVERS
301P: Ian Molton
302M: spyro@f2s.com
303S: Maintained
304
305ARM/CORGI MACHINE SUPPORT
306P: Richard Purdie
307M: rpurdie@rpsys.net
308S: Maintained
309
Dirk Opfer8459c152005-11-06 14:27:52 +0000310ARM/TOSA MACHINE SUPPORT
311P: Dirk Opfer
312M: dirk@opfer-online.de
313S: Maintained
314
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315ARM/PLEB SUPPORT
316P: Peter Chubb
317M: pleb@gelato.unsw.edu.au
318W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
319S: Maintained
320
321ARM/PT DIGITAL BOARD PORT
322P: Stefan Eletzhofer
323M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700324L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325W: http://www.arm.linux.org.uk/
326S: Maintained
327
328ARM/SHARK MACHINE SUPPORT
329P: Alexander Schulz
330M: alex@shark-linux.de
331W: http://www.shark-linux.de/shark.html
332S: Maintained
333
334ARM/STRONGARM110 PORT
335P: Russell King
336M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700337L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338W: http://www.arm.linux.org.uk/
339S: Maintained
340
341ARM/S3C2410 ARM ARCHITECTURE
342P: Ben Dooks
343M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700344L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345W: http://www.fluff.org/ben/linux/
346S: Maintained
347
348ARM/S3C2440 ARM ARCHITECTURE
349P: Ben Dooks
350M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700351L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352W: http://www.fluff.org/ben/linux/
353S: Maintained
354
355ARPD SUPPORT
356P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700357L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358S: Maintained
359
360ASUS ACPI EXTRAS DRIVER
361P: Karol Kozimor
362M: sziwan@users.sourceforge.net
363P: Julien Lerouge
364M: julien.lerouge@free.fr
365L: acpi4asus-user@lists.sourceforge.net
366W: http://sourceforge.net/projects/acpi4asus
367W: http://julien.lerouge.free.fr
368S: Maintained
369
370ATA OVER ETHERNET DRIVER
371P: Ed L. Cashin
372M: ecashin@coraid.com
373W: http://www.coraid.com/support/linux
374S: Supported
375
376ATM
377P: Chas Williams
378M: chas@cmf.nrl.navy.mil
379L: linux-atm-general@lists.sourceforge.net
380W: http://linux-atm.sourceforge.net
381S: Maintained
382
383ATMEL WIRELESS DRIVER
384P: Simon Kelley
385M: simon@thekelleys.org.uk
386W: http://www.thekelleys.org.uk/atmel
387W: http://atmelwlandriver.sourceforge.net/
388S: Maintained
389
Chris Wrighta92b7b82005-07-07 18:12:23 -0700390AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100391P: David Woodhouse
392M: dwmw2@infradead.org
393L: linux-audit@redhat.com
394W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800395T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700396S: Maintained
397
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398AX.25 NETWORK LAYER
399P: Ralf Baechle
400M: ralf@linux-mips.org
401L: linux-hams@vger.kernel.org
402S: Maintained
403
404BAYCOM/HDLCDRV DRIVERS FOR AX.25
405P: Thomas Sailer
406M: t.sailer@alumni.ethz.ch
407L: linux-hams@vger.kernel.org
408W: http://www.baycom.org/~tom/ham/ham.html
409S: Maintained
410
411BEFS FILE SYSTEM
412P: Sergey S. Kostyliov
413M: rathamahata@php4.ru
414L: linux-kernel@vger.kernel.org
415S: Maintained
416
417BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
418P: Kenji Hollis
419W: http://ftp.bitgate.com/pcwd/
420S: Maintained
421
422BFS FILE SYSTEM
423P: Tigran A. Aivazian
424M: tigran@veritas.com
425L: linux-kernel@vger.kernel.org
426S: Maintained
427
428BLOCK LAYER
429P: Jens Axboe
430M: axboe@suse.de
431L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800432T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433S: Maintained
434
435BLUETOOTH SUBSYSTEM
436P: Marcel Holtmann
437M: marcel@holtmann.org
438P: Maxim Krasnyansky
439M: maxk@qualcomm.com
440L: bluez-devel@lists.sf.net
441W: http://bluez.sf.net
442W: http://www.bluez.org
443W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800444T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445S: Maintained
446
447BLUETOOTH RFCOMM LAYER
448P: Marcel Holtmann
449M: marcel@holtmann.org
450P: Maxim Krasnyansky
451M: maxk@qualcomm.com
452S: Maintained
453
454BLUETOOTH BNEP LAYER
455P: Marcel Holtmann
456M: marcel@holtmann.org
457P: Maxim Krasnyansky
458M: maxk@qualcomm.com
459S: Maintained
460
461BLUETOOTH CMTP LAYER
462P: Marcel Holtmann
463M: marcel@holtmann.org
464S: Maintained
465
466BLUETOOTH HIDP LAYER
467P: Marcel Holtmann
468M: marcel@holtmann.org
469S: Maintained
470
471BLUETOOTH HCI UART DRIVER
472P: Marcel Holtmann
473M: marcel@holtmann.org
474P: Maxim Krasnyansky
475M: maxk@qualcomm.com
476S: Maintained
477
478BLUETOOTH HCI USB DRIVER
479P: Marcel Holtmann
480M: marcel@holtmann.org
481P: Maxim Krasnyansky
482M: maxk@qualcomm.com
483S: Maintained
484
485BLUETOOTH HCI BCM203X DRIVER
486P: Marcel Holtmann
487M: marcel@holtmann.org
488S: Maintained
489
490BLUETOOTH HCI BPA10X DRIVER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493S: Maintained
494
495BLUETOOTH HCI BFUSB DRIVER
496P: Marcel Holtmann
497M: marcel@holtmann.org
498S: Maintained
499
500BLUETOOTH HCI DTL1 DRIVER
501P: Marcel Holtmann
502M: marcel@holtmann.org
503S: Maintained
504
505BLUETOOTH HCI BLUECARD DRIVER
506P: Marcel Holtmann
507M: marcel@holtmann.org
508S: Maintained
509
510BLUETOOTH HCI BT3C DRIVER
511P: Marcel Holtmann
512M: marcel@holtmann.org
513S: Maintained
514
515BLUETOOTH HCI BTUART DRIVER
516P: Marcel Holtmann
517M: marcel@holtmann.org
518S: Maintained
519
520BLUETOOTH HCI VHCI DRIVER
521P: Maxim Krasnyansky
522M: maxk@qualcomm.com
523S: Maintained
524
525BONDING DRIVER
526P: Chad Tindel
527M: ctindel@users.sourceforge.net
528P: Jay Vosburgh
529M: fubar@us.ibm.com
530L: bonding-devel@lists.sourceforge.net
531W: http://sourceforge.net/projects/bonding/
532S: Supported
533
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000534BROADBAND PROCESSOR ARCHITECTURE
535P: Arnd Bergmann
536M: arnd@arndb.de
537L: linuxppc64-dev@ozlabs.org
538W: http://linuxppc64.org
539S: Supported
540
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700542P: Mauro Carvalho Chehab
543M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700545W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200546T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700547S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549COMMON INTERNET FILE SYSTEM (CIFS)
550P: Steve French
551M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100552L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553L: samba-technical@lists.samba.org
554W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800555T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556S: Supported
557
Joel Becker7063fbf2005-12-15 14:29:43 -0800558CONFIGFS
559P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800560M: joel.becker@oracle.com
561L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800562S: Supported
563
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564CIRRUS LOGIC GENERIC FBDEV DRIVER
565P: Jeff Garzik
566M: jgarzik@pobox.com
567L: linux-fbdev-devel@lists.sourceforge.net
568S: Odd Fixes
569
570CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
571P: Cirrus Logic Corporation (kernel 2.2 driver)
572M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
573P: Nils Faerber (port to kernel 2.4)
574M: Nils Faerber <nils@kernelconcepts.de>
575S: Maintained
576
577CODA FILE SYSTEM
578P: Jan Harkes
579M: jaharkes@cs.cmu.edu
580M: coda@cs.cmu.edu
581L: codalist@coda.cs.cmu.edu
582W: http://www.coda.cs.cmu.edu/
583S: Maintained
584
585COMPACTPCI HOTPLUG CORE
586P: Scott Murray
587M: scottm@somanetworks.com
588M: scott@spiteful.org
589L: pcihpd-discuss@lists.sourceforge.net
590S: Supported
591
592COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
593P: Scott Murray
594M: scottm@somanetworks.com
595M: scott@spiteful.org
596L: pcihpd-discuss@lists.sourceforge.net
597S: Supported
598
599COMPACTPCI HOTPLUG GENERIC DRIVER
600P: Scott Murray
601M: scottm@somanetworks.com
602M: scott@spiteful.org
603L: pcihpd-discuss@lists.sourceforge.net
604S: Supported
605
606COMPUTONE INTELLIPORT MULTIPORT CARD
607P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700608M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700610S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611
612COSA/SRP SYNC SERIAL DRIVER
613P: Jan "Yenya" Kasprzak
614M: kas@fi.muni.cz
615W: http://www.fi.muni.cz/~kas/cosa/
616S: Maintained
617
618CPU FREQUENCY DRIVERS
619P: Dave Jones
620M: davej@codemonkey.org.uk
621L: cpufreq@lists.linux.org.uk
622W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800623T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624S: Maintained
625
626CPUID/MSR DRIVER
627P: H. Peter Anvin
628M: hpa@zytor.com
629S: Maintained
630
Paul Jacksoned90fb42005-09-27 21:45:37 -0700631CPUSETS
632P: Paul Jackson
633P: Simon Derr
634M: pj@sgi.com
635M: simon.derr@bull.net
636L: linux-kernel@vger.kernel.org
637W: http://www.bullopensource.org/cpuset/
638S: Supported
639
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640CRAMFS FILESYSTEM
641W: http://sourceforge.net/projects/cramfs/
642S: Orphan
643
644CRIS PORT
645P: Mikael Starvik
646M: starvik@axis.com
647L: dev-etrax@axis.com
648W: http://developer.axis.com
649S: Maintained
650
651CRYPTO API
652P: Herbert Xu
653M: herbert@gondor.apana.org.au
654P: David S. Miller
655M: davem@davemloft.net
656L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800657T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658S: Maintained
659
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100660CS5535 Audio ALSA driver
661P: Jaya Kumar
662M: jayakumar.alsa@gmail.com
663S: Maintained
664
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665CYBERPRO FB DRIVER
666P: Russell King
667M: rmk@arm.linux.org.uk
668W: http://www.arm.linux.org.uk/
669S: Maintained
670
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700671CYBLAFB FRAMEBUFFER DRIVER
672P: Knut Petersen
673M: Knut_Petersen@t-online.de
674L: linux-fbdev-devel@lists.sourceforge.net
675S: Maintained
676
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677CYCLADES 2X SYNC CARD DRIVER
678P: Arnaldo Carvalho de Melo
679M: acme@conectiva.com.br
680W: http://advogato.org/person/acme
681L: cycsyn-devel@bazar.conectiva.com.br
682S: Maintained
683
684CYCLADES ASYNC MUX DRIVER
685M: async@cyclades.com
686W: http://www.cyclades.com/
687S: Supported
688
689CYCLADES PC300 DRIVER
690M: pc300@cyclades.com
691W: http://www.cyclades.com/
692S: Supported
693
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694DAMA SLAVE for AX.25
695P: Joerg Reuter
696M: jreuter@yaina.de
697W: http://yaina.de/jreuter/
698W: http://www.qsl.net/dl1bke/
699L: linux-hams@vger.kernel.org
700S: Maintained
701
702DC395x SCSI driver
703P: Oliver Neukum
704M: oliver@neukum.name
705P: Ali Akcaagac
706M: aliakc@web.de
707P: Jamie Lenehan
708M: lenehan@twibble.org
709W: http://twibble.org/dist/dc395x/
710L: http://lists.twibble.org/mailman/listinfo/dc395x/
711S: Maintained
712
713DC390/AM53C974 SCSI driver
714P: Kurt Garloff
715M: garloff@suse.de
716W: http://www.garloff.de/kurt/linux/dc390/
717P: Guennadi Liakhovetski
718M: g.liakhovetski@gmx.de
719S: Maintained
720
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700721DCCP PROTOCOL
722P: Arnaldo Carvalho de Melo
723M: acme@mandriva.com
724L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800725W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700726S: Maintained
727
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728DECnet NETWORK LAYER
729P: Patrick Caulfield
730M: patrick@tykepenguin.com
731W: http://linux-decnet.sourceforge.net
732L: linux-decnet-user@lists.sourceforge.net
733S: Maintained
734
735DEFXX FDDI NETWORK DRIVER
736P: Maciej W. Rozycki
737M: macro@linux-mips.org
738S: Maintained
739
740DELL LAPTOP SMM DRIVER
741P: Massimo Dal Zotto
742M: dz@debian.org
743W: http://www.debian.org/~dz/i8k/
744S: Maintained
745
Doug Warzecha90563ec2005-09-06 15:17:15 -0700746DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
747P: Doug Warzecha
748M: Douglas_Warzecha@dell.com
749S: Maintained
750
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751DEVICE-MAPPER
752P: Alasdair Kergon
753L: dm-devel@redhat.com
754W: http://sources.redhat.com/dm
755S: Maintained
756
757DEVICE NUMBER REGISTRY
758P: Torben Mathiasen
759M: device@lanana.org
760W: http://lanana.org/docs/device-list/index.html
761L: linux-kernel@vger.kernel.org
762S: Maintained
763
764DEVICE FILESYSTEM
765S: Obsolete
766
767DIGI INTL. EPCA DRIVER
768P: Digi International, Inc
769M: Eng.Linux@digi.com
770L: Eng.Linux@digi.com
771W: http://www.digi.com
772S: Orphaned
773
774DIGI RIGHTSWITCH NETWORK DRIVER
775P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700776L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777W: http://www.digi.com
778S: Orphaned
779
780DIRECTORY NOTIFICATION
781P: Stephen Rothwell
782M: sfr@canb.auug.org.au
783L: linux-kernel@vger.kernel.org
784S: Supported
785
786DISK GEOMETRY AND PARTITION HANDLING
787P: Andries Brouwer
788M: aeb@cwi.nl
789W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
790W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
791W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
792S: Maintained
793
794DISKQUOTA:
795P: Jan Kara
796M: jack@suse.cz
797L: linux-kernel@vger.kernel.org
798S: Maintained
799
800DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
801P: Tobias Ringstrom
802M: tori@unhappy.mine.nu
803L: linux-kernel@vger.kernel.org
804S: Maintained
805
Martin Waitzba483d52005-06-17 13:20:59 -0700806DOCBOOK FOR DOCUMENTATION
807P: Martin Waitz
808M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800809T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700810S: Maintained
811
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812DOUBLETALK DRIVER
813P: James R. Van Zandt
814M: jrv@vanzandt.mv.com
815L: blinux-list@redhat.com
816S: Maintained
817
818DRIVER CORE, KOBJECTS, AND SYSFS
819P: Greg Kroah-Hartman
820M: gregkh@suse.de
821L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800822T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823S: Supported
824
825DRM DRIVERS
826P: David Airlie
827M: airlied@linux.ie
828L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800829T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830S: Maintained
831
832DSCC4 DRIVER
833P: François Romieu
834M: romieu@cogenit.fr
835M: romieu@ensta.fr
836S: Maintained
837
838DVB SUBSYSTEM AND DRIVERS
839P: LinuxTV.org Project
840M: linux-dvb-maintainer@linuxtv.org
841L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200842W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200843T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844S: Supported
845
846EATA-DMA SCSI DRIVER
847P: Michael Neuffer
848L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
849S: Maintained
850
851EATA ISA/EISA/PCI SCSI DRIVER
852P: Dario Ballabio
853M: ballabio_dario@emc.com
854L: linux-scsi@vger.kernel.org
855S: Maintained
856
857EATA-PIO SCSI DRIVER
858P: Michael Neuffer
859M: mike@i-Connect.Net
860L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
861S: Maintained
862
863EBTABLES
864P: Bart De Schuymer
865M: bart.de.schuymer@pandora.be
866L: ebtables-user@lists.sourceforge.net
867L: ebtables-devel@lists.sourceforge.net
868W: http://ebtables.sourceforge.net/
869S: Maintained
870
Alan Coxda9bb1d2006-01-18 17:44:13 -0800871EDAC-CORE
872P: Doug Thompson
873M: norsk5@xmission.com, dthompson@linuxnetworx.com
874P: Dave Peterson
875M: dsp@llnl.gov, dave_peterson@pobox.com
876L: bluesmoke-devel@lists.sourceforge.net
877W: bluesmoke.sourceforge.net
878S: Maintained
879
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880EEPRO100 NETWORK DRIVER
881P: Andrey V. Savochkin
882M: saw@saw.sw.com.sg
883S: Maintained
884
885EMU10K1 SOUND DRIVER
886P: James Courtier-Dutton
887M: James@superbug.demon.co.uk
888L: emu10k1-devel@lists.sourceforge.net
889W: http://sourceforge.net/projects/emu10k1/
890S: Maintained
891
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400892EMULEX LPFC FC SCSI DRIVER
893P: James Smart
894M: james.smart@emulex.com
895L: linux-scsi@vger.kernel.org
896W: http://sourceforge.net/projects/lpfcxxxx
897S: Supported
898
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899EPSON 1355 FRAMEBUFFER DRIVER
900P: Christopher Hoover
901M: ch@murgatroid.com, ch@hpl.hp.com
902S: Maintained
903
904ETHEREXPRESS-16 NETWORK DRIVER
905P: Philip Blundell
906M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700907L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908S: Maintained
909
910ETHERNET BRIDGE
911P: Stephen Hemminger
912M: shemminger@osdl.org
913L: bridge@osdl.org
914W: http://bridge.sourceforge.net/
915S: Maintained
916
917ETHERTEAM 16I DRIVER
918P: Mika Kuoppala
919M: miku@iki.fi
920S: Maintained
921
922EXT2 FILE SYSTEM
923L: ext2-devel@lists.sourceforge.net
924S: Maintained
925
926EXT3 FILE SYSTEM
927P: Stephen Tweedie, Andrew Morton
928M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
929L: ext3-users@redhat.com
930S: Maintained
931
Jean Delvaree53004e2006-01-09 23:26:14 +0100932F71805F HARDWARE MONITORING DRIVER
933P: Jean Delvare
934M: khali@linux-fr.org
935L: lm-sensors@lm-sensors.org
936S: Maintained
937
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938FARSYNC SYNCHRONOUS DRIVER
939P: Kevin Curtis
940M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941W: http://www.farsite.co.uk/
942S: Supported
943
944FRAMEBUFFER LAYER
945P: Antonino Daplas
946M: adaplas@pol.net
947L: linux-fbdev-devel@lists.sourceforge.net
948W: http://linux-fbdev.sourceforge.net/
949S: Maintained
950
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300951FREESCALE SOC FS_ENET DRIVER
952P: Pantelis Antoniou
953M: pantelis.antoniou@gmail.com
954P: Vitaly Bordug
955M: vbordug@ru.mvista.com
956L: linuxppc-embedded@ozlabs.org
957L: netdev@vger.kernel.org
958S: Maintained
959
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960FILE LOCKING (flock() and fcntl()/lockf())
961P: Matthew Wilcox
962M: matthew@wil.cx
963L: linux-fsdevel@vger.kernel.org
964S: Maintained
965
966FILESYSTEMS (VFS and infrastructure)
967P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100968M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969S: Maintained
970
971FIRMWARE LOADER (request_firmware)
972L: linux-kernel@vger.kernel.org
973S: Orphan
974
975FPU EMULATOR
976P: Bill Metzenthen
977M: billm@suburbia.net
978W: http://suburbia.net/~billm/floating-point/emulator/
979S: Maintained
980
981FRAME RELAY DLCI/FRAD (Sangoma drivers too)
982P: Mike McLagan
983M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700984L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985S: Maintained
986
987FREEVXFS FILESYSTEM
988P: Christoph Hellwig
989M: hch@infradead.org
990W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
991S: Maintained
992
993FUJITSU FR-V PORT
994P: David Howells
995M: dhowells@redhat.com
996S: Maintained
997
998FTAPE/QIC-117
999L: linux-tape@vger.kernel.org
1000W: http://sourceforge.net/projects/ftape
1001S: Orphan
1002
Miklos Szeredi04578f12005-09-09 13:10:22 -07001003FUSE: FILESYSTEM IN USERSPACE
1004P: Miklos Szeredi
1005M: miklos@szeredi.hu
1006L: fuse-devel@lists.sourceforge.net
1007W: http://fuse.sourceforge.net/
1008S: Maintained
1009
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1011P: Rik Faith
1012M: faith@cs.unc.edu
1013L: linux-scsi@vger.kernel.org
1014S: Odd fixes (e.g., new signatures)
1015
1016GDT SCSI DISK ARRAY CONTROLLER DRIVER
1017P: Achim Leubner
1018M: achim_leubner@adaptec.com
1019L: linux-scsi@vger.kernel.org
1020W: http://www.icp-vortex.com/
1021S: Supported
1022
1023GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1024P: Krzysztof Halasa
1025M: khc@pm.waw.pl
1026W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1027S: Maintained
1028
Jean Delvare5b543962005-08-15 19:51:02 +02001029HARDWARE MONITORING
1030P: Jean Delvare
1031M: khali@linux-fr.org
1032L: lm-sensors@lm-sensors.org
1033W: http://www.lm-sensors.nu/
1034S: Maintained
1035
Robert Love860e1d62005-08-31 23:57:59 -04001036HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1037P: Robert Love
1038M: rlove@rlove.org
1039M: linux-kernel@vger.kernel.org
1040W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1041S: Maintained
1042
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043HARMONY SOUND DRIVER
1044P: Kyle McMartin
1045M: kyle@parisc-linux.org
1046W: http://www.parisc-linux.org/~kyle/harmony/
1047L: parisc-linux@lists.parisc-linux.org
1048S: Maintained
1049
1050HAYES ESP SERIAL DRIVER
1051P: Andrew J. Robinson
1052M: arobinso@nyx.net
1053L: linux-kernel@vger.kernel.org
1054W: http://www.nyx.net/~arobinso
1055S: Maintained
1056
1057HFS FILESYSTEM
1058P: Roman Zippel
1059M: zippel@linux-m68k.org
1060L: linux-kernel@vger.kernel.org
1061S: Maintained
1062
1063HGA FRAMEBUFFER DRIVER
1064P: Ferenc Bakonyi
1065M: fero@drama.obuda.kando.hu
1066L: linux-nvidia@lists.surfsouth.com
1067W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1068S: Maintained
1069
1070HIGH-SPEED SCC DRIVER FOR AX.25
1071P: Klaus Kudielka
1072M: klaus.kudielka@ieee.org
1073L: linux-hams@vger.kernel.org
1074W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1075S: Maintained
1076
1077HIPPI
1078P: Jes Sorensen
1079M: jes@trained-monkey.org
1080L: linux-hippi@sunsite.dk
1081S: Maintained
1082
1083HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1084P: Chirag Kantharia
1085M: chirag.kantharia@hp.com
1086L: iss_storagedev@hp.com
1087S: Maintained
1088
1089HEWLETT-PACKARD SMART2 RAID DRIVER
1090P: Chirag Kantharia
1091M: chirag.kantharia@hp.com
1092L: iss_storagedev@hp.com
1093S: Maintained
1094
1095HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1096P: Mike Miller
1097M: mike.miller@hp.com
1098L: iss_storagedev@hp.com
1099S: Supported
1100
Jouni Malinenff1d2762005-05-12 22:54:16 -04001101HOST AP DRIVER
1102P: Jouni Malinen
1103M: jkmaline@cc.hut.fi
1104L: hostap@shmoo.com
1105W: http://hostap.epitest.fi/
1106S: Maintained
1107
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1109P: Jaroslav Kysela
1110M: perex@suse.cz
1111S: Maintained
1112
Bob Piccob9b03322005-11-07 00:59:19 -08001113HPET: High Precision Event Timers driver (hpet.c)
1114P: Clemens Ladisch
1115M: clemens@ladisch.de
1116S: Maintained
1117
1118HPET: i386
1119P: Venkatesh Pallipadi (Venki)
1120M: venkatesh.pallipadi@intel.com
1121S: Maintained
1122
1123HPET: x86_64
1124P: Andi Kleen and Vojtech Pavlik
1125M: ak@muc.de and vojtech@suse.cz
1126S: Maintained
1127
1128HPET: ACPI hpet.c
1129P: Bob Picco
1130M: bob.picco@hp.com
1131S: Maintained
1132
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133HPFS FILESYSTEM
1134P: Mikulas Patocka
1135M: mikulas@artax.karlin.mff.cuni.cz
1136W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1137S: Maintained
1138
1139HUGETLB FILESYSTEM
1140P: William Irwin
1141M: wli@holomorphy.com
1142S: Maintained
1143
Jean Delvare5b543962005-08-15 19:51:02 +02001144I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145P: Jean Delvare
1146M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001147L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001149T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150S: Maintained
1151
1152I2O
1153P: Markus Lidel
1154M: markus.lidel@shadowconnect.com
1155W: http://i2o.shadowconnect.com/
1156S: Maintained
1157
1158i386 BOOT CODE
1159P: Riley H. Williams
1160M: Riley@Williams.Name
1161L: Linux-Kernel@vger.kernel.org
1162S: Maintained
1163
1164i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1165P: Dave Jones
1166M: davej@codemonkey.org.uk
1167P: H. Peter Anvin
1168M: hpa@zytor.com
1169S: Maintained
1170
1171i810 TCO TIMER WATCHDOG
1172P: Nils Faerber
1173M: nils@kernelconcepts.de
1174W: http://www.kernelconcepts.de/
1175S: Maintained
1176
1177IA64 (Itanium) PLATFORM
1178P: Tony Luck
1179M: tony.luck@intel.com
1180L: linux-ia64@vger.kernel.org
1181W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001182T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183S: Maintained
1184
1185SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001186P: Jes Sorensen
1187M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188L: linux-altix@sgi.com
1189L: linux-ia64@vger.kernel.org
1190W: http://www.sgi.com/altix
1191S: Maintained
1192
1193IBM MCA SCSI SUBSYSTEM DRIVER
1194P: Michael Lang
1195M: langa2@kph.uni-mainz.de
1196W: http://www.uni-mainz.de/~langm000/linux.html
1197S: Maintained
1198
1199IBM Power Linux RAID adapter
1200P: Brian King
1201M: brking@us.ibm.com
1202S: Supported
1203
1204IBM ServeRAID RAID DRIVER
1205P: Jack Hammer
1206P: Dave Jeffery
1207M: ipslinux@adaptec.com
1208W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1209S: Supported
1210
1211IDE DRIVER [GENERAL]
1212P: Bartlomiej Zolnierkiewicz
1213M: B.Zolnierkiewicz@elka.pw.edu.pl
1214L: linux-kernel@vger.kernel.org
1215L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001216T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001217S: Maintained
1218
1219IDE/ATAPI CDROM DRIVER
1220P: Jens Axboe
1221M: axboe@suse.de
1222L: linux-kernel@vger.kernel.org
1223W: http://www.kernel.dk
1224S: Maintained
1225
1226IDE/ATAPI FLOPPY DRIVERS
1227P: Paul Bristow
1228M: Paul Bristow <paul@paulbristow.net>
1229W: http://paulbristow.net/linux/idefloppy.html
1230L: linux-kernel@vger.kernel.org
1231S: Maintained
1232
1233IDE/ATAPI TAPE DRIVERS
1234P: Gadi Oxman
1235M: Gadi Oxman <gadio@netvision.net.il>
1236L: linux-kernel@vger.kernel.org
1237S: Maintained
1238
1239IEEE 1394 ETHERNET (eth1394)
1240L: linux1394-devel@lists.sourceforge.net
1241W: http://www.linux1394.org/
1242S: Orphan
1243
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244IEEE 1394 SUBSYSTEM
1245P: Ben Collins
1246M: bcollins@debian.org
1247P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001248M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249L: linux1394-devel@lists.sourceforge.net
1250W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001251T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252S: Maintained
1253
1254IEEE 1394 OHCI DRIVER
1255P: Ben Collins
1256M: bcollins@debian.org
1257P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001258M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259L: linux1394-devel@lists.sourceforge.net
1260W: http://www.linux1394.org/
1261S: Maintained
1262
1263IEEE 1394 PCILYNX DRIVER
1264P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001265M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266L: linux1394-devel@lists.sourceforge.net
1267W: http://www.linux1394.org/
1268S: Maintained
1269
1270IEEE 1394 RAW I/O DRIVER
1271P: Ben Collins
1272M: bcollins@debian.org
1273P: Dan Dennedy
1274M: dan@dennedy.org
1275L: linux1394-devel@lists.sourceforge.net
1276W: http://www.linux1394.org/
1277S: Maintained
1278
Jody McIntyre105d7b32005-09-30 11:59:04 -07001279IEEE 1394 SBP2
1280P: Ben Collins
1281M: bcollins@debian.org
1282P: Stefan Richter
1283M: stefanr@s5r6.in-berlin.de
1284L: linux1394-devel@lists.sourceforge.net
1285W: http://www.linux1394.org/
1286S: Maintained
1287
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288IMS TWINTURBO FRAMEBUFFER DRIVER
1289P: Paul Mundt
1290M: lethal@chaoticdreams.org
1291L: linux-fbdev-devel@lists.sourceforge.net
1292S: Maintained
1293
1294INFINIBAND SUBSYSTEM
1295P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001296M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297P: Sean Hefty
1298M: mshefty@ichips.intel.com
1299P: Hal Rosenstock
1300M: halr@voltaire.com
1301L: openib-general@openib.org
1302W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001303T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304S: Supported
1305
1306INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001307P: Dmitry Torokhov
1308M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309L: linux-input@atrey.karlin.mff.cuni.cz
1310L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001311T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312S: Maintained
1313
Robert Lovec9f04f52005-07-15 12:21:07 -04001314INOTIFY
1315P: John McCutchan and Robert Love
1316M: ttb@tentacle.dhs.org and rml@novell.com
1317L: linux-kernel@vger.kernel.org
1318S: Maintained
1319
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001320INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1321P: Sylvain Meyer
1322M: sylvain.meyer@worldonline.fr
1323L: linux-fbdev-devel@lists.sourceforge.net
1324S: Maintained
1325
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326INTEL 810/815 FRAMEBUFFER DRIVER
1327P: Antonino Daplas
1328M: adaplas@pol.net
1329L: linux-fbdev-devel@lists.sourceforge.net
1330S: Maintained
1331
1332INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1333P: Ingo Molnar
1334M: mingo@redhat.com
1335S: Maintained
1336
1337INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1338P: Jeff Garzik
1339M: jgarzik@pobox.com
1340W: http://sourceforge.net/projects/gkernel/
1341S: Maintained
1342
1343INTEL IA32 MICROCODE UPDATE SUPPORT
1344P: Tigran Aivazian
1345M: tigran@veritas.com
1346S: Maintained
1347
1348INTEL PRO/100 ETHERNET SUPPORT
1349P: John Ronciak
1350M: john.ronciak@intel.com
1351P: Ganesh Venkatesan
1352M: ganesh.venkatesan@intel.com
1353P: Jesse Brandeburg
1354M: jesse.brandeburg@intel.com
1355W: http://sourceforge.net/projects/e1000/
1356S: Supported
1357
1358INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1359P: Jeb Cramer
1360M: cramerj@intel.com
1361P: John Ronciak
1362M: john.ronciak@intel.com
1363P: Ganesh Venkatesan
1364M: ganesh.venkatesan@intel.com
1365W: http://sourceforge.net/projects/e1000/
1366S: Supported
1367
1368INTEL PRO/10GbE SUPPORT
1369P: Ayyappan Veeraiyan
1370M: ayyappan.veeraiyan@intel.com
1371P: Ganesh Venkatesan
1372M: ganesh.venkatesan@intel.com
1373P: John Ronciak
1374M: john.ronciak@intel.com
1375W: http://sourceforge.net/projects/e1000/
1376S: Supported
1377
James Ketrenos826d2ab2005-11-07 18:56:59 -06001378INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1379P: Yi Zhu
1380M: yi.zhu@intel.com
1381P: James Ketrenos
1382M: jketreno@linux.intel.com
1383L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1384W: http://ipw2100.sourceforge.net
1385S: Supported
1386
1387INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1388P: Yi Zhu
1389M: yi.zhu@intel.com
1390P: James Ketrenos
1391M: jketreno@linux.intel.com
1392L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1393W: http://ipw2200.sourceforge.net
1394S: Supported
1395
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396IOC3 DRIVER
1397P: Ralf Baechle
1398M: ralf@linux-mips.org
1399L: linux-mips@linux-mips.org
1400S: Maintained
1401
1402IP MASQUERADING:
1403P: Juanjo Ciarlante
1404M: jjciarla@raiz.uncu.edu.ar
1405S: Maintained
1406
1407IPX NETWORK LAYER
1408P: Arnaldo Carvalho de Melo
1409M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001410L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411S: Maintained
1412
1413IRDA SUBSYSTEM
1414P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001415L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416W: http://irda.sourceforge.net/
Stephen Hemmingere048a372006-01-18 14:06:59 -08001417S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418
1419ISAPNP
1420P: Jaroslav Kysela
1421M: perex@suse.cz
1422S: Maintained
1423
1424ISDN SUBSYSTEM
1425P: Karsten Keil
1426M: kkeil@suse.de
1427P: Kai Germaschewski
1428M: kai.germaschewski@gmx.de
1429L: isdn4linux@listserv.isdn4linux.de
1430W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001431T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432S: Maintained
1433
1434ISDN SUBSYSTEM (Eicon active card driver)
1435P: Armin Schindler
1436M: mac@melware.de
1437L: isdn4linux@listserv.isdn4linux.de
1438W: http://www.melware.de
1439S: Maintained
1440
1441JOURNALLING FLASH FILE SYSTEM (JFFS)
1442P: Axis Communications AB
1443M: jffs-dev@axis.com
1444L: jffs-dev@axis.com
1445W: http://www.developer.axis.com/software/jffs/
1446S: Maintained
1447
1448JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1449P: David Woodhouse
1450M: dwmw2@infradead.org
1451L: jffs-dev@axis.com
1452W: http://sources.redhat.com/jffs2/
1453S: Maintained
1454
1455JFS FILESYSTEM
1456P: Dave Kleikamp
1457M: shaggy@austin.ibm.com
1458L: jfs-discussion@lists.sourceforge.net
1459W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001460T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461S: Supported
1462
1463KCONFIG
1464P: Roman Zippel
1465M: zippel@linux-m68k.org
1466L: kbuild-devel@lists.sourceforge.net
1467S: Maintained
1468
1469KERNEL AUTOMOUNTER (AUTOFS)
1470P: H. Peter Anvin
1471M: hpa@zytor.com
1472L: autofs@linux.kernel.org
1473S: Odd Fixes
1474
1475KERNEL AUTOMOUNTER v4 (AUTOFS4)
1476P: Ian Kent
1477M: raven@themaw.net
1478L: autofs@linux.kernel.org
1479S: Maintained
1480
1481KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1482P: Kai Germaschewski
1483M: kai@germaschewski.name
1484P: Sam Ravnborg
1485M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001486T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487S: Maintained
1488
1489KERNEL JANITORS
1490P: Several
1491L: kernel-janitors@osdl.org
1492W: http://www.kerneljanitors.org/
1493W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494S: Maintained
1495
1496KERNEL NFSD
1497P: Neil Brown
1498M: neilb@cse.unsw.edu.au
1499L: nfs@lists.sourceforge.net
1500W: http://nfs.sourceforge.net/
1501W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1502S: Maintained
1503
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001504KEXEC
1505P: Eric Biederman
1506P: Randy Dunlap
1507M: ebiederm@xmission.com
Adrian Bunkf4b09eb2006-01-03 13:37:51 +01001508M: rdunlap@xenotime.net
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001509W: http://www.xmission.com/~ebiederm/files/kexec/
1510L: linux-kernel@vger.kernel.org
1511L: fastboot@osdl.org
1512S: Maintained
1513
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001514KPROBES
1515P: Prasanna S Panchamukhi
1516M: prasanna@in.ibm.com
1517P: Ananth N Mavinakayanahalli
1518M: ananth@in.ibm.com
1519P: Anil S Keshavamurthy
1520M: anil.s.keshavamurthy@intel.com
1521P: David S. Miller
1522M: davem@davemloft.net
1523L: linux-kernel@vger.kernel.org
1524S: Maintained
1525
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526LANMEDIA WAN CARD DRIVER
1527P: Andrew Stanley-Jones
1528M: asj@lanmedia.com
1529W: http://www.lanmedia.com/
1530S: Supported
1531
1532LAPB module
1533P: Henner Eisen
1534M: eis@baty.hanse.de
1535L: linux-x25@vger.kernel.org
1536S: Maintained
1537
1538LASI 53c700 driver for PARISC
1539P: James E.J. Bottomley
1540M: James.Bottomley@HansenPartnership.com
1541L: linux-scsi@vger.kernel.org
1542S: Maintained
1543
1544LEGO USB Tower driver
1545P: Juergen Stuber
1546M: starblue@users.sourceforge.net
1547L: legousb-devel@lists.sourceforge.net
1548W: http://legousb.sourceforge.net/
1549S: Maintained
1550
1551LINUX FOR IBM pSERIES (RS/6000)
1552P: Paul Mackerras
1553M: paulus@au.ibm.com
1554W: http://www.ibm.com/linux/ltc/projects/ppc
1555S: Supported
1556
1557LINUX FOR NCR VOYAGER
1558P: James Bottomley
1559M: James.Bottomley@HansenPartnership.com
1560W: http://www.hansenpartnership.com/voyager
1561S: Maintained
1562
1563LINUX FOR POWERPC
1564P: Paul Mackerras
1565M: paulus@samba.org
1566W: http://www.penguinppc.org/
1567L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001568T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569S: Supported
1570
1571LINUX FOR POWER MACINTOSH
1572P: Benjamin Herrenschmidt
1573M: benh@kernel.crashing.org
1574W: http://www.penguinppc.org/
1575L: linuxppc-dev@ozlabs.org
1576S: Maintained
1577
1578LINUX FOR POWERPC EMBEDDED MPC52XX
1579P: Sylvain Munaut
1580M: tnt@246tNt.com
1581W: http://www.246tNt.com/mpc52xx/
1582W: http://www.penguinppc.org/
1583L: linuxppc-dev@ozlabs.org
1584L: linuxppc-embedded@ozlabs.org
1585S: Maintained
1586
1587LINUX FOR POWERPC EMBEDDED PPC4XX
1588P: Matt Porter
1589M: mporter@kernel.crashing.org
1590W: http://www.penguinppc.org/
1591L: linuxppc-embedded@ozlabs.org
1592S: Maintained
1593
Tom Rinie93adf12005-07-26 12:49:53 -07001594LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595P: Tom Rini
1596M: trini@kernel.crashing.org
1597W: http://www.penguinppc.org/
1598L: linuxppc-embedded@ozlabs.org
1599S: Maintained
1600
Tom Rinie93adf12005-07-26 12:49:53 -07001601LINUX FOR POWERPC EMBEDDED PPC8XX
1602P: Marcelo Tosatti
1603M: marcelo.tosatti@cyclades.com
1604W: http://www.penguinppc.org/
1605L: linuxppc-embedded@ozlabs.org
1606S: Maintained
1607
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1609P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001610M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611W: http://www.penguinppc.org/
1612L: linuxppc-embedded@ozlabs.org
1613S: Maintained
1614
1615LLC (802.2)
1616P: Arnaldo Carvalho de Melo
1617M: acme@conectiva.com.br
1618S: Maintained
1619
1620LINUX FOR 64BIT POWERPC
1621P: Paul Mackerras
1622M: paulus@samba.org
1623M: paulus@au.ibm.com
1624P: Anton Blanchard
1625M: anton@samba.org
1626M: anton@au.ibm.com
1627W: http://linuxppc64.org
1628L: linuxppc64-dev@ozlabs.org
1629S: Supported
1630
1631LINUX SECURITY MODULE (LSM) FRAMEWORK
1632P: Chris Wright
1633M: chrisw@osdl.org
1634L: linux-security-module@wirex.com
1635W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001636T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637S: Supported
1638
1639LM83 HARDWARE MONITOR DRIVER
1640P: Jean Delvare
1641M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001642L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643S: Maintained
1644
1645LM90 HARDWARE MONITOR DRIVER
1646P: Jean Delvare
1647M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001648L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649S: Maintained
1650
1651LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1652P: Richard Russon (FlatCap)
1653M: ldm@flatcap.org
1654L: ldm-devel@lists.sourceforge.net
1655W: http://ldm.sourceforge.net
1656S: Maintained
1657
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001658LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1659P: Eric Moore
1660M: Eric.Moore@lsil.com
1661M: support@lsil.com
1662L: mpt_linux_developer@lsil.com
1663L: linux-scsi@vger.kernel.org
1664W: http://www.lsilogic.com/support
1665S: Supported
1666
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1668P: Matthew Wilcox
1669M: matthew@wil.cx
1670L: linux-scsi@vger.kernel.org
1671S: Maintained
1672
1673M68K ARCHITECTURE
1674P: Geert Uytterhoeven
1675M: geert@linux-m68k.org
1676P: Roman Zippel
1677M: zippel@linux-m68k.org
1678L: linux-m68k@lists.linux-m68k.org
1679W: http://www.linux-m68k.org/
1680W: http://linux-m68k-cvs.ubb.ca/
1681S: Maintained
1682
1683M68K ON APPLE MACINTOSH
1684P: Joshua Thompson
1685M: funaho@jurai.org
1686W: http://www.mac.linux-m68k.org/
1687L: linux-mac68k@mac.linux-m68k.org
1688S: Maintained
1689
1690M68K ON HP9000/300
1691P: Philip Blundell
1692M: philb@gnu.org
1693W: http://www.tazenda.demon.co.uk/phil/linux-hp
1694S: Maintained
1695
1696MARVELL YUKON / SYSKONNECT DRIVER
1697P: Mirko Lindner
1698M: mlindner@syskonnect.de
1699P: Ralph Roesler
1700M: rroesler@syskonnect.de
1701W: http://www.syskonnect.com
1702S: Supported
1703
1704MAESTRO PCI SOUND DRIVERS
1705P: Zach Brown
1706M: zab@zabbo.net
1707S: Odd Fixes
1708
Michael Kerriskfaf16682005-07-31 22:34:47 -07001709MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1710P: Michael Kerrisk
1711M: mtk-manpages@gmx.net
1712W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1713S: Maintained
1714
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001715MARVELL MV643XX ETHERNET DRIVER
1716P: Dale Farnsworth
1717M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001719M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001720L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001721S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722
1723MATROX FRAMEBUFFER DRIVER
1724P: Petr Vandrovec
1725M: vandrove@vc.cvut.cz
1726L: linux-fbdev-devel@lists.sourceforge.net
1727S: Maintained
1728
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001729MEGARAID SCSI DRIVERS
1730P: Neela Syam Kolli
1731M: Neela.Kolli@engenio.com
1732S: linux-scsi@vger.kernel.org
1733W: http://megaraid.lsilogic.com
1734S: Maintained
1735
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736MEMORY TECHNOLOGY DEVICES
1737P: David Woodhouse
1738M: dwmw2@infradead.org
1739W: http://www.linux-mtd.infradead.org/
1740L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001741T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742S: Maintained
1743
1744MICROTEK X6 SCANNER
1745P: Oliver Neukum
1746M: oliver@neukum.name
1747S: Maintained
1748
1749MIPS
1750P: Ralf Baechle
1751M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001752W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753L: linux-mips@linux-mips.org
1754S: Maintained
1755
1756MISCELLANEOUS MCA-SUPPORT
1757P: James Bottomley
1758M: jejb@steeleye.com
1759L: linux-kernel@vger.kernel.org
1760S: Maintained
1761
1762MODULE SUPPORT
1763P: Rusty Russell
1764M: rusty@rustcorp.com.au
1765L: linux-kernel@vger.kernel.org
1766S: Maintained
1767
1768MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1769P: Stelian Pop
1770M: stelian@popies.net
1771W: http://popies.net/meye/
1772S: Maintained
1773
1774MOUSE AND MISC DEVICES [GENERAL]
1775P: Alessandro Rubini
1776M: rubini@ipvvis.unipv.it
1777L: linux-kernel@vger.kernel.org
1778S: Maintained
1779
1780MTRR AND SIMILAR SUPPORT [i386]
1781P: Richard Gooch
1782M: rgooch@atnf.csiro.au
1783L: linux-kernel@vger.kernel.org
1784W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1785S: Maintained
1786
1787MULTISOUND SOUND DRIVER
1788P: Andrew Veliath
1789M: andrewtv@usa.net
1790S: Maintained
1791
1792NATSEMI ETHERNET DRIVER (DP8381x)
1793P: Tim Hockin
1794M: thockin@hockin.org
1795S: Maintained
1796
1797NCP FILESYSTEM
1798P: Petr Vandrovec
1799M: vandrove@vc.cvut.cz
1800L: linware@sh.cvut.cz
1801S: Maintained
1802
1803NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1804P: James E.J. Bottomley
1805M: James.Bottomley@HansenPartnership.com
1806L: linux-scsi@vger.kernel.org
1807S: Maintained
1808
1809NETFILTER/IPTABLES/IPCHAINS
1810P: Rusty Russell
1811P: Marc Boucher
1812P: James Morris
1813P: Harald Welte
1814P: Jozsef Kadlecsik
1815M: coreteam@netfilter.org
1816W: http://www.netfilter.org/
1817W: http://www.iptables.org/
1818L: netfilter@lists.netfilter.org
1819L: netfilter-devel@lists.netfilter.org
1820S: Supported
1821
1822NETROM NETWORK LAYER
1823P: Ralf Baechle
1824M: ralf@linux-mips.org
1825L: linux-hams@vger.kernel.org
1826S: Maintained
1827
1828NETWORK BLOCK DEVICE
1829P: Paul Clements
1830M: Paul.Clements@steeleye.com
1831S: Maintained
1832
1833NETWORK DEVICE DRIVERS
1834P: Andrew Morton
1835M: akpm@osdl.org
1836P: Jeff Garzik
1837M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001838L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001839T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840S: Maintained
1841
1842NETWORKING [GENERAL]
1843P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001844M: netdev@vger.kernel.org
1845L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846S: Maintained
1847
1848NETWORKING [IPv4/IPv6]
1849P: David S. Miller
1850M: davem@davemloft.net
1851P: Alexey Kuznetsov
1852M: kuznet@ms2.inr.ac.ru
1853P: Pekka Savola (ipv6)
1854M: pekkas@netcore.fi
1855P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001856M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857P: Hideaki YOSHIFUJI
1858M: yoshfuji@linux-ipv6.org
1859P: Patrick McHardy
1860M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001861L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001862T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863S: Maintained
1864
John W. Linville29f8f632006-01-18 14:52:48 -08001865NETWORKING [WIRELESS]
1866P: John W. Linville
1867M: linville@tuxdriver.com
1868L: netdev@vger.kernel.org
1869T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1870S: Maintained
1871
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872IPVS
1873P: Wensong Zhang
1874M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001875P: Simon Horman
1876M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877P: Julian Anastasov
1878M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001879L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880S: Maintained
1881
1882NFS CLIENT
1883P: Trond Myklebust
1884M: trond.myklebust@fys.uio.no
1885L: linux-kernel@vger.kernel.org
1886S: Maintained
1887
1888NI5010 NETWORK DRIVER
1889P: Jan-Pascal van Best and Andreas Mohr
1890M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1891M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001892L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893S: Maintained
1894
1895NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1896P: YOKOTA Hiroshi
1897M: yokota@netlab.is.tsukuba.ac.jp
1898W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1899S: Maintained
1900
1901NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1902P: GOTO Masanori
1903M: gotom@debian.or.jp
1904P: YOKOTA Hiroshi
1905M: yokota@netlab.is.tsukuba.ac.jp
1906W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1907S: Maintained
1908
1909NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1910P: Eberhard Moenkeberg
1911M: emoenke@gwdg.de
1912L: linux-kernel@vger.kernel.org
1913S: Maintained
1914
1915NTFS FILESYSTEM
1916P: Anton Altaparmakov
1917M: aia21@cantab.net
1918L: linux-ntfs-dev@lists.sourceforge.net
1919L: linux-kernel@vger.kernel.org
1920W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001921T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922S: Maintained
1923
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001924NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
1925P: Antonino Daplas
1926M: adaplas@pol.net
1927L: linux-fbdev-devel@lists.sourceforge.net
1928S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929
Mark Fashehccd979b2005-12-15 14:31:24 -08001930ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1931P: Mark Fasheh
1932M: mark.fasheh@oracle.com
1933P: Kurt Hackel
1934M: kurt.hackel@oracle.com
1935L: ocfs2-devel@oss.oracle.com
1936W: http://oss.oracle.com/projects/ocfs2/
1937S: Supported
1938
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939OLYMPIC NETWORK DRIVER
1940P: Peter De Shrijver
1941M: p2@ace.ulyssis.student.kuleuven.ac.be
1942P: Mike Phillips
1943M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001944L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945L: linux-tr@linuxtr.net
1946W: http://www.linuxtr.net
1947S: Maintained
1948
Harald Weltec1986ee2005-11-13 16:06:29 -08001949OMNIKEY CARDMAN 4000 DRIVER
1950P: Harald Welte
1951M: laforge@gnumonks.org
1952S: Maintained
1953
Harald Welte77c44ab2005-11-13 16:06:26 -08001954OMNIKEY CARDMAN 4040 DRIVER
1955P: Harald Welte
1956M: laforge@gnumonks.org
1957S: Maintained
1958
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959ONSTREAM SCSI TAPE DRIVER
1960P: Willem Riede
1961M: osst@riede.org
1962L: osst-users@lists.sourceforge.net
1963L: linux-scsi@vger.kernel.org
1964S: Maintained
1965
1966OPL3-SA2, SA3, and SAx DRIVER
1967P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001968M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969L: linux-sound@vger.kernel.org
1970S: Maintained
1971
1972OPROFILE
1973P: Philippe Elie
1974M: phil.el@wanadoo.fr
1975L: oprofile-list@lists.sf.net
1976S: Maintained
1977
1978ORINOCO DRIVER
1979P: Pavel Roskin
1980M: proski@gnu.org
1981P: David Gibson
1982M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001983L: orinoco-users@lists.sourceforge.net
1984L: orinoco-devel@lists.sourceforge.net
1985W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986S: Maintained
1987
1988PARALLEL PORT SUPPORT
1989P: Phil Blundell
1990M: philb@gnu.org
1991P: Tim Waugh
1992M: tim@cyberelk.net
1993P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994P: Andrea Arcangeli
1995M: andrea@suse.de
1996L: linux-parport@lists.infradead.org
1997W: http://people.redhat.com/twaugh/parport/
1998S: Maintained
1999
2000PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2001P: Tim Waugh
2002M: tim@cyberelk.net
2003L: linux-parport@lists.infradead.org
2004W: http://www.torque.net/linux-pp.html
2005S: Maintained
2006
2007PARISC ARCHITECTURE
2008P: Matthew Wilcox
2009M: matthew@wil.cx
2010P: Grant Grundler
2011M: grundler@parisc-linux.org
2012L: parisc-linux@parisc-linux.org
2013W: http://www.parisc-linux.org/
2014S: Maintained
2015
2016PERSONALITY HANDLING
2017P: Christoph Hellwig
2018M: hch@infradead.org
2019L: linux-abi-devel@lists.sourceforge.net
2020S: Maintained
2021
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002022PCI ERROR RECOVERY
2023P: Linas Vepstas
2024M: linas@austin.ibm.com
2025L: linux-kernel@vger.kernel.org
2026L: linux-pci@atrey.karlin.mff.cuni.cz
2027S: Supported
2028
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2030P: Thomas Sailer
2031M: sailer@ife.ee.ethz.ch
2032L: linux-sound@vger.kernel.org
2033W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2034S: Maintained
2035
2036PCI SUBSYSTEM
2037P: Greg Kroah-Hartman
2038M: gregkh@suse.de
2039L: linux-kernel@vger.kernel.org
2040L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002041T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042S: Supported
2043
2044PCI HOTPLUG CORE
2045P: Greg Kroah-Hartman
2046M: gregkh@suse.de
2047S: Supported
2048
2049PCI HOTPLUG COMPAQ DRIVER
2050P: Greg Kroah-Hartman
2051M: greg@kroah.com
2052S: Maintained
2053
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002054PCIE HOTPLUG DRIVER
2055P: Kristen Carlson Accardi
2056M: kristen.c.accardi@intel.com
2057L: pcihpd-discuss@lists.sourceforge.net
2058S: Maintained
2059
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002061P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002063T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002064S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065
2066PCNET32 NETWORK DRIVER
2067P: Thomas Bogendörfer
2068M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002069L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070S: Maintained
2071
2072PHRAM MTD DRIVER
2073P: Jörn Engel
2074M: joern@wh.fh-wedel.de
2075L: linux-mtd@lists.infradead.org
2076S: Maintained
2077
Peter Osterlund249a6772005-09-27 21:45:30 -07002078PKTCDVD DRIVER
2079P: Peter Osterlund
2080M: petero2@telia.com
2081L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002082S: Maintained
2083
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084POSIX CLOCKS and TIMERS
2085P: George Anzinger
2086M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002087L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088S: Supported
2089
Eugene Surovegin24682972005-10-14 03:00:53 -07002090POWERPC 4xx EMAC DRIVER
2091P: Eugene Surovegin
2092M: ebs@ebshome.net
2093W: http://kernel.ebshome.net/emac/
2094L: linuxppc-embedded@ozlabs.org
2095L: netdev@vger.kernel.org
2096S: Maintained
2097
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098PNP SUPPORT
2099P: Adam Belay
2100M: ambx1@neo.rr.com
2101S: Maintained
2102
2103PPP PROTOCOL DRIVERS AND COMPRESSORS
2104P: Paul Mackerras
2105M: paulus@samba.org
2106L: linux-ppp@vger.kernel.org
2107S: Maintained
2108
2109PPP OVER ATM (RFC 2364)
2110P: Mitchell Blank Jr
2111M: mitch@sfgoth.com
2112S: Maintained
2113
2114PPP OVER ETHERNET
2115P: Michal Ostrowski
2116M: mostrows@speakeasy.net
2117S: Maintained
2118
2119PREEMPTIBLE KERNEL
2120P: Robert Love
2121M: rml@tech9.net
2122L: linux-kernel@vger.kernel.org
2123L: kpreempt-tech@lists.sourceforge.net
2124W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2125S: Supported
2126
2127PRISM54 WIRELESS DRIVER
2128P: Prism54 Development Team
2129M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002130L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131W: http://prism54.org
2132S: Maintained
2133
2134PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2135P: Peter Denison
2136M: promise@pnd-pc.demon.co.uk
2137W: http://www.pnd-pc.demon.co.uk/promise/
2138S: Maintained
2139
2140PXA2xx SUPPORT
2141P: Nicolas Pitre
2142M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002143L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144S: Maintained
2145
2146QLOGIC QLA2XXX FC-SCSI DRIVER
2147P: Andrew Vasquez
2148M: andrew.vasquez@qlogic.com
2149L: linux-scsi@vger.kernel.org
2150S: Supported
2151
2152QNX4 FILESYSTEM
2153P: Anders Larsen
2154M: al@alarsen.net
2155L: linux-kernel@vger.kernel.org
2156W: http://www.alarsen.net/linux/qnx4fs/
2157S: Maintained
2158
2159RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002160P: Benjamin Herrenschmidt
2161M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162L: linux-fbdev-devel@lists.sourceforge.net
2163S: Maintained
2164
2165RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002166P: Paul Mackerras
2167M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168L: linux-fbdev-devel@lists.sourceforge.net
2169S: Maintained
2170
2171RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2172P: Corey Thomas
2173M: corey@world.std.com
2174L: linux-kernel@vger.kernel.org
2175S: Maintained
2176
Matt Mackall9e95ce22005-04-16 15:25:56 -07002177RANDOM NUMBER DRIVER
2178P: Matt Mackall
2179M: mpm@selenic.com
2180S: Maintained
2181
Matt Porter394b7012005-11-07 01:00:15 -08002182RAPIDIO SUBSYSTEM
2183P: Matt Porter
2184M: mporter@kernel.crashing.org
2185L: linux-kernel@vger.kernel.org
2186S: Maintained
2187
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188REAL TIME CLOCK DRIVER
2189P: Paul Gortmaker
2190M: p_gortmaker@yahoo.com
2191L: linux-kernel@vger.kernel.org
2192S: Maintained
2193
2194REISERFS FILE SYSTEM
2195P: Hans Reiser
2196M: reiserfs-dev@namesys.com
2197L: reiserfs-list@namesys.com
2198W: http://www.namesys.com
2199S: Supported
2200
2201ROCKETPORT DRIVER
2202P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203W: http://www.comtrol.com
2204S: Maintained
2205
2206ROSE NETWORK LAYER
2207P: Ralf Baechle
2208M: ralf@linux-mips.org
2209L: linux-hams@vger.kernel.org
2210S: Maintained
2211
2212RISCOM8 DRIVER
2213S: Orphan
2214
2215RTLINUX REALTIME LINUX
2216P: Victor Yodaiken
2217M: yodaiken@fsmlabs.com
2218L: rtl@rtlinux.org
2219W: www.rtlinux.org
2220S: Maintained
2221
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002222S3 SAVAGE FRAMEBUFFER DRIVER
2223P: Antonino Daplas
2224M: adaplas@pol.net
2225L: linux-fbdev-devel@lists.sourceforge.net
2226S: Maintained
2227
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228S390
2229P: Martin Schwidefsky
2230M: schwidefsky@de.ibm.com
2231M: linux390@de.ibm.com
2232L: linux-390@vm.marist.edu
2233W: http://oss.software.ibm.com/developerworks/opensource/linux390
2234S: Supported
2235
2236SAA7146 VIDEO4LINUX-2 DRIVER
2237P: Michael Hunold
2238M: michael@mihu.de
2239W: http://www.mihu.de/linux/saa7146
2240S: Maintained
2241
2242SBPCD CDROM DRIVER
2243P: Eberhard Moenkeberg
2244M: emoenke@gwdg.de
2245L: linux-kernel@vger.kernel.org
2246S: Maintained
2247
2248SC1200 WDT DRIVER
2249P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002250M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251S: Maintained
2252
2253SCHEDULER
2254P: Ingo Molnar
2255M: mingo@elte.hu
2256P: Robert Love [the preemptible kernel bits]
2257M: rml@tech9.net
2258L: linux-kernel@vger.kernel.org
2259S: Maintained
2260
2261SCSI CDROM DRIVER
2262P: Jens Axboe
2263M: axboe@suse.de
2264L: linux-scsi@vger.kernel.org
2265W: http://www.kernel.dk
2266S: Maintained
2267
2268SCSI SG DRIVER
2269P: Doug Gilbert
2270M: dgilbert@interlog.com
2271L: linux-scsi@vger.kernel.org
2272W: http://www.torque.net/sg
2273S: Maintained
2274
2275SCSI SUBSYSTEM
2276P: James E.J. Bottomley
2277M: James.Bottomley@SteelEye.com
2278L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002279T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280S: Maintained
2281
2282SCSI TAPE DRIVER
2283P: Kai Mäkisara
2284M: Kai.Makisara@kolumbus.fi
2285L: linux-scsi@vger.kernel.org
2286S: Maintained
2287
2288SCTP PROTOCOL
2289P: Sridhar Samudrala
2290M: sri@us.ibm.com
2291L: lksctp-developers@lists.sourceforge.net
2292S: Supported
2293
2294SCx200 CPU SUPPORT
2295P: Christer Weinigel
2296M: christer@weinigel.se
2297W: http://www.weinigel.se
2298S: Supported
2299
2300SECURITY CONTACT
2301P: Security Officers
2302M: security@kernel.org
2303S: Supported
2304
2305SELINUX SECURITY MODULE
2306P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002307M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002309M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310L: linux-kernel@vger.kernel.org (kernel issues)
2311L: selinux@tycho.nsa.gov (general discussion)
2312W: http://www.nsa.gov/selinux
2313S: Supported
2314
2315SERIAL ATA (SATA) SUBSYSTEM:
2316P: Jeff Garzik
2317M: jgarzik@pobox.com
2318L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002319T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320S: Supported
2321
2322SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2323P: Pat Gefre
2324M: pfg@sgi.com
2325L: linux-ia64@vger.kernel.org
2326S: Supported
2327
2328SGI VISUAL WORKSTATION 320 AND 540
2329P: Andrey Panin
2330M: pazke@donpac.ru
2331L: linux-visws-devel@lists.sf.net
2332W: http://linux-visws.sf.net
2333S: Maintained for 2.6.
2334
2335SIMTEC EB110ATX (Chalice CATS)
2336P: Ben Dooks
2337P: Vincent Sanders
2338M: support@simtec.co.uk
2339W: http://www.simtec.co.uk/products/EB110ATX/
2340S: Supported
2341
2342SIMTEC EB2410ITX (BAST)
2343P: Ben Dooks
2344P: Vincent Sanders
2345M: support@simtec.co.uk
2346W: http://www.simtec.co.uk/products/EB2410ITX/
2347S: Supported
2348
Francois Romieu92aab3c2005-07-30 13:11:18 +02002349SIS 190 ETHERNET DRIVER
2350P: Francois Romieu
2351M: romieu@fr.zoreil.com
2352L: netdev@vger.kernel.org
2353S: Maintained
2354
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355SIS 5513 IDE CONTROLLER DRIVER
2356P: Lionel Bouton
2357M: Lionel.Bouton@inet6.fr
2358W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2359W: http://gyver.homeip.net/sis5513/index.html
2360S: Maintained
2361
2362SIS 900/7016 FAST ETHERNET DRIVER
2363P: Daniele Venzano
2364M: venza@brownhat.org
2365W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002366L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367S: Maintained
2368
2369SIS FRAMEBUFFER DRIVER
2370P: Thomas Winischhofer
2371M: thomas@winischhofer.net
2372W: http://www.winischhofer.net/linuxsisvga.shtml
2373S: Maintained
2374
2375SIS USB2VGA DRIVER
2376P: Thomas Winischhofer
2377M: thomas@winischhofer.net
2378W: http://www.winischhofer.at/linuxsisusbvga.shtml
2379S: Maintained
2380
2381SMSC47M1 HARDWARE MONITOR DRIVER
2382P: Jean Delvare
2383M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002384L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002385S: Odd Fixes
2386
2387SMB FILESYSTEM
2388P: Urban Widmark
2389M: urban@teststation.com
2390W: http://samba.org/
2391L: samba@samba.org
2392S: Maintained
2393
2394SMC91x ETHERNET DRIVER
2395P: Nicolas Pitre
2396M: nico@cam.org
2397S: Maintained
2398
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399SOFTWARE RAID (Multiple Disks) SUPPORT
2400P: Ingo Molnar
2401M: mingo@redhat.com
2402P: Neil Brown
2403M: neilb@cse.unsw.edu.au
2404L: linux-raid@vger.kernel.org
2405S: Maintained
2406
2407SOFTWARE SUSPEND:
2408P: Pavel Machek
2409M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002410L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411S: Maintained
2412
2413SONIC NETWORK DRIVER
2414P: Thomas Bogendoerfer
2415M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002416L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417S: Maintained
2418
2419SONY VAIO CONTROL DEVICE DRIVER
2420P: Stelian Pop
2421M: stelian@popies.net
2422W: http://popies.net/sonypi/
2423S: Maintained
2424
2425SOUND
2426P: Jaroslav Kysela
2427M: perex@suse.cz
2428L: alsa-devel@alsa-project.org
2429S: Maintained
2430
Kylene Hall1c72d462005-05-01 08:59:13 -07002431TPM DEVICE DRIVER
2432P: Kylene Hall
2433M: kjhall@us.ibm.com
2434W: http://tpmdd.sourceforge.net
2435L: tpmdd-devel@lists.sourceforge.net
2436S: Maintained
2437
Mark Gross1a80ba82005-10-30 15:02:55 -08002438Telecom Clock Driver for MCPL0010
2439P: Mark Gross
2440M: mark.gross@intel.com
2441S: Supported
2442
Chris Zankel48b415c2005-06-23 22:01:07 -07002443TENSILICA XTENSA PORT (xtensa):
2444P: Chris Zankel
2445M: chris@zankel.net
2446S: Maintained
2447
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448UltraSPARC (sparc64):
2449P: David S. Miller
2450M: davem@davemloft.net
2451P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002452M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453P: Jakub Jelinek
2454M: jj@sunsite.ms.mff.cuni.cz
2455P: Anton Blanchard
2456M: anton@samba.org
2457L: sparclinux@vger.kernel.org
2458L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002459T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460S: Maintained
2461
2462SHARP LH SUPPORT (LH7952X & LH7A40X)
2463P: Marc Singer
2464M: elf@buici.com
2465W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002466L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467S: Maintained
2468
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002469SHPC HOTPLUG DRIVER
2470P: Kristen Carlson Accardi
2471M: kristen.c.accardi@intel.com
2472L: pcihpd-discuss@lists.sourceforge.net
2473S: Maintained
2474
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002475SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2476P: Stephen Hemminger
2477M: shemminger@osdl.org
2478L: netdev@vger.kernel.org
2479S: Maintained
2480
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481SPARC (sparc32):
2482P: William L. Irwin
2483M: wli@holomorphy.com
2484L: sparclinux@vger.kernel.org
2485S: Maintained
2486
2487SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2488P: Roger Wolff
2489M: R.E.Wolff@BitWizard.nl
2490L: linux-kernel@vger.kernel.org ?
2491S: Supported
2492
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493SRM (Alpha) environment access
2494P: Jan-Benedict Glaw
2495M: jbglaw@lug-owl.de
2496L: linux-kernel@vger.kernel.org
2497S: Maintained
2498
2499STARFIRE/DURALAN NETWORK DRIVER
2500P: Ion Badulescu
2501M: ionut@cs.columbia.edu
2502S: Maintained
2503
2504STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2505W: http://mosquitonet.Stanford.EDU/strip.html
2506S: Unsupported ?
2507
2508STRADIS MPEG-2 DECODER DRIVER
2509P: Nathan Laredo
2510M: laredo@gnu.org
2511W: http://mpeg.openprojects.net/
2512W: http://www.stradis.com/
2513S: Maintained
2514
2515SUPERH (sh)
2516P: Paul Mundt
2517M: lethal@linux-sh.org
2518P: Kazumoto Kojima
2519M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002520L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521W: http://www.linux-sh.org
2522W: http://www.m17n.org/linux-sh/
2523W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2524S: Maintained
2525
2526SUPERH64 (sh64)
2527P: Paul Mundt
2528M: lethal@linux-sh.org
2529P: Richard Curnow
2530M: rc@rc0.org.uk
2531L: linuxsh-shmedia-dev@lists.sourceforge.net
2532W: http://www.linux-sh.org
2533W: http://www.rc0.org.uk/sh64
2534S: Maintained
2535
2536SUN3/3X
2537P: Sam Creasey
2538M: sammy@sammy.net
2539L: sun3-list@redhat.com
2540W: http://sammy.net/sun3/
2541S: Maintained
2542
2543SVGA HANDLING
2544P: Martin Mares
2545M: mj@ucw.cz
2546L: linux-video@atrey.karlin.mff.cuni.cz
2547S: Maintained
2548
2549SYSV FILESYSTEM
2550P: Christoph Hellwig
2551M: hch@infradead.org
2552S: Maintained
2553
2554TI PARALLEL LINK CABLE DRIVER
2555P: Romain Lievin
2556M: roms@lpg.ticalc.org
2557S: Maintained
2558
Per Lidene86eaa32006-01-12 16:45:18 +01002559TIPC NETWORK LAYER
2560P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002561M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002562P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002563M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002564P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002565M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002566L: tipc-discussion@lists.sourceforge.net
2567W: http://tipc.sourceforge.net/
2568W: http://tipc.cslab.ericsson.net/
2569T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2570S: Maintained
2571
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572TLAN NETWORK DRIVER
2573P: Samuel Chessman
2574M: chessman@tux.org
2575L: tlan-devel@lists.sourceforge.net
2576W: http://sourceforge.net/projects/tlan/
2577S: Maintained
2578
2579TOKEN-RING NETWORK DRIVER
2580P: Mike Phillips
2581M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002582L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583L: linux-tr@linuxtr.net
2584W: http://www.linuxtr.net
2585S: Maintained
2586
2587TOSHIBA ACPI EXTRAS DRIVER
2588P: John Belmonte
2589M: toshiba_acpi@memebeam.org
2590W: http://memebeam.org/toys/ToshibaAcpiDriver
2591S: Maintained
2592
2593TOSHIBA SMM DRIVER
2594P: Jonathan Buzzard
2595M: jonathan@buzzard.org.uk
2596L: tlinux-users@tce.toshiba-dme.co.jp
2597W: http://www.buzzard.org.uk/toshiba/
2598S: Maintained
2599
2600TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2601P: Muli Ben-Yehuda
2602M: mulix@mulix.org
2603L: linux-kernel@vger.kernel.org
2604S: Maintained
2605
2606TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002607P: Adrian Bunk
2608M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002610W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002611T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612S: Maintained
2613
2614TMS380 TOKEN-RING NETWORK DRIVER
2615P: Adam Fritzler
2616M: mid@auk.cx
2617L: linux-tr@linuxtr.net
2618W: http://www.auk.cx/tms380tr/
2619S: Maintained
2620
2621TULIP NETWORK DRIVER
2622P: Jeff Garzik
2623M: jgarzik@pobox.com
2624L: tulip-users@lists.sourceforge.net
2625W: http://sourceforge.net/projects/tulip/
2626S: Maintained
2627
2628TUN/TAP driver
2629P: Maxim Krasnyansky
2630M: maxk@qualcomm.com, max_mk@yahoo.com
2631L: vtun@office.satix.net
2632W: http://vtun.sourceforge.net/tun
2633S: Maintained
2634
2635U14-34F SCSI DRIVER
2636P: Dario Ballabio
2637M: ballabio_dario@emc.com
2638L: linux-scsi@vger.kernel.org
2639S: Maintained
2640
2641UDF FILESYSTEM
2642P: Ben Fennema
2643M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644W: http://linux-udf.sourceforge.net
2645S: Maintained
2646
2647UNIFORM CDROM DRIVER
2648P: Jens Axboe
2649M: axboe@suse.de
2650L: linux-kernel@vger.kernel.org
2651W: http://www.kernel.dk
2652S: Maintained
2653
2654USB ACM DRIVER
2655P: Oliver Neukum
2656M: oliver@neukum.name
2657L: linux-usb-users@lists.sourceforge.net
2658L: linux-usb-devel@lists.sourceforge.net
2659S: Maintained
2660
2661USB BLOCK DRIVER (UB ub)
2662P: Pete Zaitcev
2663M: zaitcev@redhat.com
2664L: linux-kernel@vger.kernel.org
2665L: linux-usb-devel@lists.sourceforge.net
2666S: Supported
2667
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668USB CDC ETHERNET DRIVER
2669P: Greg Kroah-Hartman
2670M: greg@kroah.com
2671L: linux-usb-users@lists.sourceforge.net
2672L: linux-usb-devel@lists.sourceforge.net
2673S: Maintained
2674W: http://www.kroah.com/linux-usb/
2675
2676USB EHCI DRIVER
2677P: David Brownell
2678M: dbrownell@users.sourceforge.net
2679L: linux-usb-devel@lists.sourceforge.net
2680S: Maintained
2681
Luca Risolia7ce08c92006-01-11 02:06:59 +00002682USB ET61X[12]51 DRIVER
2683P: Luca Risolia
2684M: luca.risolia@studio.unibo.it
2685L: linux-usb-devel@lists.sourceforge.net
2686L: video4linux-list@redhat.com
2687W: http://www.linux-projects.org
2688S: Maintained
2689
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690USB HID/HIDBP DRIVERS
2691P: Vojtech Pavlik
2692M: vojtech@suse.cz
2693L: linux-usb-users@lists.sourceforge.net
2694L: linux-usb-devel@lists.sourceforge.net
2695S: Maintained
2696
2697USB HUB DRIVER
2698P: Johannes Erdfelt
2699M: johannes@erdfelt.com
2700L: linux-usb-users@lists.sourceforge.net
2701L: linux-usb-devel@lists.sourceforge.net
2702S: Maintained
2703
Olav Kongas959eea22005-11-03 17:38:14 +02002704USB ISP116X DRIVER
2705P: Olav Kongas
2706M: ok@artecdesign.ee
2707L: linux-usb-devel@lists.sourceforge.net
2708S: Maintained
2709
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710USB KAWASAKI LSI DRIVER
2711P: Oliver Neukum
2712M: oliver@neukum.name
2713L: linux-usb-users@lists.sourceforge.net
2714L: linux-usb-devel@lists.sourceforge.net
2715S: Maintained
2716
2717USB MASS STORAGE DRIVER
2718P: Matthew Dharm
2719M: mdharm-usb@one-eyed-alien.net
2720L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002721L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722S: Maintained
2723W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2724
2725USB OHCI DRIVER
2726P: Roman Weissgaerber
2727M: weissg@vienna.at
2728L: linux-usb-users@lists.sourceforge.net
2729L: linux-usb-devel@lists.sourceforge.net
2730S: Maintained
2731
Matthias Urlichsba460e42005-07-14 00:33:47 -07002732USB OPTION-CARD DRIVER
2733P: Matthias Urlichs
2734M: smurf@smurf.noris.de
2735L: linux-usb-devel@lists.sourceforge.net
2736S: Maintained
2737
Linus Torvalds1da177e2005-04-16 15:20:36 -07002738USB OV511 DRIVER
2739P: Mark McClelland
2740M: mmcclell@bigfoot.com
2741L: linux-usb-users@lists.sourceforge.net
2742L: linux-usb-devel@lists.sourceforge.net
2743W: http://alpha.dyndns.org/ov511/
2744S: Maintained
2745
2746USB PEGASUS DRIVER
2747P: Petko Manolov
2748M: petkan@users.sourceforge.net
2749L: linux-usb-users@lists.sourceforge.net
2750L: linux-usb-devel@lists.sourceforge.net
2751W: http://pegasus2.sourceforge.net/
2752S: Maintained
2753
2754USB PRINTER DRIVER
2755P: Vojtech Pavlik
2756M: vojtech@suse.cz
2757L: linux-usb-users@lists.sourceforge.net
2758L: linux-usb-devel@lists.sourceforge.net
2759S: Maintained
2760
2761USB RTL8150 DRIVER
2762P: Petko Manolov
2763M: petkan@users.sourceforge.net
2764L: linux-usb-users@lists.sourceforge.net
2765L: linux-usb-devel@lists.sourceforge.net
2766W: http://pegasus2.sourceforge.net/
2767S: Maintained
2768
2769USB SE401 DRIVER
2770P: Jeroen Vreeken
2771M: pe1rxq@amsat.org
2772L: linux-usb-users@lists.sourceforge.net
2773L: linux-usb-devel@lists.sourceforge.net
2774W: http://www.chello.nl/~j.vreeken/se401/
2775S: Maintained
2776
2777USB SERIAL CYBERJACK DRIVER
2778P: Matthias Bruestle and Harald Welte
2779M: support@reiner-sct.com
2780W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2781S: Maintained
2782
2783USB SERIAL DIGI ACCELEPORT DRIVER
2784P: Peter Berger and Al Borchers
2785M: pberger@brimson.com
2786M: alborchers@steinerpoint.com
2787L: linux-usb-users@lists.sourceforge.net
2788L: linux-usb-devel@lists.sourceforge.net
2789S: Maintained
2790
2791USB SERIAL DRIVER
2792P: Greg Kroah-Hartman
2793M: gregkh@suse.de
2794L: linux-usb-users@lists.sourceforge.net
2795L: linux-usb-devel@lists.sourceforge.net
2796S: Supported
2797
2798USB SERIAL BELKIN F5U103 DRIVER
2799P: William Greathouse
2800M: wgreathouse@smva.com
2801L: linux-usb-users@lists.sourceforge.net
2802L: linux-usb-devel@lists.sourceforge.net
2803S: Maintained
2804
2805USB SERIAL CYPRESS M8 DRIVER
2806P: Lonnie Mendez
2807M: dignome@gmail.com
2808L: linux-usb-users@lists.sourceforge.net
2809L: linux-usb-devel@lists.sourceforge.net
2810S: Maintained
2811W: http://geocities.com/i0xox0i
2812W: http://firstlight.net/cvs
2813
2814USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2815L: linux-usb-users@lists.sourceforge.net
2816L: linux-usb-devel@lists.sourceforge.net
2817S: Maintained
2818
2819USB AUERSWALD DRIVER
2820P: Wolfgang Muees
2821M: wolfgang@iksw-muees.de
2822L: linux-usb-users@lists.sourceforge.net
2823L: linux-usb-devel@lists.sourceforge.net
2824S: Maintained
2825
2826USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2827P: Gary Brubaker
2828M: xavyer@ix.netcom.com
2829L: linux-usb-users@lists.sourceforge.net
2830L: linux-usb-devel@lists.sourceforge.net
2831S: Maintained
2832
2833USB SERIAL KEYSPAN DRIVER
2834P: Greg Kroah-Hartman
2835M: greg@kroah.com
2836L: linux-usb-users@lists.sourceforge.net
2837L: linux-usb-devel@lists.sourceforge.net
2838W: http://www.kroah.com/linux/
2839S: Maintained
2840
2841USB SERIAL WHITEHEAT DRIVER
2842P: Stuart MacDonald
2843M: stuartm@connecttech.com
2844L: linux-usb-users@lists.sourceforge.net
2845L: linux-usb-devel@lists.sourceforge.net
2846W: http://www.connecttech.com
2847S: Supported
2848
2849USB SN9C10x DRIVER
2850P: Luca Risolia
2851M: luca.risolia@studio.unibo.it
2852L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002853L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854W: http://www.linux-projects.org
2855S: Maintained
2856
2857USB SUBSYSTEM
2858P: Greg Kroah-Hartman
2859M: gregkh@suse.de
2860L: linux-usb-users@lists.sourceforge.net
2861L: linux-usb-devel@lists.sourceforge.net
2862W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002863T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864S: Supported
2865
2866USB UHCI DRIVER
2867P: Alan Stern
2868M: stern@rowland.harvard.edu
2869L: linux-usb-users@lists.sourceforge.net
2870L: linux-usb-devel@lists.sourceforge.net
2871S: Maintained
2872
2873USB "USBNET" DRIVER
2874P: David Brownell
2875M: dbrownell@users.sourceforge.net
2876L: linux-usb-devel@lists.sourceforge.net
2877S: Maintained
2878
2879USB W996[87]CF DRIVER
2880P: Luca Risolia
2881M: luca.risolia@studio.unibo.it
2882L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002883L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884W: http://www.linux-projects.org
2885S: Maintained
2886
2887USB ZD1201 DRIVER
2888P: Jeroen Vreeken
2889M: pe1rxq@amsat.org
2890L: linux-usb-users@lists.sourceforge.net
2891L: linux-usb-devel@lists.sourceforge.net
2892W: http://linux-lc100020.sourceforge.net
2893S: Maintained
2894
2895USER-MODE LINUX
2896P: Jeff Dike
2897M: jdike@karaya.com
2898L: user-mode-linux-devel@lists.sourceforge.net
2899L: user-mode-linux-user@lists.sourceforge.net
2900W: http://user-mode-linux.sourceforge.net
2901S: Maintained
2902
2903FAT/VFAT/MSDOS FILESYSTEM:
2904P: OGAWA Hirofumi
2905M: hirofumi@mail.parknet.co.jp
2906L: linux-kernel@vger.kernel.org
2907S: Maintained
2908
2909VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2910P: Jeff Garzik
2911S: Odd fixes
2912
2913VIA RHINE NETWORK DRIVER
2914P: Roger Luethi
2915M: rl@hellgate.ch
2916S: Maintained
2917
Jean Delvare32c0a522005-09-22 21:47:58 +02002918VIAPRO SMBUS DRIVER
2919P: Jean Delvare
2920M: khali@linux-fr.org
2921L: lm-sensors@lm-sensors.org
2922S: Maintained
2923
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924UCLINUX (AND M68KNOMMU)
2925P: Greg Ungerer
2926M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002927W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002928L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929S: Maintained
2930
2931UCLINUX FOR NEC V850
2932P: Miles Bader
2933M: uclinux-v850@lsi.nec.co.jp
2934W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2935W: http://www.ee.nec.de/uclinux/
2936S: Supported
2937
2938UCLINUX FOR RENESAS H8/300
2939P: Yoshinori Sato
2940M: ysato@users.sourceforge.jp
2941W: http://uclinux-h8.sourceforge.jp/
2942S: Supported
2943
2944USB DIAMOND RIO500 DRIVER
2945P: Cesar Miquel
2946M: miquel@df.uba.ar
2947L: rio500-users@lists.sourceforge.net
2948W: http://rio500.sourceforge.net
2949S: Maintained
2950
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002951V9FS FILE SYSTEM
2952P: Eric Van Hensbergen
2953M: ericvh@gmail.com
2954P: Ron Minnich
2955M: rminnich@lanl.gov
2956P: Latchesar Ionkov
2957M: lucho@ionkov.net
2958L: v9fs-developer@lists.sourceforge.net
2959W: http://v9fs.sf.net
Josh Boyer1adc1232005-11-23 15:44:15 -08002960T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs-devel.git
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002961S: Maintained
2962
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002964P: Mauro Carvalho Chehab
2965M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002967W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02002968T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002969S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970
Roger Lucas1de9e372005-11-26 20:20:05 +01002971VT8231 HARDWARE MONITOR DRIVER
2972P: Roger Lucas
2973M: roger@planbit.co.uk
2974L: lm-sensors@lm-sensors.org
2975S: Maintained
2976
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977W1 DALLAS'S 1-WIRE BUS
2978P: Evgeniy Polyakov
2979M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002980L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981S: Maintained
2982
2983W83L51xD SD/MMC CARD INTERFACE DRIVER
2984P: Pierre Ossman
2985M: drzeus-wbsd@drzeus.cx
2986L: wbsd-devel@list.drzeus.cx
2987W: http://projects.drzeus.cx/wbsd
2988S: Maintained
2989
2990W83L785TS HARDWARE MONITOR DRIVER
2991P: Jean Delvare
2992M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002993L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994S: Odd Fixes
2995
2996WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2997P: Nenad Corbic
2998M: ncorbic@sangoma.com
2999M: dm@sangoma.com
3000W: http://www.sangoma.com
3001S: Supported
3002
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003003WATCHDOG DEVICE DRIVERS
3004P: Wim Van Sebroeck
3005M: wim@iguana.be
3006T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3007S: Maintained
3008
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3010P: Jean Tourrilhes
3011M: jt@hpl.hp.com
3012W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3013S: Maintained
3014
3015WD7000 SCSI DRIVER
3016P: Miroslav Zagorac
3017M: zaga@fly.cc.fer.hr
3018L: linux-scsi@vger.kernel.org
3019S: Maintained
3020
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003021WISTRON LAPTOP BUTTON DRIVER
3022P: Miloslav Trmac
3023M: mitr@volny.cz
3024S: Maintained
3025
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026WL3501 WIRELESS PCMCIA CARD DRIVER
3027P: Arnaldo Carvalho de Melo
3028M: acme@conectiva.com.br
3029W: http://advogato.org/person/acme
3030S: Maintained
3031
3032X.25 NETWORK LAYER
3033P: Henner Eisen
3034M: eis@baty.hanse.de
3035L: linux-x25@vger.kernel.org
3036S: Maintained
3037
3038XFS FILESYSTEM
3039P: Silicon Graphics Inc
3040M: xfs-masters@oss.sgi.com
3041M: nathans@sgi.com
3042L: linux-xfs@oss.sgi.com
3043W: http://oss.sgi.com/projects/xfs
3044S: Supported
3045
3046X86 3-LEVEL PAGING (PAE) SUPPORT
3047P: Ingo Molnar
3048M: mingo@redhat.com
3049S: Maintained
3050
3051X86-64 port
3052P: Andi Kleen
3053M: ak@suse.de
3054L: discuss@x86-64.org
3055W: http://www.x86-64.org
3056S: Maintained
3057
3058YAM DRIVER FOR AX.25
3059P: Jean-Paul Roubelat
3060M: jpr@f6fbb.org
3061L: linux-hams@vger.kernel.org
3062S: Maintained
3063
Henkaf64a5e2005-10-12 15:02:56 +02003064YEALINK PHONE DRIVER
3065P: Henk Vergonet
3066M: Henk.Vergonet@gmail.com
3067L: usbb2k-api-dev@nongnu.org
3068S: Maintained
3069
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3071P: Pete Zaitcev
3072M: zaitcev@yahoo.com
3073L: linux-kernel@vger.kernel.org
3074S: Obsolete
3075
3076Z8530 DRIVER FOR AX.25
3077P: Joerg Reuter
3078M: jreuter@yaina.de
3079W: http://yaina.de/jreuter/
3080W: http://www.qsl.net/dl1bke/
3081L: linux-hams@vger.kernel.org
3082S: Maintained
3083
3084ZF MACHZ WATCHDOG
3085P: Fernando Fuganti
3086M: fuganti@netbank.com.br
3087W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3088S: Maintained
3089
3090ZR36067 VIDEO FOR LINUX DRIVER
3091P: Ronald Bultje
3092M: rbultje@ronald.bitfreak.net
3093L: mjpeg-users@lists.sourceforge.net
3094W: http://mjpeg.sourceforge.net/driver-zoran/
3095S: Maintained
3096
3097ZR36120 VIDEO FOR LINUX DRIVER
3098P: Pauline Middelink
3099M: middelin@polyware.nl
3100W: http://www.polyware.nl/~middelin/En/hobbies.html
3101W: http://www.polyware.nl/~middelin/hobbies.html
3102S: Maintained
3103
3104THE REST
3105P: Linus Torvalds
3106S: Buried alive in reporters