blob: 4e14ee7f09bf004834953b5e5a7f5ab99f61bdaa [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
217AD1816 SOUND DRIVER
218P: Thorsten Knabe
219M: Thorsten Knabe <linux@thorsten-knabe.de>
220W: http://linux.thorsten-knabe.de
221S: Maintained
222
Kyle McMartin6958ae32005-10-21 23:11:27 -0400223AD1889 SOUND DRIVER
224P: Kyle McMartin
225M: kyle@parisc-linux.org
226P: Thibaut Varene
227M: T-Bone@parisc-linux.org
228W: http://wiki.parisc-linux.org/AD1889
229L: parisc-linux@lists.parisc-linux.org
230S: Maintained
231
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232ADM1025 HARDWARE MONITOR DRIVER
233P: Jean Delvare
234M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200235L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236S: Maintained
237
238ADT746X FAN DRIVER
239P: Colin Leroy
240M: colin@colino.net
241S: Maintained
242
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243AEDSP16 DRIVER
244P: Riccardo Facchetti
245M: fizban@tin.it
246S: Maintained
247
248AFFS FILE SYSTEM
249P: Roman Zippel
250M: zippel@linux-m68k.org
251S: Maintained
252
253AGPGART DRIVER
254P: Dave Jones
255M: davej@codemonkey.org.uk
256W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800257T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258S: Maintained
259
260AHA152X SCSI DRIVER
261P: Juergen E. Fischer
262M: Juergen Fischer <fischer@norbit.de>
263L: linux-scsi@vger.kernel.org
264S: Maintained
265
266ALCATEL SPEEDTOUCH USB DRIVER
267P: Duncan Sands
268M: duncan.sands@free.fr
269L: linux-usb-users@lists.sourceforge.net
270L: linux-usb-devel@lists.sourceforge.net
271W: http://www.linux-usb.org/SpeedTouch/
272S: Maintained
273
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000274ALI1563 I2C DRIVER
275P: Rudolf Marek
276M: r.marek@sh.cvut.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200277L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000278S: Maintained
279
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280ALPHA PORT
281P: Richard Henderson
282M: rth@twiddle.net
283S: Odd Fixes for 2.4; Maintained for 2.6.
284P: Ivan Kokshaysky
285M: ink@jurassic.park.msu.ru
286S: Maintained for 2.4; PCI support for 2.6.
287
Jordan Crousef90b8112006-01-06 00:12:14 -0800288AMD GEODE PROCESSOR/CHIPSET SUPPORT
289P: Jordan Crouse
290M: info-linux@geode.amd.com
291L: info-linux@geode.amd.com
292W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
293S: Supported
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295APM DRIVER
296P: Stephen Rothwell
297M: sfr@canb.auug.org.au
298L: linux-laptop@vger.kernel.org
299W: http://www.canb.auug.org.au/~sfr/
300S: Supported
301
302APPLETALK NETWORK LAYER
303P: Arnaldo Carvalho de Melo
304M: acme@conectiva.com.br
305S: Maintained
306
Jaya Kumar1154ea72005-06-21 17:17:04 -0700307ARC FRAMEBUFFER DRIVER
308P: Jaya Kumar
309M: jayalk@intworks.biz
310S: Maintained
311
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312ARM26 ARCHITECTURE
313P: Ian Molton
314M: spyro@f2s.com
315S: Maintained
316
317ARM26/ARCHIMEDES
318P: Ian Molton
319M: spyro@f2s.com
320S: Maintained
321
322ARM26/A5000
323P: John Appleby
324M: john@dnsworld.co.uk
325S: Maintained
326
327ARM MFM AND FLOPPY DRIVERS
328P: Ian Molton
329M: spyro@f2s.com
330S: Maintained
331
332ARM/CORGI MACHINE SUPPORT
333P: Richard Purdie
334M: rpurdie@rpsys.net
335S: Maintained
336
Dirk Opfer8459c152005-11-06 14:27:52 +0000337ARM/TOSA MACHINE SUPPORT
338P: Dirk Opfer
339M: dirk@opfer-online.de
340S: Maintained
341
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342ARM/PLEB SUPPORT
343P: Peter Chubb
344M: pleb@gelato.unsw.edu.au
345W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
346S: Maintained
347
348ARM/PT DIGITAL BOARD PORT
349P: Stefan Eletzhofer
350M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700351L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352W: http://www.arm.linux.org.uk/
353S: Maintained
354
355ARM/SHARK MACHINE SUPPORT
356P: Alexander Schulz
357M: alex@shark-linux.de
358W: http://www.shark-linux.de/shark.html
359S: Maintained
360
361ARM/STRONGARM110 PORT
362P: Russell King
363M: rmk@arm.linux.org.uk
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/S3C2410 ARM ARCHITECTURE
369P: Ben Dooks
370M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700371L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372W: http://www.fluff.org/ben/linux/
373S: Maintained
374
375ARM/S3C2440 ARM ARCHITECTURE
376P: Ben Dooks
377M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700378L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379W: http://www.fluff.org/ben/linux/
380S: Maintained
381
382ARPD SUPPORT
383P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700384L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385S: Maintained
386
387ASUS ACPI EXTRAS DRIVER
388P: Karol Kozimor
389M: sziwan@users.sourceforge.net
390P: Julien Lerouge
391M: julien.lerouge@free.fr
392L: acpi4asus-user@lists.sourceforge.net
393W: http://sourceforge.net/projects/acpi4asus
394W: http://julien.lerouge.free.fr
395S: Maintained
396
397ATA OVER ETHERNET DRIVER
398P: Ed L. Cashin
399M: ecashin@coraid.com
400W: http://www.coraid.com/support/linux
401S: Supported
402
403ATM
404P: Chas Williams
405M: chas@cmf.nrl.navy.mil
406L: linux-atm-general@lists.sourceforge.net
407W: http://linux-atm.sourceforge.net
408S: Maintained
409
410ATMEL WIRELESS DRIVER
411P: Simon Kelley
412M: simon@thekelleys.org.uk
413W: http://www.thekelleys.org.uk/atmel
414W: http://atmelwlandriver.sourceforge.net/
415S: Maintained
416
Chris Wrighta92b7b82005-07-07 18:12:23 -0700417AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100418P: David Woodhouse
419M: dwmw2@infradead.org
420L: linux-audit@redhat.com
421W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800422T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700423S: Maintained
424
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425AX.25 NETWORK LAYER
426P: Ralf Baechle
427M: ralf@linux-mips.org
428L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200429W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430S: Maintained
431
432BAYCOM/HDLCDRV DRIVERS FOR AX.25
433P: Thomas Sailer
434M: t.sailer@alumni.ethz.ch
435L: linux-hams@vger.kernel.org
436W: http://www.baycom.org/~tom/ham/ham.html
437S: Maintained
438
Michael Buesch9eac8f92006-04-22 17:31:27 +0200439BCM43XX WIRELESS DRIVER
440P: Michael Buesch
441M: mb@bu3sch.de
442P: Stefano Brivio
443M: st3@riseup.net
444W: http://bcm43xx.berlios.de/
445S: Maintained
446
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447BEFS FILE SYSTEM
448P: Sergey S. Kostyliov
449M: rathamahata@php4.ru
450L: linux-kernel@vger.kernel.org
451S: Maintained
452
453BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
454P: Kenji Hollis
455W: http://ftp.bitgate.com/pcwd/
456S: Maintained
457
458BFS FILE SYSTEM
459P: Tigran A. Aivazian
460M: tigran@veritas.com
461L: linux-kernel@vger.kernel.org
462S: Maintained
463
464BLOCK LAYER
465P: Jens Axboe
466M: axboe@suse.de
467L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800468T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469S: Maintained
470
471BLUETOOTH SUBSYSTEM
472P: Marcel Holtmann
473M: marcel@holtmann.org
474P: Maxim Krasnyansky
475M: maxk@qualcomm.com
476L: bluez-devel@lists.sf.net
477W: http://bluez.sf.net
478W: http://www.bluez.org
479W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800480T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481S: Maintained
482
483BLUETOOTH RFCOMM LAYER
484P: Marcel Holtmann
485M: marcel@holtmann.org
486P: Maxim Krasnyansky
487M: maxk@qualcomm.com
488S: Maintained
489
490BLUETOOTH BNEP LAYER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493P: Maxim Krasnyansky
494M: maxk@qualcomm.com
495S: Maintained
496
497BLUETOOTH CMTP LAYER
498P: Marcel Holtmann
499M: marcel@holtmann.org
500S: Maintained
501
502BLUETOOTH HIDP LAYER
503P: Marcel Holtmann
504M: marcel@holtmann.org
505S: Maintained
506
507BLUETOOTH HCI UART DRIVER
508P: Marcel Holtmann
509M: marcel@holtmann.org
510P: Maxim Krasnyansky
511M: maxk@qualcomm.com
512S: Maintained
513
514BLUETOOTH HCI USB DRIVER
515P: Marcel Holtmann
516M: marcel@holtmann.org
517P: Maxim Krasnyansky
518M: maxk@qualcomm.com
519S: Maintained
520
521BLUETOOTH HCI BCM203X DRIVER
522P: Marcel Holtmann
523M: marcel@holtmann.org
524S: Maintained
525
526BLUETOOTH HCI BPA10X DRIVER
527P: Marcel Holtmann
528M: marcel@holtmann.org
529S: Maintained
530
531BLUETOOTH HCI BFUSB DRIVER
532P: Marcel Holtmann
533M: marcel@holtmann.org
534S: Maintained
535
536BLUETOOTH HCI DTL1 DRIVER
537P: Marcel Holtmann
538M: marcel@holtmann.org
539S: Maintained
540
541BLUETOOTH HCI BLUECARD DRIVER
542P: Marcel Holtmann
543M: marcel@holtmann.org
544S: Maintained
545
546BLUETOOTH HCI BT3C DRIVER
547P: Marcel Holtmann
548M: marcel@holtmann.org
549S: Maintained
550
551BLUETOOTH HCI BTUART DRIVER
552P: Marcel Holtmann
553M: marcel@holtmann.org
554S: Maintained
555
556BLUETOOTH HCI VHCI DRIVER
557P: Maxim Krasnyansky
558M: maxk@qualcomm.com
559S: Maintained
560
561BONDING DRIVER
562P: Chad Tindel
563M: ctindel@users.sourceforge.net
564P: Jay Vosburgh
565M: fubar@us.ibm.com
566L: bonding-devel@lists.sourceforge.net
567W: http://sourceforge.net/projects/bonding/
568S: Supported
569
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000570BROADBAND PROCESSOR ARCHITECTURE
571P: Arnd Bergmann
572M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100573L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400574W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000575S: Supported
576
Gary Zambrano39105892006-06-22 17:26:20 -0700577BROADCOM B44 10/100 ETHERNET DRIVER
578P: Gary Zambrano
579M: zambrano@broadcom.com
580L: netdev@vger.kernel.org
581S: Supported
582
Michael Chan948c51e2006-06-04 02:51:39 -0700583BROADCOM BNX2 GIGABIT ETHERNET DRIVER
584P: Michael Chan
585M: mchan@broadcom.com
586L: netdev@vger.kernel.org
587S: Supported
588
589BROADCOM TG3 GIGABIT ETHERNET DRIVER
590P: Michael Chan
591M: mchan@broadcom.com
592L: netdev@vger.kernel.org
593S: Supported
594
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700596P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200597M: mchehab@infradead.org
598M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700600W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200601T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700602S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200604CALGARY x86-64 IOMMU
605P: Muli Ben-Yehuda
606M: muli@il.ibm.com
607P: Jon D. Mason
608M: jdmason@us.ibm.com
609L: linux-kernel@vger.kernel.org
610L: discuss@x86-64.org
611S: Maintained
612
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613COMMON INTERNET FILE SYSTEM (CIFS)
614P: Steve French
615M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100616L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617L: samba-technical@lists.samba.org
618W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800619T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620S: Supported
621
Joel Becker7063fbf2005-12-15 14:29:43 -0800622CONFIGFS
623P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800624M: joel.becker@oracle.com
625L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800626S: Supported
627
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628CIRRUS LOGIC GENERIC FBDEV DRIVER
629P: Jeff Garzik
630M: jgarzik@pobox.com
631L: linux-fbdev-devel@lists.sourceforge.net
632S: Odd Fixes
633
634CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
635P: Cirrus Logic Corporation (kernel 2.2 driver)
636M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
637P: Nils Faerber (port to kernel 2.4)
638M: Nils Faerber <nils@kernelconcepts.de>
639S: Maintained
640
641CODA FILE SYSTEM
642P: Jan Harkes
643M: jaharkes@cs.cmu.edu
644M: coda@cs.cmu.edu
645L: codalist@coda.cs.cmu.edu
646W: http://www.coda.cs.cmu.edu/
647S: Maintained
648
649COMPACTPCI HOTPLUG CORE
650P: Scott Murray
651M: scottm@somanetworks.com
652M: scott@spiteful.org
653L: pcihpd-discuss@lists.sourceforge.net
654S: Supported
655
656COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
657P: Scott Murray
658M: scottm@somanetworks.com
659M: scott@spiteful.org
660L: pcihpd-discuss@lists.sourceforge.net
661S: Supported
662
663COMPACTPCI HOTPLUG GENERIC DRIVER
664P: Scott Murray
665M: scottm@somanetworks.com
666M: scott@spiteful.org
667L: pcihpd-discuss@lists.sourceforge.net
668S: Supported
669
670COMPUTONE INTELLIPORT MULTIPORT CARD
671P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700672M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700674S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675
676COSA/SRP SYNC SERIAL DRIVER
677P: Jan "Yenya" Kasprzak
678M: kas@fi.muni.cz
679W: http://www.fi.muni.cz/~kas/cosa/
680S: Maintained
681
682CPU FREQUENCY DRIVERS
683P: Dave Jones
684M: davej@codemonkey.org.uk
685L: cpufreq@lists.linux.org.uk
686W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800687T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688S: Maintained
689
690CPUID/MSR DRIVER
691P: H. Peter Anvin
692M: hpa@zytor.com
693S: Maintained
694
Paul Jacksoned90fb42005-09-27 21:45:37 -0700695CPUSETS
696P: Paul Jackson
697P: Simon Derr
698M: pj@sgi.com
699M: simon.derr@bull.net
700L: linux-kernel@vger.kernel.org
701W: http://www.bullopensource.org/cpuset/
702S: Supported
703
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704CRAMFS FILESYSTEM
705W: http://sourceforge.net/projects/cramfs/
706S: Orphan
707
708CRIS PORT
709P: Mikael Starvik
710M: starvik@axis.com
711L: dev-etrax@axis.com
712W: http://developer.axis.com
713S: Maintained
714
715CRYPTO API
716P: Herbert Xu
717M: herbert@gondor.apana.org.au
718P: David S. Miller
719M: davem@davemloft.net
720L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800721T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722S: Maintained
723
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100724CS5535 Audio ALSA driver
725P: Jaya Kumar
726M: jayakumar.alsa@gmail.com
727S: Maintained
728
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729CYBERPRO FB DRIVER
730P: Russell King
731M: rmk@arm.linux.org.uk
732W: http://www.arm.linux.org.uk/
733S: Maintained
734
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700735CYBLAFB FRAMEBUFFER DRIVER
736P: Knut Petersen
737M: Knut_Petersen@t-online.de
738L: linux-fbdev-devel@lists.sourceforge.net
739S: Maintained
740
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741CYCLADES 2X SYNC CARD DRIVER
742P: Arnaldo Carvalho de Melo
743M: acme@conectiva.com.br
744W: http://advogato.org/person/acme
745L: cycsyn-devel@bazar.conectiva.com.br
746S: Maintained
747
748CYCLADES ASYNC MUX DRIVER
749M: async@cyclades.com
750W: http://www.cyclades.com/
751S: Supported
752
753CYCLADES PC300 DRIVER
754M: pc300@cyclades.com
755W: http://www.cyclades.com/
756S: Supported
757
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758DAMA SLAVE for AX.25
759P: Joerg Reuter
760M: jreuter@yaina.de
761W: http://yaina.de/jreuter/
762W: http://www.qsl.net/dl1bke/
763L: linux-hams@vger.kernel.org
764S: Maintained
765
766DC395x SCSI driver
767P: Oliver Neukum
768M: oliver@neukum.name
769P: Ali Akcaagac
770M: aliakc@web.de
771P: Jamie Lenehan
772M: lenehan@twibble.org
773W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -0700774L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775L: http://lists.twibble.org/mailman/listinfo/dc395x/
776S: Maintained
777
778DC390/AM53C974 SCSI driver
779P: Kurt Garloff
780M: garloff@suse.de
781W: http://www.garloff.de/kurt/linux/dc390/
782P: Guennadi Liakhovetski
783M: g.liakhovetski@gmx.de
784S: Maintained
785
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700786DCCP PROTOCOL
787P: Arnaldo Carvalho de Melo
788M: acme@mandriva.com
789L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800790W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700791S: Maintained
792
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793DECnet NETWORK LAYER
794P: Patrick Caulfield
795M: patrick@tykepenguin.com
796W: http://linux-decnet.sourceforge.net
797L: linux-decnet-user@lists.sourceforge.net
798S: Maintained
799
800DEFXX FDDI NETWORK DRIVER
801P: Maciej W. Rozycki
802M: macro@linux-mips.org
803S: Maintained
804
805DELL LAPTOP SMM DRIVER
806P: Massimo Dal Zotto
807M: dz@debian.org
808W: http://www.debian.org/~dz/i8k/
809S: Maintained
810
Doug Warzecha90563ec2005-09-06 15:17:15 -0700811DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
812P: Doug Warzecha
813M: Douglas_Warzecha@dell.com
814S: Maintained
815
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816DEVICE-MAPPER
817P: Alasdair Kergon
818L: dm-devel@redhat.com
819W: http://sources.redhat.com/dm
820S: Maintained
821
822DEVICE NUMBER REGISTRY
823P: Torben Mathiasen
824M: device@lanana.org
825W: http://lanana.org/docs/device-list/index.html
826L: linux-kernel@vger.kernel.org
827S: Maintained
828
829DEVICE FILESYSTEM
830S: Obsolete
831
832DIGI INTL. EPCA DRIVER
833P: Digi International, Inc
834M: Eng.Linux@digi.com
835L: Eng.Linux@digi.com
836W: http://www.digi.com
837S: Orphaned
838
839DIGI RIGHTSWITCH NETWORK DRIVER
840P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700841L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842W: http://www.digi.com
843S: Orphaned
844
845DIRECTORY NOTIFICATION
846P: Stephen Rothwell
847M: sfr@canb.auug.org.au
848L: linux-kernel@vger.kernel.org
849S: Supported
850
851DISK GEOMETRY AND PARTITION HANDLING
852P: Andries Brouwer
853M: aeb@cwi.nl
854W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
855W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
856W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
857S: Maintained
858
859DISKQUOTA:
860P: Jan Kara
861M: jack@suse.cz
862L: linux-kernel@vger.kernel.org
863S: Maintained
864
865DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
866P: Tobias Ringstrom
867M: tori@unhappy.mine.nu
868L: linux-kernel@vger.kernel.org
869S: Maintained
870
Martin Waitzba483d52005-06-17 13:20:59 -0700871DOCBOOK FOR DOCUMENTATION
872P: Martin Waitz
873M: tali@admingilde.org
Randy Dunlap0f40efb2006-07-03 00:24:15 -0700874P: Randy Dunlap
875M: rdunlap@xenotime.net
Martin Waitz061350e2006-01-09 20:53:53 -0800876T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700877S: Maintained
878
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879DOUBLETALK DRIVER
880P: James R. Van Zandt
881M: jrv@vanzandt.mv.com
882L: blinux-list@redhat.com
883S: Maintained
884
885DRIVER CORE, KOBJECTS, AND SYSFS
886P: Greg Kroah-Hartman
887M: gregkh@suse.de
888L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800889T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890S: Supported
891
892DRM DRIVERS
893P: David Airlie
894M: airlied@linux.ie
895L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800896T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897S: Maintained
898
899DSCC4 DRIVER
900P: François Romieu
901M: romieu@cogenit.fr
902M: romieu@ensta.fr
903S: Maintained
904
905DVB SUBSYSTEM AND DRIVERS
906P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200907M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200909W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200910T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200911S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912
913EATA-DMA SCSI DRIVER
914P: Michael Neuffer
915L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
916S: Maintained
917
918EATA ISA/EISA/PCI SCSI DRIVER
919P: Dario Ballabio
920M: ballabio_dario@emc.com
921L: linux-scsi@vger.kernel.org
922S: Maintained
923
924EATA-PIO SCSI DRIVER
925P: Michael Neuffer
926M: mike@i-Connect.Net
927L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
928S: Maintained
929
930EBTABLES
931P: Bart De Schuymer
932M: bart.de.schuymer@pandora.be
933L: ebtables-user@lists.sourceforge.net
934L: ebtables-devel@lists.sourceforge.net
935W: http://ebtables.sourceforge.net/
936S: Maintained
937
Alan Coxda9bb1d2006-01-18 17:44:13 -0800938EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800939P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700940M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800941L: bluesmoke-devel@lists.sourceforge.net
942W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700943S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -0800944
945EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700946P: Mark Gross
947M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800948L: bluesmoke-devel@lists.sourceforge.net
949W: bluesmoke.sourceforge.net
950S: Maintained
951
952EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700953P: Doug Thompson
954M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800955L: bluesmoke-devel@lists.sourceforge.net
956W: bluesmoke.sourceforge.net
957S: Maintained
958
959EDAC-R82600
960P: Tim Small
961M: tim@buttersideup.com
962L: bluesmoke-devel@lists.sourceforge.net
963W: bluesmoke.sourceforge.net
964S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800965
Linus Torvalds1da177e2005-04-16 15:20:36 -0700966EEPRO100 NETWORK DRIVER
967P: Andrey V. Savochkin
968M: saw@saw.sw.com.sg
969S: Maintained
970
971EMU10K1 SOUND DRIVER
972P: James Courtier-Dutton
973M: James@superbug.demon.co.uk
974L: emu10k1-devel@lists.sourceforge.net
975W: http://sourceforge.net/projects/emu10k1/
976S: Maintained
977
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400978EMULEX LPFC FC SCSI DRIVER
979P: James Smart
980M: james.smart@emulex.com
981L: linux-scsi@vger.kernel.org
982W: http://sourceforge.net/projects/lpfcxxxx
983S: Supported
984
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985EPSON 1355 FRAMEBUFFER DRIVER
986P: Christopher Hoover
987M: ch@murgatroid.com, ch@hpl.hp.com
988S: Maintained
989
990ETHEREXPRESS-16 NETWORK DRIVER
991P: Philip Blundell
992M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700993L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994S: Maintained
995
996ETHERNET BRIDGE
997P: Stephen Hemminger
998M: shemminger@osdl.org
999L: bridge@osdl.org
1000W: http://bridge.sourceforge.net/
1001S: Maintained
1002
1003ETHERTEAM 16I DRIVER
1004P: Mika Kuoppala
1005M: miku@iki.fi
1006S: Maintained
1007
1008EXT2 FILE SYSTEM
1009L: ext2-devel@lists.sourceforge.net
1010S: Maintained
1011
1012EXT3 FILE SYSTEM
1013P: Stephen Tweedie, Andrew Morton
1014M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001015L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016S: Maintained
1017
Jean Delvaree53004e2006-01-09 23:26:14 +01001018F71805F HARDWARE MONITORING DRIVER
1019P: Jean Delvare
1020M: khali@linux-fr.org
1021L: lm-sensors@lm-sensors.org
1022S: Maintained
1023
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024FARSYNC SYNCHRONOUS DRIVER
1025P: Kevin Curtis
1026M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027W: http://www.farsite.co.uk/
1028S: Supported
1029
1030FRAMEBUFFER LAYER
1031P: Antonino Daplas
1032M: adaplas@pol.net
1033L: linux-fbdev-devel@lists.sourceforge.net
1034W: http://linux-fbdev.sourceforge.net/
1035S: Maintained
1036
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001037FREESCALE SOC FS_ENET DRIVER
1038P: Pantelis Antoniou
1039M: pantelis.antoniou@gmail.com
1040P: Vitaly Bordug
1041M: vbordug@ru.mvista.com
1042L: linuxppc-embedded@ozlabs.org
1043L: netdev@vger.kernel.org
1044S: Maintained
1045
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046FILE LOCKING (flock() and fcntl()/lockf())
1047P: Matthew Wilcox
1048M: matthew@wil.cx
1049L: linux-fsdevel@vger.kernel.org
1050S: Maintained
1051
1052FILESYSTEMS (VFS and infrastructure)
1053P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001054M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055S: Maintained
1056
1057FIRMWARE LOADER (request_firmware)
1058L: linux-kernel@vger.kernel.org
1059S: Orphan
1060
1061FPU EMULATOR
1062P: Bill Metzenthen
1063M: billm@suburbia.net
1064W: http://suburbia.net/~billm/floating-point/emulator/
1065S: Maintained
1066
1067FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1068P: Mike McLagan
1069M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001070L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071S: Maintained
1072
1073FREEVXFS FILESYSTEM
1074P: Christoph Hellwig
1075M: hch@infradead.org
1076W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1077S: Maintained
1078
1079FUJITSU FR-V PORT
1080P: David Howells
1081M: dhowells@redhat.com
1082S: Maintained
1083
1084FTAPE/QIC-117
1085L: linux-tape@vger.kernel.org
1086W: http://sourceforge.net/projects/ftape
1087S: Orphan
1088
Miklos Szeredi04578f12005-09-09 13:10:22 -07001089FUSE: FILESYSTEM IN USERSPACE
1090P: Miklos Szeredi
1091M: miklos@szeredi.hu
1092L: fuse-devel@lists.sourceforge.net
1093W: http://fuse.sourceforge.net/
1094S: Maintained
1095
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1097P: Rik Faith
1098M: faith@cs.unc.edu
1099L: linux-scsi@vger.kernel.org
1100S: Odd fixes (e.g., new signatures)
1101
1102GDT SCSI DISK ARRAY CONTROLLER DRIVER
1103P: Achim Leubner
1104M: achim_leubner@adaptec.com
1105L: linux-scsi@vger.kernel.org
1106W: http://www.icp-vortex.com/
1107S: Supported
1108
1109GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1110P: Krzysztof Halasa
1111M: khc@pm.waw.pl
1112W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1113S: Maintained
1114
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001115GIGASET ISDN DRIVERS
1116P: Hansjoerg Lipp
1117M: hjlipp@web.de
1118P: Tilman Schmidt
1119M: tilman@imap.cc
1120L: gigaset307x-common@lists.sourceforge.net
1121W: http://gigaset307x.sourceforge.net/
1122S: Maintained
1123
Jean Delvare5b543962005-08-15 19:51:02 +02001124HARDWARE MONITORING
1125P: Jean Delvare
1126M: khali@linux-fr.org
1127L: lm-sensors@lm-sensors.org
1128W: http://www.lm-sensors.nu/
1129S: Maintained
1130
Michael Buesch844dd052006-06-26 00:24:59 -07001131HARDWARE RANDOM NUMBER GENERATOR CORE
1132P: Michael Buesch
1133M: mb@bu3sch.de
1134S: Maintained
1135
Robert Love860e1d62005-08-31 23:57:59 -04001136HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1137P: Robert Love
1138M: rlove@rlove.org
1139M: linux-kernel@vger.kernel.org
1140W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1141S: Maintained
1142
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143HARMONY SOUND DRIVER
1144P: Kyle McMartin
1145M: kyle@parisc-linux.org
1146W: http://www.parisc-linux.org/~kyle/harmony/
1147L: parisc-linux@lists.parisc-linux.org
1148S: Maintained
1149
1150HAYES ESP SERIAL DRIVER
1151P: Andrew J. Robinson
1152M: arobinso@nyx.net
1153L: linux-kernel@vger.kernel.org
1154W: http://www.nyx.net/~arobinso
1155S: Maintained
1156
1157HFS FILESYSTEM
1158P: Roman Zippel
1159M: zippel@linux-m68k.org
1160L: linux-kernel@vger.kernel.org
1161S: Maintained
1162
1163HGA FRAMEBUFFER DRIVER
1164P: Ferenc Bakonyi
1165M: fero@drama.obuda.kando.hu
1166L: linux-nvidia@lists.surfsouth.com
1167W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1168S: Maintained
1169
1170HIGH-SPEED SCC DRIVER FOR AX.25
1171P: Klaus Kudielka
1172M: klaus.kudielka@ieee.org
1173L: linux-hams@vger.kernel.org
1174W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1175S: Maintained
1176
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001177HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1178P: HighPoint Linux Team
1179M: linux@highpoint-tech.com
1180W: http://www.highpoint-tech.com
1181S: Supported
1182
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183HIPPI
1184P: Jes Sorensen
1185M: jes@trained-monkey.org
1186L: linux-hippi@sunsite.dk
1187S: Maintained
1188
1189HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1190P: Chirag Kantharia
1191M: chirag.kantharia@hp.com
1192L: iss_storagedev@hp.com
1193S: Maintained
1194
1195HEWLETT-PACKARD SMART2 RAID DRIVER
1196P: Chirag Kantharia
1197M: chirag.kantharia@hp.com
1198L: iss_storagedev@hp.com
1199S: Maintained
1200
1201HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1202P: Mike Miller
1203M: mike.miller@hp.com
1204L: iss_storagedev@hp.com
1205S: Supported
1206
Jouni Malinenff1d2762005-05-12 22:54:16 -04001207HOST AP DRIVER
1208P: Jouni Malinen
1209M: jkmaline@cc.hut.fi
1210L: hostap@shmoo.com
1211W: http://hostap.epitest.fi/
1212S: Maintained
1213
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1215P: Jaroslav Kysela
1216M: perex@suse.cz
1217S: Maintained
1218
Bob Piccob9b03322005-11-07 00:59:19 -08001219HPET: High Precision Event Timers driver (hpet.c)
1220P: Clemens Ladisch
1221M: clemens@ladisch.de
1222S: Maintained
1223
1224HPET: i386
1225P: Venkatesh Pallipadi (Venki)
1226M: venkatesh.pallipadi@intel.com
1227S: Maintained
1228
1229HPET: x86_64
1230P: Andi Kleen and Vojtech Pavlik
1231M: ak@muc.de and vojtech@suse.cz
1232S: Maintained
1233
1234HPET: ACPI hpet.c
1235P: Bob Picco
1236M: bob.picco@hp.com
1237S: Maintained
1238
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239HPFS FILESYSTEM
1240P: Mikulas Patocka
1241M: mikulas@artax.karlin.mff.cuni.cz
1242W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1243S: Maintained
1244
1245HUGETLB FILESYSTEM
1246P: William Irwin
1247M: wli@holomorphy.com
1248S: Maintained
1249
Jean Delvare5b543962005-08-15 19:51:02 +02001250I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251P: Jean Delvare
1252M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001253L: i2c@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001255T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256S: Maintained
1257
1258I2O
1259P: Markus Lidel
1260M: markus.lidel@shadowconnect.com
1261W: http://i2o.shadowconnect.com/
1262S: Maintained
1263
1264i386 BOOT CODE
1265P: Riley H. Williams
1266M: Riley@Williams.Name
1267L: Linux-Kernel@vger.kernel.org
1268S: Maintained
1269
1270i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1271P: Dave Jones
1272M: davej@codemonkey.org.uk
1273P: H. Peter Anvin
1274M: hpa@zytor.com
1275S: Maintained
1276
1277i810 TCO TIMER WATCHDOG
1278P: Nils Faerber
1279M: nils@kernelconcepts.de
1280W: http://www.kernelconcepts.de/
1281S: Maintained
1282
1283IA64 (Itanium) PLATFORM
1284P: Tony Luck
1285M: tony.luck@intel.com
1286L: linux-ia64@vger.kernel.org
1287W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001288T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289S: Maintained
1290
1291SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001292P: Jes Sorensen
1293M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294L: linux-altix@sgi.com
1295L: linux-ia64@vger.kernel.org
1296W: http://www.sgi.com/altix
1297S: Maintained
1298
1299IBM MCA SCSI SUBSYSTEM DRIVER
1300P: Michael Lang
1301M: langa2@kph.uni-mainz.de
1302W: http://www.uni-mainz.de/~langm000/linux.html
1303S: Maintained
1304
1305IBM Power Linux RAID adapter
1306P: Brian King
1307M: brking@us.ibm.com
1308S: Supported
1309
1310IBM ServeRAID RAID DRIVER
1311P: Jack Hammer
1312P: Dave Jeffery
1313M: ipslinux@adaptec.com
1314W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1315S: Supported
1316
1317IDE DRIVER [GENERAL]
1318P: Bartlomiej Zolnierkiewicz
1319M: B.Zolnierkiewicz@elka.pw.edu.pl
1320L: linux-kernel@vger.kernel.org
1321L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001322T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323S: Maintained
1324
1325IDE/ATAPI CDROM DRIVER
1326P: Jens Axboe
1327M: axboe@suse.de
1328L: linux-kernel@vger.kernel.org
1329W: http://www.kernel.dk
1330S: Maintained
1331
1332IDE/ATAPI FLOPPY DRIVERS
1333P: Paul Bristow
1334M: Paul Bristow <paul@paulbristow.net>
1335W: http://paulbristow.net/linux/idefloppy.html
1336L: linux-kernel@vger.kernel.org
1337S: Maintained
1338
1339IDE/ATAPI TAPE DRIVERS
1340P: Gadi Oxman
1341M: Gadi Oxman <gadio@netvision.net.il>
1342L: linux-kernel@vger.kernel.org
1343S: Maintained
1344
1345IEEE 1394 ETHERNET (eth1394)
1346L: linux1394-devel@lists.sourceforge.net
1347W: http://www.linux1394.org/
1348S: Orphan
1349
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350IEEE 1394 SUBSYSTEM
1351P: Ben Collins
1352M: bcollins@debian.org
1353P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001354M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355L: linux1394-devel@lists.sourceforge.net
1356W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001357T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358S: Maintained
1359
1360IEEE 1394 OHCI DRIVER
1361P: Ben Collins
1362M: bcollins@debian.org
1363P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001364M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365L: linux1394-devel@lists.sourceforge.net
1366W: http://www.linux1394.org/
1367S: Maintained
1368
1369IEEE 1394 PCILYNX DRIVER
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/
1374S: Maintained
1375
1376IEEE 1394 RAW I/O DRIVER
1377P: Ben Collins
1378M: bcollins@debian.org
1379P: Dan Dennedy
1380M: dan@dennedy.org
1381L: linux1394-devel@lists.sourceforge.net
1382W: http://www.linux1394.org/
1383S: Maintained
1384
Jody McIntyre105d7b32005-09-30 11:59:04 -07001385IEEE 1394 SBP2
1386P: Ben Collins
1387M: bcollins@debian.org
1388P: Stefan Richter
1389M: stefanr@s5r6.in-berlin.de
1390L: linux1394-devel@lists.sourceforge.net
1391W: http://www.linux1394.org/
1392S: Maintained
1393
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394IMS TWINTURBO FRAMEBUFFER DRIVER
1395P: Paul Mundt
1396M: lethal@chaoticdreams.org
1397L: linux-fbdev-devel@lists.sourceforge.net
1398S: Maintained
1399
1400INFINIBAND SUBSYSTEM
1401P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001402M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403P: Sean Hefty
1404M: mshefty@ichips.intel.com
1405P: Hal Rosenstock
1406M: halr@voltaire.com
1407L: openib-general@openib.org
1408W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001409T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410S: Supported
1411
1412INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001413P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001414M: dmitry.torokhov@gmail.com
1415M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416L: linux-input@atrey.karlin.mff.cuni.cz
1417L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001418T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419S: Maintained
1420
Robert Lovec9f04f52005-07-15 12:21:07 -04001421INOTIFY
1422P: John McCutchan and Robert Love
1423M: ttb@tentacle.dhs.org and rml@novell.com
1424L: linux-kernel@vger.kernel.org
1425S: Maintained
1426
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001427INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1428P: Sylvain Meyer
1429M: sylvain.meyer@worldonline.fr
1430L: linux-fbdev-devel@lists.sourceforge.net
1431S: Maintained
1432
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433INTEL 810/815 FRAMEBUFFER DRIVER
1434P: Antonino Daplas
1435M: adaplas@pol.net
1436L: linux-fbdev-devel@lists.sourceforge.net
1437S: Maintained
1438
1439INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1440P: Ingo Molnar
1441M: mingo@redhat.com
1442S: Maintained
1443
1444INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1445P: Jeff Garzik
1446M: jgarzik@pobox.com
1447W: http://sourceforge.net/projects/gkernel/
1448S: Maintained
1449
1450INTEL IA32 MICROCODE UPDATE SUPPORT
1451P: Tigran Aivazian
1452M: tigran@veritas.com
1453S: Maintained
1454
Michael Buesch844dd052006-06-26 00:24:59 -07001455INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1456P: Deepak Saxena
1457M: dsaxena@plexity.net
1458S: Maintained
1459
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460INTEL PRO/100 ETHERNET SUPPORT
1461P: John Ronciak
1462M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463P: Jesse Brandeburg
1464M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001465P: Jeff Kirsher
1466M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001467P: Auke Kok
1468M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469W: http://sourceforge.net/projects/e1000/
1470S: Supported
1471
1472INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1473P: Jeb Cramer
1474M: cramerj@intel.com
1475P: John Ronciak
1476M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001477P: Jesse Brandeburg
1478M: jesse.brandeburg@intel.com
1479P: Jeff Kirsher
1480M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001481P: Auke Kok
1482M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483W: http://sourceforge.net/projects/e1000/
1484S: Supported
1485
1486INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001487P: Jeff Kirsher
1488M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489P: Ayyappan Veeraiyan
1490M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491P: John Ronciak
1492M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001493P: Jesse Brandeburg
1494M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001495P: Auke Kok
1496M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497W: http://sourceforge.net/projects/e1000/
1498S: Supported
1499
James Ketrenos826d2ab2005-11-07 18:56:59 -06001500INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1501P: Yi Zhu
1502M: yi.zhu@intel.com
1503P: James Ketrenos
1504M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001505L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001506L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1507W: http://ipw2100.sourceforge.net
1508S: Supported
1509
1510INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1511P: Yi Zhu
1512M: yi.zhu@intel.com
1513P: James Ketrenos
1514M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001515L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001516L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1517W: http://ipw2200.sourceforge.net
1518S: Supported
1519
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520IOC3 DRIVER
1521P: Ralf Baechle
1522M: ralf@linux-mips.org
1523L: linux-mips@linux-mips.org
1524S: Maintained
1525
1526IP MASQUERADING:
1527P: Juanjo Ciarlante
1528M: jjciarla@raiz.uncu.edu.ar
1529S: Maintained
1530
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001531IPATH DRIVER:
1532P: Bryan O'Sullivan
1533M: support@pathscale.com
1534L: openib-general@openib.org
1535S: Supported
1536
Corey Minyard4409ebe2006-04-20 02:43:12 -07001537IPMI SUBSYSTEM
1538P: Corey Minyard
1539M: minyard@acm.org
1540L: openipmi-developer@lists.sourceforge.net
1541W: http://openipmi.sourceforge.net/
1542S: Supported
1543
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544IPX NETWORK LAYER
1545P: Arnaldo Carvalho de Melo
1546M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001547L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548S: Maintained
1549
1550IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001551P: Samuel Ortiz
1552M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001553L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001555S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556
1557ISAPNP
1558P: Jaroslav Kysela
1559M: perex@suse.cz
1560S: Maintained
1561
1562ISDN SUBSYSTEM
1563P: Karsten Keil
1564M: kkeil@suse.de
1565P: Kai Germaschewski
1566M: kai.germaschewski@gmx.de
1567L: isdn4linux@listserv.isdn4linux.de
1568W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001569T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570S: Maintained
1571
1572ISDN SUBSYSTEM (Eicon active card driver)
1573P: Armin Schindler
1574M: mac@melware.de
1575L: isdn4linux@listserv.isdn4linux.de
1576W: http://www.melware.de
1577S: Maintained
1578
1579JOURNALLING FLASH FILE SYSTEM (JFFS)
1580P: Axis Communications AB
1581M: jffs-dev@axis.com
1582L: jffs-dev@axis.com
1583W: http://www.developer.axis.com/software/jffs/
1584S: Maintained
1585
1586JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1587P: David Woodhouse
1588M: dwmw2@infradead.org
1589L: jffs-dev@axis.com
1590W: http://sources.redhat.com/jffs2/
1591S: Maintained
1592
1593JFS FILESYSTEM
1594P: Dave Kleikamp
1595M: shaggy@austin.ibm.com
1596L: jfs-discussion@lists.sourceforge.net
1597W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001598T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599S: Supported
1600
Theodore Tsoae0718f2006-05-20 15:00:13 -07001601JOURNALLING LAYER FOR BLOCK DEVICS (JBD)
1602P: Stephen Tweedie, Andrew Morton
1603M: sct@redhat.com, akpm@osdl.org
1604L: ext2-devel@lists.sourceforge.net
1605S: Maintained
1606
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607KCONFIG
1608P: Roman Zippel
1609M: zippel@linux-m68k.org
1610L: kbuild-devel@lists.sourceforge.net
1611S: Maintained
1612
Vivek Goyalea6c2082006-05-20 14:59:55 -07001613KDUMP
1614P: Vivek Goyal
1615M: vgoyal@in.ibm.com
1616P: Haren Myneni
1617M: hbabu@us.ibm.com
1618L: fastboot@lists.osdl.org
1619L: linux-kernel@vger.kernel.org
1620W: http://lse.sourceforge.net/kdump/
1621S: Maintained
1622
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623KERNEL AUTOMOUNTER (AUTOFS)
1624P: H. Peter Anvin
1625M: hpa@zytor.com
1626L: autofs@linux.kernel.org
1627S: Odd Fixes
1628
1629KERNEL AUTOMOUNTER v4 (AUTOFS4)
1630P: Ian Kent
1631M: raven@themaw.net
1632L: autofs@linux.kernel.org
1633S: Maintained
1634
1635KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1636P: Kai Germaschewski
1637M: kai@germaschewski.name
1638P: Sam Ravnborg
1639M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001640T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641S: Maintained
1642
1643KERNEL JANITORS
1644P: Several
1645L: kernel-janitors@osdl.org
1646W: http://www.kerneljanitors.org/
1647W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648S: Maintained
1649
1650KERNEL NFSD
1651P: Neil Brown
1652M: neilb@cse.unsw.edu.au
1653L: nfs@lists.sourceforge.net
1654W: http://nfs.sourceforge.net/
1655W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1656S: Maintained
1657
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001658KEXEC
1659P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001660M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001661W: http://www.xmission.com/~ebiederm/files/kexec/
1662L: linux-kernel@vger.kernel.org
1663L: fastboot@osdl.org
1664S: Maintained
1665
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001666KPROBES
1667P: Prasanna S Panchamukhi
1668M: prasanna@in.ibm.com
1669P: Ananth N Mavinakayanahalli
1670M: ananth@in.ibm.com
1671P: Anil S Keshavamurthy
1672M: anil.s.keshavamurthy@intel.com
1673P: David S. Miller
1674M: davem@davemloft.net
1675L: linux-kernel@vger.kernel.org
1676S: Maintained
1677
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001680S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681
1682LASI 53c700 driver for PARISC
1683P: James E.J. Bottomley
1684M: James.Bottomley@HansenPartnership.com
1685L: linux-scsi@vger.kernel.org
1686S: Maintained
1687
Richard Purdie263de9b2006-05-15 09:44:16 -07001688LED SUBSYSTEM
1689P: Richard Purdie
1690M: rpurdie@rpsys.net
1691S: Maintained
1692
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693LEGO USB Tower driver
1694P: Juergen Stuber
1695M: starblue@users.sourceforge.net
1696L: legousb-devel@lists.sourceforge.net
1697W: http://legousb.sourceforge.net/
1698S: Maintained
1699
1700LINUX FOR IBM pSERIES (RS/6000)
1701P: Paul Mackerras
1702M: paulus@au.ibm.com
1703W: http://www.ibm.com/linux/ltc/projects/ppc
1704S: Supported
1705
1706LINUX FOR NCR VOYAGER
1707P: James Bottomley
1708M: James.Bottomley@HansenPartnership.com
1709W: http://www.hansenpartnership.com/voyager
1710S: Maintained
1711
1712LINUX FOR POWERPC
1713P: Paul Mackerras
1714M: paulus@samba.org
1715W: http://www.penguinppc.org/
1716L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001717T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718S: Supported
1719
1720LINUX FOR POWER MACINTOSH
1721P: Benjamin Herrenschmidt
1722M: benh@kernel.crashing.org
1723W: http://www.penguinppc.org/
1724L: linuxppc-dev@ozlabs.org
1725S: Maintained
1726
1727LINUX FOR POWERPC EMBEDDED MPC52XX
1728P: Sylvain Munaut
1729M: tnt@246tNt.com
1730W: http://www.246tNt.com/mpc52xx/
1731W: http://www.penguinppc.org/
1732L: linuxppc-dev@ozlabs.org
1733L: linuxppc-embedded@ozlabs.org
1734S: Maintained
1735
1736LINUX FOR POWERPC EMBEDDED PPC4XX
1737P: Matt Porter
1738M: mporter@kernel.crashing.org
1739W: http://www.penguinppc.org/
1740L: linuxppc-embedded@ozlabs.org
1741S: Maintained
1742
Tom Rinie93adf12005-07-26 12:49:53 -07001743LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744P: Tom Rini
1745M: trini@kernel.crashing.org
1746W: http://www.penguinppc.org/
1747L: linuxppc-embedded@ozlabs.org
1748S: Maintained
1749
Tom Rinie93adf12005-07-26 12:49:53 -07001750LINUX FOR POWERPC EMBEDDED PPC8XX
1751P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001752M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001753W: http://www.penguinppc.org/
1754L: linuxppc-embedded@ozlabs.org
1755S: Maintained
1756
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1758P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001759M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760W: http://www.penguinppc.org/
1761L: linuxppc-embedded@ozlabs.org
1762S: Maintained
1763
1764LLC (802.2)
1765P: Arnaldo Carvalho de Melo
1766M: acme@conectiva.com.br
1767S: Maintained
1768
1769LINUX FOR 64BIT POWERPC
1770P: Paul Mackerras
1771M: paulus@samba.org
1772M: paulus@au.ibm.com
1773P: Anton Blanchard
1774M: anton@samba.org
1775M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001776W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001777L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778S: Supported
1779
1780LINUX SECURITY MODULE (LSM) FRAMEWORK
1781P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001782M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001783L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001785T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786S: Supported
1787
1788LM83 HARDWARE MONITOR DRIVER
1789P: Jean Delvare
1790M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001791L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792S: Maintained
1793
1794LM90 HARDWARE MONITOR DRIVER
1795P: Jean Delvare
1796M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001797L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798S: Maintained
1799
1800LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1801P: Richard Russon (FlatCap)
1802M: ldm@flatcap.org
1803L: ldm-devel@lists.sourceforge.net
1804W: http://ldm.sourceforge.net
1805S: Maintained
1806
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001807LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1808P: Eric Moore
1809M: Eric.Moore@lsil.com
1810M: support@lsil.com
1811L: mpt_linux_developer@lsil.com
1812L: linux-scsi@vger.kernel.org
1813W: http://www.lsilogic.com/support
1814S: Supported
1815
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1817P: Matthew Wilcox
1818M: matthew@wil.cx
1819L: linux-scsi@vger.kernel.org
1820S: Maintained
1821
1822M68K ARCHITECTURE
1823P: Geert Uytterhoeven
1824M: geert@linux-m68k.org
1825P: Roman Zippel
1826M: zippel@linux-m68k.org
1827L: linux-m68k@lists.linux-m68k.org
1828W: http://www.linux-m68k.org/
1829W: http://linux-m68k-cvs.ubb.ca/
1830S: Maintained
1831
1832M68K ON APPLE MACINTOSH
1833P: Joshua Thompson
1834M: funaho@jurai.org
1835W: http://www.mac.linux-m68k.org/
1836L: linux-mac68k@mac.linux-m68k.org
1837S: Maintained
1838
1839M68K ON HP9000/300
1840P: Philip Blundell
1841M: philb@gnu.org
1842W: http://www.tazenda.demon.co.uk/phil/linux-hp
1843S: Maintained
1844
1845MARVELL YUKON / SYSKONNECT DRIVER
1846P: Mirko Lindner
1847M: mlindner@syskonnect.de
1848P: Ralph Roesler
1849M: rroesler@syskonnect.de
1850W: http://www.syskonnect.com
1851S: Supported
1852
1853MAESTRO PCI SOUND DRIVERS
1854P: Zach Brown
1855M: zab@zabbo.net
1856S: Odd Fixes
1857
Michael Kerriskfaf16682005-07-31 22:34:47 -07001858MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1859P: Michael Kerrisk
1860M: mtk-manpages@gmx.net
1861W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1862S: Maintained
1863
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001864MARVELL MV643XX ETHERNET DRIVER
1865P: Dale Farnsworth
1866M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001868M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001869L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001870S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871
1872MATROX FRAMEBUFFER DRIVER
1873P: Petr Vandrovec
1874M: vandrove@vc.cvut.cz
1875L: linux-fbdev-devel@lists.sourceforge.net
1876S: Maintained
1877
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001878MEGARAID SCSI DRIVERS
1879P: Neela Syam Kolli
1880M: Neela.Kolli@engenio.com
1881S: linux-scsi@vger.kernel.org
1882W: http://megaraid.lsilogic.com
1883S: Maintained
1884
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001885MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886P: David Woodhouse
1887M: dwmw2@infradead.org
1888W: http://www.linux-mtd.infradead.org/
1889L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001890T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891S: Maintained
1892
1893MICROTEK X6 SCANNER
1894P: Oliver Neukum
1895M: oliver@neukum.name
1896S: Maintained
1897
1898MIPS
1899P: Ralf Baechle
1900M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001901W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001903T: git www.linux-mips.org:/pub/scm/linux.git
1904S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001905
1906MISCELLANEOUS MCA-SUPPORT
1907P: James Bottomley
1908M: jejb@steeleye.com
1909L: linux-kernel@vger.kernel.org
1910S: Maintained
1911
1912MODULE SUPPORT
1913P: Rusty Russell
1914M: rusty@rustcorp.com.au
1915L: linux-kernel@vger.kernel.org
1916S: Maintained
1917
1918MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1919P: Stelian Pop
1920M: stelian@popies.net
1921W: http://popies.net/meye/
1922S: Maintained
1923
1924MOUSE AND MISC DEVICES [GENERAL]
1925P: Alessandro Rubini
1926M: rubini@ipvvis.unipv.it
1927L: linux-kernel@vger.kernel.org
1928S: Maintained
1929
1930MTRR AND SIMILAR SUPPORT [i386]
1931P: Richard Gooch
1932M: rgooch@atnf.csiro.au
1933L: linux-kernel@vger.kernel.org
1934W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1935S: Maintained
1936
Russell King12223da2006-06-15 13:28:52 +01001937MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001938P: Russell King
1939M: rmk+mmc@arm.linux.org.uk
1940S: Maintained
1941
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942MULTISOUND SOUND DRIVER
1943P: Andrew Veliath
1944M: andrewtv@usa.net
1945S: Maintained
1946
1947NATSEMI ETHERNET DRIVER (DP8381x)
1948P: Tim Hockin
1949M: thockin@hockin.org
1950S: Maintained
1951
1952NCP FILESYSTEM
1953P: Petr Vandrovec
1954M: vandrove@vc.cvut.cz
1955L: linware@sh.cvut.cz
1956S: Maintained
1957
1958NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1959P: James E.J. Bottomley
1960M: James.Bottomley@HansenPartnership.com
1961L: linux-scsi@vger.kernel.org
1962S: Maintained
1963
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07001964NETEM NETWORK EMULATOR
1965P: Stephen Hemminger
1966M: shemminger@osdl.org
1967L: netem@osdl.org
1968S: Maintained
1969
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970NETFILTER/IPTABLES/IPCHAINS
1971P: Rusty Russell
1972P: Marc Boucher
1973P: James Morris
1974P: Harald Welte
1975P: Jozsef Kadlecsik
1976M: coreteam@netfilter.org
1977W: http://www.netfilter.org/
1978W: http://www.iptables.org/
1979L: netfilter@lists.netfilter.org
1980L: netfilter-devel@lists.netfilter.org
1981S: Supported
1982
1983NETROM NETWORK LAYER
1984P: Ralf Baechle
1985M: ralf@linux-mips.org
1986L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001987W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988S: Maintained
1989
1990NETWORK BLOCK DEVICE
1991P: Paul Clements
1992M: Paul.Clements@steeleye.com
1993S: Maintained
1994
1995NETWORK DEVICE DRIVERS
1996P: Andrew Morton
1997M: akpm@osdl.org
1998P: Jeff Garzik
1999M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002000L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002001T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002S: Maintained
2003
2004NETWORKING [GENERAL]
2005P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002006M: netdev@vger.kernel.org
2007L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002008W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009S: Maintained
2010
2011NETWORKING [IPv4/IPv6]
2012P: David S. Miller
2013M: davem@davemloft.net
2014P: Alexey Kuznetsov
2015M: kuznet@ms2.inr.ac.ru
2016P: Pekka Savola (ipv6)
2017M: pekkas@netcore.fi
2018P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002019M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020P: Hideaki YOSHIFUJI
2021M: yoshfuji@linux-ipv6.org
2022P: Patrick McHardy
2023M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002024L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002025T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026S: Maintained
2027
John W. Linville29f8f632006-01-18 14:52:48 -08002028NETWORKING [WIRELESS]
2029P: John W. Linville
2030M: linville@tuxdriver.com
2031L: netdev@vger.kernel.org
2032T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2033S: Maintained
2034
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035IPVS
2036P: Wensong Zhang
2037M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002038P: Simon Horman
2039M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040P: Julian Anastasov
2041M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002042L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043S: Maintained
2044
2045NFS CLIENT
2046P: Trond Myklebust
2047M: trond.myklebust@fys.uio.no
2048L: linux-kernel@vger.kernel.org
2049S: Maintained
2050
2051NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002052P: Jan-Pascal van Best
2053M: janpascal@vanbest.org
2054P: Andreas Mohr
2055M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002056L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057S: Maintained
2058
2059NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2060P: YOKOTA Hiroshi
2061M: yokota@netlab.is.tsukuba.ac.jp
2062W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2063S: Maintained
2064
2065NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2066P: GOTO Masanori
2067M: gotom@debian.or.jp
2068P: YOKOTA Hiroshi
2069M: yokota@netlab.is.tsukuba.ac.jp
2070W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2071S: Maintained
2072
2073NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2074P: Eberhard Moenkeberg
2075M: emoenke@gwdg.de
2076L: linux-kernel@vger.kernel.org
2077S: Maintained
2078
2079NTFS FILESYSTEM
2080P: Anton Altaparmakov
2081M: aia21@cantab.net
2082L: linux-ntfs-dev@lists.sourceforge.net
2083L: linux-kernel@vger.kernel.org
2084W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002085T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086S: Maintained
2087
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002088NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2089P: Antonino Daplas
2090M: adaplas@pol.net
2091L: linux-fbdev-devel@lists.sourceforge.net
2092S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002094OPENCORES I2C BUS DRIVER
2095P: Peter Korsgaard
2096M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002097L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002098S: Maintained
2099
Mark Fashehccd979b2005-12-15 14:31:24 -08002100ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2101P: Mark Fasheh
2102M: mark.fasheh@oracle.com
2103P: Kurt Hackel
2104M: kurt.hackel@oracle.com
2105L: ocfs2-devel@oss.oracle.com
2106W: http://oss.oracle.com/projects/ocfs2/
2107S: Supported
2108
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109OLYMPIC NETWORK DRIVER
2110P: Peter De Shrijver
2111M: p2@ace.ulyssis.student.kuleuven.ac.be
2112P: Mike Phillips
2113M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002114L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115L: linux-tr@linuxtr.net
2116W: http://www.linuxtr.net
2117S: Maintained
2118
Harald Weltec1986ee2005-11-13 16:06:29 -08002119OMNIKEY CARDMAN 4000 DRIVER
2120P: Harald Welte
2121M: laforge@gnumonks.org
2122S: Maintained
2123
Harald Welte77c44ab2005-11-13 16:06:26 -08002124OMNIKEY CARDMAN 4040 DRIVER
2125P: Harald Welte
2126M: laforge@gnumonks.org
2127S: Maintained
2128
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129ONSTREAM SCSI TAPE DRIVER
2130P: Willem Riede
2131M: osst@riede.org
2132L: osst-users@lists.sourceforge.net
2133L: linux-scsi@vger.kernel.org
2134S: Maintained
2135
2136OPL3-SA2, SA3, and SAx DRIVER
2137P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002138M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139L: linux-sound@vger.kernel.org
2140S: Maintained
2141
2142OPROFILE
2143P: Philippe Elie
2144M: phil.el@wanadoo.fr
2145L: oprofile-list@lists.sf.net
2146S: Maintained
2147
2148ORINOCO DRIVER
2149P: Pavel Roskin
2150M: proski@gnu.org
2151P: David Gibson
2152M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002153L: orinoco-users@lists.sourceforge.net
2154L: orinoco-devel@lists.sourceforge.net
2155W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156S: Maintained
2157
2158PARALLEL PORT SUPPORT
2159P: Phil Blundell
2160M: philb@gnu.org
2161P: Tim Waugh
2162M: tim@cyberelk.net
2163P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164P: Andrea Arcangeli
2165M: andrea@suse.de
2166L: linux-parport@lists.infradead.org
2167W: http://people.redhat.com/twaugh/parport/
2168S: Maintained
2169
2170PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2171P: Tim Waugh
2172M: tim@cyberelk.net
2173L: linux-parport@lists.infradead.org
2174W: http://www.torque.net/linux-pp.html
2175S: Maintained
2176
2177PARISC ARCHITECTURE
2178P: Matthew Wilcox
2179M: matthew@wil.cx
2180P: Grant Grundler
2181M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002182P: Kyle McMartin
2183M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184L: parisc-linux@parisc-linux.org
2185W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002186T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2187T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188S: Maintained
2189
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002190PCI ERROR RECOVERY
2191P: Linas Vepstas
2192M: linas@austin.ibm.com
2193L: linux-kernel@vger.kernel.org
2194L: linux-pci@atrey.karlin.mff.cuni.cz
2195S: Supported
2196
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2198P: Thomas Sailer
2199M: sailer@ife.ee.ethz.ch
2200L: linux-sound@vger.kernel.org
2201W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2202S: Maintained
2203
2204PCI SUBSYSTEM
2205P: Greg Kroah-Hartman
2206M: gregkh@suse.de
2207L: linux-kernel@vger.kernel.org
2208L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002209T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210S: Supported
2211
2212PCI HOTPLUG CORE
2213P: Greg Kroah-Hartman
2214M: gregkh@suse.de
2215S: Supported
2216
2217PCI HOTPLUG COMPAQ DRIVER
2218P: Greg Kroah-Hartman
2219M: greg@kroah.com
2220S: Maintained
2221
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002222PCIE HOTPLUG DRIVER
2223P: Kristen Carlson Accardi
2224M: kristen.c.accardi@intel.com
2225L: pcihpd-discuss@lists.sourceforge.net
2226S: Maintained
2227
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002229P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002230L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002232T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002233S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234
2235PCNET32 NETWORK DRIVER
2236P: Thomas Bogendörfer
2237M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002238L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239S: Maintained
2240
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002241PER-TASK DELAY ACCOUNTING
2242P: Shailabh Nagar
2243M: nagar@watson.ibm.com
2244L: linux-kernel@vger.kernel.org
2245S: Maintained
2246
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002247PERSONALITY HANDLING
2248P: Christoph Hellwig
2249M: hch@infradead.org
2250L: linux-abi-devel@lists.sourceforge.net
2251S: Maintained
2252
Linus Torvalds1da177e2005-04-16 15:20:36 -07002253PHRAM MTD DRIVER
2254P: Jörn Engel
2255M: joern@wh.fh-wedel.de
2256L: linux-mtd@lists.infradead.org
2257S: Maintained
2258
Peter Osterlund249a6772005-09-27 21:45:30 -07002259PKTCDVD DRIVER
2260P: Peter Osterlund
2261M: petero2@telia.com
2262L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002263S: Maintained
2264
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265POSIX CLOCKS and TIMERS
2266P: George Anzinger
2267M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002268L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269S: Supported
2270
Eugene Surovegin24682972005-10-14 03:00:53 -07002271POWERPC 4xx EMAC DRIVER
2272P: Eugene Surovegin
2273M: ebs@ebshome.net
2274W: http://kernel.ebshome.net/emac/
2275L: linuxppc-embedded@ozlabs.org
2276L: netdev@vger.kernel.org
2277S: Maintained
2278
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279PNP SUPPORT
2280P: Adam Belay
2281M: ambx1@neo.rr.com
2282S: Maintained
2283
2284PPP PROTOCOL DRIVERS AND COMPRESSORS
2285P: Paul Mackerras
2286M: paulus@samba.org
2287L: linux-ppp@vger.kernel.org
2288S: Maintained
2289
2290PPP OVER ATM (RFC 2364)
2291P: Mitchell Blank Jr
2292M: mitch@sfgoth.com
2293S: Maintained
2294
2295PPP OVER ETHERNET
2296P: Michal Ostrowski
2297M: mostrows@speakeasy.net
2298S: Maintained
2299
2300PREEMPTIBLE KERNEL
2301P: Robert Love
2302M: rml@tech9.net
2303L: linux-kernel@vger.kernel.org
2304L: kpreempt-tech@lists.sourceforge.net
2305W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2306S: Supported
2307
2308PRISM54 WIRELESS DRIVER
2309P: Prism54 Development Team
2310M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002311L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312W: http://prism54.org
2313S: Maintained
2314
2315PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2316P: Peter Denison
2317M: promise@pnd-pc.demon.co.uk
2318W: http://www.pnd-pc.demon.co.uk/promise/
2319S: Maintained
2320
Michael Krufky83202042006-07-03 00:24:18 -07002321PVRUSB2 VIDEO4LINUX DRIVER
2322P: Mike Isely
2323M: isely@pobox.com
2324L: pvrusb2@isely.net
2325L: video4linux-list@redhat.com
2326W: http://www.isely.net/pvrusb2/
2327S: Maintained
2328
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329PXA2xx SUPPORT
2330P: Nicolas Pitre
2331M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002332L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333S: Maintained
2334
2335QLOGIC QLA2XXX FC-SCSI DRIVER
2336P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002337M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338L: linux-scsi@vger.kernel.org
2339S: Supported
2340
2341QNX4 FILESYSTEM
2342P: Anders Larsen
2343M: al@alarsen.net
2344L: linux-kernel@vger.kernel.org
2345W: http://www.alarsen.net/linux/qnx4fs/
2346S: Maintained
2347
2348RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002349P: Benjamin Herrenschmidt
2350M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351L: linux-fbdev-devel@lists.sourceforge.net
2352S: Maintained
2353
2354RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002355P: Paul Mackerras
2356M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357L: linux-fbdev-devel@lists.sourceforge.net
2358S: Maintained
2359
2360RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2361P: Corey Thomas
2362M: corey@world.std.com
2363L: linux-kernel@vger.kernel.org
2364S: Maintained
2365
Matt Mackall9e95ce22005-04-16 15:25:56 -07002366RANDOM NUMBER DRIVER
2367P: Matt Mackall
2368M: mpm@selenic.com
2369S: Maintained
2370
Matt Porter394b7012005-11-07 01:00:15 -08002371RAPIDIO SUBSYSTEM
2372P: Matt Porter
2373M: mporter@kernel.crashing.org
2374L: linux-kernel@vger.kernel.org
2375S: Maintained
2376
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377REAL TIME CLOCK DRIVER
2378P: Paul Gortmaker
2379M: p_gortmaker@yahoo.com
2380L: linux-kernel@vger.kernel.org
2381S: Maintained
2382
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002383REAL TIME CLOCK (RTC) SUBSYSTEM
2384P: Alessandro Zummo
2385M: a.zummo@towertech.it
2386L: linux-kernel@vger.kernel.org
2387S: Maintained
2388
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389REISERFS FILE SYSTEM
2390P: Hans Reiser
2391M: reiserfs-dev@namesys.com
2392L: reiserfs-list@namesys.com
2393W: http://www.namesys.com
2394S: Supported
2395
2396ROCKETPORT DRIVER
2397P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398W: http://www.comtrol.com
2399S: Maintained
2400
2401ROSE NETWORK LAYER
2402P: Ralf Baechle
2403M: ralf@linux-mips.org
2404L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002405W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406S: Maintained
2407
2408RISCOM8 DRIVER
2409S: Orphan
2410
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002411S3 SAVAGE FRAMEBUFFER DRIVER
2412P: Antonino Daplas
2413M: adaplas@pol.net
2414L: linux-fbdev-devel@lists.sourceforge.net
2415S: Maintained
2416
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417S390
2418P: Martin Schwidefsky
2419M: schwidefsky@de.ibm.com
2420M: linux390@de.ibm.com
2421L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002422W: http://www.ibm.com/developerworks/linux/linux390/
2423S: Supported
2424
2425S390 NETWORK DRIVERS
2426P: Frank Pavlic
2427M: fpavlic@de.ibm.com
2428M: linux390@de.ibm.com
2429L: linux-390@vm.marist.edu
2430W: http://www.ibm.com/developerworks/linux/linux390/
2431S: Supported
2432
2433S390 ZFCP DRIVER
2434P: Andreas Herrmann
2435M: aherrman@de.ibm.com
2436M: linux390@de.ibm.com
2437L: linux-390@vm.marist.edu
2438W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439S: Supported
2440
2441SAA7146 VIDEO4LINUX-2 DRIVER
2442P: Michael Hunold
2443M: michael@mihu.de
2444W: http://www.mihu.de/linux/saa7146
2445S: Maintained
2446
2447SBPCD CDROM DRIVER
2448P: Eberhard Moenkeberg
2449M: emoenke@gwdg.de
2450L: linux-kernel@vger.kernel.org
2451S: Maintained
2452
2453SC1200 WDT DRIVER
2454P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002455M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456S: Maintained
2457
2458SCHEDULER
2459P: Ingo Molnar
2460M: mingo@elte.hu
2461P: Robert Love [the preemptible kernel bits]
2462M: rml@tech9.net
2463L: linux-kernel@vger.kernel.org
2464S: Maintained
2465
2466SCSI CDROM DRIVER
2467P: Jens Axboe
2468M: axboe@suse.de
2469L: linux-scsi@vger.kernel.org
2470W: http://www.kernel.dk
2471S: Maintained
2472
2473SCSI SG DRIVER
2474P: Doug Gilbert
2475M: dgilbert@interlog.com
2476L: linux-scsi@vger.kernel.org
2477W: http://www.torque.net/sg
2478S: Maintained
2479
2480SCSI SUBSYSTEM
2481P: James E.J. Bottomley
2482M: James.Bottomley@SteelEye.com
2483L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002484T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485S: Maintained
2486
2487SCSI TAPE DRIVER
2488P: Kai Mäkisara
2489M: Kai.Makisara@kolumbus.fi
2490L: linux-scsi@vger.kernel.org
2491S: Maintained
2492
2493SCTP PROTOCOL
2494P: Sridhar Samudrala
2495M: sri@us.ibm.com
2496L: lksctp-developers@lists.sourceforge.net
2497S: Supported
2498
2499SCx200 CPU SUPPORT
2500P: Christer Weinigel
2501M: christer@weinigel.se
2502W: http://www.weinigel.se
2503S: Supported
2504
2505SECURITY CONTACT
2506P: Security Officers
2507M: security@kernel.org
2508S: Supported
2509
2510SELINUX SECURITY MODULE
2511P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002512M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002514M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515L: linux-kernel@vger.kernel.org (kernel issues)
2516L: selinux@tycho.nsa.gov (general discussion)
2517W: http://www.nsa.gov/selinux
2518S: Supported
2519
2520SERIAL ATA (SATA) SUBSYSTEM:
2521P: Jeff Garzik
2522M: jgarzik@pobox.com
2523L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002524T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525S: Supported
2526
2527SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2528P: Pat Gefre
2529M: pfg@sgi.com
2530L: linux-ia64@vger.kernel.org
2531S: Supported
2532
2533SGI VISUAL WORKSTATION 320 AND 540
2534P: Andrey Panin
2535M: pazke@donpac.ru
2536L: linux-visws-devel@lists.sf.net
2537W: http://linux-visws.sf.net
2538S: Maintained for 2.6.
2539
2540SIMTEC EB110ATX (Chalice CATS)
2541P: Ben Dooks
2542P: Vincent Sanders
2543M: support@simtec.co.uk
2544W: http://www.simtec.co.uk/products/EB110ATX/
2545S: Supported
2546
2547SIMTEC EB2410ITX (BAST)
2548P: Ben Dooks
2549P: Vincent Sanders
2550M: support@simtec.co.uk
2551W: http://www.simtec.co.uk/products/EB2410ITX/
2552S: Supported
2553
Francois Romieu92aab3c2005-07-30 13:11:18 +02002554SIS 190 ETHERNET DRIVER
2555P: Francois Romieu
2556M: romieu@fr.zoreil.com
2557L: netdev@vger.kernel.org
2558S: Maintained
2559
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560SIS 5513 IDE CONTROLLER DRIVER
2561P: Lionel Bouton
2562M: Lionel.Bouton@inet6.fr
2563W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2564W: http://gyver.homeip.net/sis5513/index.html
2565S: Maintained
2566
2567SIS 900/7016 FAST ETHERNET DRIVER
2568P: Daniele Venzano
2569M: venza@brownhat.org
2570W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002571L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572S: Maintained
2573
2574SIS FRAMEBUFFER DRIVER
2575P: Thomas Winischhofer
2576M: thomas@winischhofer.net
2577W: http://www.winischhofer.net/linuxsisvga.shtml
2578S: Maintained
2579
2580SIS USB2VGA DRIVER
2581P: Thomas Winischhofer
2582M: thomas@winischhofer.net
2583W: http://www.winischhofer.at/linuxsisusbvga.shtml
2584S: Maintained
2585
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586SMC91x ETHERNET DRIVER
2587P: Nicolas Pitre
2588M: nico@cam.org
2589S: Maintained
2590
Daniel Drake8f0f8502006-07-18 22:00:25 +01002591SOFTMAC LAYER (IEEE 802.11)
2592P: Johannes Berg
2593M: johannes@sipsolutions.net
2594P: Joe Jezak
2595M: josejx@gentoo.org
2596P: Daniel Drake
2597M: dsd@gentoo.org
2598W: http://softmac.sipsolutions.net/
2599L: softmac-dev@sipsolutions.net
2600L: netdev@vger.kernel.org
2601S: Maintained
2602
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603SOFTWARE RAID (Multiple Disks) SUPPORT
2604P: Ingo Molnar
2605M: mingo@redhat.com
2606P: Neil Brown
2607M: neilb@cse.unsw.edu.au
2608L: linux-raid@vger.kernel.org
2609S: Maintained
2610
2611SOFTWARE SUSPEND:
2612P: Pavel Machek
2613M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002614L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615S: Maintained
2616
2617SONIC NETWORK DRIVER
2618P: Thomas Bogendoerfer
2619M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002620L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621S: Maintained
2622
2623SONY VAIO CONTROL DEVICE DRIVER
2624P: Stelian Pop
2625M: stelian@popies.net
2626W: http://popies.net/sonypi/
2627S: Maintained
2628
2629SOUND
2630P: Jaroslav Kysela
2631M: perex@suse.cz
2632L: alsa-devel@alsa-project.org
2633S: Maintained
2634
Kumar Gala025c3982006-04-02 16:05:54 -05002635SPI SUBSYSTEM
2636P: David Brownell
2637M: dbrownell@users.sourceforge.net
2638L: spi-devel-general@lists.sourceforge.net
2639S: Maintained
2640
Kylene Hall1c72d462005-05-01 08:59:13 -07002641TPM DEVICE DRIVER
2642P: Kylene Hall
2643M: kjhall@us.ibm.com
2644W: http://tpmdd.sourceforge.net
2645L: tpmdd-devel@lists.sourceforge.net
2646S: Maintained
2647
Mark Gross1a80ba82005-10-30 15:02:55 -08002648Telecom Clock Driver for MCPL0010
2649P: Mark Gross
2650M: mark.gross@intel.com
2651S: Supported
2652
Chris Zankel48b415c2005-06-23 22:01:07 -07002653TENSILICA XTENSA PORT (xtensa):
2654P: Chris Zankel
2655M: chris@zankel.net
2656S: Maintained
2657
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658UltraSPARC (sparc64):
2659P: David S. Miller
2660M: davem@davemloft.net
2661P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002662M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663P: Jakub Jelinek
2664M: jj@sunsite.ms.mff.cuni.cz
2665P: Anton Blanchard
2666M: anton@samba.org
2667L: sparclinux@vger.kernel.org
2668L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002669T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670S: Maintained
2671
2672SHARP LH SUPPORT (LH7952X & LH7A40X)
2673P: Marc Singer
2674M: elf@buici.com
2675W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002676L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677S: Maintained
2678
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002679SHPC HOTPLUG DRIVER
2680P: Kristen Carlson Accardi
2681M: kristen.c.accardi@intel.com
2682L: pcihpd-discuss@lists.sourceforge.net
2683S: Maintained
2684
Pierre Ossmand129bce2006-03-24 03:18:17 -08002685SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2686P: Pierre Ossman
2687M: drzeus-sdhci@drzeus.cx
2688L: sdhci-devel@list.drzeus.cx
2689W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2690S: Maintained
2691
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002692SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2693P: Stephen Hemminger
2694M: shemminger@osdl.org
2695L: netdev@vger.kernel.org
2696S: Maintained
2697
Chris Boot1a87d942006-07-10 04:45:34 -07002698SOEKRIS NET48XX LED SUPPORT
2699P: Chris Boot
2700M: bootc@bootc.net
2701S: Maintained
2702
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703SPARC (sparc32):
2704P: William L. Irwin
2705M: wli@holomorphy.com
2706L: sparclinux@vger.kernel.org
2707S: Maintained
2708
2709SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2710P: Roger Wolff
2711M: R.E.Wolff@BitWizard.nl
2712L: linux-kernel@vger.kernel.org ?
2713S: Supported
2714
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715SRM (Alpha) environment access
2716P: Jan-Benedict Glaw
2717M: jbglaw@lug-owl.de
2718L: linux-kernel@vger.kernel.org
2719S: Maintained
2720
2721STARFIRE/DURALAN NETWORK DRIVER
2722P: Ion Badulescu
2723M: ionut@cs.columbia.edu
2724S: Maintained
2725
2726STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2727W: http://mosquitonet.Stanford.EDU/strip.html
2728S: Unsupported ?
2729
2730STRADIS MPEG-2 DECODER DRIVER
2731P: Nathan Laredo
2732M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733W: http://www.stradis.com/
2734S: Maintained
2735
2736SUPERH (sh)
2737P: Paul Mundt
2738M: lethal@linux-sh.org
2739P: Kazumoto Kojima
2740M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002741L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742W: http://www.linux-sh.org
2743W: http://www.m17n.org/linux-sh/
2744W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2745S: Maintained
2746
2747SUPERH64 (sh64)
2748P: Paul Mundt
2749M: lethal@linux-sh.org
2750P: Richard Curnow
2751M: rc@rc0.org.uk
2752L: linuxsh-shmedia-dev@lists.sourceforge.net
2753W: http://www.linux-sh.org
2754W: http://www.rc0.org.uk/sh64
2755S: Maintained
2756
2757SUN3/3X
2758P: Sam Creasey
2759M: sammy@sammy.net
2760L: sun3-list@redhat.com
2761W: http://sammy.net/sun3/
2762S: Maintained
2763
2764SVGA HANDLING
2765P: Martin Mares
2766M: mj@ucw.cz
2767L: linux-video@atrey.karlin.mff.cuni.cz
2768S: Maintained
2769
2770SYSV FILESYSTEM
2771P: Christoph Hellwig
2772M: hch@infradead.org
2773S: Maintained
2774
Stephen Hemminger781b4562006-07-10 20:25:29 -07002775TC CLASSIFIER
2776P: Jamal Hadi Salim
2777M: hadi@cyberus.ca
2778L: netdev@vger.kernel.org
2779S: Maintained
2780
Michael Buesch844dd052006-06-26 00:24:59 -07002781TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2782P: Deepak Saxena
2783M: dsaxena@plexity.net
2784S: Maintained
2785
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002786TASKSTATS STATISTICS INTERFACE
2787P: Shailabh Nagar
2788M: nagar@watson.ibm.com
2789L: linux-kernel@vger.kernel.org
2790S: Maintained
2791
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792TI PARALLEL LINK CABLE DRIVER
2793P: Romain Lievin
2794M: roms@lpg.ticalc.org
2795S: Maintained
2796
Per Lidene86eaa32006-01-12 16:45:18 +01002797TIPC NETWORK LAYER
2798P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002799M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002800P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002801M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002802P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002803M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002804L: tipc-discussion@lists.sourceforge.net
2805W: http://tipc.sourceforge.net/
2806W: http://tipc.cslab.ericsson.net/
2807T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2808S: Maintained
2809
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810TLAN NETWORK DRIVER
2811P: Samuel Chessman
2812M: chessman@tux.org
2813L: tlan-devel@lists.sourceforge.net
2814W: http://sourceforge.net/projects/tlan/
2815S: Maintained
2816
2817TOKEN-RING NETWORK DRIVER
2818P: Mike Phillips
2819M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002820L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821L: linux-tr@linuxtr.net
2822W: http://www.linuxtr.net
2823S: Maintained
2824
2825TOSHIBA ACPI EXTRAS DRIVER
2826P: John Belmonte
2827M: toshiba_acpi@memebeam.org
2828W: http://memebeam.org/toys/ToshibaAcpiDriver
2829S: Maintained
2830
2831TOSHIBA SMM DRIVER
2832P: Jonathan Buzzard
2833M: jonathan@buzzard.org.uk
2834L: tlinux-users@tce.toshiba-dme.co.jp
2835W: http://www.buzzard.org.uk/toshiba/
2836S: Maintained
2837
2838TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2839P: Muli Ben-Yehuda
2840M: mulix@mulix.org
2841L: linux-kernel@vger.kernel.org
2842S: Maintained
2843
2844TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002845P: Adrian Bunk
2846M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002848W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002849T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850S: Maintained
2851
2852TMS380 TOKEN-RING NETWORK DRIVER
2853P: Adam Fritzler
2854M: mid@auk.cx
2855L: linux-tr@linuxtr.net
2856W: http://www.auk.cx/tms380tr/
2857S: Maintained
2858
2859TULIP NETWORK DRIVER
2860P: Jeff Garzik
2861M: jgarzik@pobox.com
2862L: tulip-users@lists.sourceforge.net
2863W: http://sourceforge.net/projects/tulip/
2864S: Maintained
2865
2866TUN/TAP driver
2867P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002868M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869L: vtun@office.satix.net
2870W: http://vtun.sourceforge.net/tun
2871S: Maintained
2872
2873U14-34F SCSI DRIVER
2874P: Dario Ballabio
2875M: ballabio_dario@emc.com
2876L: linux-scsi@vger.kernel.org
2877S: Maintained
2878
2879UDF FILESYSTEM
2880P: Ben Fennema
2881M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882W: http://linux-udf.sourceforge.net
2883S: Maintained
2884
2885UNIFORM CDROM DRIVER
2886P: Jens Axboe
2887M: axboe@suse.de
2888L: linux-kernel@vger.kernel.org
2889W: http://www.kernel.dk
2890S: Maintained
2891
2892USB ACM DRIVER
2893P: Oliver Neukum
2894M: oliver@neukum.name
2895L: linux-usb-users@lists.sourceforge.net
2896L: linux-usb-devel@lists.sourceforge.net
2897S: Maintained
2898
2899USB BLOCK DRIVER (UB ub)
2900P: Pete Zaitcev
2901M: zaitcev@redhat.com
2902L: linux-kernel@vger.kernel.org
2903L: linux-usb-devel@lists.sourceforge.net
2904S: Supported
2905
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906USB CDC ETHERNET DRIVER
2907P: Greg Kroah-Hartman
2908M: greg@kroah.com
2909L: linux-usb-users@lists.sourceforge.net
2910L: linux-usb-devel@lists.sourceforge.net
2911S: Maintained
2912W: http://www.kroah.com/linux-usb/
2913
2914USB EHCI DRIVER
2915P: David Brownell
2916M: dbrownell@users.sourceforge.net
2917L: linux-usb-devel@lists.sourceforge.net
2918S: Maintained
2919
Luca Risolia7ce08c92006-01-11 02:06:59 +00002920USB ET61X[12]51 DRIVER
2921P: Luca Risolia
2922M: luca.risolia@studio.unibo.it
2923L: linux-usb-devel@lists.sourceforge.net
2924L: video4linux-list@redhat.com
2925W: http://www.linux-projects.org
2926S: Maintained
2927
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928USB HID/HIDBP DRIVERS
2929P: Vojtech Pavlik
2930M: vojtech@suse.cz
2931L: linux-usb-users@lists.sourceforge.net
2932L: linux-usb-devel@lists.sourceforge.net
2933S: Maintained
2934
2935USB HUB DRIVER
2936P: Johannes Erdfelt
2937M: johannes@erdfelt.com
2938L: linux-usb-users@lists.sourceforge.net
2939L: linux-usb-devel@lists.sourceforge.net
2940S: Maintained
2941
Olav Kongas959eea22005-11-03 17:38:14 +02002942USB ISP116X DRIVER
2943P: Olav Kongas
2944M: ok@artecdesign.ee
2945L: linux-usb-devel@lists.sourceforge.net
2946S: Maintained
2947
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948USB KAWASAKI LSI DRIVER
2949P: Oliver Neukum
2950M: oliver@neukum.name
2951L: linux-usb-users@lists.sourceforge.net
2952L: linux-usb-devel@lists.sourceforge.net
2953S: Maintained
2954
2955USB MASS STORAGE DRIVER
2956P: Matthew Dharm
2957M: mdharm-usb@one-eyed-alien.net
2958L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002959L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960S: Maintained
2961W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2962
2963USB OHCI DRIVER
2964P: Roman Weissgaerber
2965M: weissg@vienna.at
2966L: linux-usb-users@lists.sourceforge.net
2967L: linux-usb-devel@lists.sourceforge.net
2968S: Maintained
2969
Matthias Urlichsba460e42005-07-14 00:33:47 -07002970USB OPTION-CARD DRIVER
2971P: Matthias Urlichs
2972M: smurf@smurf.noris.de
2973L: linux-usb-devel@lists.sourceforge.net
2974S: Maintained
2975
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976USB OV511 DRIVER
2977P: Mark McClelland
2978M: mmcclell@bigfoot.com
2979L: linux-usb-users@lists.sourceforge.net
2980L: linux-usb-devel@lists.sourceforge.net
2981W: http://alpha.dyndns.org/ov511/
2982S: Maintained
2983
2984USB PEGASUS DRIVER
2985P: Petko Manolov
2986M: petkan@users.sourceforge.net
2987L: linux-usb-users@lists.sourceforge.net
2988L: linux-usb-devel@lists.sourceforge.net
2989W: http://pegasus2.sourceforge.net/
2990S: Maintained
2991
2992USB PRINTER DRIVER
2993P: Vojtech Pavlik
2994M: vojtech@suse.cz
2995L: linux-usb-users@lists.sourceforge.net
2996L: linux-usb-devel@lists.sourceforge.net
2997S: Maintained
2998
2999USB RTL8150 DRIVER
3000P: Petko Manolov
3001M: petkan@users.sourceforge.net
3002L: linux-usb-users@lists.sourceforge.net
3003L: linux-usb-devel@lists.sourceforge.net
3004W: http://pegasus2.sourceforge.net/
3005S: Maintained
3006
3007USB SE401 DRIVER
3008P: Jeroen Vreeken
3009M: pe1rxq@amsat.org
3010L: linux-usb-users@lists.sourceforge.net
3011L: linux-usb-devel@lists.sourceforge.net
3012W: http://www.chello.nl/~j.vreeken/se401/
3013S: Maintained
3014
3015USB SERIAL CYBERJACK DRIVER
3016P: Matthias Bruestle and Harald Welte
3017M: support@reiner-sct.com
3018W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3019S: Maintained
3020
3021USB SERIAL DIGI ACCELEPORT DRIVER
3022P: Peter Berger and Al Borchers
3023M: pberger@brimson.com
3024M: alborchers@steinerpoint.com
3025L: linux-usb-users@lists.sourceforge.net
3026L: linux-usb-devel@lists.sourceforge.net
3027S: Maintained
3028
3029USB SERIAL DRIVER
3030P: Greg Kroah-Hartman
3031M: gregkh@suse.de
3032L: linux-usb-users@lists.sourceforge.net
3033L: linux-usb-devel@lists.sourceforge.net
3034S: Supported
3035
3036USB SERIAL BELKIN F5U103 DRIVER
3037P: William Greathouse
3038M: wgreathouse@smva.com
3039L: linux-usb-users@lists.sourceforge.net
3040L: linux-usb-devel@lists.sourceforge.net
3041S: Maintained
3042
3043USB SERIAL CYPRESS M8 DRIVER
3044P: Lonnie Mendez
3045M: dignome@gmail.com
3046L: linux-usb-users@lists.sourceforge.net
3047L: linux-usb-devel@lists.sourceforge.net
3048S: Maintained
3049W: http://geocities.com/i0xox0i
3050W: http://firstlight.net/cvs
3051
3052USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3053L: linux-usb-users@lists.sourceforge.net
3054L: linux-usb-devel@lists.sourceforge.net
3055S: Maintained
3056
3057USB AUERSWALD DRIVER
3058P: Wolfgang Muees
3059M: wolfgang@iksw-muees.de
3060L: linux-usb-users@lists.sourceforge.net
3061L: linux-usb-devel@lists.sourceforge.net
3062S: Maintained
3063
3064USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3065P: Gary Brubaker
3066M: xavyer@ix.netcom.com
3067L: linux-usb-users@lists.sourceforge.net
3068L: linux-usb-devel@lists.sourceforge.net
3069S: Maintained
3070
3071USB SERIAL KEYSPAN DRIVER
3072P: Greg Kroah-Hartman
3073M: greg@kroah.com
3074L: linux-usb-users@lists.sourceforge.net
3075L: linux-usb-devel@lists.sourceforge.net
3076W: http://www.kroah.com/linux/
3077S: Maintained
3078
3079USB SERIAL WHITEHEAT DRIVER
3080P: Stuart MacDonald
3081M: stuartm@connecttech.com
3082L: linux-usb-users@lists.sourceforge.net
3083L: linux-usb-devel@lists.sourceforge.net
3084W: http://www.connecttech.com
3085S: Supported
3086
3087USB SN9C10x DRIVER
3088P: Luca Risolia
3089M: luca.risolia@studio.unibo.it
3090L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003091L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092W: http://www.linux-projects.org
3093S: Maintained
3094
3095USB SUBSYSTEM
3096P: Greg Kroah-Hartman
3097M: gregkh@suse.de
3098L: linux-usb-users@lists.sourceforge.net
3099L: linux-usb-devel@lists.sourceforge.net
3100W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003101T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102S: Supported
3103
3104USB UHCI DRIVER
3105P: Alan Stern
3106M: stern@rowland.harvard.edu
3107L: linux-usb-users@lists.sourceforge.net
3108L: linux-usb-devel@lists.sourceforge.net
3109S: Maintained
3110
3111USB "USBNET" DRIVER
3112P: David Brownell
3113M: dbrownell@users.sourceforge.net
3114L: linux-usb-devel@lists.sourceforge.net
3115S: Maintained
3116
3117USB W996[87]CF DRIVER
3118P: Luca Risolia
3119M: luca.risolia@studio.unibo.it
3120L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003121L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003122W: http://www.linux-projects.org
3123S: Maintained
3124
Luca Risolia60f78052006-02-06 16:29:35 +00003125USB ZC0301 DRIVER
3126P: Luca Risolia
3127M: luca.risolia@studio.unibo.it
3128L: linux-usb-devel@lists.sourceforge.net
3129L: video4linux-list@redhat.com
3130W: http://www.linux-projects.org
3131S: Maintained
3132
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133USB ZD1201 DRIVER
3134P: Jeroen Vreeken
3135M: pe1rxq@amsat.org
3136L: linux-usb-users@lists.sourceforge.net
3137L: linux-usb-devel@lists.sourceforge.net
3138W: http://linux-lc100020.sourceforge.net
3139S: Maintained
3140
3141USER-MODE LINUX
3142P: Jeff Dike
3143M: jdike@karaya.com
3144L: user-mode-linux-devel@lists.sourceforge.net
3145L: user-mode-linux-user@lists.sourceforge.net
3146W: http://user-mode-linux.sourceforge.net
3147S: Maintained
3148
3149FAT/VFAT/MSDOS FILESYSTEM:
3150P: OGAWA Hirofumi
3151M: hirofumi@mail.parknet.co.jp
3152L: linux-kernel@vger.kernel.org
3153S: Maintained
3154
3155VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3156P: Jeff Garzik
3157S: Odd fixes
3158
3159VIA RHINE NETWORK DRIVER
3160P: Roger Luethi
3161M: rl@hellgate.ch
3162S: Maintained
3163
Jean Delvare32c0a522005-09-22 21:47:58 +02003164VIAPRO SMBUS DRIVER
3165P: Jean Delvare
3166M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003167L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003168S: Maintained
3169
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170UCLINUX (AND M68KNOMMU)
3171P: Greg Ungerer
3172M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003174L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175S: Maintained
3176
3177UCLINUX FOR NEC V850
3178P: Miles Bader
3179M: uclinux-v850@lsi.nec.co.jp
3180W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3181W: http://www.ee.nec.de/uclinux/
3182S: Supported
3183
3184UCLINUX FOR RENESAS H8/300
3185P: Yoshinori Sato
3186M: ysato@users.sourceforge.jp
3187W: http://uclinux-h8.sourceforge.jp/
3188S: Supported
3189
3190USB DIAMOND RIO500 DRIVER
3191P: Cesar Miquel
3192M: miquel@df.uba.ar
3193L: rio500-users@lists.sourceforge.net
3194W: http://rio500.sourceforge.net
3195S: Maintained
3196
3197VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003198P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003199M: mchehab@infradead.org
3200M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003202W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003203T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003204S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205
Roger Lucas1de9e372005-11-26 20:20:05 +01003206VT8231 HARDWARE MONITOR DRIVER
3207P: Roger Lucas
3208M: roger@planbit.co.uk
3209L: lm-sensors@lm-sensors.org
3210S: Maintained
3211
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212W1 DALLAS'S 1-WIRE BUS
3213P: Evgeniy Polyakov
3214M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215S: Maintained
3216
Charles Spirakis13927072006-07-05 18:05:15 +02003217W83791D HARDWARE MONITORING DRIVER
3218P: Charles Spirakis
3219M: bezaur@gmail.com
3220L: lm-sensors@lm-sensors.org
3221S: Maintained
3222
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223W83L51xD SD/MMC CARD INTERFACE DRIVER
3224P: Pierre Ossman
3225M: drzeus-wbsd@drzeus.cx
3226L: wbsd-devel@list.drzeus.cx
3227W: http://projects.drzeus.cx/wbsd
3228S: Maintained
3229
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003230WATCHDOG DEVICE DRIVERS
3231P: Wim Van Sebroeck
3232M: wim@iguana.be
3233T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3234S: Maintained
3235
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3237P: Jean Tourrilhes
3238M: jt@hpl.hp.com
3239W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3240S: Maintained
3241
3242WD7000 SCSI DRIVER
3243P: Miroslav Zagorac
3244M: zaga@fly.cc.fer.hr
3245L: linux-scsi@vger.kernel.org
3246S: Maintained
3247
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003248WISTRON LAPTOP BUTTON DRIVER
3249P: Miloslav Trmac
3250M: mitr@volny.cz
3251S: Maintained
3252
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253WL3501 WIRELESS PCMCIA CARD DRIVER
3254P: Arnaldo Carvalho de Melo
3255M: acme@conectiva.com.br
3256W: http://advogato.org/person/acme
3257S: Maintained
3258
3259X.25 NETWORK LAYER
3260P: Henner Eisen
3261M: eis@baty.hanse.de
3262L: linux-x25@vger.kernel.org
3263S: Maintained
3264
3265XFS FILESYSTEM
3266P: Silicon Graphics Inc
3267M: xfs-masters@oss.sgi.com
3268M: nathans@sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003269L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270W: http://oss.sgi.com/projects/xfs
3271S: Supported
3272
3273X86 3-LEVEL PAGING (PAE) SUPPORT
3274P: Ingo Molnar
3275M: mingo@redhat.com
3276S: Maintained
3277
3278X86-64 port
3279P: Andi Kleen
3280M: ak@suse.de
3281L: discuss@x86-64.org
3282W: http://www.x86-64.org
3283S: Maintained
3284
3285YAM DRIVER FOR AX.25
3286P: Jean-Paul Roubelat
3287M: jpr@f6fbb.org
3288L: linux-hams@vger.kernel.org
3289S: Maintained
3290
Henkaf64a5e2005-10-12 15:02:56 +02003291YEALINK PHONE DRIVER
3292P: Henk Vergonet
3293M: Henk.Vergonet@gmail.com
3294L: usbb2k-api-dev@nongnu.org
3295S: Maintained
3296
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3298P: Pete Zaitcev
3299M: zaitcev@yahoo.com
3300L: linux-kernel@vger.kernel.org
3301S: Obsolete
3302
3303Z8530 DRIVER FOR AX.25
3304P: Joerg Reuter
3305M: jreuter@yaina.de
3306W: http://yaina.de/jreuter/
3307W: http://www.qsl.net/dl1bke/
3308L: linux-hams@vger.kernel.org
3309S: Maintained
3310
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003311ZD1211RW WIRELESS DRIVER
3312P: Daniel Drake
3313M: dsd@gentoo.org
3314P: Ulrich Kunitz
3315M: kune@deine-taler.de
3316W: http://zd1211.ath.cx/wiki/DriverRewrite
3317L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3318S: Maintained
3319
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320ZF MACHZ WATCHDOG
3321P: Fernando Fuganti
3322M: fuganti@netbank.com.br
3323W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3324S: Maintained
3325
3326ZR36067 VIDEO FOR LINUX DRIVER
3327P: Ronald Bultje
3328M: rbultje@ronald.bitfreak.net
3329L: mjpeg-users@lists.sourceforge.net
3330W: http://mjpeg.sourceforge.net/driver-zoran/
3331S: Maintained
3332
3333ZR36120 VIDEO FOR LINUX DRIVER
3334P: Pauline Middelink
3335M: middelin@polyware.nl
3336W: http://www.polyware.nl/~middelin/En/hobbies.html
3337W: http://www.polyware.nl/~middelin/hobbies.html
3338S: Maintained
3339
3340THE REST
3341P: Linus Torvalds
3342S: Buried alive in reporters