blob: 5e3936897d5e59db4fd592410d593c94a9110f93 [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
Gary Zambrano39105892006-06-22 17:26:20 -0700577BROADCOM B44 10/100 ETHERNET DRIVER
578P: Gary Zambrano
579M: zambrano@broadcom.com
580L: netdev@vger.kernel.org
581S: Supported
582
Michael Chan948c51e2006-06-04 02:51:39 -0700583BROADCOM BNX2 GIGABIT ETHERNET DRIVER
584P: Michael Chan
585M: mchan@broadcom.com
586L: netdev@vger.kernel.org
587S: Supported
588
589BROADCOM TG3 GIGABIT ETHERNET DRIVER
590P: Michael Chan
591M: mchan@broadcom.com
592L: netdev@vger.kernel.org
593S: Supported
594
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700596P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200597M: mchehab@infradead.org
598M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700600W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200601T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700602S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604COMMON INTERNET FILE SYSTEM (CIFS)
605P: Steve French
606M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100607L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608L: samba-technical@lists.samba.org
609W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800610T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611S: Supported
612
Joel Becker7063fbf2005-12-15 14:29:43 -0800613CONFIGFS
614P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800615M: joel.becker@oracle.com
616L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800617S: Supported
618
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619CIRRUS LOGIC GENERIC FBDEV DRIVER
620P: Jeff Garzik
621M: jgarzik@pobox.com
622L: linux-fbdev-devel@lists.sourceforge.net
623S: Odd Fixes
624
625CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
626P: Cirrus Logic Corporation (kernel 2.2 driver)
627M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
628P: Nils Faerber (port to kernel 2.4)
629M: Nils Faerber <nils@kernelconcepts.de>
630S: Maintained
631
632CODA FILE SYSTEM
633P: Jan Harkes
634M: jaharkes@cs.cmu.edu
635M: coda@cs.cmu.edu
636L: codalist@coda.cs.cmu.edu
637W: http://www.coda.cs.cmu.edu/
638S: Maintained
639
640COMPACTPCI HOTPLUG CORE
641P: Scott Murray
642M: scottm@somanetworks.com
643M: scott@spiteful.org
644L: pcihpd-discuss@lists.sourceforge.net
645S: Supported
646
647COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
648P: Scott Murray
649M: scottm@somanetworks.com
650M: scott@spiteful.org
651L: pcihpd-discuss@lists.sourceforge.net
652S: Supported
653
654COMPACTPCI HOTPLUG GENERIC DRIVER
655P: Scott Murray
656M: scottm@somanetworks.com
657M: scott@spiteful.org
658L: pcihpd-discuss@lists.sourceforge.net
659S: Supported
660
661COMPUTONE INTELLIPORT MULTIPORT CARD
662P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700663M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700665S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666
667COSA/SRP SYNC SERIAL DRIVER
668P: Jan "Yenya" Kasprzak
669M: kas@fi.muni.cz
670W: http://www.fi.muni.cz/~kas/cosa/
671S: Maintained
672
673CPU FREQUENCY DRIVERS
674P: Dave Jones
675M: davej@codemonkey.org.uk
676L: cpufreq@lists.linux.org.uk
677W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800678T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679S: Maintained
680
681CPUID/MSR DRIVER
682P: H. Peter Anvin
683M: hpa@zytor.com
684S: Maintained
685
Paul Jacksoned90fb42005-09-27 21:45:37 -0700686CPUSETS
687P: Paul Jackson
688P: Simon Derr
689M: pj@sgi.com
690M: simon.derr@bull.net
691L: linux-kernel@vger.kernel.org
692W: http://www.bullopensource.org/cpuset/
693S: Supported
694
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695CRAMFS FILESYSTEM
696W: http://sourceforge.net/projects/cramfs/
697S: Orphan
698
699CRIS PORT
700P: Mikael Starvik
701M: starvik@axis.com
702L: dev-etrax@axis.com
703W: http://developer.axis.com
704S: Maintained
705
706CRYPTO API
707P: Herbert Xu
708M: herbert@gondor.apana.org.au
709P: David S. Miller
710M: davem@davemloft.net
711L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800712T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713S: Maintained
714
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100715CS5535 Audio ALSA driver
716P: Jaya Kumar
717M: jayakumar.alsa@gmail.com
718S: Maintained
719
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720CYBERPRO FB DRIVER
721P: Russell King
722M: rmk@arm.linux.org.uk
723W: http://www.arm.linux.org.uk/
724S: Maintained
725
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700726CYBLAFB FRAMEBUFFER DRIVER
727P: Knut Petersen
728M: Knut_Petersen@t-online.de
729L: linux-fbdev-devel@lists.sourceforge.net
730S: Maintained
731
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732CYCLADES 2X SYNC CARD DRIVER
733P: Arnaldo Carvalho de Melo
734M: acme@conectiva.com.br
735W: http://advogato.org/person/acme
736L: cycsyn-devel@bazar.conectiva.com.br
737S: Maintained
738
739CYCLADES ASYNC MUX DRIVER
740M: async@cyclades.com
741W: http://www.cyclades.com/
742S: Supported
743
744CYCLADES PC300 DRIVER
745M: pc300@cyclades.com
746W: http://www.cyclades.com/
747S: Supported
748
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749DAMA SLAVE for AX.25
750P: Joerg Reuter
751M: jreuter@yaina.de
752W: http://yaina.de/jreuter/
753W: http://www.qsl.net/dl1bke/
754L: linux-hams@vger.kernel.org
755S: Maintained
756
757DC395x SCSI driver
758P: Oliver Neukum
759M: oliver@neukum.name
760P: Ali Akcaagac
761M: aliakc@web.de
762P: Jamie Lenehan
763M: lenehan@twibble.org
764W: http://twibble.org/dist/dc395x/
765L: http://lists.twibble.org/mailman/listinfo/dc395x/
766S: Maintained
767
768DC390/AM53C974 SCSI driver
769P: Kurt Garloff
770M: garloff@suse.de
771W: http://www.garloff.de/kurt/linux/dc390/
772P: Guennadi Liakhovetski
773M: g.liakhovetski@gmx.de
774S: Maintained
775
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700776DCCP PROTOCOL
777P: Arnaldo Carvalho de Melo
778M: acme@mandriva.com
779L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800780W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700781S: Maintained
782
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783DECnet NETWORK LAYER
784P: Patrick Caulfield
785M: patrick@tykepenguin.com
786W: http://linux-decnet.sourceforge.net
787L: linux-decnet-user@lists.sourceforge.net
788S: Maintained
789
790DEFXX FDDI NETWORK DRIVER
791P: Maciej W. Rozycki
792M: macro@linux-mips.org
793S: Maintained
794
795DELL LAPTOP SMM DRIVER
796P: Massimo Dal Zotto
797M: dz@debian.org
798W: http://www.debian.org/~dz/i8k/
799S: Maintained
800
Doug Warzecha90563ec2005-09-06 15:17:15 -0700801DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
802P: Doug Warzecha
803M: Douglas_Warzecha@dell.com
804S: Maintained
805
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806DEVICE-MAPPER
807P: Alasdair Kergon
808L: dm-devel@redhat.com
809W: http://sources.redhat.com/dm
810S: Maintained
811
812DEVICE NUMBER REGISTRY
813P: Torben Mathiasen
814M: device@lanana.org
815W: http://lanana.org/docs/device-list/index.html
816L: linux-kernel@vger.kernel.org
817S: Maintained
818
819DEVICE FILESYSTEM
820S: Obsolete
821
822DIGI INTL. EPCA DRIVER
823P: Digi International, Inc
824M: Eng.Linux@digi.com
825L: Eng.Linux@digi.com
826W: http://www.digi.com
827S: Orphaned
828
829DIGI RIGHTSWITCH NETWORK DRIVER
830P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700831L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832W: http://www.digi.com
833S: Orphaned
834
835DIRECTORY NOTIFICATION
836P: Stephen Rothwell
837M: sfr@canb.auug.org.au
838L: linux-kernel@vger.kernel.org
839S: Supported
840
841DISK GEOMETRY AND PARTITION HANDLING
842P: Andries Brouwer
843M: aeb@cwi.nl
844W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
845W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
846W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
847S: Maintained
848
849DISKQUOTA:
850P: Jan Kara
851M: jack@suse.cz
852L: linux-kernel@vger.kernel.org
853S: Maintained
854
855DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
856P: Tobias Ringstrom
857M: tori@unhappy.mine.nu
858L: linux-kernel@vger.kernel.org
859S: Maintained
860
Martin Waitzba483d52005-06-17 13:20:59 -0700861DOCBOOK FOR DOCUMENTATION
862P: Martin Waitz
863M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800864T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700865S: Maintained
866
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867DOUBLETALK DRIVER
868P: James R. Van Zandt
869M: jrv@vanzandt.mv.com
870L: blinux-list@redhat.com
871S: Maintained
872
873DRIVER CORE, KOBJECTS, AND SYSFS
874P: Greg Kroah-Hartman
875M: gregkh@suse.de
876L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800877T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878S: Supported
879
880DRM DRIVERS
881P: David Airlie
882M: airlied@linux.ie
883L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800884T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885S: Maintained
886
887DSCC4 DRIVER
888P: François Romieu
889M: romieu@cogenit.fr
890M: romieu@ensta.fr
891S: Maintained
892
893DVB SUBSYSTEM AND DRIVERS
894P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200895M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200897W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200898T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200899S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900
901EATA-DMA SCSI DRIVER
902P: Michael Neuffer
903L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
904S: Maintained
905
906EATA ISA/EISA/PCI SCSI DRIVER
907P: Dario Ballabio
908M: ballabio_dario@emc.com
909L: linux-scsi@vger.kernel.org
910S: Maintained
911
912EATA-PIO SCSI DRIVER
913P: Michael Neuffer
914M: mike@i-Connect.Net
915L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
916S: Maintained
917
918EBTABLES
919P: Bart De Schuymer
920M: bart.de.schuymer@pandora.be
921L: ebtables-user@lists.sourceforge.net
922L: ebtables-devel@lists.sourceforge.net
923W: http://ebtables.sourceforge.net/
924S: Maintained
925
Alan Coxda9bb1d2006-01-18 17:44:13 -0800926EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800927P: Doug Thompson
928M: norsk5@xmission.com, dthompson@linuxnetworx.com
929P: Dave Peterson
930M: dsp@llnl.gov, dave_peterson@pobox.com
931L: bluesmoke-devel@lists.sourceforge.net
932W: bluesmoke.sourceforge.net
933S: Maintained
934
935EDAC-E752X
936P: Dave Peterson
937M: dsp@llnl.gov, dave_peterson@pobox.com
938L: bluesmoke-devel@lists.sourceforge.net
939W: bluesmoke.sourceforge.net
940S: Maintained
941
942EDAC-E7XXX
943P: Dave Peterson
944M: dsp@llnl.gov, dave_peterson@pobox.com
945L: bluesmoke-devel@lists.sourceforge.net
946W: bluesmoke.sourceforge.net
947S: Maintained
948
949EDAC-R82600
950P: Tim Small
951M: tim@buttersideup.com
952L: bluesmoke-devel@lists.sourceforge.net
953W: bluesmoke.sourceforge.net
954S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800955
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956EEPRO100 NETWORK DRIVER
957P: Andrey V. Savochkin
958M: saw@saw.sw.com.sg
959S: Maintained
960
961EMU10K1 SOUND DRIVER
962P: James Courtier-Dutton
963M: James@superbug.demon.co.uk
964L: emu10k1-devel@lists.sourceforge.net
965W: http://sourceforge.net/projects/emu10k1/
966S: Maintained
967
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400968EMULEX LPFC FC SCSI DRIVER
969P: James Smart
970M: james.smart@emulex.com
971L: linux-scsi@vger.kernel.org
972W: http://sourceforge.net/projects/lpfcxxxx
973S: Supported
974
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975EPSON 1355 FRAMEBUFFER DRIVER
976P: Christopher Hoover
977M: ch@murgatroid.com, ch@hpl.hp.com
978S: Maintained
979
980ETHEREXPRESS-16 NETWORK DRIVER
981P: Philip Blundell
982M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700983L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984S: Maintained
985
986ETHERNET BRIDGE
987P: Stephen Hemminger
988M: shemminger@osdl.org
989L: bridge@osdl.org
990W: http://bridge.sourceforge.net/
991S: Maintained
992
993ETHERTEAM 16I DRIVER
994P: Mika Kuoppala
995M: miku@iki.fi
996S: Maintained
997
998EXT2 FILE SYSTEM
999L: ext2-devel@lists.sourceforge.net
1000S: Maintained
1001
1002EXT3 FILE SYSTEM
1003P: Stephen Tweedie, Andrew Morton
1004M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001005L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006S: Maintained
1007
Jean Delvaree53004e2006-01-09 23:26:14 +01001008F71805F HARDWARE MONITORING DRIVER
1009P: Jean Delvare
1010M: khali@linux-fr.org
1011L: lm-sensors@lm-sensors.org
1012S: Maintained
1013
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014FARSYNC SYNCHRONOUS DRIVER
1015P: Kevin Curtis
1016M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017W: http://www.farsite.co.uk/
1018S: Supported
1019
1020FRAMEBUFFER LAYER
1021P: Antonino Daplas
1022M: adaplas@pol.net
1023L: linux-fbdev-devel@lists.sourceforge.net
1024W: http://linux-fbdev.sourceforge.net/
1025S: Maintained
1026
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001027FREESCALE SOC FS_ENET DRIVER
1028P: Pantelis Antoniou
1029M: pantelis.antoniou@gmail.com
1030P: Vitaly Bordug
1031M: vbordug@ru.mvista.com
1032L: linuxppc-embedded@ozlabs.org
1033L: netdev@vger.kernel.org
1034S: Maintained
1035
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036FILE LOCKING (flock() and fcntl()/lockf())
1037P: Matthew Wilcox
1038M: matthew@wil.cx
1039L: linux-fsdevel@vger.kernel.org
1040S: Maintained
1041
1042FILESYSTEMS (VFS and infrastructure)
1043P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001044M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045S: Maintained
1046
1047FIRMWARE LOADER (request_firmware)
1048L: linux-kernel@vger.kernel.org
1049S: Orphan
1050
1051FPU EMULATOR
1052P: Bill Metzenthen
1053M: billm@suburbia.net
1054W: http://suburbia.net/~billm/floating-point/emulator/
1055S: Maintained
1056
1057FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1058P: Mike McLagan
1059M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001060L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061S: Maintained
1062
1063FREEVXFS FILESYSTEM
1064P: Christoph Hellwig
1065M: hch@infradead.org
1066W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1067S: Maintained
1068
1069FUJITSU FR-V PORT
1070P: David Howells
1071M: dhowells@redhat.com
1072S: Maintained
1073
1074FTAPE/QIC-117
1075L: linux-tape@vger.kernel.org
1076W: http://sourceforge.net/projects/ftape
1077S: Orphan
1078
Miklos Szeredi04578f12005-09-09 13:10:22 -07001079FUSE: FILESYSTEM IN USERSPACE
1080P: Miklos Szeredi
1081M: miklos@szeredi.hu
1082L: fuse-devel@lists.sourceforge.net
1083W: http://fuse.sourceforge.net/
1084S: Maintained
1085
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1087P: Rik Faith
1088M: faith@cs.unc.edu
1089L: linux-scsi@vger.kernel.org
1090S: Odd fixes (e.g., new signatures)
1091
1092GDT SCSI DISK ARRAY CONTROLLER DRIVER
1093P: Achim Leubner
1094M: achim_leubner@adaptec.com
1095L: linux-scsi@vger.kernel.org
1096W: http://www.icp-vortex.com/
1097S: Supported
1098
1099GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1100P: Krzysztof Halasa
1101M: khc@pm.waw.pl
1102W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1103S: Maintained
1104
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001105GIGASET ISDN DRIVERS
1106P: Hansjoerg Lipp
1107M: hjlipp@web.de
1108P: Tilman Schmidt
1109M: tilman@imap.cc
1110L: gigaset307x-common@lists.sourceforge.net
1111W: http://gigaset307x.sourceforge.net/
1112S: Maintained
1113
Jean Delvare5b543962005-08-15 19:51:02 +02001114HARDWARE MONITORING
1115P: Jean Delvare
1116M: khali@linux-fr.org
1117L: lm-sensors@lm-sensors.org
1118W: http://www.lm-sensors.nu/
1119S: Maintained
1120
Robert Love860e1d62005-08-31 23:57:59 -04001121HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1122P: Robert Love
1123M: rlove@rlove.org
1124M: linux-kernel@vger.kernel.org
1125W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1126S: Maintained
1127
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128HARMONY SOUND DRIVER
1129P: Kyle McMartin
1130M: kyle@parisc-linux.org
1131W: http://www.parisc-linux.org/~kyle/harmony/
1132L: parisc-linux@lists.parisc-linux.org
1133S: Maintained
1134
1135HAYES ESP SERIAL DRIVER
1136P: Andrew J. Robinson
1137M: arobinso@nyx.net
1138L: linux-kernel@vger.kernel.org
1139W: http://www.nyx.net/~arobinso
1140S: Maintained
1141
1142HFS FILESYSTEM
1143P: Roman Zippel
1144M: zippel@linux-m68k.org
1145L: linux-kernel@vger.kernel.org
1146S: Maintained
1147
1148HGA FRAMEBUFFER DRIVER
1149P: Ferenc Bakonyi
1150M: fero@drama.obuda.kando.hu
1151L: linux-nvidia@lists.surfsouth.com
1152W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1153S: Maintained
1154
1155HIGH-SPEED SCC DRIVER FOR AX.25
1156P: Klaus Kudielka
1157M: klaus.kudielka@ieee.org
1158L: linux-hams@vger.kernel.org
1159W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1160S: Maintained
1161
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001162HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1163P: HighPoint Linux Team
1164M: linux@highpoint-tech.com
1165W: http://www.highpoint-tech.com
1166S: Supported
1167
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168HIPPI
1169P: Jes Sorensen
1170M: jes@trained-monkey.org
1171L: linux-hippi@sunsite.dk
1172S: Maintained
1173
1174HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1175P: Chirag Kantharia
1176M: chirag.kantharia@hp.com
1177L: iss_storagedev@hp.com
1178S: Maintained
1179
1180HEWLETT-PACKARD SMART2 RAID DRIVER
1181P: Chirag Kantharia
1182M: chirag.kantharia@hp.com
1183L: iss_storagedev@hp.com
1184S: Maintained
1185
1186HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1187P: Mike Miller
1188M: mike.miller@hp.com
1189L: iss_storagedev@hp.com
1190S: Supported
1191
Jouni Malinenff1d2762005-05-12 22:54:16 -04001192HOST AP DRIVER
1193P: Jouni Malinen
1194M: jkmaline@cc.hut.fi
1195L: hostap@shmoo.com
1196W: http://hostap.epitest.fi/
1197S: Maintained
1198
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1200P: Jaroslav Kysela
1201M: perex@suse.cz
1202S: Maintained
1203
Bob Piccob9b03322005-11-07 00:59:19 -08001204HPET: High Precision Event Timers driver (hpet.c)
1205P: Clemens Ladisch
1206M: clemens@ladisch.de
1207S: Maintained
1208
1209HPET: i386
1210P: Venkatesh Pallipadi (Venki)
1211M: venkatesh.pallipadi@intel.com
1212S: Maintained
1213
1214HPET: x86_64
1215P: Andi Kleen and Vojtech Pavlik
1216M: ak@muc.de and vojtech@suse.cz
1217S: Maintained
1218
1219HPET: ACPI hpet.c
1220P: Bob Picco
1221M: bob.picco@hp.com
1222S: Maintained
1223
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224HPFS FILESYSTEM
1225P: Mikulas Patocka
1226M: mikulas@artax.karlin.mff.cuni.cz
1227W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1228S: Maintained
1229
1230HUGETLB FILESYSTEM
1231P: William Irwin
1232M: wli@holomorphy.com
1233S: Maintained
1234
Jean Delvare5b543962005-08-15 19:51:02 +02001235I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236P: Jean Delvare
1237M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001238L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001240T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241S: Maintained
1242
1243I2O
1244P: Markus Lidel
1245M: markus.lidel@shadowconnect.com
1246W: http://i2o.shadowconnect.com/
1247S: Maintained
1248
1249i386 BOOT CODE
1250P: Riley H. Williams
1251M: Riley@Williams.Name
1252L: Linux-Kernel@vger.kernel.org
1253S: Maintained
1254
1255i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1256P: Dave Jones
1257M: davej@codemonkey.org.uk
1258P: H. Peter Anvin
1259M: hpa@zytor.com
1260S: Maintained
1261
1262i810 TCO TIMER WATCHDOG
1263P: Nils Faerber
1264M: nils@kernelconcepts.de
1265W: http://www.kernelconcepts.de/
1266S: Maintained
1267
1268IA64 (Itanium) PLATFORM
1269P: Tony Luck
1270M: tony.luck@intel.com
1271L: linux-ia64@vger.kernel.org
1272W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001273T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274S: Maintained
1275
1276SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001277P: Jes Sorensen
1278M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279L: linux-altix@sgi.com
1280L: linux-ia64@vger.kernel.org
1281W: http://www.sgi.com/altix
1282S: Maintained
1283
1284IBM MCA SCSI SUBSYSTEM DRIVER
1285P: Michael Lang
1286M: langa2@kph.uni-mainz.de
1287W: http://www.uni-mainz.de/~langm000/linux.html
1288S: Maintained
1289
1290IBM Power Linux RAID adapter
1291P: Brian King
1292M: brking@us.ibm.com
1293S: Supported
1294
1295IBM ServeRAID RAID DRIVER
1296P: Jack Hammer
1297P: Dave Jeffery
1298M: ipslinux@adaptec.com
1299W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1300S: Supported
1301
1302IDE DRIVER [GENERAL]
1303P: Bartlomiej Zolnierkiewicz
1304M: B.Zolnierkiewicz@elka.pw.edu.pl
1305L: linux-kernel@vger.kernel.org
1306L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001307T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308S: Maintained
1309
1310IDE/ATAPI CDROM DRIVER
1311P: Jens Axboe
1312M: axboe@suse.de
1313L: linux-kernel@vger.kernel.org
1314W: http://www.kernel.dk
1315S: Maintained
1316
1317IDE/ATAPI FLOPPY DRIVERS
1318P: Paul Bristow
1319M: Paul Bristow <paul@paulbristow.net>
1320W: http://paulbristow.net/linux/idefloppy.html
1321L: linux-kernel@vger.kernel.org
1322S: Maintained
1323
1324IDE/ATAPI TAPE DRIVERS
1325P: Gadi Oxman
1326M: Gadi Oxman <gadio@netvision.net.il>
1327L: linux-kernel@vger.kernel.org
1328S: Maintained
1329
1330IEEE 1394 ETHERNET (eth1394)
1331L: linux1394-devel@lists.sourceforge.net
1332W: http://www.linux1394.org/
1333S: Orphan
1334
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335IEEE 1394 SUBSYSTEM
1336P: Ben Collins
1337M: bcollins@debian.org
1338P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001339M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340L: linux1394-devel@lists.sourceforge.net
1341W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001342T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343S: Maintained
1344
1345IEEE 1394 OHCI DRIVER
1346P: Ben Collins
1347M: bcollins@debian.org
1348P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001349M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350L: linux1394-devel@lists.sourceforge.net
1351W: http://www.linux1394.org/
1352S: Maintained
1353
1354IEEE 1394 PCILYNX DRIVER
1355P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001356M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357L: linux1394-devel@lists.sourceforge.net
1358W: http://www.linux1394.org/
1359S: Maintained
1360
1361IEEE 1394 RAW I/O DRIVER
1362P: Ben Collins
1363M: bcollins@debian.org
1364P: Dan Dennedy
1365M: dan@dennedy.org
1366L: linux1394-devel@lists.sourceforge.net
1367W: http://www.linux1394.org/
1368S: Maintained
1369
Jody McIntyre105d7b32005-09-30 11:59:04 -07001370IEEE 1394 SBP2
1371P: Ben Collins
1372M: bcollins@debian.org
1373P: Stefan Richter
1374M: stefanr@s5r6.in-berlin.de
1375L: linux1394-devel@lists.sourceforge.net
1376W: http://www.linux1394.org/
1377S: Maintained
1378
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379IMS TWINTURBO FRAMEBUFFER DRIVER
1380P: Paul Mundt
1381M: lethal@chaoticdreams.org
1382L: linux-fbdev-devel@lists.sourceforge.net
1383S: Maintained
1384
1385INFINIBAND SUBSYSTEM
1386P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001387M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388P: Sean Hefty
1389M: mshefty@ichips.intel.com
1390P: Hal Rosenstock
1391M: halr@voltaire.com
1392L: openib-general@openib.org
1393W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001394T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395S: Supported
1396
1397INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001398P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001399M: dmitry.torokhov@gmail.com
1400M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401L: linux-input@atrey.karlin.mff.cuni.cz
1402L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001403T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404S: Maintained
1405
Robert Lovec9f04f52005-07-15 12:21:07 -04001406INOTIFY
1407P: John McCutchan and Robert Love
1408M: ttb@tentacle.dhs.org and rml@novell.com
1409L: linux-kernel@vger.kernel.org
1410S: Maintained
1411
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001412INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1413P: Sylvain Meyer
1414M: sylvain.meyer@worldonline.fr
1415L: linux-fbdev-devel@lists.sourceforge.net
1416S: Maintained
1417
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418INTEL 810/815 FRAMEBUFFER DRIVER
1419P: Antonino Daplas
1420M: adaplas@pol.net
1421L: linux-fbdev-devel@lists.sourceforge.net
1422S: Maintained
1423
1424INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1425P: Ingo Molnar
1426M: mingo@redhat.com
1427S: Maintained
1428
1429INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1430P: Jeff Garzik
1431M: jgarzik@pobox.com
1432W: http://sourceforge.net/projects/gkernel/
1433S: Maintained
1434
1435INTEL IA32 MICROCODE UPDATE SUPPORT
1436P: Tigran Aivazian
1437M: tigran@veritas.com
1438S: Maintained
1439
1440INTEL PRO/100 ETHERNET SUPPORT
1441P: John Ronciak
1442M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443P: Jesse Brandeburg
1444M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001445P: Jeff Kirsher
1446M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001447P: Auke Kok
1448M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449W: http://sourceforge.net/projects/e1000/
1450S: Supported
1451
1452INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1453P: Jeb Cramer
1454M: cramerj@intel.com
1455P: John Ronciak
1456M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001457P: Jesse Brandeburg
1458M: jesse.brandeburg@intel.com
1459P: Jeff Kirsher
1460M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001461P: Auke Kok
1462M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463W: http://sourceforge.net/projects/e1000/
1464S: Supported
1465
1466INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001467P: Jeff Kirsher
1468M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469P: Ayyappan Veeraiyan
1470M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471P: John Ronciak
1472M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001473P: Jesse Brandeburg
1474M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001475P: Auke Kok
1476M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477W: http://sourceforge.net/projects/e1000/
1478S: Supported
1479
James Ketrenos826d2ab2005-11-07 18:56:59 -06001480INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1481P: Yi Zhu
1482M: yi.zhu@intel.com
1483P: James Ketrenos
1484M: jketreno@linux.intel.com
1485L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1486W: http://ipw2100.sourceforge.net
1487S: Supported
1488
1489INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1490P: Yi Zhu
1491M: yi.zhu@intel.com
1492P: James Ketrenos
1493M: jketreno@linux.intel.com
1494L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1495W: http://ipw2200.sourceforge.net
1496S: Supported
1497
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498IOC3 DRIVER
1499P: Ralf Baechle
1500M: ralf@linux-mips.org
1501L: linux-mips@linux-mips.org
1502S: Maintained
1503
1504IP MASQUERADING:
1505P: Juanjo Ciarlante
1506M: jjciarla@raiz.uncu.edu.ar
1507S: Maintained
1508
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001509IPATH DRIVER:
1510P: Bryan O'Sullivan
1511M: support@pathscale.com
1512L: openib-general@openib.org
1513S: Supported
1514
Corey Minyard4409ebe2006-04-20 02:43:12 -07001515IPMI SUBSYSTEM
1516P: Corey Minyard
1517M: minyard@acm.org
1518L: openipmi-developer@lists.sourceforge.net
1519W: http://openipmi.sourceforge.net/
1520S: Supported
1521
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522IPX NETWORK LAYER
1523P: Arnaldo Carvalho de Melo
1524M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001525L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526S: Maintained
1527
1528IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001529P: Samuel Ortiz
1530M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001531L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001533S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534
1535ISAPNP
1536P: Jaroslav Kysela
1537M: perex@suse.cz
1538S: Maintained
1539
1540ISDN SUBSYSTEM
1541P: Karsten Keil
1542M: kkeil@suse.de
1543P: Kai Germaschewski
1544M: kai.germaschewski@gmx.de
1545L: isdn4linux@listserv.isdn4linux.de
1546W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001547T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548S: Maintained
1549
1550ISDN SUBSYSTEM (Eicon active card driver)
1551P: Armin Schindler
1552M: mac@melware.de
1553L: isdn4linux@listserv.isdn4linux.de
1554W: http://www.melware.de
1555S: Maintained
1556
1557JOURNALLING FLASH FILE SYSTEM (JFFS)
1558P: Axis Communications AB
1559M: jffs-dev@axis.com
1560L: jffs-dev@axis.com
1561W: http://www.developer.axis.com/software/jffs/
1562S: Maintained
1563
1564JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1565P: David Woodhouse
1566M: dwmw2@infradead.org
1567L: jffs-dev@axis.com
1568W: http://sources.redhat.com/jffs2/
1569S: Maintained
1570
1571JFS FILESYSTEM
1572P: Dave Kleikamp
1573M: shaggy@austin.ibm.com
1574L: jfs-discussion@lists.sourceforge.net
1575W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001576T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577S: Supported
1578
Theodore Tsoae0718f2006-05-20 15:00:13 -07001579JOURNALLING LAYER FOR BLOCK DEVICS (JBD)
1580P: Stephen Tweedie, Andrew Morton
1581M: sct@redhat.com, akpm@osdl.org
1582L: ext2-devel@lists.sourceforge.net
1583S: Maintained
1584
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585KCONFIG
1586P: Roman Zippel
1587M: zippel@linux-m68k.org
1588L: kbuild-devel@lists.sourceforge.net
1589S: Maintained
1590
Vivek Goyalea6c2082006-05-20 14:59:55 -07001591KDUMP
1592P: Vivek Goyal
1593M: vgoyal@in.ibm.com
1594P: Haren Myneni
1595M: hbabu@us.ibm.com
1596L: fastboot@lists.osdl.org
1597L: linux-kernel@vger.kernel.org
1598W: http://lse.sourceforge.net/kdump/
1599S: Maintained
1600
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601KERNEL AUTOMOUNTER (AUTOFS)
1602P: H. Peter Anvin
1603M: hpa@zytor.com
1604L: autofs@linux.kernel.org
1605S: Odd Fixes
1606
1607KERNEL AUTOMOUNTER v4 (AUTOFS4)
1608P: Ian Kent
1609M: raven@themaw.net
1610L: autofs@linux.kernel.org
1611S: Maintained
1612
1613KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1614P: Kai Germaschewski
1615M: kai@germaschewski.name
1616P: Sam Ravnborg
1617M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001618T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619S: Maintained
1620
1621KERNEL JANITORS
1622P: Several
1623L: kernel-janitors@osdl.org
1624W: http://www.kerneljanitors.org/
1625W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626S: Maintained
1627
1628KERNEL NFSD
1629P: Neil Brown
1630M: neilb@cse.unsw.edu.au
1631L: nfs@lists.sourceforge.net
1632W: http://nfs.sourceforge.net/
1633W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1634S: Maintained
1635
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001636KEXEC
1637P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001638M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001639W: http://www.xmission.com/~ebiederm/files/kexec/
1640L: linux-kernel@vger.kernel.org
1641L: fastboot@osdl.org
1642S: Maintained
1643
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001644KPROBES
1645P: Prasanna S Panchamukhi
1646M: prasanna@in.ibm.com
1647P: Ananth N Mavinakayanahalli
1648M: ananth@in.ibm.com
1649P: Anil S Keshavamurthy
1650M: anil.s.keshavamurthy@intel.com
1651P: David S. Miller
1652M: davem@davemloft.net
1653L: linux-kernel@vger.kernel.org
1654S: Maintained
1655
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656LAPB module
1657P: Henner Eisen
1658M: eis@baty.hanse.de
1659L: linux-x25@vger.kernel.org
1660S: Maintained
1661
1662LASI 53c700 driver for PARISC
1663P: James E.J. Bottomley
1664M: James.Bottomley@HansenPartnership.com
1665L: linux-scsi@vger.kernel.org
1666S: Maintained
1667
Richard Purdie263de9b2006-05-15 09:44:16 -07001668LED SUBSYSTEM
1669P: Richard Purdie
1670M: rpurdie@rpsys.net
1671S: Maintained
1672
Linus Torvalds1da177e2005-04-16 15:20:36 -07001673LEGO USB Tower driver
1674P: Juergen Stuber
1675M: starblue@users.sourceforge.net
1676L: legousb-devel@lists.sourceforge.net
1677W: http://legousb.sourceforge.net/
1678S: Maintained
1679
1680LINUX FOR IBM pSERIES (RS/6000)
1681P: Paul Mackerras
1682M: paulus@au.ibm.com
1683W: http://www.ibm.com/linux/ltc/projects/ppc
1684S: Supported
1685
1686LINUX FOR NCR VOYAGER
1687P: James Bottomley
1688M: James.Bottomley@HansenPartnership.com
1689W: http://www.hansenpartnership.com/voyager
1690S: Maintained
1691
1692LINUX FOR POWERPC
1693P: Paul Mackerras
1694M: paulus@samba.org
1695W: http://www.penguinppc.org/
1696L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001697T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698S: Supported
1699
1700LINUX FOR POWER MACINTOSH
1701P: Benjamin Herrenschmidt
1702M: benh@kernel.crashing.org
1703W: http://www.penguinppc.org/
1704L: linuxppc-dev@ozlabs.org
1705S: Maintained
1706
1707LINUX FOR POWERPC EMBEDDED MPC52XX
1708P: Sylvain Munaut
1709M: tnt@246tNt.com
1710W: http://www.246tNt.com/mpc52xx/
1711W: http://www.penguinppc.org/
1712L: linuxppc-dev@ozlabs.org
1713L: linuxppc-embedded@ozlabs.org
1714S: Maintained
1715
1716LINUX FOR POWERPC EMBEDDED PPC4XX
1717P: Matt Porter
1718M: mporter@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 BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724P: Tom Rini
1725M: trini@kernel.crashing.org
1726W: http://www.penguinppc.org/
1727L: linuxppc-embedded@ozlabs.org
1728S: Maintained
1729
Tom Rinie93adf12005-07-26 12:49:53 -07001730LINUX FOR POWERPC EMBEDDED PPC8XX
1731P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001732M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001733W: http://www.penguinppc.org/
1734L: linuxppc-embedded@ozlabs.org
1735S: Maintained
1736
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1738P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001739M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740W: http://www.penguinppc.org/
1741L: linuxppc-embedded@ozlabs.org
1742S: Maintained
1743
1744LLC (802.2)
1745P: Arnaldo Carvalho de Melo
1746M: acme@conectiva.com.br
1747S: Maintained
1748
1749LINUX FOR 64BIT POWERPC
1750P: Paul Mackerras
1751M: paulus@samba.org
1752M: paulus@au.ibm.com
1753P: Anton Blanchard
1754M: anton@samba.org
1755M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001756W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001757L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758S: Supported
1759
1760LINUX SECURITY MODULE (LSM) FRAMEWORK
1761P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001762M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001763L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001765T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766S: Supported
1767
1768LM83 HARDWARE MONITOR DRIVER
1769P: Jean Delvare
1770M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001771L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772S: Maintained
1773
1774LM90 HARDWARE MONITOR DRIVER
1775P: Jean Delvare
1776M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001777L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778S: Maintained
1779
1780LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1781P: Richard Russon (FlatCap)
1782M: ldm@flatcap.org
1783L: ldm-devel@lists.sourceforge.net
1784W: http://ldm.sourceforge.net
1785S: Maintained
1786
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001787LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1788P: Eric Moore
1789M: Eric.Moore@lsil.com
1790M: support@lsil.com
1791L: mpt_linux_developer@lsil.com
1792L: linux-scsi@vger.kernel.org
1793W: http://www.lsilogic.com/support
1794S: Supported
1795
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1797P: Matthew Wilcox
1798M: matthew@wil.cx
1799L: linux-scsi@vger.kernel.org
1800S: Maintained
1801
1802M68K ARCHITECTURE
1803P: Geert Uytterhoeven
1804M: geert@linux-m68k.org
1805P: Roman Zippel
1806M: zippel@linux-m68k.org
1807L: linux-m68k@lists.linux-m68k.org
1808W: http://www.linux-m68k.org/
1809W: http://linux-m68k-cvs.ubb.ca/
1810S: Maintained
1811
1812M68K ON APPLE MACINTOSH
1813P: Joshua Thompson
1814M: funaho@jurai.org
1815W: http://www.mac.linux-m68k.org/
1816L: linux-mac68k@mac.linux-m68k.org
1817S: Maintained
1818
1819M68K ON HP9000/300
1820P: Philip Blundell
1821M: philb@gnu.org
1822W: http://www.tazenda.demon.co.uk/phil/linux-hp
1823S: Maintained
1824
1825MARVELL YUKON / SYSKONNECT DRIVER
1826P: Mirko Lindner
1827M: mlindner@syskonnect.de
1828P: Ralph Roesler
1829M: rroesler@syskonnect.de
1830W: http://www.syskonnect.com
1831S: Supported
1832
1833MAESTRO PCI SOUND DRIVERS
1834P: Zach Brown
1835M: zab@zabbo.net
1836S: Odd Fixes
1837
Michael Kerriskfaf16682005-07-31 22:34:47 -07001838MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1839P: Michael Kerrisk
1840M: mtk-manpages@gmx.net
1841W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1842S: Maintained
1843
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001844MARVELL MV643XX ETHERNET DRIVER
1845P: Dale Farnsworth
1846M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001848M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001849L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001850S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851
1852MATROX FRAMEBUFFER DRIVER
1853P: Petr Vandrovec
1854M: vandrove@vc.cvut.cz
1855L: linux-fbdev-devel@lists.sourceforge.net
1856S: Maintained
1857
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001858MEGARAID SCSI DRIVERS
1859P: Neela Syam Kolli
1860M: Neela.Kolli@engenio.com
1861S: linux-scsi@vger.kernel.org
1862W: http://megaraid.lsilogic.com
1863S: Maintained
1864
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001865MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866P: David Woodhouse
1867M: dwmw2@infradead.org
1868W: http://www.linux-mtd.infradead.org/
1869L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001870T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871S: Maintained
1872
1873MICROTEK X6 SCANNER
1874P: Oliver Neukum
1875M: oliver@neukum.name
1876S: Maintained
1877
1878MIPS
1879P: Ralf Baechle
1880M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001881W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001883T: git www.linux-mips.org:/pub/scm/linux.git
1884S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885
1886MISCELLANEOUS MCA-SUPPORT
1887P: James Bottomley
1888M: jejb@steeleye.com
1889L: linux-kernel@vger.kernel.org
1890S: Maintained
1891
1892MODULE SUPPORT
1893P: Rusty Russell
1894M: rusty@rustcorp.com.au
1895L: linux-kernel@vger.kernel.org
1896S: Maintained
1897
1898MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1899P: Stelian Pop
1900M: stelian@popies.net
1901W: http://popies.net/meye/
1902S: Maintained
1903
1904MOUSE AND MISC DEVICES [GENERAL]
1905P: Alessandro Rubini
1906M: rubini@ipvvis.unipv.it
1907L: linux-kernel@vger.kernel.org
1908S: Maintained
1909
1910MTRR AND SIMILAR SUPPORT [i386]
1911P: Richard Gooch
1912M: rgooch@atnf.csiro.au
1913L: linux-kernel@vger.kernel.org
1914W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1915S: Maintained
1916
Russell King12223da2006-06-15 13:28:52 +01001917MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001918P: Russell King
1919M: rmk+mmc@arm.linux.org.uk
1920S: Maintained
1921
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922MULTISOUND SOUND DRIVER
1923P: Andrew Veliath
1924M: andrewtv@usa.net
1925S: Maintained
1926
1927NATSEMI ETHERNET DRIVER (DP8381x)
1928P: Tim Hockin
1929M: thockin@hockin.org
1930S: Maintained
1931
1932NCP FILESYSTEM
1933P: Petr Vandrovec
1934M: vandrove@vc.cvut.cz
1935L: linware@sh.cvut.cz
1936S: Maintained
1937
1938NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1939P: James E.J. Bottomley
1940M: James.Bottomley@HansenPartnership.com
1941L: linux-scsi@vger.kernel.org
1942S: Maintained
1943
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07001944NETEM NETWORK EMULATOR
1945P: Stephen Hemminger
1946M: shemminger@osdl.org
1947L: netem@osdl.org
1948S: Maintained
1949
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950NETFILTER/IPTABLES/IPCHAINS
1951P: Rusty Russell
1952P: Marc Boucher
1953P: James Morris
1954P: Harald Welte
1955P: Jozsef Kadlecsik
1956M: coreteam@netfilter.org
1957W: http://www.netfilter.org/
1958W: http://www.iptables.org/
1959L: netfilter@lists.netfilter.org
1960L: netfilter-devel@lists.netfilter.org
1961S: Supported
1962
1963NETROM NETWORK LAYER
1964P: Ralf Baechle
1965M: ralf@linux-mips.org
1966L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001967W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968S: Maintained
1969
1970NETWORK BLOCK DEVICE
1971P: Paul Clements
1972M: Paul.Clements@steeleye.com
1973S: Maintained
1974
1975NETWORK DEVICE DRIVERS
1976P: Andrew Morton
1977M: akpm@osdl.org
1978P: Jeff Garzik
1979M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001980L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001981T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982S: Maintained
1983
1984NETWORKING [GENERAL]
1985P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001986M: netdev@vger.kernel.org
1987L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001988W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989S: Maintained
1990
1991NETWORKING [IPv4/IPv6]
1992P: David S. Miller
1993M: davem@davemloft.net
1994P: Alexey Kuznetsov
1995M: kuznet@ms2.inr.ac.ru
1996P: Pekka Savola (ipv6)
1997M: pekkas@netcore.fi
1998P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001999M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000P: Hideaki YOSHIFUJI
2001M: yoshfuji@linux-ipv6.org
2002P: Patrick McHardy
2003M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002004L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002005T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006S: Maintained
2007
John W. Linville29f8f632006-01-18 14:52:48 -08002008NETWORKING [WIRELESS]
2009P: John W. Linville
2010M: linville@tuxdriver.com
2011L: netdev@vger.kernel.org
2012T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2013S: Maintained
2014
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015IPVS
2016P: Wensong Zhang
2017M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002018P: Simon Horman
2019M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020P: Julian Anastasov
2021M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002022L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023S: Maintained
2024
2025NFS CLIENT
2026P: Trond Myklebust
2027M: trond.myklebust@fys.uio.no
2028L: linux-kernel@vger.kernel.org
2029S: Maintained
2030
2031NI5010 NETWORK DRIVER
2032P: Jan-Pascal van Best and Andreas Mohr
2033M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
2034M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07002035L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036S: Maintained
2037
2038NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2039P: YOKOTA Hiroshi
2040M: yokota@netlab.is.tsukuba.ac.jp
2041W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2042S: Maintained
2043
2044NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2045P: GOTO Masanori
2046M: gotom@debian.or.jp
2047P: YOKOTA Hiroshi
2048M: yokota@netlab.is.tsukuba.ac.jp
2049W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2050S: Maintained
2051
2052NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2053P: Eberhard Moenkeberg
2054M: emoenke@gwdg.de
2055L: linux-kernel@vger.kernel.org
2056S: Maintained
2057
2058NTFS FILESYSTEM
2059P: Anton Altaparmakov
2060M: aia21@cantab.net
2061L: linux-ntfs-dev@lists.sourceforge.net
2062L: linux-kernel@vger.kernel.org
2063W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002064T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065S: Maintained
2066
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002067NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2068P: Antonino Daplas
2069M: adaplas@pol.net
2070L: linux-fbdev-devel@lists.sourceforge.net
2071S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002073OPENCORES I2C BUS DRIVER
2074P: Peter Korsgaard
2075M: jacmet@sunsite.dk
2076L: lm-sensors@lm-sensors.org
2077S: Maintained
2078
Mark Fashehccd979b2005-12-15 14:31:24 -08002079ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2080P: Mark Fasheh
2081M: mark.fasheh@oracle.com
2082P: Kurt Hackel
2083M: kurt.hackel@oracle.com
2084L: ocfs2-devel@oss.oracle.com
2085W: http://oss.oracle.com/projects/ocfs2/
2086S: Supported
2087
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088OLYMPIC NETWORK DRIVER
2089P: Peter De Shrijver
2090M: p2@ace.ulyssis.student.kuleuven.ac.be
2091P: Mike Phillips
2092M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002093L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094L: linux-tr@linuxtr.net
2095W: http://www.linuxtr.net
2096S: Maintained
2097
Harald Weltec1986ee2005-11-13 16:06:29 -08002098OMNIKEY CARDMAN 4000 DRIVER
2099P: Harald Welte
2100M: laforge@gnumonks.org
2101S: Maintained
2102
Harald Welte77c44ab2005-11-13 16:06:26 -08002103OMNIKEY CARDMAN 4040 DRIVER
2104P: Harald Welte
2105M: laforge@gnumonks.org
2106S: Maintained
2107
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108ONSTREAM SCSI TAPE DRIVER
2109P: Willem Riede
2110M: osst@riede.org
2111L: osst-users@lists.sourceforge.net
2112L: linux-scsi@vger.kernel.org
2113S: Maintained
2114
2115OPL3-SA2, SA3, and SAx DRIVER
2116P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002117M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118L: linux-sound@vger.kernel.org
2119S: Maintained
2120
2121OPROFILE
2122P: Philippe Elie
2123M: phil.el@wanadoo.fr
2124L: oprofile-list@lists.sf.net
2125S: Maintained
2126
2127ORINOCO DRIVER
2128P: Pavel Roskin
2129M: proski@gnu.org
2130P: David Gibson
2131M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002132L: orinoco-users@lists.sourceforge.net
2133L: orinoco-devel@lists.sourceforge.net
2134W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135S: Maintained
2136
2137PARALLEL PORT SUPPORT
2138P: Phil Blundell
2139M: philb@gnu.org
2140P: Tim Waugh
2141M: tim@cyberelk.net
2142P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143P: Andrea Arcangeli
2144M: andrea@suse.de
2145L: linux-parport@lists.infradead.org
2146W: http://people.redhat.com/twaugh/parport/
2147S: Maintained
2148
2149PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2150P: Tim Waugh
2151M: tim@cyberelk.net
2152L: linux-parport@lists.infradead.org
2153W: http://www.torque.net/linux-pp.html
2154S: Maintained
2155
2156PARISC ARCHITECTURE
2157P: Matthew Wilcox
2158M: matthew@wil.cx
2159P: Grant Grundler
2160M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002161P: Kyle McMartin
2162M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163L: parisc-linux@parisc-linux.org
2164W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002165T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2166T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167S: Maintained
2168
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002169PCI ERROR RECOVERY
2170P: Linas Vepstas
2171M: linas@austin.ibm.com
2172L: linux-kernel@vger.kernel.org
2173L: linux-pci@atrey.karlin.mff.cuni.cz
2174S: Supported
2175
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2177P: Thomas Sailer
2178M: sailer@ife.ee.ethz.ch
2179L: linux-sound@vger.kernel.org
2180W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2181S: Maintained
2182
2183PCI SUBSYSTEM
2184P: Greg Kroah-Hartman
2185M: gregkh@suse.de
2186L: linux-kernel@vger.kernel.org
2187L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002188T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189S: Supported
2190
2191PCI HOTPLUG CORE
2192P: Greg Kroah-Hartman
2193M: gregkh@suse.de
2194S: Supported
2195
2196PCI HOTPLUG COMPAQ DRIVER
2197P: Greg Kroah-Hartman
2198M: greg@kroah.com
2199S: Maintained
2200
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002201PCIE HOTPLUG DRIVER
2202P: Kristen Carlson Accardi
2203M: kristen.c.accardi@intel.com
2204L: pcihpd-discuss@lists.sourceforge.net
2205S: Maintained
2206
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002208P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002210T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002211S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212
2213PCNET32 NETWORK DRIVER
2214P: Thomas Bogendörfer
2215M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002216L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217S: Maintained
2218
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002219PERSONALITY HANDLING
2220P: Christoph Hellwig
2221M: hch@infradead.org
2222L: linux-abi-devel@lists.sourceforge.net
2223S: Maintained
2224
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225PHRAM MTD DRIVER
2226P: Jörn Engel
2227M: joern@wh.fh-wedel.de
2228L: linux-mtd@lists.infradead.org
2229S: Maintained
2230
Peter Osterlund249a6772005-09-27 21:45:30 -07002231PKTCDVD DRIVER
2232P: Peter Osterlund
2233M: petero2@telia.com
2234L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002235S: Maintained
2236
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237POSIX CLOCKS and TIMERS
2238P: George Anzinger
2239M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002240L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241S: Supported
2242
Eugene Surovegin24682972005-10-14 03:00:53 -07002243POWERPC 4xx EMAC DRIVER
2244P: Eugene Surovegin
2245M: ebs@ebshome.net
2246W: http://kernel.ebshome.net/emac/
2247L: linuxppc-embedded@ozlabs.org
2248L: netdev@vger.kernel.org
2249S: Maintained
2250
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251PNP SUPPORT
2252P: Adam Belay
2253M: ambx1@neo.rr.com
2254S: Maintained
2255
2256PPP PROTOCOL DRIVERS AND COMPRESSORS
2257P: Paul Mackerras
2258M: paulus@samba.org
2259L: linux-ppp@vger.kernel.org
2260S: Maintained
2261
2262PPP OVER ATM (RFC 2364)
2263P: Mitchell Blank Jr
2264M: mitch@sfgoth.com
2265S: Maintained
2266
2267PPP OVER ETHERNET
2268P: Michal Ostrowski
2269M: mostrows@speakeasy.net
2270S: Maintained
2271
2272PREEMPTIBLE KERNEL
2273P: Robert Love
2274M: rml@tech9.net
2275L: linux-kernel@vger.kernel.org
2276L: kpreempt-tech@lists.sourceforge.net
2277W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2278S: Supported
2279
2280PRISM54 WIRELESS DRIVER
2281P: Prism54 Development Team
2282M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002283L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284W: http://prism54.org
2285S: Maintained
2286
2287PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2288P: Peter Denison
2289M: promise@pnd-pc.demon.co.uk
2290W: http://www.pnd-pc.demon.co.uk/promise/
2291S: Maintained
2292
2293PXA2xx SUPPORT
2294P: Nicolas Pitre
2295M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002296L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297S: Maintained
2298
2299QLOGIC QLA2XXX FC-SCSI DRIVER
2300P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002301M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302L: linux-scsi@vger.kernel.org
2303S: Supported
2304
2305QNX4 FILESYSTEM
2306P: Anders Larsen
2307M: al@alarsen.net
2308L: linux-kernel@vger.kernel.org
2309W: http://www.alarsen.net/linux/qnx4fs/
2310S: Maintained
2311
2312RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002313P: Benjamin Herrenschmidt
2314M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002315L: linux-fbdev-devel@lists.sourceforge.net
2316S: Maintained
2317
2318RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002319P: Paul Mackerras
2320M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321L: linux-fbdev-devel@lists.sourceforge.net
2322S: Maintained
2323
2324RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2325P: Corey Thomas
2326M: corey@world.std.com
2327L: linux-kernel@vger.kernel.org
2328S: Maintained
2329
Matt Mackall9e95ce22005-04-16 15:25:56 -07002330RANDOM NUMBER DRIVER
2331P: Matt Mackall
2332M: mpm@selenic.com
2333S: Maintained
2334
Matt Porter394b7012005-11-07 01:00:15 -08002335RAPIDIO SUBSYSTEM
2336P: Matt Porter
2337M: mporter@kernel.crashing.org
2338L: linux-kernel@vger.kernel.org
2339S: Maintained
2340
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341REAL TIME CLOCK DRIVER
2342P: Paul Gortmaker
2343M: p_gortmaker@yahoo.com
2344L: linux-kernel@vger.kernel.org
2345S: Maintained
2346
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002347REAL TIME CLOCK (RTC) SUBSYSTEM
2348P: Alessandro Zummo
2349M: a.zummo@towertech.it
2350L: linux-kernel@vger.kernel.org
2351S: Maintained
2352
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353REISERFS FILE SYSTEM
2354P: Hans Reiser
2355M: reiserfs-dev@namesys.com
2356L: reiserfs-list@namesys.com
2357W: http://www.namesys.com
2358S: Supported
2359
2360ROCKETPORT DRIVER
2361P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362W: http://www.comtrol.com
2363S: Maintained
2364
2365ROSE NETWORK LAYER
2366P: Ralf Baechle
2367M: ralf@linux-mips.org
2368L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002369W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370S: Maintained
2371
2372RISCOM8 DRIVER
2373S: Orphan
2374
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002375S3 SAVAGE FRAMEBUFFER DRIVER
2376P: Antonino Daplas
2377M: adaplas@pol.net
2378L: linux-fbdev-devel@lists.sourceforge.net
2379S: Maintained
2380
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381S390
2382P: Martin Schwidefsky
2383M: schwidefsky@de.ibm.com
2384M: linux390@de.ibm.com
2385L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002386W: http://www.ibm.com/developerworks/linux/linux390/
2387S: Supported
2388
2389S390 NETWORK DRIVERS
2390P: Frank Pavlic
2391M: fpavlic@de.ibm.com
2392M: linux390@de.ibm.com
2393L: linux-390@vm.marist.edu
2394W: http://www.ibm.com/developerworks/linux/linux390/
2395S: Supported
2396
2397S390 ZFCP DRIVER
2398P: Andreas Herrmann
2399M: aherrman@de.ibm.com
2400M: linux390@de.ibm.com
2401L: linux-390@vm.marist.edu
2402W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403S: Supported
2404
2405SAA7146 VIDEO4LINUX-2 DRIVER
2406P: Michael Hunold
2407M: michael@mihu.de
2408W: http://www.mihu.de/linux/saa7146
2409S: Maintained
2410
2411SBPCD CDROM DRIVER
2412P: Eberhard Moenkeberg
2413M: emoenke@gwdg.de
2414L: linux-kernel@vger.kernel.org
2415S: Maintained
2416
2417SC1200 WDT DRIVER
2418P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002419M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420S: Maintained
2421
2422SCHEDULER
2423P: Ingo Molnar
2424M: mingo@elte.hu
2425P: Robert Love [the preemptible kernel bits]
2426M: rml@tech9.net
2427L: linux-kernel@vger.kernel.org
2428S: Maintained
2429
2430SCSI CDROM DRIVER
2431P: Jens Axboe
2432M: axboe@suse.de
2433L: linux-scsi@vger.kernel.org
2434W: http://www.kernel.dk
2435S: Maintained
2436
2437SCSI SG DRIVER
2438P: Doug Gilbert
2439M: dgilbert@interlog.com
2440L: linux-scsi@vger.kernel.org
2441W: http://www.torque.net/sg
2442S: Maintained
2443
2444SCSI SUBSYSTEM
2445P: James E.J. Bottomley
2446M: James.Bottomley@SteelEye.com
2447L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002448T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449S: Maintained
2450
2451SCSI TAPE DRIVER
2452P: Kai Mäkisara
2453M: Kai.Makisara@kolumbus.fi
2454L: linux-scsi@vger.kernel.org
2455S: Maintained
2456
2457SCTP PROTOCOL
2458P: Sridhar Samudrala
2459M: sri@us.ibm.com
2460L: lksctp-developers@lists.sourceforge.net
2461S: Supported
2462
2463SCx200 CPU SUPPORT
2464P: Christer Weinigel
2465M: christer@weinigel.se
2466W: http://www.weinigel.se
2467S: Supported
2468
2469SECURITY CONTACT
2470P: Security Officers
2471M: security@kernel.org
2472S: Supported
2473
2474SELINUX SECURITY MODULE
2475P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002476M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002478M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479L: linux-kernel@vger.kernel.org (kernel issues)
2480L: selinux@tycho.nsa.gov (general discussion)
2481W: http://www.nsa.gov/selinux
2482S: Supported
2483
2484SERIAL ATA (SATA) SUBSYSTEM:
2485P: Jeff Garzik
2486M: jgarzik@pobox.com
2487L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002488T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489S: Supported
2490
2491SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2492P: Pat Gefre
2493M: pfg@sgi.com
2494L: linux-ia64@vger.kernel.org
2495S: Supported
2496
2497SGI VISUAL WORKSTATION 320 AND 540
2498P: Andrey Panin
2499M: pazke@donpac.ru
2500L: linux-visws-devel@lists.sf.net
2501W: http://linux-visws.sf.net
2502S: Maintained for 2.6.
2503
2504SIMTEC EB110ATX (Chalice CATS)
2505P: Ben Dooks
2506P: Vincent Sanders
2507M: support@simtec.co.uk
2508W: http://www.simtec.co.uk/products/EB110ATX/
2509S: Supported
2510
2511SIMTEC EB2410ITX (BAST)
2512P: Ben Dooks
2513P: Vincent Sanders
2514M: support@simtec.co.uk
2515W: http://www.simtec.co.uk/products/EB2410ITX/
2516S: Supported
2517
Francois Romieu92aab3c2005-07-30 13:11:18 +02002518SIS 190 ETHERNET DRIVER
2519P: Francois Romieu
2520M: romieu@fr.zoreil.com
2521L: netdev@vger.kernel.org
2522S: Maintained
2523
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524SIS 5513 IDE CONTROLLER DRIVER
2525P: Lionel Bouton
2526M: Lionel.Bouton@inet6.fr
2527W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2528W: http://gyver.homeip.net/sis5513/index.html
2529S: Maintained
2530
2531SIS 900/7016 FAST ETHERNET DRIVER
2532P: Daniele Venzano
2533M: venza@brownhat.org
2534W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002535L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536S: Maintained
2537
2538SIS FRAMEBUFFER DRIVER
2539P: Thomas Winischhofer
2540M: thomas@winischhofer.net
2541W: http://www.winischhofer.net/linuxsisvga.shtml
2542S: Maintained
2543
2544SIS USB2VGA DRIVER
2545P: Thomas Winischhofer
2546M: thomas@winischhofer.net
2547W: http://www.winischhofer.at/linuxsisusbvga.shtml
2548S: Maintained
2549
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550SMB FILESYSTEM
2551P: Urban Widmark
2552M: urban@teststation.com
2553W: http://samba.org/
2554L: samba@samba.org
2555S: Maintained
2556
2557SMC91x ETHERNET DRIVER
2558P: Nicolas Pitre
2559M: nico@cam.org
2560S: Maintained
2561
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562SOFTWARE RAID (Multiple Disks) SUPPORT
2563P: Ingo Molnar
2564M: mingo@redhat.com
2565P: Neil Brown
2566M: neilb@cse.unsw.edu.au
2567L: linux-raid@vger.kernel.org
2568S: Maintained
2569
2570SOFTWARE SUSPEND:
2571P: Pavel Machek
2572M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002573L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574S: Maintained
2575
2576SONIC NETWORK DRIVER
2577P: Thomas Bogendoerfer
2578M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002579L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580S: Maintained
2581
2582SONY VAIO CONTROL DEVICE DRIVER
2583P: Stelian Pop
2584M: stelian@popies.net
2585W: http://popies.net/sonypi/
2586S: Maintained
2587
2588SOUND
2589P: Jaroslav Kysela
2590M: perex@suse.cz
2591L: alsa-devel@alsa-project.org
2592S: Maintained
2593
Kumar Gala025c3982006-04-02 16:05:54 -05002594SPI SUBSYSTEM
2595P: David Brownell
2596M: dbrownell@users.sourceforge.net
2597L: spi-devel-general@lists.sourceforge.net
2598S: Maintained
2599
Kylene Hall1c72d462005-05-01 08:59:13 -07002600TPM DEVICE DRIVER
2601P: Kylene Hall
2602M: kjhall@us.ibm.com
2603W: http://tpmdd.sourceforge.net
2604L: tpmdd-devel@lists.sourceforge.net
2605S: Maintained
2606
Mark Gross1a80ba82005-10-30 15:02:55 -08002607Telecom Clock Driver for MCPL0010
2608P: Mark Gross
2609M: mark.gross@intel.com
2610S: Supported
2611
Chris Zankel48b415c2005-06-23 22:01:07 -07002612TENSILICA XTENSA PORT (xtensa):
2613P: Chris Zankel
2614M: chris@zankel.net
2615S: Maintained
2616
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617UltraSPARC (sparc64):
2618P: David S. Miller
2619M: davem@davemloft.net
2620P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002621M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622P: Jakub Jelinek
2623M: jj@sunsite.ms.mff.cuni.cz
2624P: Anton Blanchard
2625M: anton@samba.org
2626L: sparclinux@vger.kernel.org
2627L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002628T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629S: Maintained
2630
2631SHARP LH SUPPORT (LH7952X & LH7A40X)
2632P: Marc Singer
2633M: elf@buici.com
2634W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002635L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636S: Maintained
2637
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002638SHPC HOTPLUG DRIVER
2639P: Kristen Carlson Accardi
2640M: kristen.c.accardi@intel.com
2641L: pcihpd-discuss@lists.sourceforge.net
2642S: Maintained
2643
Pierre Ossmand129bce2006-03-24 03:18:17 -08002644SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2645P: Pierre Ossman
2646M: drzeus-sdhci@drzeus.cx
2647L: sdhci-devel@list.drzeus.cx
2648W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2649S: Maintained
2650
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002651SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2652P: Stephen Hemminger
2653M: shemminger@osdl.org
2654L: netdev@vger.kernel.org
2655S: Maintained
2656
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657SPARC (sparc32):
2658P: William L. Irwin
2659M: wli@holomorphy.com
2660L: sparclinux@vger.kernel.org
2661S: Maintained
2662
2663SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2664P: Roger Wolff
2665M: R.E.Wolff@BitWizard.nl
2666L: linux-kernel@vger.kernel.org ?
2667S: Supported
2668
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669SRM (Alpha) environment access
2670P: Jan-Benedict Glaw
2671M: jbglaw@lug-owl.de
2672L: linux-kernel@vger.kernel.org
2673S: Maintained
2674
2675STARFIRE/DURALAN NETWORK DRIVER
2676P: Ion Badulescu
2677M: ionut@cs.columbia.edu
2678S: Maintained
2679
2680STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2681W: http://mosquitonet.Stanford.EDU/strip.html
2682S: Unsupported ?
2683
2684STRADIS MPEG-2 DECODER DRIVER
2685P: Nathan Laredo
2686M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687W: http://www.stradis.com/
2688S: Maintained
2689
2690SUPERH (sh)
2691P: Paul Mundt
2692M: lethal@linux-sh.org
2693P: Kazumoto Kojima
2694M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002695L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696W: http://www.linux-sh.org
2697W: http://www.m17n.org/linux-sh/
2698W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2699S: Maintained
2700
2701SUPERH64 (sh64)
2702P: Paul Mundt
2703M: lethal@linux-sh.org
2704P: Richard Curnow
2705M: rc@rc0.org.uk
2706L: linuxsh-shmedia-dev@lists.sourceforge.net
2707W: http://www.linux-sh.org
2708W: http://www.rc0.org.uk/sh64
2709S: Maintained
2710
2711SUN3/3X
2712P: Sam Creasey
2713M: sammy@sammy.net
2714L: sun3-list@redhat.com
2715W: http://sammy.net/sun3/
2716S: Maintained
2717
2718SVGA HANDLING
2719P: Martin Mares
2720M: mj@ucw.cz
2721L: linux-video@atrey.karlin.mff.cuni.cz
2722S: Maintained
2723
2724SYSV FILESYSTEM
2725P: Christoph Hellwig
2726M: hch@infradead.org
2727S: Maintained
2728
2729TI PARALLEL LINK CABLE DRIVER
2730P: Romain Lievin
2731M: roms@lpg.ticalc.org
2732S: Maintained
2733
Per Lidene86eaa32006-01-12 16:45:18 +01002734TIPC NETWORK LAYER
2735P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002736M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002737P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002738M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002739P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002740M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002741L: tipc-discussion@lists.sourceforge.net
2742W: http://tipc.sourceforge.net/
2743W: http://tipc.cslab.ericsson.net/
2744T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2745S: Maintained
2746
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747TLAN NETWORK DRIVER
2748P: Samuel Chessman
2749M: chessman@tux.org
2750L: tlan-devel@lists.sourceforge.net
2751W: http://sourceforge.net/projects/tlan/
2752S: Maintained
2753
2754TOKEN-RING NETWORK DRIVER
2755P: Mike Phillips
2756M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002757L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758L: linux-tr@linuxtr.net
2759W: http://www.linuxtr.net
2760S: Maintained
2761
2762TOSHIBA ACPI EXTRAS DRIVER
2763P: John Belmonte
2764M: toshiba_acpi@memebeam.org
2765W: http://memebeam.org/toys/ToshibaAcpiDriver
2766S: Maintained
2767
2768TOSHIBA SMM DRIVER
2769P: Jonathan Buzzard
2770M: jonathan@buzzard.org.uk
2771L: tlinux-users@tce.toshiba-dme.co.jp
2772W: http://www.buzzard.org.uk/toshiba/
2773S: Maintained
2774
2775TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2776P: Muli Ben-Yehuda
2777M: mulix@mulix.org
2778L: linux-kernel@vger.kernel.org
2779S: Maintained
2780
2781TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002782P: Adrian Bunk
2783M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002785W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002786T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787S: Maintained
2788
2789TMS380 TOKEN-RING NETWORK DRIVER
2790P: Adam Fritzler
2791M: mid@auk.cx
2792L: linux-tr@linuxtr.net
2793W: http://www.auk.cx/tms380tr/
2794S: Maintained
2795
2796TULIP NETWORK DRIVER
2797P: Jeff Garzik
2798M: jgarzik@pobox.com
2799L: tulip-users@lists.sourceforge.net
2800W: http://sourceforge.net/projects/tulip/
2801S: Maintained
2802
2803TUN/TAP driver
2804P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002805M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806L: vtun@office.satix.net
2807W: http://vtun.sourceforge.net/tun
2808S: Maintained
2809
2810U14-34F SCSI DRIVER
2811P: Dario Ballabio
2812M: ballabio_dario@emc.com
2813L: linux-scsi@vger.kernel.org
2814S: Maintained
2815
2816UDF FILESYSTEM
2817P: Ben Fennema
2818M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819W: http://linux-udf.sourceforge.net
2820S: Maintained
2821
2822UNIFORM CDROM DRIVER
2823P: Jens Axboe
2824M: axboe@suse.de
2825L: linux-kernel@vger.kernel.org
2826W: http://www.kernel.dk
2827S: Maintained
2828
2829USB ACM DRIVER
2830P: Oliver Neukum
2831M: oliver@neukum.name
2832L: linux-usb-users@lists.sourceforge.net
2833L: linux-usb-devel@lists.sourceforge.net
2834S: Maintained
2835
2836USB BLOCK DRIVER (UB ub)
2837P: Pete Zaitcev
2838M: zaitcev@redhat.com
2839L: linux-kernel@vger.kernel.org
2840L: linux-usb-devel@lists.sourceforge.net
2841S: Supported
2842
Linus Torvalds1da177e2005-04-16 15:20:36 -07002843USB CDC ETHERNET DRIVER
2844P: Greg Kroah-Hartman
2845M: greg@kroah.com
2846L: linux-usb-users@lists.sourceforge.net
2847L: linux-usb-devel@lists.sourceforge.net
2848S: Maintained
2849W: http://www.kroah.com/linux-usb/
2850
2851USB EHCI DRIVER
2852P: David Brownell
2853M: dbrownell@users.sourceforge.net
2854L: linux-usb-devel@lists.sourceforge.net
2855S: Maintained
2856
Luca Risolia7ce08c92006-01-11 02:06:59 +00002857USB ET61X[12]51 DRIVER
2858P: Luca Risolia
2859M: luca.risolia@studio.unibo.it
2860L: linux-usb-devel@lists.sourceforge.net
2861L: video4linux-list@redhat.com
2862W: http://www.linux-projects.org
2863S: Maintained
2864
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865USB HID/HIDBP DRIVERS
2866P: Vojtech Pavlik
2867M: vojtech@suse.cz
2868L: linux-usb-users@lists.sourceforge.net
2869L: linux-usb-devel@lists.sourceforge.net
2870S: Maintained
2871
2872USB HUB DRIVER
2873P: Johannes Erdfelt
2874M: johannes@erdfelt.com
2875L: linux-usb-users@lists.sourceforge.net
2876L: linux-usb-devel@lists.sourceforge.net
2877S: Maintained
2878
Olav Kongas959eea22005-11-03 17:38:14 +02002879USB ISP116X DRIVER
2880P: Olav Kongas
2881M: ok@artecdesign.ee
2882L: linux-usb-devel@lists.sourceforge.net
2883S: Maintained
2884
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885USB KAWASAKI LSI DRIVER
2886P: Oliver Neukum
2887M: oliver@neukum.name
2888L: linux-usb-users@lists.sourceforge.net
2889L: linux-usb-devel@lists.sourceforge.net
2890S: Maintained
2891
2892USB MASS STORAGE DRIVER
2893P: Matthew Dharm
2894M: mdharm-usb@one-eyed-alien.net
2895L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002896L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002897S: Maintained
2898W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2899
2900USB OHCI DRIVER
2901P: Roman Weissgaerber
2902M: weissg@vienna.at
2903L: linux-usb-users@lists.sourceforge.net
2904L: linux-usb-devel@lists.sourceforge.net
2905S: Maintained
2906
Matthias Urlichsba460e42005-07-14 00:33:47 -07002907USB OPTION-CARD DRIVER
2908P: Matthias Urlichs
2909M: smurf@smurf.noris.de
2910L: linux-usb-devel@lists.sourceforge.net
2911S: Maintained
2912
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913USB OV511 DRIVER
2914P: Mark McClelland
2915M: mmcclell@bigfoot.com
2916L: linux-usb-users@lists.sourceforge.net
2917L: linux-usb-devel@lists.sourceforge.net
2918W: http://alpha.dyndns.org/ov511/
2919S: Maintained
2920
2921USB PEGASUS DRIVER
2922P: Petko Manolov
2923M: petkan@users.sourceforge.net
2924L: linux-usb-users@lists.sourceforge.net
2925L: linux-usb-devel@lists.sourceforge.net
2926W: http://pegasus2.sourceforge.net/
2927S: Maintained
2928
2929USB PRINTER DRIVER
2930P: Vojtech Pavlik
2931M: vojtech@suse.cz
2932L: linux-usb-users@lists.sourceforge.net
2933L: linux-usb-devel@lists.sourceforge.net
2934S: Maintained
2935
2936USB RTL8150 DRIVER
2937P: Petko Manolov
2938M: petkan@users.sourceforge.net
2939L: linux-usb-users@lists.sourceforge.net
2940L: linux-usb-devel@lists.sourceforge.net
2941W: http://pegasus2.sourceforge.net/
2942S: Maintained
2943
2944USB SE401 DRIVER
2945P: Jeroen Vreeken
2946M: pe1rxq@amsat.org
2947L: linux-usb-users@lists.sourceforge.net
2948L: linux-usb-devel@lists.sourceforge.net
2949W: http://www.chello.nl/~j.vreeken/se401/
2950S: Maintained
2951
2952USB SERIAL CYBERJACK DRIVER
2953P: Matthias Bruestle and Harald Welte
2954M: support@reiner-sct.com
2955W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2956S: Maintained
2957
2958USB SERIAL DIGI ACCELEPORT DRIVER
2959P: Peter Berger and Al Borchers
2960M: pberger@brimson.com
2961M: alborchers@steinerpoint.com
2962L: linux-usb-users@lists.sourceforge.net
2963L: linux-usb-devel@lists.sourceforge.net
2964S: Maintained
2965
2966USB SERIAL DRIVER
2967P: Greg Kroah-Hartman
2968M: gregkh@suse.de
2969L: linux-usb-users@lists.sourceforge.net
2970L: linux-usb-devel@lists.sourceforge.net
2971S: Supported
2972
2973USB SERIAL BELKIN F5U103 DRIVER
2974P: William Greathouse
2975M: wgreathouse@smva.com
2976L: linux-usb-users@lists.sourceforge.net
2977L: linux-usb-devel@lists.sourceforge.net
2978S: Maintained
2979
2980USB SERIAL CYPRESS M8 DRIVER
2981P: Lonnie Mendez
2982M: dignome@gmail.com
2983L: linux-usb-users@lists.sourceforge.net
2984L: linux-usb-devel@lists.sourceforge.net
2985S: Maintained
2986W: http://geocities.com/i0xox0i
2987W: http://firstlight.net/cvs
2988
2989USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2990L: linux-usb-users@lists.sourceforge.net
2991L: linux-usb-devel@lists.sourceforge.net
2992S: Maintained
2993
2994USB AUERSWALD DRIVER
2995P: Wolfgang Muees
2996M: wolfgang@iksw-muees.de
2997L: linux-usb-users@lists.sourceforge.net
2998L: linux-usb-devel@lists.sourceforge.net
2999S: Maintained
3000
3001USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3002P: Gary Brubaker
3003M: xavyer@ix.netcom.com
3004L: linux-usb-users@lists.sourceforge.net
3005L: linux-usb-devel@lists.sourceforge.net
3006S: Maintained
3007
3008USB SERIAL KEYSPAN DRIVER
3009P: Greg Kroah-Hartman
3010M: greg@kroah.com
3011L: linux-usb-users@lists.sourceforge.net
3012L: linux-usb-devel@lists.sourceforge.net
3013W: http://www.kroah.com/linux/
3014S: Maintained
3015
3016USB SERIAL WHITEHEAT DRIVER
3017P: Stuart MacDonald
3018M: stuartm@connecttech.com
3019L: linux-usb-users@lists.sourceforge.net
3020L: linux-usb-devel@lists.sourceforge.net
3021W: http://www.connecttech.com
3022S: Supported
3023
3024USB SN9C10x DRIVER
3025P: Luca Risolia
3026M: luca.risolia@studio.unibo.it
3027L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003028L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029W: http://www.linux-projects.org
3030S: Maintained
3031
3032USB SUBSYSTEM
3033P: Greg Kroah-Hartman
3034M: gregkh@suse.de
3035L: linux-usb-users@lists.sourceforge.net
3036L: linux-usb-devel@lists.sourceforge.net
3037W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003038T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039S: Supported
3040
3041USB UHCI DRIVER
3042P: Alan Stern
3043M: stern@rowland.harvard.edu
3044L: linux-usb-users@lists.sourceforge.net
3045L: linux-usb-devel@lists.sourceforge.net
3046S: Maintained
3047
3048USB "USBNET" DRIVER
3049P: David Brownell
3050M: dbrownell@users.sourceforge.net
3051L: linux-usb-devel@lists.sourceforge.net
3052S: Maintained
3053
3054USB W996[87]CF DRIVER
3055P: Luca Risolia
3056M: luca.risolia@studio.unibo.it
3057L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003058L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059W: http://www.linux-projects.org
3060S: Maintained
3061
Luca Risolia60f78052006-02-06 16:29:35 +00003062USB ZC0301 DRIVER
3063P: Luca Risolia
3064M: luca.risolia@studio.unibo.it
3065L: linux-usb-devel@lists.sourceforge.net
3066L: video4linux-list@redhat.com
3067W: http://www.linux-projects.org
3068S: Maintained
3069
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070USB ZD1201 DRIVER
3071P: Jeroen Vreeken
3072M: pe1rxq@amsat.org
3073L: linux-usb-users@lists.sourceforge.net
3074L: linux-usb-devel@lists.sourceforge.net
3075W: http://linux-lc100020.sourceforge.net
3076S: Maintained
3077
3078USER-MODE LINUX
3079P: Jeff Dike
3080M: jdike@karaya.com
3081L: user-mode-linux-devel@lists.sourceforge.net
3082L: user-mode-linux-user@lists.sourceforge.net
3083W: http://user-mode-linux.sourceforge.net
3084S: Maintained
3085
3086FAT/VFAT/MSDOS FILESYSTEM:
3087P: OGAWA Hirofumi
3088M: hirofumi@mail.parknet.co.jp
3089L: linux-kernel@vger.kernel.org
3090S: Maintained
3091
3092VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3093P: Jeff Garzik
3094S: Odd fixes
3095
3096VIA RHINE NETWORK DRIVER
3097P: Roger Luethi
3098M: rl@hellgate.ch
3099S: Maintained
3100
Jean Delvare32c0a522005-09-22 21:47:58 +02003101VIAPRO SMBUS DRIVER
3102P: Jean Delvare
3103M: khali@linux-fr.org
3104L: lm-sensors@lm-sensors.org
3105S: Maintained
3106
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107UCLINUX (AND M68KNOMMU)
3108P: Greg Ungerer
3109M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003111L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112S: Maintained
3113
3114UCLINUX FOR NEC V850
3115P: Miles Bader
3116M: uclinux-v850@lsi.nec.co.jp
3117W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3118W: http://www.ee.nec.de/uclinux/
3119S: Supported
3120
3121UCLINUX FOR RENESAS H8/300
3122P: Yoshinori Sato
3123M: ysato@users.sourceforge.jp
3124W: http://uclinux-h8.sourceforge.jp/
3125S: Supported
3126
3127USB DIAMOND RIO500 DRIVER
3128P: Cesar Miquel
3129M: miquel@df.uba.ar
3130L: rio500-users@lists.sourceforge.net
3131W: http://rio500.sourceforge.net
3132S: Maintained
3133
3134VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003135P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003136M: mchehab@infradead.org
3137M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003139W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003140T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003141S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142
Roger Lucas1de9e372005-11-26 20:20:05 +01003143VT8231 HARDWARE MONITOR DRIVER
3144P: Roger Lucas
3145M: roger@planbit.co.uk
3146L: lm-sensors@lm-sensors.org
3147S: Maintained
3148
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149W1 DALLAS'S 1-WIRE BUS
3150P: Evgeniy Polyakov
3151M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003152L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003153S: Maintained
3154
3155W83L51xD SD/MMC CARD INTERFACE DRIVER
3156P: Pierre Ossman
3157M: drzeus-wbsd@drzeus.cx
3158L: wbsd-devel@list.drzeus.cx
3159W: http://projects.drzeus.cx/wbsd
3160S: Maintained
3161
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003162WATCHDOG DEVICE DRIVERS
3163P: Wim Van Sebroeck
3164M: wim@iguana.be
3165T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3166S: Maintained
3167
Linus Torvalds1da177e2005-04-16 15:20:36 -07003168WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3169P: Jean Tourrilhes
3170M: jt@hpl.hp.com
3171W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3172S: Maintained
3173
3174WD7000 SCSI DRIVER
3175P: Miroslav Zagorac
3176M: zaga@fly.cc.fer.hr
3177L: linux-scsi@vger.kernel.org
3178S: Maintained
3179
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003180WISTRON LAPTOP BUTTON DRIVER
3181P: Miloslav Trmac
3182M: mitr@volny.cz
3183S: Maintained
3184
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185WL3501 WIRELESS PCMCIA CARD DRIVER
3186P: Arnaldo Carvalho de Melo
3187M: acme@conectiva.com.br
3188W: http://advogato.org/person/acme
3189S: Maintained
3190
3191X.25 NETWORK LAYER
3192P: Henner Eisen
3193M: eis@baty.hanse.de
3194L: linux-x25@vger.kernel.org
3195S: Maintained
3196
3197XFS FILESYSTEM
3198P: Silicon Graphics Inc
3199M: xfs-masters@oss.sgi.com
3200M: nathans@sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003201L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202W: http://oss.sgi.com/projects/xfs
3203S: Supported
3204
3205X86 3-LEVEL PAGING (PAE) SUPPORT
3206P: Ingo Molnar
3207M: mingo@redhat.com
3208S: Maintained
3209
3210X86-64 port
3211P: Andi Kleen
3212M: ak@suse.de
3213L: discuss@x86-64.org
3214W: http://www.x86-64.org
3215S: Maintained
3216
3217YAM DRIVER FOR AX.25
3218P: Jean-Paul Roubelat
3219M: jpr@f6fbb.org
3220L: linux-hams@vger.kernel.org
3221S: Maintained
3222
Henkaf64a5e2005-10-12 15:02:56 +02003223YEALINK PHONE DRIVER
3224P: Henk Vergonet
3225M: Henk.Vergonet@gmail.com
3226L: usbb2k-api-dev@nongnu.org
3227S: Maintained
3228
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3230P: Pete Zaitcev
3231M: zaitcev@yahoo.com
3232L: linux-kernel@vger.kernel.org
3233S: Obsolete
3234
3235Z8530 DRIVER FOR AX.25
3236P: Joerg Reuter
3237M: jreuter@yaina.de
3238W: http://yaina.de/jreuter/
3239W: http://www.qsl.net/dl1bke/
3240L: linux-hams@vger.kernel.org
3241S: Maintained
3242
3243ZF MACHZ WATCHDOG
3244P: Fernando Fuganti
3245M: fuganti@netbank.com.br
3246W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3247S: Maintained
3248
3249ZR36067 VIDEO FOR LINUX DRIVER
3250P: Ronald Bultje
3251M: rbultje@ronald.bitfreak.net
3252L: mjpeg-users@lists.sourceforge.net
3253W: http://mjpeg.sourceforge.net/driver-zoran/
3254S: Maintained
3255
3256ZR36120 VIDEO FOR LINUX DRIVER
3257P: Pauline Middelink
3258M: middelin@polyware.nl
3259W: http://www.polyware.nl/~middelin/En/hobbies.html
3260W: http://www.polyware.nl/~middelin/hobbies.html
3261S: Maintained
3262
3263THE REST
3264P: Linus Torvalds
3265S: Buried alive in reporters