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