blob: f4cf0148c90169cb1e7b2ea7a1c3ecdc7e98bcb4 [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
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002066OPENCORES I2C BUS DRIVER
2067P: Peter Korsgaard
2068M: jacmet@sunsite.dk
2069L: lm-sensors@lm-sensors.org
2070S: Maintained
2071
Mark Fashehccd979b2005-12-15 14:31:24 -08002072ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2073P: Mark Fasheh
2074M: mark.fasheh@oracle.com
2075P: Kurt Hackel
2076M: kurt.hackel@oracle.com
2077L: ocfs2-devel@oss.oracle.com
2078W: http://oss.oracle.com/projects/ocfs2/
2079S: Supported
2080
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081OLYMPIC NETWORK DRIVER
2082P: Peter De Shrijver
2083M: p2@ace.ulyssis.student.kuleuven.ac.be
2084P: Mike Phillips
2085M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002086L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087L: linux-tr@linuxtr.net
2088W: http://www.linuxtr.net
2089S: Maintained
2090
Harald Weltec1986ee2005-11-13 16:06:29 -08002091OMNIKEY CARDMAN 4000 DRIVER
2092P: Harald Welte
2093M: laforge@gnumonks.org
2094S: Maintained
2095
Harald Welte77c44ab2005-11-13 16:06:26 -08002096OMNIKEY CARDMAN 4040 DRIVER
2097P: Harald Welte
2098M: laforge@gnumonks.org
2099S: Maintained
2100
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101ONSTREAM SCSI TAPE DRIVER
2102P: Willem Riede
2103M: osst@riede.org
2104L: osst-users@lists.sourceforge.net
2105L: linux-scsi@vger.kernel.org
2106S: Maintained
2107
2108OPL3-SA2, SA3, and SAx DRIVER
2109P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002110M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111L: linux-sound@vger.kernel.org
2112S: Maintained
2113
2114OPROFILE
2115P: Philippe Elie
2116M: phil.el@wanadoo.fr
2117L: oprofile-list@lists.sf.net
2118S: Maintained
2119
2120ORINOCO DRIVER
2121P: Pavel Roskin
2122M: proski@gnu.org
2123P: David Gibson
2124M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002125L: orinoco-users@lists.sourceforge.net
2126L: orinoco-devel@lists.sourceforge.net
2127W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128S: Maintained
2129
2130PARALLEL PORT SUPPORT
2131P: Phil Blundell
2132M: philb@gnu.org
2133P: Tim Waugh
2134M: tim@cyberelk.net
2135P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136P: Andrea Arcangeli
2137M: andrea@suse.de
2138L: linux-parport@lists.infradead.org
2139W: http://people.redhat.com/twaugh/parport/
2140S: Maintained
2141
2142PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2143P: Tim Waugh
2144M: tim@cyberelk.net
2145L: linux-parport@lists.infradead.org
2146W: http://www.torque.net/linux-pp.html
2147S: Maintained
2148
2149PARISC ARCHITECTURE
2150P: Matthew Wilcox
2151M: matthew@wil.cx
2152P: Grant Grundler
2153M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002154P: Kyle McMartin
2155M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156L: parisc-linux@parisc-linux.org
2157W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002158T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2159T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160S: Maintained
2161
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002162PCI ERROR RECOVERY
2163P: Linas Vepstas
2164M: linas@austin.ibm.com
2165L: linux-kernel@vger.kernel.org
2166L: linux-pci@atrey.karlin.mff.cuni.cz
2167S: Supported
2168
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2170P: Thomas Sailer
2171M: sailer@ife.ee.ethz.ch
2172L: linux-sound@vger.kernel.org
2173W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2174S: Maintained
2175
2176PCI SUBSYSTEM
2177P: Greg Kroah-Hartman
2178M: gregkh@suse.de
2179L: linux-kernel@vger.kernel.org
2180L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002181T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182S: Supported
2183
2184PCI HOTPLUG CORE
2185P: Greg Kroah-Hartman
2186M: gregkh@suse.de
2187S: Supported
2188
2189PCI HOTPLUG COMPAQ DRIVER
2190P: Greg Kroah-Hartman
2191M: greg@kroah.com
2192S: Maintained
2193
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002194PCIE HOTPLUG DRIVER
2195P: Kristen Carlson Accardi
2196M: kristen.c.accardi@intel.com
2197L: pcihpd-discuss@lists.sourceforge.net
2198S: Maintained
2199
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002201P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002203T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002204S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205
2206PCNET32 NETWORK DRIVER
2207P: Thomas Bogendörfer
2208M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002209L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210S: Maintained
2211
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002212PERSONALITY HANDLING
2213P: Christoph Hellwig
2214M: hch@infradead.org
2215L: linux-abi-devel@lists.sourceforge.net
2216S: Maintained
2217
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218PHRAM MTD DRIVER
2219P: Jörn Engel
2220M: joern@wh.fh-wedel.de
2221L: linux-mtd@lists.infradead.org
2222S: Maintained
2223
Peter Osterlund249a6772005-09-27 21:45:30 -07002224PKTCDVD DRIVER
2225P: Peter Osterlund
2226M: petero2@telia.com
2227L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002228S: Maintained
2229
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230POSIX CLOCKS and TIMERS
2231P: George Anzinger
2232M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002233L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234S: Supported
2235
Eugene Surovegin24682972005-10-14 03:00:53 -07002236POWERPC 4xx EMAC DRIVER
2237P: Eugene Surovegin
2238M: ebs@ebshome.net
2239W: http://kernel.ebshome.net/emac/
2240L: linuxppc-embedded@ozlabs.org
2241L: netdev@vger.kernel.org
2242S: Maintained
2243
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244PNP SUPPORT
2245P: Adam Belay
2246M: ambx1@neo.rr.com
2247S: Maintained
2248
2249PPP PROTOCOL DRIVERS AND COMPRESSORS
2250P: Paul Mackerras
2251M: paulus@samba.org
2252L: linux-ppp@vger.kernel.org
2253S: Maintained
2254
2255PPP OVER ATM (RFC 2364)
2256P: Mitchell Blank Jr
2257M: mitch@sfgoth.com
2258S: Maintained
2259
2260PPP OVER ETHERNET
2261P: Michal Ostrowski
2262M: mostrows@speakeasy.net
2263S: Maintained
2264
2265PREEMPTIBLE KERNEL
2266P: Robert Love
2267M: rml@tech9.net
2268L: linux-kernel@vger.kernel.org
2269L: kpreempt-tech@lists.sourceforge.net
2270W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2271S: Supported
2272
2273PRISM54 WIRELESS DRIVER
2274P: Prism54 Development Team
2275M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002276L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277W: http://prism54.org
2278S: Maintained
2279
2280PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2281P: Peter Denison
2282M: promise@pnd-pc.demon.co.uk
2283W: http://www.pnd-pc.demon.co.uk/promise/
2284S: Maintained
2285
2286PXA2xx SUPPORT
2287P: Nicolas Pitre
2288M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002289L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290S: Maintained
2291
2292QLOGIC QLA2XXX FC-SCSI DRIVER
2293P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002294M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295L: linux-scsi@vger.kernel.org
2296S: Supported
2297
2298QNX4 FILESYSTEM
2299P: Anders Larsen
2300M: al@alarsen.net
2301L: linux-kernel@vger.kernel.org
2302W: http://www.alarsen.net/linux/qnx4fs/
2303S: Maintained
2304
2305RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002306P: Benjamin Herrenschmidt
2307M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308L: linux-fbdev-devel@lists.sourceforge.net
2309S: Maintained
2310
2311RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002312P: Paul Mackerras
2313M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314L: linux-fbdev-devel@lists.sourceforge.net
2315S: Maintained
2316
2317RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2318P: Corey Thomas
2319M: corey@world.std.com
2320L: linux-kernel@vger.kernel.org
2321S: Maintained
2322
Matt Mackall9e95ce22005-04-16 15:25:56 -07002323RANDOM NUMBER DRIVER
2324P: Matt Mackall
2325M: mpm@selenic.com
2326S: Maintained
2327
Matt Porter394b7012005-11-07 01:00:15 -08002328RAPIDIO SUBSYSTEM
2329P: Matt Porter
2330M: mporter@kernel.crashing.org
2331L: linux-kernel@vger.kernel.org
2332S: Maintained
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334REAL TIME CLOCK DRIVER
2335P: Paul Gortmaker
2336M: p_gortmaker@yahoo.com
2337L: linux-kernel@vger.kernel.org
2338S: Maintained
2339
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002340REAL TIME CLOCK (RTC) SUBSYSTEM
2341P: Alessandro Zummo
2342M: a.zummo@towertech.it
2343L: linux-kernel@vger.kernel.org
2344S: Maintained
2345
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346REISERFS FILE SYSTEM
2347P: Hans Reiser
2348M: reiserfs-dev@namesys.com
2349L: reiserfs-list@namesys.com
2350W: http://www.namesys.com
2351S: Supported
2352
2353ROCKETPORT DRIVER
2354P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355W: http://www.comtrol.com
2356S: Maintained
2357
2358ROSE NETWORK LAYER
2359P: Ralf Baechle
2360M: ralf@linux-mips.org
2361L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002362W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363S: Maintained
2364
2365RISCOM8 DRIVER
2366S: Orphan
2367
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002368S3 SAVAGE FRAMEBUFFER DRIVER
2369P: Antonino Daplas
2370M: adaplas@pol.net
2371L: linux-fbdev-devel@lists.sourceforge.net
2372S: Maintained
2373
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374S390
2375P: Martin Schwidefsky
2376M: schwidefsky@de.ibm.com
2377M: linux390@de.ibm.com
2378L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002379W: http://www.ibm.com/developerworks/linux/linux390/
2380S: Supported
2381
2382S390 NETWORK DRIVERS
2383P: Frank Pavlic
2384M: fpavlic@de.ibm.com
2385M: linux390@de.ibm.com
2386L: linux-390@vm.marist.edu
2387W: http://www.ibm.com/developerworks/linux/linux390/
2388S: Supported
2389
2390S390 ZFCP DRIVER
2391P: Andreas Herrmann
2392M: aherrman@de.ibm.com
2393M: linux390@de.ibm.com
2394L: linux-390@vm.marist.edu
2395W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396S: Supported
2397
2398SAA7146 VIDEO4LINUX-2 DRIVER
2399P: Michael Hunold
2400M: michael@mihu.de
2401W: http://www.mihu.de/linux/saa7146
2402S: Maintained
2403
2404SBPCD CDROM DRIVER
2405P: Eberhard Moenkeberg
2406M: emoenke@gwdg.de
2407L: linux-kernel@vger.kernel.org
2408S: Maintained
2409
2410SC1200 WDT DRIVER
2411P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002412M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413S: Maintained
2414
2415SCHEDULER
2416P: Ingo Molnar
2417M: mingo@elte.hu
2418P: Robert Love [the preemptible kernel bits]
2419M: rml@tech9.net
2420L: linux-kernel@vger.kernel.org
2421S: Maintained
2422
2423SCSI CDROM DRIVER
2424P: Jens Axboe
2425M: axboe@suse.de
2426L: linux-scsi@vger.kernel.org
2427W: http://www.kernel.dk
2428S: Maintained
2429
2430SCSI SG DRIVER
2431P: Doug Gilbert
2432M: dgilbert@interlog.com
2433L: linux-scsi@vger.kernel.org
2434W: http://www.torque.net/sg
2435S: Maintained
2436
2437SCSI SUBSYSTEM
2438P: James E.J. Bottomley
2439M: James.Bottomley@SteelEye.com
2440L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002441T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442S: Maintained
2443
2444SCSI TAPE DRIVER
2445P: Kai Mäkisara
2446M: Kai.Makisara@kolumbus.fi
2447L: linux-scsi@vger.kernel.org
2448S: Maintained
2449
2450SCTP PROTOCOL
2451P: Sridhar Samudrala
2452M: sri@us.ibm.com
2453L: lksctp-developers@lists.sourceforge.net
2454S: Supported
2455
2456SCx200 CPU SUPPORT
2457P: Christer Weinigel
2458M: christer@weinigel.se
2459W: http://www.weinigel.se
2460S: Supported
2461
2462SECURITY CONTACT
2463P: Security Officers
2464M: security@kernel.org
2465S: Supported
2466
2467SELINUX SECURITY MODULE
2468P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002469M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002471M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472L: linux-kernel@vger.kernel.org (kernel issues)
2473L: selinux@tycho.nsa.gov (general discussion)
2474W: http://www.nsa.gov/selinux
2475S: Supported
2476
2477SERIAL ATA (SATA) SUBSYSTEM:
2478P: Jeff Garzik
2479M: jgarzik@pobox.com
2480L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002481T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482S: Supported
2483
2484SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2485P: Pat Gefre
2486M: pfg@sgi.com
2487L: linux-ia64@vger.kernel.org
2488S: Supported
2489
2490SGI VISUAL WORKSTATION 320 AND 540
2491P: Andrey Panin
2492M: pazke@donpac.ru
2493L: linux-visws-devel@lists.sf.net
2494W: http://linux-visws.sf.net
2495S: Maintained for 2.6.
2496
2497SIMTEC EB110ATX (Chalice CATS)
2498P: Ben Dooks
2499P: Vincent Sanders
2500M: support@simtec.co.uk
2501W: http://www.simtec.co.uk/products/EB110ATX/
2502S: Supported
2503
2504SIMTEC EB2410ITX (BAST)
2505P: Ben Dooks
2506P: Vincent Sanders
2507M: support@simtec.co.uk
2508W: http://www.simtec.co.uk/products/EB2410ITX/
2509S: Supported
2510
Francois Romieu92aab3c2005-07-30 13:11:18 +02002511SIS 190 ETHERNET DRIVER
2512P: Francois Romieu
2513M: romieu@fr.zoreil.com
2514L: netdev@vger.kernel.org
2515S: Maintained
2516
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517SIS 5513 IDE CONTROLLER DRIVER
2518P: Lionel Bouton
2519M: Lionel.Bouton@inet6.fr
2520W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2521W: http://gyver.homeip.net/sis5513/index.html
2522S: Maintained
2523
2524SIS 900/7016 FAST ETHERNET DRIVER
2525P: Daniele Venzano
2526M: venza@brownhat.org
2527W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002528L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529S: Maintained
2530
2531SIS FRAMEBUFFER DRIVER
2532P: Thomas Winischhofer
2533M: thomas@winischhofer.net
2534W: http://www.winischhofer.net/linuxsisvga.shtml
2535S: Maintained
2536
2537SIS USB2VGA DRIVER
2538P: Thomas Winischhofer
2539M: thomas@winischhofer.net
2540W: http://www.winischhofer.at/linuxsisusbvga.shtml
2541S: Maintained
2542
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543SMB FILESYSTEM
2544P: Urban Widmark
2545M: urban@teststation.com
2546W: http://samba.org/
2547L: samba@samba.org
2548S: Maintained
2549
2550SMC91x ETHERNET DRIVER
2551P: Nicolas Pitre
2552M: nico@cam.org
2553S: Maintained
2554
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555SOFTWARE RAID (Multiple Disks) SUPPORT
2556P: Ingo Molnar
2557M: mingo@redhat.com
2558P: Neil Brown
2559M: neilb@cse.unsw.edu.au
2560L: linux-raid@vger.kernel.org
2561S: Maintained
2562
2563SOFTWARE SUSPEND:
2564P: Pavel Machek
2565M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002566L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567S: Maintained
2568
2569SONIC NETWORK DRIVER
2570P: Thomas Bogendoerfer
2571M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002572L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573S: Maintained
2574
2575SONY VAIO CONTROL DEVICE DRIVER
2576P: Stelian Pop
2577M: stelian@popies.net
2578W: http://popies.net/sonypi/
2579S: Maintained
2580
2581SOUND
2582P: Jaroslav Kysela
2583M: perex@suse.cz
2584L: alsa-devel@alsa-project.org
2585S: Maintained
2586
Kumar Gala025c3982006-04-02 16:05:54 -05002587SPI SUBSYSTEM
2588P: David Brownell
2589M: dbrownell@users.sourceforge.net
2590L: spi-devel-general@lists.sourceforge.net
2591S: Maintained
2592
Kylene Hall1c72d462005-05-01 08:59:13 -07002593TPM DEVICE DRIVER
2594P: Kylene Hall
2595M: kjhall@us.ibm.com
2596W: http://tpmdd.sourceforge.net
2597L: tpmdd-devel@lists.sourceforge.net
2598S: Maintained
2599
Mark Gross1a80ba82005-10-30 15:02:55 -08002600Telecom Clock Driver for MCPL0010
2601P: Mark Gross
2602M: mark.gross@intel.com
2603S: Supported
2604
Chris Zankel48b415c2005-06-23 22:01:07 -07002605TENSILICA XTENSA PORT (xtensa):
2606P: Chris Zankel
2607M: chris@zankel.net
2608S: Maintained
2609
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610UltraSPARC (sparc64):
2611P: David S. Miller
2612M: davem@davemloft.net
2613P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002614M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615P: Jakub Jelinek
2616M: jj@sunsite.ms.mff.cuni.cz
2617P: Anton Blanchard
2618M: anton@samba.org
2619L: sparclinux@vger.kernel.org
2620L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002621T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622S: Maintained
2623
2624SHARP LH SUPPORT (LH7952X & LH7A40X)
2625P: Marc Singer
2626M: elf@buici.com
2627W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002628L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629S: Maintained
2630
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002631SHPC HOTPLUG DRIVER
2632P: Kristen Carlson Accardi
2633M: kristen.c.accardi@intel.com
2634L: pcihpd-discuss@lists.sourceforge.net
2635S: Maintained
2636
Pierre Ossmand129bce2006-03-24 03:18:17 -08002637SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2638P: Pierre Ossman
2639M: drzeus-sdhci@drzeus.cx
2640L: sdhci-devel@list.drzeus.cx
2641W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2642S: Maintained
2643
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002644SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2645P: Stephen Hemminger
2646M: shemminger@osdl.org
2647L: netdev@vger.kernel.org
2648S: Maintained
2649
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650SPARC (sparc32):
2651P: William L. Irwin
2652M: wli@holomorphy.com
2653L: sparclinux@vger.kernel.org
2654S: Maintained
2655
2656SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2657P: Roger Wolff
2658M: R.E.Wolff@BitWizard.nl
2659L: linux-kernel@vger.kernel.org ?
2660S: Supported
2661
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662SRM (Alpha) environment access
2663P: Jan-Benedict Glaw
2664M: jbglaw@lug-owl.de
2665L: linux-kernel@vger.kernel.org
2666S: Maintained
2667
2668STARFIRE/DURALAN NETWORK DRIVER
2669P: Ion Badulescu
2670M: ionut@cs.columbia.edu
2671S: Maintained
2672
2673STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2674W: http://mosquitonet.Stanford.EDU/strip.html
2675S: Unsupported ?
2676
2677STRADIS MPEG-2 DECODER DRIVER
2678P: Nathan Laredo
2679M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680W: http://www.stradis.com/
2681S: Maintained
2682
2683SUPERH (sh)
2684P: Paul Mundt
2685M: lethal@linux-sh.org
2686P: Kazumoto Kojima
2687M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002688L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689W: http://www.linux-sh.org
2690W: http://www.m17n.org/linux-sh/
2691W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2692S: Maintained
2693
2694SUPERH64 (sh64)
2695P: Paul Mundt
2696M: lethal@linux-sh.org
2697P: Richard Curnow
2698M: rc@rc0.org.uk
2699L: linuxsh-shmedia-dev@lists.sourceforge.net
2700W: http://www.linux-sh.org
2701W: http://www.rc0.org.uk/sh64
2702S: Maintained
2703
2704SUN3/3X
2705P: Sam Creasey
2706M: sammy@sammy.net
2707L: sun3-list@redhat.com
2708W: http://sammy.net/sun3/
2709S: Maintained
2710
2711SVGA HANDLING
2712P: Martin Mares
2713M: mj@ucw.cz
2714L: linux-video@atrey.karlin.mff.cuni.cz
2715S: Maintained
2716
2717SYSV FILESYSTEM
2718P: Christoph Hellwig
2719M: hch@infradead.org
2720S: Maintained
2721
2722TI PARALLEL LINK CABLE DRIVER
2723P: Romain Lievin
2724M: roms@lpg.ticalc.org
2725S: Maintained
2726
Per Lidene86eaa32006-01-12 16:45:18 +01002727TIPC NETWORK LAYER
2728P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002729M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002730P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002731M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002732P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002733M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002734L: tipc-discussion@lists.sourceforge.net
2735W: http://tipc.sourceforge.net/
2736W: http://tipc.cslab.ericsson.net/
2737T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2738S: Maintained
2739
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740TLAN NETWORK DRIVER
2741P: Samuel Chessman
2742M: chessman@tux.org
2743L: tlan-devel@lists.sourceforge.net
2744W: http://sourceforge.net/projects/tlan/
2745S: Maintained
2746
2747TOKEN-RING NETWORK DRIVER
2748P: Mike Phillips
2749M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002750L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751L: linux-tr@linuxtr.net
2752W: http://www.linuxtr.net
2753S: Maintained
2754
2755TOSHIBA ACPI EXTRAS DRIVER
2756P: John Belmonte
2757M: toshiba_acpi@memebeam.org
2758W: http://memebeam.org/toys/ToshibaAcpiDriver
2759S: Maintained
2760
2761TOSHIBA SMM DRIVER
2762P: Jonathan Buzzard
2763M: jonathan@buzzard.org.uk
2764L: tlinux-users@tce.toshiba-dme.co.jp
2765W: http://www.buzzard.org.uk/toshiba/
2766S: Maintained
2767
2768TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2769P: Muli Ben-Yehuda
2770M: mulix@mulix.org
2771L: linux-kernel@vger.kernel.org
2772S: Maintained
2773
2774TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002775P: Adrian Bunk
2776M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002777L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002778W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002779T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780S: Maintained
2781
2782TMS380 TOKEN-RING NETWORK DRIVER
2783P: Adam Fritzler
2784M: mid@auk.cx
2785L: linux-tr@linuxtr.net
2786W: http://www.auk.cx/tms380tr/
2787S: Maintained
2788
2789TULIP NETWORK DRIVER
2790P: Jeff Garzik
2791M: jgarzik@pobox.com
2792L: tulip-users@lists.sourceforge.net
2793W: http://sourceforge.net/projects/tulip/
2794S: Maintained
2795
2796TUN/TAP driver
2797P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002798M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799L: vtun@office.satix.net
2800W: http://vtun.sourceforge.net/tun
2801S: Maintained
2802
2803U14-34F SCSI DRIVER
2804P: Dario Ballabio
2805M: ballabio_dario@emc.com
2806L: linux-scsi@vger.kernel.org
2807S: Maintained
2808
2809UDF FILESYSTEM
2810P: Ben Fennema
2811M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812W: http://linux-udf.sourceforge.net
2813S: Maintained
2814
2815UNIFORM CDROM DRIVER
2816P: Jens Axboe
2817M: axboe@suse.de
2818L: linux-kernel@vger.kernel.org
2819W: http://www.kernel.dk
2820S: Maintained
2821
2822USB ACM DRIVER
2823P: Oliver Neukum
2824M: oliver@neukum.name
2825L: linux-usb-users@lists.sourceforge.net
2826L: linux-usb-devel@lists.sourceforge.net
2827S: Maintained
2828
2829USB BLOCK DRIVER (UB ub)
2830P: Pete Zaitcev
2831M: zaitcev@redhat.com
2832L: linux-kernel@vger.kernel.org
2833L: linux-usb-devel@lists.sourceforge.net
2834S: Supported
2835
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836USB CDC ETHERNET DRIVER
2837P: Greg Kroah-Hartman
2838M: greg@kroah.com
2839L: linux-usb-users@lists.sourceforge.net
2840L: linux-usb-devel@lists.sourceforge.net
2841S: Maintained
2842W: http://www.kroah.com/linux-usb/
2843
2844USB EHCI DRIVER
2845P: David Brownell
2846M: dbrownell@users.sourceforge.net
2847L: linux-usb-devel@lists.sourceforge.net
2848S: Maintained
2849
Luca Risolia7ce08c92006-01-11 02:06:59 +00002850USB ET61X[12]51 DRIVER
2851P: Luca Risolia
2852M: luca.risolia@studio.unibo.it
2853L: linux-usb-devel@lists.sourceforge.net
2854L: video4linux-list@redhat.com
2855W: http://www.linux-projects.org
2856S: Maintained
2857
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858USB HID/HIDBP DRIVERS
2859P: Vojtech Pavlik
2860M: vojtech@suse.cz
2861L: linux-usb-users@lists.sourceforge.net
2862L: linux-usb-devel@lists.sourceforge.net
2863S: Maintained
2864
2865USB HUB DRIVER
2866P: Johannes Erdfelt
2867M: johannes@erdfelt.com
2868L: linux-usb-users@lists.sourceforge.net
2869L: linux-usb-devel@lists.sourceforge.net
2870S: Maintained
2871
Olav Kongas959eea22005-11-03 17:38:14 +02002872USB ISP116X DRIVER
2873P: Olav Kongas
2874M: ok@artecdesign.ee
2875L: linux-usb-devel@lists.sourceforge.net
2876S: Maintained
2877
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878USB KAWASAKI LSI DRIVER
2879P: Oliver Neukum
2880M: oliver@neukum.name
2881L: linux-usb-users@lists.sourceforge.net
2882L: linux-usb-devel@lists.sourceforge.net
2883S: Maintained
2884
2885USB MASS STORAGE DRIVER
2886P: Matthew Dharm
2887M: mdharm-usb@one-eyed-alien.net
2888L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002889L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890S: Maintained
2891W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2892
2893USB OHCI DRIVER
2894P: Roman Weissgaerber
2895M: weissg@vienna.at
2896L: linux-usb-users@lists.sourceforge.net
2897L: linux-usb-devel@lists.sourceforge.net
2898S: Maintained
2899
Matthias Urlichsba460e42005-07-14 00:33:47 -07002900USB OPTION-CARD DRIVER
2901P: Matthias Urlichs
2902M: smurf@smurf.noris.de
2903L: linux-usb-devel@lists.sourceforge.net
2904S: Maintained
2905
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906USB OV511 DRIVER
2907P: Mark McClelland
2908M: mmcclell@bigfoot.com
2909L: linux-usb-users@lists.sourceforge.net
2910L: linux-usb-devel@lists.sourceforge.net
2911W: http://alpha.dyndns.org/ov511/
2912S: Maintained
2913
2914USB PEGASUS DRIVER
2915P: Petko Manolov
2916M: petkan@users.sourceforge.net
2917L: linux-usb-users@lists.sourceforge.net
2918L: linux-usb-devel@lists.sourceforge.net
2919W: http://pegasus2.sourceforge.net/
2920S: Maintained
2921
2922USB PRINTER DRIVER
2923P: Vojtech Pavlik
2924M: vojtech@suse.cz
2925L: linux-usb-users@lists.sourceforge.net
2926L: linux-usb-devel@lists.sourceforge.net
2927S: Maintained
2928
2929USB RTL8150 DRIVER
2930P: Petko Manolov
2931M: petkan@users.sourceforge.net
2932L: linux-usb-users@lists.sourceforge.net
2933L: linux-usb-devel@lists.sourceforge.net
2934W: http://pegasus2.sourceforge.net/
2935S: Maintained
2936
2937USB SE401 DRIVER
2938P: Jeroen Vreeken
2939M: pe1rxq@amsat.org
2940L: linux-usb-users@lists.sourceforge.net
2941L: linux-usb-devel@lists.sourceforge.net
2942W: http://www.chello.nl/~j.vreeken/se401/
2943S: Maintained
2944
2945USB SERIAL CYBERJACK DRIVER
2946P: Matthias Bruestle and Harald Welte
2947M: support@reiner-sct.com
2948W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2949S: Maintained
2950
2951USB SERIAL DIGI ACCELEPORT DRIVER
2952P: Peter Berger and Al Borchers
2953M: pberger@brimson.com
2954M: alborchers@steinerpoint.com
2955L: linux-usb-users@lists.sourceforge.net
2956L: linux-usb-devel@lists.sourceforge.net
2957S: Maintained
2958
2959USB SERIAL DRIVER
2960P: Greg Kroah-Hartman
2961M: gregkh@suse.de
2962L: linux-usb-users@lists.sourceforge.net
2963L: linux-usb-devel@lists.sourceforge.net
2964S: Supported
2965
2966USB SERIAL BELKIN F5U103 DRIVER
2967P: William Greathouse
2968M: wgreathouse@smva.com
2969L: linux-usb-users@lists.sourceforge.net
2970L: linux-usb-devel@lists.sourceforge.net
2971S: Maintained
2972
2973USB SERIAL CYPRESS M8 DRIVER
2974P: Lonnie Mendez
2975M: dignome@gmail.com
2976L: linux-usb-users@lists.sourceforge.net
2977L: linux-usb-devel@lists.sourceforge.net
2978S: Maintained
2979W: http://geocities.com/i0xox0i
2980W: http://firstlight.net/cvs
2981
2982USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2983L: linux-usb-users@lists.sourceforge.net
2984L: linux-usb-devel@lists.sourceforge.net
2985S: Maintained
2986
2987USB AUERSWALD DRIVER
2988P: Wolfgang Muees
2989M: wolfgang@iksw-muees.de
2990L: linux-usb-users@lists.sourceforge.net
2991L: linux-usb-devel@lists.sourceforge.net
2992S: Maintained
2993
2994USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2995P: Gary Brubaker
2996M: xavyer@ix.netcom.com
2997L: linux-usb-users@lists.sourceforge.net
2998L: linux-usb-devel@lists.sourceforge.net
2999S: Maintained
3000
3001USB SERIAL KEYSPAN DRIVER
3002P: Greg Kroah-Hartman
3003M: greg@kroah.com
3004L: linux-usb-users@lists.sourceforge.net
3005L: linux-usb-devel@lists.sourceforge.net
3006W: http://www.kroah.com/linux/
3007S: Maintained
3008
3009USB SERIAL WHITEHEAT DRIVER
3010P: Stuart MacDonald
3011M: stuartm@connecttech.com
3012L: linux-usb-users@lists.sourceforge.net
3013L: linux-usb-devel@lists.sourceforge.net
3014W: http://www.connecttech.com
3015S: Supported
3016
3017USB SN9C10x DRIVER
3018P: Luca Risolia
3019M: luca.risolia@studio.unibo.it
3020L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003021L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003022W: http://www.linux-projects.org
3023S: Maintained
3024
3025USB SUBSYSTEM
3026P: Greg Kroah-Hartman
3027M: gregkh@suse.de
3028L: linux-usb-users@lists.sourceforge.net
3029L: linux-usb-devel@lists.sourceforge.net
3030W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003031T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032S: Supported
3033
3034USB UHCI DRIVER
3035P: Alan Stern
3036M: stern@rowland.harvard.edu
3037L: linux-usb-users@lists.sourceforge.net
3038L: linux-usb-devel@lists.sourceforge.net
3039S: Maintained
3040
3041USB "USBNET" DRIVER
3042P: David Brownell
3043M: dbrownell@users.sourceforge.net
3044L: linux-usb-devel@lists.sourceforge.net
3045S: Maintained
3046
3047USB W996[87]CF DRIVER
3048P: Luca Risolia
3049M: luca.risolia@studio.unibo.it
3050L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003051L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052W: http://www.linux-projects.org
3053S: Maintained
3054
Luca Risolia60f78052006-02-06 16:29:35 +00003055USB ZC0301 DRIVER
3056P: Luca Risolia
3057M: luca.risolia@studio.unibo.it
3058L: linux-usb-devel@lists.sourceforge.net
3059L: video4linux-list@redhat.com
3060W: http://www.linux-projects.org
3061S: Maintained
3062
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063USB ZD1201 DRIVER
3064P: Jeroen Vreeken
3065M: pe1rxq@amsat.org
3066L: linux-usb-users@lists.sourceforge.net
3067L: linux-usb-devel@lists.sourceforge.net
3068W: http://linux-lc100020.sourceforge.net
3069S: Maintained
3070
3071USER-MODE LINUX
3072P: Jeff Dike
3073M: jdike@karaya.com
3074L: user-mode-linux-devel@lists.sourceforge.net
3075L: user-mode-linux-user@lists.sourceforge.net
3076W: http://user-mode-linux.sourceforge.net
3077S: Maintained
3078
3079FAT/VFAT/MSDOS FILESYSTEM:
3080P: OGAWA Hirofumi
3081M: hirofumi@mail.parknet.co.jp
3082L: linux-kernel@vger.kernel.org
3083S: Maintained
3084
3085VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3086P: Jeff Garzik
3087S: Odd fixes
3088
3089VIA RHINE NETWORK DRIVER
3090P: Roger Luethi
3091M: rl@hellgate.ch
3092S: Maintained
3093
Jean Delvare32c0a522005-09-22 21:47:58 +02003094VIAPRO SMBUS DRIVER
3095P: Jean Delvare
3096M: khali@linux-fr.org
3097L: lm-sensors@lm-sensors.org
3098S: Maintained
3099
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100UCLINUX (AND M68KNOMMU)
3101P: Greg Ungerer
3102M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003104L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105S: Maintained
3106
3107UCLINUX FOR NEC V850
3108P: Miles Bader
3109M: uclinux-v850@lsi.nec.co.jp
3110W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3111W: http://www.ee.nec.de/uclinux/
3112S: Supported
3113
3114UCLINUX FOR RENESAS H8/300
3115P: Yoshinori Sato
3116M: ysato@users.sourceforge.jp
3117W: http://uclinux-h8.sourceforge.jp/
3118S: Supported
3119
3120USB DIAMOND RIO500 DRIVER
3121P: Cesar Miquel
3122M: miquel@df.uba.ar
3123L: rio500-users@lists.sourceforge.net
3124W: http://rio500.sourceforge.net
3125S: Maintained
3126
3127VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003128P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003129M: mchehab@infradead.org
3130M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003132W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003133T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003134S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135
Roger Lucas1de9e372005-11-26 20:20:05 +01003136VT8231 HARDWARE MONITOR DRIVER
3137P: Roger Lucas
3138M: roger@planbit.co.uk
3139L: lm-sensors@lm-sensors.org
3140S: Maintained
3141
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142W1 DALLAS'S 1-WIRE BUS
3143P: Evgeniy Polyakov
3144M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003145L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146S: Maintained
3147
3148W83L51xD SD/MMC CARD INTERFACE DRIVER
3149P: Pierre Ossman
3150M: drzeus-wbsd@drzeus.cx
3151L: wbsd-devel@list.drzeus.cx
3152W: http://projects.drzeus.cx/wbsd
3153S: Maintained
3154
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003155WATCHDOG DEVICE DRIVERS
3156P: Wim Van Sebroeck
3157M: wim@iguana.be
3158T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3159S: Maintained
3160
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3162P: Jean Tourrilhes
3163M: jt@hpl.hp.com
3164W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3165S: Maintained
3166
3167WD7000 SCSI DRIVER
3168P: Miroslav Zagorac
3169M: zaga@fly.cc.fer.hr
3170L: linux-scsi@vger.kernel.org
3171S: Maintained
3172
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003173WISTRON LAPTOP BUTTON DRIVER
3174P: Miloslav Trmac
3175M: mitr@volny.cz
3176S: Maintained
3177
Linus Torvalds1da177e2005-04-16 15:20:36 -07003178WL3501 WIRELESS PCMCIA CARD DRIVER
3179P: Arnaldo Carvalho de Melo
3180M: acme@conectiva.com.br
3181W: http://advogato.org/person/acme
3182S: Maintained
3183
3184X.25 NETWORK LAYER
3185P: Henner Eisen
3186M: eis@baty.hanse.de
3187L: linux-x25@vger.kernel.org
3188S: Maintained
3189
3190XFS FILESYSTEM
3191P: Silicon Graphics Inc
3192M: xfs-masters@oss.sgi.com
3193M: nathans@sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003194L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195W: http://oss.sgi.com/projects/xfs
3196S: Supported
3197
3198X86 3-LEVEL PAGING (PAE) SUPPORT
3199P: Ingo Molnar
3200M: mingo@redhat.com
3201S: Maintained
3202
3203X86-64 port
3204P: Andi Kleen
3205M: ak@suse.de
3206L: discuss@x86-64.org
3207W: http://www.x86-64.org
3208S: Maintained
3209
3210YAM DRIVER FOR AX.25
3211P: Jean-Paul Roubelat
3212M: jpr@f6fbb.org
3213L: linux-hams@vger.kernel.org
3214S: Maintained
3215
Henkaf64a5e2005-10-12 15:02:56 +02003216YEALINK PHONE DRIVER
3217P: Henk Vergonet
3218M: Henk.Vergonet@gmail.com
3219L: usbb2k-api-dev@nongnu.org
3220S: Maintained
3221
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3223P: Pete Zaitcev
3224M: zaitcev@yahoo.com
3225L: linux-kernel@vger.kernel.org
3226S: Obsolete
3227
3228Z8530 DRIVER FOR AX.25
3229P: Joerg Reuter
3230M: jreuter@yaina.de
3231W: http://yaina.de/jreuter/
3232W: http://www.qsl.net/dl1bke/
3233L: linux-hams@vger.kernel.org
3234S: Maintained
3235
3236ZF MACHZ WATCHDOG
3237P: Fernando Fuganti
3238M: fuganti@netbank.com.br
3239W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3240S: Maintained
3241
3242ZR36067 VIDEO FOR LINUX DRIVER
3243P: Ronald Bultje
3244M: rbultje@ronald.bitfreak.net
3245L: mjpeg-users@lists.sourceforge.net
3246W: http://mjpeg.sourceforge.net/driver-zoran/
3247S: Maintained
3248
3249ZR36120 VIDEO FOR LINUX DRIVER
3250P: Pauline Middelink
3251M: middelin@polyware.nl
3252W: http://www.polyware.nl/~middelin/En/hobbies.html
3253W: http://www.polyware.nl/~middelin/hobbies.html
3254S: Maintained
3255
3256THE REST
3257P: Linus Torvalds
3258S: Buried alive in reporters