blob: 15888302025fe43bbccd7afd1e00f5c68507db37 [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
185L: acpi-devel@lists.sourceforge.net
186W: 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
261APM DRIVER
262P: Stephen Rothwell
263M: sfr@canb.auug.org.au
264L: linux-laptop@vger.kernel.org
265W: http://www.canb.auug.org.au/~sfr/
266S: Supported
267
268APPLETALK NETWORK LAYER
269P: Arnaldo Carvalho de Melo
270M: acme@conectiva.com.br
271S: Maintained
272
Jaya Kumar1154ea72005-06-21 17:17:04 -0700273ARC FRAMEBUFFER DRIVER
274P: Jaya Kumar
275M: jayalk@intworks.biz
276S: Maintained
277
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278ARM26 ARCHITECTURE
279P: Ian Molton
280M: spyro@f2s.com
281S: Maintained
282
283ARM26/ARCHIMEDES
284P: Ian Molton
285M: spyro@f2s.com
286S: Maintained
287
288ARM26/A5000
289P: John Appleby
290M: john@dnsworld.co.uk
291S: Maintained
292
293ARM MFM AND FLOPPY DRIVERS
294P: Ian Molton
295M: spyro@f2s.com
296S: Maintained
297
298ARM/CORGI MACHINE SUPPORT
299P: Richard Purdie
300M: rpurdie@rpsys.net
301S: Maintained
302
Dirk Opfer8459c152005-11-06 14:27:52 +0000303ARM/TOSA MACHINE SUPPORT
304P: Dirk Opfer
305M: dirk@opfer-online.de
306S: Maintained
307
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308ARM/PLEB SUPPORT
309P: Peter Chubb
310M: pleb@gelato.unsw.edu.au
311W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
312S: Maintained
313
314ARM/PT DIGITAL BOARD PORT
315P: Stefan Eletzhofer
316M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700317L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318W: http://www.arm.linux.org.uk/
319S: Maintained
320
321ARM/SHARK MACHINE SUPPORT
322P: Alexander Schulz
323M: alex@shark-linux.de
324W: http://www.shark-linux.de/shark.html
325S: Maintained
326
327ARM/STRONGARM110 PORT
328P: Russell King
329M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700330L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331W: http://www.arm.linux.org.uk/
332S: Maintained
333
334ARM/S3C2410 ARM ARCHITECTURE
335P: Ben Dooks
336M: ben-s3c2410@fluff.org
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.fluff.org/ben/linux/
339S: Maintained
340
341ARM/S3C2440 ARM ARCHITECTURE
342P: Ben Dooks
343M: ben-s3c2440@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
348ARPD SUPPORT
349P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700350L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351S: Maintained
352
353ASUS ACPI EXTRAS DRIVER
354P: Karol Kozimor
355M: sziwan@users.sourceforge.net
356P: Julien Lerouge
357M: julien.lerouge@free.fr
358L: acpi4asus-user@lists.sourceforge.net
359W: http://sourceforge.net/projects/acpi4asus
360W: http://julien.lerouge.free.fr
361S: Maintained
362
363ATA OVER ETHERNET DRIVER
364P: Ed L. Cashin
365M: ecashin@coraid.com
366W: http://www.coraid.com/support/linux
367S: Supported
368
369ATM
370P: Chas Williams
371M: chas@cmf.nrl.navy.mil
372L: linux-atm-general@lists.sourceforge.net
373W: http://linux-atm.sourceforge.net
374S: Maintained
375
376ATMEL WIRELESS DRIVER
377P: Simon Kelley
378M: simon@thekelleys.org.uk
379W: http://www.thekelleys.org.uk/atmel
380W: http://atmelwlandriver.sourceforge.net/
381S: Maintained
382
Chris Wrighta92b7b82005-07-07 18:12:23 -0700383AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100384P: David Woodhouse
385M: dwmw2@infradead.org
386L: linux-audit@redhat.com
387W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800388T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700389S: Maintained
390
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391AX.25 NETWORK LAYER
392P: Ralf Baechle
393M: ralf@linux-mips.org
394L: linux-hams@vger.kernel.org
395S: Maintained
396
397BAYCOM/HDLCDRV DRIVERS FOR AX.25
398P: Thomas Sailer
399M: t.sailer@alumni.ethz.ch
400L: linux-hams@vger.kernel.org
401W: http://www.baycom.org/~tom/ham/ham.html
402S: Maintained
403
404BEFS FILE SYSTEM
405P: Sergey S. Kostyliov
406M: rathamahata@php4.ru
407L: linux-kernel@vger.kernel.org
408S: Maintained
409
410BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
411P: Kenji Hollis
412W: http://ftp.bitgate.com/pcwd/
413S: Maintained
414
415BFS FILE SYSTEM
416P: Tigran A. Aivazian
417M: tigran@veritas.com
418L: linux-kernel@vger.kernel.org
419S: Maintained
420
421BLOCK LAYER
422P: Jens Axboe
423M: axboe@suse.de
424L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800425T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426S: Maintained
427
428BLUETOOTH SUBSYSTEM
429P: Marcel Holtmann
430M: marcel@holtmann.org
431P: Maxim Krasnyansky
432M: maxk@qualcomm.com
433L: bluez-devel@lists.sf.net
434W: http://bluez.sf.net
435W: http://www.bluez.org
436W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800437T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438S: Maintained
439
440BLUETOOTH RFCOMM LAYER
441P: Marcel Holtmann
442M: marcel@holtmann.org
443P: Maxim Krasnyansky
444M: maxk@qualcomm.com
445S: Maintained
446
447BLUETOOTH BNEP LAYER
448P: Marcel Holtmann
449M: marcel@holtmann.org
450P: Maxim Krasnyansky
451M: maxk@qualcomm.com
452S: Maintained
453
454BLUETOOTH CMTP LAYER
455P: Marcel Holtmann
456M: marcel@holtmann.org
457S: Maintained
458
459BLUETOOTH HIDP LAYER
460P: Marcel Holtmann
461M: marcel@holtmann.org
462S: Maintained
463
464BLUETOOTH HCI UART DRIVER
465P: Marcel Holtmann
466M: marcel@holtmann.org
467P: Maxim Krasnyansky
468M: maxk@qualcomm.com
469S: Maintained
470
471BLUETOOTH HCI USB DRIVER
472P: Marcel Holtmann
473M: marcel@holtmann.org
474P: Maxim Krasnyansky
475M: maxk@qualcomm.com
476S: Maintained
477
478BLUETOOTH HCI BCM203X DRIVER
479P: Marcel Holtmann
480M: marcel@holtmann.org
481S: Maintained
482
483BLUETOOTH HCI BPA10X DRIVER
484P: Marcel Holtmann
485M: marcel@holtmann.org
486S: Maintained
487
488BLUETOOTH HCI BFUSB DRIVER
489P: Marcel Holtmann
490M: marcel@holtmann.org
491S: Maintained
492
493BLUETOOTH HCI DTL1 DRIVER
494P: Marcel Holtmann
495M: marcel@holtmann.org
496S: Maintained
497
498BLUETOOTH HCI BLUECARD DRIVER
499P: Marcel Holtmann
500M: marcel@holtmann.org
501S: Maintained
502
503BLUETOOTH HCI BT3C DRIVER
504P: Marcel Holtmann
505M: marcel@holtmann.org
506S: Maintained
507
508BLUETOOTH HCI BTUART DRIVER
509P: Marcel Holtmann
510M: marcel@holtmann.org
511S: Maintained
512
513BLUETOOTH HCI VHCI DRIVER
514P: Maxim Krasnyansky
515M: maxk@qualcomm.com
516S: Maintained
517
518BONDING DRIVER
519P: Chad Tindel
520M: ctindel@users.sourceforge.net
521P: Jay Vosburgh
522M: fubar@us.ibm.com
523L: bonding-devel@lists.sourceforge.net
524W: http://sourceforge.net/projects/bonding/
525S: Supported
526
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000527BROADBAND PROCESSOR ARCHITECTURE
528P: Arnd Bergmann
529M: arnd@arndb.de
530L: linuxppc64-dev@ozlabs.org
531W: http://linuxppc64.org
532S: Supported
533
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700535P: Mauro Carvalho Chehab
536M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700538W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200539T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700540S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541
542BUSLOGIC SCSI DRIVER
543P: Leonard N. Zubkoff
544M: Leonard N. Zubkoff <lnz@dandelion.com>
545L: linux-scsi@vger.kernel.org
546W: http://www.dandelion.com/Linux/
547S: Maintained
548
549COMMON INTERNET FILE SYSTEM (CIFS)
550P: Steve French
551M: sfrench@samba.org
552L: samba-technical@lists.samba.org
553W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800554T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555S: Supported
556
Joel Becker7063fbf2005-12-15 14:29:43 -0800557CONFIGFS
558P: Joel Becker
559M: Joel Becker <joel.becker@oracle.com>
560S: Supported
561
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562CIRRUS LOGIC GENERIC FBDEV DRIVER
563P: Jeff Garzik
564M: jgarzik@pobox.com
565L: linux-fbdev-devel@lists.sourceforge.net
566S: Odd Fixes
567
568CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
569P: Cirrus Logic Corporation (kernel 2.2 driver)
570M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
571P: Nils Faerber (port to kernel 2.4)
572M: Nils Faerber <nils@kernelconcepts.de>
573S: Maintained
574
575CODA FILE SYSTEM
576P: Jan Harkes
577M: jaharkes@cs.cmu.edu
578M: coda@cs.cmu.edu
579L: codalist@coda.cs.cmu.edu
580W: http://www.coda.cs.cmu.edu/
581S: Maintained
582
583COMPACTPCI HOTPLUG CORE
584P: Scott Murray
585M: scottm@somanetworks.com
586M: scott@spiteful.org
587L: pcihpd-discuss@lists.sourceforge.net
588S: Supported
589
590COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
591P: Scott Murray
592M: scottm@somanetworks.com
593M: scott@spiteful.org
594L: pcihpd-discuss@lists.sourceforge.net
595S: Supported
596
597COMPACTPCI HOTPLUG GENERIC DRIVER
598P: Scott Murray
599M: scottm@somanetworks.com
600M: scott@spiteful.org
601L: pcihpd-discuss@lists.sourceforge.net
602S: Supported
603
604COMPUTONE INTELLIPORT MULTIPORT CARD
605P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700606M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700608S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609
610COSA/SRP SYNC SERIAL DRIVER
611P: Jan "Yenya" Kasprzak
612M: kas@fi.muni.cz
613W: http://www.fi.muni.cz/~kas/cosa/
614S: Maintained
615
616CPU FREQUENCY DRIVERS
617P: Dave Jones
618M: davej@codemonkey.org.uk
619L: cpufreq@lists.linux.org.uk
620W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800621T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622S: Maintained
623
624CPUID/MSR DRIVER
625P: H. Peter Anvin
626M: hpa@zytor.com
627S: Maintained
628
Paul Jacksoned90fb42005-09-27 21:45:37 -0700629CPUSETS
630P: Paul Jackson
631P: Simon Derr
632M: pj@sgi.com
633M: simon.derr@bull.net
634L: linux-kernel@vger.kernel.org
635W: http://www.bullopensource.org/cpuset/
636S: Supported
637
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638CRAMFS FILESYSTEM
639W: http://sourceforge.net/projects/cramfs/
640S: Orphan
641
642CRIS PORT
643P: Mikael Starvik
644M: starvik@axis.com
645L: dev-etrax@axis.com
646W: http://developer.axis.com
647S: Maintained
648
649CRYPTO API
650P: Herbert Xu
651M: herbert@gondor.apana.org.au
652P: David S. Miller
653M: davem@davemloft.net
654L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800655T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656S: Maintained
657
658CYBERPRO FB DRIVER
659P: Russell King
660M: rmk@arm.linux.org.uk
661W: http://www.arm.linux.org.uk/
662S: Maintained
663
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700664CYBLAFB FRAMEBUFFER DRIVER
665P: Knut Petersen
666M: Knut_Petersen@t-online.de
667L: linux-fbdev-devel@lists.sourceforge.net
668S: Maintained
669
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670CYCLADES 2X SYNC CARD DRIVER
671P: Arnaldo Carvalho de Melo
672M: acme@conectiva.com.br
673W: http://advogato.org/person/acme
674L: cycsyn-devel@bazar.conectiva.com.br
675S: Maintained
676
677CYCLADES ASYNC MUX DRIVER
678M: async@cyclades.com
679W: http://www.cyclades.com/
680S: Supported
681
682CYCLADES PC300 DRIVER
683M: pc300@cyclades.com
684W: http://www.cyclades.com/
685S: Supported
686
687DAC960 RAID CONTROLLER DRIVER
688P: Dave Olien
689M dmo@osdl.org
690W: http://www.osdl.org/archive/dmo/DAC960
691L: linux-kernel@vger.kernel.org
692S: Maintained
693
694DAMA 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
809S: Maintained
810
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811DOUBLETALK DRIVER
812P: James R. Van Zandt
813M: jrv@vanzandt.mv.com
814L: blinux-list@redhat.com
815S: Maintained
816
817DRIVER CORE, KOBJECTS, AND SYSFS
818P: Greg Kroah-Hartman
819M: gregkh@suse.de
820L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800821T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822S: Supported
823
824DRM DRIVERS
825P: David Airlie
826M: airlied@linux.ie
827L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800828T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829S: Maintained
830
831DSCC4 DRIVER
832P: François Romieu
833M: romieu@cogenit.fr
834M: romieu@ensta.fr
835S: Maintained
836
837DVB SUBSYSTEM AND DRIVERS
838P: LinuxTV.org Project
839M: linux-dvb-maintainer@linuxtv.org
840L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200841W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200842T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843S: Supported
844
845EATA-DMA SCSI DRIVER
846P: Michael Neuffer
847L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
848S: Maintained
849
850EATA ISA/EISA/PCI SCSI DRIVER
851P: Dario Ballabio
852M: ballabio_dario@emc.com
853L: linux-scsi@vger.kernel.org
854S: Maintained
855
856EATA-PIO SCSI DRIVER
857P: Michael Neuffer
858M: mike@i-Connect.Net
859L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
860S: Maintained
861
862EBTABLES
863P: Bart De Schuymer
864M: bart.de.schuymer@pandora.be
865L: ebtables-user@lists.sourceforge.net
866L: ebtables-devel@lists.sourceforge.net
867W: http://ebtables.sourceforge.net/
868S: Maintained
869
870EEPRO100 NETWORK DRIVER
871P: Andrey V. Savochkin
872M: saw@saw.sw.com.sg
873S: Maintained
874
875EMU10K1 SOUND DRIVER
876P: James Courtier-Dutton
877M: James@superbug.demon.co.uk
878L: emu10k1-devel@lists.sourceforge.net
879W: http://sourceforge.net/projects/emu10k1/
880S: Maintained
881
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400882EMULEX LPFC FC SCSI DRIVER
883P: James Smart
884M: james.smart@emulex.com
885L: linux-scsi@vger.kernel.org
886W: http://sourceforge.net/projects/lpfcxxxx
887S: Supported
888
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889EPSON 1355 FRAMEBUFFER DRIVER
890P: Christopher Hoover
891M: ch@murgatroid.com, ch@hpl.hp.com
892S: Maintained
893
894ETHEREXPRESS-16 NETWORK DRIVER
895P: Philip Blundell
896M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700897L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898S: Maintained
899
900ETHERNET BRIDGE
901P: Stephen Hemminger
902M: shemminger@osdl.org
903L: bridge@osdl.org
904W: http://bridge.sourceforge.net/
905S: Maintained
906
907ETHERTEAM 16I DRIVER
908P: Mika Kuoppala
909M: miku@iki.fi
910S: Maintained
911
912EXT2 FILE SYSTEM
913L: ext2-devel@lists.sourceforge.net
914S: Maintained
915
916EXT3 FILE SYSTEM
917P: Stephen Tweedie, Andrew Morton
918M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
919L: ext3-users@redhat.com
920S: Maintained
921
922FARSYNC SYNCHRONOUS DRIVER
923P: Kevin Curtis
924M: kevin.curtis@farsite.co.uk
925M: kevin.curtis@farsite.co.uk
926W: http://www.farsite.co.uk/
927S: Supported
928
929FRAMEBUFFER LAYER
930P: Antonino Daplas
931M: adaplas@pol.net
932L: linux-fbdev-devel@lists.sourceforge.net
933W: http://linux-fbdev.sourceforge.net/
934S: Maintained
935
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +0300936FREESCALE SOC FS_ENET DRIVER
937P: Pantelis Antoniou
938M: pantelis.antoniou@gmail.com
939P: Vitaly Bordug
940M: vbordug@ru.mvista.com
941L: linuxppc-embedded@ozlabs.org
942L: netdev@vger.kernel.org
943S: Maintained
944
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945FILE LOCKING (flock() and fcntl()/lockf())
946P: Matthew Wilcox
947M: matthew@wil.cx
948L: linux-fsdevel@vger.kernel.org
949S: Maintained
950
951FILESYSTEMS (VFS and infrastructure)
952P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +0100953M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954S: Maintained
955
956FIRMWARE LOADER (request_firmware)
957L: linux-kernel@vger.kernel.org
958S: Orphan
959
960FPU EMULATOR
961P: Bill Metzenthen
962M: billm@suburbia.net
963W: http://suburbia.net/~billm/floating-point/emulator/
964S: Maintained
965
966FRAME RELAY DLCI/FRAD (Sangoma drivers too)
967P: Mike McLagan
968M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700969L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970S: Maintained
971
972FREEVXFS FILESYSTEM
973P: Christoph Hellwig
974M: hch@infradead.org
975W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
976S: Maintained
977
978FUJITSU FR-V PORT
979P: David Howells
980M: dhowells@redhat.com
981S: Maintained
982
983FTAPE/QIC-117
984L: linux-tape@vger.kernel.org
985W: http://sourceforge.net/projects/ftape
986S: Orphan
987
Miklos Szeredi04578f12005-09-09 13:10:22 -0700988FUSE: FILESYSTEM IN USERSPACE
989P: Miklos Szeredi
990M: miklos@szeredi.hu
991L: fuse-devel@lists.sourceforge.net
992W: http://fuse.sourceforge.net/
993S: Maintained
994
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
996P: Rik Faith
997M: faith@cs.unc.edu
998L: linux-scsi@vger.kernel.org
999S: Odd fixes (e.g., new signatures)
1000
1001GDT SCSI DISK ARRAY CONTROLLER DRIVER
1002P: Achim Leubner
1003M: achim_leubner@adaptec.com
1004L: linux-scsi@vger.kernel.org
1005W: http://www.icp-vortex.com/
1006S: Supported
1007
1008GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1009P: Krzysztof Halasa
1010M: khc@pm.waw.pl
1011W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1012S: Maintained
1013
Jean Delvare5b543962005-08-15 19:51:02 +02001014HARDWARE MONITORING
1015P: Jean Delvare
1016M: khali@linux-fr.org
1017L: lm-sensors@lm-sensors.org
1018W: http://www.lm-sensors.nu/
1019S: Maintained
1020
Robert Love860e1d62005-08-31 23:57:59 -04001021HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1022P: Robert Love
1023M: rlove@rlove.org
1024M: linux-kernel@vger.kernel.org
1025W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1026S: Maintained
1027
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028HARMONY SOUND DRIVER
1029P: Kyle McMartin
1030M: kyle@parisc-linux.org
1031W: http://www.parisc-linux.org/~kyle/harmony/
1032L: parisc-linux@lists.parisc-linux.org
1033S: Maintained
1034
1035HAYES ESP SERIAL DRIVER
1036P: Andrew J. Robinson
1037M: arobinso@nyx.net
1038L: linux-kernel@vger.kernel.org
1039W: http://www.nyx.net/~arobinso
1040S: Maintained
1041
1042HFS FILESYSTEM
1043P: Roman Zippel
1044M: zippel@linux-m68k.org
1045L: linux-kernel@vger.kernel.org
1046S: Maintained
1047
1048HGA FRAMEBUFFER DRIVER
1049P: Ferenc Bakonyi
1050M: fero@drama.obuda.kando.hu
1051L: linux-nvidia@lists.surfsouth.com
1052W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1053S: Maintained
1054
1055HIGH-SPEED SCC DRIVER FOR AX.25
1056P: Klaus Kudielka
1057M: klaus.kudielka@ieee.org
1058L: linux-hams@vger.kernel.org
1059W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1060S: Maintained
1061
1062HIPPI
1063P: Jes Sorensen
1064M: jes@trained-monkey.org
1065L: linux-hippi@sunsite.dk
1066S: Maintained
1067
1068HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1069P: Chirag Kantharia
1070M: chirag.kantharia@hp.com
1071L: iss_storagedev@hp.com
1072S: Maintained
1073
1074HEWLETT-PACKARD SMART2 RAID DRIVER
1075P: Chirag Kantharia
1076M: chirag.kantharia@hp.com
1077L: iss_storagedev@hp.com
1078S: Maintained
1079
1080HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1081P: Mike Miller
1082M: mike.miller@hp.com
1083L: iss_storagedev@hp.com
1084S: Supported
1085
Jouni Malinenff1d2762005-05-12 22:54:16 -04001086HOST AP DRIVER
1087P: Jouni Malinen
1088M: jkmaline@cc.hut.fi
1089L: hostap@shmoo.com
1090W: http://hostap.epitest.fi/
1091S: Maintained
1092
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1094P: Jaroslav Kysela
1095M: perex@suse.cz
1096S: Maintained
1097
Bob Piccob9b03322005-11-07 00:59:19 -08001098HPET: High Precision Event Timers driver (hpet.c)
1099P: Clemens Ladisch
1100M: clemens@ladisch.de
1101S: Maintained
1102
1103HPET: i386
1104P: Venkatesh Pallipadi (Venki)
1105M: venkatesh.pallipadi@intel.com
1106S: Maintained
1107
1108HPET: x86_64
1109P: Andi Kleen and Vojtech Pavlik
1110M: ak@muc.de and vojtech@suse.cz
1111S: Maintained
1112
1113HPET: ACPI hpet.c
1114P: Bob Picco
1115M: bob.picco@hp.com
1116S: Maintained
1117
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118HPFS FILESYSTEM
1119P: Mikulas Patocka
1120M: mikulas@artax.karlin.mff.cuni.cz
1121W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1122S: Maintained
1123
1124HUGETLB FILESYSTEM
1125P: William Irwin
1126M: wli@holomorphy.com
1127S: Maintained
1128
Jean Delvare5b543962005-08-15 19:51:02 +02001129I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130P: Jean Delvare
1131M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001132L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001134T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135S: Maintained
1136
1137I2O
1138P: Markus Lidel
1139M: markus.lidel@shadowconnect.com
1140W: http://i2o.shadowconnect.com/
1141S: Maintained
1142
1143i386 BOOT CODE
1144P: Riley H. Williams
1145M: Riley@Williams.Name
1146L: Linux-Kernel@vger.kernel.org
1147S: Maintained
1148
1149i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1150P: Dave Jones
1151M: davej@codemonkey.org.uk
1152P: H. Peter Anvin
1153M: hpa@zytor.com
1154S: Maintained
1155
1156i810 TCO TIMER WATCHDOG
1157P: Nils Faerber
1158M: nils@kernelconcepts.de
1159W: http://www.kernelconcepts.de/
1160S: Maintained
1161
1162IA64 (Itanium) PLATFORM
1163P: Tony Luck
1164M: tony.luck@intel.com
1165L: linux-ia64@vger.kernel.org
1166W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001167T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168S: Maintained
1169
1170SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001171P: Greg Edwards
1172M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173L: linux-altix@sgi.com
1174L: linux-ia64@vger.kernel.org
1175W: http://www.sgi.com/altix
1176S: Maintained
1177
1178IBM MCA SCSI SUBSYSTEM DRIVER
1179P: Michael Lang
1180M: langa2@kph.uni-mainz.de
1181W: http://www.uni-mainz.de/~langm000/linux.html
1182S: Maintained
1183
1184IBM Power Linux RAID adapter
1185P: Brian King
1186M: brking@us.ibm.com
1187S: Supported
1188
1189IBM ServeRAID RAID DRIVER
1190P: Jack Hammer
1191P: Dave Jeffery
1192M: ipslinux@adaptec.com
1193W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1194S: Supported
1195
1196IDE DRIVER [GENERAL]
1197P: Bartlomiej Zolnierkiewicz
1198M: B.Zolnierkiewicz@elka.pw.edu.pl
1199L: linux-kernel@vger.kernel.org
1200L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001201T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202S: Maintained
1203
1204IDE/ATAPI CDROM DRIVER
1205P: Jens Axboe
1206M: axboe@suse.de
1207L: linux-kernel@vger.kernel.org
1208W: http://www.kernel.dk
1209S: Maintained
1210
1211IDE/ATAPI FLOPPY DRIVERS
1212P: Paul Bristow
1213M: Paul Bristow <paul@paulbristow.net>
1214W: http://paulbristow.net/linux/idefloppy.html
1215L: linux-kernel@vger.kernel.org
1216S: Maintained
1217
1218IDE/ATAPI TAPE DRIVERS
1219P: Gadi Oxman
1220M: Gadi Oxman <gadio@netvision.net.il>
1221L: linux-kernel@vger.kernel.org
1222S: Maintained
1223
1224IEEE 1394 ETHERNET (eth1394)
1225L: linux1394-devel@lists.sourceforge.net
1226W: http://www.linux1394.org/
1227S: Orphan
1228
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229IEEE 1394 SUBSYSTEM
1230P: Ben Collins
1231M: bcollins@debian.org
1232P: Jody McIntyre
1233M: scjody@steamballoon.com
1234L: linux1394-devel@lists.sourceforge.net
1235W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001236T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237S: Maintained
1238
1239IEEE 1394 OHCI DRIVER
1240P: Ben Collins
1241M: bcollins@debian.org
1242P: Jody McIntyre
1243M: scjody@steamballoon.com
1244L: linux1394-devel@lists.sourceforge.net
1245W: http://www.linux1394.org/
1246S: Maintained
1247
1248IEEE 1394 PCILYNX DRIVER
1249P: Jody McIntyre
1250M: scjody@steamballoon.com
1251L: linux1394-devel@lists.sourceforge.net
1252W: http://www.linux1394.org/
1253S: Maintained
1254
1255IEEE 1394 RAW I/O DRIVER
1256P: Ben Collins
1257M: bcollins@debian.org
1258P: Dan Dennedy
1259M: dan@dennedy.org
1260L: linux1394-devel@lists.sourceforge.net
1261W: http://www.linux1394.org/
1262S: Maintained
1263
Jody McIntyre105d7b32005-09-30 11:59:04 -07001264IEEE 1394 SBP2
1265P: Ben Collins
1266M: bcollins@debian.org
1267P: Stefan Richter
1268M: stefanr@s5r6.in-berlin.de
1269L: linux1394-devel@lists.sourceforge.net
1270W: http://www.linux1394.org/
1271S: Maintained
1272
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273IMS TWINTURBO FRAMEBUFFER DRIVER
1274P: Paul Mundt
1275M: lethal@chaoticdreams.org
1276L: linux-fbdev-devel@lists.sourceforge.net
1277S: Maintained
1278
1279INFINIBAND SUBSYSTEM
1280P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001281M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282P: Sean Hefty
1283M: mshefty@ichips.intel.com
1284P: Hal Rosenstock
1285M: halr@voltaire.com
1286L: openib-general@openib.org
1287W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001288T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289S: Supported
1290
1291INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001292P: Dmitry Torokhov
1293M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294L: linux-input@atrey.karlin.mff.cuni.cz
1295L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001296T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297S: Maintained
1298
Robert Lovec9f04f52005-07-15 12:21:07 -04001299INOTIFY
1300P: John McCutchan and Robert Love
1301M: ttb@tentacle.dhs.org and rml@novell.com
1302L: linux-kernel@vger.kernel.org
1303S: Maintained
1304
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305INTEL 810/815 FRAMEBUFFER DRIVER
1306P: Antonino Daplas
1307M: adaplas@pol.net
1308L: linux-fbdev-devel@lists.sourceforge.net
1309S: Maintained
1310
1311INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1312P: Ingo Molnar
1313M: mingo@redhat.com
1314S: Maintained
1315
1316INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1317P: Jeff Garzik
1318M: jgarzik@pobox.com
1319W: http://sourceforge.net/projects/gkernel/
1320S: Maintained
1321
1322INTEL IA32 MICROCODE UPDATE SUPPORT
1323P: Tigran Aivazian
1324M: tigran@veritas.com
1325S: Maintained
1326
1327INTEL PRO/100 ETHERNET SUPPORT
1328P: John Ronciak
1329M: john.ronciak@intel.com
1330P: Ganesh Venkatesan
1331M: ganesh.venkatesan@intel.com
1332P: Jesse Brandeburg
1333M: jesse.brandeburg@intel.com
1334W: http://sourceforge.net/projects/e1000/
1335S: Supported
1336
1337INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1338P: Jeb Cramer
1339M: cramerj@intel.com
1340P: John Ronciak
1341M: john.ronciak@intel.com
1342P: Ganesh Venkatesan
1343M: ganesh.venkatesan@intel.com
1344W: http://sourceforge.net/projects/e1000/
1345S: Supported
1346
1347INTEL PRO/10GbE SUPPORT
1348P: Ayyappan Veeraiyan
1349M: ayyappan.veeraiyan@intel.com
1350P: Ganesh Venkatesan
1351M: ganesh.venkatesan@intel.com
1352P: John Ronciak
1353M: john.ronciak@intel.com
1354W: http://sourceforge.net/projects/e1000/
1355S: Supported
1356
James Ketrenos826d2ab2005-11-07 18:56:59 -06001357INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1358P: Yi Zhu
1359M: yi.zhu@intel.com
1360P: James Ketrenos
1361M: jketreno@linux.intel.com
1362L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1363W: http://ipw2100.sourceforge.net
1364S: Supported
1365
1366INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1367P: Yi Zhu
1368M: yi.zhu@intel.com
1369P: James Ketrenos
1370M: jketreno@linux.intel.com
1371L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1372W: http://ipw2200.sourceforge.net
1373S: Supported
1374
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375IOC3 DRIVER
1376P: Ralf Baechle
1377M: ralf@linux-mips.org
1378L: linux-mips@linux-mips.org
1379S: Maintained
1380
1381IP MASQUERADING:
1382P: Juanjo Ciarlante
1383M: jjciarla@raiz.uncu.edu.ar
1384S: Maintained
1385
1386IPX NETWORK LAYER
1387P: Arnaldo Carvalho de Melo
1388M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001389L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001390S: Maintained
1391
1392IRDA SUBSYSTEM
1393P: Jean Tourrilhes
Olaf Heringa2ac9532005-07-12 13:58:35 -07001394L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395W: http://irda.sourceforge.net/
1396S: Maintained
1397
1398ISAPNP
1399P: Jaroslav Kysela
1400M: perex@suse.cz
1401S: Maintained
1402
1403ISDN SUBSYSTEM
1404P: Karsten Keil
1405M: kkeil@suse.de
1406P: Kai Germaschewski
1407M: kai.germaschewski@gmx.de
1408L: isdn4linux@listserv.isdn4linux.de
1409W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001410T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411S: Maintained
1412
1413ISDN SUBSYSTEM (Eicon active card driver)
1414P: Armin Schindler
1415M: mac@melware.de
1416L: isdn4linux@listserv.isdn4linux.de
1417W: http://www.melware.de
1418S: Maintained
1419
1420JOURNALLING FLASH FILE SYSTEM (JFFS)
1421P: Axis Communications AB
1422M: jffs-dev@axis.com
1423L: jffs-dev@axis.com
1424W: http://www.developer.axis.com/software/jffs/
1425S: Maintained
1426
1427JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1428P: David Woodhouse
1429M: dwmw2@infradead.org
1430L: jffs-dev@axis.com
1431W: http://sources.redhat.com/jffs2/
1432S: Maintained
1433
1434JFS FILESYSTEM
1435P: Dave Kleikamp
1436M: shaggy@austin.ibm.com
1437L: jfs-discussion@lists.sourceforge.net
1438W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001439T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440S: Supported
1441
1442KCONFIG
1443P: Roman Zippel
1444M: zippel@linux-m68k.org
1445L: kbuild-devel@lists.sourceforge.net
1446S: Maintained
1447
1448KERNEL AUTOMOUNTER (AUTOFS)
1449P: H. Peter Anvin
1450M: hpa@zytor.com
1451L: autofs@linux.kernel.org
1452S: Odd Fixes
1453
1454KERNEL AUTOMOUNTER v4 (AUTOFS4)
1455P: Ian Kent
1456M: raven@themaw.net
1457L: autofs@linux.kernel.org
1458S: Maintained
1459
1460KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1461P: Kai Germaschewski
1462M: kai@germaschewski.name
1463P: Sam Ravnborg
1464M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001465T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466S: Maintained
1467
1468KERNEL JANITORS
1469P: Several
1470L: kernel-janitors@osdl.org
1471W: http://www.kerneljanitors.org/
1472W: http://sf.net/projects/kernel-janitor/
1473W: http://developer.osdl.org/rddunlap/kj-patches/
1474S: Maintained
1475
1476KERNEL NFSD
1477P: Neil Brown
1478M: neilb@cse.unsw.edu.au
1479L: nfs@lists.sourceforge.net
1480W: http://nfs.sourceforge.net/
1481W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1482S: Maintained
1483
1484KERNEL EVENT LAYER (KOBJECT_UEVENT)
1485P: Robert Love
1486M: rml@novell.com
1487L: linux-kernel@vger.kernel.org
1488S: Maintained
1489
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001490KEXEC
1491P: Eric Biederman
1492P: Randy Dunlap
1493M: ebiederm@xmission.com
1494M: rddunlap@osdl.org
1495W: http://www.xmission.com/~ebiederm/files/kexec/
1496L: linux-kernel@vger.kernel.org
1497L: fastboot@osdl.org
1498S: Maintained
1499
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001500KPROBES
1501P: Prasanna S Panchamukhi
1502M: prasanna@in.ibm.com
1503P: Ananth N Mavinakayanahalli
1504M: ananth@in.ibm.com
1505P: Anil S Keshavamurthy
1506M: anil.s.keshavamurthy@intel.com
1507P: David S. Miller
1508M: davem@davemloft.net
1509L: linux-kernel@vger.kernel.org
1510S: Maintained
1511
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512LANMEDIA WAN CARD DRIVER
1513P: Andrew Stanley-Jones
1514M: asj@lanmedia.com
1515W: http://www.lanmedia.com/
1516S: Supported
1517
1518LAPB module
1519P: Henner Eisen
1520M: eis@baty.hanse.de
1521L: linux-x25@vger.kernel.org
1522S: Maintained
1523
1524LASI 53c700 driver for PARISC
1525P: James E.J. Bottomley
1526M: James.Bottomley@HansenPartnership.com
1527L: linux-scsi@vger.kernel.org
1528S: Maintained
1529
1530LEGO USB Tower driver
1531P: Juergen Stuber
1532M: starblue@users.sourceforge.net
1533L: legousb-devel@lists.sourceforge.net
1534W: http://legousb.sourceforge.net/
1535S: Maintained
1536
1537LINUX FOR IBM pSERIES (RS/6000)
1538P: Paul Mackerras
1539M: paulus@au.ibm.com
1540W: http://www.ibm.com/linux/ltc/projects/ppc
1541S: Supported
1542
1543LINUX FOR NCR VOYAGER
1544P: James Bottomley
1545M: James.Bottomley@HansenPartnership.com
1546W: http://www.hansenpartnership.com/voyager
1547S: Maintained
1548
1549LINUX FOR POWERPC
1550P: Paul Mackerras
1551M: paulus@samba.org
1552W: http://www.penguinppc.org/
1553L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001554T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555S: Supported
1556
1557LINUX FOR POWER MACINTOSH
1558P: Benjamin Herrenschmidt
1559M: benh@kernel.crashing.org
1560W: http://www.penguinppc.org/
1561L: linuxppc-dev@ozlabs.org
1562S: Maintained
1563
1564LINUX FOR POWERPC EMBEDDED MPC52XX
1565P: Sylvain Munaut
1566M: tnt@246tNt.com
1567W: http://www.246tNt.com/mpc52xx/
1568W: http://www.penguinppc.org/
1569L: linuxppc-dev@ozlabs.org
1570L: linuxppc-embedded@ozlabs.org
1571S: Maintained
1572
1573LINUX FOR POWERPC EMBEDDED PPC4XX
1574P: Matt Porter
1575M: mporter@kernel.crashing.org
1576W: http://www.penguinppc.org/
1577L: linuxppc-embedded@ozlabs.org
1578S: Maintained
1579
Tom Rinie93adf12005-07-26 12:49:53 -07001580LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581P: Tom Rini
1582M: trini@kernel.crashing.org
1583W: http://www.penguinppc.org/
1584L: linuxppc-embedded@ozlabs.org
1585S: Maintained
1586
Tom Rinie93adf12005-07-26 12:49:53 -07001587LINUX FOR POWERPC EMBEDDED PPC8XX
1588P: Marcelo Tosatti
1589M: marcelo.tosatti@cyclades.com
1590W: http://www.penguinppc.org/
1591L: linuxppc-embedded@ozlabs.org
1592S: Maintained
1593
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1595P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001596M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597W: http://www.penguinppc.org/
1598L: linuxppc-embedded@ozlabs.org
1599S: Maintained
1600
1601LLC (802.2)
1602P: Arnaldo Carvalho de Melo
1603M: acme@conectiva.com.br
1604S: Maintained
1605
1606LINUX FOR 64BIT POWERPC
1607P: Paul Mackerras
1608M: paulus@samba.org
1609M: paulus@au.ibm.com
1610P: Anton Blanchard
1611M: anton@samba.org
1612M: anton@au.ibm.com
1613W: http://linuxppc64.org
1614L: linuxppc64-dev@ozlabs.org
1615S: Supported
1616
1617LINUX SECURITY MODULE (LSM) FRAMEWORK
1618P: Chris Wright
1619M: chrisw@osdl.org
1620L: linux-security-module@wirex.com
1621W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001622T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623S: Supported
1624
1625LM83 HARDWARE MONITOR DRIVER
1626P: Jean Delvare
1627M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001628L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629S: Maintained
1630
1631LM90 HARDWARE MONITOR DRIVER
1632P: Jean Delvare
1633M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001634L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635S: Maintained
1636
1637LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1638P: Richard Russon (FlatCap)
1639M: ldm@flatcap.org
1640L: ldm-devel@lists.sourceforge.net
1641W: http://ldm.sourceforge.net
1642S: Maintained
1643
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001644LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1645P: Eric Moore
1646M: Eric.Moore@lsil.com
1647M: support@lsil.com
1648L: mpt_linux_developer@lsil.com
1649L: linux-scsi@vger.kernel.org
1650W: http://www.lsilogic.com/support
1651S: Supported
1652
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1654P: Matthew Wilcox
1655M: matthew@wil.cx
1656L: linux-scsi@vger.kernel.org
1657S: Maintained
1658
1659M68K ARCHITECTURE
1660P: Geert Uytterhoeven
1661M: geert@linux-m68k.org
1662P: Roman Zippel
1663M: zippel@linux-m68k.org
1664L: linux-m68k@lists.linux-m68k.org
1665W: http://www.linux-m68k.org/
1666W: http://linux-m68k-cvs.ubb.ca/
1667S: Maintained
1668
1669M68K ON APPLE MACINTOSH
1670P: Joshua Thompson
1671M: funaho@jurai.org
1672W: http://www.mac.linux-m68k.org/
1673L: linux-mac68k@mac.linux-m68k.org
1674S: Maintained
1675
1676M68K ON HP9000/300
1677P: Philip Blundell
1678M: philb@gnu.org
1679W: http://www.tazenda.demon.co.uk/phil/linux-hp
1680S: Maintained
1681
1682MARVELL YUKON / SYSKONNECT DRIVER
1683P: Mirko Lindner
1684M: mlindner@syskonnect.de
1685P: Ralph Roesler
1686M: rroesler@syskonnect.de
1687W: http://www.syskonnect.com
1688S: Supported
1689
1690MAESTRO PCI SOUND DRIVERS
1691P: Zach Brown
1692M: zab@zabbo.net
1693S: Odd Fixes
1694
Michael Kerriskfaf16682005-07-31 22:34:47 -07001695MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1696P: Michael Kerrisk
1697M: mtk-manpages@gmx.net
1698W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1699S: Maintained
1700
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701MARVELL MV64340 ETHERNET DRIVER
1702P: Manish Lachwani
1703M: Manish_Lachwani@pmc-sierra.com
1704L: linux-mips@linux-mips.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001705L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706S: Supported
1707
1708MATROX FRAMEBUFFER DRIVER
1709P: Petr Vandrovec
1710M: vandrove@vc.cvut.cz
1711L: linux-fbdev-devel@lists.sourceforge.net
1712S: Maintained
1713
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001714MEGARAID SCSI DRIVERS
1715P: Neela Syam Kolli
1716M: Neela.Kolli@engenio.com
1717S: linux-scsi@vger.kernel.org
1718W: http://megaraid.lsilogic.com
1719S: Maintained
1720
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721MEMORY TECHNOLOGY DEVICES
1722P: David Woodhouse
1723M: dwmw2@infradead.org
1724W: http://www.linux-mtd.infradead.org/
1725L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001726T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727S: Maintained
1728
1729MICROTEK X6 SCANNER
1730P: Oliver Neukum
1731M: oliver@neukum.name
1732S: Maintained
1733
1734MIPS
1735P: Ralf Baechle
1736M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001737W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738L: linux-mips@linux-mips.org
1739S: Maintained
1740
1741MISCELLANEOUS MCA-SUPPORT
1742P: James Bottomley
1743M: jejb@steeleye.com
1744L: linux-kernel@vger.kernel.org
1745S: Maintained
1746
1747MODULE SUPPORT
1748P: Rusty Russell
1749M: rusty@rustcorp.com.au
1750L: linux-kernel@vger.kernel.org
1751S: Maintained
1752
1753MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1754P: Stelian Pop
1755M: stelian@popies.net
1756W: http://popies.net/meye/
1757S: Maintained
1758
1759MOUSE AND MISC DEVICES [GENERAL]
1760P: Alessandro Rubini
1761M: rubini@ipvvis.unipv.it
1762L: linux-kernel@vger.kernel.org
1763S: Maintained
1764
1765MTRR AND SIMILAR SUPPORT [i386]
1766P: Richard Gooch
1767M: rgooch@atnf.csiro.au
1768L: linux-kernel@vger.kernel.org
1769W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1770S: Maintained
1771
1772MULTISOUND SOUND DRIVER
1773P: Andrew Veliath
1774M: andrewtv@usa.net
1775S: Maintained
1776
1777NATSEMI ETHERNET DRIVER (DP8381x)
1778P: Tim Hockin
1779M: thockin@hockin.org
1780S: Maintained
1781
1782NCP FILESYSTEM
1783P: Petr Vandrovec
1784M: vandrove@vc.cvut.cz
1785L: linware@sh.cvut.cz
1786S: Maintained
1787
1788NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1789P: James E.J. Bottomley
1790M: James.Bottomley@HansenPartnership.com
1791L: linux-scsi@vger.kernel.org
1792S: Maintained
1793
1794NETFILTER/IPTABLES/IPCHAINS
1795P: Rusty Russell
1796P: Marc Boucher
1797P: James Morris
1798P: Harald Welte
1799P: Jozsef Kadlecsik
1800M: coreteam@netfilter.org
1801W: http://www.netfilter.org/
1802W: http://www.iptables.org/
1803L: netfilter@lists.netfilter.org
1804L: netfilter-devel@lists.netfilter.org
1805S: Supported
1806
1807NETROM NETWORK LAYER
1808P: Ralf Baechle
1809M: ralf@linux-mips.org
1810L: linux-hams@vger.kernel.org
1811S: Maintained
1812
1813NETWORK BLOCK DEVICE
1814P: Paul Clements
1815M: Paul.Clements@steeleye.com
1816S: Maintained
1817
1818NETWORK DEVICE DRIVERS
1819P: Andrew Morton
1820M: akpm@osdl.org
1821P: Jeff Garzik
1822M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001823L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001824T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825S: Maintained
1826
1827NETWORKING [GENERAL]
1828P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001829M: netdev@vger.kernel.org
1830L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831S: Maintained
1832
1833NETWORKING [IPv4/IPv6]
1834P: David S. Miller
1835M: davem@davemloft.net
1836P: Alexey Kuznetsov
1837M: kuznet@ms2.inr.ac.ru
1838P: Pekka Savola (ipv6)
1839M: pekkas@netcore.fi
1840P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001841M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842P: Hideaki YOSHIFUJI
1843M: yoshfuji@linux-ipv6.org
1844P: Patrick McHardy
1845M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001846L: netdev@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001847T: git kernel.org:/pub/scm/linux/kernel/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848S: Maintained
1849
1850IPVS
1851P: Wensong Zhang
1852M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001853P: Simon Horman
1854M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855P: Julian Anastasov
1856M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001857L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858S: Maintained
1859
1860NFS CLIENT
1861P: Trond Myklebust
1862M: trond.myklebust@fys.uio.no
1863L: linux-kernel@vger.kernel.org
1864S: Maintained
1865
1866NI5010 NETWORK DRIVER
1867P: Jan-Pascal van Best and Andreas Mohr
1868M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1869M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001870L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871S: Maintained
1872
1873NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1874P: YOKOTA Hiroshi
1875M: yokota@netlab.is.tsukuba.ac.jp
1876W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1877S: Maintained
1878
1879NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1880P: GOTO Masanori
1881M: gotom@debian.or.jp
1882P: YOKOTA Hiroshi
1883M: yokota@netlab.is.tsukuba.ac.jp
1884W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1885S: Maintained
1886
1887NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1888P: Eberhard Moenkeberg
1889M: emoenke@gwdg.de
1890L: linux-kernel@vger.kernel.org
1891S: Maintained
1892
1893NTFS FILESYSTEM
1894P: Anton Altaparmakov
1895M: aia21@cantab.net
1896L: linux-ntfs-dev@lists.sourceforge.net
1897L: linux-kernel@vger.kernel.org
1898W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001899T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900S: Maintained
1901
1902NVIDIA (RIVA) FRAMEBUFFER DRIVER
1903P: Ani Joshi
1904M: ajoshi@shell.unixbox.com
1905L: linux-nvidia@lists.surfsouth.com
1906S: Maintained
1907
Mark Fashehccd979b2005-12-15 14:31:24 -08001908ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
1909P: Mark Fasheh
1910M: mark.fasheh@oracle.com
1911P: Kurt Hackel
1912M: kurt.hackel@oracle.com
1913L: ocfs2-devel@oss.oracle.com
1914W: http://oss.oracle.com/projects/ocfs2/
1915S: Supported
1916
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917OLYMPIC NETWORK DRIVER
1918P: Peter De Shrijver
1919M: p2@ace.ulyssis.student.kuleuven.ac.be
1920P: Mike Phillips
1921M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001922L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923L: linux-tr@linuxtr.net
1924W: http://www.linuxtr.net
1925S: Maintained
1926
Harald Weltec1986ee2005-11-13 16:06:29 -08001927OMNIKEY CARDMAN 4000 DRIVER
1928P: Harald Welte
1929M: laforge@gnumonks.org
1930S: Maintained
1931
Harald Welte77c44ab2005-11-13 16:06:26 -08001932OMNIKEY CARDMAN 4040 DRIVER
1933P: Harald Welte
1934M: laforge@gnumonks.org
1935S: Maintained
1936
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937ONSTREAM SCSI TAPE DRIVER
1938P: Willem Riede
1939M: osst@riede.org
1940L: osst-users@lists.sourceforge.net
1941L: linux-scsi@vger.kernel.org
1942S: Maintained
1943
1944OPL3-SA2, SA3, and SAx DRIVER
1945P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001946M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947L: linux-sound@vger.kernel.org
1948S: Maintained
1949
1950OPROFILE
1951P: Philippe Elie
1952M: phil.el@wanadoo.fr
1953L: oprofile-list@lists.sf.net
1954S: Maintained
1955
1956ORINOCO DRIVER
1957P: Pavel Roskin
1958M: proski@gnu.org
1959P: David Gibson
1960M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001961L: orinoco-users@lists.sourceforge.net
1962L: orinoco-devel@lists.sourceforge.net
1963W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964S: Maintained
1965
1966PARALLEL PORT SUPPORT
1967P: Phil Blundell
1968M: philb@gnu.org
1969P: Tim Waugh
1970M: tim@cyberelk.net
1971P: David Campbell
1972M: campbell@torque.net
1973P: Andrea Arcangeli
1974M: andrea@suse.de
1975L: linux-parport@lists.infradead.org
1976W: http://people.redhat.com/twaugh/parport/
1977S: Maintained
1978
1979PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1980P: Tim Waugh
1981M: tim@cyberelk.net
1982L: linux-parport@lists.infradead.org
1983W: http://www.torque.net/linux-pp.html
1984S: Maintained
1985
1986PARISC ARCHITECTURE
1987P: Matthew Wilcox
1988M: matthew@wil.cx
1989P: Grant Grundler
1990M: grundler@parisc-linux.org
1991L: parisc-linux@parisc-linux.org
1992W: http://www.parisc-linux.org/
1993S: Maintained
1994
1995PERSONALITY HANDLING
1996P: Christoph Hellwig
1997M: hch@infradead.org
1998L: linux-abi-devel@lists.sourceforge.net
1999S: Maintained
2000
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2002P: Thomas Sailer
2003M: sailer@ife.ee.ethz.ch
2004L: linux-sound@vger.kernel.org
2005W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2006S: Maintained
2007
2008PCI SUBSYSTEM
2009P: Greg Kroah-Hartman
2010M: gregkh@suse.de
2011L: linux-kernel@vger.kernel.org
2012L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002013T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014S: Supported
2015
2016PCI HOTPLUG CORE
2017P: Greg Kroah-Hartman
2018M: gregkh@suse.de
2019S: Supported
2020
2021PCI HOTPLUG COMPAQ DRIVER
2022P: Greg Kroah-Hartman
2023M: greg@kroah.com
2024S: Maintained
2025
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002026PCIE HOTPLUG DRIVER
2027P: Kristen Carlson Accardi
2028M: kristen.c.accardi@intel.com
2029L: pcihpd-discuss@lists.sourceforge.net
2030S: Maintained
2031
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002033P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002035T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002036S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037
2038PCNET32 NETWORK DRIVER
2039P: Thomas Bogendörfer
2040M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002041L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042S: Maintained
2043
2044PHRAM MTD DRIVER
2045P: Jörn Engel
2046M: joern@wh.fh-wedel.de
2047L: linux-mtd@lists.infradead.org
2048S: Maintained
2049
Peter Osterlund249a6772005-09-27 21:45:30 -07002050PKTCDVD DRIVER
2051P: Peter Osterlund
2052M: petero2@telia.com
2053L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002054S: Maintained
2055
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056POSIX CLOCKS and TIMERS
2057P: George Anzinger
2058M: george@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002059L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060S: Supported
2061
Eugene Surovegin24682972005-10-14 03:00:53 -07002062POWERPC 4xx EMAC DRIVER
2063P: Eugene Surovegin
2064M: ebs@ebshome.net
2065W: http://kernel.ebshome.net/emac/
2066L: linuxppc-embedded@ozlabs.org
2067L: netdev@vger.kernel.org
2068S: Maintained
2069
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070PNP SUPPORT
2071P: Adam Belay
2072M: ambx1@neo.rr.com
2073S: Maintained
2074
2075PPP PROTOCOL DRIVERS AND COMPRESSORS
2076P: Paul Mackerras
2077M: paulus@samba.org
2078L: linux-ppp@vger.kernel.org
2079S: Maintained
2080
2081PPP OVER ATM (RFC 2364)
2082P: Mitchell Blank Jr
2083M: mitch@sfgoth.com
2084S: Maintained
2085
2086PPP OVER ETHERNET
2087P: Michal Ostrowski
2088M: mostrows@speakeasy.net
2089S: Maintained
2090
2091PREEMPTIBLE KERNEL
2092P: Robert Love
2093M: rml@tech9.net
2094L: linux-kernel@vger.kernel.org
2095L: kpreempt-tech@lists.sourceforge.net
2096W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2097S: Supported
2098
2099PRISM54 WIRELESS DRIVER
2100P: Prism54 Development Team
2101M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002102L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103W: http://prism54.org
2104S: Maintained
2105
2106PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2107P: Peter Denison
2108M: promise@pnd-pc.demon.co.uk
2109W: http://www.pnd-pc.demon.co.uk/promise/
2110S: Maintained
2111
2112PXA2xx SUPPORT
2113P: Nicolas Pitre
2114M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002115L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116S: Maintained
2117
2118QLOGIC QLA2XXX FC-SCSI DRIVER
2119P: Andrew Vasquez
2120M: andrew.vasquez@qlogic.com
2121L: linux-scsi@vger.kernel.org
2122S: Supported
2123
2124QNX4 FILESYSTEM
2125P: Anders Larsen
2126M: al@alarsen.net
2127L: linux-kernel@vger.kernel.org
2128W: http://www.alarsen.net/linux/qnx4fs/
2129S: Maintained
2130
2131RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002132P: Benjamin Herrenschmidt
2133M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134L: linux-fbdev-devel@lists.sourceforge.net
2135S: Maintained
2136
2137RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002138P: Paul Mackerras
2139M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140L: linux-fbdev-devel@lists.sourceforge.net
2141S: Maintained
2142
2143RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2144P: Corey Thomas
2145M: corey@world.std.com
2146L: linux-kernel@vger.kernel.org
2147S: Maintained
2148
Matt Mackall9e95ce22005-04-16 15:25:56 -07002149RANDOM NUMBER DRIVER
2150P: Matt Mackall
2151M: mpm@selenic.com
2152S: Maintained
2153
Matt Porter394b7012005-11-07 01:00:15 -08002154RAPIDIO SUBSYSTEM
2155P: Matt Porter
2156M: mporter@kernel.crashing.org
2157L: linux-kernel@vger.kernel.org
2158S: Maintained
2159
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160REAL TIME CLOCK DRIVER
2161P: Paul Gortmaker
2162M: p_gortmaker@yahoo.com
2163L: linux-kernel@vger.kernel.org
2164S: Maintained
2165
2166REISERFS FILE SYSTEM
2167P: Hans Reiser
2168M: reiserfs-dev@namesys.com
2169L: reiserfs-list@namesys.com
2170W: http://www.namesys.com
2171S: Supported
2172
2173ROCKETPORT DRIVER
2174P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175W: http://www.comtrol.com
2176S: Maintained
2177
2178ROSE NETWORK LAYER
2179P: Ralf Baechle
2180M: ralf@linux-mips.org
2181L: linux-hams@vger.kernel.org
2182S: Maintained
2183
2184RISCOM8 DRIVER
2185S: Orphan
2186
2187RTLINUX REALTIME LINUX
2188P: Victor Yodaiken
2189M: yodaiken@fsmlabs.com
2190L: rtl@rtlinux.org
2191W: www.rtlinux.org
2192S: Maintained
2193
2194S390
2195P: Martin Schwidefsky
2196M: schwidefsky@de.ibm.com
2197M: linux390@de.ibm.com
2198L: linux-390@vm.marist.edu
2199W: http://oss.software.ibm.com/developerworks/opensource/linux390
2200S: Supported
2201
2202SAA7146 VIDEO4LINUX-2 DRIVER
2203P: Michael Hunold
2204M: michael@mihu.de
2205W: http://www.mihu.de/linux/saa7146
2206S: Maintained
2207
2208SBPCD CDROM DRIVER
2209P: Eberhard Moenkeberg
2210M: emoenke@gwdg.de
2211L: linux-kernel@vger.kernel.org
2212S: Maintained
2213
2214SC1200 WDT DRIVER
2215P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002216M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217S: Maintained
2218
2219SCHEDULER
2220P: Ingo Molnar
2221M: mingo@elte.hu
2222P: Robert Love [the preemptible kernel bits]
2223M: rml@tech9.net
2224L: linux-kernel@vger.kernel.org
2225S: Maintained
2226
2227SCSI CDROM DRIVER
2228P: Jens Axboe
2229M: axboe@suse.de
2230L: linux-scsi@vger.kernel.org
2231W: http://www.kernel.dk
2232S: Maintained
2233
2234SCSI SG DRIVER
2235P: Doug Gilbert
2236M: dgilbert@interlog.com
2237L: linux-scsi@vger.kernel.org
2238W: http://www.torque.net/sg
2239S: Maintained
2240
2241SCSI SUBSYSTEM
2242P: James E.J. Bottomley
2243M: James.Bottomley@SteelEye.com
2244L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002245T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246S: Maintained
2247
2248SCSI TAPE DRIVER
2249P: Kai Mäkisara
2250M: Kai.Makisara@kolumbus.fi
2251L: linux-scsi@vger.kernel.org
2252S: Maintained
2253
2254SCTP PROTOCOL
2255P: Sridhar Samudrala
2256M: sri@us.ibm.com
2257L: lksctp-developers@lists.sourceforge.net
2258S: Supported
2259
2260SCx200 CPU SUPPORT
2261P: Christer Weinigel
2262M: christer@weinigel.se
2263W: http://www.weinigel.se
2264S: Supported
2265
2266SECURITY CONTACT
2267P: Security Officers
2268M: security@kernel.org
2269S: Supported
2270
2271SELINUX SECURITY MODULE
2272P: Stephen Smalley
2273M: sds@epoch.ncsc.mil
2274P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002275M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276L: linux-kernel@vger.kernel.org (kernel issues)
2277L: selinux@tycho.nsa.gov (general discussion)
2278W: http://www.nsa.gov/selinux
2279S: Supported
2280
2281SERIAL ATA (SATA) SUBSYSTEM:
2282P: Jeff Garzik
2283M: jgarzik@pobox.com
2284L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002285T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286S: Supported
2287
2288SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2289P: Pat Gefre
2290M: pfg@sgi.com
2291L: linux-ia64@vger.kernel.org
2292S: Supported
2293
2294SGI VISUAL WORKSTATION 320 AND 540
2295P: Andrey Panin
2296M: pazke@donpac.ru
2297L: linux-visws-devel@lists.sf.net
2298W: http://linux-visws.sf.net
2299S: Maintained for 2.6.
2300
2301SIMTEC EB110ATX (Chalice CATS)
2302P: Ben Dooks
2303P: Vincent Sanders
2304M: support@simtec.co.uk
2305W: http://www.simtec.co.uk/products/EB110ATX/
2306S: Supported
2307
2308SIMTEC EB2410ITX (BAST)
2309P: Ben Dooks
2310P: Vincent Sanders
2311M: support@simtec.co.uk
2312W: http://www.simtec.co.uk/products/EB2410ITX/
2313S: Supported
2314
Francois Romieu92aab3c2005-07-30 13:11:18 +02002315SIS 190 ETHERNET DRIVER
2316P: Francois Romieu
2317M: romieu@fr.zoreil.com
2318L: netdev@vger.kernel.org
2319S: Maintained
2320
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321SIS 5513 IDE CONTROLLER DRIVER
2322P: Lionel Bouton
2323M: Lionel.Bouton@inet6.fr
2324W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2325W: http://gyver.homeip.net/sis5513/index.html
2326S: Maintained
2327
2328SIS 900/7016 FAST ETHERNET DRIVER
2329P: Daniele Venzano
2330M: venza@brownhat.org
2331W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002332L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333S: Maintained
2334
2335SIS FRAMEBUFFER DRIVER
2336P: Thomas Winischhofer
2337M: thomas@winischhofer.net
2338W: http://www.winischhofer.net/linuxsisvga.shtml
2339S: Maintained
2340
2341SIS USB2VGA DRIVER
2342P: Thomas Winischhofer
2343M: thomas@winischhofer.net
2344W: http://www.winischhofer.at/linuxsisusbvga.shtml
2345S: Maintained
2346
2347SMSC47M1 HARDWARE MONITOR DRIVER
2348P: Jean Delvare
2349M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002350L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351S: Odd Fixes
2352
2353SMB FILESYSTEM
2354P: Urban Widmark
2355M: urban@teststation.com
2356W: http://samba.org/
2357L: samba@samba.org
2358S: Maintained
2359
2360SMC91x ETHERNET DRIVER
2361P: Nicolas Pitre
2362M: nico@cam.org
2363S: Maintained
2364
2365SNA NETWORK LAYER
2366P: Jay Schulist
2367M: jschlst@samba.org
2368L: linux-sna@turbolinux.com
2369W: http://www.linux-sna.org
2370S: Supported
2371
2372SOFTWARE RAID (Multiple Disks) SUPPORT
2373P: Ingo Molnar
2374M: mingo@redhat.com
2375P: Neil Brown
2376M: neilb@cse.unsw.edu.au
2377L: linux-raid@vger.kernel.org
2378S: Maintained
2379
2380SOFTWARE SUSPEND:
2381P: Pavel Machek
2382M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002383L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384S: Maintained
2385
2386SONIC NETWORK DRIVER
2387P: Thomas Bogendoerfer
2388M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002389L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390S: Maintained
2391
2392SONY VAIO CONTROL DEVICE DRIVER
2393P: Stelian Pop
2394M: stelian@popies.net
2395W: http://popies.net/sonypi/
2396S: Maintained
2397
2398SOUND
2399P: Jaroslav Kysela
2400M: perex@suse.cz
2401L: alsa-devel@alsa-project.org
2402S: Maintained
2403
Kylene Hall1c72d462005-05-01 08:59:13 -07002404TPM DEVICE DRIVER
2405P: Kylene Hall
2406M: kjhall@us.ibm.com
2407W: http://tpmdd.sourceforge.net
2408L: tpmdd-devel@lists.sourceforge.net
2409S: Maintained
2410
Mark Gross1a80ba82005-10-30 15:02:55 -08002411Telecom Clock Driver for MCPL0010
2412P: Mark Gross
2413M: mark.gross@intel.com
2414S: Supported
2415
Chris Zankel48b415c2005-06-23 22:01:07 -07002416TENSILICA XTENSA PORT (xtensa):
2417P: Chris Zankel
2418M: chris@zankel.net
2419S: Maintained
2420
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421UltraSPARC (sparc64):
2422P: David S. Miller
2423M: davem@davemloft.net
2424P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002425M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426P: Jakub Jelinek
2427M: jj@sunsite.ms.mff.cuni.cz
2428P: Anton Blanchard
2429M: anton@samba.org
2430L: sparclinux@vger.kernel.org
2431L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002432T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433S: Maintained
2434
2435SHARP LH SUPPORT (LH7952X & LH7A40X)
2436P: Marc Singer
2437M: elf@buici.com
2438W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002439L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440S: Maintained
2441
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002442SHPC HOTPLUG DRIVER
2443P: Kristen Carlson Accardi
2444M: kristen.c.accardi@intel.com
2445L: pcihpd-discuss@lists.sourceforge.net
2446S: Maintained
2447
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002448SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2449P: Stephen Hemminger
2450M: shemminger@osdl.org
2451L: netdev@vger.kernel.org
2452S: Maintained
2453
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454SPARC (sparc32):
2455P: William L. Irwin
2456M: wli@holomorphy.com
2457L: sparclinux@vger.kernel.org
2458S: Maintained
2459
2460SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2461P: Roger Wolff
2462M: R.E.Wolff@BitWizard.nl
2463L: linux-kernel@vger.kernel.org ?
2464S: Supported
2465
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466SRM (Alpha) environment access
2467P: Jan-Benedict Glaw
2468M: jbglaw@lug-owl.de
2469L: linux-kernel@vger.kernel.org
2470S: Maintained
2471
2472STARFIRE/DURALAN NETWORK DRIVER
2473P: Ion Badulescu
2474M: ionut@cs.columbia.edu
2475S: Maintained
2476
2477STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2478W: http://mosquitonet.Stanford.EDU/strip.html
2479S: Unsupported ?
2480
2481STRADIS MPEG-2 DECODER DRIVER
2482P: Nathan Laredo
2483M: laredo@gnu.org
2484W: http://mpeg.openprojects.net/
2485W: http://www.stradis.com/
2486S: Maintained
2487
2488SUPERH (sh)
2489P: Paul Mundt
2490M: lethal@linux-sh.org
2491P: Kazumoto Kojima
2492M: kkojima@rr.iij4u.or.jp
2493L: linux-sh@m17n.org
2494W: http://www.linux-sh.org
2495W: http://www.m17n.org/linux-sh/
2496W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2497S: Maintained
2498
2499SUPERH64 (sh64)
2500P: Paul Mundt
2501M: lethal@linux-sh.org
2502P: Richard Curnow
2503M: rc@rc0.org.uk
2504L: linuxsh-shmedia-dev@lists.sourceforge.net
2505W: http://www.linux-sh.org
2506W: http://www.rc0.org.uk/sh64
2507S: Maintained
2508
2509SUN3/3X
2510P: Sam Creasey
2511M: sammy@sammy.net
2512L: sun3-list@redhat.com
2513W: http://sammy.net/sun3/
2514S: Maintained
2515
2516SVGA HANDLING
2517P: Martin Mares
2518M: mj@ucw.cz
2519L: linux-video@atrey.karlin.mff.cuni.cz
2520S: Maintained
2521
2522SYSV FILESYSTEM
2523P: Christoph Hellwig
2524M: hch@infradead.org
2525S: Maintained
2526
2527TI PARALLEL LINK CABLE DRIVER
2528P: Romain Lievin
2529M: roms@lpg.ticalc.org
2530S: Maintained
2531
2532TLAN NETWORK DRIVER
2533P: Samuel Chessman
2534M: chessman@tux.org
2535L: tlan-devel@lists.sourceforge.net
2536W: http://sourceforge.net/projects/tlan/
2537S: Maintained
2538
2539TOKEN-RING NETWORK DRIVER
2540P: Mike Phillips
2541M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002542L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543L: linux-tr@linuxtr.net
2544W: http://www.linuxtr.net
2545S: Maintained
2546
2547TOSHIBA ACPI EXTRAS DRIVER
2548P: John Belmonte
2549M: toshiba_acpi@memebeam.org
2550W: http://memebeam.org/toys/ToshibaAcpiDriver
2551S: Maintained
2552
2553TOSHIBA SMM DRIVER
2554P: Jonathan Buzzard
2555M: jonathan@buzzard.org.uk
2556L: tlinux-users@tce.toshiba-dme.co.jp
2557W: http://www.buzzard.org.uk/toshiba/
2558S: Maintained
2559
2560TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2561P: Muli Ben-Yehuda
2562M: mulix@mulix.org
2563L: linux-kernel@vger.kernel.org
2564S: Maintained
2565
2566TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002567P: Adrian Bunk
2568M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002570W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002571T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572S: Maintained
2573
2574TMS380 TOKEN-RING NETWORK DRIVER
2575P: Adam Fritzler
2576M: mid@auk.cx
2577L: linux-tr@linuxtr.net
2578W: http://www.auk.cx/tms380tr/
2579S: Maintained
2580
2581TULIP NETWORK DRIVER
2582P: Jeff Garzik
2583M: jgarzik@pobox.com
2584L: tulip-users@lists.sourceforge.net
2585W: http://sourceforge.net/projects/tulip/
2586S: Maintained
2587
2588TUN/TAP driver
2589P: Maxim Krasnyansky
2590M: maxk@qualcomm.com, max_mk@yahoo.com
2591L: vtun@office.satix.net
2592W: http://vtun.sourceforge.net/tun
2593S: Maintained
2594
2595U14-34F SCSI DRIVER
2596P: Dario Ballabio
2597M: ballabio_dario@emc.com
2598L: linux-scsi@vger.kernel.org
2599S: Maintained
2600
2601UDF FILESYSTEM
2602P: Ben Fennema
2603M: bfennema@falcon.csc.calpoly.edu
2604L: linux_udf@hpesjro.fc.hp.com
2605W: http://linux-udf.sourceforge.net
2606S: Maintained
2607
2608UNIFORM CDROM DRIVER
2609P: Jens Axboe
2610M: axboe@suse.de
2611L: linux-kernel@vger.kernel.org
2612W: http://www.kernel.dk
2613S: Maintained
2614
2615USB ACM DRIVER
2616P: Oliver Neukum
2617M: oliver@neukum.name
2618L: linux-usb-users@lists.sourceforge.net
2619L: linux-usb-devel@lists.sourceforge.net
2620S: Maintained
2621
2622USB BLOCK DRIVER (UB ub)
2623P: Pete Zaitcev
2624M: zaitcev@redhat.com
2625L: linux-kernel@vger.kernel.org
2626L: linux-usb-devel@lists.sourceforge.net
2627S: Supported
2628
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629USB CDC ETHERNET DRIVER
2630P: Greg Kroah-Hartman
2631M: greg@kroah.com
2632L: linux-usb-users@lists.sourceforge.net
2633L: linux-usb-devel@lists.sourceforge.net
2634S: Maintained
2635W: http://www.kroah.com/linux-usb/
2636
2637USB EHCI DRIVER
2638P: David Brownell
2639M: dbrownell@users.sourceforge.net
2640L: linux-usb-devel@lists.sourceforge.net
2641S: Maintained
2642
2643USB HID/HIDBP DRIVERS
2644P: Vojtech Pavlik
2645M: vojtech@suse.cz
2646L: linux-usb-users@lists.sourceforge.net
2647L: linux-usb-devel@lists.sourceforge.net
2648S: Maintained
2649
2650USB HUB DRIVER
2651P: Johannes Erdfelt
2652M: johannes@erdfelt.com
2653L: linux-usb-users@lists.sourceforge.net
2654L: linux-usb-devel@lists.sourceforge.net
2655S: Maintained
2656
2657USB KAWASAKI LSI DRIVER
2658P: Oliver Neukum
2659M: oliver@neukum.name
2660L: linux-usb-users@lists.sourceforge.net
2661L: linux-usb-devel@lists.sourceforge.net
2662S: Maintained
2663
2664USB MASS STORAGE DRIVER
2665P: Matthew Dharm
2666M: mdharm-usb@one-eyed-alien.net
2667L: linux-usb-users@lists.sourceforge.net
2668L: linux-usb-devel@lists.sourceforge.net
2669S: Maintained
2670W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2671
2672USB OHCI DRIVER
2673P: Roman Weissgaerber
2674M: weissg@vienna.at
2675L: linux-usb-users@lists.sourceforge.net
2676L: linux-usb-devel@lists.sourceforge.net
2677S: Maintained
2678
Matthias Urlichsba460e42005-07-14 00:33:47 -07002679USB OPTION-CARD DRIVER
2680P: Matthias Urlichs
2681M: smurf@smurf.noris.de
2682L: linux-usb-devel@lists.sourceforge.net
2683S: Maintained
2684
Linus Torvalds1da177e2005-04-16 15:20:36 -07002685USB OV511 DRIVER
2686P: Mark McClelland
2687M: mmcclell@bigfoot.com
2688L: linux-usb-users@lists.sourceforge.net
2689L: linux-usb-devel@lists.sourceforge.net
2690W: http://alpha.dyndns.org/ov511/
2691S: Maintained
2692
2693USB PEGASUS DRIVER
2694P: Petko Manolov
2695M: petkan@users.sourceforge.net
2696L: linux-usb-users@lists.sourceforge.net
2697L: linux-usb-devel@lists.sourceforge.net
2698W: http://pegasus2.sourceforge.net/
2699S: Maintained
2700
2701USB PRINTER DRIVER
2702P: Vojtech Pavlik
2703M: vojtech@suse.cz
2704L: linux-usb-users@lists.sourceforge.net
2705L: linux-usb-devel@lists.sourceforge.net
2706S: Maintained
2707
2708USB RTL8150 DRIVER
2709P: Petko Manolov
2710M: petkan@users.sourceforge.net
2711L: linux-usb-users@lists.sourceforge.net
2712L: linux-usb-devel@lists.sourceforge.net
2713W: http://pegasus2.sourceforge.net/
2714S: Maintained
2715
2716USB SE401 DRIVER
2717P: Jeroen Vreeken
2718M: pe1rxq@amsat.org
2719L: linux-usb-users@lists.sourceforge.net
2720L: linux-usb-devel@lists.sourceforge.net
2721W: http://www.chello.nl/~j.vreeken/se401/
2722S: Maintained
2723
2724USB SERIAL CYBERJACK DRIVER
2725P: Matthias Bruestle and Harald Welte
2726M: support@reiner-sct.com
2727W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2728S: Maintained
2729
2730USB SERIAL DIGI ACCELEPORT DRIVER
2731P: Peter Berger and Al Borchers
2732M: pberger@brimson.com
2733M: alborchers@steinerpoint.com
2734L: linux-usb-users@lists.sourceforge.net
2735L: linux-usb-devel@lists.sourceforge.net
2736S: Maintained
2737
2738USB SERIAL DRIVER
2739P: Greg Kroah-Hartman
2740M: gregkh@suse.de
2741L: linux-usb-users@lists.sourceforge.net
2742L: linux-usb-devel@lists.sourceforge.net
2743S: Supported
2744
2745USB SERIAL BELKIN F5U103 DRIVER
2746P: William Greathouse
2747M: wgreathouse@smva.com
2748L: linux-usb-users@lists.sourceforge.net
2749L: linux-usb-devel@lists.sourceforge.net
2750S: Maintained
2751
2752USB SERIAL CYPRESS M8 DRIVER
2753P: Lonnie Mendez
2754M: dignome@gmail.com
2755L: linux-usb-users@lists.sourceforge.net
2756L: linux-usb-devel@lists.sourceforge.net
2757S: Maintained
2758W: http://geocities.com/i0xox0i
2759W: http://firstlight.net/cvs
2760
2761USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2762L: linux-usb-users@lists.sourceforge.net
2763L: linux-usb-devel@lists.sourceforge.net
2764S: Maintained
2765
2766USB AUERSWALD DRIVER
2767P: Wolfgang Muees
2768M: wolfgang@iksw-muees.de
2769L: linux-usb-users@lists.sourceforge.net
2770L: linux-usb-devel@lists.sourceforge.net
2771S: Maintained
2772
2773USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2774P: Gary Brubaker
2775M: xavyer@ix.netcom.com
2776L: linux-usb-users@lists.sourceforge.net
2777L: linux-usb-devel@lists.sourceforge.net
2778S: Maintained
2779
2780USB SERIAL KEYSPAN DRIVER
2781P: Greg Kroah-Hartman
2782M: greg@kroah.com
2783L: linux-usb-users@lists.sourceforge.net
2784L: linux-usb-devel@lists.sourceforge.net
2785W: http://www.kroah.com/linux/
2786S: Maintained
2787
2788USB SERIAL WHITEHEAT DRIVER
2789P: Stuart MacDonald
2790M: stuartm@connecttech.com
2791L: linux-usb-users@lists.sourceforge.net
2792L: linux-usb-devel@lists.sourceforge.net
2793W: http://www.connecttech.com
2794S: Supported
2795
2796USB SN9C10x DRIVER
2797P: Luca Risolia
2798M: luca.risolia@studio.unibo.it
2799L: linux-usb-devel@lists.sourceforge.net
2800W: http://www.linux-projects.org
2801S: Maintained
2802
2803USB SUBSYSTEM
2804P: Greg Kroah-Hartman
2805M: gregkh@suse.de
2806L: linux-usb-users@lists.sourceforge.net
2807L: linux-usb-devel@lists.sourceforge.net
2808W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002809T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810S: Supported
2811
2812USB UHCI DRIVER
2813P: Alan Stern
2814M: stern@rowland.harvard.edu
2815L: linux-usb-users@lists.sourceforge.net
2816L: linux-usb-devel@lists.sourceforge.net
2817S: Maintained
2818
2819USB "USBNET" DRIVER
2820P: David Brownell
2821M: dbrownell@users.sourceforge.net
2822L: linux-usb-devel@lists.sourceforge.net
2823S: Maintained
2824
2825USB W996[87]CF DRIVER
2826P: Luca Risolia
2827M: luca.risolia@studio.unibo.it
2828L: linux-usb-devel@lists.sourceforge.net
2829W: http://www.linux-projects.org
2830S: Maintained
2831
2832USB ZD1201 DRIVER
2833P: Jeroen Vreeken
2834M: pe1rxq@amsat.org
2835L: linux-usb-users@lists.sourceforge.net
2836L: linux-usb-devel@lists.sourceforge.net
2837W: http://linux-lc100020.sourceforge.net
2838S: Maintained
2839
2840USER-MODE LINUX
2841P: Jeff Dike
2842M: jdike@karaya.com
2843L: user-mode-linux-devel@lists.sourceforge.net
2844L: user-mode-linux-user@lists.sourceforge.net
2845W: http://user-mode-linux.sourceforge.net
2846S: Maintained
2847
2848FAT/VFAT/MSDOS FILESYSTEM:
2849P: OGAWA Hirofumi
2850M: hirofumi@mail.parknet.co.jp
2851L: linux-kernel@vger.kernel.org
2852S: Maintained
2853
2854VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2855P: Jeff Garzik
2856S: Odd fixes
2857
2858VIA RHINE NETWORK DRIVER
2859P: Roger Luethi
2860M: rl@hellgate.ch
2861S: Maintained
2862
Jean Delvare32c0a522005-09-22 21:47:58 +02002863VIAPRO SMBUS DRIVER
2864P: Jean Delvare
2865M: khali@linux-fr.org
2866L: lm-sensors@lm-sensors.org
2867S: Maintained
2868
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869UCLINUX (AND M68KNOMMU)
2870P: Greg Ungerer
2871M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002873L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874S: Maintained
2875
2876UCLINUX FOR NEC V850
2877P: Miles Bader
2878M: uclinux-v850@lsi.nec.co.jp
2879W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2880W: http://www.ee.nec.de/uclinux/
2881S: Supported
2882
2883UCLINUX FOR RENESAS H8/300
2884P: Yoshinori Sato
2885M: ysato@users.sourceforge.jp
2886W: http://uclinux-h8.sourceforge.jp/
2887S: Supported
2888
2889USB DIAMOND RIO500 DRIVER
2890P: Cesar Miquel
2891M: miquel@df.uba.ar
2892L: rio500-users@lists.sourceforge.net
2893W: http://rio500.sourceforge.net
2894S: Maintained
2895
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002896V9FS FILE SYSTEM
2897P: Eric Van Hensbergen
2898M: ericvh@gmail.com
2899P: Ron Minnich
2900M: rminnich@lanl.gov
2901P: Latchesar Ionkov
2902M: lucho@ionkov.net
2903L: v9fs-developer@lists.sourceforge.net
2904W: http://v9fs.sf.net
Josh Boyer1adc1232005-11-23 15:44:15 -08002905T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs-devel.git
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002906S: Maintained
2907
Linus Torvalds1da177e2005-04-16 15:20:36 -07002908VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002909P: Mauro Carvalho Chehab
2910M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002912W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02002913T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002914S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915
2916W1 DALLAS'S 1-WIRE BUS
2917P: Evgeniy Polyakov
2918M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002919L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920S: Maintained
2921
2922W83L51xD SD/MMC CARD INTERFACE DRIVER
2923P: Pierre Ossman
2924M: drzeus-wbsd@drzeus.cx
2925L: wbsd-devel@list.drzeus.cx
2926W: http://projects.drzeus.cx/wbsd
2927S: Maintained
2928
2929W83L785TS HARDWARE MONITOR DRIVER
2930P: Jean Delvare
2931M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002932L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002933S: Odd Fixes
2934
2935WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2936P: Nenad Corbic
2937M: ncorbic@sangoma.com
2938M: dm@sangoma.com
2939W: http://www.sangoma.com
2940S: Supported
2941
2942WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2943P: Jean Tourrilhes
2944M: jt@hpl.hp.com
2945W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2946S: Maintained
2947
2948WD7000 SCSI DRIVER
2949P: Miroslav Zagorac
2950M: zaga@fly.cc.fer.hr
2951L: linux-scsi@vger.kernel.org
2952S: Maintained
2953
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05002954WISTRON LAPTOP BUTTON DRIVER
2955P: Miloslav Trmac
2956M: mitr@volny.cz
2957S: Maintained
2958
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959WL3501 WIRELESS PCMCIA CARD DRIVER
2960P: Arnaldo Carvalho de Melo
2961M: acme@conectiva.com.br
2962W: http://advogato.org/person/acme
2963S: Maintained
2964
2965X.25 NETWORK LAYER
2966P: Henner Eisen
2967M: eis@baty.hanse.de
2968L: linux-x25@vger.kernel.org
2969S: Maintained
2970
2971XFS FILESYSTEM
2972P: Silicon Graphics Inc
2973M: xfs-masters@oss.sgi.com
2974M: nathans@sgi.com
2975L: linux-xfs@oss.sgi.com
2976W: http://oss.sgi.com/projects/xfs
2977S: Supported
2978
2979X86 3-LEVEL PAGING (PAE) SUPPORT
2980P: Ingo Molnar
2981M: mingo@redhat.com
2982S: Maintained
2983
2984X86-64 port
2985P: Andi Kleen
2986M: ak@suse.de
2987L: discuss@x86-64.org
2988W: http://www.x86-64.org
2989S: Maintained
2990
2991YAM DRIVER FOR AX.25
2992P: Jean-Paul Roubelat
2993M: jpr@f6fbb.org
2994L: linux-hams@vger.kernel.org
2995S: Maintained
2996
Henkaf64a5e2005-10-12 15:02:56 +02002997YEALINK PHONE DRIVER
2998P: Henk Vergonet
2999M: Henk.Vergonet@gmail.com
3000L: usbb2k-api-dev@nongnu.org
3001S: Maintained
3002
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3004P: Pete Zaitcev
3005M: zaitcev@yahoo.com
3006L: linux-kernel@vger.kernel.org
3007S: Obsolete
3008
3009Z8530 DRIVER FOR AX.25
3010P: Joerg Reuter
3011M: jreuter@yaina.de
3012W: http://yaina.de/jreuter/
3013W: http://www.qsl.net/dl1bke/
3014L: linux-hams@vger.kernel.org
3015S: Maintained
3016
3017ZF MACHZ WATCHDOG
3018P: Fernando Fuganti
3019M: fuganti@netbank.com.br
3020W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3021S: Maintained
3022
3023ZR36067 VIDEO FOR LINUX DRIVER
3024P: Ronald Bultje
3025M: rbultje@ronald.bitfreak.net
3026L: mjpeg-users@lists.sourceforge.net
3027W: http://mjpeg.sourceforge.net/driver-zoran/
3028S: Maintained
3029
3030ZR36120 VIDEO FOR LINUX DRIVER
3031P: Pauline Middelink
3032M: middelin@polyware.nl
3033W: http://www.polyware.nl/~middelin/En/hobbies.html
3034W: http://www.polyware.nl/~middelin/hobbies.html
3035S: Maintained
3036
3037THE REST
3038P: Linus Torvalds
3039S: Buried alive in reporters