blob: e3e1515ba5a9065308e588b5fa2e480bcd039132 [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
Alan Coxc9ee1332006-05-20 15:00:12 -070043 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
Alan Coxc9ee1332006-05-20 15:00:12 -0700527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
58 -----------------------------------
59
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080070T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070071S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070086L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070087L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070094L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070095S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700143L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147P: Russell King
148M: rmk+serial@arm.linux.org.uk
149L: linux-serial@vger.kernel.org
150W: http://serial.sourceforge.net
151S: Maintained
152
1538390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
154P: Paul Gortmaker
155M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700156L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157S: Maintained
158
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001599P FILE SYSTEM
160P: Eric Van Hensbergen
161M: ericvh@gmail.com
162P: Ron Minnich
163M: rminnich@lanl.gov
164P: Latchesar Ionkov
165M: lucho@ionkov.net
166L: v9fs-developer@lists.sourceforge.net
167W: http://v9fs.sf.net
168T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
169S: Maintained
170
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171A2232 SERIAL BOARD DRIVER
172P: Enver Haase
173M: ehaase@inf.fu-berlin.de
174M: A2232@gmx.net
175L: linux-m68k@lists.linux-m68k.org
176S: Maintained
177
178AIO
179P: Benjamin LaHaise
180M: bcrl@kvack.org
181L: linux-aio@kvack.org
182S: Supported
183
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200184ABIT UGURU HARDWARE MONITOR DRIVER
185P: Hans de Goede
186M: j.w.r.degoede@hhs.nl
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
196ACI MIXER DRIVER
197P: Robert Siemer
198M: Robert.Siemer@gmx.de
199L: linux-sound@vger.kernel.org
200W: http://www.stud.uni-karlsruhe.de/~uh1b/
201S: Maintained
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203AACRAID SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205L: linux-scsi@vger.kernel.org
206W: http://linux.dell.com/storage.shtml
207S: Supported
208
209ACPI
210P: Len Brown
211M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500212L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800214T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215S: Maintained
216
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700217ACPI PCI HOTPLUG DRIVER
218P: Kristen Carlson Accardi
219M: kristen.c.accardi@intel.com
220L: pcihpd-discuss@lists.sourceforge.net
221S: Maintained
222
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223AD1816 SOUND DRIVER
224P: Thorsten Knabe
225M: Thorsten Knabe <linux@thorsten-knabe.de>
226W: http://linux.thorsten-knabe.de
227S: Maintained
228
Kyle McMartin6958ae32005-10-21 23:11:27 -0400229AD1889 SOUND DRIVER
230P: Kyle McMartin
231M: kyle@parisc-linux.org
232P: Thibaut Varene
233M: T-Bone@parisc-linux.org
234W: http://wiki.parisc-linux.org/AD1889
235L: parisc-linux@lists.parisc-linux.org
236S: Maintained
237
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238ADM1025 HARDWARE MONITOR DRIVER
239P: Jean Delvare
240M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200241L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242S: Maintained
243
244ADT746X FAN DRIVER
245P: Colin Leroy
246M: colin@colino.net
247S: Maintained
248
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249AEDSP16 DRIVER
250P: Riccardo Facchetti
251M: fizban@tin.it
252S: Maintained
253
254AFFS FILE SYSTEM
255P: Roman Zippel
256M: zippel@linux-m68k.org
257S: Maintained
258
259AGPGART DRIVER
260P: Dave Jones
261M: davej@codemonkey.org.uk
262W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800263T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264S: Maintained
265
266AHA152X SCSI DRIVER
267P: Juergen E. Fischer
268M: Juergen Fischer <fischer@norbit.de>
269L: linux-scsi@vger.kernel.org
270S: Maintained
271
272ALCATEL SPEEDTOUCH USB DRIVER
273P: Duncan Sands
274M: duncan.sands@free.fr
275L: linux-usb-users@lists.sourceforge.net
276L: linux-usb-devel@lists.sourceforge.net
277W: http://www.linux-usb.org/SpeedTouch/
278S: Maintained
279
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000280ALI1563 I2C DRIVER
281P: Rudolf Marek
282M: r.marek@sh.cvut.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200283L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000284S: Maintained
285
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286ALPHA PORT
287P: Richard Henderson
288M: rth@twiddle.net
289S: Odd Fixes for 2.4; Maintained for 2.6.
290P: Ivan Kokshaysky
291M: ink@jurassic.park.msu.ru
292S: Maintained for 2.4; PCI support for 2.6.
293
Jordan Crousef90b8112006-01-06 00:12:14 -0800294AMD GEODE PROCESSOR/CHIPSET SUPPORT
295P: Jordan Crouse
296M: info-linux@geode.amd.com
297L: info-linux@geode.amd.com
298W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
299S: Supported
300
Johannes Berg42269062006-07-25 16:15:50 +0200301AOA (Apple Onboard Audio) ALSA DRIVER
302P: Johannes Berg
303M: johannes@sipsolutions.net
304L: linuxppc-dev@ozlabs.org
305L: alsa-devel@alsa-project.org
306S: Maintained
307
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308APM DRIVER
309P: Stephen Rothwell
310M: sfr@canb.auug.org.au
311L: linux-laptop@vger.kernel.org
312W: http://www.canb.auug.org.au/~sfr/
313S: Supported
314
315APPLETALK NETWORK LAYER
316P: Arnaldo Carvalho de Melo
317M: acme@conectiva.com.br
318S: Maintained
319
Jaya Kumar1154ea72005-06-21 17:17:04 -0700320ARC FRAMEBUFFER DRIVER
321P: Jaya Kumar
322M: jayalk@intworks.biz
323S: Maintained
324
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325ARM26 ARCHITECTURE
326P: Ian Molton
327M: spyro@f2s.com
328S: Maintained
329
330ARM26/ARCHIMEDES
331P: Ian Molton
332M: spyro@f2s.com
333S: Maintained
334
335ARM26/A5000
336P: John Appleby
337M: john@dnsworld.co.uk
338S: Maintained
339
340ARM MFM AND FLOPPY DRIVERS
341P: Ian Molton
342M: spyro@f2s.com
343S: Maintained
344
345ARM/CORGI MACHINE SUPPORT
346P: Richard Purdie
347M: rpurdie@rpsys.net
348S: Maintained
349
Dirk Opfer8459c152005-11-06 14:27:52 +0000350ARM/TOSA MACHINE SUPPORT
351P: Dirk Opfer
352M: dirk@opfer-online.de
353S: Maintained
354
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355ARM/PLEB SUPPORT
356P: Peter Chubb
357M: pleb@gelato.unsw.edu.au
358W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
359S: Maintained
360
361ARM/PT DIGITAL BOARD PORT
362P: Stefan Eletzhofer
363M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700364L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365W: http://www.arm.linux.org.uk/
366S: Maintained
367
368ARM/SHARK MACHINE SUPPORT
369P: Alexander Schulz
370M: alex@shark-linux.de
371W: http://www.shark-linux.de/shark.html
372S: Maintained
373
374ARM/STRONGARM110 PORT
375P: Russell King
376M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700377L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378W: http://www.arm.linux.org.uk/
379S: Maintained
380
381ARM/S3C2410 ARM ARCHITECTURE
382P: Ben Dooks
383M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700384L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385W: http://www.fluff.org/ben/linux/
386S: Maintained
387
388ARM/S3C2440 ARM ARCHITECTURE
389P: Ben Dooks
390M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700391L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392W: http://www.fluff.org/ben/linux/
393S: Maintained
394
395ARPD SUPPORT
396P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700397L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398S: Maintained
399
400ASUS ACPI EXTRAS DRIVER
401P: Karol Kozimor
402M: sziwan@users.sourceforge.net
403P: Julien Lerouge
404M: julien.lerouge@free.fr
405L: acpi4asus-user@lists.sourceforge.net
406W: http://sourceforge.net/projects/acpi4asus
407W: http://julien.lerouge.free.fr
408S: Maintained
409
410ATA OVER ETHERNET DRIVER
411P: Ed L. Cashin
412M: ecashin@coraid.com
413W: http://www.coraid.com/support/linux
414S: Supported
415
416ATM
417P: Chas Williams
418M: chas@cmf.nrl.navy.mil
419L: linux-atm-general@lists.sourceforge.net
420W: http://linux-atm.sourceforge.net
421S: Maintained
422
423ATMEL WIRELESS DRIVER
424P: Simon Kelley
425M: simon@thekelleys.org.uk
426W: http://www.thekelleys.org.uk/atmel
427W: http://atmelwlandriver.sourceforge.net/
428S: Maintained
429
Chris Wrighta92b7b82005-07-07 18:12:23 -0700430AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100431P: David Woodhouse
432M: dwmw2@infradead.org
433L: linux-audit@redhat.com
434W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800435T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700436S: Maintained
437
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438AX.25 NETWORK LAYER
439P: Ralf Baechle
440M: ralf@linux-mips.org
441L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200442W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443S: Maintained
444
445BAYCOM/HDLCDRV DRIVERS FOR AX.25
446P: Thomas Sailer
447M: t.sailer@alumni.ethz.ch
448L: linux-hams@vger.kernel.org
449W: http://www.baycom.org/~tom/ham/ham.html
450S: Maintained
451
Michael Buesch9eac8f92006-04-22 17:31:27 +0200452BCM43XX WIRELESS DRIVER
453P: Michael Buesch
454M: mb@bu3sch.de
455P: Stefano Brivio
456M: st3@riseup.net
457W: http://bcm43xx.berlios.de/
458S: Maintained
459
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460BEFS FILE SYSTEM
461P: Sergey S. Kostyliov
462M: rathamahata@php4.ru
463L: linux-kernel@vger.kernel.org
464S: Maintained
465
466BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
467P: Kenji Hollis
468W: http://ftp.bitgate.com/pcwd/
469S: Maintained
470
471BFS FILE SYSTEM
472P: Tigran A. Aivazian
473M: tigran@veritas.com
474L: linux-kernel@vger.kernel.org
475S: Maintained
476
477BLOCK LAYER
478P: Jens Axboe
479M: axboe@suse.de
480L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800481T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482S: Maintained
483
484BLUETOOTH SUBSYSTEM
485P: Marcel Holtmann
486M: marcel@holtmann.org
487P: Maxim Krasnyansky
488M: maxk@qualcomm.com
489L: bluez-devel@lists.sf.net
490W: http://bluez.sf.net
491W: http://www.bluez.org
492W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800493T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494S: Maintained
495
496BLUETOOTH RFCOMM LAYER
497P: Marcel Holtmann
498M: marcel@holtmann.org
499P: Maxim Krasnyansky
500M: maxk@qualcomm.com
501S: Maintained
502
503BLUETOOTH BNEP LAYER
504P: Marcel Holtmann
505M: marcel@holtmann.org
506P: Maxim Krasnyansky
507M: maxk@qualcomm.com
508S: Maintained
509
510BLUETOOTH CMTP LAYER
511P: Marcel Holtmann
512M: marcel@holtmann.org
513S: Maintained
514
515BLUETOOTH HIDP LAYER
516P: Marcel Holtmann
517M: marcel@holtmann.org
518S: Maintained
519
520BLUETOOTH HCI UART DRIVER
521P: Marcel Holtmann
522M: marcel@holtmann.org
523P: Maxim Krasnyansky
524M: maxk@qualcomm.com
525S: Maintained
526
527BLUETOOTH HCI USB DRIVER
528P: Marcel Holtmann
529M: marcel@holtmann.org
530P: Maxim Krasnyansky
531M: maxk@qualcomm.com
532S: Maintained
533
534BLUETOOTH HCI BCM203X DRIVER
535P: Marcel Holtmann
536M: marcel@holtmann.org
537S: Maintained
538
539BLUETOOTH HCI BPA10X DRIVER
540P: Marcel Holtmann
541M: marcel@holtmann.org
542S: Maintained
543
544BLUETOOTH HCI BFUSB DRIVER
545P: Marcel Holtmann
546M: marcel@holtmann.org
547S: Maintained
548
549BLUETOOTH HCI DTL1 DRIVER
550P: Marcel Holtmann
551M: marcel@holtmann.org
552S: Maintained
553
554BLUETOOTH HCI BLUECARD DRIVER
555P: Marcel Holtmann
556M: marcel@holtmann.org
557S: Maintained
558
559BLUETOOTH HCI BT3C DRIVER
560P: Marcel Holtmann
561M: marcel@holtmann.org
562S: Maintained
563
564BLUETOOTH HCI BTUART DRIVER
565P: Marcel Holtmann
566M: marcel@holtmann.org
567S: Maintained
568
569BLUETOOTH HCI VHCI DRIVER
570P: Maxim Krasnyansky
571M: maxk@qualcomm.com
572S: Maintained
573
574BONDING DRIVER
575P: Chad Tindel
576M: ctindel@users.sourceforge.net
577P: Jay Vosburgh
578M: fubar@us.ibm.com
579L: bonding-devel@lists.sourceforge.net
580W: http://sourceforge.net/projects/bonding/
581S: Supported
582
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000583BROADBAND PROCESSOR ARCHITECTURE
584P: Arnd Bergmann
585M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100586L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400587W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000588S: Supported
589
Gary Zambrano39105892006-06-22 17:26:20 -0700590BROADCOM B44 10/100 ETHERNET DRIVER
591P: Gary Zambrano
592M: zambrano@broadcom.com
593L: netdev@vger.kernel.org
594S: Supported
595
Michael Chan948c51e2006-06-04 02:51:39 -0700596BROADCOM BNX2 GIGABIT ETHERNET DRIVER
597P: Michael Chan
598M: mchan@broadcom.com
599L: netdev@vger.kernel.org
600S: Supported
601
602BROADCOM TG3 GIGABIT ETHERNET DRIVER
603P: Michael Chan
604M: mchan@broadcom.com
605L: netdev@vger.kernel.org
606S: Supported
607
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700609P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200610M: mchehab@infradead.org
611M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700613W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200614T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700615S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200617CALGARY x86-64 IOMMU
618P: Muli Ben-Yehuda
619M: muli@il.ibm.com
620P: Jon D. Mason
621M: jdmason@us.ibm.com
622L: linux-kernel@vger.kernel.org
623L: discuss@x86-64.org
624S: Maintained
625
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626COMMON INTERNET FILE SYSTEM (CIFS)
627P: Steve French
628M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100629L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630L: samba-technical@lists.samba.org
631W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800632T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633S: Supported
634
Joel Becker7063fbf2005-12-15 14:29:43 -0800635CONFIGFS
636P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800637M: joel.becker@oracle.com
638L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800639S: Supported
640
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641CIRRUS LOGIC GENERIC FBDEV DRIVER
642P: Jeff Garzik
643M: jgarzik@pobox.com
644L: linux-fbdev-devel@lists.sourceforge.net
645S: Odd Fixes
646
647CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
648P: Cirrus Logic Corporation (kernel 2.2 driver)
649M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
650P: Nils Faerber (port to kernel 2.4)
651M: Nils Faerber <nils@kernelconcepts.de>
652S: Maintained
653
654CODA FILE SYSTEM
655P: Jan Harkes
656M: jaharkes@cs.cmu.edu
657M: coda@cs.cmu.edu
658L: codalist@coda.cs.cmu.edu
659W: http://www.coda.cs.cmu.edu/
660S: Maintained
661
662COMPACTPCI HOTPLUG CORE
663P: Scott Murray
664M: scottm@somanetworks.com
665M: scott@spiteful.org
666L: pcihpd-discuss@lists.sourceforge.net
667S: Supported
668
669COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
670P: Scott Murray
671M: scottm@somanetworks.com
672M: scott@spiteful.org
673L: pcihpd-discuss@lists.sourceforge.net
674S: Supported
675
676COMPACTPCI HOTPLUG GENERIC DRIVER
677P: Scott Murray
678M: scottm@somanetworks.com
679M: scott@spiteful.org
680L: pcihpd-discuss@lists.sourceforge.net
681S: Supported
682
683COMPUTONE INTELLIPORT MULTIPORT CARD
684P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700685M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700687S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688
689COSA/SRP SYNC SERIAL DRIVER
690P: Jan "Yenya" Kasprzak
691M: kas@fi.muni.cz
692W: http://www.fi.muni.cz/~kas/cosa/
693S: Maintained
694
695CPU FREQUENCY DRIVERS
696P: Dave Jones
697M: davej@codemonkey.org.uk
698L: cpufreq@lists.linux.org.uk
699W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800700T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701S: Maintained
702
703CPUID/MSR DRIVER
704P: H. Peter Anvin
705M: hpa@zytor.com
706S: Maintained
707
Paul Jacksoned90fb42005-09-27 21:45:37 -0700708CPUSETS
709P: Paul Jackson
710P: Simon Derr
711M: pj@sgi.com
712M: simon.derr@bull.net
713L: linux-kernel@vger.kernel.org
714W: http://www.bullopensource.org/cpuset/
715S: Supported
716
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717CRAMFS FILESYSTEM
718W: http://sourceforge.net/projects/cramfs/
719S: Orphan
720
721CRIS PORT
722P: Mikael Starvik
723M: starvik@axis.com
724L: dev-etrax@axis.com
725W: http://developer.axis.com
726S: Maintained
727
728CRYPTO API
729P: Herbert Xu
730M: herbert@gondor.apana.org.au
731P: David S. Miller
732M: davem@davemloft.net
733L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800734T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735S: Maintained
736
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100737CS5535 Audio ALSA driver
738P: Jaya Kumar
739M: jayakumar.alsa@gmail.com
740S: Maintained
741
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742CYBERPRO FB DRIVER
743P: Russell King
744M: rmk@arm.linux.org.uk
745W: http://www.arm.linux.org.uk/
746S: Maintained
747
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700748CYBLAFB FRAMEBUFFER DRIVER
749P: Knut Petersen
750M: Knut_Petersen@t-online.de
751L: linux-fbdev-devel@lists.sourceforge.net
752S: Maintained
753
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754CYCLADES 2X SYNC CARD DRIVER
755P: Arnaldo Carvalho de Melo
756M: acme@conectiva.com.br
757W: http://advogato.org/person/acme
758L: cycsyn-devel@bazar.conectiva.com.br
759S: Maintained
760
761CYCLADES ASYNC MUX DRIVER
762M: async@cyclades.com
763W: http://www.cyclades.com/
764S: Supported
765
766CYCLADES PC300 DRIVER
767M: pc300@cyclades.com
768W: http://www.cyclades.com/
769S: Supported
770
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771DAMA SLAVE for AX.25
772P: Joerg Reuter
773M: jreuter@yaina.de
774W: http://yaina.de/jreuter/
775W: http://www.qsl.net/dl1bke/
776L: linux-hams@vger.kernel.org
777S: Maintained
778
779DC395x SCSI driver
780P: Oliver Neukum
781M: oliver@neukum.name
782P: Ali Akcaagac
783M: aliakc@web.de
784P: Jamie Lenehan
785M: lenehan@twibble.org
786W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -0700787L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788L: http://lists.twibble.org/mailman/listinfo/dc395x/
789S: Maintained
790
791DC390/AM53C974 SCSI driver
792P: Kurt Garloff
793M: garloff@suse.de
794W: http://www.garloff.de/kurt/linux/dc390/
795P: Guennadi Liakhovetski
796M: g.liakhovetski@gmx.de
797S: Maintained
798
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700799DCCP PROTOCOL
800P: Arnaldo Carvalho de Melo
801M: acme@mandriva.com
802L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800803W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700804S: Maintained
805
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806DECnet NETWORK LAYER
807P: Patrick Caulfield
808M: patrick@tykepenguin.com
809W: http://linux-decnet.sourceforge.net
810L: linux-decnet-user@lists.sourceforge.net
811S: Maintained
812
813DEFXX FDDI NETWORK DRIVER
814P: Maciej W. Rozycki
815M: macro@linux-mips.org
816S: Maintained
817
818DELL LAPTOP SMM DRIVER
819P: Massimo Dal Zotto
820M: dz@debian.org
821W: http://www.debian.org/~dz/i8k/
822S: Maintained
823
Doug Warzecha90563ec2005-09-06 15:17:15 -0700824DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
825P: Doug Warzecha
826M: Douglas_Warzecha@dell.com
827S: Maintained
828
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829DEVICE-MAPPER
830P: Alasdair Kergon
831L: dm-devel@redhat.com
832W: http://sources.redhat.com/dm
833S: Maintained
834
835DEVICE NUMBER REGISTRY
836P: Torben Mathiasen
837M: device@lanana.org
838W: http://lanana.org/docs/device-list/index.html
839L: linux-kernel@vger.kernel.org
840S: Maintained
841
842DEVICE FILESYSTEM
843S: Obsolete
844
845DIGI INTL. EPCA DRIVER
846P: Digi International, Inc
847M: Eng.Linux@digi.com
848L: Eng.Linux@digi.com
849W: http://www.digi.com
850S: Orphaned
851
852DIGI RIGHTSWITCH NETWORK DRIVER
853P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700854L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855W: http://www.digi.com
856S: Orphaned
857
858DIRECTORY NOTIFICATION
859P: Stephen Rothwell
860M: sfr@canb.auug.org.au
861L: linux-kernel@vger.kernel.org
862S: Supported
863
864DISK GEOMETRY AND PARTITION HANDLING
865P: Andries Brouwer
866M: aeb@cwi.nl
867W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
868W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
869W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
870S: Maintained
871
872DISKQUOTA:
873P: Jan Kara
874M: jack@suse.cz
875L: linux-kernel@vger.kernel.org
876S: Maintained
877
878DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
879P: Tobias Ringstrom
880M: tori@unhappy.mine.nu
881L: linux-kernel@vger.kernel.org
882S: Maintained
883
Martin Waitzba483d52005-06-17 13:20:59 -0700884DOCBOOK FOR DOCUMENTATION
885P: Martin Waitz
886M: tali@admingilde.org
Randy Dunlap0f40efb2006-07-03 00:24:15 -0700887P: Randy Dunlap
888M: rdunlap@xenotime.net
Martin Waitz061350e2006-01-09 20:53:53 -0800889T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700890S: Maintained
891
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892DOUBLETALK DRIVER
893P: James R. Van Zandt
894M: jrv@vanzandt.mv.com
895L: blinux-list@redhat.com
896S: Maintained
897
898DRIVER CORE, KOBJECTS, AND SYSFS
899P: Greg Kroah-Hartman
900M: gregkh@suse.de
901L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800902T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903S: Supported
904
905DRM DRIVERS
906P: David Airlie
907M: airlied@linux.ie
908L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800909T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910S: Maintained
911
912DSCC4 DRIVER
913P: François Romieu
914M: romieu@cogenit.fr
915M: romieu@ensta.fr
916S: Maintained
917
918DVB SUBSYSTEM AND DRIVERS
919P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200920M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200922W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200923T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200924S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925
926EATA-DMA SCSI DRIVER
927P: Michael Neuffer
928L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
929S: Maintained
930
931EATA ISA/EISA/PCI SCSI DRIVER
932P: Dario Ballabio
933M: ballabio_dario@emc.com
934L: linux-scsi@vger.kernel.org
935S: Maintained
936
937EATA-PIO SCSI DRIVER
938P: Michael Neuffer
939M: mike@i-Connect.Net
940L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
941S: Maintained
942
943EBTABLES
944P: Bart De Schuymer
945M: bart.de.schuymer@pandora.be
946L: ebtables-user@lists.sourceforge.net
947L: ebtables-devel@lists.sourceforge.net
948W: http://ebtables.sourceforge.net/
949S: Maintained
950
Alan Coxda9bb1d2006-01-18 17:44:13 -0800951EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800952P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700953M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800954L: bluesmoke-devel@lists.sourceforge.net
955W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700956S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -0800957
958EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700959P: Mark Gross
960M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800961L: bluesmoke-devel@lists.sourceforge.net
962W: bluesmoke.sourceforge.net
963S: Maintained
964
965EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700966P: Doug Thompson
967M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800968L: bluesmoke-devel@lists.sourceforge.net
969W: bluesmoke.sourceforge.net
970S: Maintained
971
972EDAC-R82600
973P: Tim Small
974M: tim@buttersideup.com
975L: bluesmoke-devel@lists.sourceforge.net
976W: bluesmoke.sourceforge.net
977S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800978
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979EEPRO100 NETWORK DRIVER
980P: Andrey V. Savochkin
981M: saw@saw.sw.com.sg
982S: Maintained
983
Josh Triplett0bee8d22006-07-30 03:03:58 -0700984EFS FILESYSTEM
985W: http://aeschi.ch.eu.org/efs/
986S: Orphan
987
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988EMU10K1 SOUND DRIVER
989P: James Courtier-Dutton
990M: James@superbug.demon.co.uk
991L: emu10k1-devel@lists.sourceforge.net
992W: http://sourceforge.net/projects/emu10k1/
993S: Maintained
994
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400995EMULEX LPFC FC SCSI DRIVER
996P: James Smart
997M: james.smart@emulex.com
998L: linux-scsi@vger.kernel.org
999W: http://sourceforge.net/projects/lpfcxxxx
1000S: Supported
1001
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002EPSON 1355 FRAMEBUFFER DRIVER
1003P: Christopher Hoover
1004M: ch@murgatroid.com, ch@hpl.hp.com
1005S: Maintained
1006
1007ETHEREXPRESS-16 NETWORK DRIVER
1008P: Philip Blundell
1009M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001010L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011S: Maintained
1012
1013ETHERNET BRIDGE
1014P: Stephen Hemminger
1015M: shemminger@osdl.org
1016L: bridge@osdl.org
1017W: http://bridge.sourceforge.net/
1018S: Maintained
1019
1020ETHERTEAM 16I DRIVER
1021P: Mika Kuoppala
1022M: miku@iki.fi
1023S: Maintained
1024
1025EXT2 FILE SYSTEM
1026L: ext2-devel@lists.sourceforge.net
1027S: Maintained
1028
1029EXT3 FILE SYSTEM
1030P: Stephen Tweedie, Andrew Morton
1031M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001032L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033S: Maintained
1034
Jean Delvaree53004e2006-01-09 23:26:14 +01001035F71805F HARDWARE MONITORING DRIVER
1036P: Jean Delvare
1037M: khali@linux-fr.org
1038L: lm-sensors@lm-sensors.org
1039S: Maintained
1040
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041FARSYNC SYNCHRONOUS DRIVER
1042P: Kevin Curtis
1043M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044W: http://www.farsite.co.uk/
1045S: Supported
1046
1047FRAMEBUFFER LAYER
1048P: Antonino Daplas
1049M: adaplas@pol.net
1050L: linux-fbdev-devel@lists.sourceforge.net
1051W: http://linux-fbdev.sourceforge.net/
1052S: Maintained
1053
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001054FREESCALE SOC FS_ENET DRIVER
1055P: Pantelis Antoniou
1056M: pantelis.antoniou@gmail.com
1057P: Vitaly Bordug
1058M: vbordug@ru.mvista.com
1059L: linuxppc-embedded@ozlabs.org
1060L: netdev@vger.kernel.org
1061S: Maintained
1062
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063FILE LOCKING (flock() and fcntl()/lockf())
1064P: Matthew Wilcox
1065M: matthew@wil.cx
1066L: linux-fsdevel@vger.kernel.org
1067S: Maintained
1068
1069FILESYSTEMS (VFS and infrastructure)
1070P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001071M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072S: Maintained
1073
1074FIRMWARE LOADER (request_firmware)
1075L: linux-kernel@vger.kernel.org
1076S: Orphan
1077
1078FPU EMULATOR
1079P: Bill Metzenthen
1080M: billm@suburbia.net
1081W: http://suburbia.net/~billm/floating-point/emulator/
1082S: Maintained
1083
1084FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1085P: Mike McLagan
1086M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001087L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088S: Maintained
1089
1090FREEVXFS FILESYSTEM
1091P: Christoph Hellwig
1092M: hch@infradead.org
1093W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1094S: Maintained
1095
1096FUJITSU FR-V PORT
1097P: David Howells
1098M: dhowells@redhat.com
1099S: Maintained
1100
1101FTAPE/QIC-117
1102L: linux-tape@vger.kernel.org
1103W: http://sourceforge.net/projects/ftape
1104S: Orphan
1105
Miklos Szeredi04578f12005-09-09 13:10:22 -07001106FUSE: FILESYSTEM IN USERSPACE
1107P: Miklos Szeredi
1108M: miklos@szeredi.hu
1109L: fuse-devel@lists.sourceforge.net
1110W: http://fuse.sourceforge.net/
1111S: Maintained
1112
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1114P: Rik Faith
1115M: faith@cs.unc.edu
1116L: linux-scsi@vger.kernel.org
1117S: Odd fixes (e.g., new signatures)
1118
1119GDT SCSI DISK ARRAY CONTROLLER DRIVER
1120P: Achim Leubner
1121M: achim_leubner@adaptec.com
1122L: linux-scsi@vger.kernel.org
1123W: http://www.icp-vortex.com/
1124S: Supported
1125
1126GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1127P: Krzysztof Halasa
1128M: khc@pm.waw.pl
1129W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1130S: Maintained
1131
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001132GIGASET ISDN DRIVERS
1133P: Hansjoerg Lipp
1134M: hjlipp@web.de
1135P: Tilman Schmidt
1136M: tilman@imap.cc
1137L: gigaset307x-common@lists.sourceforge.net
1138W: http://gigaset307x.sourceforge.net/
1139S: Maintained
1140
Jean Delvare5b543962005-08-15 19:51:02 +02001141HARDWARE MONITORING
1142P: Jean Delvare
1143M: khali@linux-fr.org
1144L: lm-sensors@lm-sensors.org
1145W: http://www.lm-sensors.nu/
1146S: Maintained
1147
Michael Buesch844dd052006-06-26 00:24:59 -07001148HARDWARE RANDOM NUMBER GENERATOR CORE
1149P: Michael Buesch
1150M: mb@bu3sch.de
1151S: Maintained
1152
Robert Love860e1d62005-08-31 23:57:59 -04001153HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1154P: Robert Love
1155M: rlove@rlove.org
1156M: linux-kernel@vger.kernel.org
1157W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1158S: Maintained
1159
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160HARMONY SOUND DRIVER
1161P: Kyle McMartin
1162M: kyle@parisc-linux.org
1163W: http://www.parisc-linux.org/~kyle/harmony/
1164L: parisc-linux@lists.parisc-linux.org
1165S: Maintained
1166
1167HAYES ESP SERIAL DRIVER
1168P: Andrew J. Robinson
1169M: arobinso@nyx.net
1170L: linux-kernel@vger.kernel.org
1171W: http://www.nyx.net/~arobinso
1172S: Maintained
1173
1174HFS FILESYSTEM
1175P: Roman Zippel
1176M: zippel@linux-m68k.org
1177L: linux-kernel@vger.kernel.org
1178S: Maintained
1179
1180HGA FRAMEBUFFER DRIVER
1181P: Ferenc Bakonyi
1182M: fero@drama.obuda.kando.hu
1183L: linux-nvidia@lists.surfsouth.com
1184W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1185S: Maintained
1186
1187HIGH-SPEED SCC DRIVER FOR AX.25
1188P: Klaus Kudielka
1189M: klaus.kudielka@ieee.org
1190L: linux-hams@vger.kernel.org
1191W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1192S: Maintained
1193
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001194HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1195P: HighPoint Linux Team
1196M: linux@highpoint-tech.com
1197W: http://www.highpoint-tech.com
1198S: Supported
1199
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200HIPPI
1201P: Jes Sorensen
1202M: jes@trained-monkey.org
1203L: linux-hippi@sunsite.dk
1204S: Maintained
1205
1206HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1207P: Chirag Kantharia
1208M: chirag.kantharia@hp.com
1209L: iss_storagedev@hp.com
1210S: Maintained
1211
1212HEWLETT-PACKARD SMART2 RAID DRIVER
1213P: Chirag Kantharia
1214M: chirag.kantharia@hp.com
1215L: iss_storagedev@hp.com
1216S: Maintained
1217
1218HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1219P: Mike Miller
1220M: mike.miller@hp.com
1221L: iss_storagedev@hp.com
1222S: Supported
1223
Jouni Malinenff1d2762005-05-12 22:54:16 -04001224HOST AP DRIVER
1225P: Jouni Malinen
1226M: jkmaline@cc.hut.fi
1227L: hostap@shmoo.com
1228W: http://hostap.epitest.fi/
1229S: Maintained
1230
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1232P: Jaroslav Kysela
1233M: perex@suse.cz
1234S: Maintained
1235
Bob Piccob9b03322005-11-07 00:59:19 -08001236HPET: High Precision Event Timers driver (hpet.c)
1237P: Clemens Ladisch
1238M: clemens@ladisch.de
1239S: Maintained
1240
1241HPET: i386
1242P: Venkatesh Pallipadi (Venki)
1243M: venkatesh.pallipadi@intel.com
1244S: Maintained
1245
1246HPET: x86_64
1247P: Andi Kleen and Vojtech Pavlik
1248M: ak@muc.de and vojtech@suse.cz
1249S: Maintained
1250
1251HPET: ACPI hpet.c
1252P: Bob Picco
1253M: bob.picco@hp.com
1254S: Maintained
1255
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256HPFS FILESYSTEM
1257P: Mikulas Patocka
1258M: mikulas@artax.karlin.mff.cuni.cz
1259W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1260S: Maintained
1261
1262HUGETLB FILESYSTEM
1263P: William Irwin
1264M: wli@holomorphy.com
1265S: Maintained
1266
Jean Delvare5b543962005-08-15 19:51:02 +02001267I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268P: Jean Delvare
1269M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001270L: i2c@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001272T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273S: Maintained
1274
1275I2O
1276P: Markus Lidel
1277M: markus.lidel@shadowconnect.com
1278W: http://i2o.shadowconnect.com/
1279S: Maintained
1280
1281i386 BOOT CODE
1282P: Riley H. Williams
1283M: Riley@Williams.Name
1284L: Linux-Kernel@vger.kernel.org
1285S: Maintained
1286
1287i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1288P: Dave Jones
1289M: davej@codemonkey.org.uk
1290P: H. Peter Anvin
1291M: hpa@zytor.com
1292S: Maintained
1293
1294i810 TCO TIMER WATCHDOG
1295P: Nils Faerber
1296M: nils@kernelconcepts.de
1297W: http://www.kernelconcepts.de/
1298S: Maintained
1299
1300IA64 (Itanium) PLATFORM
1301P: Tony Luck
1302M: tony.luck@intel.com
1303L: linux-ia64@vger.kernel.org
1304W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001305T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306S: Maintained
1307
1308SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001309P: Jes Sorensen
1310M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311L: linux-altix@sgi.com
1312L: linux-ia64@vger.kernel.org
1313W: http://www.sgi.com/altix
1314S: Maintained
1315
1316IBM MCA SCSI SUBSYSTEM DRIVER
1317P: Michael Lang
1318M: langa2@kph.uni-mainz.de
1319W: http://www.uni-mainz.de/~langm000/linux.html
1320S: Maintained
1321
1322IBM Power Linux RAID adapter
1323P: Brian King
1324M: brking@us.ibm.com
1325S: Supported
1326
1327IBM ServeRAID RAID DRIVER
1328P: Jack Hammer
1329P: Dave Jeffery
1330M: ipslinux@adaptec.com
1331W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1332S: Supported
1333
1334IDE DRIVER [GENERAL]
1335P: Bartlomiej Zolnierkiewicz
1336M: B.Zolnierkiewicz@elka.pw.edu.pl
1337L: linux-kernel@vger.kernel.org
1338L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001339T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340S: Maintained
1341
1342IDE/ATAPI CDROM DRIVER
1343P: Jens Axboe
1344M: axboe@suse.de
1345L: linux-kernel@vger.kernel.org
1346W: http://www.kernel.dk
1347S: Maintained
1348
1349IDE/ATAPI FLOPPY DRIVERS
1350P: Paul Bristow
1351M: Paul Bristow <paul@paulbristow.net>
1352W: http://paulbristow.net/linux/idefloppy.html
1353L: linux-kernel@vger.kernel.org
1354S: Maintained
1355
1356IDE/ATAPI TAPE DRIVERS
1357P: Gadi Oxman
1358M: Gadi Oxman <gadio@netvision.net.il>
1359L: linux-kernel@vger.kernel.org
1360S: Maintained
1361
1362IEEE 1394 ETHERNET (eth1394)
1363L: linux1394-devel@lists.sourceforge.net
1364W: http://www.linux1394.org/
1365S: Orphan
1366
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367IEEE 1394 SUBSYSTEM
1368P: Ben Collins
1369M: bcollins@debian.org
1370P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001371M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372L: linux1394-devel@lists.sourceforge.net
1373W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001374T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375S: Maintained
1376
1377IEEE 1394 OHCI DRIVER
1378P: Ben Collins
1379M: bcollins@debian.org
1380P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001381M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382L: linux1394-devel@lists.sourceforge.net
1383W: http://www.linux1394.org/
1384S: Maintained
1385
1386IEEE 1394 PCILYNX DRIVER
1387P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001388M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389L: linux1394-devel@lists.sourceforge.net
1390W: http://www.linux1394.org/
1391S: Maintained
1392
1393IEEE 1394 RAW I/O DRIVER
1394P: Ben Collins
1395M: bcollins@debian.org
1396P: Dan Dennedy
1397M: dan@dennedy.org
1398L: linux1394-devel@lists.sourceforge.net
1399W: http://www.linux1394.org/
1400S: Maintained
1401
Jody McIntyre105d7b32005-09-30 11:59:04 -07001402IEEE 1394 SBP2
1403P: Ben Collins
1404M: bcollins@debian.org
1405P: Stefan Richter
1406M: stefanr@s5r6.in-berlin.de
1407L: linux1394-devel@lists.sourceforge.net
1408W: http://www.linux1394.org/
1409S: Maintained
1410
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411IMS TWINTURBO FRAMEBUFFER DRIVER
1412P: Paul Mundt
1413M: lethal@chaoticdreams.org
1414L: linux-fbdev-devel@lists.sourceforge.net
1415S: Maintained
1416
1417INFINIBAND SUBSYSTEM
1418P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001419M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420P: Sean Hefty
1421M: mshefty@ichips.intel.com
1422P: Hal Rosenstock
1423M: halr@voltaire.com
1424L: openib-general@openib.org
1425W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001426T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427S: Supported
1428
1429INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001430P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001431M: dmitry.torokhov@gmail.com
1432M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433L: linux-input@atrey.karlin.mff.cuni.cz
1434L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001435T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436S: Maintained
1437
Robert Lovec9f04f52005-07-15 12:21:07 -04001438INOTIFY
1439P: John McCutchan and Robert Love
1440M: ttb@tentacle.dhs.org and rml@novell.com
1441L: linux-kernel@vger.kernel.org
1442S: Maintained
1443
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001444INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1445P: Sylvain Meyer
1446M: sylvain.meyer@worldonline.fr
1447L: linux-fbdev-devel@lists.sourceforge.net
1448S: Maintained
1449
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450INTEL 810/815 FRAMEBUFFER DRIVER
1451P: Antonino Daplas
1452M: adaplas@pol.net
1453L: linux-fbdev-devel@lists.sourceforge.net
1454S: Maintained
1455
1456INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1457P: Ingo Molnar
1458M: mingo@redhat.com
1459S: Maintained
1460
1461INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1462P: Jeff Garzik
1463M: jgarzik@pobox.com
1464W: http://sourceforge.net/projects/gkernel/
1465S: Maintained
1466
1467INTEL IA32 MICROCODE UPDATE SUPPORT
1468P: Tigran Aivazian
1469M: tigran@veritas.com
1470S: Maintained
1471
Michael Buesch844dd052006-06-26 00:24:59 -07001472INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1473P: Deepak Saxena
1474M: dsaxena@plexity.net
1475S: Maintained
1476
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477INTEL PRO/100 ETHERNET SUPPORT
1478P: John Ronciak
1479M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480P: Jesse Brandeburg
1481M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001482P: Jeff Kirsher
1483M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001484P: Auke Kok
1485M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486W: http://sourceforge.net/projects/e1000/
1487S: Supported
1488
1489INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1490P: Jeb Cramer
1491M: cramerj@intel.com
1492P: John Ronciak
1493M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001494P: Jesse Brandeburg
1495M: jesse.brandeburg@intel.com
1496P: Jeff Kirsher
1497M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001498P: Auke Kok
1499M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500W: http://sourceforge.net/projects/e1000/
1501S: Supported
1502
1503INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001504P: Jeff Kirsher
1505M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506P: Ayyappan Veeraiyan
1507M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508P: John Ronciak
1509M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001510P: Jesse Brandeburg
1511M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001512P: Auke Kok
1513M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514W: http://sourceforge.net/projects/e1000/
1515S: Supported
1516
James Ketrenos826d2ab2005-11-07 18:56:59 -06001517INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1518P: Yi Zhu
1519M: yi.zhu@intel.com
1520P: James Ketrenos
1521M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001522L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001523L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1524W: http://ipw2100.sourceforge.net
1525S: Supported
1526
1527INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1528P: Yi Zhu
1529M: yi.zhu@intel.com
1530P: James Ketrenos
1531M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001532L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001533L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1534W: http://ipw2200.sourceforge.net
1535S: Supported
1536
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537IOC3 DRIVER
1538P: Ralf Baechle
1539M: ralf@linux-mips.org
1540L: linux-mips@linux-mips.org
1541S: Maintained
1542
1543IP MASQUERADING:
1544P: Juanjo Ciarlante
1545M: jjciarla@raiz.uncu.edu.ar
1546S: Maintained
1547
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001548IPATH DRIVER:
1549P: Bryan O'Sullivan
1550M: support@pathscale.com
1551L: openib-general@openib.org
1552S: Supported
1553
Corey Minyard4409ebe2006-04-20 02:43:12 -07001554IPMI SUBSYSTEM
1555P: Corey Minyard
1556M: minyard@acm.org
1557L: openipmi-developer@lists.sourceforge.net
1558W: http://openipmi.sourceforge.net/
1559S: Supported
1560
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561IPX NETWORK LAYER
1562P: Arnaldo Carvalho de Melo
1563M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001564L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565S: Maintained
1566
1567IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001568P: Samuel Ortiz
1569M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001570L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001572S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573
1574ISAPNP
1575P: Jaroslav Kysela
1576M: perex@suse.cz
1577S: Maintained
1578
1579ISDN SUBSYSTEM
1580P: Karsten Keil
1581M: kkeil@suse.de
1582P: Kai Germaschewski
1583M: kai.germaschewski@gmx.de
1584L: isdn4linux@listserv.isdn4linux.de
1585W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001586T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587S: Maintained
1588
1589ISDN SUBSYSTEM (Eicon active card driver)
1590P: Armin Schindler
1591M: mac@melware.de
1592L: isdn4linux@listserv.isdn4linux.de
1593W: http://www.melware.de
1594S: Maintained
1595
1596JOURNALLING FLASH FILE SYSTEM (JFFS)
1597P: Axis Communications AB
1598M: jffs-dev@axis.com
1599L: jffs-dev@axis.com
1600W: http://www.developer.axis.com/software/jffs/
1601S: Maintained
1602
1603JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1604P: David Woodhouse
1605M: dwmw2@infradead.org
1606L: jffs-dev@axis.com
1607W: http://sources.redhat.com/jffs2/
1608S: Maintained
1609
1610JFS FILESYSTEM
1611P: Dave Kleikamp
1612M: shaggy@austin.ibm.com
1613L: jfs-discussion@lists.sourceforge.net
1614W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001615T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616S: Supported
1617
Josh Triplettde456d32006-07-30 03:04:00 -07001618JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001619P: Stephen Tweedie, Andrew Morton
1620M: sct@redhat.com, akpm@osdl.org
1621L: ext2-devel@lists.sourceforge.net
1622S: Maintained
1623
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624KCONFIG
1625P: Roman Zippel
1626M: zippel@linux-m68k.org
1627L: kbuild-devel@lists.sourceforge.net
1628S: Maintained
1629
Vivek Goyalea6c2082006-05-20 14:59:55 -07001630KDUMP
1631P: Vivek Goyal
1632M: vgoyal@in.ibm.com
1633P: Haren Myneni
1634M: hbabu@us.ibm.com
1635L: fastboot@lists.osdl.org
1636L: linux-kernel@vger.kernel.org
1637W: http://lse.sourceforge.net/kdump/
1638S: Maintained
1639
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640KERNEL AUTOMOUNTER (AUTOFS)
1641P: H. Peter Anvin
1642M: hpa@zytor.com
1643L: autofs@linux.kernel.org
1644S: Odd Fixes
1645
1646KERNEL AUTOMOUNTER v4 (AUTOFS4)
1647P: Ian Kent
1648M: raven@themaw.net
1649L: autofs@linux.kernel.org
1650S: Maintained
1651
1652KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1653P: Kai Germaschewski
1654M: kai@germaschewski.name
1655P: Sam Ravnborg
1656M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001657T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658S: Maintained
1659
1660KERNEL JANITORS
1661P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001662L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664S: Maintained
1665
1666KERNEL NFSD
1667P: Neil Brown
1668M: neilb@cse.unsw.edu.au
1669L: nfs@lists.sourceforge.net
1670W: http://nfs.sourceforge.net/
1671W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1672S: Maintained
1673
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001674KEXEC
1675P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001676M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001677W: http://www.xmission.com/~ebiederm/files/kexec/
1678L: linux-kernel@vger.kernel.org
1679L: fastboot@osdl.org
1680S: Maintained
1681
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001682KPROBES
1683P: Prasanna S Panchamukhi
1684M: prasanna@in.ibm.com
1685P: Ananth N Mavinakayanahalli
1686M: ananth@in.ibm.com
1687P: Anil S Keshavamurthy
1688M: anil.s.keshavamurthy@intel.com
1689P: David S. Miller
1690M: davem@davemloft.net
1691L: linux-kernel@vger.kernel.org
1692S: Maintained
1693
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001696S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697
1698LASI 53c700 driver for PARISC
1699P: James E.J. Bottomley
1700M: James.Bottomley@HansenPartnership.com
1701L: linux-scsi@vger.kernel.org
1702S: Maintained
1703
Richard Purdie263de9b2006-05-15 09:44:16 -07001704LED SUBSYSTEM
1705P: Richard Purdie
1706M: rpurdie@rpsys.net
1707S: Maintained
1708
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709LEGO USB Tower driver
1710P: Juergen Stuber
1711M: starblue@users.sourceforge.net
1712L: legousb-devel@lists.sourceforge.net
1713W: http://legousb.sourceforge.net/
1714S: Maintained
1715
1716LINUX FOR IBM pSERIES (RS/6000)
1717P: Paul Mackerras
1718M: paulus@au.ibm.com
1719W: http://www.ibm.com/linux/ltc/projects/ppc
1720S: Supported
1721
1722LINUX FOR NCR VOYAGER
1723P: James Bottomley
1724M: James.Bottomley@HansenPartnership.com
1725W: http://www.hansenpartnership.com/voyager
1726S: Maintained
1727
1728LINUX FOR POWERPC
1729P: Paul Mackerras
1730M: paulus@samba.org
1731W: http://www.penguinppc.org/
1732L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001733T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734S: Supported
1735
1736LINUX FOR POWER MACINTOSH
1737P: Benjamin Herrenschmidt
1738M: benh@kernel.crashing.org
1739W: http://www.penguinppc.org/
1740L: linuxppc-dev@ozlabs.org
1741S: Maintained
1742
1743LINUX FOR POWERPC EMBEDDED MPC52XX
1744P: Sylvain Munaut
1745M: tnt@246tNt.com
1746W: http://www.246tNt.com/mpc52xx/
1747W: http://www.penguinppc.org/
1748L: linuxppc-dev@ozlabs.org
1749L: linuxppc-embedded@ozlabs.org
1750S: Maintained
1751
1752LINUX FOR POWERPC EMBEDDED PPC4XX
1753P: Matt Porter
1754M: mporter@kernel.crashing.org
1755W: http://www.penguinppc.org/
1756L: linuxppc-embedded@ozlabs.org
1757S: Maintained
1758
Tom Rinie93adf12005-07-26 12:49:53 -07001759LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760P: Tom Rini
1761M: trini@kernel.crashing.org
1762W: http://www.penguinppc.org/
1763L: linuxppc-embedded@ozlabs.org
1764S: Maintained
1765
Tom Rinie93adf12005-07-26 12:49:53 -07001766LINUX FOR POWERPC EMBEDDED PPC8XX
1767P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001768M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001769W: http://www.penguinppc.org/
1770L: linuxppc-embedded@ozlabs.org
1771S: Maintained
1772
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1774P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001775M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776W: http://www.penguinppc.org/
1777L: linuxppc-embedded@ozlabs.org
1778S: Maintained
1779
1780LLC (802.2)
1781P: Arnaldo Carvalho de Melo
1782M: acme@conectiva.com.br
1783S: Maintained
1784
1785LINUX FOR 64BIT POWERPC
1786P: Paul Mackerras
1787M: paulus@samba.org
1788M: paulus@au.ibm.com
1789P: Anton Blanchard
1790M: anton@samba.org
1791M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001792W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001793L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794S: Supported
1795
1796LINUX SECURITY MODULE (LSM) FRAMEWORK
1797P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001798M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001799L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001801T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802S: Supported
1803
1804LM83 HARDWARE MONITOR DRIVER
1805P: Jean Delvare
1806M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001807L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808S: Maintained
1809
1810LM90 HARDWARE MONITOR DRIVER
1811P: Jean Delvare
1812M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001813L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814S: Maintained
1815
1816LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1817P: Richard Russon (FlatCap)
1818M: ldm@flatcap.org
1819L: ldm-devel@lists.sourceforge.net
1820W: http://ldm.sourceforge.net
1821S: Maintained
1822
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001823LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1824P: Eric Moore
1825M: Eric.Moore@lsil.com
1826M: support@lsil.com
1827L: mpt_linux_developer@lsil.com
1828L: linux-scsi@vger.kernel.org
1829W: http://www.lsilogic.com/support
1830S: Supported
1831
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1833P: Matthew Wilcox
1834M: matthew@wil.cx
1835L: linux-scsi@vger.kernel.org
1836S: Maintained
1837
1838M68K ARCHITECTURE
1839P: Geert Uytterhoeven
1840M: geert@linux-m68k.org
1841P: Roman Zippel
1842M: zippel@linux-m68k.org
1843L: linux-m68k@lists.linux-m68k.org
1844W: http://www.linux-m68k.org/
1845W: http://linux-m68k-cvs.ubb.ca/
1846S: Maintained
1847
1848M68K ON APPLE MACINTOSH
1849P: Joshua Thompson
1850M: funaho@jurai.org
1851W: http://www.mac.linux-m68k.org/
1852L: linux-mac68k@mac.linux-m68k.org
1853S: Maintained
1854
1855M68K ON HP9000/300
1856P: Philip Blundell
1857M: philb@gnu.org
1858W: http://www.tazenda.demon.co.uk/phil/linux-hp
1859S: Maintained
1860
1861MARVELL YUKON / SYSKONNECT DRIVER
1862P: Mirko Lindner
1863M: mlindner@syskonnect.de
1864P: Ralph Roesler
1865M: rroesler@syskonnect.de
1866W: http://www.syskonnect.com
1867S: Supported
1868
1869MAESTRO PCI SOUND DRIVERS
1870P: Zach Brown
1871M: zab@zabbo.net
1872S: Odd Fixes
1873
Michael Kerriskfaf16682005-07-31 22:34:47 -07001874MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1875P: Michael Kerrisk
1876M: mtk-manpages@gmx.net
1877W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1878S: Maintained
1879
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001880MARVELL MV643XX ETHERNET DRIVER
1881P: Dale Farnsworth
1882M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001884M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001885L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001886S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887
1888MATROX FRAMEBUFFER DRIVER
1889P: Petr Vandrovec
1890M: vandrove@vc.cvut.cz
1891L: linux-fbdev-devel@lists.sourceforge.net
1892S: Maintained
1893
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001894MEGARAID SCSI DRIVERS
1895P: Neela Syam Kolli
1896M: Neela.Kolli@engenio.com
1897S: linux-scsi@vger.kernel.org
1898W: http://megaraid.lsilogic.com
1899S: Maintained
1900
Steven Rostedt70ea91f2006-07-30 03:03:53 -07001901MEMORY MANAGEMENT
1902L: linux-mm@kvack.org
1903L: linux-kernel@vger.kernel.org
1904W: http://www.linux-mm.org
1905S: Maintained
1906
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001907MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908P: David Woodhouse
1909M: dwmw2@infradead.org
1910W: http://www.linux-mtd.infradead.org/
1911L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001912T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913S: Maintained
1914
1915MICROTEK X6 SCANNER
1916P: Oliver Neukum
1917M: oliver@neukum.name
1918S: Maintained
1919
1920MIPS
1921P: Ralf Baechle
1922M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001923W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001925T: git www.linux-mips.org:/pub/scm/linux.git
1926S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927
1928MISCELLANEOUS MCA-SUPPORT
1929P: James Bottomley
1930M: jejb@steeleye.com
1931L: linux-kernel@vger.kernel.org
1932S: Maintained
1933
1934MODULE SUPPORT
1935P: Rusty Russell
1936M: rusty@rustcorp.com.au
1937L: linux-kernel@vger.kernel.org
1938S: Maintained
1939
1940MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1941P: Stelian Pop
1942M: stelian@popies.net
1943W: http://popies.net/meye/
1944S: Maintained
1945
1946MOUSE AND MISC DEVICES [GENERAL]
1947P: Alessandro Rubini
1948M: rubini@ipvvis.unipv.it
1949L: linux-kernel@vger.kernel.org
1950S: Maintained
1951
1952MTRR AND SIMILAR SUPPORT [i386]
1953P: Richard Gooch
1954M: rgooch@atnf.csiro.au
1955L: linux-kernel@vger.kernel.org
1956W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1957S: Maintained
1958
Russell King12223da2006-06-15 13:28:52 +01001959MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001960P: Russell King
1961M: rmk+mmc@arm.linux.org.uk
1962S: Maintained
1963
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964MULTISOUND SOUND DRIVER
1965P: Andrew Veliath
1966M: andrewtv@usa.net
1967S: Maintained
1968
1969NATSEMI ETHERNET DRIVER (DP8381x)
1970P: Tim Hockin
1971M: thockin@hockin.org
1972S: Maintained
1973
1974NCP FILESYSTEM
1975P: Petr Vandrovec
1976M: vandrove@vc.cvut.cz
1977L: linware@sh.cvut.cz
1978S: Maintained
1979
1980NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1981P: James E.J. Bottomley
1982M: James.Bottomley@HansenPartnership.com
1983L: linux-scsi@vger.kernel.org
1984S: Maintained
1985
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07001986NETEM NETWORK EMULATOR
1987P: Stephen Hemminger
1988M: shemminger@osdl.org
1989L: netem@osdl.org
1990S: Maintained
1991
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992NETFILTER/IPTABLES/IPCHAINS
1993P: Rusty Russell
1994P: Marc Boucher
1995P: James Morris
1996P: Harald Welte
1997P: Jozsef Kadlecsik
1998M: coreteam@netfilter.org
1999W: http://www.netfilter.org/
2000W: http://www.iptables.org/
2001L: netfilter@lists.netfilter.org
2002L: netfilter-devel@lists.netfilter.org
2003S: Supported
2004
2005NETROM NETWORK LAYER
2006P: Ralf Baechle
2007M: ralf@linux-mips.org
2008L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002009W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010S: Maintained
2011
2012NETWORK BLOCK DEVICE
2013P: Paul Clements
2014M: Paul.Clements@steeleye.com
2015S: Maintained
2016
2017NETWORK DEVICE DRIVERS
2018P: Andrew Morton
2019M: akpm@osdl.org
2020P: Jeff Garzik
2021M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002022L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002023T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024S: Maintained
2025
2026NETWORKING [GENERAL]
2027P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002028M: netdev@vger.kernel.org
2029L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002030W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031S: Maintained
2032
2033NETWORKING [IPv4/IPv6]
2034P: David S. Miller
2035M: davem@davemloft.net
2036P: Alexey Kuznetsov
2037M: kuznet@ms2.inr.ac.ru
2038P: Pekka Savola (ipv6)
2039M: pekkas@netcore.fi
2040P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002041M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042P: Hideaki YOSHIFUJI
2043M: yoshfuji@linux-ipv6.org
2044P: Patrick McHardy
2045M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002046L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002047T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048S: Maintained
2049
John W. Linville29f8f632006-01-18 14:52:48 -08002050NETWORKING [WIRELESS]
2051P: John W. Linville
2052M: linville@tuxdriver.com
2053L: netdev@vger.kernel.org
2054T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2055S: Maintained
2056
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057IPVS
2058P: Wensong Zhang
2059M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002060P: Simon Horman
2061M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062P: Julian Anastasov
2063M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002064L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065S: Maintained
2066
2067NFS CLIENT
2068P: Trond Myklebust
2069M: trond.myklebust@fys.uio.no
2070L: linux-kernel@vger.kernel.org
2071S: Maintained
2072
2073NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002074P: Jan-Pascal van Best
2075M: janpascal@vanbest.org
2076P: Andreas Mohr
2077M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002078L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002079S: Maintained
2080
2081NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2082P: YOKOTA Hiroshi
2083M: yokota@netlab.is.tsukuba.ac.jp
2084W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2085S: Maintained
2086
2087NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2088P: GOTO Masanori
2089M: gotom@debian.or.jp
2090P: YOKOTA Hiroshi
2091M: yokota@netlab.is.tsukuba.ac.jp
2092W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2093S: Maintained
2094
2095NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2096P: Eberhard Moenkeberg
2097M: emoenke@gwdg.de
2098L: linux-kernel@vger.kernel.org
2099S: Maintained
2100
2101NTFS FILESYSTEM
2102P: Anton Altaparmakov
2103M: aia21@cantab.net
2104L: linux-ntfs-dev@lists.sourceforge.net
2105L: linux-kernel@vger.kernel.org
2106W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002107T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108S: Maintained
2109
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002110NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2111P: Antonino Daplas
2112M: adaplas@pol.net
2113L: linux-fbdev-devel@lists.sourceforge.net
2114S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002116OPENCORES I2C BUS DRIVER
2117P: Peter Korsgaard
2118M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002119L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002120S: Maintained
2121
Mark Fashehccd979b2005-12-15 14:31:24 -08002122ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2123P: Mark Fasheh
2124M: mark.fasheh@oracle.com
2125P: Kurt Hackel
2126M: kurt.hackel@oracle.com
2127L: ocfs2-devel@oss.oracle.com
2128W: http://oss.oracle.com/projects/ocfs2/
2129S: Supported
2130
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131OLYMPIC NETWORK DRIVER
2132P: Peter De Shrijver
2133M: p2@ace.ulyssis.student.kuleuven.ac.be
2134P: Mike Phillips
2135M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002136L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137L: linux-tr@linuxtr.net
2138W: http://www.linuxtr.net
2139S: Maintained
2140
Harald Weltec1986ee2005-11-13 16:06:29 -08002141OMNIKEY CARDMAN 4000 DRIVER
2142P: Harald Welte
2143M: laforge@gnumonks.org
2144S: Maintained
2145
Harald Welte77c44ab2005-11-13 16:06:26 -08002146OMNIKEY CARDMAN 4040 DRIVER
2147P: Harald Welte
2148M: laforge@gnumonks.org
2149S: Maintained
2150
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151ONSTREAM SCSI TAPE DRIVER
2152P: Willem Riede
2153M: osst@riede.org
2154L: osst-users@lists.sourceforge.net
2155L: linux-scsi@vger.kernel.org
2156S: Maintained
2157
2158OPL3-SA2, SA3, and SAx DRIVER
2159P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002160M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161L: linux-sound@vger.kernel.org
2162S: Maintained
2163
2164OPROFILE
2165P: Philippe Elie
2166M: phil.el@wanadoo.fr
2167L: oprofile-list@lists.sf.net
2168S: Maintained
2169
2170ORINOCO DRIVER
2171P: Pavel Roskin
2172M: proski@gnu.org
2173P: David Gibson
2174M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002175L: orinoco-users@lists.sourceforge.net
2176L: orinoco-devel@lists.sourceforge.net
2177W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178S: Maintained
2179
2180PARALLEL PORT SUPPORT
2181P: Phil Blundell
2182M: philb@gnu.org
2183P: Tim Waugh
2184M: tim@cyberelk.net
2185P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186P: Andrea Arcangeli
2187M: andrea@suse.de
2188L: linux-parport@lists.infradead.org
2189W: http://people.redhat.com/twaugh/parport/
2190S: Maintained
2191
2192PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2193P: Tim Waugh
2194M: tim@cyberelk.net
2195L: linux-parport@lists.infradead.org
2196W: http://www.torque.net/linux-pp.html
2197S: Maintained
2198
2199PARISC ARCHITECTURE
2200P: Matthew Wilcox
2201M: matthew@wil.cx
2202P: Grant Grundler
2203M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002204P: Kyle McMartin
2205M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206L: parisc-linux@parisc-linux.org
2207W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002208T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2209T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210S: Maintained
2211
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002212PCI ERROR RECOVERY
2213P: Linas Vepstas
2214M: linas@austin.ibm.com
2215L: linux-kernel@vger.kernel.org
2216L: linux-pci@atrey.karlin.mff.cuni.cz
2217S: Supported
2218
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2220P: Thomas Sailer
2221M: sailer@ife.ee.ethz.ch
2222L: linux-sound@vger.kernel.org
2223W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2224S: Maintained
2225
2226PCI SUBSYSTEM
2227P: Greg Kroah-Hartman
2228M: gregkh@suse.de
2229L: linux-kernel@vger.kernel.org
2230L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002231T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232S: Supported
2233
2234PCI HOTPLUG CORE
2235P: Greg Kroah-Hartman
2236M: gregkh@suse.de
2237S: Supported
2238
2239PCI HOTPLUG COMPAQ DRIVER
2240P: Greg Kroah-Hartman
2241M: greg@kroah.com
2242S: Maintained
2243
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002244PCIE HOTPLUG DRIVER
2245P: Kristen Carlson Accardi
2246M: kristen.c.accardi@intel.com
2247L: pcihpd-discuss@lists.sourceforge.net
2248S: Maintained
2249
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002251P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002252L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002254T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002255S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002256
2257PCNET32 NETWORK DRIVER
2258P: Thomas Bogendörfer
2259M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002260L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261S: Maintained
2262
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002263PER-TASK DELAY ACCOUNTING
2264P: Shailabh Nagar
2265M: nagar@watson.ibm.com
2266L: linux-kernel@vger.kernel.org
2267S: Maintained
2268
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002269PERSONALITY HANDLING
2270P: Christoph Hellwig
2271M: hch@infradead.org
2272L: linux-abi-devel@lists.sourceforge.net
2273S: Maintained
2274
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275PHRAM MTD DRIVER
2276P: Jörn Engel
2277M: joern@wh.fh-wedel.de
2278L: linux-mtd@lists.infradead.org
2279S: Maintained
2280
Peter Osterlund249a6772005-09-27 21:45:30 -07002281PKTCDVD DRIVER
2282P: Peter Osterlund
2283M: petero2@telia.com
2284L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002285S: Maintained
2286
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287POSIX CLOCKS and TIMERS
2288P: George Anzinger
2289M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002290L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291S: Supported
2292
Eugene Surovegin24682972005-10-14 03:00:53 -07002293POWERPC 4xx EMAC DRIVER
2294P: Eugene Surovegin
2295M: ebs@ebshome.net
2296W: http://kernel.ebshome.net/emac/
2297L: linuxppc-embedded@ozlabs.org
2298L: netdev@vger.kernel.org
2299S: Maintained
2300
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301PNP SUPPORT
2302P: Adam Belay
2303M: ambx1@neo.rr.com
2304S: Maintained
2305
2306PPP PROTOCOL DRIVERS AND COMPRESSORS
2307P: Paul Mackerras
2308M: paulus@samba.org
2309L: linux-ppp@vger.kernel.org
2310S: Maintained
2311
2312PPP OVER ATM (RFC 2364)
2313P: Mitchell Blank Jr
2314M: mitch@sfgoth.com
2315S: Maintained
2316
2317PPP OVER ETHERNET
2318P: Michal Ostrowski
2319M: mostrows@speakeasy.net
2320S: Maintained
2321
2322PREEMPTIBLE KERNEL
2323P: Robert Love
2324M: rml@tech9.net
2325L: linux-kernel@vger.kernel.org
2326L: kpreempt-tech@lists.sourceforge.net
2327W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2328S: Supported
2329
2330PRISM54 WIRELESS DRIVER
2331P: Prism54 Development Team
2332M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002333L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334W: http://prism54.org
2335S: Maintained
2336
2337PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2338P: Peter Denison
2339M: promise@pnd-pc.demon.co.uk
2340W: http://www.pnd-pc.demon.co.uk/promise/
2341S: Maintained
2342
Michael Krufky83202042006-07-03 00:24:18 -07002343PVRUSB2 VIDEO4LINUX DRIVER
2344P: Mike Isely
2345M: isely@pobox.com
2346L: pvrusb2@isely.net
2347L: video4linux-list@redhat.com
2348W: http://www.isely.net/pvrusb2/
2349S: Maintained
2350
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351PXA2xx SUPPORT
2352P: Nicolas Pitre
2353M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002354L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355S: Maintained
2356
2357QLOGIC QLA2XXX FC-SCSI DRIVER
2358P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002359M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360L: linux-scsi@vger.kernel.org
2361S: Supported
2362
2363QNX4 FILESYSTEM
2364P: Anders Larsen
2365M: al@alarsen.net
2366L: linux-kernel@vger.kernel.org
2367W: http://www.alarsen.net/linux/qnx4fs/
2368S: Maintained
2369
2370RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002371P: Benjamin Herrenschmidt
2372M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373L: linux-fbdev-devel@lists.sourceforge.net
2374S: Maintained
2375
2376RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002377P: Paul Mackerras
2378M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379L: linux-fbdev-devel@lists.sourceforge.net
2380S: Maintained
2381
2382RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2383P: Corey Thomas
2384M: corey@world.std.com
2385L: linux-kernel@vger.kernel.org
2386S: Maintained
2387
Matt Mackall9e95ce22005-04-16 15:25:56 -07002388RANDOM NUMBER DRIVER
2389P: Matt Mackall
2390M: mpm@selenic.com
2391S: Maintained
2392
Matt Porter394b7012005-11-07 01:00:15 -08002393RAPIDIO SUBSYSTEM
2394P: Matt Porter
2395M: mporter@kernel.crashing.org
2396L: linux-kernel@vger.kernel.org
2397S: Maintained
2398
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399REAL TIME CLOCK DRIVER
2400P: Paul Gortmaker
2401M: p_gortmaker@yahoo.com
2402L: linux-kernel@vger.kernel.org
2403S: Maintained
2404
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002405REAL TIME CLOCK (RTC) SUBSYSTEM
2406P: Alessandro Zummo
2407M: a.zummo@towertech.it
2408L: linux-kernel@vger.kernel.org
2409S: Maintained
2410
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411REISERFS FILE SYSTEM
2412P: Hans Reiser
2413M: reiserfs-dev@namesys.com
2414L: reiserfs-list@namesys.com
2415W: http://www.namesys.com
2416S: Supported
2417
2418ROCKETPORT DRIVER
2419P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420W: http://www.comtrol.com
2421S: Maintained
2422
2423ROSE NETWORK LAYER
2424P: Ralf Baechle
2425M: ralf@linux-mips.org
2426L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002427W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428S: Maintained
2429
2430RISCOM8 DRIVER
2431S: Orphan
2432
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002433S3 SAVAGE FRAMEBUFFER DRIVER
2434P: Antonino Daplas
2435M: adaplas@pol.net
2436L: linux-fbdev-devel@lists.sourceforge.net
2437S: Maintained
2438
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439S390
2440P: Martin Schwidefsky
2441M: schwidefsky@de.ibm.com
2442M: linux390@de.ibm.com
2443L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002444W: http://www.ibm.com/developerworks/linux/linux390/
2445S: Supported
2446
2447S390 NETWORK DRIVERS
2448P: Frank Pavlic
2449M: fpavlic@de.ibm.com
2450M: linux390@de.ibm.com
2451L: linux-390@vm.marist.edu
2452W: http://www.ibm.com/developerworks/linux/linux390/
2453S: Supported
2454
2455S390 ZFCP DRIVER
2456P: Andreas Herrmann
2457M: aherrman@de.ibm.com
2458M: linux390@de.ibm.com
2459L: linux-390@vm.marist.edu
2460W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461S: Supported
2462
2463SAA7146 VIDEO4LINUX-2 DRIVER
2464P: Michael Hunold
2465M: michael@mihu.de
2466W: http://www.mihu.de/linux/saa7146
2467S: Maintained
2468
2469SBPCD CDROM DRIVER
2470P: Eberhard Moenkeberg
2471M: emoenke@gwdg.de
2472L: linux-kernel@vger.kernel.org
2473S: Maintained
2474
2475SC1200 WDT DRIVER
2476P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002477M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478S: Maintained
2479
2480SCHEDULER
2481P: Ingo Molnar
2482M: mingo@elte.hu
2483P: Robert Love [the preemptible kernel bits]
2484M: rml@tech9.net
2485L: linux-kernel@vger.kernel.org
2486S: Maintained
2487
2488SCSI CDROM DRIVER
2489P: Jens Axboe
2490M: axboe@suse.de
2491L: linux-scsi@vger.kernel.org
2492W: http://www.kernel.dk
2493S: Maintained
2494
2495SCSI SG DRIVER
2496P: Doug Gilbert
2497M: dgilbert@interlog.com
2498L: linux-scsi@vger.kernel.org
2499W: http://www.torque.net/sg
2500S: Maintained
2501
2502SCSI SUBSYSTEM
2503P: James E.J. Bottomley
2504M: James.Bottomley@SteelEye.com
2505L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002506T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507S: Maintained
2508
2509SCSI TAPE DRIVER
2510P: Kai Mäkisara
2511M: Kai.Makisara@kolumbus.fi
2512L: linux-scsi@vger.kernel.org
2513S: Maintained
2514
2515SCTP PROTOCOL
2516P: Sridhar Samudrala
2517M: sri@us.ibm.com
2518L: lksctp-developers@lists.sourceforge.net
2519S: Supported
2520
2521SCx200 CPU SUPPORT
2522P: Christer Weinigel
2523M: christer@weinigel.se
2524W: http://www.weinigel.se
2525S: Supported
2526
2527SECURITY CONTACT
2528P: Security Officers
2529M: security@kernel.org
2530S: Supported
2531
2532SELINUX SECURITY MODULE
2533P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002534M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002536M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537L: linux-kernel@vger.kernel.org (kernel issues)
2538L: selinux@tycho.nsa.gov (general discussion)
2539W: http://www.nsa.gov/selinux
2540S: Supported
2541
2542SERIAL ATA (SATA) SUBSYSTEM:
2543P: Jeff Garzik
2544M: jgarzik@pobox.com
2545L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002546T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547S: Supported
2548
2549SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2550P: Pat Gefre
2551M: pfg@sgi.com
2552L: linux-ia64@vger.kernel.org
2553S: Supported
2554
2555SGI VISUAL WORKSTATION 320 AND 540
2556P: Andrey Panin
2557M: pazke@donpac.ru
2558L: linux-visws-devel@lists.sf.net
2559W: http://linux-visws.sf.net
2560S: Maintained for 2.6.
2561
2562SIMTEC EB110ATX (Chalice CATS)
2563P: Ben Dooks
2564P: Vincent Sanders
2565M: support@simtec.co.uk
2566W: http://www.simtec.co.uk/products/EB110ATX/
2567S: Supported
2568
2569SIMTEC EB2410ITX (BAST)
2570P: Ben Dooks
2571P: Vincent Sanders
2572M: support@simtec.co.uk
2573W: http://www.simtec.co.uk/products/EB2410ITX/
2574S: Supported
2575
Francois Romieu92aab3c2005-07-30 13:11:18 +02002576SIS 190 ETHERNET DRIVER
2577P: Francois Romieu
2578M: romieu@fr.zoreil.com
2579L: netdev@vger.kernel.org
2580S: Maintained
2581
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582SIS 5513 IDE CONTROLLER DRIVER
2583P: Lionel Bouton
2584M: Lionel.Bouton@inet6.fr
2585W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2586W: http://gyver.homeip.net/sis5513/index.html
2587S: Maintained
2588
2589SIS 900/7016 FAST ETHERNET DRIVER
2590P: Daniele Venzano
2591M: venza@brownhat.org
2592W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002593L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594S: Maintained
2595
2596SIS FRAMEBUFFER DRIVER
2597P: Thomas Winischhofer
2598M: thomas@winischhofer.net
2599W: http://www.winischhofer.net/linuxsisvga.shtml
2600S: Maintained
2601
2602SIS USB2VGA DRIVER
2603P: Thomas Winischhofer
2604M: thomas@winischhofer.net
2605W: http://www.winischhofer.at/linuxsisusbvga.shtml
2606S: Maintained
2607
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608SMC91x ETHERNET DRIVER
2609P: Nicolas Pitre
2610M: nico@cam.org
2611S: Maintained
2612
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613SOFTWARE RAID (Multiple Disks) SUPPORT
2614P: Ingo Molnar
2615M: mingo@redhat.com
2616P: Neil Brown
2617M: neilb@cse.unsw.edu.au
2618L: linux-raid@vger.kernel.org
2619S: Maintained
2620
2621SOFTWARE SUSPEND:
2622P: Pavel Machek
2623M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002624L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625S: Maintained
2626
2627SONIC NETWORK DRIVER
2628P: Thomas Bogendoerfer
2629M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002630L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631S: Maintained
2632
2633SONY VAIO CONTROL DEVICE DRIVER
2634P: Stelian Pop
2635M: stelian@popies.net
2636W: http://popies.net/sonypi/
2637S: Maintained
2638
2639SOUND
2640P: Jaroslav Kysela
2641M: perex@suse.cz
2642L: alsa-devel@alsa-project.org
2643S: Maintained
2644
Kumar Gala025c3982006-04-02 16:05:54 -05002645SPI SUBSYSTEM
2646P: David Brownell
2647M: dbrownell@users.sourceforge.net
2648L: spi-devel-general@lists.sourceforge.net
2649S: Maintained
2650
Steven Rostedt855f46a2006-08-05 12:14:50 -07002651STABLE BRANCH:
2652P: Greg Kroah-Hartman
2653M: greg@kroah.com
2654P: Chris Wright
2655M: chrisw@sous-sol.org
2656L: stable@kernel.org
2657S: Maintained
2658
Kylene Hall1c72d462005-05-01 08:59:13 -07002659TPM DEVICE DRIVER
2660P: Kylene Hall
2661M: kjhall@us.ibm.com
2662W: http://tpmdd.sourceforge.net
2663L: tpmdd-devel@lists.sourceforge.net
2664S: Maintained
2665
Mark Gross1a80ba82005-10-30 15:02:55 -08002666Telecom Clock Driver for MCPL0010
2667P: Mark Gross
2668M: mark.gross@intel.com
2669S: Supported
2670
Chris Zankel48b415c2005-06-23 22:01:07 -07002671TENSILICA XTENSA PORT (xtensa):
2672P: Chris Zankel
2673M: chris@zankel.net
2674S: Maintained
2675
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676UltraSPARC (sparc64):
2677P: David S. Miller
2678M: davem@davemloft.net
2679P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002680M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681P: Jakub Jelinek
2682M: jj@sunsite.ms.mff.cuni.cz
2683P: Anton Blanchard
2684M: anton@samba.org
2685L: sparclinux@vger.kernel.org
2686L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002687T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688S: Maintained
2689
2690SHARP LH SUPPORT (LH7952X & LH7A40X)
2691P: Marc Singer
2692M: elf@buici.com
2693W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002694L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695S: Maintained
2696
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002697SHPC HOTPLUG DRIVER
2698P: Kristen Carlson Accardi
2699M: kristen.c.accardi@intel.com
2700L: pcihpd-discuss@lists.sourceforge.net
2701S: Maintained
2702
Pierre Ossmand129bce2006-03-24 03:18:17 -08002703SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2704P: Pierre Ossman
2705M: drzeus-sdhci@drzeus.cx
2706L: sdhci-devel@list.drzeus.cx
2707W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2708S: Maintained
2709
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002710SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2711P: Stephen Hemminger
2712M: shemminger@osdl.org
2713L: netdev@vger.kernel.org
2714S: Maintained
2715
Chris Boot1a87d942006-07-10 04:45:34 -07002716SOEKRIS NET48XX LED SUPPORT
2717P: Chris Boot
2718M: bootc@bootc.net
2719S: Maintained
2720
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721SPARC (sparc32):
2722P: William L. Irwin
2723M: wli@holomorphy.com
2724L: sparclinux@vger.kernel.org
2725S: Maintained
2726
2727SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2728P: Roger Wolff
2729M: R.E.Wolff@BitWizard.nl
2730L: linux-kernel@vger.kernel.org ?
2731S: Supported
2732
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733SRM (Alpha) environment access
2734P: Jan-Benedict Glaw
2735M: jbglaw@lug-owl.de
2736L: linux-kernel@vger.kernel.org
2737S: Maintained
2738
2739STARFIRE/DURALAN NETWORK DRIVER
2740P: Ion Badulescu
2741M: ionut@cs.columbia.edu
2742S: Maintained
2743
2744STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2745W: http://mosquitonet.Stanford.EDU/strip.html
2746S: Unsupported ?
2747
2748STRADIS MPEG-2 DECODER DRIVER
2749P: Nathan Laredo
2750M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751W: http://www.stradis.com/
2752S: Maintained
2753
2754SUPERH (sh)
2755P: Paul Mundt
2756M: lethal@linux-sh.org
2757P: Kazumoto Kojima
2758M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002759L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760W: http://www.linux-sh.org
2761W: http://www.m17n.org/linux-sh/
2762W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2763S: Maintained
2764
2765SUPERH64 (sh64)
2766P: Paul Mundt
2767M: lethal@linux-sh.org
2768P: Richard Curnow
2769M: rc@rc0.org.uk
2770L: linuxsh-shmedia-dev@lists.sourceforge.net
2771W: http://www.linux-sh.org
2772W: http://www.rc0.org.uk/sh64
2773S: Maintained
2774
2775SUN3/3X
2776P: Sam Creasey
2777M: sammy@sammy.net
2778L: sun3-list@redhat.com
2779W: http://sammy.net/sun3/
2780S: Maintained
2781
2782SVGA HANDLING
2783P: Martin Mares
2784M: mj@ucw.cz
2785L: linux-video@atrey.karlin.mff.cuni.cz
2786S: Maintained
2787
2788SYSV FILESYSTEM
2789P: Christoph Hellwig
2790M: hch@infradead.org
2791S: Maintained
2792
Stephen Hemminger781b456a2006-07-10 20:25:29 -07002793TC CLASSIFIER
2794P: Jamal Hadi Salim
2795M: hadi@cyberus.ca
2796L: netdev@vger.kernel.org
2797S: Maintained
2798
Michael Buesch844dd052006-06-26 00:24:59 -07002799TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2800P: Deepak Saxena
2801M: dsaxena@plexity.net
2802S: Maintained
2803
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002804TASKSTATS STATISTICS INTERFACE
2805P: Shailabh Nagar
2806M: nagar@watson.ibm.com
2807L: linux-kernel@vger.kernel.org
2808S: Maintained
2809
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810TI PARALLEL LINK CABLE DRIVER
2811P: Romain Lievin
2812M: roms@lpg.ticalc.org
2813S: Maintained
2814
Per Lidene86eaa32006-01-12 16:45:18 +01002815TIPC NETWORK LAYER
2816P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002817M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002818P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002819M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002820P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002821M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002822L: tipc-discussion@lists.sourceforge.net
2823W: http://tipc.sourceforge.net/
2824W: http://tipc.cslab.ericsson.net/
2825T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2826S: Maintained
2827
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828TLAN NETWORK DRIVER
2829P: Samuel Chessman
2830M: chessman@tux.org
2831L: tlan-devel@lists.sourceforge.net
2832W: http://sourceforge.net/projects/tlan/
2833S: Maintained
2834
2835TOKEN-RING NETWORK DRIVER
2836P: Mike Phillips
2837M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002838L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839L: linux-tr@linuxtr.net
2840W: http://www.linuxtr.net
2841S: Maintained
2842
2843TOSHIBA ACPI EXTRAS DRIVER
2844P: John Belmonte
2845M: toshiba_acpi@memebeam.org
2846W: http://memebeam.org/toys/ToshibaAcpiDriver
2847S: Maintained
2848
2849TOSHIBA SMM DRIVER
2850P: Jonathan Buzzard
2851M: jonathan@buzzard.org.uk
2852L: tlinux-users@tce.toshiba-dme.co.jp
2853W: http://www.buzzard.org.uk/toshiba/
2854S: Maintained
2855
2856TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2857P: Muli Ben-Yehuda
2858M: mulix@mulix.org
2859L: linux-kernel@vger.kernel.org
2860S: Maintained
2861
2862TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002863P: Adrian Bunk
2864M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002866W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002867T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868S: Maintained
2869
2870TMS380 TOKEN-RING NETWORK DRIVER
2871P: Adam Fritzler
2872M: mid@auk.cx
2873L: linux-tr@linuxtr.net
2874W: http://www.auk.cx/tms380tr/
2875S: Maintained
2876
2877TULIP NETWORK DRIVER
2878P: Jeff Garzik
2879M: jgarzik@pobox.com
2880L: tulip-users@lists.sourceforge.net
2881W: http://sourceforge.net/projects/tulip/
2882S: Maintained
2883
2884TUN/TAP driver
2885P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002886M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887L: vtun@office.satix.net
2888W: http://vtun.sourceforge.net/tun
2889S: Maintained
2890
2891U14-34F SCSI DRIVER
2892P: Dario Ballabio
2893M: ballabio_dario@emc.com
2894L: linux-scsi@vger.kernel.org
2895S: Maintained
2896
2897UDF FILESYSTEM
2898P: Ben Fennema
2899M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900W: http://linux-udf.sourceforge.net
2901S: Maintained
2902
2903UNIFORM CDROM DRIVER
2904P: Jens Axboe
2905M: axboe@suse.de
2906L: linux-kernel@vger.kernel.org
2907W: http://www.kernel.dk
2908S: Maintained
2909
2910USB ACM DRIVER
2911P: Oliver Neukum
2912M: oliver@neukum.name
2913L: linux-usb-users@lists.sourceforge.net
2914L: linux-usb-devel@lists.sourceforge.net
2915S: Maintained
2916
2917USB BLOCK DRIVER (UB ub)
2918P: Pete Zaitcev
2919M: zaitcev@redhat.com
2920L: linux-kernel@vger.kernel.org
2921L: linux-usb-devel@lists.sourceforge.net
2922S: Supported
2923
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924USB CDC ETHERNET DRIVER
2925P: Greg Kroah-Hartman
2926M: greg@kroah.com
2927L: linux-usb-users@lists.sourceforge.net
2928L: linux-usb-devel@lists.sourceforge.net
2929S: Maintained
2930W: http://www.kroah.com/linux-usb/
2931
2932USB EHCI DRIVER
2933P: David Brownell
2934M: dbrownell@users.sourceforge.net
2935L: linux-usb-devel@lists.sourceforge.net
2936S: Maintained
2937
Luca Risolia7ce08c92006-01-11 02:06:59 +00002938USB ET61X[12]51 DRIVER
2939P: Luca Risolia
2940M: luca.risolia@studio.unibo.it
2941L: linux-usb-devel@lists.sourceforge.net
2942L: video4linux-list@redhat.com
2943W: http://www.linux-projects.org
2944S: Maintained
2945
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946USB HID/HIDBP DRIVERS
2947P: Vojtech Pavlik
2948M: vojtech@suse.cz
2949L: linux-usb-users@lists.sourceforge.net
2950L: linux-usb-devel@lists.sourceforge.net
2951S: Maintained
2952
2953USB HUB DRIVER
2954P: Johannes Erdfelt
2955M: johannes@erdfelt.com
2956L: linux-usb-users@lists.sourceforge.net
2957L: linux-usb-devel@lists.sourceforge.net
2958S: Maintained
2959
Olav Kongas959eea22005-11-03 17:38:14 +02002960USB ISP116X DRIVER
2961P: Olav Kongas
2962M: ok@artecdesign.ee
2963L: linux-usb-devel@lists.sourceforge.net
2964S: Maintained
2965
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966USB KAWASAKI LSI DRIVER
2967P: Oliver Neukum
2968M: oliver@neukum.name
2969L: linux-usb-users@lists.sourceforge.net
2970L: linux-usb-devel@lists.sourceforge.net
2971S: Maintained
2972
2973USB MASS STORAGE DRIVER
2974P: Matthew Dharm
2975M: mdharm-usb@one-eyed-alien.net
2976L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002977L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978S: Maintained
2979W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2980
2981USB OHCI DRIVER
2982P: Roman Weissgaerber
2983M: weissg@vienna.at
2984L: linux-usb-users@lists.sourceforge.net
2985L: linux-usb-devel@lists.sourceforge.net
2986S: Maintained
2987
Matthias Urlichsba460e42005-07-14 00:33:47 -07002988USB OPTION-CARD DRIVER
2989P: Matthias Urlichs
2990M: smurf@smurf.noris.de
2991L: linux-usb-devel@lists.sourceforge.net
2992S: Maintained
2993
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994USB OV511 DRIVER
2995P: Mark McClelland
2996M: mmcclell@bigfoot.com
2997L: linux-usb-users@lists.sourceforge.net
2998L: linux-usb-devel@lists.sourceforge.net
2999W: http://alpha.dyndns.org/ov511/
3000S: Maintained
3001
3002USB PEGASUS DRIVER
3003P: Petko Manolov
3004M: petkan@users.sourceforge.net
3005L: linux-usb-users@lists.sourceforge.net
3006L: linux-usb-devel@lists.sourceforge.net
3007W: http://pegasus2.sourceforge.net/
3008S: Maintained
3009
3010USB PRINTER DRIVER
3011P: Vojtech Pavlik
3012M: vojtech@suse.cz
3013L: linux-usb-users@lists.sourceforge.net
3014L: linux-usb-devel@lists.sourceforge.net
3015S: Maintained
3016
3017USB RTL8150 DRIVER
3018P: Petko Manolov
3019M: petkan@users.sourceforge.net
3020L: linux-usb-users@lists.sourceforge.net
3021L: linux-usb-devel@lists.sourceforge.net
3022W: http://pegasus2.sourceforge.net/
3023S: Maintained
3024
3025USB SE401 DRIVER
3026P: Jeroen Vreeken
3027M: pe1rxq@amsat.org
3028L: linux-usb-users@lists.sourceforge.net
3029L: linux-usb-devel@lists.sourceforge.net
3030W: http://www.chello.nl/~j.vreeken/se401/
3031S: Maintained
3032
3033USB SERIAL CYBERJACK DRIVER
3034P: Matthias Bruestle and Harald Welte
3035M: support@reiner-sct.com
3036W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3037S: Maintained
3038
3039USB SERIAL DIGI ACCELEPORT DRIVER
3040P: Peter Berger and Al Borchers
3041M: pberger@brimson.com
3042M: alborchers@steinerpoint.com
3043L: linux-usb-users@lists.sourceforge.net
3044L: linux-usb-devel@lists.sourceforge.net
3045S: Maintained
3046
3047USB SERIAL DRIVER
3048P: Greg Kroah-Hartman
3049M: gregkh@suse.de
3050L: linux-usb-users@lists.sourceforge.net
3051L: linux-usb-devel@lists.sourceforge.net
3052S: Supported
3053
3054USB SERIAL BELKIN F5U103 DRIVER
3055P: William Greathouse
3056M: wgreathouse@smva.com
3057L: linux-usb-users@lists.sourceforge.net
3058L: linux-usb-devel@lists.sourceforge.net
3059S: Maintained
3060
3061USB SERIAL CYPRESS M8 DRIVER
3062P: Lonnie Mendez
3063M: dignome@gmail.com
3064L: linux-usb-users@lists.sourceforge.net
3065L: linux-usb-devel@lists.sourceforge.net
3066S: Maintained
3067W: http://geocities.com/i0xox0i
3068W: http://firstlight.net/cvs
3069
3070USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3071L: linux-usb-users@lists.sourceforge.net
3072L: linux-usb-devel@lists.sourceforge.net
3073S: Maintained
3074
3075USB AUERSWALD DRIVER
3076P: Wolfgang Muees
3077M: wolfgang@iksw-muees.de
3078L: linux-usb-users@lists.sourceforge.net
3079L: linux-usb-devel@lists.sourceforge.net
3080S: Maintained
3081
3082USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3083P: Gary Brubaker
3084M: xavyer@ix.netcom.com
3085L: linux-usb-users@lists.sourceforge.net
3086L: linux-usb-devel@lists.sourceforge.net
3087S: Maintained
3088
3089USB SERIAL KEYSPAN DRIVER
3090P: Greg Kroah-Hartman
3091M: greg@kroah.com
3092L: linux-usb-users@lists.sourceforge.net
3093L: linux-usb-devel@lists.sourceforge.net
3094W: http://www.kroah.com/linux/
3095S: Maintained
3096
3097USB SERIAL WHITEHEAT DRIVER
3098P: Stuart MacDonald
3099M: stuartm@connecttech.com
3100L: linux-usb-users@lists.sourceforge.net
3101L: linux-usb-devel@lists.sourceforge.net
3102W: http://www.connecttech.com
3103S: Supported
3104
3105USB SN9C10x DRIVER
3106P: Luca Risolia
3107M: luca.risolia@studio.unibo.it
3108L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003109L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110W: http://www.linux-projects.org
3111S: Maintained
3112
3113USB SUBSYSTEM
3114P: Greg Kroah-Hartman
3115M: gregkh@suse.de
3116L: linux-usb-users@lists.sourceforge.net
3117L: linux-usb-devel@lists.sourceforge.net
3118W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003119T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120S: Supported
3121
3122USB UHCI DRIVER
3123P: Alan Stern
3124M: stern@rowland.harvard.edu
3125L: linux-usb-users@lists.sourceforge.net
3126L: linux-usb-devel@lists.sourceforge.net
3127S: Maintained
3128
3129USB "USBNET" DRIVER
3130P: David Brownell
3131M: dbrownell@users.sourceforge.net
3132L: linux-usb-devel@lists.sourceforge.net
3133S: Maintained
3134
3135USB W996[87]CF DRIVER
3136P: Luca Risolia
3137M: luca.risolia@studio.unibo.it
3138L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003139L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140W: http://www.linux-projects.org
3141S: Maintained
3142
Luca Risolia60f78052006-02-06 16:29:35 +00003143USB ZC0301 DRIVER
3144P: Luca Risolia
3145M: luca.risolia@studio.unibo.it
3146L: linux-usb-devel@lists.sourceforge.net
3147L: video4linux-list@redhat.com
3148W: http://www.linux-projects.org
3149S: Maintained
3150
Linus Torvalds1da177e2005-04-16 15:20:36 -07003151USB ZD1201 DRIVER
3152P: Jeroen Vreeken
3153M: pe1rxq@amsat.org
3154L: linux-usb-users@lists.sourceforge.net
3155L: linux-usb-devel@lists.sourceforge.net
3156W: http://linux-lc100020.sourceforge.net
3157S: Maintained
3158
3159USER-MODE LINUX
3160P: Jeff Dike
3161M: jdike@karaya.com
3162L: user-mode-linux-devel@lists.sourceforge.net
3163L: user-mode-linux-user@lists.sourceforge.net
3164W: http://user-mode-linux.sourceforge.net
3165S: Maintained
3166
3167FAT/VFAT/MSDOS FILESYSTEM:
3168P: OGAWA Hirofumi
3169M: hirofumi@mail.parknet.co.jp
3170L: linux-kernel@vger.kernel.org
3171S: Maintained
3172
3173VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3174P: Jeff Garzik
3175S: Odd fixes
3176
3177VIA RHINE NETWORK DRIVER
3178P: Roger Luethi
3179M: rl@hellgate.ch
3180S: Maintained
3181
Jean Delvare32c0a522005-09-22 21:47:58 +02003182VIAPRO SMBUS DRIVER
3183P: Jean Delvare
3184M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003185L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003186S: Maintained
3187
Linus Torvalds1da177e2005-04-16 15:20:36 -07003188UCLINUX (AND M68KNOMMU)
3189P: Greg Ungerer
3190M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003192L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193S: Maintained
3194
3195UCLINUX FOR NEC V850
3196P: Miles Bader
3197M: uclinux-v850@lsi.nec.co.jp
3198W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3199W: http://www.ee.nec.de/uclinux/
3200S: Supported
3201
3202UCLINUX FOR RENESAS H8/300
3203P: Yoshinori Sato
3204M: ysato@users.sourceforge.jp
3205W: http://uclinux-h8.sourceforge.jp/
3206S: Supported
3207
3208USB DIAMOND RIO500 DRIVER
3209P: Cesar Miquel
3210M: miquel@df.uba.ar
3211L: rio500-users@lists.sourceforge.net
3212W: http://rio500.sourceforge.net
3213S: Maintained
3214
3215VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003216P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003217M: mchehab@infradead.org
3218M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003220W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003221T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003222S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223
Roger Lucas1de9e372005-11-26 20:20:05 +01003224VT8231 HARDWARE MONITOR DRIVER
3225P: Roger Lucas
3226M: roger@planbit.co.uk
3227L: lm-sensors@lm-sensors.org
3228S: Maintained
3229
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230W1 DALLAS'S 1-WIRE BUS
3231P: Evgeniy Polyakov
3232M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233S: Maintained
3234
Charles Spirakis13927072006-07-05 18:05:15 +02003235W83791D HARDWARE MONITORING DRIVER
3236P: Charles Spirakis
3237M: bezaur@gmail.com
3238L: lm-sensors@lm-sensors.org
3239S: Maintained
3240
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241W83L51xD SD/MMC CARD INTERFACE DRIVER
3242P: Pierre Ossman
3243M: drzeus-wbsd@drzeus.cx
3244L: wbsd-devel@list.drzeus.cx
3245W: http://projects.drzeus.cx/wbsd
3246S: Maintained
3247
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003248WATCHDOG DEVICE DRIVERS
3249P: Wim Van Sebroeck
3250M: wim@iguana.be
3251T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3252S: Maintained
3253
Linus Torvalds1da177e2005-04-16 15:20:36 -07003254WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3255P: Jean Tourrilhes
3256M: jt@hpl.hp.com
3257W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3258S: Maintained
3259
3260WD7000 SCSI DRIVER
3261P: Miroslav Zagorac
3262M: zaga@fly.cc.fer.hr
3263L: linux-scsi@vger.kernel.org
3264S: Maintained
3265
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003266WISTRON LAPTOP BUTTON DRIVER
3267P: Miloslav Trmac
3268M: mitr@volny.cz
3269S: Maintained
3270
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271WL3501 WIRELESS PCMCIA CARD DRIVER
3272P: Arnaldo Carvalho de Melo
3273M: acme@conectiva.com.br
3274W: http://advogato.org/person/acme
3275S: Maintained
3276
3277X.25 NETWORK LAYER
3278P: Henner Eisen
3279M: eis@baty.hanse.de
3280L: linux-x25@vger.kernel.org
3281S: Maintained
3282
3283XFS FILESYSTEM
3284P: Silicon Graphics Inc
3285M: xfs-masters@oss.sgi.com
3286M: nathans@sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003287L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288W: http://oss.sgi.com/projects/xfs
3289S: Supported
3290
3291X86 3-LEVEL PAGING (PAE) SUPPORT
3292P: Ingo Molnar
3293M: mingo@redhat.com
3294S: Maintained
3295
3296X86-64 port
3297P: Andi Kleen
3298M: ak@suse.de
3299L: discuss@x86-64.org
3300W: http://www.x86-64.org
3301S: Maintained
3302
3303YAM DRIVER FOR AX.25
3304P: Jean-Paul Roubelat
3305M: jpr@f6fbb.org
3306L: linux-hams@vger.kernel.org
3307S: Maintained
3308
Henkaf64a5e2005-10-12 15:02:56 +02003309YEALINK PHONE DRIVER
3310P: Henk Vergonet
3311M: Henk.Vergonet@gmail.com
3312L: usbb2k-api-dev@nongnu.org
3313S: Maintained
3314
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3316P: Pete Zaitcev
3317M: zaitcev@yahoo.com
3318L: linux-kernel@vger.kernel.org
3319S: Obsolete
3320
3321Z8530 DRIVER FOR AX.25
3322P: Joerg Reuter
3323M: jreuter@yaina.de
3324W: http://yaina.de/jreuter/
3325W: http://www.qsl.net/dl1bke/
3326L: linux-hams@vger.kernel.org
3327S: Maintained
3328
3329ZF MACHZ WATCHDOG
3330P: Fernando Fuganti
3331M: fuganti@netbank.com.br
3332W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3333S: Maintained
3334
3335ZR36067 VIDEO FOR LINUX DRIVER
3336P: Ronald Bultje
3337M: rbultje@ronald.bitfreak.net
3338L: mjpeg-users@lists.sourceforge.net
3339W: http://mjpeg.sourceforge.net/driver-zoran/
3340S: Maintained
3341
3342ZR36120 VIDEO FOR LINUX DRIVER
3343P: Pauline Middelink
3344M: middelin@polyware.nl
3345W: http://www.polyware.nl/~middelin/En/hobbies.html
3346W: http://www.polyware.nl/~middelin/hobbies.html
3347S: Maintained
3348
3349THE REST
3350P: Linus Torvalds
3351S: Buried alive in reporters