blob: 81728572799e23d9a14d476ff2e034c4c6ac433e [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
61S: Status, one of the following:
62
63 Supported: Someone is actually paid to look after this.
64 Maintained: Someone actually looks after it.
65 Odd Fixes: It has a maintainer but they don't have time to do
66 much other than throw the odd patch in. See below..
67 Orphan: No current maintainer [but maybe you could take the
68 role as you write your new code].
69 Obsolete: Old code. Something tagged obsolete generally means
70 it has been replaced by a better system and you
71 should be using that.
72
733C359 NETWORK DRIVER
74P: Mike Phillips
75M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070076L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070077L: linux-tr@linuxtr.net
78W: http://www.linuxtr.net
79S: Maintained
80
813C505 NETWORK DRIVER
82P: Philip Blundell
83M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070084L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070085S: Maintained
86
873CR990 NETWORK DRIVER
88P: David Dillow
89M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070090L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070091S: Maintained
92
933W-XXXX ATA-RAID CONTROLLER DRIVER
94P: Adam Radford
95M: linuxraid@amcc.com
96L: linux-scsi@vger.kernel.org
97W: http://www.amcc.com
98S: Supported
99
1003W-9XXX SATA-RAID CONTROLLER DRIVER
101P: Adam Radford
102M: linuxraid@amcc.com
103L: linux-scsi@vger.kernel.org
104W: http://www.amcc.com
105S: Supported
106
10753C700 AND 53C700-66 SCSI DRIVER
108P: James E.J. Bottomley
109M: James.Bottomley@HansenPartnership.com
110L: linux-scsi@vger.kernel.org
111S: Maintained
112
1136PACK NETWORK DRIVER FOR AX.25
114P: Andreas Koensgen
115M: ajk@iehk.rwth-aachen.de
116L: linux-hams@vger.kernel.org
117S: Maintained
118
1198139CP 10/100 FAST ETHERNET DRIVER
120P: Jeff Garzik
121M: jgarzik@pobox.com
122S: Maintained
123
1248139TOO 10/100 FAST ETHERNET DRIVER
125P: Jeff Garzik
126M: jgarzik@pobox.com
127W: http://sourceforge.net/projects/gkernel/
128S: Maintained
129
1308169 10/100/1000 GIGABIT ETHERNET DRIVER
131P: Francois Romieu
132M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700133L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134S: Maintained
135
1368250/16?50 (AND CLONE UARTS) SERIAL DRIVER
137P: Russell King
138M: rmk+serial@arm.linux.org.uk
139L: linux-serial@vger.kernel.org
140W: http://serial.sourceforge.net
141S: Maintained
142
1438390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
144P: Paul Gortmaker
145M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700146L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147S: Maintained
148
149A2232 SERIAL BOARD DRIVER
150P: Enver Haase
151M: ehaase@inf.fu-berlin.de
152M: A2232@gmx.net
153L: linux-m68k@lists.linux-m68k.org
154S: Maintained
155
156AIO
157P: Benjamin LaHaise
158M: bcrl@kvack.org
159L: linux-aio@kvack.org
160S: Supported
161
162ACENIC DRIVER
163P: Jes Sorensen
164M: jes@trained-monkey.org
165L: linux-acenic@sunsite.dk
166S: Maintained
167
168ACI MIXER DRIVER
169P: Robert Siemer
170M: Robert.Siemer@gmx.de
171L: linux-sound@vger.kernel.org
172W: http://www.stud.uni-karlsruhe.de/~uh1b/
173S: Maintained
174
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175AACRAID SCSI RAID DRIVER
176P: Adaptec OEM Raid Solutions
177L: linux-scsi@vger.kernel.org
178W: http://linux.dell.com/storage.shtml
179S: Supported
180
181ACPI
182P: Len Brown
183M: len.brown@intel.com
184L: acpi-devel@lists.sourceforge.net
185W: http://acpi.sourceforge.net/
186S: Maintained
187
188AD1816 SOUND DRIVER
189P: Thorsten Knabe
190M: Thorsten Knabe <linux@thorsten-knabe.de>
191W: http://linux.thorsten-knabe.de
192S: Maintained
193
194ADM1025 HARDWARE MONITOR DRIVER
195P: Jean Delvare
196M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200197L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198S: Maintained
199
200ADT746X FAN DRIVER
201P: Colin Leroy
202M: colin@colino.net
203S: Maintained
204
205ADVANSYS SCSI DRIVER
206P: Bob Frey
207M: linux@advansys.com
208W: http://www.advansys.com/linux.html
209L: linux-scsi@vger.kernel.org
210S: Maintained
211
212AEDSP16 DRIVER
213P: Riccardo Facchetti
214M: fizban@tin.it
215S: Maintained
216
217AFFS FILE SYSTEM
218P: Roman Zippel
219M: zippel@linux-m68k.org
220S: Maintained
221
222AGPGART DRIVER
223P: Dave Jones
224M: davej@codemonkey.org.uk
225W: http://www.codemonkey.org.uk/projects/agp/
226S: Maintained
227
228AHA152X SCSI DRIVER
229P: Juergen E. Fischer
230M: Juergen Fischer <fischer@norbit.de>
231L: linux-scsi@vger.kernel.org
232S: Maintained
233
234ALCATEL SPEEDTOUCH USB DRIVER
235P: Duncan Sands
236M: duncan.sands@free.fr
237L: linux-usb-users@lists.sourceforge.net
238L: linux-usb-devel@lists.sourceforge.net
239W: http://www.linux-usb.org/SpeedTouch/
240S: Maintained
241
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000242ALI1563 I2C DRIVER
243P: Rudolf Marek
244M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200245L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000246S: Maintained
247
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248ALPHA PORT
249P: Richard Henderson
250M: rth@twiddle.net
251S: Odd Fixes for 2.4; Maintained for 2.6.
252P: Ivan Kokshaysky
253M: ink@jurassic.park.msu.ru
254S: Maintained for 2.4; PCI support for 2.6.
255
256APM DRIVER
257P: Stephen Rothwell
258M: sfr@canb.auug.org.au
259L: linux-laptop@vger.kernel.org
260W: http://www.canb.auug.org.au/~sfr/
261S: Supported
262
263APPLETALK NETWORK LAYER
264P: Arnaldo Carvalho de Melo
265M: acme@conectiva.com.br
266S: Maintained
267
Jaya Kumar1154ea72005-06-21 17:17:04 -0700268ARC FRAMEBUFFER DRIVER
269P: Jaya Kumar
270M: jayalk@intworks.biz
271S: Maintained
272
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273ARM26 ARCHITECTURE
274P: Ian Molton
275M: spyro@f2s.com
276S: Maintained
277
278ARM26/ARCHIMEDES
279P: Ian Molton
280M: spyro@f2s.com
281S: Maintained
282
283ARM26/A5000
284P: John Appleby
285M: john@dnsworld.co.uk
286S: Maintained
287
288ARM MFM AND FLOPPY DRIVERS
289P: Ian Molton
290M: spyro@f2s.com
291S: Maintained
292
293ARM/CORGI MACHINE SUPPORT
294P: Richard Purdie
295M: rpurdie@rpsys.net
296S: Maintained
297
298ARM/PLEB SUPPORT
299P: Peter Chubb
300M: pleb@gelato.unsw.edu.au
301W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
302S: Maintained
303
304ARM/PT DIGITAL BOARD PORT
305P: Stefan Eletzhofer
306M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700307L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308W: http://www.arm.linux.org.uk/
309S: Maintained
310
311ARM/SHARK MACHINE SUPPORT
312P: Alexander Schulz
313M: alex@shark-linux.de
314W: http://www.shark-linux.de/shark.html
315S: Maintained
316
317ARM/STRONGARM110 PORT
318P: Russell King
319M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700320L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321W: http://www.arm.linux.org.uk/
322S: Maintained
323
324ARM/S3C2410 ARM ARCHITECTURE
325P: Ben Dooks
326M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700327L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328W: http://www.fluff.org/ben/linux/
329S: Maintained
330
331ARM/S3C2440 ARM ARCHITECTURE
332P: Ben Dooks
333M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700334L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335W: http://www.fluff.org/ben/linux/
336S: Maintained
337
338ARPD SUPPORT
339P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700340L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341S: Maintained
342
343ASUS ACPI EXTRAS DRIVER
344P: Karol Kozimor
345M: sziwan@users.sourceforge.net
346P: Julien Lerouge
347M: julien.lerouge@free.fr
348L: acpi4asus-user@lists.sourceforge.net
349W: http://sourceforge.net/projects/acpi4asus
350W: http://julien.lerouge.free.fr
351S: Maintained
352
353ATA OVER ETHERNET DRIVER
354P: Ed L. Cashin
355M: ecashin@coraid.com
356W: http://www.coraid.com/support/linux
357S: Supported
358
359ATM
360P: Chas Williams
361M: chas@cmf.nrl.navy.mil
362L: linux-atm-general@lists.sourceforge.net
363W: http://linux-atm.sourceforge.net
364S: Maintained
365
366ATMEL WIRELESS DRIVER
367P: Simon Kelley
368M: simon@thekelleys.org.uk
369W: http://www.thekelleys.org.uk/atmel
370W: http://atmelwlandriver.sourceforge.net/
371S: Maintained
372
373AX.25 NETWORK LAYER
374P: Ralf Baechle
375M: ralf@linux-mips.org
376L: linux-hams@vger.kernel.org
377S: Maintained
378
379BAYCOM/HDLCDRV DRIVERS FOR AX.25
380P: Thomas Sailer
381M: t.sailer@alumni.ethz.ch
382L: linux-hams@vger.kernel.org
383W: http://www.baycom.org/~tom/ham/ham.html
384S: Maintained
385
386BEFS FILE SYSTEM
387P: Sergey S. Kostyliov
388M: rathamahata@php4.ru
389L: linux-kernel@vger.kernel.org
390S: Maintained
391
392BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
393P: Kenji Hollis
394W: http://ftp.bitgate.com/pcwd/
395S: Maintained
396
397BFS FILE SYSTEM
398P: Tigran A. Aivazian
399M: tigran@veritas.com
400L: linux-kernel@vger.kernel.org
401S: Maintained
402
403BLOCK LAYER
404P: Jens Axboe
405M: axboe@suse.de
406L: linux-kernel@vger.kernel.org
407S: Maintained
408
409BLUETOOTH SUBSYSTEM
410P: Marcel Holtmann
411M: marcel@holtmann.org
412P: Maxim Krasnyansky
413M: maxk@qualcomm.com
414L: bluez-devel@lists.sf.net
415W: http://bluez.sf.net
416W: http://www.bluez.org
417W: http://www.holtmann.org/linux/bluetooth/
418S: Maintained
419
420BLUETOOTH RFCOMM LAYER
421P: Marcel Holtmann
422M: marcel@holtmann.org
423P: Maxim Krasnyansky
424M: maxk@qualcomm.com
425S: Maintained
426
427BLUETOOTH BNEP LAYER
428P: Marcel Holtmann
429M: marcel@holtmann.org
430P: Maxim Krasnyansky
431M: maxk@qualcomm.com
432S: Maintained
433
434BLUETOOTH CMTP LAYER
435P: Marcel Holtmann
436M: marcel@holtmann.org
437S: Maintained
438
439BLUETOOTH HIDP LAYER
440P: Marcel Holtmann
441M: marcel@holtmann.org
442S: Maintained
443
444BLUETOOTH HCI UART DRIVER
445P: Marcel Holtmann
446M: marcel@holtmann.org
447P: Maxim Krasnyansky
448M: maxk@qualcomm.com
449S: Maintained
450
451BLUETOOTH HCI USB DRIVER
452P: Marcel Holtmann
453M: marcel@holtmann.org
454P: Maxim Krasnyansky
455M: maxk@qualcomm.com
456S: Maintained
457
458BLUETOOTH HCI BCM203X DRIVER
459P: Marcel Holtmann
460M: marcel@holtmann.org
461S: Maintained
462
463BLUETOOTH HCI BPA10X DRIVER
464P: Marcel Holtmann
465M: marcel@holtmann.org
466S: Maintained
467
468BLUETOOTH HCI BFUSB DRIVER
469P: Marcel Holtmann
470M: marcel@holtmann.org
471S: Maintained
472
473BLUETOOTH HCI DTL1 DRIVER
474P: Marcel Holtmann
475M: marcel@holtmann.org
476S: Maintained
477
478BLUETOOTH HCI BLUECARD DRIVER
479P: Marcel Holtmann
480M: marcel@holtmann.org
481S: Maintained
482
483BLUETOOTH HCI BT3C DRIVER
484P: Marcel Holtmann
485M: marcel@holtmann.org
486S: Maintained
487
488BLUETOOTH HCI BTUART DRIVER
489P: Marcel Holtmann
490M: marcel@holtmann.org
491S: Maintained
492
493BLUETOOTH HCI VHCI DRIVER
494P: Maxim Krasnyansky
495M: maxk@qualcomm.com
496S: Maintained
497
498BONDING DRIVER
499P: Chad Tindel
500M: ctindel@users.sourceforge.net
501P: Jay Vosburgh
502M: fubar@us.ibm.com
503L: bonding-devel@lists.sourceforge.net
504W: http://sourceforge.net/projects/bonding/
505S: Supported
506
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000507BROADBAND PROCESSOR ARCHITECTURE
508P: Arnd Bergmann
509M: arnd@arndb.de
510L: linuxppc64-dev@ozlabs.org
511W: http://linuxppc64.org
512S: Supported
513
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514BTTV VIDEO4LINUX DRIVER
515P: Gerd Knorr
516M: kraxel@bytesex.org
517L: video4linux-list@redhat.com
518W: http://bytesex.org/bttv/
519S: Orphan
520
521BUSLOGIC SCSI DRIVER
522P: Leonard N. Zubkoff
523M: Leonard N. Zubkoff <lnz@dandelion.com>
524L: linux-scsi@vger.kernel.org
525W: http://www.dandelion.com/Linux/
526S: Maintained
527
528COMMON INTERNET FILE SYSTEM (CIFS)
529P: Steve French
530M: sfrench@samba.org
531L: samba-technical@lists.samba.org
532W: http://us1.samba.org/samba/Linux_CIFS_client.html
533S: Supported
534
535CIRRUS LOGIC GENERIC FBDEV DRIVER
536P: Jeff Garzik
537M: jgarzik@pobox.com
538L: linux-fbdev-devel@lists.sourceforge.net
539S: Odd Fixes
540
541CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
542P: Cirrus Logic Corporation (kernel 2.2 driver)
543M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
544P: Nils Faerber (port to kernel 2.4)
545M: Nils Faerber <nils@kernelconcepts.de>
546S: Maintained
547
548CODA FILE SYSTEM
549P: Jan Harkes
550M: jaharkes@cs.cmu.edu
551M: coda@cs.cmu.edu
552L: codalist@coda.cs.cmu.edu
553W: http://www.coda.cs.cmu.edu/
554S: Maintained
555
556COMPACTPCI HOTPLUG CORE
557P: Scott Murray
558M: scottm@somanetworks.com
559M: scott@spiteful.org
560L: pcihpd-discuss@lists.sourceforge.net
561S: Supported
562
563COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
564P: Scott Murray
565M: scottm@somanetworks.com
566M: scott@spiteful.org
567L: pcihpd-discuss@lists.sourceforge.net
568S: Supported
569
570COMPACTPCI HOTPLUG GENERIC DRIVER
571P: Scott Murray
572M: scottm@somanetworks.com
573M: scott@spiteful.org
574L: pcihpd-discuss@lists.sourceforge.net
575S: Supported
576
577COMPUTONE INTELLIPORT MULTIPORT CARD
578P: Michael H. Warfield
579M: Michael H. Warfield <mhw@wittsend.com>
580W: http://www.wittsend.com/computone.html
581L: linux-computone@lazuli.wittsend.com
582S: Orphaned
583
584COSA/SRP SYNC SERIAL DRIVER
585P: Jan "Yenya" Kasprzak
586M: kas@fi.muni.cz
587W: http://www.fi.muni.cz/~kas/cosa/
588S: Maintained
589
590CPU FREQUENCY DRIVERS
591P: Dave Jones
592M: davej@codemonkey.org.uk
593L: cpufreq@lists.linux.org.uk
594W: http://www.codemonkey.org.uk/projects/cpufreq/
595S: Maintained
596
597CPUID/MSR DRIVER
598P: H. Peter Anvin
599M: hpa@zytor.com
600S: Maintained
601
602CRAMFS FILESYSTEM
603W: http://sourceforge.net/projects/cramfs/
604S: Orphan
605
606CRIS PORT
607P: Mikael Starvik
608M: starvik@axis.com
609L: dev-etrax@axis.com
610W: http://developer.axis.com
611S: Maintained
612
613CRYPTO API
614P: Herbert Xu
615M: herbert@gondor.apana.org.au
616P: David S. Miller
617M: davem@davemloft.net
618L: linux-crypto@vger.kernel.org
619S: Maintained
620
621CYBERPRO FB DRIVER
622P: Russell King
623M: rmk@arm.linux.org.uk
624W: http://www.arm.linux.org.uk/
625S: Maintained
626
627CYCLADES 2X SYNC CARD DRIVER
628P: Arnaldo Carvalho de Melo
629M: acme@conectiva.com.br
630W: http://advogato.org/person/acme
631L: cycsyn-devel@bazar.conectiva.com.br
632S: Maintained
633
634CYCLADES ASYNC MUX DRIVER
635M: async@cyclades.com
636W: http://www.cyclades.com/
637S: Supported
638
639CYCLADES PC300 DRIVER
640M: pc300@cyclades.com
641W: http://www.cyclades.com/
642S: Supported
643
644DAC960 RAID CONTROLLER DRIVER
645P: Dave Olien
646M dmo@osdl.org
647W: http://www.osdl.org/archive/dmo/DAC960
648L: linux-kernel@vger.kernel.org
649S: Maintained
650
651DAMA SLAVE for AX.25
652P: Joerg Reuter
653M: jreuter@yaina.de
654W: http://yaina.de/jreuter/
655W: http://www.qsl.net/dl1bke/
656L: linux-hams@vger.kernel.org
657S: Maintained
658
659DC395x SCSI driver
660P: Oliver Neukum
661M: oliver@neukum.name
662P: Ali Akcaagac
663M: aliakc@web.de
664P: Jamie Lenehan
665M: lenehan@twibble.org
666W: http://twibble.org/dist/dc395x/
667L: http://lists.twibble.org/mailman/listinfo/dc395x/
668S: Maintained
669
670DC390/AM53C974 SCSI driver
671P: Kurt Garloff
672M: garloff@suse.de
673W: http://www.garloff.de/kurt/linux/dc390/
674P: Guennadi Liakhovetski
675M: g.liakhovetski@gmx.de
676S: Maintained
677
678DECnet NETWORK LAYER
679P: Patrick Caulfield
680M: patrick@tykepenguin.com
681W: http://linux-decnet.sourceforge.net
682L: linux-decnet-user@lists.sourceforge.net
683S: Maintained
684
685DEFXX FDDI NETWORK DRIVER
686P: Maciej W. Rozycki
687M: macro@linux-mips.org
688S: Maintained
689
690DELL LAPTOP SMM DRIVER
691P: Massimo Dal Zotto
692M: dz@debian.org
693W: http://www.debian.org/~dz/i8k/
694S: Maintained
695
696DEVICE-MAPPER
697P: Alasdair Kergon
698L: dm-devel@redhat.com
699W: http://sources.redhat.com/dm
700S: Maintained
701
702DEVICE NUMBER REGISTRY
703P: Torben Mathiasen
704M: device@lanana.org
705W: http://lanana.org/docs/device-list/index.html
706L: linux-kernel@vger.kernel.org
707S: Maintained
708
709DEVICE FILESYSTEM
710S: Obsolete
711
712DIGI INTL. EPCA DRIVER
713P: Digi International, Inc
714M: Eng.Linux@digi.com
715L: Eng.Linux@digi.com
716W: http://www.digi.com
717S: Orphaned
718
719DIGI RIGHTSWITCH NETWORK DRIVER
720P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700721L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722W: http://www.digi.com
723S: Orphaned
724
725DIRECTORY NOTIFICATION
726P: Stephen Rothwell
727M: sfr@canb.auug.org.au
728L: linux-kernel@vger.kernel.org
729S: Supported
730
731DISK GEOMETRY AND PARTITION HANDLING
732P: Andries Brouwer
733M: aeb@cwi.nl
734W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
735W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
736W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
737S: Maintained
738
739DISKQUOTA:
740P: Jan Kara
741M: jack@suse.cz
742L: linux-kernel@vger.kernel.org
743S: Maintained
744
745DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
746P: Tobias Ringstrom
747M: tori@unhappy.mine.nu
748L: linux-kernel@vger.kernel.org
749S: Maintained
750
Martin Waitzba483d52005-06-17 13:20:59 -0700751DOCBOOK FOR DOCUMENTATION
752P: Martin Waitz
753M: tali@admingilde.org
754S: Maintained
755
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756DOUBLETALK DRIVER
757P: James R. Van Zandt
758M: jrv@vanzandt.mv.com
759L: blinux-list@redhat.com
760S: Maintained
761
762DRIVER CORE, KOBJECTS, AND SYSFS
763P: Greg Kroah-Hartman
764M: gregkh@suse.de
765L: linux-kernel@vger.kernel.org
766S: Supported
767
768DRM DRIVERS
769P: David Airlie
770M: airlied@linux.ie
771L: dri-devel@lists.sourceforge.net
772S: Maintained
773
774DSCC4 DRIVER
775P: François Romieu
776M: romieu@cogenit.fr
777M: romieu@ensta.fr
778S: Maintained
779
780DVB SUBSYSTEM AND DRIVERS
781P: LinuxTV.org Project
782M: linux-dvb-maintainer@linuxtv.org
783L: linux-dvb@linuxtv.org (subscription required)
784W: http://linuxtv.org/developer/dvb.xml
785S: Supported
786
787EATA-DMA SCSI DRIVER
788P: Michael Neuffer
789L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
790S: Maintained
791
792EATA ISA/EISA/PCI SCSI DRIVER
793P: Dario Ballabio
794M: ballabio_dario@emc.com
795L: linux-scsi@vger.kernel.org
796S: Maintained
797
798EATA-PIO SCSI DRIVER
799P: Michael Neuffer
800M: mike@i-Connect.Net
801L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
802S: Maintained
803
804EBTABLES
805P: Bart De Schuymer
806M: bart.de.schuymer@pandora.be
807L: ebtables-user@lists.sourceforge.net
808L: ebtables-devel@lists.sourceforge.net
809W: http://ebtables.sourceforge.net/
810S: Maintained
811
812EEPRO100 NETWORK DRIVER
813P: Andrey V. Savochkin
814M: saw@saw.sw.com.sg
815S: Maintained
816
817EMU10K1 SOUND DRIVER
818P: James Courtier-Dutton
819M: James@superbug.demon.co.uk
820L: emu10k1-devel@lists.sourceforge.net
821W: http://sourceforge.net/projects/emu10k1/
822S: Maintained
823
824EPSON 1355 FRAMEBUFFER DRIVER
825P: Christopher Hoover
826M: ch@murgatroid.com, ch@hpl.hp.com
827S: Maintained
828
829ETHEREXPRESS-16 NETWORK DRIVER
830P: Philip Blundell
831M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700832L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700833S: Maintained
834
835ETHERNET BRIDGE
836P: Stephen Hemminger
837M: shemminger@osdl.org
838L: bridge@osdl.org
839W: http://bridge.sourceforge.net/
840S: Maintained
841
842ETHERTEAM 16I DRIVER
843P: Mika Kuoppala
844M: miku@iki.fi
845S: Maintained
846
847EXT2 FILE SYSTEM
848L: ext2-devel@lists.sourceforge.net
849S: Maintained
850
851EXT3 FILE SYSTEM
852P: Stephen Tweedie, Andrew Morton
853M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
854L: ext3-users@redhat.com
855S: Maintained
856
857FARSYNC SYNCHRONOUS DRIVER
858P: Kevin Curtis
859M: kevin.curtis@farsite.co.uk
860M: kevin.curtis@farsite.co.uk
861W: http://www.farsite.co.uk/
862S: Supported
863
864FRAMEBUFFER LAYER
865P: Antonino Daplas
866M: adaplas@pol.net
867L: linux-fbdev-devel@lists.sourceforge.net
868W: http://linux-fbdev.sourceforge.net/
869S: Maintained
870
871FILE LOCKING (flock() and fcntl()/lockf())
872P: Matthew Wilcox
873M: matthew@wil.cx
874L: linux-fsdevel@vger.kernel.org
875S: Maintained
876
877FILESYSTEMS (VFS and infrastructure)
878P: Alexander Viro
879M: viro@parcelfarce.linux.theplanet.co.uk
880S: Maintained
881
882FIRMWARE LOADER (request_firmware)
883L: linux-kernel@vger.kernel.org
884S: Orphan
885
886FPU EMULATOR
887P: Bill Metzenthen
888M: billm@suburbia.net
889W: http://suburbia.net/~billm/floating-point/emulator/
890S: Maintained
891
892FRAME RELAY DLCI/FRAD (Sangoma drivers too)
893P: Mike McLagan
894M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700895L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896S: Maintained
897
898FREEVXFS FILESYSTEM
899P: Christoph Hellwig
900M: hch@infradead.org
901W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
902S: Maintained
903
904FUJITSU FR-V PORT
905P: David Howells
906M: dhowells@redhat.com
907S: Maintained
908
909FTAPE/QIC-117
910L: linux-tape@vger.kernel.org
911W: http://sourceforge.net/projects/ftape
912S: Orphan
913
914FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
915P: Rik Faith
916M: faith@cs.unc.edu
917L: linux-scsi@vger.kernel.org
918S: Odd fixes (e.g., new signatures)
919
920GDT SCSI DISK ARRAY CONTROLLER DRIVER
921P: Achim Leubner
922M: achim_leubner@adaptec.com
923L: linux-scsi@vger.kernel.org
924W: http://www.icp-vortex.com/
925S: Supported
926
927GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
928P: Krzysztof Halasa
929M: khc@pm.waw.pl
930W: http://www.kernel.org/pub/linux/utils/net/hdlc/
931S: Maintained
932
933HARMONY SOUND DRIVER
934P: Kyle McMartin
935M: kyle@parisc-linux.org
936W: http://www.parisc-linux.org/~kyle/harmony/
937L: parisc-linux@lists.parisc-linux.org
938S: Maintained
939
940HAYES ESP SERIAL DRIVER
941P: Andrew J. Robinson
942M: arobinso@nyx.net
943L: linux-kernel@vger.kernel.org
944W: http://www.nyx.net/~arobinso
945S: Maintained
946
947HFS FILESYSTEM
948P: Roman Zippel
949M: zippel@linux-m68k.org
950L: linux-kernel@vger.kernel.org
951S: Maintained
952
953HGA FRAMEBUFFER DRIVER
954P: Ferenc Bakonyi
955M: fero@drama.obuda.kando.hu
956L: linux-nvidia@lists.surfsouth.com
957W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
958S: Maintained
959
960HIGH-SPEED SCC DRIVER FOR AX.25
961P: Klaus Kudielka
962M: klaus.kudielka@ieee.org
963L: linux-hams@vger.kernel.org
964W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
965S: Maintained
966
967HIPPI
968P: Jes Sorensen
969M: jes@trained-monkey.org
970L: linux-hippi@sunsite.dk
971S: Maintained
972
973HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
974P: Chirag Kantharia
975M: chirag.kantharia@hp.com
976L: iss_storagedev@hp.com
977S: Maintained
978
979HEWLETT-PACKARD SMART2 RAID DRIVER
980P: Chirag Kantharia
981M: chirag.kantharia@hp.com
982L: iss_storagedev@hp.com
983S: Maintained
984
985HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
986P: Mike Miller
987M: mike.miller@hp.com
988L: iss_storagedev@hp.com
989S: Supported
990
991HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
992P: Jaroslav Kysela
993M: perex@suse.cz
994S: Maintained
995
996HPFS FILESYSTEM
997P: Mikulas Patocka
998M: mikulas@artax.karlin.mff.cuni.cz
999W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1000S: Maintained
1001
1002HUGETLB FILESYSTEM
1003P: William Irwin
1004M: wli@holomorphy.com
1005S: Maintained
1006
1007I2C AND SENSORS DRIVERS
1008P: Greg Kroah-Hartman
1009M: greg@kroah.com
1010P: Jean Delvare
1011M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001012L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013W: http://www.lm-sensors.nu/
1014S: Maintained
1015
1016I2O
1017P: Markus Lidel
1018M: markus.lidel@shadowconnect.com
1019W: http://i2o.shadowconnect.com/
1020S: Maintained
1021
1022i386 BOOT CODE
1023P: Riley H. Williams
1024M: Riley@Williams.Name
1025L: Linux-Kernel@vger.kernel.org
1026S: Maintained
1027
1028i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1029P: Dave Jones
1030M: davej@codemonkey.org.uk
1031P: H. Peter Anvin
1032M: hpa@zytor.com
1033S: Maintained
1034
1035i810 TCO TIMER WATCHDOG
1036P: Nils Faerber
1037M: nils@kernelconcepts.de
1038W: http://www.kernelconcepts.de/
1039S: Maintained
1040
1041IA64 (Itanium) PLATFORM
1042P: Tony Luck
1043M: tony.luck@intel.com
1044L: linux-ia64@vger.kernel.org
1045W: http://www.ia64-linux.org/
1046S: Maintained
1047
1048SN-IA64 (Itanium) SUB-PLATFORM
Jesse Barnes056b5032005-05-09 14:52:00 -07001049P: Greg Edwards
1050M: edwardsg@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051L: linux-altix@sgi.com
1052L: linux-ia64@vger.kernel.org
1053W: http://www.sgi.com/altix
1054S: Maintained
1055
1056IBM MCA SCSI SUBSYSTEM DRIVER
1057P: Michael Lang
1058M: langa2@kph.uni-mainz.de
1059W: http://www.uni-mainz.de/~langm000/linux.html
1060S: Maintained
1061
1062IBM Power Linux RAID adapter
1063P: Brian King
1064M: brking@us.ibm.com
1065S: Supported
1066
1067IBM ServeRAID RAID DRIVER
1068P: Jack Hammer
1069P: Dave Jeffery
1070M: ipslinux@adaptec.com
1071W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1072S: Supported
1073
1074IDE DRIVER [GENERAL]
1075P: Bartlomiej Zolnierkiewicz
1076M: B.Zolnierkiewicz@elka.pw.edu.pl
1077L: linux-kernel@vger.kernel.org
1078L: linux-ide@vger.kernel.org
1079S: Maintained
1080
1081IDE/ATAPI CDROM DRIVER
1082P: Jens Axboe
1083M: axboe@suse.de
1084L: linux-kernel@vger.kernel.org
1085W: http://www.kernel.dk
1086S: Maintained
1087
1088IDE/ATAPI FLOPPY DRIVERS
1089P: Paul Bristow
1090M: Paul Bristow <paul@paulbristow.net>
1091W: http://paulbristow.net/linux/idefloppy.html
1092L: linux-kernel@vger.kernel.org
1093S: Maintained
1094
1095IDE/ATAPI TAPE DRIVERS
1096P: Gadi Oxman
1097M: Gadi Oxman <gadio@netvision.net.il>
1098L: linux-kernel@vger.kernel.org
1099S: Maintained
1100
1101IEEE 1394 ETHERNET (eth1394)
1102L: linux1394-devel@lists.sourceforge.net
1103W: http://www.linux1394.org/
1104S: Orphan
1105
1106IEEE 1394 SBP2
1107L: linux1394-devel@lists.sourceforge.net
1108W: http://www.linux1394.org/
1109S: Orphan
1110
1111IEEE 1394 SUBSYSTEM
1112P: Ben Collins
1113M: bcollins@debian.org
1114P: Jody McIntyre
1115M: scjody@steamballoon.com
1116L: linux1394-devel@lists.sourceforge.net
1117W: http://www.linux1394.org/
1118S: Maintained
1119
1120IEEE 1394 OHCI DRIVER
1121P: Ben Collins
1122M: bcollins@debian.org
1123P: Jody McIntyre
1124M: scjody@steamballoon.com
1125L: linux1394-devel@lists.sourceforge.net
1126W: http://www.linux1394.org/
1127S: Maintained
1128
1129IEEE 1394 PCILYNX DRIVER
1130P: Jody McIntyre
1131M: scjody@steamballoon.com
1132L: linux1394-devel@lists.sourceforge.net
1133W: http://www.linux1394.org/
1134S: Maintained
1135
1136IEEE 1394 RAW I/O DRIVER
1137P: Ben Collins
1138M: bcollins@debian.org
1139P: Dan Dennedy
1140M: dan@dennedy.org
1141L: linux1394-devel@lists.sourceforge.net
1142W: http://www.linux1394.org/
1143S: Maintained
1144
1145IMS TWINTURBO FRAMEBUFFER DRIVER
1146P: Paul Mundt
1147M: lethal@chaoticdreams.org
1148L: linux-fbdev-devel@lists.sourceforge.net
1149S: Maintained
1150
1151INFINIBAND SUBSYSTEM
1152P: Roland Dreier
1153M: roland@topspin.com
1154P: Sean Hefty
1155M: mshefty@ichips.intel.com
1156P: Hal Rosenstock
1157M: halr@voltaire.com
1158L: openib-general@openib.org
1159W: http://www.openib.org/
1160S: Supported
1161
1162INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1163P: Vojtech Pavlik
1164M: vojtech@suse.cz
1165L: linux-input@atrey.karlin.mff.cuni.cz
1166L: linux-joystick@atrey.karlin.mff.cuni.cz
1167S: Maintained
1168
1169INTEL 810/815 FRAMEBUFFER DRIVER
1170P: Antonino Daplas
1171M: adaplas@pol.net
1172L: linux-fbdev-devel@lists.sourceforge.net
1173S: Maintained
1174
1175INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1176P: Ingo Molnar
1177M: mingo@redhat.com
1178S: Maintained
1179
1180INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1181P: Jeff Garzik
1182M: jgarzik@pobox.com
1183W: http://sourceforge.net/projects/gkernel/
1184S: Maintained
1185
1186INTEL IA32 MICROCODE UPDATE SUPPORT
1187P: Tigran Aivazian
1188M: tigran@veritas.com
1189S: Maintained
1190
1191INTEL PRO/100 ETHERNET SUPPORT
1192P: John Ronciak
1193M: john.ronciak@intel.com
1194P: Ganesh Venkatesan
1195M: ganesh.venkatesan@intel.com
1196P: Jesse Brandeburg
1197M: jesse.brandeburg@intel.com
1198W: http://sourceforge.net/projects/e1000/
1199S: Supported
1200
1201INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1202P: Jeb Cramer
1203M: cramerj@intel.com
1204P: John Ronciak
1205M: john.ronciak@intel.com
1206P: Ganesh Venkatesan
1207M: ganesh.venkatesan@intel.com
1208W: http://sourceforge.net/projects/e1000/
1209S: Supported
1210
1211INTEL PRO/10GbE SUPPORT
1212P: Ayyappan Veeraiyan
1213M: ayyappan.veeraiyan@intel.com
1214P: Ganesh Venkatesan
1215M: ganesh.venkatesan@intel.com
1216P: John Ronciak
1217M: john.ronciak@intel.com
1218W: http://sourceforge.net/projects/e1000/
1219S: Supported
1220
1221IOC3 DRIVER
1222P: Ralf Baechle
1223M: ralf@linux-mips.org
1224L: linux-mips@linux-mips.org
1225S: Maintained
1226
1227IP MASQUERADING:
1228P: Juanjo Ciarlante
1229M: jjciarla@raiz.uncu.edu.ar
1230S: Maintained
1231
1232IPX NETWORK LAYER
1233P: Arnaldo Carvalho de Melo
1234M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001235L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236S: Maintained
1237
1238IRDA SUBSYSTEM
1239P: Jean Tourrilhes
1240L: irda-users@lists.sourceforge.net
1241W: http://irda.sourceforge.net/
1242S: Maintained
1243
1244ISAPNP
1245P: Jaroslav Kysela
1246M: perex@suse.cz
1247S: Maintained
1248
1249ISDN SUBSYSTEM
1250P: Karsten Keil
1251M: kkeil@suse.de
1252P: Kai Germaschewski
1253M: kai.germaschewski@gmx.de
1254L: isdn4linux@listserv.isdn4linux.de
1255W: http://www.isdn4linux.de
1256S: Maintained
1257
1258ISDN SUBSYSTEM (Eicon active card driver)
1259P: Armin Schindler
1260M: mac@melware.de
1261L: isdn4linux@listserv.isdn4linux.de
1262W: http://www.melware.de
1263S: Maintained
1264
1265JOURNALLING FLASH FILE SYSTEM (JFFS)
1266P: Axis Communications AB
1267M: jffs-dev@axis.com
1268L: jffs-dev@axis.com
1269W: http://www.developer.axis.com/software/jffs/
1270S: Maintained
1271
1272JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1273P: David Woodhouse
1274M: dwmw2@infradead.org
1275L: jffs-dev@axis.com
1276W: http://sources.redhat.com/jffs2/
1277S: Maintained
1278
1279JFS FILESYSTEM
1280P: Dave Kleikamp
1281M: shaggy@austin.ibm.com
1282L: jfs-discussion@lists.sourceforge.net
1283W: http://jfs.sourceforge.net/
1284S: Supported
1285
1286KCONFIG
1287P: Roman Zippel
1288M: zippel@linux-m68k.org
1289L: kbuild-devel@lists.sourceforge.net
1290S: Maintained
1291
1292KERNEL AUTOMOUNTER (AUTOFS)
1293P: H. Peter Anvin
1294M: hpa@zytor.com
1295L: autofs@linux.kernel.org
1296S: Odd Fixes
1297
1298KERNEL AUTOMOUNTER v4 (AUTOFS4)
1299P: Ian Kent
1300M: raven@themaw.net
1301L: autofs@linux.kernel.org
1302S: Maintained
1303
1304KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1305P: Kai Germaschewski
1306M: kai@germaschewski.name
1307P: Sam Ravnborg
1308M: sam@ravnborg.org
1309S: Maintained
1310
1311KERNEL JANITORS
1312P: Several
1313L: kernel-janitors@osdl.org
1314W: http://www.kerneljanitors.org/
1315W: http://sf.net/projects/kernel-janitor/
1316W: http://developer.osdl.org/rddunlap/kj-patches/
1317S: Maintained
1318
1319KERNEL NFSD
1320P: Neil Brown
1321M: neilb@cse.unsw.edu.au
1322L: nfs@lists.sourceforge.net
1323W: http://nfs.sourceforge.net/
1324W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1325S: Maintained
1326
1327KERNEL EVENT LAYER (KOBJECT_UEVENT)
1328P: Robert Love
1329M: rml@novell.com
1330L: linux-kernel@vger.kernel.org
1331S: Maintained
1332
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001333KEXEC
1334P: Eric Biederman
1335P: Randy Dunlap
1336M: ebiederm@xmission.com
1337M: rddunlap@osdl.org
1338W: http://www.xmission.com/~ebiederm/files/kexec/
1339L: linux-kernel@vger.kernel.org
1340L: fastboot@osdl.org
1341S: Maintained
1342
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343LANMEDIA WAN CARD DRIVER
1344P: Andrew Stanley-Jones
1345M: asj@lanmedia.com
1346W: http://www.lanmedia.com/
1347S: Supported
1348
1349LAPB module
1350P: Henner Eisen
1351M: eis@baty.hanse.de
1352L: linux-x25@vger.kernel.org
1353S: Maintained
1354
1355LASI 53c700 driver for PARISC
1356P: James E.J. Bottomley
1357M: James.Bottomley@HansenPartnership.com
1358L: linux-scsi@vger.kernel.org
1359S: Maintained
1360
1361LEGO USB Tower driver
1362P: Juergen Stuber
1363M: starblue@users.sourceforge.net
1364L: legousb-devel@lists.sourceforge.net
1365W: http://legousb.sourceforge.net/
1366S: Maintained
1367
1368LINUX FOR IBM pSERIES (RS/6000)
1369P: Paul Mackerras
1370M: paulus@au.ibm.com
1371W: http://www.ibm.com/linux/ltc/projects/ppc
1372S: Supported
1373
1374LINUX FOR NCR VOYAGER
1375P: James Bottomley
1376M: James.Bottomley@HansenPartnership.com
1377W: http://www.hansenpartnership.com/voyager
1378S: Maintained
1379
1380LINUX FOR POWERPC
1381P: Paul Mackerras
1382M: paulus@samba.org
1383W: http://www.penguinppc.org/
1384L: linuxppc-dev@ozlabs.org
1385S: Supported
1386
1387LINUX FOR POWER MACINTOSH
1388P: Benjamin Herrenschmidt
1389M: benh@kernel.crashing.org
1390W: http://www.penguinppc.org/
1391L: linuxppc-dev@ozlabs.org
1392S: Maintained
1393
1394LINUX FOR POWERPC EMBEDDED MPC52XX
1395P: Sylvain Munaut
1396M: tnt@246tNt.com
1397W: http://www.246tNt.com/mpc52xx/
1398W: http://www.penguinppc.org/
1399L: linuxppc-dev@ozlabs.org
1400L: linuxppc-embedded@ozlabs.org
1401S: Maintained
1402
1403LINUX FOR POWERPC EMBEDDED PPC4XX
1404P: Matt Porter
1405M: mporter@kernel.crashing.org
1406W: http://www.penguinppc.org/
1407L: linuxppc-embedded@ozlabs.org
1408S: Maintained
1409
1410LINUX FOR POWERPC EMBEDDED PPC8XX AND BOOT CODE
1411P: Tom Rini
1412M: trini@kernel.crashing.org
1413W: http://www.penguinppc.org/
1414L: linuxppc-embedded@ozlabs.org
1415S: Maintained
1416
1417LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1418P: Kumar Gala
1419M: kumar.gala@freescale.com
1420W: http://www.penguinppc.org/
1421L: linuxppc-embedded@ozlabs.org
1422S: Maintained
1423
1424LLC (802.2)
1425P: Arnaldo Carvalho de Melo
1426M: acme@conectiva.com.br
1427S: Maintained
1428
1429LINUX FOR 64BIT POWERPC
1430P: Paul Mackerras
1431M: paulus@samba.org
1432M: paulus@au.ibm.com
1433P: Anton Blanchard
1434M: anton@samba.org
1435M: anton@au.ibm.com
1436W: http://linuxppc64.org
1437L: linuxppc64-dev@ozlabs.org
1438S: Supported
1439
1440LINUX SECURITY MODULE (LSM) FRAMEWORK
1441P: Chris Wright
1442M: chrisw@osdl.org
1443L: linux-security-module@wirex.com
1444W: http://lsm.immunix.org
1445S: Supported
1446
1447LM83 HARDWARE MONITOR DRIVER
1448P: Jean Delvare
1449M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001450L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451S: Maintained
1452
1453LM90 HARDWARE MONITOR DRIVER
1454P: Jean Delvare
1455M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001456L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457S: Maintained
1458
1459LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1460P: Richard Russon (FlatCap)
1461M: ldm@flatcap.org
1462L: ldm-devel@lists.sourceforge.net
1463W: http://ldm.sourceforge.net
1464S: Maintained
1465
1466LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1467P: Matthew Wilcox
1468M: matthew@wil.cx
1469L: linux-scsi@vger.kernel.org
1470S: Maintained
1471
1472M68K ARCHITECTURE
1473P: Geert Uytterhoeven
1474M: geert@linux-m68k.org
1475P: Roman Zippel
1476M: zippel@linux-m68k.org
1477L: linux-m68k@lists.linux-m68k.org
1478W: http://www.linux-m68k.org/
1479W: http://linux-m68k-cvs.ubb.ca/
1480S: Maintained
1481
1482M68K ON APPLE MACINTOSH
1483P: Joshua Thompson
1484M: funaho@jurai.org
1485W: http://www.mac.linux-m68k.org/
1486L: linux-mac68k@mac.linux-m68k.org
1487S: Maintained
1488
1489M68K ON HP9000/300
1490P: Philip Blundell
1491M: philb@gnu.org
1492W: http://www.tazenda.demon.co.uk/phil/linux-hp
1493S: Maintained
1494
1495MARVELL YUKON / SYSKONNECT DRIVER
1496P: Mirko Lindner
1497M: mlindner@syskonnect.de
1498P: Ralph Roesler
1499M: rroesler@syskonnect.de
1500W: http://www.syskonnect.com
1501S: Supported
1502
1503MAESTRO PCI SOUND DRIVERS
1504P: Zach Brown
1505M: zab@zabbo.net
1506S: Odd Fixes
1507
1508MARVELL MV64340 ETHERNET DRIVER
1509P: Manish Lachwani
1510M: Manish_Lachwani@pmc-sierra.com
1511L: linux-mips@linux-mips.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001512L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513S: Supported
1514
1515MATROX FRAMEBUFFER DRIVER
1516P: Petr Vandrovec
1517M: vandrove@vc.cvut.cz
1518L: linux-fbdev-devel@lists.sourceforge.net
1519S: Maintained
1520
1521MEMORY TECHNOLOGY DEVICES
1522P: David Woodhouse
1523M: dwmw2@infradead.org
1524W: http://www.linux-mtd.infradead.org/
1525L: linux-mtd@lists.infradead.org
1526S: Maintained
1527
1528MICROTEK X6 SCANNER
1529P: Oliver Neukum
1530M: oliver@neukum.name
1531S: Maintained
1532
1533MIPS
1534P: Ralf Baechle
1535M: ralf@linux-mips.org
1536W: http://oss.sgi.com/mips/mips-howto.html
1537L: linux-mips@linux-mips.org
1538S: Maintained
1539
1540MISCELLANEOUS MCA-SUPPORT
1541P: James Bottomley
1542M: jejb@steeleye.com
1543L: linux-kernel@vger.kernel.org
1544S: Maintained
1545
1546MODULE SUPPORT
1547P: Rusty Russell
1548M: rusty@rustcorp.com.au
1549L: linux-kernel@vger.kernel.org
1550S: Maintained
1551
1552MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1553P: Stelian Pop
1554M: stelian@popies.net
1555W: http://popies.net/meye/
1556S: Maintained
1557
1558MOUSE AND MISC DEVICES [GENERAL]
1559P: Alessandro Rubini
1560M: rubini@ipvvis.unipv.it
1561L: linux-kernel@vger.kernel.org
1562S: Maintained
1563
1564MTRR AND SIMILAR SUPPORT [i386]
1565P: Richard Gooch
1566M: rgooch@atnf.csiro.au
1567L: linux-kernel@vger.kernel.org
1568W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1569S: Maintained
1570
1571MULTISOUND SOUND DRIVER
1572P: Andrew Veliath
1573M: andrewtv@usa.net
1574S: Maintained
1575
1576NATSEMI ETHERNET DRIVER (DP8381x)
1577P: Tim Hockin
1578M: thockin@hockin.org
1579S: Maintained
1580
1581NCP FILESYSTEM
1582P: Petr Vandrovec
1583M: vandrove@vc.cvut.cz
1584L: linware@sh.cvut.cz
1585S: Maintained
1586
1587NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1588P: James E.J. Bottomley
1589M: James.Bottomley@HansenPartnership.com
1590L: linux-scsi@vger.kernel.org
1591S: Maintained
1592
1593NETFILTER/IPTABLES/IPCHAINS
1594P: Rusty Russell
1595P: Marc Boucher
1596P: James Morris
1597P: Harald Welte
1598P: Jozsef Kadlecsik
1599M: coreteam@netfilter.org
1600W: http://www.netfilter.org/
1601W: http://www.iptables.org/
1602L: netfilter@lists.netfilter.org
1603L: netfilter-devel@lists.netfilter.org
1604S: Supported
1605
1606NETROM NETWORK LAYER
1607P: Ralf Baechle
1608M: ralf@linux-mips.org
1609L: linux-hams@vger.kernel.org
1610S: Maintained
1611
1612NETWORK BLOCK DEVICE
1613P: Paul Clements
1614M: Paul.Clements@steeleye.com
1615S: Maintained
1616
1617NETWORK DEVICE DRIVERS
1618P: Andrew Morton
1619M: akpm@osdl.org
1620P: Jeff Garzik
1621M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001622L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623S: Maintained
1624
1625NETWORKING [GENERAL]
1626P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001627M: netdev@vger.kernel.org
1628L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629S: Maintained
1630
1631NETWORKING [IPv4/IPv6]
1632P: David S. Miller
1633M: davem@davemloft.net
1634P: Alexey Kuznetsov
1635M: kuznet@ms2.inr.ac.ru
1636P: Pekka Savola (ipv6)
1637M: pekkas@netcore.fi
1638P: James Morris
1639M: jmorris@redhat.com
1640P: Hideaki YOSHIFUJI
1641M: yoshfuji@linux-ipv6.org
1642P: Patrick McHardy
1643M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001644L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645S: Maintained
1646
1647IPVS
1648P: Wensong Zhang
1649M: wensong@linux-vs.org
1650P: Julian Anastasov
1651M: ja@ssi.bg
1652S: Maintained
1653
1654NFS CLIENT
1655P: Trond Myklebust
1656M: trond.myklebust@fys.uio.no
1657L: linux-kernel@vger.kernel.org
1658S: Maintained
1659
1660NI5010 NETWORK DRIVER
1661P: Jan-Pascal van Best and Andreas Mohr
1662M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1663M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001664L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665S: Maintained
1666
1667NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
1668P: YOKOTA Hiroshi
1669M: yokota@netlab.is.tsukuba.ac.jp
1670W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1671S: Maintained
1672
1673NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
1674P: GOTO Masanori
1675M: gotom@debian.or.jp
1676P: YOKOTA Hiroshi
1677M: yokota@netlab.is.tsukuba.ac.jp
1678W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
1679S: Maintained
1680
1681NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
1682P: Eberhard Moenkeberg
1683M: emoenke@gwdg.de
1684L: linux-kernel@vger.kernel.org
1685S: Maintained
1686
1687NTFS FILESYSTEM
1688P: Anton Altaparmakov
1689M: aia21@cantab.net
1690L: linux-ntfs-dev@lists.sourceforge.net
1691L: linux-kernel@vger.kernel.org
1692W: http://linux-ntfs.sf.net/
1693S: Maintained
1694
1695NVIDIA (RIVA) FRAMEBUFFER DRIVER
1696P: Ani Joshi
1697M: ajoshi@shell.unixbox.com
1698L: linux-nvidia@lists.surfsouth.com
1699S: Maintained
1700
1701OLYMPIC NETWORK DRIVER
1702P: Peter De Shrijver
1703M: p2@ace.ulyssis.student.kuleuven.ac.be
1704P: Mike Phillips
1705M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07001706L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707L: linux-tr@linuxtr.net
1708W: http://www.linuxtr.net
1709S: Maintained
1710
1711ONSTREAM SCSI TAPE DRIVER
1712P: Willem Riede
1713M: osst@riede.org
1714L: osst-users@lists.sourceforge.net
1715L: linux-scsi@vger.kernel.org
1716S: Maintained
1717
1718OPL3-SA2, SA3, and SAx DRIVER
1719P: Zwane Mwaikambo
1720M: zwane@commfireservices.com
1721L: linux-sound@vger.kernel.org
1722S: Maintained
1723
1724OPROFILE
1725P: Philippe Elie
1726M: phil.el@wanadoo.fr
1727L: oprofile-list@lists.sf.net
1728S: Maintained
1729
1730ORINOCO DRIVER
1731P: Pavel Roskin
1732M: proski@gnu.org
1733P: David Gibson
1734M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07001735L: orinoco-users@lists.sourceforge.net
1736L: orinoco-devel@lists.sourceforge.net
1737W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738S: Maintained
1739
1740PARALLEL PORT SUPPORT
1741P: Phil Blundell
1742M: philb@gnu.org
1743P: Tim Waugh
1744M: tim@cyberelk.net
1745P: David Campbell
1746M: campbell@torque.net
1747P: Andrea Arcangeli
1748M: andrea@suse.de
1749L: linux-parport@lists.infradead.org
1750W: http://people.redhat.com/twaugh/parport/
1751S: Maintained
1752
1753PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
1754P: Tim Waugh
1755M: tim@cyberelk.net
1756L: linux-parport@lists.infradead.org
1757W: http://www.torque.net/linux-pp.html
1758S: Maintained
1759
1760PARISC ARCHITECTURE
1761P: Matthew Wilcox
1762M: matthew@wil.cx
1763P: Grant Grundler
1764M: grundler@parisc-linux.org
1765L: parisc-linux@parisc-linux.org
1766W: http://www.parisc-linux.org/
1767S: Maintained
1768
1769PERSONALITY HANDLING
1770P: Christoph Hellwig
1771M: hch@infradead.org
1772L: linux-abi-devel@lists.sourceforge.net
1773S: Maintained
1774
1775PCI ID DATABASE
1776P: Martin Mares
1777M: mj@ucw.cz
1778L: pciids-devel@lists.sourceforge.net
1779W: http://pciids.sourceforge.net/
1780S: Maintained
1781
1782PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
1783P: Thomas Sailer
1784M: sailer@ife.ee.ethz.ch
1785L: linux-sound@vger.kernel.org
1786W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
1787S: Maintained
1788
1789PCI SUBSYSTEM
1790P: Greg Kroah-Hartman
1791M: gregkh@suse.de
1792L: linux-kernel@vger.kernel.org
1793L: linux-pci@atrey.karlin.mff.cuni.cz
1794S: Supported
1795
1796PCI HOTPLUG CORE
1797P: Greg Kroah-Hartman
1798M: gregkh@suse.de
1799S: Supported
1800
1801PCI HOTPLUG COMPAQ DRIVER
1802P: Greg Kroah-Hartman
1803M: greg@kroah.com
1804S: Maintained
1805
1806PCMCIA SUBSYSTEM
1807L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
1808S: Unmaintained
1809
1810PCNET32 NETWORK DRIVER
1811P: Thomas Bogendörfer
1812M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001813L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814S: Maintained
1815
1816PHRAM MTD DRIVER
1817P: Jörn Engel
1818M: joern@wh.fh-wedel.de
1819L: linux-mtd@lists.infradead.org
1820S: Maintained
1821
1822POSIX CLOCKS and TIMERS
1823P: George Anzinger
1824M: george@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001825L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826S: Supported
1827
1828PNP SUPPORT
1829P: Adam Belay
1830M: ambx1@neo.rr.com
1831S: Maintained
1832
1833PPP PROTOCOL DRIVERS AND COMPRESSORS
1834P: Paul Mackerras
1835M: paulus@samba.org
1836L: linux-ppp@vger.kernel.org
1837S: Maintained
1838
1839PPP OVER ATM (RFC 2364)
1840P: Mitchell Blank Jr
1841M: mitch@sfgoth.com
1842S: Maintained
1843
1844PPP OVER ETHERNET
1845P: Michal Ostrowski
1846M: mostrows@speakeasy.net
1847S: Maintained
1848
1849PREEMPTIBLE KERNEL
1850P: Robert Love
1851M: rml@tech9.net
1852L: linux-kernel@vger.kernel.org
1853L: kpreempt-tech@lists.sourceforge.net
1854W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
1855S: Supported
1856
1857PRISM54 WIRELESS DRIVER
1858P: Prism54 Development Team
1859M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001860L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861W: http://prism54.org
1862S: Maintained
1863
1864PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
1865P: Peter Denison
1866M: promise@pnd-pc.demon.co.uk
1867W: http://www.pnd-pc.demon.co.uk/promise/
1868S: Maintained
1869
1870PXA2xx SUPPORT
1871P: Nicolas Pitre
1872M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07001873L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874S: Maintained
1875
1876QLOGIC QLA2XXX FC-SCSI DRIVER
1877P: Andrew Vasquez
1878M: andrew.vasquez@qlogic.com
1879L: linux-scsi@vger.kernel.org
1880S: Supported
1881
1882QNX4 FILESYSTEM
1883P: Anders Larsen
1884M: al@alarsen.net
1885L: linux-kernel@vger.kernel.org
1886W: http://www.alarsen.net/linux/qnx4fs/
1887S: Maintained
1888
1889RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07001890P: Benjamin Herrenschmidt
1891M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892L: linux-fbdev-devel@lists.sourceforge.net
1893S: Maintained
1894
1895RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07001896P: Paul Mackerras
1897M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898L: linux-fbdev-devel@lists.sourceforge.net
1899S: Maintained
1900
1901RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
1902P: Corey Thomas
1903M: corey@world.std.com
1904L: linux-kernel@vger.kernel.org
1905S: Maintained
1906
Matt Mackall9e95ce22005-04-16 15:25:56 -07001907RANDOM NUMBER DRIVER
1908P: Matt Mackall
1909M: mpm@selenic.com
1910S: Maintained
1911
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912REAL TIME CLOCK DRIVER
1913P: Paul Gortmaker
1914M: p_gortmaker@yahoo.com
1915L: linux-kernel@vger.kernel.org
1916S: Maintained
1917
1918REISERFS FILE SYSTEM
1919P: Hans Reiser
1920M: reiserfs-dev@namesys.com
1921L: reiserfs-list@namesys.com
1922W: http://www.namesys.com
1923S: Supported
1924
1925ROCKETPORT DRIVER
1926P: Comtrol Corp.
1927M: support@comtrol.com
1928W: http://www.comtrol.com
1929S: Maintained
1930
1931ROSE NETWORK LAYER
1932P: Ralf Baechle
1933M: ralf@linux-mips.org
1934L: linux-hams@vger.kernel.org
1935S: Maintained
1936
1937RISCOM8 DRIVER
1938S: Orphan
1939
1940RTLINUX REALTIME LINUX
1941P: Victor Yodaiken
1942M: yodaiken@fsmlabs.com
1943L: rtl@rtlinux.org
1944W: www.rtlinux.org
1945S: Maintained
1946
1947S390
1948P: Martin Schwidefsky
1949M: schwidefsky@de.ibm.com
1950M: linux390@de.ibm.com
1951L: linux-390@vm.marist.edu
1952W: http://oss.software.ibm.com/developerworks/opensource/linux390
1953S: Supported
1954
1955SAA7146 VIDEO4LINUX-2 DRIVER
1956P: Michael Hunold
1957M: michael@mihu.de
1958W: http://www.mihu.de/linux/saa7146
1959S: Maintained
1960
1961SBPCD CDROM DRIVER
1962P: Eberhard Moenkeberg
1963M: emoenke@gwdg.de
1964L: linux-kernel@vger.kernel.org
1965S: Maintained
1966
1967SC1200 WDT DRIVER
1968P: Zwane Mwaikambo
1969M: zwane@commfireservices.com
1970S: Maintained
1971
1972SCHEDULER
1973P: Ingo Molnar
1974M: mingo@elte.hu
1975P: Robert Love [the preemptible kernel bits]
1976M: rml@tech9.net
1977L: linux-kernel@vger.kernel.org
1978S: Maintained
1979
1980SCSI CDROM DRIVER
1981P: Jens Axboe
1982M: axboe@suse.de
1983L: linux-scsi@vger.kernel.org
1984W: http://www.kernel.dk
1985S: Maintained
1986
1987SCSI SG DRIVER
1988P: Doug Gilbert
1989M: dgilbert@interlog.com
1990L: linux-scsi@vger.kernel.org
1991W: http://www.torque.net/sg
1992S: Maintained
1993
1994SCSI SUBSYSTEM
1995P: James E.J. Bottomley
1996M: James.Bottomley@SteelEye.com
1997L: linux-scsi@vger.kernel.org
1998S: Maintained
1999
2000SCSI TAPE DRIVER
2001P: Kai Mäkisara
2002M: Kai.Makisara@kolumbus.fi
2003L: linux-scsi@vger.kernel.org
2004S: Maintained
2005
2006SCTP PROTOCOL
2007P: Sridhar Samudrala
2008M: sri@us.ibm.com
2009L: lksctp-developers@lists.sourceforge.net
2010S: Supported
2011
2012SCx200 CPU SUPPORT
2013P: Christer Weinigel
2014M: christer@weinigel.se
2015W: http://www.weinigel.se
2016S: Supported
2017
2018SECURITY CONTACT
2019P: Security Officers
2020M: security@kernel.org
2021S: Supported
2022
2023SELINUX SECURITY MODULE
2024P: Stephen Smalley
2025M: sds@epoch.ncsc.mil
2026P: James Morris
2027M: jmorris@redhat.com
2028L: linux-kernel@vger.kernel.org (kernel issues)
2029L: selinux@tycho.nsa.gov (general discussion)
2030W: http://www.nsa.gov/selinux
2031S: Supported
2032
2033SERIAL ATA (SATA) SUBSYSTEM:
2034P: Jeff Garzik
2035M: jgarzik@pobox.com
2036L: linux-ide@vger.kernel.org
2037S: Supported
2038
2039SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2040P: Pat Gefre
2041M: pfg@sgi.com
2042L: linux-ia64@vger.kernel.org
2043S: Supported
2044
2045SGI VISUAL WORKSTATION 320 AND 540
2046P: Andrey Panin
2047M: pazke@donpac.ru
2048L: linux-visws-devel@lists.sf.net
2049W: http://linux-visws.sf.net
2050S: Maintained for 2.6.
2051
2052SIMTEC EB110ATX (Chalice CATS)
2053P: Ben Dooks
2054P: Vincent Sanders
2055M: support@simtec.co.uk
2056W: http://www.simtec.co.uk/products/EB110ATX/
2057S: Supported
2058
2059SIMTEC EB2410ITX (BAST)
2060P: Ben Dooks
2061P: Vincent Sanders
2062M: support@simtec.co.uk
2063W: http://www.simtec.co.uk/products/EB2410ITX/
2064S: Supported
2065
2066SIS 5513 IDE CONTROLLER DRIVER
2067P: Lionel Bouton
2068M: Lionel.Bouton@inet6.fr
2069W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2070W: http://gyver.homeip.net/sis5513/index.html
2071S: Maintained
2072
2073SIS 900/7016 FAST ETHERNET DRIVER
2074P: Daniele Venzano
2075M: venza@brownhat.org
2076W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002077L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078S: Maintained
2079
2080SIS FRAMEBUFFER DRIVER
2081P: Thomas Winischhofer
2082M: thomas@winischhofer.net
2083W: http://www.winischhofer.net/linuxsisvga.shtml
2084S: Maintained
2085
2086SIS USB2VGA DRIVER
2087P: Thomas Winischhofer
2088M: thomas@winischhofer.net
2089W: http://www.winischhofer.at/linuxsisusbvga.shtml
2090S: Maintained
2091
2092SMSC47M1 HARDWARE MONITOR DRIVER
2093P: Jean Delvare
2094M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002095L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096S: Odd Fixes
2097
2098SMB FILESYSTEM
2099P: Urban Widmark
2100M: urban@teststation.com
2101W: http://samba.org/
2102L: samba@samba.org
2103S: Maintained
2104
2105SMC91x ETHERNET DRIVER
2106P: Nicolas Pitre
2107M: nico@cam.org
2108S: Maintained
2109
2110SNA NETWORK LAYER
2111P: Jay Schulist
2112M: jschlst@samba.org
2113L: linux-sna@turbolinux.com
2114W: http://www.linux-sna.org
2115S: Supported
2116
2117SOFTWARE RAID (Multiple Disks) SUPPORT
2118P: Ingo Molnar
2119M: mingo@redhat.com
2120P: Neil Brown
2121M: neilb@cse.unsw.edu.au
2122L: linux-raid@vger.kernel.org
2123S: Maintained
2124
2125SOFTWARE SUSPEND:
2126P: Pavel Machek
2127M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002128L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129S: Maintained
2130
2131SONIC NETWORK DRIVER
2132P: Thomas Bogendoerfer
2133M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002134L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135S: Maintained
2136
2137SONY VAIO CONTROL DEVICE DRIVER
2138P: Stelian Pop
2139M: stelian@popies.net
2140W: http://popies.net/sonypi/
2141S: Maintained
2142
2143SOUND
2144P: Jaroslav Kysela
2145M: perex@suse.cz
2146L: alsa-devel@alsa-project.org
2147S: Maintained
2148
Kylene Hall1c72d462005-05-01 08:59:13 -07002149TPM DEVICE DRIVER
2150P: Kylene Hall
2151M: kjhall@us.ibm.com
2152W: http://tpmdd.sourceforge.net
2153L: tpmdd-devel@lists.sourceforge.net
2154S: Maintained
2155
Chris Zankel48b415c2005-06-23 22:01:07 -07002156TENSILICA XTENSA PORT (xtensa):
2157P: Chris Zankel
2158M: chris@zankel.net
2159S: Maintained
2160
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161UltraSPARC (sparc64):
2162P: David S. Miller
2163M: davem@davemloft.net
2164P: Eddie C. Dost
2165M: ecd@skynet.be
2166P: Jakub Jelinek
2167M: jj@sunsite.ms.mff.cuni.cz
2168P: Anton Blanchard
2169M: anton@samba.org
2170L: sparclinux@vger.kernel.org
2171L: ultralinux@vger.kernel.org
2172S: Maintained
2173
2174SHARP LH SUPPORT (LH7952X & LH7A40X)
2175P: Marc Singer
2176M: elf@buici.com
2177W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002178L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179S: Maintained
2180
2181SPARC (sparc32):
2182P: William L. Irwin
2183M: wli@holomorphy.com
2184L: sparclinux@vger.kernel.org
2185S: Maintained
2186
2187SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2188P: Roger Wolff
2189M: R.E.Wolff@BitWizard.nl
2190L: linux-kernel@vger.kernel.org ?
2191S: Supported
2192
2193SPX NETWORK LAYER
2194P: Jay Schulist
2195M: jschlst@samba.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002196L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197S: Supported
2198
2199SRM (Alpha) environment access
2200P: Jan-Benedict Glaw
2201M: jbglaw@lug-owl.de
2202L: linux-kernel@vger.kernel.org
2203S: Maintained
2204
2205STARFIRE/DURALAN NETWORK DRIVER
2206P: Ion Badulescu
2207M: ionut@cs.columbia.edu
2208S: Maintained
2209
2210STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2211W: http://mosquitonet.Stanford.EDU/strip.html
2212S: Unsupported ?
2213
2214STRADIS MPEG-2 DECODER DRIVER
2215P: Nathan Laredo
2216M: laredo@gnu.org
2217W: http://mpeg.openprojects.net/
2218W: http://www.stradis.com/
2219S: Maintained
2220
2221SUPERH (sh)
2222P: Paul Mundt
2223M: lethal@linux-sh.org
2224P: Kazumoto Kojima
2225M: kkojima@rr.iij4u.or.jp
2226L: linux-sh@m17n.org
2227W: http://www.linux-sh.org
2228W: http://www.m17n.org/linux-sh/
2229W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2230S: Maintained
2231
2232SUPERH64 (sh64)
2233P: Paul Mundt
2234M: lethal@linux-sh.org
2235P: Richard Curnow
2236M: rc@rc0.org.uk
2237L: linuxsh-shmedia-dev@lists.sourceforge.net
2238W: http://www.linux-sh.org
2239W: http://www.rc0.org.uk/sh64
2240S: Maintained
2241
2242SUN3/3X
2243P: Sam Creasey
2244M: sammy@sammy.net
2245L: sun3-list@redhat.com
2246W: http://sammy.net/sun3/
2247S: Maintained
2248
2249SVGA HANDLING
2250P: Martin Mares
2251M: mj@ucw.cz
2252L: linux-video@atrey.karlin.mff.cuni.cz
2253S: Maintained
2254
2255SYSV FILESYSTEM
2256P: Christoph Hellwig
2257M: hch@infradead.org
2258S: Maintained
2259
2260TI PARALLEL LINK CABLE DRIVER
2261P: Romain Lievin
2262M: roms@lpg.ticalc.org
2263S: Maintained
2264
2265TLAN NETWORK DRIVER
2266P: Samuel Chessman
2267M: chessman@tux.org
2268L: tlan-devel@lists.sourceforge.net
2269W: http://sourceforge.net/projects/tlan/
2270S: Maintained
2271
2272TOKEN-RING NETWORK DRIVER
2273P: Mike Phillips
2274M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002275L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276L: linux-tr@linuxtr.net
2277W: http://www.linuxtr.net
2278S: Maintained
2279
2280TOSHIBA ACPI EXTRAS DRIVER
2281P: John Belmonte
2282M: toshiba_acpi@memebeam.org
2283W: http://memebeam.org/toys/ToshibaAcpiDriver
2284S: Maintained
2285
2286TOSHIBA SMM DRIVER
2287P: Jonathan Buzzard
2288M: jonathan@buzzard.org.uk
2289L: tlinux-users@tce.toshiba-dme.co.jp
2290W: http://www.buzzard.org.uk/toshiba/
2291S: Maintained
2292
2293TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2294P: Muli Ben-Yehuda
2295M: mulix@mulix.org
2296L: linux-kernel@vger.kernel.org
2297S: Maintained
2298
2299TRIVIAL PATCHES
2300P: Rusty Russell
2301M: trivial@rustcorp.com.au
2302L: linux-kernel@vger.kernel.org
2303W: http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
2304S: Maintained
2305
2306TMS380 TOKEN-RING NETWORK DRIVER
2307P: Adam Fritzler
2308M: mid@auk.cx
2309L: linux-tr@linuxtr.net
2310W: http://www.auk.cx/tms380tr/
2311S: Maintained
2312
2313TULIP NETWORK DRIVER
2314P: Jeff Garzik
2315M: jgarzik@pobox.com
2316L: tulip-users@lists.sourceforge.net
2317W: http://sourceforge.net/projects/tulip/
2318S: Maintained
2319
2320TUN/TAP driver
2321P: Maxim Krasnyansky
2322M: maxk@qualcomm.com, max_mk@yahoo.com
2323L: vtun@office.satix.net
2324W: http://vtun.sourceforge.net/tun
2325S: Maintained
2326
2327U14-34F SCSI DRIVER
2328P: Dario Ballabio
2329M: ballabio_dario@emc.com
2330L: linux-scsi@vger.kernel.org
2331S: Maintained
2332
2333UDF FILESYSTEM
2334P: Ben Fennema
2335M: bfennema@falcon.csc.calpoly.edu
2336L: linux_udf@hpesjro.fc.hp.com
2337W: http://linux-udf.sourceforge.net
2338S: Maintained
2339
2340UNIFORM CDROM DRIVER
2341P: Jens Axboe
2342M: axboe@suse.de
2343L: linux-kernel@vger.kernel.org
2344W: http://www.kernel.dk
2345S: Maintained
2346
2347USB ACM DRIVER
2348P: Oliver Neukum
2349M: oliver@neukum.name
2350L: linux-usb-users@lists.sourceforge.net
2351L: linux-usb-devel@lists.sourceforge.net
2352S: Maintained
2353
2354USB BLOCK DRIVER (UB ub)
2355P: Pete Zaitcev
2356M: zaitcev@redhat.com
2357L: linux-kernel@vger.kernel.org
2358L: linux-usb-devel@lists.sourceforge.net
2359S: Supported
2360
2361USB BLUETOOTH TTY CONVERTER DRIVER
2362P: Greg Kroah-Hartman
2363M: greg@kroah.com
2364L: linux-usb-users@lists.sourceforge.net
2365L: linux-usb-devel@lists.sourceforge.net
2366S: Maintained
2367W: http://www.kroah.com/linux-usb/
2368
2369USB CDC ETHERNET DRIVER
2370P: Greg Kroah-Hartman
2371M: greg@kroah.com
2372L: linux-usb-users@lists.sourceforge.net
2373L: linux-usb-devel@lists.sourceforge.net
2374S: Maintained
2375W: http://www.kroah.com/linux-usb/
2376
2377USB EHCI DRIVER
2378P: David Brownell
2379M: dbrownell@users.sourceforge.net
2380L: linux-usb-devel@lists.sourceforge.net
2381S: Maintained
2382
2383USB HID/HIDBP DRIVERS
2384P: Vojtech Pavlik
2385M: vojtech@suse.cz
2386L: linux-usb-users@lists.sourceforge.net
2387L: linux-usb-devel@lists.sourceforge.net
2388S: Maintained
2389
2390USB HUB DRIVER
2391P: Johannes Erdfelt
2392M: johannes@erdfelt.com
2393L: linux-usb-users@lists.sourceforge.net
2394L: linux-usb-devel@lists.sourceforge.net
2395S: Maintained
2396
2397USB KAWASAKI LSI DRIVER
2398P: Oliver Neukum
2399M: oliver@neukum.name
2400L: linux-usb-users@lists.sourceforge.net
2401L: linux-usb-devel@lists.sourceforge.net
2402S: Maintained
2403
2404USB MASS STORAGE DRIVER
2405P: Matthew Dharm
2406M: mdharm-usb@one-eyed-alien.net
2407L: linux-usb-users@lists.sourceforge.net
2408L: linux-usb-devel@lists.sourceforge.net
2409S: Maintained
2410W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2411
2412USB OHCI DRIVER
2413P: Roman Weissgaerber
2414M: weissg@vienna.at
2415L: linux-usb-users@lists.sourceforge.net
2416L: linux-usb-devel@lists.sourceforge.net
2417S: Maintained
2418
2419USB OV511 DRIVER
2420P: Mark McClelland
2421M: mmcclell@bigfoot.com
2422L: linux-usb-users@lists.sourceforge.net
2423L: linux-usb-devel@lists.sourceforge.net
2424W: http://alpha.dyndns.org/ov511/
2425S: Maintained
2426
2427USB PEGASUS DRIVER
2428P: Petko Manolov
2429M: petkan@users.sourceforge.net
2430L: linux-usb-users@lists.sourceforge.net
2431L: linux-usb-devel@lists.sourceforge.net
2432W: http://pegasus2.sourceforge.net/
2433S: Maintained
2434
2435USB PRINTER DRIVER
2436P: Vojtech Pavlik
2437M: vojtech@suse.cz
2438L: linux-usb-users@lists.sourceforge.net
2439L: linux-usb-devel@lists.sourceforge.net
2440S: Maintained
2441
2442USB RTL8150 DRIVER
2443P: Petko Manolov
2444M: petkan@users.sourceforge.net
2445L: linux-usb-users@lists.sourceforge.net
2446L: linux-usb-devel@lists.sourceforge.net
2447W: http://pegasus2.sourceforge.net/
2448S: Maintained
2449
2450USB SE401 DRIVER
2451P: Jeroen Vreeken
2452M: pe1rxq@amsat.org
2453L: linux-usb-users@lists.sourceforge.net
2454L: linux-usb-devel@lists.sourceforge.net
2455W: http://www.chello.nl/~j.vreeken/se401/
2456S: Maintained
2457
2458USB SERIAL CYBERJACK DRIVER
2459P: Matthias Bruestle and Harald Welte
2460M: support@reiner-sct.com
2461W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2462S: Maintained
2463
2464USB SERIAL DIGI ACCELEPORT DRIVER
2465P: Peter Berger and Al Borchers
2466M: pberger@brimson.com
2467M: alborchers@steinerpoint.com
2468L: linux-usb-users@lists.sourceforge.net
2469L: linux-usb-devel@lists.sourceforge.net
2470S: Maintained
2471
2472USB SERIAL DRIVER
2473P: Greg Kroah-Hartman
2474M: gregkh@suse.de
2475L: linux-usb-users@lists.sourceforge.net
2476L: linux-usb-devel@lists.sourceforge.net
2477S: Supported
2478
2479USB SERIAL BELKIN F5U103 DRIVER
2480P: William Greathouse
2481M: wgreathouse@smva.com
2482L: linux-usb-users@lists.sourceforge.net
2483L: linux-usb-devel@lists.sourceforge.net
2484S: Maintained
2485
2486USB SERIAL CYPRESS M8 DRIVER
2487P: Lonnie Mendez
2488M: dignome@gmail.com
2489L: linux-usb-users@lists.sourceforge.net
2490L: linux-usb-devel@lists.sourceforge.net
2491S: Maintained
2492W: http://geocities.com/i0xox0i
2493W: http://firstlight.net/cvs
2494
2495USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2496L: linux-usb-users@lists.sourceforge.net
2497L: linux-usb-devel@lists.sourceforge.net
2498S: Maintained
2499
2500USB AUERSWALD DRIVER
2501P: Wolfgang Muees
2502M: wolfgang@iksw-muees.de
2503L: linux-usb-users@lists.sourceforge.net
2504L: linux-usb-devel@lists.sourceforge.net
2505S: Maintained
2506
2507USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2508P: Gary Brubaker
2509M: xavyer@ix.netcom.com
2510L: linux-usb-users@lists.sourceforge.net
2511L: linux-usb-devel@lists.sourceforge.net
2512S: Maintained
2513
2514USB SERIAL KEYSPAN DRIVER
2515P: Greg Kroah-Hartman
2516M: greg@kroah.com
2517L: linux-usb-users@lists.sourceforge.net
2518L: linux-usb-devel@lists.sourceforge.net
2519W: http://www.kroah.com/linux/
2520S: Maintained
2521
2522USB SERIAL WHITEHEAT DRIVER
2523P: Stuart MacDonald
2524M: stuartm@connecttech.com
2525L: linux-usb-users@lists.sourceforge.net
2526L: linux-usb-devel@lists.sourceforge.net
2527W: http://www.connecttech.com
2528S: Supported
2529
2530USB SN9C10x DRIVER
2531P: Luca Risolia
2532M: luca.risolia@studio.unibo.it
2533L: linux-usb-devel@lists.sourceforge.net
2534W: http://www.linux-projects.org
2535S: Maintained
2536
2537USB SUBSYSTEM
2538P: Greg Kroah-Hartman
2539M: gregkh@suse.de
2540L: linux-usb-users@lists.sourceforge.net
2541L: linux-usb-devel@lists.sourceforge.net
2542W: http://www.linux-usb.org
2543S: Supported
2544
2545USB UHCI DRIVER
2546P: Alan Stern
2547M: stern@rowland.harvard.edu
2548L: linux-usb-users@lists.sourceforge.net
2549L: linux-usb-devel@lists.sourceforge.net
2550S: Maintained
2551
2552USB "USBNET" DRIVER
2553P: David Brownell
2554M: dbrownell@users.sourceforge.net
2555L: linux-usb-devel@lists.sourceforge.net
2556S: Maintained
2557
2558USB W996[87]CF DRIVER
2559P: Luca Risolia
2560M: luca.risolia@studio.unibo.it
2561L: linux-usb-devel@lists.sourceforge.net
2562W: http://www.linux-projects.org
2563S: Maintained
2564
2565USB ZD1201 DRIVER
2566P: Jeroen Vreeken
2567M: pe1rxq@amsat.org
2568L: linux-usb-users@lists.sourceforge.net
2569L: linux-usb-devel@lists.sourceforge.net
2570W: http://linux-lc100020.sourceforge.net
2571S: Maintained
2572
2573USER-MODE LINUX
2574P: Jeff Dike
2575M: jdike@karaya.com
2576L: user-mode-linux-devel@lists.sourceforge.net
2577L: user-mode-linux-user@lists.sourceforge.net
2578W: http://user-mode-linux.sourceforge.net
2579S: Maintained
2580
2581FAT/VFAT/MSDOS FILESYSTEM:
2582P: OGAWA Hirofumi
2583M: hirofumi@mail.parknet.co.jp
2584L: linux-kernel@vger.kernel.org
2585S: Maintained
2586
2587VIA 82Cxxx AUDIO DRIVER (old OSS driver)
2588P: Jeff Garzik
2589S: Odd fixes
2590
2591VIA RHINE NETWORK DRIVER
2592P: Roger Luethi
2593M: rl@hellgate.ch
2594S: Maintained
2595
2596UCLINUX (AND M68KNOMMU)
2597P: Greg Ungerer
2598M: gerg@uclinux.org
2599M: gerg@snapgear.com
2600P: David McCullough
2601M: davidm@snapgear.com
2602P: D. Jeff Dionne (created first uClinux port)
2603M: jeff@uclinux.org
2604W: http://www.uclinux.org/
2605L: uclinux-dev@uclinux.org
2606S: Maintained
2607
2608UCLINUX FOR NEC V850
2609P: Miles Bader
2610M: uclinux-v850@lsi.nec.co.jp
2611W: http://www.ic.nec.co.jp/micro/uclinux/eng/
2612W: http://www.ee.nec.de/uclinux/
2613S: Supported
2614
2615UCLINUX FOR RENESAS H8/300
2616P: Yoshinori Sato
2617M: ysato@users.sourceforge.jp
2618W: http://uclinux-h8.sourceforge.jp/
2619S: Supported
2620
2621USB DIAMOND RIO500 DRIVER
2622P: Cesar Miquel
2623M: miquel@df.uba.ar
2624L: rio500-users@lists.sourceforge.net
2625W: http://rio500.sourceforge.net
2626S: Maintained
2627
2628VIDEO FOR LINUX
2629P: Gerd Knorr
2630M: kraxel@bytesex.org
2631L: video4linux-list@redhat.com
2632S: Orphan
2633
2634W1 DALLAS'S 1-WIRE BUS
2635P: Evgeniy Polyakov
2636M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002637L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638S: Maintained
2639
2640W83L51xD SD/MMC CARD INTERFACE DRIVER
2641P: Pierre Ossman
2642M: drzeus-wbsd@drzeus.cx
2643L: wbsd-devel@list.drzeus.cx
2644W: http://projects.drzeus.cx/wbsd
2645S: Maintained
2646
2647W83L785TS HARDWARE MONITOR DRIVER
2648P: Jean Delvare
2649M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002650L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651S: Odd Fixes
2652
2653WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
2654P: Nenad Corbic
2655M: ncorbic@sangoma.com
2656M: dm@sangoma.com
2657W: http://www.sangoma.com
2658S: Supported
2659
2660WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
2661P: Jean Tourrilhes
2662M: jt@hpl.hp.com
2663W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
2664S: Maintained
2665
2666WD7000 SCSI DRIVER
2667P: Miroslav Zagorac
2668M: zaga@fly.cc.fer.hr
2669L: linux-scsi@vger.kernel.org
2670S: Maintained
2671
2672WL3501 WIRELESS PCMCIA CARD DRIVER
2673P: Arnaldo Carvalho de Melo
2674M: acme@conectiva.com.br
2675W: http://advogato.org/person/acme
2676S: Maintained
2677
2678X.25 NETWORK LAYER
2679P: Henner Eisen
2680M: eis@baty.hanse.de
2681L: linux-x25@vger.kernel.org
2682S: Maintained
2683
2684XFS FILESYSTEM
2685P: Silicon Graphics Inc
2686M: xfs-masters@oss.sgi.com
2687M: nathans@sgi.com
2688L: linux-xfs@oss.sgi.com
2689W: http://oss.sgi.com/projects/xfs
2690S: Supported
2691
2692X86 3-LEVEL PAGING (PAE) SUPPORT
2693P: Ingo Molnar
2694M: mingo@redhat.com
2695S: Maintained
2696
2697X86-64 port
2698P: Andi Kleen
2699M: ak@suse.de
2700L: discuss@x86-64.org
2701W: http://www.x86-64.org
2702S: Maintained
2703
2704YAM DRIVER FOR AX.25
2705P: Jean-Paul Roubelat
2706M: jpr@f6fbb.org
2707L: linux-hams@vger.kernel.org
2708S: Maintained
2709
2710YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
2711P: Pete Zaitcev
2712M: zaitcev@yahoo.com
2713L: linux-kernel@vger.kernel.org
2714S: Obsolete
2715
2716Z8530 DRIVER FOR AX.25
2717P: Joerg Reuter
2718M: jreuter@yaina.de
2719W: http://yaina.de/jreuter/
2720W: http://www.qsl.net/dl1bke/
2721L: linux-hams@vger.kernel.org
2722S: Maintained
2723
2724ZF MACHZ WATCHDOG
2725P: Fernando Fuganti
2726M: fuganti@netbank.com.br
2727W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
2728S: Maintained
2729
2730ZR36067 VIDEO FOR LINUX DRIVER
2731P: Ronald Bultje
2732M: rbultje@ronald.bitfreak.net
2733L: mjpeg-users@lists.sourceforge.net
2734W: http://mjpeg.sourceforge.net/driver-zoran/
2735S: Maintained
2736
2737ZR36120 VIDEO FOR LINUX DRIVER
2738P: Pauline Middelink
2739M: middelin@polyware.nl
2740W: http://www.polyware.nl/~middelin/En/hobbies.html
2741W: http://www.polyware.nl/~middelin/hobbies.html
2742S: Maintained
2743
2744THE REST
2745P: Linus Torvalds
2746S: Buried alive in reporters