blob: afb86341b10a3a812f8b4694e502a9579a606e3c [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
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593S: Supported
594
595BTTV 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
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400855DISTRIBUTED LOCK MANAGER
856P: Patrick Caulfield
857M: pcaulfie@redhat.com
858P: David Teigland
859M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -0400860L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400861W: http://sources.redhat.com/cluster/
862T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
863S: Supported
864
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
866P: Tobias Ringstrom
867M: tori@unhappy.mine.nu
868L: linux-kernel@vger.kernel.org
869S: Maintained
870
Martin Waitzba483d52005-06-17 13:20:59 -0700871DOCBOOK FOR DOCUMENTATION
872P: Martin Waitz
873M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800874T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700875S: Maintained
876
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877DOUBLETALK DRIVER
878P: James R. Van Zandt
879M: jrv@vanzandt.mv.com
880L: blinux-list@redhat.com
881S: Maintained
882
883DRIVER CORE, KOBJECTS, AND SYSFS
884P: Greg Kroah-Hartman
885M: gregkh@suse.de
886L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800887T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888S: Supported
889
890DRM DRIVERS
891P: David Airlie
892M: airlied@linux.ie
893L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800894T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895S: Maintained
896
897DSCC4 DRIVER
898P: François Romieu
899M: romieu@cogenit.fr
900M: romieu@ensta.fr
901S: Maintained
902
903DVB SUBSYSTEM AND DRIVERS
904P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200905M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200907W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200908T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200909S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910
911EATA-DMA SCSI DRIVER
912P: Michael Neuffer
913L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
914S: Maintained
915
916EATA ISA/EISA/PCI SCSI DRIVER
917P: Dario Ballabio
918M: ballabio_dario@emc.com
919L: linux-scsi@vger.kernel.org
920S: Maintained
921
922EATA-PIO SCSI DRIVER
923P: Michael Neuffer
924M: mike@i-Connect.Net
925L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
926S: Maintained
927
928EBTABLES
929P: Bart De Schuymer
930M: bart.de.schuymer@pandora.be
931L: ebtables-user@lists.sourceforge.net
932L: ebtables-devel@lists.sourceforge.net
933W: http://ebtables.sourceforge.net/
934S: Maintained
935
Alan Coxda9bb1d2006-01-18 17:44:13 -0800936EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800937P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700938M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800939L: bluesmoke-devel@lists.sourceforge.net
940W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700941S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -0800942
943EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700944P: Mark Gross
945M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800946L: bluesmoke-devel@lists.sourceforge.net
947W: bluesmoke.sourceforge.net
948S: Maintained
949
950EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700951P: Doug Thompson
952M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800953L: bluesmoke-devel@lists.sourceforge.net
954W: bluesmoke.sourceforge.net
955S: Maintained
956
957EDAC-R82600
958P: Tim Small
959M: tim@buttersideup.com
960L: bluesmoke-devel@lists.sourceforge.net
961W: bluesmoke.sourceforge.net
962S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800963
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964EEPRO100 NETWORK DRIVER
965P: Andrey V. Savochkin
966M: saw@saw.sw.com.sg
967S: Maintained
968
969EMU10K1 SOUND DRIVER
970P: James Courtier-Dutton
971M: James@superbug.demon.co.uk
972L: emu10k1-devel@lists.sourceforge.net
973W: http://sourceforge.net/projects/emu10k1/
974S: Maintained
975
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400976EMULEX LPFC FC SCSI DRIVER
977P: James Smart
978M: james.smart@emulex.com
979L: linux-scsi@vger.kernel.org
980W: http://sourceforge.net/projects/lpfcxxxx
981S: Supported
982
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983EPSON 1355 FRAMEBUFFER DRIVER
984P: Christopher Hoover
985M: ch@murgatroid.com, ch@hpl.hp.com
986S: Maintained
987
988ETHEREXPRESS-16 NETWORK DRIVER
989P: Philip Blundell
990M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700991L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992S: Maintained
993
994ETHERNET BRIDGE
995P: Stephen Hemminger
996M: shemminger@osdl.org
997L: bridge@osdl.org
998W: http://bridge.sourceforge.net/
999S: Maintained
1000
1001ETHERTEAM 16I DRIVER
1002P: Mika Kuoppala
1003M: miku@iki.fi
1004S: Maintained
1005
1006EXT2 FILE SYSTEM
1007L: ext2-devel@lists.sourceforge.net
1008S: Maintained
1009
1010EXT3 FILE SYSTEM
1011P: Stephen Tweedie, Andrew Morton
1012M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001013L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014S: Maintained
1015
Jean Delvaree53004e2006-01-09 23:26:14 +01001016F71805F HARDWARE MONITORING DRIVER
1017P: Jean Delvare
1018M: khali@linux-fr.org
1019L: lm-sensors@lm-sensors.org
1020S: Maintained
1021
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022FARSYNC SYNCHRONOUS DRIVER
1023P: Kevin Curtis
1024M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025W: http://www.farsite.co.uk/
1026S: Supported
1027
1028FRAMEBUFFER LAYER
1029P: Antonino Daplas
1030M: adaplas@pol.net
1031L: linux-fbdev-devel@lists.sourceforge.net
1032W: http://linux-fbdev.sourceforge.net/
1033S: Maintained
1034
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001035FREESCALE SOC FS_ENET DRIVER
1036P: Pantelis Antoniou
1037M: pantelis.antoniou@gmail.com
1038P: Vitaly Bordug
1039M: vbordug@ru.mvista.com
1040L: linuxppc-embedded@ozlabs.org
1041L: netdev@vger.kernel.org
1042S: Maintained
1043
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044FILE LOCKING (flock() and fcntl()/lockf())
1045P: Matthew Wilcox
1046M: matthew@wil.cx
1047L: linux-fsdevel@vger.kernel.org
1048S: Maintained
1049
1050FILESYSTEMS (VFS and infrastructure)
1051P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001052M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053S: Maintained
1054
1055FIRMWARE LOADER (request_firmware)
1056L: linux-kernel@vger.kernel.org
1057S: Orphan
1058
1059FPU EMULATOR
1060P: Bill Metzenthen
1061M: billm@suburbia.net
1062W: http://suburbia.net/~billm/floating-point/emulator/
1063S: Maintained
1064
1065FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1066P: Mike McLagan
1067M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001068L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069S: Maintained
1070
1071FREEVXFS FILESYSTEM
1072P: Christoph Hellwig
1073M: hch@infradead.org
1074W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1075S: Maintained
1076
1077FUJITSU FR-V PORT
1078P: David Howells
1079M: dhowells@redhat.com
1080S: Maintained
1081
1082FTAPE/QIC-117
1083L: linux-tape@vger.kernel.org
1084W: http://sourceforge.net/projects/ftape
1085S: Orphan
1086
Miklos Szeredi04578f12005-09-09 13:10:22 -07001087FUSE: FILESYSTEM IN USERSPACE
1088P: Miklos Szeredi
1089M: miklos@szeredi.hu
1090L: fuse-devel@lists.sourceforge.net
1091W: http://fuse.sourceforge.net/
1092S: Maintained
1093
Linus Torvalds1da177e2005-04-16 15:20:36 -07001094FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1095P: Rik Faith
1096M: faith@cs.unc.edu
1097L: linux-scsi@vger.kernel.org
1098S: Odd fixes (e.g., new signatures)
1099
1100GDT SCSI DISK ARRAY CONTROLLER DRIVER
1101P: Achim Leubner
1102M: achim_leubner@adaptec.com
1103L: linux-scsi@vger.kernel.org
1104W: http://www.icp-vortex.com/
1105S: Supported
1106
1107GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1108P: Krzysztof Halasa
1109M: khc@pm.waw.pl
1110W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1111S: Maintained
1112
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001113GFS2 FILE SYSTEM
1114P: Steven Whitehouse
1115M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001116L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001117W: http://sources.redhat.com/cluster/
1118T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
1119S: Supported
1120
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001121GIGASET ISDN DRIVERS
1122P: Hansjoerg Lipp
1123M: hjlipp@web.de
1124P: Tilman Schmidt
1125M: tilman@imap.cc
1126L: gigaset307x-common@lists.sourceforge.net
1127W: http://gigaset307x.sourceforge.net/
1128S: Maintained
1129
Jean Delvare5b543962005-08-15 19:51:02 +02001130HARDWARE MONITORING
1131P: Jean Delvare
1132M: khali@linux-fr.org
1133L: lm-sensors@lm-sensors.org
1134W: http://www.lm-sensors.nu/
1135S: Maintained
1136
Michael Buesch844dd052006-06-26 00:24:59 -07001137HARDWARE RANDOM NUMBER GENERATOR CORE
1138P: Michael Buesch
1139M: mb@bu3sch.de
1140S: Maintained
1141
Robert Love860e1d62005-08-31 23:57:59 -04001142HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1143P: Robert Love
1144M: rlove@rlove.org
1145M: linux-kernel@vger.kernel.org
1146W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1147S: Maintained
1148
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149HARMONY SOUND DRIVER
1150P: Kyle McMartin
1151M: kyle@parisc-linux.org
1152W: http://www.parisc-linux.org/~kyle/harmony/
1153L: parisc-linux@lists.parisc-linux.org
1154S: Maintained
1155
1156HAYES ESP SERIAL DRIVER
1157P: Andrew J. Robinson
1158M: arobinso@nyx.net
1159L: linux-kernel@vger.kernel.org
1160W: http://www.nyx.net/~arobinso
1161S: Maintained
1162
1163HFS FILESYSTEM
1164P: Roman Zippel
1165M: zippel@linux-m68k.org
1166L: linux-kernel@vger.kernel.org
1167S: Maintained
1168
1169HGA FRAMEBUFFER DRIVER
1170P: Ferenc Bakonyi
1171M: fero@drama.obuda.kando.hu
1172L: linux-nvidia@lists.surfsouth.com
1173W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1174S: Maintained
1175
1176HIGH-SPEED SCC DRIVER FOR AX.25
1177P: Klaus Kudielka
1178M: klaus.kudielka@ieee.org
1179L: linux-hams@vger.kernel.org
1180W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1181S: Maintained
1182
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001183HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1184P: HighPoint Linux Team
1185M: linux@highpoint-tech.com
1186W: http://www.highpoint-tech.com
1187S: Supported
1188
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189HIPPI
1190P: Jes Sorensen
1191M: jes@trained-monkey.org
1192L: linux-hippi@sunsite.dk
1193S: Maintained
1194
1195HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1196P: Chirag Kantharia
1197M: chirag.kantharia@hp.com
1198L: iss_storagedev@hp.com
1199S: Maintained
1200
1201HEWLETT-PACKARD SMART2 RAID DRIVER
1202P: Chirag Kantharia
1203M: chirag.kantharia@hp.com
1204L: iss_storagedev@hp.com
1205S: Maintained
1206
1207HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1208P: Mike Miller
1209M: mike.miller@hp.com
1210L: iss_storagedev@hp.com
1211S: Supported
1212
Jouni Malinenff1d2762005-05-12 22:54:16 -04001213HOST AP DRIVER
1214P: Jouni Malinen
1215M: jkmaline@cc.hut.fi
1216L: hostap@shmoo.com
1217W: http://hostap.epitest.fi/
1218S: Maintained
1219
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1221P: Jaroslav Kysela
1222M: perex@suse.cz
1223S: Maintained
1224
Bob Piccob9b03322005-11-07 00:59:19 -08001225HPET: High Precision Event Timers driver (hpet.c)
1226P: Clemens Ladisch
1227M: clemens@ladisch.de
1228S: Maintained
1229
1230HPET: i386
1231P: Venkatesh Pallipadi (Venki)
1232M: venkatesh.pallipadi@intel.com
1233S: Maintained
1234
1235HPET: x86_64
1236P: Andi Kleen and Vojtech Pavlik
1237M: ak@muc.de and vojtech@suse.cz
1238S: Maintained
1239
1240HPET: ACPI hpet.c
1241P: Bob Picco
1242M: bob.picco@hp.com
1243S: Maintained
1244
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245HPFS FILESYSTEM
1246P: Mikulas Patocka
1247M: mikulas@artax.karlin.mff.cuni.cz
1248W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1249S: Maintained
1250
1251HUGETLB FILESYSTEM
1252P: William Irwin
1253M: wli@holomorphy.com
1254S: Maintained
1255
Jean Delvare5b543962005-08-15 19:51:02 +02001256I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257P: Jean Delvare
1258M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001259L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001261T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262S: Maintained
1263
1264I2O
1265P: Markus Lidel
1266M: markus.lidel@shadowconnect.com
1267W: http://i2o.shadowconnect.com/
1268S: Maintained
1269
1270i386 BOOT CODE
1271P: Riley H. Williams
1272M: Riley@Williams.Name
1273L: Linux-Kernel@vger.kernel.org
1274S: Maintained
1275
1276i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1277P: Dave Jones
1278M: davej@codemonkey.org.uk
1279P: H. Peter Anvin
1280M: hpa@zytor.com
1281S: Maintained
1282
1283i810 TCO TIMER WATCHDOG
1284P: Nils Faerber
1285M: nils@kernelconcepts.de
1286W: http://www.kernelconcepts.de/
1287S: Maintained
1288
1289IA64 (Itanium) PLATFORM
1290P: Tony Luck
1291M: tony.luck@intel.com
1292L: linux-ia64@vger.kernel.org
1293W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001294T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295S: Maintained
1296
1297SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001298P: Jes Sorensen
1299M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300L: linux-altix@sgi.com
1301L: linux-ia64@vger.kernel.org
1302W: http://www.sgi.com/altix
1303S: Maintained
1304
1305IBM MCA SCSI SUBSYSTEM DRIVER
1306P: Michael Lang
1307M: langa2@kph.uni-mainz.de
1308W: http://www.uni-mainz.de/~langm000/linux.html
1309S: Maintained
1310
1311IBM Power Linux RAID adapter
1312P: Brian King
1313M: brking@us.ibm.com
1314S: Supported
1315
1316IBM ServeRAID RAID DRIVER
1317P: Jack Hammer
1318P: Dave Jeffery
1319M: ipslinux@adaptec.com
1320W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1321S: Supported
1322
1323IDE DRIVER [GENERAL]
1324P: Bartlomiej Zolnierkiewicz
1325M: B.Zolnierkiewicz@elka.pw.edu.pl
1326L: linux-kernel@vger.kernel.org
1327L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001328T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329S: Maintained
1330
1331IDE/ATAPI CDROM DRIVER
1332P: Jens Axboe
1333M: axboe@suse.de
1334L: linux-kernel@vger.kernel.org
1335W: http://www.kernel.dk
1336S: Maintained
1337
1338IDE/ATAPI FLOPPY DRIVERS
1339P: Paul Bristow
1340M: Paul Bristow <paul@paulbristow.net>
1341W: http://paulbristow.net/linux/idefloppy.html
1342L: linux-kernel@vger.kernel.org
1343S: Maintained
1344
1345IDE/ATAPI TAPE DRIVERS
1346P: Gadi Oxman
1347M: Gadi Oxman <gadio@netvision.net.il>
1348L: linux-kernel@vger.kernel.org
1349S: Maintained
1350
1351IEEE 1394 ETHERNET (eth1394)
1352L: linux1394-devel@lists.sourceforge.net
1353W: http://www.linux1394.org/
1354S: Orphan
1355
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356IEEE 1394 SUBSYSTEM
1357P: Ben Collins
1358M: bcollins@debian.org
1359P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001360M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001361L: linux1394-devel@lists.sourceforge.net
1362W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001363T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364S: Maintained
1365
1366IEEE 1394 OHCI DRIVER
1367P: Ben Collins
1368M: bcollins@debian.org
1369P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001370M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371L: linux1394-devel@lists.sourceforge.net
1372W: http://www.linux1394.org/
1373S: Maintained
1374
1375IEEE 1394 PCILYNX DRIVER
1376P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001377M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378L: linux1394-devel@lists.sourceforge.net
1379W: http://www.linux1394.org/
1380S: Maintained
1381
1382IEEE 1394 RAW I/O DRIVER
1383P: Ben Collins
1384M: bcollins@debian.org
1385P: Dan Dennedy
1386M: dan@dennedy.org
1387L: linux1394-devel@lists.sourceforge.net
1388W: http://www.linux1394.org/
1389S: Maintained
1390
Jody McIntyre105d7b32005-09-30 11:59:04 -07001391IEEE 1394 SBP2
1392P: Ben Collins
1393M: bcollins@debian.org
1394P: Stefan Richter
1395M: stefanr@s5r6.in-berlin.de
1396L: linux1394-devel@lists.sourceforge.net
1397W: http://www.linux1394.org/
1398S: Maintained
1399
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400IMS TWINTURBO FRAMEBUFFER DRIVER
1401P: Paul Mundt
1402M: lethal@chaoticdreams.org
1403L: linux-fbdev-devel@lists.sourceforge.net
1404S: Maintained
1405
1406INFINIBAND SUBSYSTEM
1407P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001408M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409P: Sean Hefty
1410M: mshefty@ichips.intel.com
1411P: Hal Rosenstock
1412M: halr@voltaire.com
1413L: openib-general@openib.org
1414W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001415T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416S: Supported
1417
1418INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001419P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001420M: dmitry.torokhov@gmail.com
1421M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422L: linux-input@atrey.karlin.mff.cuni.cz
1423L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001424T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425S: Maintained
1426
Robert Lovec9f04f52005-07-15 12:21:07 -04001427INOTIFY
1428P: John McCutchan and Robert Love
1429M: ttb@tentacle.dhs.org and rml@novell.com
1430L: linux-kernel@vger.kernel.org
1431S: Maintained
1432
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001433INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1434P: Sylvain Meyer
1435M: sylvain.meyer@worldonline.fr
1436L: linux-fbdev-devel@lists.sourceforge.net
1437S: Maintained
1438
Linus Torvalds1da177e2005-04-16 15:20:36 -07001439INTEL 810/815 FRAMEBUFFER DRIVER
1440P: Antonino Daplas
1441M: adaplas@pol.net
1442L: linux-fbdev-devel@lists.sourceforge.net
1443S: Maintained
1444
1445INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1446P: Ingo Molnar
1447M: mingo@redhat.com
1448S: Maintained
1449
1450INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1451P: Jeff Garzik
1452M: jgarzik@pobox.com
1453W: http://sourceforge.net/projects/gkernel/
1454S: Maintained
1455
1456INTEL IA32 MICROCODE UPDATE SUPPORT
1457P: Tigran Aivazian
1458M: tigran@veritas.com
1459S: Maintained
1460
Michael Buesch844dd052006-06-26 00:24:59 -07001461INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1462P: Deepak Saxena
1463M: dsaxena@plexity.net
1464S: Maintained
1465
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466INTEL PRO/100 ETHERNET SUPPORT
1467P: John Ronciak
1468M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469P: Jesse Brandeburg
1470M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001471P: Jeff Kirsher
1472M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001473P: Auke Kok
1474M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475W: http://sourceforge.net/projects/e1000/
1476S: Supported
1477
1478INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1479P: Jeb Cramer
1480M: cramerj@intel.com
1481P: John Ronciak
1482M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001483P: Jesse Brandeburg
1484M: jesse.brandeburg@intel.com
1485P: Jeff Kirsher
1486M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001487P: Auke Kok
1488M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489W: http://sourceforge.net/projects/e1000/
1490S: Supported
1491
1492INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001493P: Jeff Kirsher
1494M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495P: Ayyappan Veeraiyan
1496M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497P: John Ronciak
1498M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001499P: Jesse Brandeburg
1500M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001501P: Auke Kok
1502M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503W: http://sourceforge.net/projects/e1000/
1504S: Supported
1505
James Ketrenos826d2ab2005-11-07 18:56:59 -06001506INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1507P: Yi Zhu
1508M: yi.zhu@intel.com
1509P: James Ketrenos
1510M: jketreno@linux.intel.com
1511L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1512W: http://ipw2100.sourceforge.net
1513S: Supported
1514
1515INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1516P: Yi Zhu
1517M: yi.zhu@intel.com
1518P: James Ketrenos
1519M: jketreno@linux.intel.com
1520L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1521W: http://ipw2200.sourceforge.net
1522S: Supported
1523
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524IOC3 DRIVER
1525P: Ralf Baechle
1526M: ralf@linux-mips.org
1527L: linux-mips@linux-mips.org
1528S: Maintained
1529
1530IP MASQUERADING:
1531P: Juanjo Ciarlante
1532M: jjciarla@raiz.uncu.edu.ar
1533S: Maintained
1534
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001535IPATH DRIVER:
1536P: Bryan O'Sullivan
1537M: support@pathscale.com
1538L: openib-general@openib.org
1539S: Supported
1540
Corey Minyard4409ebe2006-04-20 02:43:12 -07001541IPMI SUBSYSTEM
1542P: Corey Minyard
1543M: minyard@acm.org
1544L: openipmi-developer@lists.sourceforge.net
1545W: http://openipmi.sourceforge.net/
1546S: Supported
1547
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548IPX NETWORK LAYER
1549P: Arnaldo Carvalho de Melo
1550M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001551L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552S: Maintained
1553
1554IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001555P: Samuel Ortiz
1556M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001557L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001559S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560
1561ISAPNP
1562P: Jaroslav Kysela
1563M: perex@suse.cz
1564S: Maintained
1565
1566ISDN SUBSYSTEM
1567P: Karsten Keil
1568M: kkeil@suse.de
1569P: Kai Germaschewski
1570M: kai.germaschewski@gmx.de
1571L: isdn4linux@listserv.isdn4linux.de
1572W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001573T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574S: Maintained
1575
1576ISDN SUBSYSTEM (Eicon active card driver)
1577P: Armin Schindler
1578M: mac@melware.de
1579L: isdn4linux@listserv.isdn4linux.de
1580W: http://www.melware.de
1581S: Maintained
1582
1583JOURNALLING FLASH FILE SYSTEM (JFFS)
1584P: Axis Communications AB
1585M: jffs-dev@axis.com
1586L: jffs-dev@axis.com
1587W: http://www.developer.axis.com/software/jffs/
1588S: Maintained
1589
1590JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1591P: David Woodhouse
1592M: dwmw2@infradead.org
1593L: jffs-dev@axis.com
1594W: http://sources.redhat.com/jffs2/
1595S: Maintained
1596
1597JFS FILESYSTEM
1598P: Dave Kleikamp
1599M: shaggy@austin.ibm.com
1600L: jfs-discussion@lists.sourceforge.net
1601W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001602T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603S: Supported
1604
Theodore Tsoae0718f2006-05-20 15:00:13 -07001605JOURNALLING LAYER FOR BLOCK DEVICS (JBD)
1606P: Stephen Tweedie, Andrew Morton
1607M: sct@redhat.com, akpm@osdl.org
1608L: ext2-devel@lists.sourceforge.net
1609S: Maintained
1610
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611KCONFIG
1612P: Roman Zippel
1613M: zippel@linux-m68k.org
1614L: kbuild-devel@lists.sourceforge.net
1615S: Maintained
1616
Vivek Goyalea6c2082006-05-20 14:59:55 -07001617KDUMP
1618P: Vivek Goyal
1619M: vgoyal@in.ibm.com
1620P: Haren Myneni
1621M: hbabu@us.ibm.com
1622L: fastboot@lists.osdl.org
1623L: linux-kernel@vger.kernel.org
1624W: http://lse.sourceforge.net/kdump/
1625S: Maintained
1626
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627KERNEL AUTOMOUNTER (AUTOFS)
1628P: H. Peter Anvin
1629M: hpa@zytor.com
1630L: autofs@linux.kernel.org
1631S: Odd Fixes
1632
1633KERNEL AUTOMOUNTER v4 (AUTOFS4)
1634P: Ian Kent
1635M: raven@themaw.net
1636L: autofs@linux.kernel.org
1637S: Maintained
1638
1639KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1640P: Kai Germaschewski
1641M: kai@germaschewski.name
1642P: Sam Ravnborg
1643M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001644T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645S: Maintained
1646
1647KERNEL JANITORS
1648P: Several
1649L: kernel-janitors@osdl.org
1650W: http://www.kerneljanitors.org/
1651W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652S: Maintained
1653
1654KERNEL NFSD
1655P: Neil Brown
1656M: neilb@cse.unsw.edu.au
1657L: nfs@lists.sourceforge.net
1658W: http://nfs.sourceforge.net/
1659W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1660S: Maintained
1661
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001662KEXEC
1663P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001664M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001665W: http://www.xmission.com/~ebiederm/files/kexec/
1666L: linux-kernel@vger.kernel.org
1667L: fastboot@osdl.org
1668S: Maintained
1669
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001670KPROBES
1671P: Prasanna S Panchamukhi
1672M: prasanna@in.ibm.com
1673P: Ananth N Mavinakayanahalli
1674M: ananth@in.ibm.com
1675P: Anil S Keshavamurthy
1676M: anil.s.keshavamurthy@intel.com
1677P: David S. Miller
1678M: davem@davemloft.net
1679L: linux-kernel@vger.kernel.org
1680S: Maintained
1681
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682LAPB module
1683P: Henner Eisen
1684M: eis@baty.hanse.de
1685L: linux-x25@vger.kernel.org
1686S: Maintained
1687
1688LASI 53c700 driver for PARISC
1689P: James E.J. Bottomley
1690M: James.Bottomley@HansenPartnership.com
1691L: linux-scsi@vger.kernel.org
1692S: Maintained
1693
Richard Purdie263de9b2006-05-15 09:44:16 -07001694LED SUBSYSTEM
1695P: Richard Purdie
1696M: rpurdie@rpsys.net
1697S: Maintained
1698
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699LEGO USB Tower driver
1700P: Juergen Stuber
1701M: starblue@users.sourceforge.net
1702L: legousb-devel@lists.sourceforge.net
1703W: http://legousb.sourceforge.net/
1704S: Maintained
1705
1706LINUX FOR IBM pSERIES (RS/6000)
1707P: Paul Mackerras
1708M: paulus@au.ibm.com
1709W: http://www.ibm.com/linux/ltc/projects/ppc
1710S: Supported
1711
1712LINUX FOR NCR VOYAGER
1713P: James Bottomley
1714M: James.Bottomley@HansenPartnership.com
1715W: http://www.hansenpartnership.com/voyager
1716S: Maintained
1717
1718LINUX FOR POWERPC
1719P: Paul Mackerras
1720M: paulus@samba.org
1721W: http://www.penguinppc.org/
1722L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001723T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724S: Supported
1725
1726LINUX FOR POWER MACINTOSH
1727P: Benjamin Herrenschmidt
1728M: benh@kernel.crashing.org
1729W: http://www.penguinppc.org/
1730L: linuxppc-dev@ozlabs.org
1731S: Maintained
1732
1733LINUX FOR POWERPC EMBEDDED MPC52XX
1734P: Sylvain Munaut
1735M: tnt@246tNt.com
1736W: http://www.246tNt.com/mpc52xx/
1737W: http://www.penguinppc.org/
1738L: linuxppc-dev@ozlabs.org
1739L: linuxppc-embedded@ozlabs.org
1740S: Maintained
1741
1742LINUX FOR POWERPC EMBEDDED PPC4XX
1743P: Matt Porter
1744M: mporter@kernel.crashing.org
1745W: http://www.penguinppc.org/
1746L: linuxppc-embedded@ozlabs.org
1747S: Maintained
1748
Tom Rinie93adf12005-07-26 12:49:53 -07001749LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750P: Tom Rini
1751M: trini@kernel.crashing.org
1752W: http://www.penguinppc.org/
1753L: linuxppc-embedded@ozlabs.org
1754S: Maintained
1755
Tom Rinie93adf12005-07-26 12:49:53 -07001756LINUX FOR POWERPC EMBEDDED PPC8XX
1757P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001758M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001759W: http://www.penguinppc.org/
1760L: linuxppc-embedded@ozlabs.org
1761S: Maintained
1762
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1764P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001765M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766W: http://www.penguinppc.org/
1767L: linuxppc-embedded@ozlabs.org
1768S: Maintained
1769
1770LLC (802.2)
1771P: Arnaldo Carvalho de Melo
1772M: acme@conectiva.com.br
1773S: Maintained
1774
1775LINUX FOR 64BIT POWERPC
1776P: Paul Mackerras
1777M: paulus@samba.org
1778M: paulus@au.ibm.com
1779P: Anton Blanchard
1780M: anton@samba.org
1781M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001782W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001783L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784S: Supported
1785
1786LINUX SECURITY MODULE (LSM) FRAMEWORK
1787P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001788M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001789L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001791T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792S: Supported
1793
1794LM83 HARDWARE MONITOR DRIVER
1795P: Jean Delvare
1796M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001797L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798S: Maintained
1799
1800LM90 HARDWARE MONITOR DRIVER
1801P: Jean Delvare
1802M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001803L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804S: Maintained
1805
1806LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1807P: Richard Russon (FlatCap)
1808M: ldm@flatcap.org
1809L: ldm-devel@lists.sourceforge.net
1810W: http://ldm.sourceforge.net
1811S: Maintained
1812
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001813LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1814P: Eric Moore
1815M: Eric.Moore@lsil.com
1816M: support@lsil.com
1817L: mpt_linux_developer@lsil.com
1818L: linux-scsi@vger.kernel.org
1819W: http://www.lsilogic.com/support
1820S: Supported
1821
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1823P: Matthew Wilcox
1824M: matthew@wil.cx
1825L: linux-scsi@vger.kernel.org
1826S: Maintained
1827
1828M68K ARCHITECTURE
1829P: Geert Uytterhoeven
1830M: geert@linux-m68k.org
1831P: Roman Zippel
1832M: zippel@linux-m68k.org
1833L: linux-m68k@lists.linux-m68k.org
1834W: http://www.linux-m68k.org/
1835W: http://linux-m68k-cvs.ubb.ca/
1836S: Maintained
1837
1838M68K ON APPLE MACINTOSH
1839P: Joshua Thompson
1840M: funaho@jurai.org
1841W: http://www.mac.linux-m68k.org/
1842L: linux-mac68k@mac.linux-m68k.org
1843S: Maintained
1844
1845M68K ON HP9000/300
1846P: Philip Blundell
1847M: philb@gnu.org
1848W: http://www.tazenda.demon.co.uk/phil/linux-hp
1849S: Maintained
1850
1851MARVELL YUKON / SYSKONNECT DRIVER
1852P: Mirko Lindner
1853M: mlindner@syskonnect.de
1854P: Ralph Roesler
1855M: rroesler@syskonnect.de
1856W: http://www.syskonnect.com
1857S: Supported
1858
1859MAESTRO PCI SOUND DRIVERS
1860P: Zach Brown
1861M: zab@zabbo.net
1862S: Odd Fixes
1863
Michael Kerriskfaf16682005-07-31 22:34:47 -07001864MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1865P: Michael Kerrisk
1866M: mtk-manpages@gmx.net
1867W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1868S: Maintained
1869
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001870MARVELL MV643XX ETHERNET DRIVER
1871P: Dale Farnsworth
1872M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001874M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001875L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001876S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877
1878MATROX FRAMEBUFFER DRIVER
1879P: Petr Vandrovec
1880M: vandrove@vc.cvut.cz
1881L: linux-fbdev-devel@lists.sourceforge.net
1882S: Maintained
1883
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001884MEGARAID SCSI DRIVERS
1885P: Neela Syam Kolli
1886M: Neela.Kolli@engenio.com
1887S: linux-scsi@vger.kernel.org
1888W: http://megaraid.lsilogic.com
1889S: Maintained
1890
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001891MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892P: David Woodhouse
1893M: dwmw2@infradead.org
1894W: http://www.linux-mtd.infradead.org/
1895L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001896T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897S: Maintained
1898
1899MICROTEK X6 SCANNER
1900P: Oliver Neukum
1901M: oliver@neukum.name
1902S: Maintained
1903
1904MIPS
1905P: Ralf Baechle
1906M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001907W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001909T: git www.linux-mips.org:/pub/scm/linux.git
1910S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911
1912MISCELLANEOUS MCA-SUPPORT
1913P: James Bottomley
1914M: jejb@steeleye.com
1915L: linux-kernel@vger.kernel.org
1916S: Maintained
1917
1918MODULE SUPPORT
1919P: Rusty Russell
1920M: rusty@rustcorp.com.au
1921L: linux-kernel@vger.kernel.org
1922S: Maintained
1923
1924MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1925P: Stelian Pop
1926M: stelian@popies.net
1927W: http://popies.net/meye/
1928S: Maintained
1929
1930MOUSE AND MISC DEVICES [GENERAL]
1931P: Alessandro Rubini
1932M: rubini@ipvvis.unipv.it
1933L: linux-kernel@vger.kernel.org
1934S: Maintained
1935
1936MTRR AND SIMILAR SUPPORT [i386]
1937P: Richard Gooch
1938M: rgooch@atnf.csiro.au
1939L: linux-kernel@vger.kernel.org
1940W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1941S: Maintained
1942
Russell King12223da2006-06-15 13:28:52 +01001943MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001944P: Russell King
1945M: rmk+mmc@arm.linux.org.uk
1946S: Maintained
1947
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948MULTISOUND SOUND DRIVER
1949P: Andrew Veliath
1950M: andrewtv@usa.net
1951S: Maintained
1952
1953NATSEMI ETHERNET DRIVER (DP8381x)
1954P: Tim Hockin
1955M: thockin@hockin.org
1956S: Maintained
1957
1958NCP FILESYSTEM
1959P: Petr Vandrovec
1960M: vandrove@vc.cvut.cz
1961L: linware@sh.cvut.cz
1962S: Maintained
1963
1964NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1965P: James E.J. Bottomley
1966M: James.Bottomley@HansenPartnership.com
1967L: linux-scsi@vger.kernel.org
1968S: Maintained
1969
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07001970NETEM NETWORK EMULATOR
1971P: Stephen Hemminger
1972M: shemminger@osdl.org
1973L: netem@osdl.org
1974S: Maintained
1975
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976NETFILTER/IPTABLES/IPCHAINS
1977P: Rusty Russell
1978P: Marc Boucher
1979P: James Morris
1980P: Harald Welte
1981P: Jozsef Kadlecsik
1982M: coreteam@netfilter.org
1983W: http://www.netfilter.org/
1984W: http://www.iptables.org/
1985L: netfilter@lists.netfilter.org
1986L: netfilter-devel@lists.netfilter.org
1987S: Supported
1988
1989NETROM NETWORK LAYER
1990P: Ralf Baechle
1991M: ralf@linux-mips.org
1992L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001993W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994S: Maintained
1995
1996NETWORK BLOCK DEVICE
1997P: Paul Clements
1998M: Paul.Clements@steeleye.com
1999S: Maintained
2000
2001NETWORK DEVICE DRIVERS
2002P: Andrew Morton
2003M: akpm@osdl.org
2004P: Jeff Garzik
2005M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002006L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002007T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008S: Maintained
2009
2010NETWORKING [GENERAL]
2011P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002012M: netdev@vger.kernel.org
2013L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002014W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015S: Maintained
2016
2017NETWORKING [IPv4/IPv6]
2018P: David S. Miller
2019M: davem@davemloft.net
2020P: Alexey Kuznetsov
2021M: kuznet@ms2.inr.ac.ru
2022P: Pekka Savola (ipv6)
2023M: pekkas@netcore.fi
2024P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002025M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026P: Hideaki YOSHIFUJI
2027M: yoshfuji@linux-ipv6.org
2028P: Patrick McHardy
2029M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002030L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002031T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032S: Maintained
2033
John W. Linville29f8f632006-01-18 14:52:48 -08002034NETWORKING [WIRELESS]
2035P: John W. Linville
2036M: linville@tuxdriver.com
2037L: netdev@vger.kernel.org
2038T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2039S: Maintained
2040
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041IPVS
2042P: Wensong Zhang
2043M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002044P: Simon Horman
2045M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046P: Julian Anastasov
2047M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002048L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049S: Maintained
2050
2051NFS CLIENT
2052P: Trond Myklebust
2053M: trond.myklebust@fys.uio.no
2054L: linux-kernel@vger.kernel.org
2055S: Maintained
2056
2057NI5010 NETWORK DRIVER
2058P: Jan-Pascal van Best and Andreas Mohr
2059M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
2060M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07002061L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062S: Maintained
2063
2064NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2065P: YOKOTA Hiroshi
2066M: yokota@netlab.is.tsukuba.ac.jp
2067W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2068S: Maintained
2069
2070NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2071P: GOTO Masanori
2072M: gotom@debian.or.jp
2073P: YOKOTA Hiroshi
2074M: yokota@netlab.is.tsukuba.ac.jp
2075W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2076S: Maintained
2077
2078NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2079P: Eberhard Moenkeberg
2080M: emoenke@gwdg.de
2081L: linux-kernel@vger.kernel.org
2082S: Maintained
2083
2084NTFS FILESYSTEM
2085P: Anton Altaparmakov
2086M: aia21@cantab.net
2087L: linux-ntfs-dev@lists.sourceforge.net
2088L: linux-kernel@vger.kernel.org
2089W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002090T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091S: Maintained
2092
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002093NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2094P: Antonino Daplas
2095M: adaplas@pol.net
2096L: linux-fbdev-devel@lists.sourceforge.net
2097S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002099OPENCORES I2C BUS DRIVER
2100P: Peter Korsgaard
2101M: jacmet@sunsite.dk
2102L: lm-sensors@lm-sensors.org
2103S: Maintained
2104
Mark Fashehccd979b2005-12-15 14:31:24 -08002105ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2106P: Mark Fasheh
2107M: mark.fasheh@oracle.com
2108P: Kurt Hackel
2109M: kurt.hackel@oracle.com
2110L: ocfs2-devel@oss.oracle.com
2111W: http://oss.oracle.com/projects/ocfs2/
2112S: Supported
2113
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114OLYMPIC NETWORK DRIVER
2115P: Peter De Shrijver
2116M: p2@ace.ulyssis.student.kuleuven.ac.be
2117P: Mike Phillips
2118M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002119L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120L: linux-tr@linuxtr.net
2121W: http://www.linuxtr.net
2122S: Maintained
2123
Harald Weltec1986ee2005-11-13 16:06:29 -08002124OMNIKEY CARDMAN 4000 DRIVER
2125P: Harald Welte
2126M: laforge@gnumonks.org
2127S: Maintained
2128
Harald Welte77c44ab2005-11-13 16:06:26 -08002129OMNIKEY CARDMAN 4040 DRIVER
2130P: Harald Welte
2131M: laforge@gnumonks.org
2132S: Maintained
2133
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134ONSTREAM SCSI TAPE DRIVER
2135P: Willem Riede
2136M: osst@riede.org
2137L: osst-users@lists.sourceforge.net
2138L: linux-scsi@vger.kernel.org
2139S: Maintained
2140
2141OPL3-SA2, SA3, and SAx DRIVER
2142P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002143M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144L: linux-sound@vger.kernel.org
2145S: Maintained
2146
2147OPROFILE
2148P: Philippe Elie
2149M: phil.el@wanadoo.fr
2150L: oprofile-list@lists.sf.net
2151S: Maintained
2152
2153ORINOCO DRIVER
2154P: Pavel Roskin
2155M: proski@gnu.org
2156P: David Gibson
2157M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002158L: orinoco-users@lists.sourceforge.net
2159L: orinoco-devel@lists.sourceforge.net
2160W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161S: Maintained
2162
2163PARALLEL PORT SUPPORT
2164P: Phil Blundell
2165M: philb@gnu.org
2166P: Tim Waugh
2167M: tim@cyberelk.net
2168P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169P: Andrea Arcangeli
2170M: andrea@suse.de
2171L: linux-parport@lists.infradead.org
2172W: http://people.redhat.com/twaugh/parport/
2173S: Maintained
2174
2175PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2176P: Tim Waugh
2177M: tim@cyberelk.net
2178L: linux-parport@lists.infradead.org
2179W: http://www.torque.net/linux-pp.html
2180S: Maintained
2181
2182PARISC ARCHITECTURE
2183P: Matthew Wilcox
2184M: matthew@wil.cx
2185P: Grant Grundler
2186M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002187P: Kyle McMartin
2188M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189L: parisc-linux@parisc-linux.org
2190W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002191T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2192T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193S: Maintained
2194
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002195PCI ERROR RECOVERY
2196P: Linas Vepstas
2197M: linas@austin.ibm.com
2198L: linux-kernel@vger.kernel.org
2199L: linux-pci@atrey.karlin.mff.cuni.cz
2200S: Supported
2201
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2203P: Thomas Sailer
2204M: sailer@ife.ee.ethz.ch
2205L: linux-sound@vger.kernel.org
2206W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2207S: Maintained
2208
2209PCI SUBSYSTEM
2210P: Greg Kroah-Hartman
2211M: gregkh@suse.de
2212L: linux-kernel@vger.kernel.org
2213L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002214T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215S: Supported
2216
2217PCI HOTPLUG CORE
2218P: Greg Kroah-Hartman
2219M: gregkh@suse.de
2220S: Supported
2221
2222PCI HOTPLUG COMPAQ DRIVER
2223P: Greg Kroah-Hartman
2224M: greg@kroah.com
2225S: Maintained
2226
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002227PCIE HOTPLUG DRIVER
2228P: Kristen Carlson Accardi
2229M: kristen.c.accardi@intel.com
2230L: pcihpd-discuss@lists.sourceforge.net
2231S: Maintained
2232
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002234P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002236T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002237S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238
2239PCNET32 NETWORK DRIVER
2240P: Thomas Bogendörfer
2241M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002242L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243S: Maintained
2244
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002245PERSONALITY HANDLING
2246P: Christoph Hellwig
2247M: hch@infradead.org
2248L: linux-abi-devel@lists.sourceforge.net
2249S: Maintained
2250
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251PHRAM MTD DRIVER
2252P: Jörn Engel
2253M: joern@wh.fh-wedel.de
2254L: linux-mtd@lists.infradead.org
2255S: Maintained
2256
Peter Osterlund249a6772005-09-27 21:45:30 -07002257PKTCDVD DRIVER
2258P: Peter Osterlund
2259M: petero2@telia.com
2260L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002261S: Maintained
2262
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263POSIX CLOCKS and TIMERS
2264P: George Anzinger
2265M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002266L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267S: Supported
2268
Eugene Surovegin24682972005-10-14 03:00:53 -07002269POWERPC 4xx EMAC DRIVER
2270P: Eugene Surovegin
2271M: ebs@ebshome.net
2272W: http://kernel.ebshome.net/emac/
2273L: linuxppc-embedded@ozlabs.org
2274L: netdev@vger.kernel.org
2275S: Maintained
2276
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277PNP SUPPORT
2278P: Adam Belay
2279M: ambx1@neo.rr.com
2280S: Maintained
2281
2282PPP PROTOCOL DRIVERS AND COMPRESSORS
2283P: Paul Mackerras
2284M: paulus@samba.org
2285L: linux-ppp@vger.kernel.org
2286S: Maintained
2287
2288PPP OVER ATM (RFC 2364)
2289P: Mitchell Blank Jr
2290M: mitch@sfgoth.com
2291S: Maintained
2292
2293PPP OVER ETHERNET
2294P: Michal Ostrowski
2295M: mostrows@speakeasy.net
2296S: Maintained
2297
2298PREEMPTIBLE KERNEL
2299P: Robert Love
2300M: rml@tech9.net
2301L: linux-kernel@vger.kernel.org
2302L: kpreempt-tech@lists.sourceforge.net
2303W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2304S: Supported
2305
2306PRISM54 WIRELESS DRIVER
2307P: Prism54 Development Team
2308M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002309L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310W: http://prism54.org
2311S: Maintained
2312
2313PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2314P: Peter Denison
2315M: promise@pnd-pc.demon.co.uk
2316W: http://www.pnd-pc.demon.co.uk/promise/
2317S: Maintained
2318
2319PXA2xx SUPPORT
2320P: Nicolas Pitre
2321M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002322L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323S: Maintained
2324
2325QLOGIC QLA2XXX FC-SCSI DRIVER
2326P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002327M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328L: linux-scsi@vger.kernel.org
2329S: Supported
2330
2331QNX4 FILESYSTEM
2332P: Anders Larsen
2333M: al@alarsen.net
2334L: linux-kernel@vger.kernel.org
2335W: http://www.alarsen.net/linux/qnx4fs/
2336S: Maintained
2337
2338RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002339P: Benjamin Herrenschmidt
2340M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341L: linux-fbdev-devel@lists.sourceforge.net
2342S: Maintained
2343
2344RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002345P: Paul Mackerras
2346M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002347L: linux-fbdev-devel@lists.sourceforge.net
2348S: Maintained
2349
2350RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2351P: Corey Thomas
2352M: corey@world.std.com
2353L: linux-kernel@vger.kernel.org
2354S: Maintained
2355
Matt Mackall9e95ce22005-04-16 15:25:56 -07002356RANDOM NUMBER DRIVER
2357P: Matt Mackall
2358M: mpm@selenic.com
2359S: Maintained
2360
Matt Porter394b7012005-11-07 01:00:15 -08002361RAPIDIO SUBSYSTEM
2362P: Matt Porter
2363M: mporter@kernel.crashing.org
2364L: linux-kernel@vger.kernel.org
2365S: Maintained
2366
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367REAL TIME CLOCK DRIVER
2368P: Paul Gortmaker
2369M: p_gortmaker@yahoo.com
2370L: linux-kernel@vger.kernel.org
2371S: Maintained
2372
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002373REAL TIME CLOCK (RTC) SUBSYSTEM
2374P: Alessandro Zummo
2375M: a.zummo@towertech.it
2376L: linux-kernel@vger.kernel.org
2377S: Maintained
2378
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379REISERFS FILE SYSTEM
2380P: Hans Reiser
2381M: reiserfs-dev@namesys.com
2382L: reiserfs-list@namesys.com
2383W: http://www.namesys.com
2384S: Supported
2385
2386ROCKETPORT DRIVER
2387P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388W: http://www.comtrol.com
2389S: Maintained
2390
2391ROSE NETWORK LAYER
2392P: Ralf Baechle
2393M: ralf@linux-mips.org
2394L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002395W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396S: Maintained
2397
2398RISCOM8 DRIVER
2399S: Orphan
2400
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002401S3 SAVAGE FRAMEBUFFER DRIVER
2402P: Antonino Daplas
2403M: adaplas@pol.net
2404L: linux-fbdev-devel@lists.sourceforge.net
2405S: Maintained
2406
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407S390
2408P: Martin Schwidefsky
2409M: schwidefsky@de.ibm.com
2410M: linux390@de.ibm.com
2411L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002412W: http://www.ibm.com/developerworks/linux/linux390/
2413S: Supported
2414
2415S390 NETWORK DRIVERS
2416P: Frank Pavlic
2417M: fpavlic@de.ibm.com
2418M: linux390@de.ibm.com
2419L: linux-390@vm.marist.edu
2420W: http://www.ibm.com/developerworks/linux/linux390/
2421S: Supported
2422
2423S390 ZFCP DRIVER
2424P: Andreas Herrmann
2425M: aherrman@de.ibm.com
2426M: linux390@de.ibm.com
2427L: linux-390@vm.marist.edu
2428W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429S: Supported
2430
2431SAA7146 VIDEO4LINUX-2 DRIVER
2432P: Michael Hunold
2433M: michael@mihu.de
2434W: http://www.mihu.de/linux/saa7146
2435S: Maintained
2436
2437SBPCD CDROM DRIVER
2438P: Eberhard Moenkeberg
2439M: emoenke@gwdg.de
2440L: linux-kernel@vger.kernel.org
2441S: Maintained
2442
2443SC1200 WDT DRIVER
2444P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002445M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446S: Maintained
2447
2448SCHEDULER
2449P: Ingo Molnar
2450M: mingo@elte.hu
2451P: Robert Love [the preemptible kernel bits]
2452M: rml@tech9.net
2453L: linux-kernel@vger.kernel.org
2454S: Maintained
2455
2456SCSI CDROM DRIVER
2457P: Jens Axboe
2458M: axboe@suse.de
2459L: linux-scsi@vger.kernel.org
2460W: http://www.kernel.dk
2461S: Maintained
2462
2463SCSI SG DRIVER
2464P: Doug Gilbert
2465M: dgilbert@interlog.com
2466L: linux-scsi@vger.kernel.org
2467W: http://www.torque.net/sg
2468S: Maintained
2469
2470SCSI SUBSYSTEM
2471P: James E.J. Bottomley
2472M: James.Bottomley@SteelEye.com
2473L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002474T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002475S: Maintained
2476
2477SCSI TAPE DRIVER
2478P: Kai Mäkisara
2479M: Kai.Makisara@kolumbus.fi
2480L: linux-scsi@vger.kernel.org
2481S: Maintained
2482
2483SCTP PROTOCOL
2484P: Sridhar Samudrala
2485M: sri@us.ibm.com
2486L: lksctp-developers@lists.sourceforge.net
2487S: Supported
2488
2489SCx200 CPU SUPPORT
2490P: Christer Weinigel
2491M: christer@weinigel.se
2492W: http://www.weinigel.se
2493S: Supported
2494
2495SECURITY CONTACT
2496P: Security Officers
2497M: security@kernel.org
2498S: Supported
2499
2500SELINUX SECURITY MODULE
2501P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002502M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002504M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505L: linux-kernel@vger.kernel.org (kernel issues)
2506L: selinux@tycho.nsa.gov (general discussion)
2507W: http://www.nsa.gov/selinux
2508S: Supported
2509
2510SERIAL ATA (SATA) SUBSYSTEM:
2511P: Jeff Garzik
2512M: jgarzik@pobox.com
2513L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002514T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515S: Supported
2516
2517SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2518P: Pat Gefre
2519M: pfg@sgi.com
2520L: linux-ia64@vger.kernel.org
2521S: Supported
2522
2523SGI VISUAL WORKSTATION 320 AND 540
2524P: Andrey Panin
2525M: pazke@donpac.ru
2526L: linux-visws-devel@lists.sf.net
2527W: http://linux-visws.sf.net
2528S: Maintained for 2.6.
2529
2530SIMTEC EB110ATX (Chalice CATS)
2531P: Ben Dooks
2532P: Vincent Sanders
2533M: support@simtec.co.uk
2534W: http://www.simtec.co.uk/products/EB110ATX/
2535S: Supported
2536
2537SIMTEC EB2410ITX (BAST)
2538P: Ben Dooks
2539P: Vincent Sanders
2540M: support@simtec.co.uk
2541W: http://www.simtec.co.uk/products/EB2410ITX/
2542S: Supported
2543
Francois Romieu92aab3c2005-07-30 13:11:18 +02002544SIS 190 ETHERNET DRIVER
2545P: Francois Romieu
2546M: romieu@fr.zoreil.com
2547L: netdev@vger.kernel.org
2548S: Maintained
2549
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550SIS 5513 IDE CONTROLLER DRIVER
2551P: Lionel Bouton
2552M: Lionel.Bouton@inet6.fr
2553W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2554W: http://gyver.homeip.net/sis5513/index.html
2555S: Maintained
2556
2557SIS 900/7016 FAST ETHERNET DRIVER
2558P: Daniele Venzano
2559M: venza@brownhat.org
2560W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002561L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562S: Maintained
2563
2564SIS FRAMEBUFFER DRIVER
2565P: Thomas Winischhofer
2566M: thomas@winischhofer.net
2567W: http://www.winischhofer.net/linuxsisvga.shtml
2568S: Maintained
2569
2570SIS USB2VGA DRIVER
2571P: Thomas Winischhofer
2572M: thomas@winischhofer.net
2573W: http://www.winischhofer.at/linuxsisusbvga.shtml
2574S: Maintained
2575
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576SMC91x ETHERNET DRIVER
2577P: Nicolas Pitre
2578M: nico@cam.org
2579S: Maintained
2580
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581SOFTWARE RAID (Multiple Disks) SUPPORT
2582P: Ingo Molnar
2583M: mingo@redhat.com
2584P: Neil Brown
2585M: neilb@cse.unsw.edu.au
2586L: linux-raid@vger.kernel.org
2587S: Maintained
2588
2589SOFTWARE SUSPEND:
2590P: Pavel Machek
2591M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002592L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593S: Maintained
2594
2595SONIC NETWORK DRIVER
2596P: Thomas Bogendoerfer
2597M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002598L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599S: Maintained
2600
2601SONY VAIO CONTROL DEVICE DRIVER
2602P: Stelian Pop
2603M: stelian@popies.net
2604W: http://popies.net/sonypi/
2605S: Maintained
2606
2607SOUND
2608P: Jaroslav Kysela
2609M: perex@suse.cz
2610L: alsa-devel@alsa-project.org
2611S: Maintained
2612
Kumar Gala025c3982006-04-02 16:05:54 -05002613SPI SUBSYSTEM
2614P: David Brownell
2615M: dbrownell@users.sourceforge.net
2616L: spi-devel-general@lists.sourceforge.net
2617S: Maintained
2618
Kylene Hall1c72d462005-05-01 08:59:13 -07002619TPM DEVICE DRIVER
2620P: Kylene Hall
2621M: kjhall@us.ibm.com
2622W: http://tpmdd.sourceforge.net
2623L: tpmdd-devel@lists.sourceforge.net
2624S: Maintained
2625
Mark Gross1a80ba82005-10-30 15:02:55 -08002626Telecom Clock Driver for MCPL0010
2627P: Mark Gross
2628M: mark.gross@intel.com
2629S: Supported
2630
Chris Zankel48b415c2005-06-23 22:01:07 -07002631TENSILICA XTENSA PORT (xtensa):
2632P: Chris Zankel
2633M: chris@zankel.net
2634S: Maintained
2635
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636UltraSPARC (sparc64):
2637P: David S. Miller
2638M: davem@davemloft.net
2639P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002640M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641P: Jakub Jelinek
2642M: jj@sunsite.ms.mff.cuni.cz
2643P: Anton Blanchard
2644M: anton@samba.org
2645L: sparclinux@vger.kernel.org
2646L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002647T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648S: Maintained
2649
2650SHARP LH SUPPORT (LH7952X & LH7A40X)
2651P: Marc Singer
2652M: elf@buici.com
2653W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002654L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655S: Maintained
2656
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002657SHPC HOTPLUG DRIVER
2658P: Kristen Carlson Accardi
2659M: kristen.c.accardi@intel.com
2660L: pcihpd-discuss@lists.sourceforge.net
2661S: Maintained
2662
Pierre Ossmand129bce2006-03-24 03:18:17 -08002663SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2664P: Pierre Ossman
2665M: drzeus-sdhci@drzeus.cx
2666L: sdhci-devel@list.drzeus.cx
2667W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2668S: Maintained
2669
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002670SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2671P: Stephen Hemminger
2672M: shemminger@osdl.org
2673L: netdev@vger.kernel.org
2674S: Maintained
2675
Linus Torvalds1da177e2005-04-16 15:20:36 -07002676SPARC (sparc32):
2677P: William L. Irwin
2678M: wli@holomorphy.com
2679L: sparclinux@vger.kernel.org
2680S: Maintained
2681
2682SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2683P: Roger Wolff
2684M: R.E.Wolff@BitWizard.nl
2685L: linux-kernel@vger.kernel.org ?
2686S: Supported
2687
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688SRM (Alpha) environment access
2689P: Jan-Benedict Glaw
2690M: jbglaw@lug-owl.de
2691L: linux-kernel@vger.kernel.org
2692S: Maintained
2693
2694STARFIRE/DURALAN NETWORK DRIVER
2695P: Ion Badulescu
2696M: ionut@cs.columbia.edu
2697S: Maintained
2698
2699STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2700W: http://mosquitonet.Stanford.EDU/strip.html
2701S: Unsupported ?
2702
2703STRADIS MPEG-2 DECODER DRIVER
2704P: Nathan Laredo
2705M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706W: http://www.stradis.com/
2707S: Maintained
2708
2709SUPERH (sh)
2710P: Paul Mundt
2711M: lethal@linux-sh.org
2712P: Kazumoto Kojima
2713M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002714L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715W: http://www.linux-sh.org
2716W: http://www.m17n.org/linux-sh/
2717W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2718S: Maintained
2719
2720SUPERH64 (sh64)
2721P: Paul Mundt
2722M: lethal@linux-sh.org
2723P: Richard Curnow
2724M: rc@rc0.org.uk
2725L: linuxsh-shmedia-dev@lists.sourceforge.net
2726W: http://www.linux-sh.org
2727W: http://www.rc0.org.uk/sh64
2728S: Maintained
2729
2730SUN3/3X
2731P: Sam Creasey
2732M: sammy@sammy.net
2733L: sun3-list@redhat.com
2734W: http://sammy.net/sun3/
2735S: Maintained
2736
2737SVGA HANDLING
2738P: Martin Mares
2739M: mj@ucw.cz
2740L: linux-video@atrey.karlin.mff.cuni.cz
2741S: Maintained
2742
2743SYSV FILESYSTEM
2744P: Christoph Hellwig
2745M: hch@infradead.org
2746S: Maintained
2747
Michael Buesch844dd052006-06-26 00:24:59 -07002748TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2749P: Deepak Saxena
2750M: dsaxena@plexity.net
2751S: Maintained
2752
Linus Torvalds1da177e2005-04-16 15:20:36 -07002753TI PARALLEL LINK CABLE DRIVER
2754P: Romain Lievin
2755M: roms@lpg.ticalc.org
2756S: Maintained
2757
Per Lidene86eaa32006-01-12 16:45:18 +01002758TIPC NETWORK LAYER
2759P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002760M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002761P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002762M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002763P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002764M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002765L: tipc-discussion@lists.sourceforge.net
2766W: http://tipc.sourceforge.net/
2767W: http://tipc.cslab.ericsson.net/
2768T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2769S: Maintained
2770
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771TLAN NETWORK DRIVER
2772P: Samuel Chessman
2773M: chessman@tux.org
2774L: tlan-devel@lists.sourceforge.net
2775W: http://sourceforge.net/projects/tlan/
2776S: Maintained
2777
2778TOKEN-RING NETWORK DRIVER
2779P: Mike Phillips
2780M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002781L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782L: linux-tr@linuxtr.net
2783W: http://www.linuxtr.net
2784S: Maintained
2785
2786TOSHIBA ACPI EXTRAS DRIVER
2787P: John Belmonte
2788M: toshiba_acpi@memebeam.org
2789W: http://memebeam.org/toys/ToshibaAcpiDriver
2790S: Maintained
2791
2792TOSHIBA SMM DRIVER
2793P: Jonathan Buzzard
2794M: jonathan@buzzard.org.uk
2795L: tlinux-users@tce.toshiba-dme.co.jp
2796W: http://www.buzzard.org.uk/toshiba/
2797S: Maintained
2798
2799TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2800P: Muli Ben-Yehuda
2801M: mulix@mulix.org
2802L: linux-kernel@vger.kernel.org
2803S: Maintained
2804
2805TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002806P: Adrian Bunk
2807M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002808L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002809W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002810T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811S: Maintained
2812
2813TMS380 TOKEN-RING NETWORK DRIVER
2814P: Adam Fritzler
2815M: mid@auk.cx
2816L: linux-tr@linuxtr.net
2817W: http://www.auk.cx/tms380tr/
2818S: Maintained
2819
2820TULIP NETWORK DRIVER
2821P: Jeff Garzik
2822M: jgarzik@pobox.com
2823L: tulip-users@lists.sourceforge.net
2824W: http://sourceforge.net/projects/tulip/
2825S: Maintained
2826
2827TUN/TAP driver
2828P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002829M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830L: vtun@office.satix.net
2831W: http://vtun.sourceforge.net/tun
2832S: Maintained
2833
2834U14-34F SCSI DRIVER
2835P: Dario Ballabio
2836M: ballabio_dario@emc.com
2837L: linux-scsi@vger.kernel.org
2838S: Maintained
2839
2840UDF FILESYSTEM
2841P: Ben Fennema
2842M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002843W: http://linux-udf.sourceforge.net
2844S: Maintained
2845
2846UNIFORM CDROM DRIVER
2847P: Jens Axboe
2848M: axboe@suse.de
2849L: linux-kernel@vger.kernel.org
2850W: http://www.kernel.dk
2851S: Maintained
2852
2853USB ACM DRIVER
2854P: Oliver Neukum
2855M: oliver@neukum.name
2856L: linux-usb-users@lists.sourceforge.net
2857L: linux-usb-devel@lists.sourceforge.net
2858S: Maintained
2859
2860USB BLOCK DRIVER (UB ub)
2861P: Pete Zaitcev
2862M: zaitcev@redhat.com
2863L: linux-kernel@vger.kernel.org
2864L: linux-usb-devel@lists.sourceforge.net
2865S: Supported
2866
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867USB CDC ETHERNET DRIVER
2868P: Greg Kroah-Hartman
2869M: greg@kroah.com
2870L: linux-usb-users@lists.sourceforge.net
2871L: linux-usb-devel@lists.sourceforge.net
2872S: Maintained
2873W: http://www.kroah.com/linux-usb/
2874
2875USB EHCI DRIVER
2876P: David Brownell
2877M: dbrownell@users.sourceforge.net
2878L: linux-usb-devel@lists.sourceforge.net
2879S: Maintained
2880
Luca Risolia7ce08c92006-01-11 02:06:59 +00002881USB ET61X[12]51 DRIVER
2882P: Luca Risolia
2883M: luca.risolia@studio.unibo.it
2884L: linux-usb-devel@lists.sourceforge.net
2885L: video4linux-list@redhat.com
2886W: http://www.linux-projects.org
2887S: Maintained
2888
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889USB HID/HIDBP DRIVERS
2890P: Vojtech Pavlik
2891M: vojtech@suse.cz
2892L: linux-usb-users@lists.sourceforge.net
2893L: linux-usb-devel@lists.sourceforge.net
2894S: Maintained
2895
2896USB HUB DRIVER
2897P: Johannes Erdfelt
2898M: johannes@erdfelt.com
2899L: linux-usb-users@lists.sourceforge.net
2900L: linux-usb-devel@lists.sourceforge.net
2901S: Maintained
2902
Olav Kongas959eea22005-11-03 17:38:14 +02002903USB ISP116X DRIVER
2904P: Olav Kongas
2905M: ok@artecdesign.ee
2906L: linux-usb-devel@lists.sourceforge.net
2907S: Maintained
2908
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909USB KAWASAKI LSI DRIVER
2910P: Oliver Neukum
2911M: oliver@neukum.name
2912L: linux-usb-users@lists.sourceforge.net
2913L: linux-usb-devel@lists.sourceforge.net
2914S: Maintained
2915
2916USB MASS STORAGE DRIVER
2917P: Matthew Dharm
2918M: mdharm-usb@one-eyed-alien.net
2919L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002920L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002921S: Maintained
2922W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2923
2924USB OHCI DRIVER
2925P: Roman Weissgaerber
2926M: weissg@vienna.at
2927L: linux-usb-users@lists.sourceforge.net
2928L: linux-usb-devel@lists.sourceforge.net
2929S: Maintained
2930
Matthias Urlichsba460e42005-07-14 00:33:47 -07002931USB OPTION-CARD DRIVER
2932P: Matthias Urlichs
2933M: smurf@smurf.noris.de
2934L: linux-usb-devel@lists.sourceforge.net
2935S: Maintained
2936
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937USB OV511 DRIVER
2938P: Mark McClelland
2939M: mmcclell@bigfoot.com
2940L: linux-usb-users@lists.sourceforge.net
2941L: linux-usb-devel@lists.sourceforge.net
2942W: http://alpha.dyndns.org/ov511/
2943S: Maintained
2944
2945USB PEGASUS DRIVER
2946P: Petko Manolov
2947M: petkan@users.sourceforge.net
2948L: linux-usb-users@lists.sourceforge.net
2949L: linux-usb-devel@lists.sourceforge.net
2950W: http://pegasus2.sourceforge.net/
2951S: Maintained
2952
2953USB PRINTER DRIVER
2954P: Vojtech Pavlik
2955M: vojtech@suse.cz
2956L: linux-usb-users@lists.sourceforge.net
2957L: linux-usb-devel@lists.sourceforge.net
2958S: Maintained
2959
2960USB RTL8150 DRIVER
2961P: Petko Manolov
2962M: petkan@users.sourceforge.net
2963L: linux-usb-users@lists.sourceforge.net
2964L: linux-usb-devel@lists.sourceforge.net
2965W: http://pegasus2.sourceforge.net/
2966S: Maintained
2967
2968USB SE401 DRIVER
2969P: Jeroen Vreeken
2970M: pe1rxq@amsat.org
2971L: linux-usb-users@lists.sourceforge.net
2972L: linux-usb-devel@lists.sourceforge.net
2973W: http://www.chello.nl/~j.vreeken/se401/
2974S: Maintained
2975
2976USB SERIAL CYBERJACK DRIVER
2977P: Matthias Bruestle and Harald Welte
2978M: support@reiner-sct.com
2979W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2980S: Maintained
2981
2982USB SERIAL DIGI ACCELEPORT DRIVER
2983P: Peter Berger and Al Borchers
2984M: pberger@brimson.com
2985M: alborchers@steinerpoint.com
2986L: linux-usb-users@lists.sourceforge.net
2987L: linux-usb-devel@lists.sourceforge.net
2988S: Maintained
2989
2990USB SERIAL DRIVER
2991P: Greg Kroah-Hartman
2992M: gregkh@suse.de
2993L: linux-usb-users@lists.sourceforge.net
2994L: linux-usb-devel@lists.sourceforge.net
2995S: Supported
2996
2997USB SERIAL BELKIN F5U103 DRIVER
2998P: William Greathouse
2999M: wgreathouse@smva.com
3000L: linux-usb-users@lists.sourceforge.net
3001L: linux-usb-devel@lists.sourceforge.net
3002S: Maintained
3003
3004USB SERIAL CYPRESS M8 DRIVER
3005P: Lonnie Mendez
3006M: dignome@gmail.com
3007L: linux-usb-users@lists.sourceforge.net
3008L: linux-usb-devel@lists.sourceforge.net
3009S: Maintained
3010W: http://geocities.com/i0xox0i
3011W: http://firstlight.net/cvs
3012
3013USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3014L: linux-usb-users@lists.sourceforge.net
3015L: linux-usb-devel@lists.sourceforge.net
3016S: Maintained
3017
3018USB AUERSWALD DRIVER
3019P: Wolfgang Muees
3020M: wolfgang@iksw-muees.de
3021L: linux-usb-users@lists.sourceforge.net
3022L: linux-usb-devel@lists.sourceforge.net
3023S: Maintained
3024
3025USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3026P: Gary Brubaker
3027M: xavyer@ix.netcom.com
3028L: linux-usb-users@lists.sourceforge.net
3029L: linux-usb-devel@lists.sourceforge.net
3030S: Maintained
3031
3032USB SERIAL KEYSPAN DRIVER
3033P: Greg Kroah-Hartman
3034M: greg@kroah.com
3035L: linux-usb-users@lists.sourceforge.net
3036L: linux-usb-devel@lists.sourceforge.net
3037W: http://www.kroah.com/linux/
3038S: Maintained
3039
3040USB SERIAL WHITEHEAT DRIVER
3041P: Stuart MacDonald
3042M: stuartm@connecttech.com
3043L: linux-usb-users@lists.sourceforge.net
3044L: linux-usb-devel@lists.sourceforge.net
3045W: http://www.connecttech.com
3046S: Supported
3047
3048USB SN9C10x DRIVER
3049P: Luca Risolia
3050M: luca.risolia@studio.unibo.it
3051L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003052L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053W: http://www.linux-projects.org
3054S: Maintained
3055
3056USB SUBSYSTEM
3057P: Greg Kroah-Hartman
3058M: gregkh@suse.de
3059L: linux-usb-users@lists.sourceforge.net
3060L: linux-usb-devel@lists.sourceforge.net
3061W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003062T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063S: Supported
3064
3065USB UHCI DRIVER
3066P: Alan Stern
3067M: stern@rowland.harvard.edu
3068L: linux-usb-users@lists.sourceforge.net
3069L: linux-usb-devel@lists.sourceforge.net
3070S: Maintained
3071
3072USB "USBNET" DRIVER
3073P: David Brownell
3074M: dbrownell@users.sourceforge.net
3075L: linux-usb-devel@lists.sourceforge.net
3076S: Maintained
3077
3078USB W996[87]CF DRIVER
3079P: Luca Risolia
3080M: luca.risolia@studio.unibo.it
3081L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003082L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003083W: http://www.linux-projects.org
3084S: Maintained
3085
Luca Risolia60f78052006-02-06 16:29:35 +00003086USB ZC0301 DRIVER
3087P: Luca Risolia
3088M: luca.risolia@studio.unibo.it
3089L: linux-usb-devel@lists.sourceforge.net
3090L: video4linux-list@redhat.com
3091W: http://www.linux-projects.org
3092S: Maintained
3093
Linus Torvalds1da177e2005-04-16 15:20:36 -07003094USB ZD1201 DRIVER
3095P: Jeroen Vreeken
3096M: pe1rxq@amsat.org
3097L: linux-usb-users@lists.sourceforge.net
3098L: linux-usb-devel@lists.sourceforge.net
3099W: http://linux-lc100020.sourceforge.net
3100S: Maintained
3101
3102USER-MODE LINUX
3103P: Jeff Dike
3104M: jdike@karaya.com
3105L: user-mode-linux-devel@lists.sourceforge.net
3106L: user-mode-linux-user@lists.sourceforge.net
3107W: http://user-mode-linux.sourceforge.net
3108S: Maintained
3109
3110FAT/VFAT/MSDOS FILESYSTEM:
3111P: OGAWA Hirofumi
3112M: hirofumi@mail.parknet.co.jp
3113L: linux-kernel@vger.kernel.org
3114S: Maintained
3115
3116VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3117P: Jeff Garzik
3118S: Odd fixes
3119
3120VIA RHINE NETWORK DRIVER
3121P: Roger Luethi
3122M: rl@hellgate.ch
3123S: Maintained
3124
Jean Delvare32c0a522005-09-22 21:47:58 +02003125VIAPRO SMBUS DRIVER
3126P: Jean Delvare
3127M: khali@linux-fr.org
3128L: lm-sensors@lm-sensors.org
3129S: Maintained
3130
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131UCLINUX (AND M68KNOMMU)
3132P: Greg Ungerer
3133M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003135L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136S: Maintained
3137
3138UCLINUX FOR NEC V850
3139P: Miles Bader
3140M: uclinux-v850@lsi.nec.co.jp
3141W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3142W: http://www.ee.nec.de/uclinux/
3143S: Supported
3144
3145UCLINUX FOR RENESAS H8/300
3146P: Yoshinori Sato
3147M: ysato@users.sourceforge.jp
3148W: http://uclinux-h8.sourceforge.jp/
3149S: Supported
3150
3151USB DIAMOND RIO500 DRIVER
3152P: Cesar Miquel
3153M: miquel@df.uba.ar
3154L: rio500-users@lists.sourceforge.net
3155W: http://rio500.sourceforge.net
3156S: Maintained
3157
3158VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003159P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003160M: mchehab@infradead.org
3161M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003162L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003163W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003164T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003165S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166
Roger Lucas1de9e372005-11-26 20:20:05 +01003167VT8231 HARDWARE MONITOR DRIVER
3168P: Roger Lucas
3169M: roger@planbit.co.uk
3170L: lm-sensors@lm-sensors.org
3171S: Maintained
3172
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173W1 DALLAS'S 1-WIRE BUS
3174P: Evgeniy Polyakov
3175M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003176L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177S: Maintained
3178
3179W83L51xD SD/MMC CARD INTERFACE DRIVER
3180P: Pierre Ossman
3181M: drzeus-wbsd@drzeus.cx
3182L: wbsd-devel@list.drzeus.cx
3183W: http://projects.drzeus.cx/wbsd
3184S: Maintained
3185
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003186WATCHDOG DEVICE DRIVERS
3187P: Wim Van Sebroeck
3188M: wim@iguana.be
3189T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3190S: Maintained
3191
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3193P: Jean Tourrilhes
3194M: jt@hpl.hp.com
3195W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3196S: Maintained
3197
3198WD7000 SCSI DRIVER
3199P: Miroslav Zagorac
3200M: zaga@fly.cc.fer.hr
3201L: linux-scsi@vger.kernel.org
3202S: Maintained
3203
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003204WISTRON LAPTOP BUTTON DRIVER
3205P: Miloslav Trmac
3206M: mitr@volny.cz
3207S: Maintained
3208
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209WL3501 WIRELESS PCMCIA CARD DRIVER
3210P: Arnaldo Carvalho de Melo
3211M: acme@conectiva.com.br
3212W: http://advogato.org/person/acme
3213S: Maintained
3214
3215X.25 NETWORK LAYER
3216P: Henner Eisen
3217M: eis@baty.hanse.de
3218L: linux-x25@vger.kernel.org
3219S: Maintained
3220
3221XFS FILESYSTEM
3222P: Silicon Graphics Inc
3223M: xfs-masters@oss.sgi.com
3224M: nathans@sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003225L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226W: http://oss.sgi.com/projects/xfs
3227S: Supported
3228
3229X86 3-LEVEL PAGING (PAE) SUPPORT
3230P: Ingo Molnar
3231M: mingo@redhat.com
3232S: Maintained
3233
3234X86-64 port
3235P: Andi Kleen
3236M: ak@suse.de
3237L: discuss@x86-64.org
3238W: http://www.x86-64.org
3239S: Maintained
3240
3241YAM DRIVER FOR AX.25
3242P: Jean-Paul Roubelat
3243M: jpr@f6fbb.org
3244L: linux-hams@vger.kernel.org
3245S: Maintained
3246
Henkaf64a5e2005-10-12 15:02:56 +02003247YEALINK PHONE DRIVER
3248P: Henk Vergonet
3249M: Henk.Vergonet@gmail.com
3250L: usbb2k-api-dev@nongnu.org
3251S: Maintained
3252
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3254P: Pete Zaitcev
3255M: zaitcev@yahoo.com
3256L: linux-kernel@vger.kernel.org
3257S: Obsolete
3258
3259Z8530 DRIVER FOR AX.25
3260P: Joerg Reuter
3261M: jreuter@yaina.de
3262W: http://yaina.de/jreuter/
3263W: http://www.qsl.net/dl1bke/
3264L: linux-hams@vger.kernel.org
3265S: Maintained
3266
3267ZF MACHZ WATCHDOG
3268P: Fernando Fuganti
3269M: fuganti@netbank.com.br
3270W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3271S: Maintained
3272
3273ZR36067 VIDEO FOR LINUX DRIVER
3274P: Ronald Bultje
3275M: rbultje@ronald.bitfreak.net
3276L: mjpeg-users@lists.sourceforge.net
3277W: http://mjpeg.sourceforge.net/driver-zoran/
3278S: Maintained
3279
3280ZR36120 VIDEO FOR LINUX DRIVER
3281P: Pauline Middelink
3282M: middelin@polyware.nl
3283W: http://www.polyware.nl/~middelin/En/hobbies.html
3284W: http://www.polyware.nl/~middelin/hobbies.html
3285S: Maintained
3286
3287THE REST
3288P: Linus Torvalds
3289S: Buried alive in reporters