blob: 7e3a38eeccbfa83238d56672faa8b60f0d148656 [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 Delvarecc0b07e2005-05-22 09:39:11 +0200277L: lm-sensors@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
Michael Chan948c51e2006-06-04 02:51:39 -0700577BROADCOM BNX2 GIGABIT ETHERNET DRIVER
578P: Michael Chan
579M: mchan@broadcom.com
580L: netdev@vger.kernel.org
581S: Supported
582
583BROADCOM TG3 GIGABIT ETHERNET DRIVER
584P: Michael Chan
585M: mchan@broadcom.com
586L: netdev@vger.kernel.org
587S: Supported
588
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700590P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200591M: mchehab@infradead.org
592M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700594W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200595T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700596S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598COMMON INTERNET FILE SYSTEM (CIFS)
599P: Steve French
600M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100601L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602L: samba-technical@lists.samba.org
603W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800604T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605S: Supported
606
Joel Becker7063fbf2005-12-15 14:29:43 -0800607CONFIGFS
608P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800609M: joel.becker@oracle.com
610L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800611S: Supported
612
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613CIRRUS LOGIC GENERIC FBDEV DRIVER
614P: Jeff Garzik
615M: jgarzik@pobox.com
616L: linux-fbdev-devel@lists.sourceforge.net
617S: Odd Fixes
618
619CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
620P: Cirrus Logic Corporation (kernel 2.2 driver)
621M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
622P: Nils Faerber (port to kernel 2.4)
623M: Nils Faerber <nils@kernelconcepts.de>
624S: Maintained
625
626CODA FILE SYSTEM
627P: Jan Harkes
628M: jaharkes@cs.cmu.edu
629M: coda@cs.cmu.edu
630L: codalist@coda.cs.cmu.edu
631W: http://www.coda.cs.cmu.edu/
632S: Maintained
633
634COMPACTPCI HOTPLUG CORE
635P: Scott Murray
636M: scottm@somanetworks.com
637M: scott@spiteful.org
638L: pcihpd-discuss@lists.sourceforge.net
639S: Supported
640
641COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
642P: Scott Murray
643M: scottm@somanetworks.com
644M: scott@spiteful.org
645L: pcihpd-discuss@lists.sourceforge.net
646S: Supported
647
648COMPACTPCI HOTPLUG GENERIC DRIVER
649P: Scott Murray
650M: scottm@somanetworks.com
651M: scott@spiteful.org
652L: pcihpd-discuss@lists.sourceforge.net
653S: Supported
654
655COMPUTONE INTELLIPORT MULTIPORT CARD
656P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700657M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700659S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660
661COSA/SRP SYNC SERIAL DRIVER
662P: Jan "Yenya" Kasprzak
663M: kas@fi.muni.cz
664W: http://www.fi.muni.cz/~kas/cosa/
665S: Maintained
666
667CPU FREQUENCY DRIVERS
668P: Dave Jones
669M: davej@codemonkey.org.uk
670L: cpufreq@lists.linux.org.uk
671W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800672T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673S: Maintained
674
675CPUID/MSR DRIVER
676P: H. Peter Anvin
677M: hpa@zytor.com
678S: Maintained
679
Paul Jacksoned90fb42005-09-27 21:45:37 -0700680CPUSETS
681P: Paul Jackson
682P: Simon Derr
683M: pj@sgi.com
684M: simon.derr@bull.net
685L: linux-kernel@vger.kernel.org
686W: http://www.bullopensource.org/cpuset/
687S: Supported
688
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689CRAMFS FILESYSTEM
690W: http://sourceforge.net/projects/cramfs/
691S: Orphan
692
693CRIS PORT
694P: Mikael Starvik
695M: starvik@axis.com
696L: dev-etrax@axis.com
697W: http://developer.axis.com
698S: Maintained
699
700CRYPTO API
701P: Herbert Xu
702M: herbert@gondor.apana.org.au
703P: David S. Miller
704M: davem@davemloft.net
705L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800706T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707S: Maintained
708
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100709CS5535 Audio ALSA driver
710P: Jaya Kumar
711M: jayakumar.alsa@gmail.com
712S: Maintained
713
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714CYBERPRO FB DRIVER
715P: Russell King
716M: rmk@arm.linux.org.uk
717W: http://www.arm.linux.org.uk/
718S: Maintained
719
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700720CYBLAFB FRAMEBUFFER DRIVER
721P: Knut Petersen
722M: Knut_Petersen@t-online.de
723L: linux-fbdev-devel@lists.sourceforge.net
724S: Maintained
725
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726CYCLADES 2X SYNC CARD DRIVER
727P: Arnaldo Carvalho de Melo
728M: acme@conectiva.com.br
729W: http://advogato.org/person/acme
730L: cycsyn-devel@bazar.conectiva.com.br
731S: Maintained
732
733CYCLADES ASYNC MUX DRIVER
734M: async@cyclades.com
735W: http://www.cyclades.com/
736S: Supported
737
738CYCLADES PC300 DRIVER
739M: pc300@cyclades.com
740W: http://www.cyclades.com/
741S: Supported
742
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743DAMA SLAVE for AX.25
744P: Joerg Reuter
745M: jreuter@yaina.de
746W: http://yaina.de/jreuter/
747W: http://www.qsl.net/dl1bke/
748L: linux-hams@vger.kernel.org
749S: Maintained
750
751DC395x SCSI driver
752P: Oliver Neukum
753M: oliver@neukum.name
754P: Ali Akcaagac
755M: aliakc@web.de
756P: Jamie Lenehan
757M: lenehan@twibble.org
758W: http://twibble.org/dist/dc395x/
759L: http://lists.twibble.org/mailman/listinfo/dc395x/
760S: Maintained
761
762DC390/AM53C974 SCSI driver
763P: Kurt Garloff
764M: garloff@suse.de
765W: http://www.garloff.de/kurt/linux/dc390/
766P: Guennadi Liakhovetski
767M: g.liakhovetski@gmx.de
768S: Maintained
769
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700770DCCP PROTOCOL
771P: Arnaldo Carvalho de Melo
772M: acme@mandriva.com
773L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800774W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700775S: Maintained
776
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777DECnet NETWORK LAYER
778P: Patrick Caulfield
779M: patrick@tykepenguin.com
780W: http://linux-decnet.sourceforge.net
781L: linux-decnet-user@lists.sourceforge.net
782S: Maintained
783
784DEFXX FDDI NETWORK DRIVER
785P: Maciej W. Rozycki
786M: macro@linux-mips.org
787S: Maintained
788
789DELL LAPTOP SMM DRIVER
790P: Massimo Dal Zotto
791M: dz@debian.org
792W: http://www.debian.org/~dz/i8k/
793S: Maintained
794
Doug Warzecha90563ec2005-09-06 15:17:15 -0700795DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
796P: Doug Warzecha
797M: Douglas_Warzecha@dell.com
798S: Maintained
799
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800DEVICE-MAPPER
801P: Alasdair Kergon
802L: dm-devel@redhat.com
803W: http://sources.redhat.com/dm
804S: Maintained
805
806DEVICE NUMBER REGISTRY
807P: Torben Mathiasen
808M: device@lanana.org
809W: http://lanana.org/docs/device-list/index.html
810L: linux-kernel@vger.kernel.org
811S: Maintained
812
813DEVICE FILESYSTEM
814S: Obsolete
815
816DIGI INTL. EPCA DRIVER
817P: Digi International, Inc
818M: Eng.Linux@digi.com
819L: Eng.Linux@digi.com
820W: http://www.digi.com
821S: Orphaned
822
823DIGI RIGHTSWITCH NETWORK DRIVER
824P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700825L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826W: http://www.digi.com
827S: Orphaned
828
829DIRECTORY NOTIFICATION
830P: Stephen Rothwell
831M: sfr@canb.auug.org.au
832L: linux-kernel@vger.kernel.org
833S: Supported
834
835DISK GEOMETRY AND PARTITION HANDLING
836P: Andries Brouwer
837M: aeb@cwi.nl
838W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
839W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
840W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
841S: Maintained
842
843DISKQUOTA:
844P: Jan Kara
845M: jack@suse.cz
846L: linux-kernel@vger.kernel.org
847S: Maintained
848
849DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
850P: Tobias Ringstrom
851M: tori@unhappy.mine.nu
852L: linux-kernel@vger.kernel.org
853S: Maintained
854
Martin Waitzba483d52005-06-17 13:20:59 -0700855DOCBOOK FOR DOCUMENTATION
856P: Martin Waitz
857M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800858T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700859S: Maintained
860
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861DOUBLETALK DRIVER
862P: James R. Van Zandt
863M: jrv@vanzandt.mv.com
864L: blinux-list@redhat.com
865S: Maintained
866
867DRIVER CORE, KOBJECTS, AND SYSFS
868P: Greg Kroah-Hartman
869M: gregkh@suse.de
870L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800871T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872S: Supported
873
874DRM DRIVERS
875P: David Airlie
876M: airlied@linux.ie
877L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800878T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879S: Maintained
880
881DSCC4 DRIVER
882P: François Romieu
883M: romieu@cogenit.fr
884M: romieu@ensta.fr
885S: Maintained
886
887DVB SUBSYSTEM AND DRIVERS
888P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200889M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200891W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200892T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200893S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894
895EATA-DMA SCSI DRIVER
896P: Michael Neuffer
897L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
898S: Maintained
899
900EATA ISA/EISA/PCI SCSI DRIVER
901P: Dario Ballabio
902M: ballabio_dario@emc.com
903L: linux-scsi@vger.kernel.org
904S: Maintained
905
906EATA-PIO SCSI DRIVER
907P: Michael Neuffer
908M: mike@i-Connect.Net
909L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
910S: Maintained
911
912EBTABLES
913P: Bart De Schuymer
914M: bart.de.schuymer@pandora.be
915L: ebtables-user@lists.sourceforge.net
916L: ebtables-devel@lists.sourceforge.net
917W: http://ebtables.sourceforge.net/
918S: Maintained
919
Alan Coxda9bb1d2006-01-18 17:44:13 -0800920EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800921P: Doug Thompson
922M: norsk5@xmission.com, dthompson@linuxnetworx.com
923P: Dave Peterson
924M: dsp@llnl.gov, dave_peterson@pobox.com
925L: bluesmoke-devel@lists.sourceforge.net
926W: bluesmoke.sourceforge.net
927S: Maintained
928
929EDAC-E752X
930P: Dave Peterson
931M: dsp@llnl.gov, dave_peterson@pobox.com
932L: bluesmoke-devel@lists.sourceforge.net
933W: bluesmoke.sourceforge.net
934S: Maintained
935
936EDAC-E7XXX
937P: Dave Peterson
938M: dsp@llnl.gov, dave_peterson@pobox.com
939L: bluesmoke-devel@lists.sourceforge.net
940W: bluesmoke.sourceforge.net
941S: Maintained
942
943EDAC-R82600
944P: Tim Small
945M: tim@buttersideup.com
946L: bluesmoke-devel@lists.sourceforge.net
947W: bluesmoke.sourceforge.net
948S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800949
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950EEPRO100 NETWORK DRIVER
951P: Andrey V. Savochkin
952M: saw@saw.sw.com.sg
953S: Maintained
954
955EMU10K1 SOUND DRIVER
956P: James Courtier-Dutton
957M: James@superbug.demon.co.uk
958L: emu10k1-devel@lists.sourceforge.net
959W: http://sourceforge.net/projects/emu10k1/
960S: Maintained
961
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400962EMULEX LPFC FC SCSI DRIVER
963P: James Smart
964M: james.smart@emulex.com
965L: linux-scsi@vger.kernel.org
966W: http://sourceforge.net/projects/lpfcxxxx
967S: Supported
968
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969EPSON 1355 FRAMEBUFFER DRIVER
970P: Christopher Hoover
971M: ch@murgatroid.com, ch@hpl.hp.com
972S: Maintained
973
974ETHEREXPRESS-16 NETWORK DRIVER
975P: Philip Blundell
976M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700977L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978S: Maintained
979
980ETHERNET BRIDGE
981P: Stephen Hemminger
982M: shemminger@osdl.org
983L: bridge@osdl.org
984W: http://bridge.sourceforge.net/
985S: Maintained
986
987ETHERTEAM 16I DRIVER
988P: Mika Kuoppala
989M: miku@iki.fi
990S: Maintained
991
992EXT2 FILE SYSTEM
993L: ext2-devel@lists.sourceforge.net
994S: Maintained
995
996EXT3 FILE SYSTEM
997P: Stephen Tweedie, Andrew Morton
998M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -0700999L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000S: Maintained
1001
Jean Delvaree53004e2006-01-09 23:26:14 +01001002F71805F HARDWARE MONITORING DRIVER
1003P: Jean Delvare
1004M: khali@linux-fr.org
1005L: lm-sensors@lm-sensors.org
1006S: Maintained
1007
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008FARSYNC SYNCHRONOUS DRIVER
1009P: Kevin Curtis
1010M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011W: http://www.farsite.co.uk/
1012S: Supported
1013
1014FRAMEBUFFER LAYER
1015P: Antonino Daplas
1016M: adaplas@pol.net
1017L: linux-fbdev-devel@lists.sourceforge.net
1018W: http://linux-fbdev.sourceforge.net/
1019S: Maintained
1020
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001021FREESCALE SOC FS_ENET DRIVER
1022P: Pantelis Antoniou
1023M: pantelis.antoniou@gmail.com
1024P: Vitaly Bordug
1025M: vbordug@ru.mvista.com
1026L: linuxppc-embedded@ozlabs.org
1027L: netdev@vger.kernel.org
1028S: Maintained
1029
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030FILE LOCKING (flock() and fcntl()/lockf())
1031P: Matthew Wilcox
1032M: matthew@wil.cx
1033L: linux-fsdevel@vger.kernel.org
1034S: Maintained
1035
1036FILESYSTEMS (VFS and infrastructure)
1037P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001038M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039S: Maintained
1040
1041FIRMWARE LOADER (request_firmware)
1042L: linux-kernel@vger.kernel.org
1043S: Orphan
1044
1045FPU EMULATOR
1046P: Bill Metzenthen
1047M: billm@suburbia.net
1048W: http://suburbia.net/~billm/floating-point/emulator/
1049S: Maintained
1050
1051FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1052P: Mike McLagan
1053M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001054L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055S: Maintained
1056
1057FREEVXFS FILESYSTEM
1058P: Christoph Hellwig
1059M: hch@infradead.org
1060W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1061S: Maintained
1062
1063FUJITSU FR-V PORT
1064P: David Howells
1065M: dhowells@redhat.com
1066S: Maintained
1067
1068FTAPE/QIC-117
1069L: linux-tape@vger.kernel.org
1070W: http://sourceforge.net/projects/ftape
1071S: Orphan
1072
Miklos Szeredi04578f12005-09-09 13:10:22 -07001073FUSE: FILESYSTEM IN USERSPACE
1074P: Miklos Szeredi
1075M: miklos@szeredi.hu
1076L: fuse-devel@lists.sourceforge.net
1077W: http://fuse.sourceforge.net/
1078S: Maintained
1079
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1081P: Rik Faith
1082M: faith@cs.unc.edu
1083L: linux-scsi@vger.kernel.org
1084S: Odd fixes (e.g., new signatures)
1085
1086GDT SCSI DISK ARRAY CONTROLLER DRIVER
1087P: Achim Leubner
1088M: achim_leubner@adaptec.com
1089L: linux-scsi@vger.kernel.org
1090W: http://www.icp-vortex.com/
1091S: Supported
1092
1093GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1094P: Krzysztof Halasa
1095M: khc@pm.waw.pl
1096W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1097S: Maintained
1098
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001099GIGASET ISDN DRIVERS
1100P: Hansjoerg Lipp
1101M: hjlipp@web.de
1102P: Tilman Schmidt
1103M: tilman@imap.cc
1104L: gigaset307x-common@lists.sourceforge.net
1105W: http://gigaset307x.sourceforge.net/
1106S: Maintained
1107
Jean Delvare5b543962005-08-15 19:51:02 +02001108HARDWARE MONITORING
1109P: Jean Delvare
1110M: khali@linux-fr.org
1111L: lm-sensors@lm-sensors.org
1112W: http://www.lm-sensors.nu/
1113S: Maintained
1114
Robert Love860e1d62005-08-31 23:57:59 -04001115HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1116P: Robert Love
1117M: rlove@rlove.org
1118M: linux-kernel@vger.kernel.org
1119W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1120S: Maintained
1121
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122HARMONY SOUND DRIVER
1123P: Kyle McMartin
1124M: kyle@parisc-linux.org
1125W: http://www.parisc-linux.org/~kyle/harmony/
1126L: parisc-linux@lists.parisc-linux.org
1127S: Maintained
1128
1129HAYES ESP SERIAL DRIVER
1130P: Andrew J. Robinson
1131M: arobinso@nyx.net
1132L: linux-kernel@vger.kernel.org
1133W: http://www.nyx.net/~arobinso
1134S: Maintained
1135
1136HFS FILESYSTEM
1137P: Roman Zippel
1138M: zippel@linux-m68k.org
1139L: linux-kernel@vger.kernel.org
1140S: Maintained
1141
1142HGA FRAMEBUFFER DRIVER
1143P: Ferenc Bakonyi
1144M: fero@drama.obuda.kando.hu
1145L: linux-nvidia@lists.surfsouth.com
1146W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1147S: Maintained
1148
1149HIGH-SPEED SCC DRIVER FOR AX.25
1150P: Klaus Kudielka
1151M: klaus.kudielka@ieee.org
1152L: linux-hams@vger.kernel.org
1153W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1154S: Maintained
1155
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001156HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1157P: HighPoint Linux Team
1158M: linux@highpoint-tech.com
1159W: http://www.highpoint-tech.com
1160S: Supported
1161
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162HIPPI
1163P: Jes Sorensen
1164M: jes@trained-monkey.org
1165L: linux-hippi@sunsite.dk
1166S: Maintained
1167
1168HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1169P: Chirag Kantharia
1170M: chirag.kantharia@hp.com
1171L: iss_storagedev@hp.com
1172S: Maintained
1173
1174HEWLETT-PACKARD SMART2 RAID DRIVER
1175P: Chirag Kantharia
1176M: chirag.kantharia@hp.com
1177L: iss_storagedev@hp.com
1178S: Maintained
1179
1180HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1181P: Mike Miller
1182M: mike.miller@hp.com
1183L: iss_storagedev@hp.com
1184S: Supported
1185
Jouni Malinenff1d2762005-05-12 22:54:16 -04001186HOST AP DRIVER
1187P: Jouni Malinen
1188M: jkmaline@cc.hut.fi
1189L: hostap@shmoo.com
1190W: http://hostap.epitest.fi/
1191S: Maintained
1192
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1194P: Jaroslav Kysela
1195M: perex@suse.cz
1196S: Maintained
1197
Bob Piccob9b03322005-11-07 00:59:19 -08001198HPET: High Precision Event Timers driver (hpet.c)
1199P: Clemens Ladisch
1200M: clemens@ladisch.de
1201S: Maintained
1202
1203HPET: i386
1204P: Venkatesh Pallipadi (Venki)
1205M: venkatesh.pallipadi@intel.com
1206S: Maintained
1207
1208HPET: x86_64
1209P: Andi Kleen and Vojtech Pavlik
1210M: ak@muc.de and vojtech@suse.cz
1211S: Maintained
1212
1213HPET: ACPI hpet.c
1214P: Bob Picco
1215M: bob.picco@hp.com
1216S: Maintained
1217
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218HPFS FILESYSTEM
1219P: Mikulas Patocka
1220M: mikulas@artax.karlin.mff.cuni.cz
1221W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1222S: Maintained
1223
1224HUGETLB FILESYSTEM
1225P: William Irwin
1226M: wli@holomorphy.com
1227S: Maintained
1228
Jean Delvare5b543962005-08-15 19:51:02 +02001229I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230P: Jean Delvare
1231M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001232L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001234T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235S: Maintained
1236
1237I2O
1238P: Markus Lidel
1239M: markus.lidel@shadowconnect.com
1240W: http://i2o.shadowconnect.com/
1241S: Maintained
1242
1243i386 BOOT CODE
1244P: Riley H. Williams
1245M: Riley@Williams.Name
1246L: Linux-Kernel@vger.kernel.org
1247S: Maintained
1248
1249i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1250P: Dave Jones
1251M: davej@codemonkey.org.uk
1252P: H. Peter Anvin
1253M: hpa@zytor.com
1254S: Maintained
1255
1256i810 TCO TIMER WATCHDOG
1257P: Nils Faerber
1258M: nils@kernelconcepts.de
1259W: http://www.kernelconcepts.de/
1260S: Maintained
1261
1262IA64 (Itanium) PLATFORM
1263P: Tony Luck
1264M: tony.luck@intel.com
1265L: linux-ia64@vger.kernel.org
1266W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001267T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268S: Maintained
1269
1270SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001271P: Jes Sorensen
1272M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273L: linux-altix@sgi.com
1274L: linux-ia64@vger.kernel.org
1275W: http://www.sgi.com/altix
1276S: Maintained
1277
1278IBM MCA SCSI SUBSYSTEM DRIVER
1279P: Michael Lang
1280M: langa2@kph.uni-mainz.de
1281W: http://www.uni-mainz.de/~langm000/linux.html
1282S: Maintained
1283
1284IBM Power Linux RAID adapter
1285P: Brian King
1286M: brking@us.ibm.com
1287S: Supported
1288
1289IBM ServeRAID RAID DRIVER
1290P: Jack Hammer
1291P: Dave Jeffery
1292M: ipslinux@adaptec.com
1293W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1294S: Supported
1295
1296IDE DRIVER [GENERAL]
1297P: Bartlomiej Zolnierkiewicz
1298M: B.Zolnierkiewicz@elka.pw.edu.pl
1299L: linux-kernel@vger.kernel.org
1300L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001301T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302S: Maintained
1303
1304IDE/ATAPI CDROM DRIVER
1305P: Jens Axboe
1306M: axboe@suse.de
1307L: linux-kernel@vger.kernel.org
1308W: http://www.kernel.dk
1309S: Maintained
1310
1311IDE/ATAPI FLOPPY DRIVERS
1312P: Paul Bristow
1313M: Paul Bristow <paul@paulbristow.net>
1314W: http://paulbristow.net/linux/idefloppy.html
1315L: linux-kernel@vger.kernel.org
1316S: Maintained
1317
1318IDE/ATAPI TAPE DRIVERS
1319P: Gadi Oxman
1320M: Gadi Oxman <gadio@netvision.net.il>
1321L: linux-kernel@vger.kernel.org
1322S: Maintained
1323
1324IEEE 1394 ETHERNET (eth1394)
1325L: linux1394-devel@lists.sourceforge.net
1326W: http://www.linux1394.org/
1327S: Orphan
1328
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329IEEE 1394 SUBSYSTEM
1330P: Ben Collins
1331M: bcollins@debian.org
1332P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001333M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334L: linux1394-devel@lists.sourceforge.net
1335W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001336T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337S: Maintained
1338
1339IEEE 1394 OHCI DRIVER
1340P: Ben Collins
1341M: bcollins@debian.org
1342P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001343M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344L: linux1394-devel@lists.sourceforge.net
1345W: http://www.linux1394.org/
1346S: Maintained
1347
1348IEEE 1394 PCILYNX DRIVER
1349P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001350M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351L: linux1394-devel@lists.sourceforge.net
1352W: http://www.linux1394.org/
1353S: Maintained
1354
1355IEEE 1394 RAW I/O DRIVER
1356P: Ben Collins
1357M: bcollins@debian.org
1358P: Dan Dennedy
1359M: dan@dennedy.org
1360L: linux1394-devel@lists.sourceforge.net
1361W: http://www.linux1394.org/
1362S: Maintained
1363
Jody McIntyre105d7b32005-09-30 11:59:04 -07001364IEEE 1394 SBP2
1365P: Ben Collins
1366M: bcollins@debian.org
1367P: Stefan Richter
1368M: stefanr@s5r6.in-berlin.de
1369L: linux1394-devel@lists.sourceforge.net
1370W: http://www.linux1394.org/
1371S: Maintained
1372
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373IMS TWINTURBO FRAMEBUFFER DRIVER
1374P: Paul Mundt
1375M: lethal@chaoticdreams.org
1376L: linux-fbdev-devel@lists.sourceforge.net
1377S: Maintained
1378
1379INFINIBAND SUBSYSTEM
1380P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001381M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382P: Sean Hefty
1383M: mshefty@ichips.intel.com
1384P: Hal Rosenstock
1385M: halr@voltaire.com
1386L: openib-general@openib.org
1387W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001388T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389S: Supported
1390
1391INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001392P: Dmitry Torokhov
1393M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394L: linux-input@atrey.karlin.mff.cuni.cz
1395L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001396T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397S: Maintained
1398
Robert Lovec9f04f52005-07-15 12:21:07 -04001399INOTIFY
1400P: John McCutchan and Robert Love
1401M: ttb@tentacle.dhs.org and rml@novell.com
1402L: linux-kernel@vger.kernel.org
1403S: Maintained
1404
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001405INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1406P: Sylvain Meyer
1407M: sylvain.meyer@worldonline.fr
1408L: linux-fbdev-devel@lists.sourceforge.net
1409S: Maintained
1410
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411INTEL 810/815 FRAMEBUFFER DRIVER
1412P: Antonino Daplas
1413M: adaplas@pol.net
1414L: linux-fbdev-devel@lists.sourceforge.net
1415S: Maintained
1416
1417INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1418P: Ingo Molnar
1419M: mingo@redhat.com
1420S: Maintained
1421
1422INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1423P: Jeff Garzik
1424M: jgarzik@pobox.com
1425W: http://sourceforge.net/projects/gkernel/
1426S: Maintained
1427
1428INTEL IA32 MICROCODE UPDATE SUPPORT
1429P: Tigran Aivazian
1430M: tigran@veritas.com
1431S: Maintained
1432
1433INTEL PRO/100 ETHERNET SUPPORT
1434P: John Ronciak
1435M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436P: Jesse Brandeburg
1437M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001438P: Jeff Kirsher
1439M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001440P: Auke Kok
1441M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442W: http://sourceforge.net/projects/e1000/
1443S: Supported
1444
1445INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1446P: Jeb Cramer
1447M: cramerj@intel.com
1448P: John Ronciak
1449M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001450P: Jesse Brandeburg
1451M: jesse.brandeburg@intel.com
1452P: Jeff Kirsher
1453M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001454P: Auke Kok
1455M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456W: http://sourceforge.net/projects/e1000/
1457S: Supported
1458
1459INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001460P: Jeff Kirsher
1461M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462P: Ayyappan Veeraiyan
1463M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464P: John Ronciak
1465M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001466P: Jesse Brandeburg
1467M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001468P: Auke Kok
1469M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470W: http://sourceforge.net/projects/e1000/
1471S: Supported
1472
James Ketrenos826d2ab2005-11-07 18:56:59 -06001473INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1474P: Yi Zhu
1475M: yi.zhu@intel.com
1476P: James Ketrenos
1477M: jketreno@linux.intel.com
1478L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1479W: http://ipw2100.sourceforge.net
1480S: Supported
1481
1482INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1483P: Yi Zhu
1484M: yi.zhu@intel.com
1485P: James Ketrenos
1486M: jketreno@linux.intel.com
1487L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1488W: http://ipw2200.sourceforge.net
1489S: Supported
1490
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491IOC3 DRIVER
1492P: Ralf Baechle
1493M: ralf@linux-mips.org
1494L: linux-mips@linux-mips.org
1495S: Maintained
1496
1497IP MASQUERADING:
1498P: Juanjo Ciarlante
1499M: jjciarla@raiz.uncu.edu.ar
1500S: Maintained
1501
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001502IPATH DRIVER:
1503P: Bryan O'Sullivan
1504M: support@pathscale.com
1505L: openib-general@openib.org
1506S: Supported
1507
Corey Minyard4409ebe2006-04-20 02:43:12 -07001508IPMI SUBSYSTEM
1509P: Corey Minyard
1510M: minyard@acm.org
1511L: openipmi-developer@lists.sourceforge.net
1512W: http://openipmi.sourceforge.net/
1513S: Supported
1514
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515IPX NETWORK LAYER
1516P: Arnaldo Carvalho de Melo
1517M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001518L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519S: Maintained
1520
1521IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001522P: Samuel Ortiz
1523M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001524L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001526S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527
1528ISAPNP
1529P: Jaroslav Kysela
1530M: perex@suse.cz
1531S: Maintained
1532
1533ISDN SUBSYSTEM
1534P: Karsten Keil
1535M: kkeil@suse.de
1536P: Kai Germaschewski
1537M: kai.germaschewski@gmx.de
1538L: isdn4linux@listserv.isdn4linux.de
1539W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001540T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541S: Maintained
1542
1543ISDN SUBSYSTEM (Eicon active card driver)
1544P: Armin Schindler
1545M: mac@melware.de
1546L: isdn4linux@listserv.isdn4linux.de
1547W: http://www.melware.de
1548S: Maintained
1549
1550JOURNALLING FLASH FILE SYSTEM (JFFS)
1551P: Axis Communications AB
1552M: jffs-dev@axis.com
1553L: jffs-dev@axis.com
1554W: http://www.developer.axis.com/software/jffs/
1555S: Maintained
1556
1557JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1558P: David Woodhouse
1559M: dwmw2@infradead.org
1560L: jffs-dev@axis.com
1561W: http://sources.redhat.com/jffs2/
1562S: Maintained
1563
1564JFS FILESYSTEM
1565P: Dave Kleikamp
1566M: shaggy@austin.ibm.com
1567L: jfs-discussion@lists.sourceforge.net
1568W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001569T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570S: Supported
1571
Theodore Tsoae0718f2006-05-20 15:00:13 -07001572JOURNALLING LAYER FOR BLOCK DEVICS (JBD)
1573P: Stephen Tweedie, Andrew Morton
1574M: sct@redhat.com, akpm@osdl.org
1575L: ext2-devel@lists.sourceforge.net
1576S: Maintained
1577
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578KCONFIG
1579P: Roman Zippel
1580M: zippel@linux-m68k.org
1581L: kbuild-devel@lists.sourceforge.net
1582S: Maintained
1583
Vivek Goyalea6c2082006-05-20 14:59:55 -07001584KDUMP
1585P: Vivek Goyal
1586M: vgoyal@in.ibm.com
1587P: Haren Myneni
1588M: hbabu@us.ibm.com
1589L: fastboot@lists.osdl.org
1590L: linux-kernel@vger.kernel.org
1591W: http://lse.sourceforge.net/kdump/
1592S: Maintained
1593
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594KERNEL AUTOMOUNTER (AUTOFS)
1595P: H. Peter Anvin
1596M: hpa@zytor.com
1597L: autofs@linux.kernel.org
1598S: Odd Fixes
1599
1600KERNEL AUTOMOUNTER v4 (AUTOFS4)
1601P: Ian Kent
1602M: raven@themaw.net
1603L: autofs@linux.kernel.org
1604S: Maintained
1605
1606KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1607P: Kai Germaschewski
1608M: kai@germaschewski.name
1609P: Sam Ravnborg
1610M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001611T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612S: Maintained
1613
1614KERNEL JANITORS
1615P: Several
1616L: kernel-janitors@osdl.org
1617W: http://www.kerneljanitors.org/
1618W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619S: Maintained
1620
1621KERNEL NFSD
1622P: Neil Brown
1623M: neilb@cse.unsw.edu.au
1624L: nfs@lists.sourceforge.net
1625W: http://nfs.sourceforge.net/
1626W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1627S: Maintained
1628
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001629KEXEC
1630P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001631M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001632W: http://www.xmission.com/~ebiederm/files/kexec/
1633L: linux-kernel@vger.kernel.org
1634L: fastboot@osdl.org
1635S: Maintained
1636
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001637KPROBES
1638P: Prasanna S Panchamukhi
1639M: prasanna@in.ibm.com
1640P: Ananth N Mavinakayanahalli
1641M: ananth@in.ibm.com
1642P: Anil S Keshavamurthy
1643M: anil.s.keshavamurthy@intel.com
1644P: David S. Miller
1645M: davem@davemloft.net
1646L: linux-kernel@vger.kernel.org
1647S: Maintained
1648
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649LAPB module
1650P: Henner Eisen
1651M: eis@baty.hanse.de
1652L: linux-x25@vger.kernel.org
1653S: Maintained
1654
1655LASI 53c700 driver for PARISC
1656P: James E.J. Bottomley
1657M: James.Bottomley@HansenPartnership.com
1658L: linux-scsi@vger.kernel.org
1659S: Maintained
1660
Richard Purdie263de9b2006-05-15 09:44:16 -07001661LED SUBSYSTEM
1662P: Richard Purdie
1663M: rpurdie@rpsys.net
1664S: Maintained
1665
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666LEGO USB Tower driver
1667P: Juergen Stuber
1668M: starblue@users.sourceforge.net
1669L: legousb-devel@lists.sourceforge.net
1670W: http://legousb.sourceforge.net/
1671S: Maintained
1672
1673LINUX FOR IBM pSERIES (RS/6000)
1674P: Paul Mackerras
1675M: paulus@au.ibm.com
1676W: http://www.ibm.com/linux/ltc/projects/ppc
1677S: Supported
1678
1679LINUX FOR NCR VOYAGER
1680P: James Bottomley
1681M: James.Bottomley@HansenPartnership.com
1682W: http://www.hansenpartnership.com/voyager
1683S: Maintained
1684
1685LINUX FOR POWERPC
1686P: Paul Mackerras
1687M: paulus@samba.org
1688W: http://www.penguinppc.org/
1689L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001690T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691S: Supported
1692
1693LINUX FOR POWER MACINTOSH
1694P: Benjamin Herrenschmidt
1695M: benh@kernel.crashing.org
1696W: http://www.penguinppc.org/
1697L: linuxppc-dev@ozlabs.org
1698S: Maintained
1699
1700LINUX FOR POWERPC EMBEDDED MPC52XX
1701P: Sylvain Munaut
1702M: tnt@246tNt.com
1703W: http://www.246tNt.com/mpc52xx/
1704W: http://www.penguinppc.org/
1705L: linuxppc-dev@ozlabs.org
1706L: linuxppc-embedded@ozlabs.org
1707S: Maintained
1708
1709LINUX FOR POWERPC EMBEDDED PPC4XX
1710P: Matt Porter
1711M: mporter@kernel.crashing.org
1712W: http://www.penguinppc.org/
1713L: linuxppc-embedded@ozlabs.org
1714S: Maintained
1715
Tom Rinie93adf12005-07-26 12:49:53 -07001716LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717P: Tom Rini
1718M: trini@kernel.crashing.org
1719W: http://www.penguinppc.org/
1720L: linuxppc-embedded@ozlabs.org
1721S: Maintained
1722
Tom Rinie93adf12005-07-26 12:49:53 -07001723LINUX FOR POWERPC EMBEDDED PPC8XX
1724P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001725M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001726W: http://www.penguinppc.org/
1727L: linuxppc-embedded@ozlabs.org
1728S: Maintained
1729
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1731P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001732M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733W: http://www.penguinppc.org/
1734L: linuxppc-embedded@ozlabs.org
1735S: Maintained
1736
1737LLC (802.2)
1738P: Arnaldo Carvalho de Melo
1739M: acme@conectiva.com.br
1740S: Maintained
1741
1742LINUX FOR 64BIT POWERPC
1743P: Paul Mackerras
1744M: paulus@samba.org
1745M: paulus@au.ibm.com
1746P: Anton Blanchard
1747M: anton@samba.org
1748M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001749W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001750L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751S: Supported
1752
1753LINUX SECURITY MODULE (LSM) FRAMEWORK
1754P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001755M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001756L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001758T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759S: Supported
1760
1761LM83 HARDWARE MONITOR DRIVER
1762P: Jean Delvare
1763M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001764L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765S: Maintained
1766
1767LM90 HARDWARE MONITOR DRIVER
1768P: Jean Delvare
1769M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001770L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771S: Maintained
1772
1773LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1774P: Richard Russon (FlatCap)
1775M: ldm@flatcap.org
1776L: ldm-devel@lists.sourceforge.net
1777W: http://ldm.sourceforge.net
1778S: Maintained
1779
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001780LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1781P: Eric Moore
1782M: Eric.Moore@lsil.com
1783M: support@lsil.com
1784L: mpt_linux_developer@lsil.com
1785L: linux-scsi@vger.kernel.org
1786W: http://www.lsilogic.com/support
1787S: Supported
1788
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1790P: Matthew Wilcox
1791M: matthew@wil.cx
1792L: linux-scsi@vger.kernel.org
1793S: Maintained
1794
1795M68K ARCHITECTURE
1796P: Geert Uytterhoeven
1797M: geert@linux-m68k.org
1798P: Roman Zippel
1799M: zippel@linux-m68k.org
1800L: linux-m68k@lists.linux-m68k.org
1801W: http://www.linux-m68k.org/
1802W: http://linux-m68k-cvs.ubb.ca/
1803S: Maintained
1804
1805M68K ON APPLE MACINTOSH
1806P: Joshua Thompson
1807M: funaho@jurai.org
1808W: http://www.mac.linux-m68k.org/
1809L: linux-mac68k@mac.linux-m68k.org
1810S: Maintained
1811
1812M68K ON HP9000/300
1813P: Philip Blundell
1814M: philb@gnu.org
1815W: http://www.tazenda.demon.co.uk/phil/linux-hp
1816S: Maintained
1817
1818MARVELL YUKON / SYSKONNECT DRIVER
1819P: Mirko Lindner
1820M: mlindner@syskonnect.de
1821P: Ralph Roesler
1822M: rroesler@syskonnect.de
1823W: http://www.syskonnect.com
1824S: Supported
1825
1826MAESTRO PCI SOUND DRIVERS
1827P: Zach Brown
1828M: zab@zabbo.net
1829S: Odd Fixes
1830
Michael Kerriskfaf16682005-07-31 22:34:47 -07001831MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1832P: Michael Kerrisk
1833M: mtk-manpages@gmx.net
1834W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1835S: Maintained
1836
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001837MARVELL MV643XX ETHERNET DRIVER
1838P: Dale Farnsworth
1839M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001841M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001842L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001843S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844
1845MATROX FRAMEBUFFER DRIVER
1846P: Petr Vandrovec
1847M: vandrove@vc.cvut.cz
1848L: linux-fbdev-devel@lists.sourceforge.net
1849S: Maintained
1850
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001851MEGARAID SCSI DRIVERS
1852P: Neela Syam Kolli
1853M: Neela.Kolli@engenio.com
1854S: linux-scsi@vger.kernel.org
1855W: http://megaraid.lsilogic.com
1856S: Maintained
1857
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001858MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859P: David Woodhouse
1860M: dwmw2@infradead.org
1861W: http://www.linux-mtd.infradead.org/
1862L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001863T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864S: Maintained
1865
1866MICROTEK X6 SCANNER
1867P: Oliver Neukum
1868M: oliver@neukum.name
1869S: Maintained
1870
1871MIPS
1872P: Ralf Baechle
1873M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001874W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001876T: git www.linux-mips.org:/pub/scm/linux.git
1877S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878
1879MISCELLANEOUS MCA-SUPPORT
1880P: James Bottomley
1881M: jejb@steeleye.com
1882L: linux-kernel@vger.kernel.org
1883S: Maintained
1884
1885MODULE SUPPORT
1886P: Rusty Russell
1887M: rusty@rustcorp.com.au
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
1891MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1892P: Stelian Pop
1893M: stelian@popies.net
1894W: http://popies.net/meye/
1895S: Maintained
1896
1897MOUSE AND MISC DEVICES [GENERAL]
1898P: Alessandro Rubini
1899M: rubini@ipvvis.unipv.it
1900L: linux-kernel@vger.kernel.org
1901S: Maintained
1902
1903MTRR AND SIMILAR SUPPORT [i386]
1904P: Richard Gooch
1905M: rgooch@atnf.csiro.au
1906L: linux-kernel@vger.kernel.org
1907W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1908S: Maintained
1909
Russell King12223da2006-06-15 13:28:52 +01001910MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001911P: Russell King
1912M: rmk+mmc@arm.linux.org.uk
1913S: Maintained
1914
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915MULTISOUND SOUND DRIVER
1916P: Andrew Veliath
1917M: andrewtv@usa.net
1918S: Maintained
1919
1920NATSEMI ETHERNET DRIVER (DP8381x)
1921P: Tim Hockin
1922M: thockin@hockin.org
1923S: Maintained
1924
1925NCP FILESYSTEM
1926P: Petr Vandrovec
1927M: vandrove@vc.cvut.cz
1928L: linware@sh.cvut.cz
1929S: Maintained
1930
1931NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1932P: James E.J. Bottomley
1933M: James.Bottomley@HansenPartnership.com
1934L: linux-scsi@vger.kernel.org
1935S: Maintained
1936
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07001937NETEM NETWORK EMULATOR
1938P: Stephen Hemminger
1939M: shemminger@osdl.org
1940L: netem@osdl.org
1941S: Maintained
1942
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943NETFILTER/IPTABLES/IPCHAINS
1944P: Rusty Russell
1945P: Marc Boucher
1946P: James Morris
1947P: Harald Welte
1948P: Jozsef Kadlecsik
1949M: coreteam@netfilter.org
1950W: http://www.netfilter.org/
1951W: http://www.iptables.org/
1952L: netfilter@lists.netfilter.org
1953L: netfilter-devel@lists.netfilter.org
1954S: Supported
1955
1956NETROM NETWORK LAYER
1957P: Ralf Baechle
1958M: ralf@linux-mips.org
1959L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001960W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961S: Maintained
1962
1963NETWORK BLOCK DEVICE
1964P: Paul Clements
1965M: Paul.Clements@steeleye.com
1966S: Maintained
1967
1968NETWORK DEVICE DRIVERS
1969P: Andrew Morton
1970M: akpm@osdl.org
1971P: Jeff Garzik
1972M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001973L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001974T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975S: Maintained
1976
1977NETWORKING [GENERAL]
1978P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001979M: netdev@vger.kernel.org
1980L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001981W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982S: Maintained
1983
1984NETWORKING [IPv4/IPv6]
1985P: David S. Miller
1986M: davem@davemloft.net
1987P: Alexey Kuznetsov
1988M: kuznet@ms2.inr.ac.ru
1989P: Pekka Savola (ipv6)
1990M: pekkas@netcore.fi
1991P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001992M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993P: Hideaki YOSHIFUJI
1994M: yoshfuji@linux-ipv6.org
1995P: Patrick McHardy
1996M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001997L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001998T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999S: Maintained
2000
John W. Linville29f8f632006-01-18 14:52:48 -08002001NETWORKING [WIRELESS]
2002P: John W. Linville
2003M: linville@tuxdriver.com
2004L: netdev@vger.kernel.org
2005T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2006S: Maintained
2007
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008IPVS
2009P: Wensong Zhang
2010M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002011P: Simon Horman
2012M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013P: Julian Anastasov
2014M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002015L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016S: Maintained
2017
2018NFS CLIENT
2019P: Trond Myklebust
2020M: trond.myklebust@fys.uio.no
2021L: linux-kernel@vger.kernel.org
2022S: Maintained
2023
2024NI5010 NETWORK DRIVER
2025P: Jan-Pascal van Best and Andreas Mohr
2026M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
2027M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07002028L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029S: Maintained
2030
2031NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2032P: YOKOTA Hiroshi
2033M: yokota@netlab.is.tsukuba.ac.jp
2034W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2035S: Maintained
2036
2037NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2038P: GOTO Masanori
2039M: gotom@debian.or.jp
2040P: YOKOTA Hiroshi
2041M: yokota@netlab.is.tsukuba.ac.jp
2042W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2043S: Maintained
2044
2045NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2046P: Eberhard Moenkeberg
2047M: emoenke@gwdg.de
2048L: linux-kernel@vger.kernel.org
2049S: Maintained
2050
2051NTFS FILESYSTEM
2052P: Anton Altaparmakov
2053M: aia21@cantab.net
2054L: linux-ntfs-dev@lists.sourceforge.net
2055L: linux-kernel@vger.kernel.org
2056W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002057T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058S: Maintained
2059
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002060NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2061P: Antonino Daplas
2062M: adaplas@pol.net
2063L: linux-fbdev-devel@lists.sourceforge.net
2064S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065
Mark Fashehccd979b2005-12-15 14:31:24 -08002066ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2067P: Mark Fasheh
2068M: mark.fasheh@oracle.com
2069P: Kurt Hackel
2070M: kurt.hackel@oracle.com
2071L: ocfs2-devel@oss.oracle.com
2072W: http://oss.oracle.com/projects/ocfs2/
2073S: Supported
2074
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075OLYMPIC NETWORK DRIVER
2076P: Peter De Shrijver
2077M: p2@ace.ulyssis.student.kuleuven.ac.be
2078P: Mike Phillips
2079M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002080L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081L: linux-tr@linuxtr.net
2082W: http://www.linuxtr.net
2083S: Maintained
2084
Harald Weltec1986ee2005-11-13 16:06:29 -08002085OMNIKEY CARDMAN 4000 DRIVER
2086P: Harald Welte
2087M: laforge@gnumonks.org
2088S: Maintained
2089
Harald Welte77c44ab2005-11-13 16:06:26 -08002090OMNIKEY CARDMAN 4040 DRIVER
2091P: Harald Welte
2092M: laforge@gnumonks.org
2093S: Maintained
2094
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095ONSTREAM SCSI TAPE DRIVER
2096P: Willem Riede
2097M: osst@riede.org
2098L: osst-users@lists.sourceforge.net
2099L: linux-scsi@vger.kernel.org
2100S: Maintained
2101
2102OPL3-SA2, SA3, and SAx DRIVER
2103P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002104M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105L: linux-sound@vger.kernel.org
2106S: Maintained
2107
2108OPROFILE
2109P: Philippe Elie
2110M: phil.el@wanadoo.fr
2111L: oprofile-list@lists.sf.net
2112S: Maintained
2113
2114ORINOCO DRIVER
2115P: Pavel Roskin
2116M: proski@gnu.org
2117P: David Gibson
2118M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002119L: orinoco-users@lists.sourceforge.net
2120L: orinoco-devel@lists.sourceforge.net
2121W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122S: Maintained
2123
2124PARALLEL PORT SUPPORT
2125P: Phil Blundell
2126M: philb@gnu.org
2127P: Tim Waugh
2128M: tim@cyberelk.net
2129P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130P: Andrea Arcangeli
2131M: andrea@suse.de
2132L: linux-parport@lists.infradead.org
2133W: http://people.redhat.com/twaugh/parport/
2134S: Maintained
2135
2136PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2137P: Tim Waugh
2138M: tim@cyberelk.net
2139L: linux-parport@lists.infradead.org
2140W: http://www.torque.net/linux-pp.html
2141S: Maintained
2142
2143PARISC ARCHITECTURE
2144P: Matthew Wilcox
2145M: matthew@wil.cx
2146P: Grant Grundler
2147M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002148P: Kyle McMartin
2149M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150L: parisc-linux@parisc-linux.org
2151W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002152T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2153T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154S: Maintained
2155
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002156PCI ERROR RECOVERY
2157P: Linas Vepstas
2158M: linas@austin.ibm.com
2159L: linux-kernel@vger.kernel.org
2160L: linux-pci@atrey.karlin.mff.cuni.cz
2161S: Supported
2162
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2164P: Thomas Sailer
2165M: sailer@ife.ee.ethz.ch
2166L: linux-sound@vger.kernel.org
2167W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2168S: Maintained
2169
2170PCI SUBSYSTEM
2171P: Greg Kroah-Hartman
2172M: gregkh@suse.de
2173L: linux-kernel@vger.kernel.org
2174L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002175T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176S: Supported
2177
2178PCI HOTPLUG CORE
2179P: Greg Kroah-Hartman
2180M: gregkh@suse.de
2181S: Supported
2182
2183PCI HOTPLUG COMPAQ DRIVER
2184P: Greg Kroah-Hartman
2185M: greg@kroah.com
2186S: Maintained
2187
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002188PCIE HOTPLUG DRIVER
2189P: Kristen Carlson Accardi
2190M: kristen.c.accardi@intel.com
2191L: pcihpd-discuss@lists.sourceforge.net
2192S: Maintained
2193
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002195P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002197T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002198S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199
2200PCNET32 NETWORK DRIVER
2201P: Thomas Bogendörfer
2202M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002203L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204S: Maintained
2205
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002206PERSONALITY HANDLING
2207P: Christoph Hellwig
2208M: hch@infradead.org
2209L: linux-abi-devel@lists.sourceforge.net
2210S: Maintained
2211
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212PHRAM MTD DRIVER
2213P: Jörn Engel
2214M: joern@wh.fh-wedel.de
2215L: linux-mtd@lists.infradead.org
2216S: Maintained
2217
Peter Osterlund249a6772005-09-27 21:45:30 -07002218PKTCDVD DRIVER
2219P: Peter Osterlund
2220M: petero2@telia.com
2221L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002222S: Maintained
2223
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224POSIX CLOCKS and TIMERS
2225P: George Anzinger
2226M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002227L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228S: Supported
2229
Eugene Surovegin24682972005-10-14 03:00:53 -07002230POWERPC 4xx EMAC DRIVER
2231P: Eugene Surovegin
2232M: ebs@ebshome.net
2233W: http://kernel.ebshome.net/emac/
2234L: linuxppc-embedded@ozlabs.org
2235L: netdev@vger.kernel.org
2236S: Maintained
2237
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238PNP SUPPORT
2239P: Adam Belay
2240M: ambx1@neo.rr.com
2241S: Maintained
2242
2243PPP PROTOCOL DRIVERS AND COMPRESSORS
2244P: Paul Mackerras
2245M: paulus@samba.org
2246L: linux-ppp@vger.kernel.org
2247S: Maintained
2248
2249PPP OVER ATM (RFC 2364)
2250P: Mitchell Blank Jr
2251M: mitch@sfgoth.com
2252S: Maintained
2253
2254PPP OVER ETHERNET
2255P: Michal Ostrowski
2256M: mostrows@speakeasy.net
2257S: Maintained
2258
2259PREEMPTIBLE KERNEL
2260P: Robert Love
2261M: rml@tech9.net
2262L: linux-kernel@vger.kernel.org
2263L: kpreempt-tech@lists.sourceforge.net
2264W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2265S: Supported
2266
2267PRISM54 WIRELESS DRIVER
2268P: Prism54 Development Team
2269M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002270L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271W: http://prism54.org
2272S: Maintained
2273
2274PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2275P: Peter Denison
2276M: promise@pnd-pc.demon.co.uk
2277W: http://www.pnd-pc.demon.co.uk/promise/
2278S: Maintained
2279
2280PXA2xx SUPPORT
2281P: Nicolas Pitre
2282M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002283L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284S: Maintained
2285
2286QLOGIC QLA2XXX FC-SCSI DRIVER
2287P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002288M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289L: linux-scsi@vger.kernel.org
2290S: Supported
2291
2292QNX4 FILESYSTEM
2293P: Anders Larsen
2294M: al@alarsen.net
2295L: linux-kernel@vger.kernel.org
2296W: http://www.alarsen.net/linux/qnx4fs/
2297S: Maintained
2298
2299RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002300P: Benjamin Herrenschmidt
2301M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302L: linux-fbdev-devel@lists.sourceforge.net
2303S: Maintained
2304
2305RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002306P: Paul Mackerras
2307M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308L: linux-fbdev-devel@lists.sourceforge.net
2309S: Maintained
2310
2311RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2312P: Corey Thomas
2313M: corey@world.std.com
2314L: linux-kernel@vger.kernel.org
2315S: Maintained
2316
Matt Mackall9e95ce22005-04-16 15:25:56 -07002317RANDOM NUMBER DRIVER
2318P: Matt Mackall
2319M: mpm@selenic.com
2320S: Maintained
2321
Matt Porter394b7012005-11-07 01:00:15 -08002322RAPIDIO SUBSYSTEM
2323P: Matt Porter
2324M: mporter@kernel.crashing.org
2325L: linux-kernel@vger.kernel.org
2326S: Maintained
2327
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328REAL TIME CLOCK DRIVER
2329P: Paul Gortmaker
2330M: p_gortmaker@yahoo.com
2331L: linux-kernel@vger.kernel.org
2332S: Maintained
2333
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002334REAL TIME CLOCK (RTC) SUBSYSTEM
2335P: Alessandro Zummo
2336M: a.zummo@towertech.it
2337L: linux-kernel@vger.kernel.org
2338S: Maintained
2339
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340REISERFS FILE SYSTEM
2341P: Hans Reiser
2342M: reiserfs-dev@namesys.com
2343L: reiserfs-list@namesys.com
2344W: http://www.namesys.com
2345S: Supported
2346
2347ROCKETPORT DRIVER
2348P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349W: http://www.comtrol.com
2350S: Maintained
2351
2352ROSE NETWORK LAYER
2353P: Ralf Baechle
2354M: ralf@linux-mips.org
2355L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002356W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357S: Maintained
2358
2359RISCOM8 DRIVER
2360S: Orphan
2361
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002362S3 SAVAGE FRAMEBUFFER DRIVER
2363P: Antonino Daplas
2364M: adaplas@pol.net
2365L: linux-fbdev-devel@lists.sourceforge.net
2366S: Maintained
2367
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368S390
2369P: Martin Schwidefsky
2370M: schwidefsky@de.ibm.com
2371M: linux390@de.ibm.com
2372L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002373W: http://www.ibm.com/developerworks/linux/linux390/
2374S: Supported
2375
2376S390 NETWORK DRIVERS
2377P: Frank Pavlic
2378M: fpavlic@de.ibm.com
2379M: linux390@de.ibm.com
2380L: linux-390@vm.marist.edu
2381W: http://www.ibm.com/developerworks/linux/linux390/
2382S: Supported
2383
2384S390 ZFCP DRIVER
2385P: Andreas Herrmann
2386M: aherrman@de.ibm.com
2387M: linux390@de.ibm.com
2388L: linux-390@vm.marist.edu
2389W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390S: Supported
2391
2392SAA7146 VIDEO4LINUX-2 DRIVER
2393P: Michael Hunold
2394M: michael@mihu.de
2395W: http://www.mihu.de/linux/saa7146
2396S: Maintained
2397
2398SBPCD CDROM DRIVER
2399P: Eberhard Moenkeberg
2400M: emoenke@gwdg.de
2401L: linux-kernel@vger.kernel.org
2402S: Maintained
2403
2404SC1200 WDT DRIVER
2405P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002406M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407S: Maintained
2408
2409SCHEDULER
2410P: Ingo Molnar
2411M: mingo@elte.hu
2412P: Robert Love [the preemptible kernel bits]
2413M: rml@tech9.net
2414L: linux-kernel@vger.kernel.org
2415S: Maintained
2416
2417SCSI CDROM DRIVER
2418P: Jens Axboe
2419M: axboe@suse.de
2420L: linux-scsi@vger.kernel.org
2421W: http://www.kernel.dk
2422S: Maintained
2423
2424SCSI SG DRIVER
2425P: Doug Gilbert
2426M: dgilbert@interlog.com
2427L: linux-scsi@vger.kernel.org
2428W: http://www.torque.net/sg
2429S: Maintained
2430
2431SCSI SUBSYSTEM
2432P: James E.J. Bottomley
2433M: James.Bottomley@SteelEye.com
2434L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002435T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436S: Maintained
2437
2438SCSI TAPE DRIVER
2439P: Kai Mäkisara
2440M: Kai.Makisara@kolumbus.fi
2441L: linux-scsi@vger.kernel.org
2442S: Maintained
2443
2444SCTP PROTOCOL
2445P: Sridhar Samudrala
2446M: sri@us.ibm.com
2447L: lksctp-developers@lists.sourceforge.net
2448S: Supported
2449
2450SCx200 CPU SUPPORT
2451P: Christer Weinigel
2452M: christer@weinigel.se
2453W: http://www.weinigel.se
2454S: Supported
2455
2456SECURITY CONTACT
2457P: Security Officers
2458M: security@kernel.org
2459S: Supported
2460
2461SELINUX SECURITY MODULE
2462P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002463M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002465M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466L: linux-kernel@vger.kernel.org (kernel issues)
2467L: selinux@tycho.nsa.gov (general discussion)
2468W: http://www.nsa.gov/selinux
2469S: Supported
2470
2471SERIAL ATA (SATA) SUBSYSTEM:
2472P: Jeff Garzik
2473M: jgarzik@pobox.com
2474L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002475T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476S: Supported
2477
2478SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2479P: Pat Gefre
2480M: pfg@sgi.com
2481L: linux-ia64@vger.kernel.org
2482S: Supported
2483
2484SGI VISUAL WORKSTATION 320 AND 540
2485P: Andrey Panin
2486M: pazke@donpac.ru
2487L: linux-visws-devel@lists.sf.net
2488W: http://linux-visws.sf.net
2489S: Maintained for 2.6.
2490
2491SIMTEC EB110ATX (Chalice CATS)
2492P: Ben Dooks
2493P: Vincent Sanders
2494M: support@simtec.co.uk
2495W: http://www.simtec.co.uk/products/EB110ATX/
2496S: Supported
2497
2498SIMTEC EB2410ITX (BAST)
2499P: Ben Dooks
2500P: Vincent Sanders
2501M: support@simtec.co.uk
2502W: http://www.simtec.co.uk/products/EB2410ITX/
2503S: Supported
2504
Francois Romieu92aab3c2005-07-30 13:11:18 +02002505SIS 190 ETHERNET DRIVER
2506P: Francois Romieu
2507M: romieu@fr.zoreil.com
2508L: netdev@vger.kernel.org
2509S: Maintained
2510
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511SIS 5513 IDE CONTROLLER DRIVER
2512P: Lionel Bouton
2513M: Lionel.Bouton@inet6.fr
2514W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2515W: http://gyver.homeip.net/sis5513/index.html
2516S: Maintained
2517
2518SIS 900/7016 FAST ETHERNET DRIVER
2519P: Daniele Venzano
2520M: venza@brownhat.org
2521W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002522L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523S: Maintained
2524
2525SIS FRAMEBUFFER DRIVER
2526P: Thomas Winischhofer
2527M: thomas@winischhofer.net
2528W: http://www.winischhofer.net/linuxsisvga.shtml
2529S: Maintained
2530
2531SIS USB2VGA DRIVER
2532P: Thomas Winischhofer
2533M: thomas@winischhofer.net
2534W: http://www.winischhofer.at/linuxsisusbvga.shtml
2535S: Maintained
2536
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537SMB FILESYSTEM
2538P: Urban Widmark
2539M: urban@teststation.com
2540W: http://samba.org/
2541L: samba@samba.org
2542S: Maintained
2543
2544SMC91x ETHERNET DRIVER
2545P: Nicolas Pitre
2546M: nico@cam.org
2547S: Maintained
2548
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549SOFTWARE RAID (Multiple Disks) SUPPORT
2550P: Ingo Molnar
2551M: mingo@redhat.com
2552P: Neil Brown
2553M: neilb@cse.unsw.edu.au
2554L: linux-raid@vger.kernel.org
2555S: Maintained
2556
2557SOFTWARE SUSPEND:
2558P: Pavel Machek
2559M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002560L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561S: Maintained
2562
2563SONIC NETWORK DRIVER
2564P: Thomas Bogendoerfer
2565M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002566L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567S: Maintained
2568
2569SONY VAIO CONTROL DEVICE DRIVER
2570P: Stelian Pop
2571M: stelian@popies.net
2572W: http://popies.net/sonypi/
2573S: Maintained
2574
2575SOUND
2576P: Jaroslav Kysela
2577M: perex@suse.cz
2578L: alsa-devel@alsa-project.org
2579S: Maintained
2580
Kumar Gala025c3982006-04-02 16:05:54 -05002581SPI SUBSYSTEM
2582P: David Brownell
2583M: dbrownell@users.sourceforge.net
2584L: spi-devel-general@lists.sourceforge.net
2585S: Maintained
2586
Kylene Hall1c72d462005-05-01 08:59:13 -07002587TPM DEVICE DRIVER
2588P: Kylene Hall
2589M: kjhall@us.ibm.com
2590W: http://tpmdd.sourceforge.net
2591L: tpmdd-devel@lists.sourceforge.net
2592S: Maintained
2593
Mark Gross1a80ba82005-10-30 15:02:55 -08002594Telecom Clock Driver for MCPL0010
2595P: Mark Gross
2596M: mark.gross@intel.com
2597S: Supported
2598
Chris Zankel48b415c2005-06-23 22:01:07 -07002599TENSILICA XTENSA PORT (xtensa):
2600P: Chris Zankel
2601M: chris@zankel.net
2602S: Maintained
2603
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604UltraSPARC (sparc64):
2605P: David S. Miller
2606M: davem@davemloft.net
2607P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002608M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609P: Jakub Jelinek
2610M: jj@sunsite.ms.mff.cuni.cz
2611P: Anton Blanchard
2612M: anton@samba.org
2613L: sparclinux@vger.kernel.org
2614L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002615T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616S: Maintained
2617
2618SHARP LH SUPPORT (LH7952X & LH7A40X)
2619P: Marc Singer
2620M: elf@buici.com
2621W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002622L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623S: Maintained
2624
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002625SHPC HOTPLUG DRIVER
2626P: Kristen Carlson Accardi
2627M: kristen.c.accardi@intel.com
2628L: pcihpd-discuss@lists.sourceforge.net
2629S: Maintained
2630
Pierre Ossmand129bce2006-03-24 03:18:17 -08002631SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2632P: Pierre Ossman
2633M: drzeus-sdhci@drzeus.cx
2634L: sdhci-devel@list.drzeus.cx
2635W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2636S: Maintained
2637
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002638SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2639P: Stephen Hemminger
2640M: shemminger@osdl.org
2641L: netdev@vger.kernel.org
2642S: Maintained
2643
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644SPARC (sparc32):
2645P: William L. Irwin
2646M: wli@holomorphy.com
2647L: sparclinux@vger.kernel.org
2648S: Maintained
2649
2650SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2651P: Roger Wolff
2652M: R.E.Wolff@BitWizard.nl
2653L: linux-kernel@vger.kernel.org ?
2654S: Supported
2655
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656SRM (Alpha) environment access
2657P: Jan-Benedict Glaw
2658M: jbglaw@lug-owl.de
2659L: linux-kernel@vger.kernel.org
2660S: Maintained
2661
2662STARFIRE/DURALAN NETWORK DRIVER
2663P: Ion Badulescu
2664M: ionut@cs.columbia.edu
2665S: Maintained
2666
2667STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2668W: http://mosquitonet.Stanford.EDU/strip.html
2669S: Unsupported ?
2670
2671STRADIS MPEG-2 DECODER DRIVER
2672P: Nathan Laredo
2673M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674W: http://www.stradis.com/
2675S: Maintained
2676
2677SUPERH (sh)
2678P: Paul Mundt
2679M: lethal@linux-sh.org
2680P: Kazumoto Kojima
2681M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002682L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683W: http://www.linux-sh.org
2684W: http://www.m17n.org/linux-sh/
2685W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2686S: Maintained
2687
2688SUPERH64 (sh64)
2689P: Paul Mundt
2690M: lethal@linux-sh.org
2691P: Richard Curnow
2692M: rc@rc0.org.uk
2693L: linuxsh-shmedia-dev@lists.sourceforge.net
2694W: http://www.linux-sh.org
2695W: http://www.rc0.org.uk/sh64
2696S: Maintained
2697
2698SUN3/3X
2699P: Sam Creasey
2700M: sammy@sammy.net
2701L: sun3-list@redhat.com
2702W: http://sammy.net/sun3/
2703S: Maintained
2704
2705SVGA HANDLING
2706P: Martin Mares
2707M: mj@ucw.cz
2708L: linux-video@atrey.karlin.mff.cuni.cz
2709S: Maintained
2710
2711SYSV FILESYSTEM
2712P: Christoph Hellwig
2713M: hch@infradead.org
2714S: Maintained
2715
2716TI PARALLEL LINK CABLE DRIVER
2717P: Romain Lievin
2718M: roms@lpg.ticalc.org
2719S: Maintained
2720
Per Lidene86eaa32006-01-12 16:45:18 +01002721TIPC NETWORK LAYER
2722P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002723M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002724P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002725M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002726P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002727M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002728L: tipc-discussion@lists.sourceforge.net
2729W: http://tipc.sourceforge.net/
2730W: http://tipc.cslab.ericsson.net/
2731T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2732S: Maintained
2733
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734TLAN NETWORK DRIVER
2735P: Samuel Chessman
2736M: chessman@tux.org
2737L: tlan-devel@lists.sourceforge.net
2738W: http://sourceforge.net/projects/tlan/
2739S: Maintained
2740
2741TOKEN-RING NETWORK DRIVER
2742P: Mike Phillips
2743M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002744L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745L: linux-tr@linuxtr.net
2746W: http://www.linuxtr.net
2747S: Maintained
2748
2749TOSHIBA ACPI EXTRAS DRIVER
2750P: John Belmonte
2751M: toshiba_acpi@memebeam.org
2752W: http://memebeam.org/toys/ToshibaAcpiDriver
2753S: Maintained
2754
2755TOSHIBA SMM DRIVER
2756P: Jonathan Buzzard
2757M: jonathan@buzzard.org.uk
2758L: tlinux-users@tce.toshiba-dme.co.jp
2759W: http://www.buzzard.org.uk/toshiba/
2760S: Maintained
2761
2762TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2763P: Muli Ben-Yehuda
2764M: mulix@mulix.org
2765L: linux-kernel@vger.kernel.org
2766S: Maintained
2767
2768TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002769P: Adrian Bunk
2770M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002772W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002773T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774S: Maintained
2775
2776TMS380 TOKEN-RING NETWORK DRIVER
2777P: Adam Fritzler
2778M: mid@auk.cx
2779L: linux-tr@linuxtr.net
2780W: http://www.auk.cx/tms380tr/
2781S: Maintained
2782
2783TULIP NETWORK DRIVER
2784P: Jeff Garzik
2785M: jgarzik@pobox.com
2786L: tulip-users@lists.sourceforge.net
2787W: http://sourceforge.net/projects/tulip/
2788S: Maintained
2789
2790TUN/TAP driver
2791P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002792M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793L: vtun@office.satix.net
2794W: http://vtun.sourceforge.net/tun
2795S: Maintained
2796
2797U14-34F SCSI DRIVER
2798P: Dario Ballabio
2799M: ballabio_dario@emc.com
2800L: linux-scsi@vger.kernel.org
2801S: Maintained
2802
2803UDF FILESYSTEM
2804P: Ben Fennema
2805M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806W: http://linux-udf.sourceforge.net
2807S: Maintained
2808
2809UNIFORM CDROM DRIVER
2810P: Jens Axboe
2811M: axboe@suse.de
2812L: linux-kernel@vger.kernel.org
2813W: http://www.kernel.dk
2814S: Maintained
2815
2816USB ACM DRIVER
2817P: Oliver Neukum
2818M: oliver@neukum.name
2819L: linux-usb-users@lists.sourceforge.net
2820L: linux-usb-devel@lists.sourceforge.net
2821S: Maintained
2822
2823USB BLOCK DRIVER (UB ub)
2824P: Pete Zaitcev
2825M: zaitcev@redhat.com
2826L: linux-kernel@vger.kernel.org
2827L: linux-usb-devel@lists.sourceforge.net
2828S: Supported
2829
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830USB CDC ETHERNET DRIVER
2831P: Greg Kroah-Hartman
2832M: greg@kroah.com
2833L: linux-usb-users@lists.sourceforge.net
2834L: linux-usb-devel@lists.sourceforge.net
2835S: Maintained
2836W: http://www.kroah.com/linux-usb/
2837
2838USB EHCI DRIVER
2839P: David Brownell
2840M: dbrownell@users.sourceforge.net
2841L: linux-usb-devel@lists.sourceforge.net
2842S: Maintained
2843
Luca Risolia7ce08c92006-01-11 02:06:59 +00002844USB ET61X[12]51 DRIVER
2845P: Luca Risolia
2846M: luca.risolia@studio.unibo.it
2847L: linux-usb-devel@lists.sourceforge.net
2848L: video4linux-list@redhat.com
2849W: http://www.linux-projects.org
2850S: Maintained
2851
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852USB HID/HIDBP DRIVERS
2853P: Vojtech Pavlik
2854M: vojtech@suse.cz
2855L: linux-usb-users@lists.sourceforge.net
2856L: linux-usb-devel@lists.sourceforge.net
2857S: Maintained
2858
2859USB HUB DRIVER
2860P: Johannes Erdfelt
2861M: johannes@erdfelt.com
2862L: linux-usb-users@lists.sourceforge.net
2863L: linux-usb-devel@lists.sourceforge.net
2864S: Maintained
2865
Olav Kongas959eea22005-11-03 17:38:14 +02002866USB ISP116X DRIVER
2867P: Olav Kongas
2868M: ok@artecdesign.ee
2869L: linux-usb-devel@lists.sourceforge.net
2870S: Maintained
2871
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872USB KAWASAKI LSI DRIVER
2873P: Oliver Neukum
2874M: oliver@neukum.name
2875L: linux-usb-users@lists.sourceforge.net
2876L: linux-usb-devel@lists.sourceforge.net
2877S: Maintained
2878
2879USB MASS STORAGE DRIVER
2880P: Matthew Dharm
2881M: mdharm-usb@one-eyed-alien.net
2882L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002883L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884S: Maintained
2885W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2886
2887USB OHCI DRIVER
2888P: Roman Weissgaerber
2889M: weissg@vienna.at
2890L: linux-usb-users@lists.sourceforge.net
2891L: linux-usb-devel@lists.sourceforge.net
2892S: Maintained
2893
Matthias Urlichsba460e42005-07-14 00:33:47 -07002894USB OPTION-CARD DRIVER
2895P: Matthias Urlichs
2896M: smurf@smurf.noris.de
2897L: linux-usb-devel@lists.sourceforge.net
2898S: Maintained
2899
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900USB OV511 DRIVER
2901P: Mark McClelland
2902M: mmcclell@bigfoot.com
2903L: linux-usb-users@lists.sourceforge.net
2904L: linux-usb-devel@lists.sourceforge.net
2905W: http://alpha.dyndns.org/ov511/
2906S: Maintained
2907
2908USB PEGASUS DRIVER
2909P: Petko Manolov
2910M: petkan@users.sourceforge.net
2911L: linux-usb-users@lists.sourceforge.net
2912L: linux-usb-devel@lists.sourceforge.net
2913W: http://pegasus2.sourceforge.net/
2914S: Maintained
2915
2916USB PRINTER DRIVER
2917P: Vojtech Pavlik
2918M: vojtech@suse.cz
2919L: linux-usb-users@lists.sourceforge.net
2920L: linux-usb-devel@lists.sourceforge.net
2921S: Maintained
2922
2923USB RTL8150 DRIVER
2924P: Petko Manolov
2925M: petkan@users.sourceforge.net
2926L: linux-usb-users@lists.sourceforge.net
2927L: linux-usb-devel@lists.sourceforge.net
2928W: http://pegasus2.sourceforge.net/
2929S: Maintained
2930
2931USB SE401 DRIVER
2932P: Jeroen Vreeken
2933M: pe1rxq@amsat.org
2934L: linux-usb-users@lists.sourceforge.net
2935L: linux-usb-devel@lists.sourceforge.net
2936W: http://www.chello.nl/~j.vreeken/se401/
2937S: Maintained
2938
2939USB SERIAL CYBERJACK DRIVER
2940P: Matthias Bruestle and Harald Welte
2941M: support@reiner-sct.com
2942W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2943S: Maintained
2944
2945USB SERIAL DIGI ACCELEPORT DRIVER
2946P: Peter Berger and Al Borchers
2947M: pberger@brimson.com
2948M: alborchers@steinerpoint.com
2949L: linux-usb-users@lists.sourceforge.net
2950L: linux-usb-devel@lists.sourceforge.net
2951S: Maintained
2952
2953USB SERIAL DRIVER
2954P: Greg Kroah-Hartman
2955M: gregkh@suse.de
2956L: linux-usb-users@lists.sourceforge.net
2957L: linux-usb-devel@lists.sourceforge.net
2958S: Supported
2959
2960USB SERIAL BELKIN F5U103 DRIVER
2961P: William Greathouse
2962M: wgreathouse@smva.com
2963L: linux-usb-users@lists.sourceforge.net
2964L: linux-usb-devel@lists.sourceforge.net
2965S: Maintained
2966
2967USB SERIAL CYPRESS M8 DRIVER
2968P: Lonnie Mendez
2969M: dignome@gmail.com
2970L: linux-usb-users@lists.sourceforge.net
2971L: linux-usb-devel@lists.sourceforge.net
2972S: Maintained
2973W: http://geocities.com/i0xox0i
2974W: http://firstlight.net/cvs
2975
2976USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2977L: linux-usb-users@lists.sourceforge.net
2978L: linux-usb-devel@lists.sourceforge.net
2979S: Maintained
2980
2981USB AUERSWALD DRIVER
2982P: Wolfgang Muees
2983M: wolfgang@iksw-muees.de
2984L: linux-usb-users@lists.sourceforge.net
2985L: linux-usb-devel@lists.sourceforge.net
2986S: Maintained
2987
2988USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2989P: Gary Brubaker
2990M: xavyer@ix.netcom.com
2991L: linux-usb-users@lists.sourceforge.net
2992L: linux-usb-devel@lists.sourceforge.net
2993S: Maintained
2994
2995USB SERIAL KEYSPAN DRIVER
2996P: Greg Kroah-Hartman
2997M: greg@kroah.com
2998L: linux-usb-users@lists.sourceforge.net
2999L: linux-usb-devel@lists.sourceforge.net
3000W: http://www.kroah.com/linux/
3001S: Maintained
3002
3003USB SERIAL WHITEHEAT DRIVER
3004P: Stuart MacDonald
3005M: stuartm@connecttech.com
3006L: linux-usb-users@lists.sourceforge.net
3007L: linux-usb-devel@lists.sourceforge.net
3008W: http://www.connecttech.com
3009S: Supported
3010
3011USB SN9C10x DRIVER
3012P: Luca Risolia
3013M: luca.risolia@studio.unibo.it
3014L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003015L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016W: http://www.linux-projects.org
3017S: Maintained
3018
3019USB SUBSYSTEM
3020P: Greg Kroah-Hartman
3021M: gregkh@suse.de
3022L: linux-usb-users@lists.sourceforge.net
3023L: linux-usb-devel@lists.sourceforge.net
3024W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003025T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026S: Supported
3027
3028USB UHCI DRIVER
3029P: Alan Stern
3030M: stern@rowland.harvard.edu
3031L: linux-usb-users@lists.sourceforge.net
3032L: linux-usb-devel@lists.sourceforge.net
3033S: Maintained
3034
3035USB "USBNET" DRIVER
3036P: David Brownell
3037M: dbrownell@users.sourceforge.net
3038L: linux-usb-devel@lists.sourceforge.net
3039S: Maintained
3040
3041USB W996[87]CF DRIVER
3042P: Luca Risolia
3043M: luca.risolia@studio.unibo.it
3044L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003045L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046W: http://www.linux-projects.org
3047S: Maintained
3048
Luca Risolia60f78052006-02-06 16:29:35 +00003049USB ZC0301 DRIVER
3050P: Luca Risolia
3051M: luca.risolia@studio.unibo.it
3052L: linux-usb-devel@lists.sourceforge.net
3053L: video4linux-list@redhat.com
3054W: http://www.linux-projects.org
3055S: Maintained
3056
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057USB ZD1201 DRIVER
3058P: Jeroen Vreeken
3059M: pe1rxq@amsat.org
3060L: linux-usb-users@lists.sourceforge.net
3061L: linux-usb-devel@lists.sourceforge.net
3062W: http://linux-lc100020.sourceforge.net
3063S: Maintained
3064
3065USER-MODE LINUX
3066P: Jeff Dike
3067M: jdike@karaya.com
3068L: user-mode-linux-devel@lists.sourceforge.net
3069L: user-mode-linux-user@lists.sourceforge.net
3070W: http://user-mode-linux.sourceforge.net
3071S: Maintained
3072
3073FAT/VFAT/MSDOS FILESYSTEM:
3074P: OGAWA Hirofumi
3075M: hirofumi@mail.parknet.co.jp
3076L: linux-kernel@vger.kernel.org
3077S: Maintained
3078
3079VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3080P: Jeff Garzik
3081S: Odd fixes
3082
3083VIA RHINE NETWORK DRIVER
3084P: Roger Luethi
3085M: rl@hellgate.ch
3086S: Maintained
3087
Jean Delvare32c0a522005-09-22 21:47:58 +02003088VIAPRO SMBUS DRIVER
3089P: Jean Delvare
3090M: khali@linux-fr.org
3091L: lm-sensors@lm-sensors.org
3092S: Maintained
3093
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094UCLINUX (AND M68KNOMMU)
3095P: Greg Ungerer
3096M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003098L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099S: Maintained
3100
3101UCLINUX FOR NEC V850
3102P: Miles Bader
3103M: uclinux-v850@lsi.nec.co.jp
3104W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3105W: http://www.ee.nec.de/uclinux/
3106S: Supported
3107
3108UCLINUX FOR RENESAS H8/300
3109P: Yoshinori Sato
3110M: ysato@users.sourceforge.jp
3111W: http://uclinux-h8.sourceforge.jp/
3112S: Supported
3113
3114USB DIAMOND RIO500 DRIVER
3115P: Cesar Miquel
3116M: miquel@df.uba.ar
3117L: rio500-users@lists.sourceforge.net
3118W: http://rio500.sourceforge.net
3119S: Maintained
3120
3121VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003122P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003123M: mchehab@infradead.org
3124M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003126W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003127T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003128S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129
Roger Lucas1de9e372005-11-26 20:20:05 +01003130VT8231 HARDWARE MONITOR DRIVER
3131P: Roger Lucas
3132M: roger@planbit.co.uk
3133L: lm-sensors@lm-sensors.org
3134S: Maintained
3135
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136W1 DALLAS'S 1-WIRE BUS
3137P: Evgeniy Polyakov
3138M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003139L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140S: Maintained
3141
3142W83L51xD SD/MMC CARD INTERFACE DRIVER
3143P: Pierre Ossman
3144M: drzeus-wbsd@drzeus.cx
3145L: wbsd-devel@list.drzeus.cx
3146W: http://projects.drzeus.cx/wbsd
3147S: Maintained
3148
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003149WATCHDOG DEVICE DRIVERS
3150P: Wim Van Sebroeck
3151M: wim@iguana.be
3152T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3153S: Maintained
3154
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3156P: Jean Tourrilhes
3157M: jt@hpl.hp.com
3158W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3159S: Maintained
3160
3161WD7000 SCSI DRIVER
3162P: Miroslav Zagorac
3163M: zaga@fly.cc.fer.hr
3164L: linux-scsi@vger.kernel.org
3165S: Maintained
3166
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003167WISTRON LAPTOP BUTTON DRIVER
3168P: Miloslav Trmac
3169M: mitr@volny.cz
3170S: Maintained
3171
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172WL3501 WIRELESS PCMCIA CARD DRIVER
3173P: Arnaldo Carvalho de Melo
3174M: acme@conectiva.com.br
3175W: http://advogato.org/person/acme
3176S: Maintained
3177
3178X.25 NETWORK LAYER
3179P: Henner Eisen
3180M: eis@baty.hanse.de
3181L: linux-x25@vger.kernel.org
3182S: Maintained
3183
3184XFS FILESYSTEM
3185P: Silicon Graphics Inc
3186M: xfs-masters@oss.sgi.com
3187M: nathans@sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003188L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189W: http://oss.sgi.com/projects/xfs
3190S: Supported
3191
3192X86 3-LEVEL PAGING (PAE) SUPPORT
3193P: Ingo Molnar
3194M: mingo@redhat.com
3195S: Maintained
3196
3197X86-64 port
3198P: Andi Kleen
3199M: ak@suse.de
3200L: discuss@x86-64.org
3201W: http://www.x86-64.org
3202S: Maintained
3203
3204YAM DRIVER FOR AX.25
3205P: Jean-Paul Roubelat
3206M: jpr@f6fbb.org
3207L: linux-hams@vger.kernel.org
3208S: Maintained
3209
Henkaf64a5e2005-10-12 15:02:56 +02003210YEALINK PHONE DRIVER
3211P: Henk Vergonet
3212M: Henk.Vergonet@gmail.com
3213L: usbb2k-api-dev@nongnu.org
3214S: Maintained
3215
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3217P: Pete Zaitcev
3218M: zaitcev@yahoo.com
3219L: linux-kernel@vger.kernel.org
3220S: Obsolete
3221
3222Z8530 DRIVER FOR AX.25
3223P: Joerg Reuter
3224M: jreuter@yaina.de
3225W: http://yaina.de/jreuter/
3226W: http://www.qsl.net/dl1bke/
3227L: linux-hams@vger.kernel.org
3228S: Maintained
3229
3230ZF MACHZ WATCHDOG
3231P: Fernando Fuganti
3232M: fuganti@netbank.com.br
3233W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3234S: Maintained
3235
3236ZR36067 VIDEO FOR LINUX DRIVER
3237P: Ronald Bultje
3238M: rbultje@ronald.bitfreak.net
3239L: mjpeg-users@lists.sourceforge.net
3240W: http://mjpeg.sourceforge.net/driver-zoran/
3241S: Maintained
3242
3243ZR36120 VIDEO FOR LINUX DRIVER
3244P: Pauline Middelink
3245M: middelin@polyware.nl
3246W: http://www.polyware.nl/~middelin/En/hobbies.html
3247W: http://www.polyware.nl/~middelin/hobbies.html
3248S: Maintained
3249
3250THE REST
3251P: Linus Torvalds
3252S: Buried alive in reporters