blob: 86ee06f43794acdf12153c315706f5a4ef98192a [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
1908OLYMPIC NETWORK DRIVER
1909P: Peter De Shrijver
1910M: p2@ace.ulyssis.student.kuleuven.ac.be
1911P: Mike Phillips
1912M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001913L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914L: linux-tr@linuxtr.net
1915W: http://www.linuxtr.net
1916S: Maintained
1917
Harald Weltec1986ee2005-11-13 16:06:29 -08001918OMNIKEY CARDMAN 4000 DRIVER
1919P: Harald Welte
1920M: laforge@gnumonks.org
1921S: Maintained
1922
Harald Welte77c44ab2005-11-13 16:06:26 -08001923OMNIKEY CARDMAN 4040 DRIVER
1924P: Harald Welte
1925M: laforge@gnumonks.org
1926S: Maintained
1927
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928ONSTREAM SCSI TAPE DRIVER
1929P: Willem Riede
1930M: osst@riede.org
1931L: osst-users@lists.sourceforge.net
1932L: linux-scsi@vger.kernel.org
1933S: Maintained
1934
1935OPL3-SA2, SA3, and SAx DRIVER
1936P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07001937M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938L: linux-sound@vger.kernel.org
1939S: Maintained
1940
1941OPROFILE
1942P: Philippe Elie
1943M: phil.el@wanadoo.fr
1944L: oprofile-list@lists.sf.net
1945S: Maintained
1946
1947ORINOCO DRIVER
1948P: Pavel Roskin
1949M: proski@gnu.org
1950P: David Gibson
1951M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001952L: orinoco-users@lists.sourceforge.net
1953L: orinoco-devel@lists.sourceforge.net
1954W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955S: Maintained
1956
1957PARALLEL PORT SUPPORT
1958P: Phil Blundell
1959M: philb@gnu.org
1960P: Tim Waugh
1961M: tim@cyberelk.net
1962P: David Campbell
1963M: campbell@torque.net
1964P: Andrea Arcangeli
1965M: andrea@suse.de
1966L: linux-parport@lists.infradead.org
1967W: http://people.redhat.com/twaugh/parport/
1968S: Maintained
1969
1970PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1971P: Tim Waugh
1972M: tim@cyberelk.net
1973L: linux-parport@lists.infradead.org
1974W: http://www.torque.net/linux-pp.html
1975S: Maintained
1976
1977PARISC ARCHITECTURE
1978P: Matthew Wilcox
1979M: matthew@wil.cx
1980P: Grant Grundler
1981M: grundler@parisc-linux.org
1982L: parisc-linux@parisc-linux.org
1983W: http://www.parisc-linux.org/
1984S: Maintained
1985
1986PERSONALITY HANDLING
1987P: Christoph Hellwig
1988M: hch@infradead.org
1989L: linux-abi-devel@lists.sourceforge.net
1990S: Maintained
1991
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
1993P: Thomas Sailer
1994M: sailer@ife.ee.ethz.ch
1995L: linux-sound@vger.kernel.org
1996W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
1997S: Maintained
1998
1999PCI SUBSYSTEM
2000P: Greg Kroah-Hartman
2001M: gregkh@suse.de
2002L: linux-kernel@vger.kernel.org
2003L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002004T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005S: Supported
2006
2007PCI HOTPLUG CORE
2008P: Greg Kroah-Hartman
2009M: gregkh@suse.de
2010S: Supported
2011
2012PCI HOTPLUG COMPAQ DRIVER
2013P: Greg Kroah-Hartman
2014M: greg@kroah.com
2015S: Maintained
2016
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002017PCIE HOTPLUG DRIVER
2018P: Kristen Carlson Accardi
2019M: kristen.c.accardi@intel.com
2020L: pcihpd-discuss@lists.sourceforge.net
2021S: Maintained
2022
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002024P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002026T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002027S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028
2029PCNET32 NETWORK DRIVER
2030P: Thomas Bogendörfer
2031M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002032L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033S: Maintained
2034
2035PHRAM MTD DRIVER
2036P: Jörn Engel
2037M: joern@wh.fh-wedel.de
2038L: linux-mtd@lists.infradead.org
2039S: Maintained
2040
Peter Osterlund249a6772005-09-27 21:45:30 -07002041PKTCDVD DRIVER
2042P: Peter Osterlund
2043M: petero2@telia.com
2044L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002045S: Maintained
2046
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047POSIX CLOCKS and TIMERS
2048P: George Anzinger
2049M: george@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002050L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051S: Supported
2052
Eugene Surovegin24682972005-10-14 03:00:53 -07002053POWERPC 4xx EMAC DRIVER
2054P: Eugene Surovegin
2055M: ebs@ebshome.net
2056W: http://kernel.ebshome.net/emac/
2057L: linuxppc-embedded@ozlabs.org
2058L: netdev@vger.kernel.org
2059S: Maintained
2060
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061PNP SUPPORT
2062P: Adam Belay
2063M: ambx1@neo.rr.com
2064S: Maintained
2065
2066PPP PROTOCOL DRIVERS AND COMPRESSORS
2067P: Paul Mackerras
2068M: paulus@samba.org
2069L: linux-ppp@vger.kernel.org
2070S: Maintained
2071
2072PPP OVER ATM (RFC 2364)
2073P: Mitchell Blank Jr
2074M: mitch@sfgoth.com
2075S: Maintained
2076
2077PPP OVER ETHERNET
2078P: Michal Ostrowski
2079M: mostrows@speakeasy.net
2080S: Maintained
2081
2082PREEMPTIBLE KERNEL
2083P: Robert Love
2084M: rml@tech9.net
2085L: linux-kernel@vger.kernel.org
2086L: kpreempt-tech@lists.sourceforge.net
2087W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2088S: Supported
2089
2090PRISM54 WIRELESS DRIVER
2091P: Prism54 Development Team
2092M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002093L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094W: http://prism54.org
2095S: Maintained
2096
2097PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2098P: Peter Denison
2099M: promise@pnd-pc.demon.co.uk
2100W: http://www.pnd-pc.demon.co.uk/promise/
2101S: Maintained
2102
2103PXA2xx SUPPORT
2104P: Nicolas Pitre
2105M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002106L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107S: Maintained
2108
2109QLOGIC QLA2XXX FC-SCSI DRIVER
2110P: Andrew Vasquez
2111M: andrew.vasquez@qlogic.com
2112L: linux-scsi@vger.kernel.org
2113S: Supported
2114
2115QNX4 FILESYSTEM
2116P: Anders Larsen
2117M: al@alarsen.net
2118L: linux-kernel@vger.kernel.org
2119W: http://www.alarsen.net/linux/qnx4fs/
2120S: Maintained
2121
2122RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002123P: Benjamin Herrenschmidt
2124M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125L: linux-fbdev-devel@lists.sourceforge.net
2126S: Maintained
2127
2128RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002129P: Paul Mackerras
2130M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131L: linux-fbdev-devel@lists.sourceforge.net
2132S: Maintained
2133
2134RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2135P: Corey Thomas
2136M: corey@world.std.com
2137L: linux-kernel@vger.kernel.org
2138S: Maintained
2139
Matt Mackall9e95ce22005-04-16 15:25:56 -07002140RANDOM NUMBER DRIVER
2141P: Matt Mackall
2142M: mpm@selenic.com
2143S: Maintained
2144
Matt Porter394b7012005-11-07 01:00:15 -08002145RAPIDIO SUBSYSTEM
2146P: Matt Porter
2147M: mporter@kernel.crashing.org
2148L: linux-kernel@vger.kernel.org
2149S: Maintained
2150
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151REAL TIME CLOCK DRIVER
2152P: Paul Gortmaker
2153M: p_gortmaker@yahoo.com
2154L: linux-kernel@vger.kernel.org
2155S: Maintained
2156
2157REISERFS FILE SYSTEM
2158P: Hans Reiser
2159M: reiserfs-dev@namesys.com
2160L: reiserfs-list@namesys.com
2161W: http://www.namesys.com
2162S: Supported
2163
2164ROCKETPORT DRIVER
2165P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166W: http://www.comtrol.com
2167S: Maintained
2168
2169ROSE NETWORK LAYER
2170P: Ralf Baechle
2171M: ralf@linux-mips.org
2172L: linux-hams@vger.kernel.org
2173S: Maintained
2174
2175RISCOM8 DRIVER
2176S: Orphan
2177
2178RTLINUX REALTIME LINUX
2179P: Victor Yodaiken
2180M: yodaiken@fsmlabs.com
2181L: rtl@rtlinux.org
2182W: www.rtlinux.org
2183S: Maintained
2184
2185S390
2186P: Martin Schwidefsky
2187M: schwidefsky@de.ibm.com
2188M: linux390@de.ibm.com
2189L: linux-390@vm.marist.edu
2190W: http://oss.software.ibm.com/developerworks/opensource/linux390
2191S: Supported
2192
2193SAA7146 VIDEO4LINUX-2 DRIVER
2194P: Michael Hunold
2195M: michael@mihu.de
2196W: http://www.mihu.de/linux/saa7146
2197S: Maintained
2198
2199SBPCD CDROM DRIVER
2200P: Eberhard Moenkeberg
2201M: emoenke@gwdg.de
2202L: linux-kernel@vger.kernel.org
2203S: Maintained
2204
2205SC1200 WDT DRIVER
2206P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002207M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208S: Maintained
2209
2210SCHEDULER
2211P: Ingo Molnar
2212M: mingo@elte.hu
2213P: Robert Love [the preemptible kernel bits]
2214M: rml@tech9.net
2215L: linux-kernel@vger.kernel.org
2216S: Maintained
2217
2218SCSI CDROM DRIVER
2219P: Jens Axboe
2220M: axboe@suse.de
2221L: linux-scsi@vger.kernel.org
2222W: http://www.kernel.dk
2223S: Maintained
2224
2225SCSI SG DRIVER
2226P: Doug Gilbert
2227M: dgilbert@interlog.com
2228L: linux-scsi@vger.kernel.org
2229W: http://www.torque.net/sg
2230S: Maintained
2231
2232SCSI SUBSYSTEM
2233P: James E.J. Bottomley
2234M: James.Bottomley@SteelEye.com
2235L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002236T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237S: Maintained
2238
2239SCSI TAPE DRIVER
2240P: Kai Mäkisara
2241M: Kai.Makisara@kolumbus.fi
2242L: linux-scsi@vger.kernel.org
2243S: Maintained
2244
2245SCTP PROTOCOL
2246P: Sridhar Samudrala
2247M: sri@us.ibm.com
2248L: lksctp-developers@lists.sourceforge.net
2249S: Supported
2250
2251SCx200 CPU SUPPORT
2252P: Christer Weinigel
2253M: christer@weinigel.se
2254W: http://www.weinigel.se
2255S: Supported
2256
2257SECURITY CONTACT
2258P: Security Officers
2259M: security@kernel.org
2260S: Supported
2261
2262SELINUX SECURITY MODULE
2263P: Stephen Smalley
2264M: sds@epoch.ncsc.mil
2265P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002266M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267L: linux-kernel@vger.kernel.org (kernel issues)
2268L: selinux@tycho.nsa.gov (general discussion)
2269W: http://www.nsa.gov/selinux
2270S: Supported
2271
2272SERIAL ATA (SATA) SUBSYSTEM:
2273P: Jeff Garzik
2274M: jgarzik@pobox.com
2275L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002276T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277S: Supported
2278
2279SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2280P: Pat Gefre
2281M: pfg@sgi.com
2282L: linux-ia64@vger.kernel.org
2283S: Supported
2284
2285SGI VISUAL WORKSTATION 320 AND 540
2286P: Andrey Panin
2287M: pazke@donpac.ru
2288L: linux-visws-devel@lists.sf.net
2289W: http://linux-visws.sf.net
2290S: Maintained for 2.6.
2291
2292SIMTEC EB110ATX (Chalice CATS)
2293P: Ben Dooks
2294P: Vincent Sanders
2295M: support@simtec.co.uk
2296W: http://www.simtec.co.uk/products/EB110ATX/
2297S: Supported
2298
2299SIMTEC EB2410ITX (BAST)
2300P: Ben Dooks
2301P: Vincent Sanders
2302M: support@simtec.co.uk
2303W: http://www.simtec.co.uk/products/EB2410ITX/
2304S: Supported
2305
Francois Romieu92aab3c2005-07-30 13:11:18 +02002306SIS 190 ETHERNET DRIVER
2307P: Francois Romieu
2308M: romieu@fr.zoreil.com
2309L: netdev@vger.kernel.org
2310S: Maintained
2311
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312SIS 5513 IDE CONTROLLER DRIVER
2313P: Lionel Bouton
2314M: Lionel.Bouton@inet6.fr
2315W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2316W: http://gyver.homeip.net/sis5513/index.html
2317S: Maintained
2318
2319SIS 900/7016 FAST ETHERNET DRIVER
2320P: Daniele Venzano
2321M: venza@brownhat.org
2322W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002323L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324S: Maintained
2325
2326SIS FRAMEBUFFER DRIVER
2327P: Thomas Winischhofer
2328M: thomas@winischhofer.net
2329W: http://www.winischhofer.net/linuxsisvga.shtml
2330S: Maintained
2331
2332SIS USB2VGA DRIVER
2333P: Thomas Winischhofer
2334M: thomas@winischhofer.net
2335W: http://www.winischhofer.at/linuxsisusbvga.shtml
2336S: Maintained
2337
2338SMSC47M1 HARDWARE MONITOR DRIVER
2339P: Jean Delvare
2340M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002341L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002342S: Odd Fixes
2343
2344SMB FILESYSTEM
2345P: Urban Widmark
2346M: urban@teststation.com
2347W: http://samba.org/
2348L: samba@samba.org
2349S: Maintained
2350
2351SMC91x ETHERNET DRIVER
2352P: Nicolas Pitre
2353M: nico@cam.org
2354S: Maintained
2355
2356SNA NETWORK LAYER
2357P: Jay Schulist
2358M: jschlst@samba.org
2359L: linux-sna@turbolinux.com
2360W: http://www.linux-sna.org
2361S: Supported
2362
2363SOFTWARE RAID (Multiple Disks) SUPPORT
2364P: Ingo Molnar
2365M: mingo@redhat.com
2366P: Neil Brown
2367M: neilb@cse.unsw.edu.au
2368L: linux-raid@vger.kernel.org
2369S: Maintained
2370
2371SOFTWARE SUSPEND:
2372P: Pavel Machek
2373M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002374L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375S: Maintained
2376
2377SONIC NETWORK DRIVER
2378P: Thomas Bogendoerfer
2379M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002380L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381S: Maintained
2382
2383SONY VAIO CONTROL DEVICE DRIVER
2384P: Stelian Pop
2385M: stelian@popies.net
2386W: http://popies.net/sonypi/
2387S: Maintained
2388
2389SOUND
2390P: Jaroslav Kysela
2391M: perex@suse.cz
2392L: alsa-devel@alsa-project.org
2393S: Maintained
2394
Kylene Hall1c72d462005-05-01 08:59:13 -07002395TPM DEVICE DRIVER
2396P: Kylene Hall
2397M: kjhall@us.ibm.com
2398W: http://tpmdd.sourceforge.net
2399L: tpmdd-devel@lists.sourceforge.net
2400S: Maintained
2401
Mark Gross1a80ba82005-10-30 15:02:55 -08002402Telecom Clock Driver for MCPL0010
2403P: Mark Gross
2404M: mark.gross@intel.com
2405S: Supported
2406
Chris Zankel48b415c2005-06-23 22:01:07 -07002407TENSILICA XTENSA PORT (xtensa):
2408P: Chris Zankel
2409M: chris@zankel.net
2410S: Maintained
2411
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412UltraSPARC (sparc64):
2413P: David S. Miller
2414M: davem@davemloft.net
2415P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002416M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417P: Jakub Jelinek
2418M: jj@sunsite.ms.mff.cuni.cz
2419P: Anton Blanchard
2420M: anton@samba.org
2421L: sparclinux@vger.kernel.org
2422L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002423T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424S: Maintained
2425
2426SHARP LH SUPPORT (LH7952X & LH7A40X)
2427P: Marc Singer
2428M: elf@buici.com
2429W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002430L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431S: Maintained
2432
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002433SHPC HOTPLUG DRIVER
2434P: Kristen Carlson Accardi
2435M: kristen.c.accardi@intel.com
2436L: pcihpd-discuss@lists.sourceforge.net
2437S: Maintained
2438
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002439SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2440P: Stephen Hemminger
2441M: shemminger@osdl.org
2442L: netdev@vger.kernel.org
2443S: Maintained
2444
Linus Torvalds1da177e2005-04-16 15:20:36 -07002445SPARC (sparc32):
2446P: William L. Irwin
2447M: wli@holomorphy.com
2448L: sparclinux@vger.kernel.org
2449S: Maintained
2450
2451SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2452P: Roger Wolff
2453M: R.E.Wolff@BitWizard.nl
2454L: linux-kernel@vger.kernel.org ?
2455S: Supported
2456
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457SRM (Alpha) environment access
2458P: Jan-Benedict Glaw
2459M: jbglaw@lug-owl.de
2460L: linux-kernel@vger.kernel.org
2461S: Maintained
2462
2463STARFIRE/DURALAN NETWORK DRIVER
2464P: Ion Badulescu
2465M: ionut@cs.columbia.edu
2466S: Maintained
2467
2468STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2469W: http://mosquitonet.Stanford.EDU/strip.html
2470S: Unsupported ?
2471
2472STRADIS MPEG-2 DECODER DRIVER
2473P: Nathan Laredo
2474M: laredo@gnu.org
2475W: http://mpeg.openprojects.net/
2476W: http://www.stradis.com/
2477S: Maintained
2478
2479SUPERH (sh)
2480P: Paul Mundt
2481M: lethal@linux-sh.org
2482P: Kazumoto Kojima
2483M: kkojima@rr.iij4u.or.jp
2484L: linux-sh@m17n.org
2485W: http://www.linux-sh.org
2486W: http://www.m17n.org/linux-sh/
2487W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2488S: Maintained
2489
2490SUPERH64 (sh64)
2491P: Paul Mundt
2492M: lethal@linux-sh.org
2493P: Richard Curnow
2494M: rc@rc0.org.uk
2495L: linuxsh-shmedia-dev@lists.sourceforge.net
2496W: http://www.linux-sh.org
2497W: http://www.rc0.org.uk/sh64
2498S: Maintained
2499
2500SUN3/3X
2501P: Sam Creasey
2502M: sammy@sammy.net
2503L: sun3-list@redhat.com
2504W: http://sammy.net/sun3/
2505S: Maintained
2506
2507SVGA HANDLING
2508P: Martin Mares
2509M: mj@ucw.cz
2510L: linux-video@atrey.karlin.mff.cuni.cz
2511S: Maintained
2512
2513SYSV FILESYSTEM
2514P: Christoph Hellwig
2515M: hch@infradead.org
2516S: Maintained
2517
2518TI PARALLEL LINK CABLE DRIVER
2519P: Romain Lievin
2520M: roms@lpg.ticalc.org
2521S: Maintained
2522
2523TLAN NETWORK DRIVER
2524P: Samuel Chessman
2525M: chessman@tux.org
2526L: tlan-devel@lists.sourceforge.net
2527W: http://sourceforge.net/projects/tlan/
2528S: Maintained
2529
2530TOKEN-RING NETWORK DRIVER
2531P: Mike Phillips
2532M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002533L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534L: linux-tr@linuxtr.net
2535W: http://www.linuxtr.net
2536S: Maintained
2537
2538TOSHIBA ACPI EXTRAS DRIVER
2539P: John Belmonte
2540M: toshiba_acpi@memebeam.org
2541W: http://memebeam.org/toys/ToshibaAcpiDriver
2542S: Maintained
2543
2544TOSHIBA SMM DRIVER
2545P: Jonathan Buzzard
2546M: jonathan@buzzard.org.uk
2547L: tlinux-users@tce.toshiba-dme.co.jp
2548W: http://www.buzzard.org.uk/toshiba/
2549S: Maintained
2550
2551TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2552P: Muli Ben-Yehuda
2553M: mulix@mulix.org
2554L: linux-kernel@vger.kernel.org
2555S: Maintained
2556
2557TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002558P: Adrian Bunk
2559M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002561W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002562T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563S: Maintained
2564
2565TMS380 TOKEN-RING NETWORK DRIVER
2566P: Adam Fritzler
2567M: mid@auk.cx
2568L: linux-tr@linuxtr.net
2569W: http://www.auk.cx/tms380tr/
2570S: Maintained
2571
2572TULIP NETWORK DRIVER
2573P: Jeff Garzik
2574M: jgarzik@pobox.com
2575L: tulip-users@lists.sourceforge.net
2576W: http://sourceforge.net/projects/tulip/
2577S: Maintained
2578
2579TUN/TAP driver
2580P: Maxim Krasnyansky
2581M: maxk@qualcomm.com, max_mk@yahoo.com
2582L: vtun@office.satix.net
2583W: http://vtun.sourceforge.net/tun
2584S: Maintained
2585
2586U14-34F SCSI DRIVER
2587P: Dario Ballabio
2588M: ballabio_dario@emc.com
2589L: linux-scsi@vger.kernel.org
2590S: Maintained
2591
2592UDF FILESYSTEM
2593P: Ben Fennema
2594M: bfennema@falcon.csc.calpoly.edu
2595L: linux_udf@hpesjro.fc.hp.com
2596W: http://linux-udf.sourceforge.net
2597S: Maintained
2598
2599UNIFORM CDROM DRIVER
2600P: Jens Axboe
2601M: axboe@suse.de
2602L: linux-kernel@vger.kernel.org
2603W: http://www.kernel.dk
2604S: Maintained
2605
2606USB ACM DRIVER
2607P: Oliver Neukum
2608M: oliver@neukum.name
2609L: linux-usb-users@lists.sourceforge.net
2610L: linux-usb-devel@lists.sourceforge.net
2611S: Maintained
2612
2613USB BLOCK DRIVER (UB ub)
2614P: Pete Zaitcev
2615M: zaitcev@redhat.com
2616L: linux-kernel@vger.kernel.org
2617L: linux-usb-devel@lists.sourceforge.net
2618S: Supported
2619
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620USB CDC ETHERNET DRIVER
2621P: Greg Kroah-Hartman
2622M: greg@kroah.com
2623L: linux-usb-users@lists.sourceforge.net
2624L: linux-usb-devel@lists.sourceforge.net
2625S: Maintained
2626W: http://www.kroah.com/linux-usb/
2627
2628USB EHCI DRIVER
2629P: David Brownell
2630M: dbrownell@users.sourceforge.net
2631L: linux-usb-devel@lists.sourceforge.net
2632S: Maintained
2633
2634USB HID/HIDBP DRIVERS
2635P: Vojtech Pavlik
2636M: vojtech@suse.cz
2637L: linux-usb-users@lists.sourceforge.net
2638L: linux-usb-devel@lists.sourceforge.net
2639S: Maintained
2640
2641USB HUB DRIVER
2642P: Johannes Erdfelt
2643M: johannes@erdfelt.com
2644L: linux-usb-users@lists.sourceforge.net
2645L: linux-usb-devel@lists.sourceforge.net
2646S: Maintained
2647
2648USB KAWASAKI LSI DRIVER
2649P: Oliver Neukum
2650M: oliver@neukum.name
2651L: linux-usb-users@lists.sourceforge.net
2652L: linux-usb-devel@lists.sourceforge.net
2653S: Maintained
2654
2655USB MASS STORAGE DRIVER
2656P: Matthew Dharm
2657M: mdharm-usb@one-eyed-alien.net
2658L: linux-usb-users@lists.sourceforge.net
2659L: linux-usb-devel@lists.sourceforge.net
2660S: Maintained
2661W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2662
2663USB OHCI DRIVER
2664P: Roman Weissgaerber
2665M: weissg@vienna.at
2666L: linux-usb-users@lists.sourceforge.net
2667L: linux-usb-devel@lists.sourceforge.net
2668S: Maintained
2669
Matthias Urlichsba460e42005-07-14 00:33:47 -07002670USB OPTION-CARD DRIVER
2671P: Matthias Urlichs
2672M: smurf@smurf.noris.de
2673L: linux-usb-devel@lists.sourceforge.net
2674S: Maintained
2675
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676USB OV511 DRIVER
2677P: Mark McClelland
2678M: mmcclell@bigfoot.com
2679L: linux-usb-users@lists.sourceforge.net
2680L: linux-usb-devel@lists.sourceforge.net
2681W: http://alpha.dyndns.org/ov511/
2682S: Maintained
2683
2684USB PEGASUS DRIVER
2685P: Petko Manolov
2686M: petkan@users.sourceforge.net
2687L: linux-usb-users@lists.sourceforge.net
2688L: linux-usb-devel@lists.sourceforge.net
2689W: http://pegasus2.sourceforge.net/
2690S: Maintained
2691
2692USB PRINTER DRIVER
2693P: Vojtech Pavlik
2694M: vojtech@suse.cz
2695L: linux-usb-users@lists.sourceforge.net
2696L: linux-usb-devel@lists.sourceforge.net
2697S: Maintained
2698
2699USB RTL8150 DRIVER
2700P: Petko Manolov
2701M: petkan@users.sourceforge.net
2702L: linux-usb-users@lists.sourceforge.net
2703L: linux-usb-devel@lists.sourceforge.net
2704W: http://pegasus2.sourceforge.net/
2705S: Maintained
2706
2707USB SE401 DRIVER
2708P: Jeroen Vreeken
2709M: pe1rxq@amsat.org
2710L: linux-usb-users@lists.sourceforge.net
2711L: linux-usb-devel@lists.sourceforge.net
2712W: http://www.chello.nl/~j.vreeken/se401/
2713S: Maintained
2714
2715USB SERIAL CYBERJACK DRIVER
2716P: Matthias Bruestle and Harald Welte
2717M: support@reiner-sct.com
2718W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2719S: Maintained
2720
2721USB SERIAL DIGI ACCELEPORT DRIVER
2722P: Peter Berger and Al Borchers
2723M: pberger@brimson.com
2724M: alborchers@steinerpoint.com
2725L: linux-usb-users@lists.sourceforge.net
2726L: linux-usb-devel@lists.sourceforge.net
2727S: Maintained
2728
2729USB SERIAL DRIVER
2730P: Greg Kroah-Hartman
2731M: gregkh@suse.de
2732L: linux-usb-users@lists.sourceforge.net
2733L: linux-usb-devel@lists.sourceforge.net
2734S: Supported
2735
2736USB SERIAL BELKIN F5U103 DRIVER
2737P: William Greathouse
2738M: wgreathouse@smva.com
2739L: linux-usb-users@lists.sourceforge.net
2740L: linux-usb-devel@lists.sourceforge.net
2741S: Maintained
2742
2743USB SERIAL CYPRESS M8 DRIVER
2744P: Lonnie Mendez
2745M: dignome@gmail.com
2746L: linux-usb-users@lists.sourceforge.net
2747L: linux-usb-devel@lists.sourceforge.net
2748S: Maintained
2749W: http://geocities.com/i0xox0i
2750W: http://firstlight.net/cvs
2751
2752USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2753L: linux-usb-users@lists.sourceforge.net
2754L: linux-usb-devel@lists.sourceforge.net
2755S: Maintained
2756
2757USB AUERSWALD DRIVER
2758P: Wolfgang Muees
2759M: wolfgang@iksw-muees.de
2760L: linux-usb-users@lists.sourceforge.net
2761L: linux-usb-devel@lists.sourceforge.net
2762S: Maintained
2763
2764USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2765P: Gary Brubaker
2766M: xavyer@ix.netcom.com
2767L: linux-usb-users@lists.sourceforge.net
2768L: linux-usb-devel@lists.sourceforge.net
2769S: Maintained
2770
2771USB SERIAL KEYSPAN DRIVER
2772P: Greg Kroah-Hartman
2773M: greg@kroah.com
2774L: linux-usb-users@lists.sourceforge.net
2775L: linux-usb-devel@lists.sourceforge.net
2776W: http://www.kroah.com/linux/
2777S: Maintained
2778
2779USB SERIAL WHITEHEAT DRIVER
2780P: Stuart MacDonald
2781M: stuartm@connecttech.com
2782L: linux-usb-users@lists.sourceforge.net
2783L: linux-usb-devel@lists.sourceforge.net
2784W: http://www.connecttech.com
2785S: Supported
2786
2787USB SN9C10x DRIVER
2788P: Luca Risolia
2789M: luca.risolia@studio.unibo.it
2790L: linux-usb-devel@lists.sourceforge.net
2791W: http://www.linux-projects.org
2792S: Maintained
2793
2794USB SUBSYSTEM
2795P: Greg Kroah-Hartman
2796M: gregkh@suse.de
2797L: linux-usb-users@lists.sourceforge.net
2798L: linux-usb-devel@lists.sourceforge.net
2799W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002800T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801S: Supported
2802
2803USB UHCI DRIVER
2804P: Alan Stern
2805M: stern@rowland.harvard.edu
2806L: linux-usb-users@lists.sourceforge.net
2807L: linux-usb-devel@lists.sourceforge.net
2808S: Maintained
2809
2810USB "USBNET" DRIVER
2811P: David Brownell
2812M: dbrownell@users.sourceforge.net
2813L: linux-usb-devel@lists.sourceforge.net
2814S: Maintained
2815
2816USB W996[87]CF DRIVER
2817P: Luca Risolia
2818M: luca.risolia@studio.unibo.it
2819L: linux-usb-devel@lists.sourceforge.net
2820W: http://www.linux-projects.org
2821S: Maintained
2822
2823USB ZD1201 DRIVER
2824P: Jeroen Vreeken
2825M: pe1rxq@amsat.org
2826L: linux-usb-users@lists.sourceforge.net
2827L: linux-usb-devel@lists.sourceforge.net
2828W: http://linux-lc100020.sourceforge.net
2829S: Maintained
2830
2831USER-MODE LINUX
2832P: Jeff Dike
2833M: jdike@karaya.com
2834L: user-mode-linux-devel@lists.sourceforge.net
2835L: user-mode-linux-user@lists.sourceforge.net
2836W: http://user-mode-linux.sourceforge.net
2837S: Maintained
2838
2839FAT/VFAT/MSDOS FILESYSTEM:
2840P: OGAWA Hirofumi
2841M: hirofumi@mail.parknet.co.jp
2842L: linux-kernel@vger.kernel.org
2843S: Maintained
2844
2845VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2846P: Jeff Garzik
2847S: Odd fixes
2848
2849VIA RHINE NETWORK DRIVER
2850P: Roger Luethi
2851M: rl@hellgate.ch
2852S: Maintained
2853
Jean Delvare32c0a522005-09-22 21:47:58 +02002854VIAPRO SMBUS DRIVER
2855P: Jean Delvare
2856M: khali@linux-fr.org
2857L: lm-sensors@lm-sensors.org
2858S: Maintained
2859
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860UCLINUX (AND M68KNOMMU)
2861P: Greg Ungerer
2862M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002863W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07002864L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865S: Maintained
2866
2867UCLINUX FOR NEC V850
2868P: Miles Bader
2869M: uclinux-v850@lsi.nec.co.jp
2870W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2871W: http://www.ee.nec.de/uclinux/
2872S: Supported
2873
2874UCLINUX FOR RENESAS H8/300
2875P: Yoshinori Sato
2876M: ysato@users.sourceforge.jp
2877W: http://uclinux-h8.sourceforge.jp/
2878S: Supported
2879
2880USB DIAMOND RIO500 DRIVER
2881P: Cesar Miquel
2882M: miquel@df.uba.ar
2883L: rio500-users@lists.sourceforge.net
2884W: http://rio500.sourceforge.net
2885S: Maintained
2886
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002887V9FS FILE SYSTEM
2888P: Eric Van Hensbergen
2889M: ericvh@gmail.com
2890P: Ron Minnich
2891M: rminnich@lanl.gov
2892P: Latchesar Ionkov
2893M: lucho@ionkov.net
2894L: v9fs-developer@lists.sourceforge.net
2895W: http://v9fs.sf.net
Josh Boyer1adc1232005-11-23 15:44:15 -08002896T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs-devel.git
Eric Van Hensbergen93fa58c2005-09-09 13:04:18 -07002897S: Maintained
2898
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002900P: Mauro Carvalho Chehab
2901M: mchehab@brturbo.com.br
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002903W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02002904T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07002905S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906
2907W1 DALLAS'S 1-WIRE BUS
2908P: Evgeniy Polyakov
2909M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002910L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911S: Maintained
2912
2913W83L51xD SD/MMC CARD INTERFACE DRIVER
2914P: Pierre Ossman
2915M: drzeus-wbsd@drzeus.cx
2916L: wbsd-devel@list.drzeus.cx
2917W: http://projects.drzeus.cx/wbsd
2918S: Maintained
2919
2920W83L785TS HARDWARE MONITOR DRIVER
2921P: Jean Delvare
2922M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002923L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924S: Odd Fixes
2925
2926WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2927P: Nenad Corbic
2928M: ncorbic@sangoma.com
2929M: dm@sangoma.com
2930W: http://www.sangoma.com
2931S: Supported
2932
2933WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2934P: Jean Tourrilhes
2935M: jt@hpl.hp.com
2936W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2937S: Maintained
2938
2939WD7000 SCSI DRIVER
2940P: Miroslav Zagorac
2941M: zaga@fly.cc.fer.hr
2942L: linux-scsi@vger.kernel.org
2943S: Maintained
2944
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05002945WISTRON LAPTOP BUTTON DRIVER
2946P: Miloslav Trmac
2947M: mitr@volny.cz
2948S: Maintained
2949
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950WL3501 WIRELESS PCMCIA CARD DRIVER
2951P: Arnaldo Carvalho de Melo
2952M: acme@conectiva.com.br
2953W: http://advogato.org/person/acme
2954S: Maintained
2955
2956X.25 NETWORK LAYER
2957P: Henner Eisen
2958M: eis@baty.hanse.de
2959L: linux-x25@vger.kernel.org
2960S: Maintained
2961
2962XFS FILESYSTEM
2963P: Silicon Graphics Inc
2964M: xfs-masters@oss.sgi.com
2965M: nathans@sgi.com
2966L: linux-xfs@oss.sgi.com
2967W: http://oss.sgi.com/projects/xfs
2968S: Supported
2969
2970X86 3-LEVEL PAGING (PAE) SUPPORT
2971P: Ingo Molnar
2972M: mingo@redhat.com
2973S: Maintained
2974
2975X86-64 port
2976P: Andi Kleen
2977M: ak@suse.de
2978L: discuss@x86-64.org
2979W: http://www.x86-64.org
2980S: Maintained
2981
2982YAM DRIVER FOR AX.25
2983P: Jean-Paul Roubelat
2984M: jpr@f6fbb.org
2985L: linux-hams@vger.kernel.org
2986S: Maintained
2987
Henkaf64a5e2005-10-12 15:02:56 +02002988YEALINK PHONE DRIVER
2989P: Henk Vergonet
2990M: Henk.Vergonet@gmail.com
2991L: usbb2k-api-dev@nongnu.org
2992S: Maintained
2993
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
2995P: Pete Zaitcev
2996M: zaitcev@yahoo.com
2997L: linux-kernel@vger.kernel.org
2998S: Obsolete
2999
3000Z8530 DRIVER FOR AX.25
3001P: Joerg Reuter
3002M: jreuter@yaina.de
3003W: http://yaina.de/jreuter/
3004W: http://www.qsl.net/dl1bke/
3005L: linux-hams@vger.kernel.org
3006S: Maintained
3007
3008ZF MACHZ WATCHDOG
3009P: Fernando Fuganti
3010M: fuganti@netbank.com.br
3011W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3012S: Maintained
3013
3014ZR36067 VIDEO FOR LINUX DRIVER
3015P: Ronald Bultje
3016M: rbultje@ronald.bitfreak.net
3017L: mjpeg-users@lists.sourceforge.net
3018W: http://mjpeg.sourceforge.net/driver-zoran/
3019S: Maintained
3020
3021ZR36120 VIDEO FOR LINUX DRIVER
3022P: Pauline Middelink
3023M: middelin@polyware.nl
3024W: http://www.polyware.nl/~middelin/En/hobbies.html
3025W: http://www.polyware.nl/~middelin/hobbies.html
3026S: Maintained
3027
3028THE REST
3029P: Linus Torvalds
3030S: Buried alive in reporters