blob: 196a31c97524eac2ee9fc5235cb1e92f38ca5c7a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
Alan Coxc9ee1332006-05-20 15:00:12 -070043 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
Alan Coxc9ee1332006-05-20 15:00:12 -0700527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
58 -----------------------------------
59
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080070T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070071S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070086L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070087L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070094L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070095S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700143L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147P: Russell King
148M: rmk+serial@arm.linux.org.uk
149L: linux-serial@vger.kernel.org
150W: http://serial.sourceforge.net
151S: Maintained
152
1538390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
154P: Paul Gortmaker
155M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700156L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157S: Maintained
158
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001599P FILE SYSTEM
160P: Eric Van Hensbergen
161M: ericvh@gmail.com
162P: Ron Minnich
163M: rminnich@lanl.gov
164P: Latchesar Ionkov
165M: lucho@ionkov.net
166L: v9fs-developer@lists.sourceforge.net
167W: http://v9fs.sf.net
168T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
169S: Maintained
170
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171A2232 SERIAL BOARD DRIVER
172P: Enver Haase
173M: ehaase@inf.fu-berlin.de
174M: A2232@gmx.net
175L: linux-m68k@lists.linux-m68k.org
176S: Maintained
177
178AIO
179P: Benjamin LaHaise
180M: bcrl@kvack.org
181L: linux-aio@kvack.org
182S: Supported
183
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200184ABIT UGURU HARDWARE MONITOR DRIVER
185P: Hans de Goede
186M: j.w.r.degoede@hhs.nl
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
196ACI MIXER DRIVER
197P: Robert Siemer
198M: Robert.Siemer@gmx.de
199L: linux-sound@vger.kernel.org
200W: http://www.stud.uni-karlsruhe.de/~uh1b/
201S: Maintained
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203AACRAID SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205L: linux-scsi@vger.kernel.org
206W: http://linux.dell.com/storage.shtml
207S: Supported
208
209ACPI
210P: Len Brown
211M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500212L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800214T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215S: Maintained
216
217AD1816 SOUND DRIVER
218P: Thorsten Knabe
219M: Thorsten Knabe <linux@thorsten-knabe.de>
220W: http://linux.thorsten-knabe.de
221S: Maintained
222
Kyle McMartin6958ae32005-10-21 23:11:27 -0400223AD1889 SOUND DRIVER
224P: Kyle McMartin
225M: kyle@parisc-linux.org
226P: Thibaut Varene
227M: T-Bone@parisc-linux.org
228W: http://wiki.parisc-linux.org/AD1889
229L: parisc-linux@lists.parisc-linux.org
230S: Maintained
231
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232ADM1025 HARDWARE MONITOR DRIVER
233P: Jean Delvare
234M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200235L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236S: Maintained
237
238ADT746X FAN DRIVER
239P: Colin Leroy
240M: colin@colino.net
241S: Maintained
242
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243AEDSP16 DRIVER
244P: Riccardo Facchetti
245M: fizban@tin.it
246S: Maintained
247
248AFFS FILE SYSTEM
249P: Roman Zippel
250M: zippel@linux-m68k.org
251S: Maintained
252
253AGPGART DRIVER
254P: Dave Jones
255M: davej@codemonkey.org.uk
256W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800257T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258S: Maintained
259
260AHA152X SCSI DRIVER
261P: Juergen E. Fischer
262M: Juergen Fischer <fischer@norbit.de>
263L: linux-scsi@vger.kernel.org
264S: Maintained
265
266ALCATEL SPEEDTOUCH USB DRIVER
267P: Duncan Sands
268M: duncan.sands@free.fr
269L: linux-usb-users@lists.sourceforge.net
270L: linux-usb-devel@lists.sourceforge.net
271W: http://www.linux-usb.org/SpeedTouch/
272S: Maintained
273
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000274ALI1563 I2C DRIVER
275P: Rudolf Marek
276M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200277L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000278S: Maintained
279
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280ALPHA PORT
281P: Richard Henderson
282M: rth@twiddle.net
283S: Odd Fixes for 2.4; Maintained for 2.6.
284P: Ivan Kokshaysky
285M: ink@jurassic.park.msu.ru
286S: Maintained for 2.4; PCI support for 2.6.
287
Jordan Crousef90b8112006-01-06 00:12:14 -0800288AMD GEODE PROCESSOR/CHIPSET SUPPORT
289P: Jordan Crouse
290M: info-linux@geode.amd.com
291L: info-linux@geode.amd.com
292W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
293S: Supported
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295APM DRIVER
296P: Stephen Rothwell
297M: sfr@canb.auug.org.au
298L: linux-laptop@vger.kernel.org
299W: http://www.canb.auug.org.au/~sfr/
300S: Supported
301
302APPLETALK NETWORK LAYER
303P: Arnaldo Carvalho de Melo
304M: acme@conectiva.com.br
305S: Maintained
306
Jaya Kumar1154ea72005-06-21 17:17:04 -0700307ARC FRAMEBUFFER DRIVER
308P: Jaya Kumar
309M: jayalk@intworks.biz
310S: Maintained
311
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312ARM26 ARCHITECTURE
313P: Ian Molton
314M: spyro@f2s.com
315S: Maintained
316
317ARM26/ARCHIMEDES
318P: Ian Molton
319M: spyro@f2s.com
320S: Maintained
321
322ARM26/A5000
323P: John Appleby
324M: john@dnsworld.co.uk
325S: Maintained
326
327ARM MFM AND FLOPPY DRIVERS
328P: Ian Molton
329M: spyro@f2s.com
330S: Maintained
331
332ARM/CORGI MACHINE SUPPORT
333P: Richard Purdie
334M: rpurdie@rpsys.net
335S: Maintained
336
Dirk Opfer8459c152005-11-06 14:27:52 +0000337ARM/TOSA MACHINE SUPPORT
338P: Dirk Opfer
339M: dirk@opfer-online.de
340S: Maintained
341
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342ARM/PLEB SUPPORT
343P: Peter Chubb
344M: pleb@gelato.unsw.edu.au
345W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
346S: Maintained
347
348ARM/PT DIGITAL BOARD PORT
349P: Stefan Eletzhofer
350M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700351L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352W: http://www.arm.linux.org.uk/
353S: Maintained
354
355ARM/SHARK MACHINE SUPPORT
356P: Alexander Schulz
357M: alex@shark-linux.de
358W: http://www.shark-linux.de/shark.html
359S: Maintained
360
361ARM/STRONGARM110 PORT
362P: Russell King
363M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700364L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365W: http://www.arm.linux.org.uk/
366S: Maintained
367
368ARM/S3C2410 ARM ARCHITECTURE
369P: Ben Dooks
370M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700371L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372W: http://www.fluff.org/ben/linux/
373S: Maintained
374
375ARM/S3C2440 ARM ARCHITECTURE
376P: Ben Dooks
377M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700378L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379W: http://www.fluff.org/ben/linux/
380S: Maintained
381
382ARPD SUPPORT
383P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700384L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385S: Maintained
386
387ASUS ACPI EXTRAS DRIVER
388P: Karol Kozimor
389M: sziwan@users.sourceforge.net
390P: Julien Lerouge
391M: julien.lerouge@free.fr
392L: acpi4asus-user@lists.sourceforge.net
393W: http://sourceforge.net/projects/acpi4asus
394W: http://julien.lerouge.free.fr
395S: Maintained
396
397ATA OVER ETHERNET DRIVER
398P: Ed L. Cashin
399M: ecashin@coraid.com
400W: http://www.coraid.com/support/linux
401S: Supported
402
403ATM
404P: Chas Williams
405M: chas@cmf.nrl.navy.mil
406L: linux-atm-general@lists.sourceforge.net
407W: http://linux-atm.sourceforge.net
408S: Maintained
409
410ATMEL WIRELESS DRIVER
411P: Simon Kelley
412M: simon@thekelleys.org.uk
413W: http://www.thekelleys.org.uk/atmel
414W: http://atmelwlandriver.sourceforge.net/
415S: Maintained
416
Chris Wrighta92b7b82005-07-07 18:12:23 -0700417AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100418P: David Woodhouse
419M: dwmw2@infradead.org
420L: linux-audit@redhat.com
421W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800422T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700423S: Maintained
424
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425AX.25 NETWORK LAYER
426P: Ralf Baechle
427M: ralf@linux-mips.org
428L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200429W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430S: Maintained
431
432BAYCOM/HDLCDRV DRIVERS FOR AX.25
433P: Thomas Sailer
434M: t.sailer@alumni.ethz.ch
435L: linux-hams@vger.kernel.org
436W: http://www.baycom.org/~tom/ham/ham.html
437S: Maintained
438
Michael Buesch9eac8f92006-04-22 17:31:27 +0200439BCM43XX WIRELESS DRIVER
440P: Michael Buesch
441M: mb@bu3sch.de
442P: Stefano Brivio
443M: st3@riseup.net
444W: http://bcm43xx.berlios.de/
445S: Maintained
446
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447BEFS FILE SYSTEM
448P: Sergey S. Kostyliov
449M: rathamahata@php4.ru
450L: linux-kernel@vger.kernel.org
451S: Maintained
452
453BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
454P: Kenji Hollis
455W: http://ftp.bitgate.com/pcwd/
456S: Maintained
457
458BFS FILE SYSTEM
459P: Tigran A. Aivazian
460M: tigran@veritas.com
461L: linux-kernel@vger.kernel.org
462S: Maintained
463
464BLOCK LAYER
465P: Jens Axboe
466M: axboe@suse.de
467L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800468T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469S: Maintained
470
471BLUETOOTH SUBSYSTEM
472P: Marcel Holtmann
473M: marcel@holtmann.org
474P: Maxim Krasnyansky
475M: maxk@qualcomm.com
476L: bluez-devel@lists.sf.net
477W: http://bluez.sf.net
478W: http://www.bluez.org
479W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800480T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481S: Maintained
482
483BLUETOOTH RFCOMM LAYER
484P: Marcel Holtmann
485M: marcel@holtmann.org
486P: Maxim Krasnyansky
487M: maxk@qualcomm.com
488S: Maintained
489
490BLUETOOTH BNEP LAYER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493P: Maxim Krasnyansky
494M: maxk@qualcomm.com
495S: Maintained
496
497BLUETOOTH CMTP LAYER
498P: Marcel Holtmann
499M: marcel@holtmann.org
500S: Maintained
501
502BLUETOOTH HIDP LAYER
503P: Marcel Holtmann
504M: marcel@holtmann.org
505S: Maintained
506
507BLUETOOTH HCI UART DRIVER
508P: Marcel Holtmann
509M: marcel@holtmann.org
510P: Maxim Krasnyansky
511M: maxk@qualcomm.com
512S: Maintained
513
514BLUETOOTH HCI USB DRIVER
515P: Marcel Holtmann
516M: marcel@holtmann.org
517P: Maxim Krasnyansky
518M: maxk@qualcomm.com
519S: Maintained
520
521BLUETOOTH HCI BCM203X DRIVER
522P: Marcel Holtmann
523M: marcel@holtmann.org
524S: Maintained
525
526BLUETOOTH HCI BPA10X DRIVER
527P: Marcel Holtmann
528M: marcel@holtmann.org
529S: Maintained
530
531BLUETOOTH HCI BFUSB DRIVER
532P: Marcel Holtmann
533M: marcel@holtmann.org
534S: Maintained
535
536BLUETOOTH HCI DTL1 DRIVER
537P: Marcel Holtmann
538M: marcel@holtmann.org
539S: Maintained
540
541BLUETOOTH HCI BLUECARD DRIVER
542P: Marcel Holtmann
543M: marcel@holtmann.org
544S: Maintained
545
546BLUETOOTH HCI BT3C DRIVER
547P: Marcel Holtmann
548M: marcel@holtmann.org
549S: Maintained
550
551BLUETOOTH HCI BTUART DRIVER
552P: Marcel Holtmann
553M: marcel@holtmann.org
554S: Maintained
555
556BLUETOOTH HCI VHCI DRIVER
557P: Maxim Krasnyansky
558M: maxk@qualcomm.com
559S: Maintained
560
561BONDING DRIVER
562P: Chad Tindel
563M: ctindel@users.sourceforge.net
564P: Jay Vosburgh
565M: fubar@us.ibm.com
566L: bonding-devel@lists.sourceforge.net
567W: http://sourceforge.net/projects/bonding/
568S: Supported
569
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000570BROADBAND PROCESSOR ARCHITECTURE
571P: Arnd Bergmann
572M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100573L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400574W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000575S: Supported
576
Gary Zambrano39105892006-06-22 17:26:20 -0700577BROADCOM B44 10/100 ETHERNET DRIVER
578P: Gary Zambrano
579M: zambrano@broadcom.com
580L: netdev@vger.kernel.org
581S: Supported
582
Michael Chan948c51e2006-06-04 02:51:39 -0700583BROADCOM BNX2 GIGABIT ETHERNET DRIVER
584P: Michael Chan
585M: mchan@broadcom.com
586L: netdev@vger.kernel.org
587S: Supported
588
589BROADCOM TG3 GIGABIT ETHERNET DRIVER
590P: Michael Chan
591M: mchan@broadcom.com
592L: netdev@vger.kernel.org
593S: Supported
594
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700596P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200597M: mchehab@infradead.org
598M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700600W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200601T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700602S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604COMMON INTERNET FILE SYSTEM (CIFS)
605P: Steve French
606M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100607L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608L: samba-technical@lists.samba.org
609W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800610T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611S: Supported
612
Joel Becker7063fbf2005-12-15 14:29:43 -0800613CONFIGFS
614P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800615M: joel.becker@oracle.com
616L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800617S: Supported
618
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619CIRRUS LOGIC GENERIC FBDEV DRIVER
620P: Jeff Garzik
621M: jgarzik@pobox.com
622L: linux-fbdev-devel@lists.sourceforge.net
623S: Odd Fixes
624
625CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
626P: Cirrus Logic Corporation (kernel 2.2 driver)
627M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
628P: Nils Faerber (port to kernel 2.4)
629M: Nils Faerber <nils@kernelconcepts.de>
630S: Maintained
631
632CODA FILE SYSTEM
633P: Jan Harkes
634M: jaharkes@cs.cmu.edu
635M: coda@cs.cmu.edu
636L: codalist@coda.cs.cmu.edu
637W: http://www.coda.cs.cmu.edu/
638S: Maintained
639
640COMPACTPCI HOTPLUG CORE
641P: Scott Murray
642M: scottm@somanetworks.com
643M: scott@spiteful.org
644L: pcihpd-discuss@lists.sourceforge.net
645S: Supported
646
647COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
648P: Scott Murray
649M: scottm@somanetworks.com
650M: scott@spiteful.org
651L: pcihpd-discuss@lists.sourceforge.net
652S: Supported
653
654COMPACTPCI HOTPLUG GENERIC DRIVER
655P: Scott Murray
656M: scottm@somanetworks.com
657M: scott@spiteful.org
658L: pcihpd-discuss@lists.sourceforge.net
659S: Supported
660
661COMPUTONE INTELLIPORT MULTIPORT CARD
662P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700663M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700665S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666
667COSA/SRP SYNC SERIAL DRIVER
668P: Jan "Yenya" Kasprzak
669M: kas@fi.muni.cz
670W: http://www.fi.muni.cz/~kas/cosa/
671S: Maintained
672
673CPU FREQUENCY DRIVERS
674P: Dave Jones
675M: davej@codemonkey.org.uk
676L: cpufreq@lists.linux.org.uk
677W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800678T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679S: Maintained
680
681CPUID/MSR DRIVER
682P: H. Peter Anvin
683M: hpa@zytor.com
684S: Maintained
685
Paul Jacksoned90fb42005-09-27 21:45:37 -0700686CPUSETS
687P: Paul Jackson
688P: Simon Derr
689M: pj@sgi.com
690M: simon.derr@bull.net
691L: linux-kernel@vger.kernel.org
692W: http://www.bullopensource.org/cpuset/
693S: Supported
694
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695CRAMFS FILESYSTEM
696W: http://sourceforge.net/projects/cramfs/
697S: Orphan
698
699CRIS PORT
700P: Mikael Starvik
701M: starvik@axis.com
702L: dev-etrax@axis.com
703W: http://developer.axis.com
704S: Maintained
705
706CRYPTO API
707P: Herbert Xu
708M: herbert@gondor.apana.org.au
709P: David S. Miller
710M: davem@davemloft.net
711L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800712T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713S: Maintained
714
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100715CS5535 Audio ALSA driver
716P: Jaya Kumar
717M: jayakumar.alsa@gmail.com
718S: Maintained
719
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720CYBERPRO FB DRIVER
721P: Russell King
722M: rmk@arm.linux.org.uk
723W: http://www.arm.linux.org.uk/
724S: Maintained
725
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700726CYBLAFB FRAMEBUFFER DRIVER
727P: Knut Petersen
728M: Knut_Petersen@t-online.de
729L: linux-fbdev-devel@lists.sourceforge.net
730S: Maintained
731
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732CYCLADES 2X SYNC CARD DRIVER
733P: Arnaldo Carvalho de Melo
734M: acme@conectiva.com.br
735W: http://advogato.org/person/acme
736L: cycsyn-devel@bazar.conectiva.com.br
737S: Maintained
738
739CYCLADES ASYNC MUX DRIVER
740M: async@cyclades.com
741W: http://www.cyclades.com/
742S: Supported
743
744CYCLADES PC300 DRIVER
745M: pc300@cyclades.com
746W: http://www.cyclades.com/
747S: Supported
748
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749DAMA SLAVE for AX.25
750P: Joerg Reuter
751M: jreuter@yaina.de
752W: http://yaina.de/jreuter/
753W: http://www.qsl.net/dl1bke/
754L: linux-hams@vger.kernel.org
755S: Maintained
756
757DC395x SCSI driver
758P: Oliver Neukum
759M: oliver@neukum.name
760P: Ali Akcaagac
761M: aliakc@web.de
762P: Jamie Lenehan
763M: lenehan@twibble.org
764W: http://twibble.org/dist/dc395x/
765L: http://lists.twibble.org/mailman/listinfo/dc395x/
766S: Maintained
767
768DC390/AM53C974 SCSI driver
769P: Kurt Garloff
770M: garloff@suse.de
771W: http://www.garloff.de/kurt/linux/dc390/
772P: Guennadi Liakhovetski
773M: g.liakhovetski@gmx.de
774S: Maintained
775
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700776DCCP PROTOCOL
777P: Arnaldo Carvalho de Melo
778M: acme@mandriva.com
779L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800780W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700781S: Maintained
782
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783DECnet NETWORK LAYER
784P: Patrick Caulfield
785M: patrick@tykepenguin.com
786W: http://linux-decnet.sourceforge.net
787L: linux-decnet-user@lists.sourceforge.net
788S: Maintained
789
790DEFXX FDDI NETWORK DRIVER
791P: Maciej W. Rozycki
792M: macro@linux-mips.org
793S: Maintained
794
795DELL LAPTOP SMM DRIVER
796P: Massimo Dal Zotto
797M: dz@debian.org
798W: http://www.debian.org/~dz/i8k/
799S: Maintained
800
Doug Warzecha90563ec2005-09-06 15:17:15 -0700801DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
802P: Doug Warzecha
803M: Douglas_Warzecha@dell.com
804S: Maintained
805
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806DEVICE-MAPPER
807P: Alasdair Kergon
808L: dm-devel@redhat.com
809W: http://sources.redhat.com/dm
810S: Maintained
811
812DEVICE NUMBER REGISTRY
813P: Torben Mathiasen
814M: device@lanana.org
815W: http://lanana.org/docs/device-list/index.html
816L: linux-kernel@vger.kernel.org
817S: Maintained
818
819DEVICE FILESYSTEM
820S: Obsolete
821
822DIGI INTL. EPCA DRIVER
823P: Digi International, Inc
824M: Eng.Linux@digi.com
825L: Eng.Linux@digi.com
826W: http://www.digi.com
827S: Orphaned
828
829DIGI RIGHTSWITCH NETWORK DRIVER
830P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700831L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832W: http://www.digi.com
833S: Orphaned
834
835DIRECTORY NOTIFICATION
836P: Stephen Rothwell
837M: sfr@canb.auug.org.au
838L: linux-kernel@vger.kernel.org
839S: Supported
840
841DISK GEOMETRY AND PARTITION HANDLING
842P: Andries Brouwer
843M: aeb@cwi.nl
844W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
845W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
846W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
847S: Maintained
848
849DISKQUOTA:
850P: Jan Kara
851M: jack@suse.cz
852L: linux-kernel@vger.kernel.org
853S: Maintained
854
855DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
856P: Tobias Ringstrom
857M: tori@unhappy.mine.nu
858L: linux-kernel@vger.kernel.org
859S: Maintained
860
Martin Waitzba483d52005-06-17 13:20:59 -0700861DOCBOOK FOR DOCUMENTATION
862P: Martin Waitz
863M: tali@admingilde.org
Randy Dunlap0f40efb2006-07-03 00:24:15 -0700864P: Randy Dunlap
865M: rdunlap@xenotime.net
Martin Waitz061350e2006-01-09 20:53:53 -0800866T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700867S: Maintained
868
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869DOUBLETALK DRIVER
870P: James R. Van Zandt
871M: jrv@vanzandt.mv.com
872L: blinux-list@redhat.com
873S: Maintained
874
875DRIVER CORE, KOBJECTS, AND SYSFS
876P: Greg Kroah-Hartman
877M: gregkh@suse.de
878L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800879T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880S: Supported
881
882DRM DRIVERS
883P: David Airlie
884M: airlied@linux.ie
885L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800886T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887S: Maintained
888
889DSCC4 DRIVER
890P: François Romieu
891M: romieu@cogenit.fr
892M: romieu@ensta.fr
893S: Maintained
894
895DVB SUBSYSTEM AND DRIVERS
896P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200897M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200899W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200900T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200901S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902
903EATA-DMA SCSI DRIVER
904P: Michael Neuffer
905L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
906S: Maintained
907
908EATA ISA/EISA/PCI SCSI DRIVER
909P: Dario Ballabio
910M: ballabio_dario@emc.com
911L: linux-scsi@vger.kernel.org
912S: Maintained
913
914EATA-PIO SCSI DRIVER
915P: Michael Neuffer
916M: mike@i-Connect.Net
917L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
918S: Maintained
919
920EBTABLES
921P: Bart De Schuymer
922M: bart.de.schuymer@pandora.be
923L: ebtables-user@lists.sourceforge.net
924L: ebtables-devel@lists.sourceforge.net
925W: http://ebtables.sourceforge.net/
926S: Maintained
927
Alan Coxda9bb1d2006-01-18 17:44:13 -0800928EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800929P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700930M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800931L: bluesmoke-devel@lists.sourceforge.net
932W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700933S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -0800934
935EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700936P: Mark Gross
937M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800938L: bluesmoke-devel@lists.sourceforge.net
939W: bluesmoke.sourceforge.net
940S: Maintained
941
942EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700943P: Doug Thompson
944M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800945L: bluesmoke-devel@lists.sourceforge.net
946W: bluesmoke.sourceforge.net
947S: Maintained
948
949EDAC-R82600
950P: Tim Small
951M: tim@buttersideup.com
952L: bluesmoke-devel@lists.sourceforge.net
953W: bluesmoke.sourceforge.net
954S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800955
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956EEPRO100 NETWORK DRIVER
957P: Andrey V. Savochkin
958M: saw@saw.sw.com.sg
959S: Maintained
960
961EMU10K1 SOUND DRIVER
962P: James Courtier-Dutton
963M: James@superbug.demon.co.uk
964L: emu10k1-devel@lists.sourceforge.net
965W: http://sourceforge.net/projects/emu10k1/
966S: Maintained
967
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400968EMULEX LPFC FC SCSI DRIVER
969P: James Smart
970M: james.smart@emulex.com
971L: linux-scsi@vger.kernel.org
972W: http://sourceforge.net/projects/lpfcxxxx
973S: Supported
974
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975EPSON 1355 FRAMEBUFFER DRIVER
976P: Christopher Hoover
977M: ch@murgatroid.com, ch@hpl.hp.com
978S: Maintained
979
980ETHEREXPRESS-16 NETWORK DRIVER
981P: Philip Blundell
982M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700983L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984S: Maintained
985
986ETHERNET BRIDGE
987P: Stephen Hemminger
988M: shemminger@osdl.org
989L: bridge@osdl.org
990W: http://bridge.sourceforge.net/
991S: Maintained
992
993ETHERTEAM 16I DRIVER
994P: Mika Kuoppala
995M: miku@iki.fi
996S: Maintained
997
998EXT2 FILE SYSTEM
999L: ext2-devel@lists.sourceforge.net
1000S: Maintained
1001
1002EXT3 FILE SYSTEM
1003P: Stephen Tweedie, Andrew Morton
1004M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001005L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006S: Maintained
1007
Jean Delvaree53004e2006-01-09 23:26:14 +01001008F71805F HARDWARE MONITORING DRIVER
1009P: Jean Delvare
1010M: khali@linux-fr.org
1011L: lm-sensors@lm-sensors.org
1012S: Maintained
1013
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014FARSYNC SYNCHRONOUS DRIVER
1015P: Kevin Curtis
1016M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017W: http://www.farsite.co.uk/
1018S: Supported
1019
1020FRAMEBUFFER LAYER
1021P: Antonino Daplas
1022M: adaplas@pol.net
1023L: linux-fbdev-devel@lists.sourceforge.net
1024W: http://linux-fbdev.sourceforge.net/
1025S: Maintained
1026
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001027FREESCALE SOC FS_ENET DRIVER
1028P: Pantelis Antoniou
1029M: pantelis.antoniou@gmail.com
1030P: Vitaly Bordug
1031M: vbordug@ru.mvista.com
1032L: linuxppc-embedded@ozlabs.org
1033L: netdev@vger.kernel.org
1034S: Maintained
1035
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036FILE LOCKING (flock() and fcntl()/lockf())
1037P: Matthew Wilcox
1038M: matthew@wil.cx
1039L: linux-fsdevel@vger.kernel.org
1040S: Maintained
1041
1042FILESYSTEMS (VFS and infrastructure)
1043P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001044M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045S: Maintained
1046
1047FIRMWARE LOADER (request_firmware)
1048L: linux-kernel@vger.kernel.org
1049S: Orphan
1050
1051FPU EMULATOR
1052P: Bill Metzenthen
1053M: billm@suburbia.net
1054W: http://suburbia.net/~billm/floating-point/emulator/
1055S: Maintained
1056
1057FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1058P: Mike McLagan
1059M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001060L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061S: Maintained
1062
1063FREEVXFS FILESYSTEM
1064P: Christoph Hellwig
1065M: hch@infradead.org
1066W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1067S: Maintained
1068
1069FUJITSU FR-V PORT
1070P: David Howells
1071M: dhowells@redhat.com
1072S: Maintained
1073
1074FTAPE/QIC-117
1075L: linux-tape@vger.kernel.org
1076W: http://sourceforge.net/projects/ftape
1077S: Orphan
1078
Miklos Szeredi04578f12005-09-09 13:10:22 -07001079FUSE: FILESYSTEM IN USERSPACE
1080P: Miklos Szeredi
1081M: miklos@szeredi.hu
1082L: fuse-devel@lists.sourceforge.net
1083W: http://fuse.sourceforge.net/
1084S: Maintained
1085
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1087P: Rik Faith
1088M: faith@cs.unc.edu
1089L: linux-scsi@vger.kernel.org
1090S: Odd fixes (e.g., new signatures)
1091
1092GDT SCSI DISK ARRAY CONTROLLER DRIVER
1093P: Achim Leubner
1094M: achim_leubner@adaptec.com
1095L: linux-scsi@vger.kernel.org
1096W: http://www.icp-vortex.com/
1097S: Supported
1098
1099GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1100P: Krzysztof Halasa
1101M: khc@pm.waw.pl
1102W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1103S: Maintained
1104
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001105GIGASET ISDN DRIVERS
1106P: Hansjoerg Lipp
1107M: hjlipp@web.de
1108P: Tilman Schmidt
1109M: tilman@imap.cc
1110L: gigaset307x-common@lists.sourceforge.net
1111W: http://gigaset307x.sourceforge.net/
1112S: Maintained
1113
Jean Delvare5b543962005-08-15 19:51:02 +02001114HARDWARE MONITORING
1115P: Jean Delvare
1116M: khali@linux-fr.org
1117L: lm-sensors@lm-sensors.org
1118W: http://www.lm-sensors.nu/
1119S: Maintained
1120
Michael Buesch844dd052006-06-26 00:24:59 -07001121HARDWARE RANDOM NUMBER GENERATOR CORE
1122P: Michael Buesch
1123M: mb@bu3sch.de
1124S: Maintained
1125
Robert Love860e1d62005-08-31 23:57:59 -04001126HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1127P: Robert Love
1128M: rlove@rlove.org
1129M: linux-kernel@vger.kernel.org
1130W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1131S: Maintained
1132
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133HARMONY SOUND DRIVER
1134P: Kyle McMartin
1135M: kyle@parisc-linux.org
1136W: http://www.parisc-linux.org/~kyle/harmony/
1137L: parisc-linux@lists.parisc-linux.org
1138S: Maintained
1139
1140HAYES ESP SERIAL DRIVER
1141P: Andrew J. Robinson
1142M: arobinso@nyx.net
1143L: linux-kernel@vger.kernel.org
1144W: http://www.nyx.net/~arobinso
1145S: Maintained
1146
1147HFS FILESYSTEM
1148P: Roman Zippel
1149M: zippel@linux-m68k.org
1150L: linux-kernel@vger.kernel.org
1151S: Maintained
1152
1153HGA FRAMEBUFFER DRIVER
1154P: Ferenc Bakonyi
1155M: fero@drama.obuda.kando.hu
1156L: linux-nvidia@lists.surfsouth.com
1157W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1158S: Maintained
1159
1160HIGH-SPEED SCC DRIVER FOR AX.25
1161P: Klaus Kudielka
1162M: klaus.kudielka@ieee.org
1163L: linux-hams@vger.kernel.org
1164W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1165S: Maintained
1166
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001167HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1168P: HighPoint Linux Team
1169M: linux@highpoint-tech.com
1170W: http://www.highpoint-tech.com
1171S: Supported
1172
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173HIPPI
1174P: Jes Sorensen
1175M: jes@trained-monkey.org
1176L: linux-hippi@sunsite.dk
1177S: Maintained
1178
1179HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1180P: Chirag Kantharia
1181M: chirag.kantharia@hp.com
1182L: iss_storagedev@hp.com
1183S: Maintained
1184
1185HEWLETT-PACKARD SMART2 RAID DRIVER
1186P: Chirag Kantharia
1187M: chirag.kantharia@hp.com
1188L: iss_storagedev@hp.com
1189S: Maintained
1190
1191HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1192P: Mike Miller
1193M: mike.miller@hp.com
1194L: iss_storagedev@hp.com
1195S: Supported
1196
Jouni Malinenff1d2762005-05-12 22:54:16 -04001197HOST AP DRIVER
1198P: Jouni Malinen
1199M: jkmaline@cc.hut.fi
1200L: hostap@shmoo.com
1201W: http://hostap.epitest.fi/
1202S: Maintained
1203
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1205P: Jaroslav Kysela
1206M: perex@suse.cz
1207S: Maintained
1208
Bob Piccob9b03322005-11-07 00:59:19 -08001209HPET: High Precision Event Timers driver (hpet.c)
1210P: Clemens Ladisch
1211M: clemens@ladisch.de
1212S: Maintained
1213
1214HPET: i386
1215P: Venkatesh Pallipadi (Venki)
1216M: venkatesh.pallipadi@intel.com
1217S: Maintained
1218
1219HPET: x86_64
1220P: Andi Kleen and Vojtech Pavlik
1221M: ak@muc.de and vojtech@suse.cz
1222S: Maintained
1223
1224HPET: ACPI hpet.c
1225P: Bob Picco
1226M: bob.picco@hp.com
1227S: Maintained
1228
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229HPFS FILESYSTEM
1230P: Mikulas Patocka
1231M: mikulas@artax.karlin.mff.cuni.cz
1232W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1233S: Maintained
1234
1235HUGETLB FILESYSTEM
1236P: William Irwin
1237M: wli@holomorphy.com
1238S: Maintained
1239
Jean Delvare5b543962005-08-15 19:51:02 +02001240I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241P: Jean Delvare
1242M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001243L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001245T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246S: Maintained
1247
1248I2O
1249P: Markus Lidel
1250M: markus.lidel@shadowconnect.com
1251W: http://i2o.shadowconnect.com/
1252S: Maintained
1253
1254i386 BOOT CODE
1255P: Riley H. Williams
1256M: Riley@Williams.Name
1257L: Linux-Kernel@vger.kernel.org
1258S: Maintained
1259
1260i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1261P: Dave Jones
1262M: davej@codemonkey.org.uk
1263P: H. Peter Anvin
1264M: hpa@zytor.com
1265S: Maintained
1266
1267i810 TCO TIMER WATCHDOG
1268P: Nils Faerber
1269M: nils@kernelconcepts.de
1270W: http://www.kernelconcepts.de/
1271S: Maintained
1272
1273IA64 (Itanium) PLATFORM
1274P: Tony Luck
1275M: tony.luck@intel.com
1276L: linux-ia64@vger.kernel.org
1277W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001278T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279S: Maintained
1280
1281SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001282P: Jes Sorensen
1283M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284L: linux-altix@sgi.com
1285L: linux-ia64@vger.kernel.org
1286W: http://www.sgi.com/altix
1287S: Maintained
1288
1289IBM MCA SCSI SUBSYSTEM DRIVER
1290P: Michael Lang
1291M: langa2@kph.uni-mainz.de
1292W: http://www.uni-mainz.de/~langm000/linux.html
1293S: Maintained
1294
1295IBM Power Linux RAID adapter
1296P: Brian King
1297M: brking@us.ibm.com
1298S: Supported
1299
1300IBM ServeRAID RAID DRIVER
1301P: Jack Hammer
1302P: Dave Jeffery
1303M: ipslinux@adaptec.com
1304W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1305S: Supported
1306
1307IDE DRIVER [GENERAL]
1308P: Bartlomiej Zolnierkiewicz
1309M: B.Zolnierkiewicz@elka.pw.edu.pl
1310L: linux-kernel@vger.kernel.org
1311L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001312T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313S: Maintained
1314
1315IDE/ATAPI CDROM DRIVER
1316P: Jens Axboe
1317M: axboe@suse.de
1318L: linux-kernel@vger.kernel.org
1319W: http://www.kernel.dk
1320S: Maintained
1321
1322IDE/ATAPI FLOPPY DRIVERS
1323P: Paul Bristow
1324M: Paul Bristow <paul@paulbristow.net>
1325W: http://paulbristow.net/linux/idefloppy.html
1326L: linux-kernel@vger.kernel.org
1327S: Maintained
1328
1329IDE/ATAPI TAPE DRIVERS
1330P: Gadi Oxman
1331M: Gadi Oxman <gadio@netvision.net.il>
1332L: linux-kernel@vger.kernel.org
1333S: Maintained
1334
1335IEEE 1394 ETHERNET (eth1394)
1336L: linux1394-devel@lists.sourceforge.net
1337W: http://www.linux1394.org/
1338S: Orphan
1339
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340IEEE 1394 SUBSYSTEM
1341P: Ben Collins
1342M: bcollins@debian.org
1343P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001344M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345L: linux1394-devel@lists.sourceforge.net
1346W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001347T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348S: Maintained
1349
1350IEEE 1394 OHCI DRIVER
1351P: Ben Collins
1352M: bcollins@debian.org
1353P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001354M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355L: linux1394-devel@lists.sourceforge.net
1356W: http://www.linux1394.org/
1357S: Maintained
1358
1359IEEE 1394 PCILYNX DRIVER
1360P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001361M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362L: linux1394-devel@lists.sourceforge.net
1363W: http://www.linux1394.org/
1364S: Maintained
1365
1366IEEE 1394 RAW I/O DRIVER
1367P: Ben Collins
1368M: bcollins@debian.org
1369P: Dan Dennedy
1370M: dan@dennedy.org
1371L: linux1394-devel@lists.sourceforge.net
1372W: http://www.linux1394.org/
1373S: Maintained
1374
Jody McIntyre105d7b32005-09-30 11:59:04 -07001375IEEE 1394 SBP2
1376P: Ben Collins
1377M: bcollins@debian.org
1378P: Stefan Richter
1379M: stefanr@s5r6.in-berlin.de
1380L: linux1394-devel@lists.sourceforge.net
1381W: http://www.linux1394.org/
1382S: Maintained
1383
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384IMS TWINTURBO FRAMEBUFFER DRIVER
1385P: Paul Mundt
1386M: lethal@chaoticdreams.org
1387L: linux-fbdev-devel@lists.sourceforge.net
1388S: Maintained
1389
1390INFINIBAND SUBSYSTEM
1391P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001392M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393P: Sean Hefty
1394M: mshefty@ichips.intel.com
1395P: Hal Rosenstock
1396M: halr@voltaire.com
1397L: openib-general@openib.org
1398W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001399T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400S: Supported
1401
1402INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001403P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001404M: dmitry.torokhov@gmail.com
1405M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406L: linux-input@atrey.karlin.mff.cuni.cz
1407L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001408T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409S: Maintained
1410
Robert Lovec9f04f52005-07-15 12:21:07 -04001411INOTIFY
1412P: John McCutchan and Robert Love
1413M: ttb@tentacle.dhs.org and rml@novell.com
1414L: linux-kernel@vger.kernel.org
1415S: Maintained
1416
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001417INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1418P: Sylvain Meyer
1419M: sylvain.meyer@worldonline.fr
1420L: linux-fbdev-devel@lists.sourceforge.net
1421S: Maintained
1422
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423INTEL 810/815 FRAMEBUFFER DRIVER
1424P: Antonino Daplas
1425M: adaplas@pol.net
1426L: linux-fbdev-devel@lists.sourceforge.net
1427S: Maintained
1428
1429INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1430P: Ingo Molnar
1431M: mingo@redhat.com
1432S: Maintained
1433
1434INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1435P: Jeff Garzik
1436M: jgarzik@pobox.com
1437W: http://sourceforge.net/projects/gkernel/
1438S: Maintained
1439
1440INTEL IA32 MICROCODE UPDATE SUPPORT
1441P: Tigran Aivazian
1442M: tigran@veritas.com
1443S: Maintained
1444
Michael Buesch844dd052006-06-26 00:24:59 -07001445INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1446P: Deepak Saxena
1447M: dsaxena@plexity.net
1448S: Maintained
1449
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450INTEL PRO/100 ETHERNET SUPPORT
1451P: John Ronciak
1452M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453P: Jesse Brandeburg
1454M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001455P: Jeff Kirsher
1456M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001457P: Auke Kok
1458M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459W: http://sourceforge.net/projects/e1000/
1460S: Supported
1461
1462INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1463P: Jeb Cramer
1464M: cramerj@intel.com
1465P: John Ronciak
1466M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001467P: Jesse Brandeburg
1468M: jesse.brandeburg@intel.com
1469P: Jeff Kirsher
1470M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001471P: Auke Kok
1472M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473W: http://sourceforge.net/projects/e1000/
1474S: Supported
1475
1476INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001477P: Jeff Kirsher
1478M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479P: Ayyappan Veeraiyan
1480M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481P: John Ronciak
1482M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001483P: Jesse Brandeburg
1484M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001485P: Auke Kok
1486M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487W: http://sourceforge.net/projects/e1000/
1488S: Supported
1489
James Ketrenos826d2ab2005-11-07 18:56:59 -06001490INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1491P: Yi Zhu
1492M: yi.zhu@intel.com
1493P: James Ketrenos
1494M: jketreno@linux.intel.com
1495L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1496W: http://ipw2100.sourceforge.net
1497S: Supported
1498
1499INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1500P: Yi Zhu
1501M: yi.zhu@intel.com
1502P: James Ketrenos
1503M: jketreno@linux.intel.com
1504L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1505W: http://ipw2200.sourceforge.net
1506S: Supported
1507
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508IOC3 DRIVER
1509P: Ralf Baechle
1510M: ralf@linux-mips.org
1511L: linux-mips@linux-mips.org
1512S: Maintained
1513
1514IP MASQUERADING:
1515P: Juanjo Ciarlante
1516M: jjciarla@raiz.uncu.edu.ar
1517S: Maintained
1518
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001519IPATH DRIVER:
1520P: Bryan O'Sullivan
1521M: support@pathscale.com
1522L: openib-general@openib.org
1523S: Supported
1524
Corey Minyard4409ebe2006-04-20 02:43:12 -07001525IPMI SUBSYSTEM
1526P: Corey Minyard
1527M: minyard@acm.org
1528L: openipmi-developer@lists.sourceforge.net
1529W: http://openipmi.sourceforge.net/
1530S: Supported
1531
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532IPX NETWORK LAYER
1533P: Arnaldo Carvalho de Melo
1534M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001535L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536S: Maintained
1537
1538IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001539P: Samuel Ortiz
1540M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001541L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001542W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001543S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544
1545ISAPNP
1546P: Jaroslav Kysela
1547M: perex@suse.cz
1548S: Maintained
1549
1550ISDN SUBSYSTEM
1551P: Karsten Keil
1552M: kkeil@suse.de
1553P: Kai Germaschewski
1554M: kai.germaschewski@gmx.de
1555L: isdn4linux@listserv.isdn4linux.de
1556W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001557T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558S: Maintained
1559
1560ISDN SUBSYSTEM (Eicon active card driver)
1561P: Armin Schindler
1562M: mac@melware.de
1563L: isdn4linux@listserv.isdn4linux.de
1564W: http://www.melware.de
1565S: Maintained
1566
1567JOURNALLING FLASH FILE SYSTEM (JFFS)
1568P: Axis Communications AB
1569M: jffs-dev@axis.com
1570L: jffs-dev@axis.com
1571W: http://www.developer.axis.com/software/jffs/
1572S: Maintained
1573
1574JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1575P: David Woodhouse
1576M: dwmw2@infradead.org
1577L: jffs-dev@axis.com
1578W: http://sources.redhat.com/jffs2/
1579S: Maintained
1580
1581JFS FILESYSTEM
1582P: Dave Kleikamp
1583M: shaggy@austin.ibm.com
1584L: jfs-discussion@lists.sourceforge.net
1585W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001586T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587S: Supported
1588
Theodore Tsoae0718f2006-05-20 15:00:13 -07001589JOURNALLING LAYER FOR BLOCK DEVICS (JBD)
1590P: Stephen Tweedie, Andrew Morton
1591M: sct@redhat.com, akpm@osdl.org
1592L: ext2-devel@lists.sourceforge.net
1593S: Maintained
1594
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595KCONFIG
1596P: Roman Zippel
1597M: zippel@linux-m68k.org
1598L: kbuild-devel@lists.sourceforge.net
1599S: Maintained
1600
Vivek Goyalea6c2082006-05-20 14:59:55 -07001601KDUMP
1602P: Vivek Goyal
1603M: vgoyal@in.ibm.com
1604P: Haren Myneni
1605M: hbabu@us.ibm.com
1606L: fastboot@lists.osdl.org
1607L: linux-kernel@vger.kernel.org
1608W: http://lse.sourceforge.net/kdump/
1609S: Maintained
1610
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611KERNEL AUTOMOUNTER (AUTOFS)
1612P: H. Peter Anvin
1613M: hpa@zytor.com
1614L: autofs@linux.kernel.org
1615S: Odd Fixes
1616
1617KERNEL AUTOMOUNTER v4 (AUTOFS4)
1618P: Ian Kent
1619M: raven@themaw.net
1620L: autofs@linux.kernel.org
1621S: Maintained
1622
1623KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1624P: Kai Germaschewski
1625M: kai@germaschewski.name
1626P: Sam Ravnborg
1627M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001628T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629S: Maintained
1630
1631KERNEL JANITORS
1632P: Several
1633L: kernel-janitors@osdl.org
1634W: http://www.kerneljanitors.org/
1635W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636S: Maintained
1637
1638KERNEL NFSD
1639P: Neil Brown
1640M: neilb@cse.unsw.edu.au
1641L: nfs@lists.sourceforge.net
1642W: http://nfs.sourceforge.net/
1643W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1644S: Maintained
1645
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001646KEXEC
1647P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001648M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001649W: http://www.xmission.com/~ebiederm/files/kexec/
1650L: linux-kernel@vger.kernel.org
1651L: fastboot@osdl.org
1652S: Maintained
1653
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001654KPROBES
1655P: Prasanna S Panchamukhi
1656M: prasanna@in.ibm.com
1657P: Ananth N Mavinakayanahalli
1658M: ananth@in.ibm.com
1659P: Anil S Keshavamurthy
1660M: anil.s.keshavamurthy@intel.com
1661P: David S. Miller
1662M: davem@davemloft.net
1663L: linux-kernel@vger.kernel.org
1664S: Maintained
1665
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666LAPB module
1667P: Henner Eisen
1668M: eis@baty.hanse.de
1669L: linux-x25@vger.kernel.org
1670S: Maintained
1671
1672LASI 53c700 driver for PARISC
1673P: James E.J. Bottomley
1674M: James.Bottomley@HansenPartnership.com
1675L: linux-scsi@vger.kernel.org
1676S: Maintained
1677
Richard Purdie263de9b2006-05-15 09:44:16 -07001678LED SUBSYSTEM
1679P: Richard Purdie
1680M: rpurdie@rpsys.net
1681S: Maintained
1682
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683LEGO USB Tower driver
1684P: Juergen Stuber
1685M: starblue@users.sourceforge.net
1686L: legousb-devel@lists.sourceforge.net
1687W: http://legousb.sourceforge.net/
1688S: Maintained
1689
1690LINUX FOR IBM pSERIES (RS/6000)
1691P: Paul Mackerras
1692M: paulus@au.ibm.com
1693W: http://www.ibm.com/linux/ltc/projects/ppc
1694S: Supported
1695
1696LINUX FOR NCR VOYAGER
1697P: James Bottomley
1698M: James.Bottomley@HansenPartnership.com
1699W: http://www.hansenpartnership.com/voyager
1700S: Maintained
1701
1702LINUX FOR POWERPC
1703P: Paul Mackerras
1704M: paulus@samba.org
1705W: http://www.penguinppc.org/
1706L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001707T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708S: Supported
1709
1710LINUX FOR POWER MACINTOSH
1711P: Benjamin Herrenschmidt
1712M: benh@kernel.crashing.org
1713W: http://www.penguinppc.org/
1714L: linuxppc-dev@ozlabs.org
1715S: Maintained
1716
1717LINUX FOR POWERPC EMBEDDED MPC52XX
1718P: Sylvain Munaut
1719M: tnt@246tNt.com
1720W: http://www.246tNt.com/mpc52xx/
1721W: http://www.penguinppc.org/
1722L: linuxppc-dev@ozlabs.org
1723L: linuxppc-embedded@ozlabs.org
1724S: Maintained
1725
1726LINUX FOR POWERPC EMBEDDED PPC4XX
1727P: Matt Porter
1728M: mporter@kernel.crashing.org
1729W: http://www.penguinppc.org/
1730L: linuxppc-embedded@ozlabs.org
1731S: Maintained
1732
Tom Rinie93adf12005-07-26 12:49:53 -07001733LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734P: Tom Rini
1735M: trini@kernel.crashing.org
1736W: http://www.penguinppc.org/
1737L: linuxppc-embedded@ozlabs.org
1738S: Maintained
1739
Tom Rinie93adf12005-07-26 12:49:53 -07001740LINUX FOR POWERPC EMBEDDED PPC8XX
1741P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001742M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001743W: http://www.penguinppc.org/
1744L: linuxppc-embedded@ozlabs.org
1745S: Maintained
1746
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1748P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001749M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750W: http://www.penguinppc.org/
1751L: linuxppc-embedded@ozlabs.org
1752S: Maintained
1753
1754LLC (802.2)
1755P: Arnaldo Carvalho de Melo
1756M: acme@conectiva.com.br
1757S: Maintained
1758
1759LINUX FOR 64BIT POWERPC
1760P: Paul Mackerras
1761M: paulus@samba.org
1762M: paulus@au.ibm.com
1763P: Anton Blanchard
1764M: anton@samba.org
1765M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001766W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001767L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768S: Supported
1769
1770LINUX SECURITY MODULE (LSM) FRAMEWORK
1771P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001772M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001773L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001775T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776S: Supported
1777
1778LM83 HARDWARE MONITOR DRIVER
1779P: Jean Delvare
1780M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001781L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782S: Maintained
1783
1784LM90 HARDWARE MONITOR DRIVER
1785P: Jean Delvare
1786M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001787L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788S: Maintained
1789
1790LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1791P: Richard Russon (FlatCap)
1792M: ldm@flatcap.org
1793L: ldm-devel@lists.sourceforge.net
1794W: http://ldm.sourceforge.net
1795S: Maintained
1796
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001797LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1798P: Eric Moore
1799M: Eric.Moore@lsil.com
1800M: support@lsil.com
1801L: mpt_linux_developer@lsil.com
1802L: linux-scsi@vger.kernel.org
1803W: http://www.lsilogic.com/support
1804S: Supported
1805
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1807P: Matthew Wilcox
1808M: matthew@wil.cx
1809L: linux-scsi@vger.kernel.org
1810S: Maintained
1811
1812M68K ARCHITECTURE
1813P: Geert Uytterhoeven
1814M: geert@linux-m68k.org
1815P: Roman Zippel
1816M: zippel@linux-m68k.org
1817L: linux-m68k@lists.linux-m68k.org
1818W: http://www.linux-m68k.org/
1819W: http://linux-m68k-cvs.ubb.ca/
1820S: Maintained
1821
1822M68K ON APPLE MACINTOSH
1823P: Joshua Thompson
1824M: funaho@jurai.org
1825W: http://www.mac.linux-m68k.org/
1826L: linux-mac68k@mac.linux-m68k.org
1827S: Maintained
1828
1829M68K ON HP9000/300
1830P: Philip Blundell
1831M: philb@gnu.org
1832W: http://www.tazenda.demon.co.uk/phil/linux-hp
1833S: Maintained
1834
1835MARVELL YUKON / SYSKONNECT DRIVER
1836P: Mirko Lindner
1837M: mlindner@syskonnect.de
1838P: Ralph Roesler
1839M: rroesler@syskonnect.de
1840W: http://www.syskonnect.com
1841S: Supported
1842
1843MAESTRO PCI SOUND DRIVERS
1844P: Zach Brown
1845M: zab@zabbo.net
1846S: Odd Fixes
1847
Michael Kerriskfaf16682005-07-31 22:34:47 -07001848MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1849P: Michael Kerrisk
1850M: mtk-manpages@gmx.net
1851W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1852S: Maintained
1853
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001854MARVELL MV643XX ETHERNET DRIVER
1855P: Dale Farnsworth
1856M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001858M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001859L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001860S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861
1862MATROX FRAMEBUFFER DRIVER
1863P: Petr Vandrovec
1864M: vandrove@vc.cvut.cz
1865L: linux-fbdev-devel@lists.sourceforge.net
1866S: Maintained
1867
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001868MEGARAID SCSI DRIVERS
1869P: Neela Syam Kolli
1870M: Neela.Kolli@engenio.com
1871S: linux-scsi@vger.kernel.org
1872W: http://megaraid.lsilogic.com
1873S: Maintained
1874
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001875MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876P: David Woodhouse
1877M: dwmw2@infradead.org
1878W: http://www.linux-mtd.infradead.org/
1879L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001880T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881S: Maintained
1882
1883MICROTEK X6 SCANNER
1884P: Oliver Neukum
1885M: oliver@neukum.name
1886S: Maintained
1887
1888MIPS
1889P: Ralf Baechle
1890M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001891W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001893T: git www.linux-mips.org:/pub/scm/linux.git
1894S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895
1896MISCELLANEOUS MCA-SUPPORT
1897P: James Bottomley
1898M: jejb@steeleye.com
1899L: linux-kernel@vger.kernel.org
1900S: Maintained
1901
1902MODULE SUPPORT
1903P: Rusty Russell
1904M: rusty@rustcorp.com.au
1905L: linux-kernel@vger.kernel.org
1906S: Maintained
1907
1908MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1909P: Stelian Pop
1910M: stelian@popies.net
1911W: http://popies.net/meye/
1912S: Maintained
1913
1914MOUSE AND MISC DEVICES [GENERAL]
1915P: Alessandro Rubini
1916M: rubini@ipvvis.unipv.it
1917L: linux-kernel@vger.kernel.org
1918S: Maintained
1919
1920MTRR AND SIMILAR SUPPORT [i386]
1921P: Richard Gooch
1922M: rgooch@atnf.csiro.au
1923L: linux-kernel@vger.kernel.org
1924W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1925S: Maintained
1926
Russell King12223da2006-06-15 13:28:52 +01001927MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001928P: Russell King
1929M: rmk+mmc@arm.linux.org.uk
1930S: Maintained
1931
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932MULTISOUND SOUND DRIVER
1933P: Andrew Veliath
1934M: andrewtv@usa.net
1935S: Maintained
1936
1937NATSEMI ETHERNET DRIVER (DP8381x)
1938P: Tim Hockin
1939M: thockin@hockin.org
1940S: Maintained
1941
1942NCP FILESYSTEM
1943P: Petr Vandrovec
1944M: vandrove@vc.cvut.cz
1945L: linware@sh.cvut.cz
1946S: Maintained
1947
1948NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1949P: James E.J. Bottomley
1950M: James.Bottomley@HansenPartnership.com
1951L: linux-scsi@vger.kernel.org
1952S: Maintained
1953
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07001954NETEM NETWORK EMULATOR
1955P: Stephen Hemminger
1956M: shemminger@osdl.org
1957L: netem@osdl.org
1958S: Maintained
1959
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960NETFILTER/IPTABLES/IPCHAINS
1961P: Rusty Russell
1962P: Marc Boucher
1963P: James Morris
1964P: Harald Welte
1965P: Jozsef Kadlecsik
1966M: coreteam@netfilter.org
1967W: http://www.netfilter.org/
1968W: http://www.iptables.org/
1969L: netfilter@lists.netfilter.org
1970L: netfilter-devel@lists.netfilter.org
1971S: Supported
1972
1973NETROM NETWORK LAYER
1974P: Ralf Baechle
1975M: ralf@linux-mips.org
1976L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001977W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001978S: Maintained
1979
1980NETWORK BLOCK DEVICE
1981P: Paul Clements
1982M: Paul.Clements@steeleye.com
1983S: Maintained
1984
1985NETWORK DEVICE DRIVERS
1986P: Andrew Morton
1987M: akpm@osdl.org
1988P: Jeff Garzik
1989M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001990L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001991T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992S: Maintained
1993
1994NETWORKING [GENERAL]
1995P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001996M: netdev@vger.kernel.org
1997L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001998W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999S: Maintained
2000
2001NETWORKING [IPv4/IPv6]
2002P: David S. Miller
2003M: davem@davemloft.net
2004P: Alexey Kuznetsov
2005M: kuznet@ms2.inr.ac.ru
2006P: Pekka Savola (ipv6)
2007M: pekkas@netcore.fi
2008P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002009M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010P: Hideaki YOSHIFUJI
2011M: yoshfuji@linux-ipv6.org
2012P: Patrick McHardy
2013M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002014L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002015T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016S: Maintained
2017
John W. Linville29f8f632006-01-18 14:52:48 -08002018NETWORKING [WIRELESS]
2019P: John W. Linville
2020M: linville@tuxdriver.com
2021L: netdev@vger.kernel.org
2022T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2023S: Maintained
2024
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025IPVS
2026P: Wensong Zhang
2027M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002028P: Simon Horman
2029M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030P: Julian Anastasov
2031M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002032L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033S: Maintained
2034
2035NFS CLIENT
2036P: Trond Myklebust
2037M: trond.myklebust@fys.uio.no
2038L: linux-kernel@vger.kernel.org
2039S: Maintained
2040
2041NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002042P: Jan-Pascal van Best
2043M: janpascal@vanbest.org
2044P: Andreas Mohr
2045M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002046L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047S: Maintained
2048
2049NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2050P: YOKOTA Hiroshi
2051M: yokota@netlab.is.tsukuba.ac.jp
2052W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2053S: Maintained
2054
2055NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2056P: GOTO Masanori
2057M: gotom@debian.or.jp
2058P: YOKOTA Hiroshi
2059M: yokota@netlab.is.tsukuba.ac.jp
2060W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2061S: Maintained
2062
2063NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2064P: Eberhard Moenkeberg
2065M: emoenke@gwdg.de
2066L: linux-kernel@vger.kernel.org
2067S: Maintained
2068
2069NTFS FILESYSTEM
2070P: Anton Altaparmakov
2071M: aia21@cantab.net
2072L: linux-ntfs-dev@lists.sourceforge.net
2073L: linux-kernel@vger.kernel.org
2074W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002075T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076S: Maintained
2077
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002078NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2079P: Antonino Daplas
2080M: adaplas@pol.net
2081L: linux-fbdev-devel@lists.sourceforge.net
2082S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002084OPENCORES I2C BUS DRIVER
2085P: Peter Korsgaard
2086M: jacmet@sunsite.dk
2087L: lm-sensors@lm-sensors.org
2088S: Maintained
2089
Mark Fashehccd979b2005-12-15 14:31:24 -08002090ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2091P: Mark Fasheh
2092M: mark.fasheh@oracle.com
2093P: Kurt Hackel
2094M: kurt.hackel@oracle.com
2095L: ocfs2-devel@oss.oracle.com
2096W: http://oss.oracle.com/projects/ocfs2/
2097S: Supported
2098
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099OLYMPIC NETWORK DRIVER
2100P: Peter De Shrijver
2101M: p2@ace.ulyssis.student.kuleuven.ac.be
2102P: Mike Phillips
2103M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002104L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105L: linux-tr@linuxtr.net
2106W: http://www.linuxtr.net
2107S: Maintained
2108
Harald Weltec1986ee2005-11-13 16:06:29 -08002109OMNIKEY CARDMAN 4000 DRIVER
2110P: Harald Welte
2111M: laforge@gnumonks.org
2112S: Maintained
2113
Harald Welte77c44ab2005-11-13 16:06:26 -08002114OMNIKEY CARDMAN 4040 DRIVER
2115P: Harald Welte
2116M: laforge@gnumonks.org
2117S: Maintained
2118
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119ONSTREAM SCSI TAPE DRIVER
2120P: Willem Riede
2121M: osst@riede.org
2122L: osst-users@lists.sourceforge.net
2123L: linux-scsi@vger.kernel.org
2124S: Maintained
2125
2126OPL3-SA2, SA3, and SAx DRIVER
2127P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002128M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129L: linux-sound@vger.kernel.org
2130S: Maintained
2131
2132OPROFILE
2133P: Philippe Elie
2134M: phil.el@wanadoo.fr
2135L: oprofile-list@lists.sf.net
2136S: Maintained
2137
2138ORINOCO DRIVER
2139P: Pavel Roskin
2140M: proski@gnu.org
2141P: David Gibson
2142M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002143L: orinoco-users@lists.sourceforge.net
2144L: orinoco-devel@lists.sourceforge.net
2145W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146S: Maintained
2147
2148PARALLEL PORT SUPPORT
2149P: Phil Blundell
2150M: philb@gnu.org
2151P: Tim Waugh
2152M: tim@cyberelk.net
2153P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154P: Andrea Arcangeli
2155M: andrea@suse.de
2156L: linux-parport@lists.infradead.org
2157W: http://people.redhat.com/twaugh/parport/
2158S: Maintained
2159
2160PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2161P: Tim Waugh
2162M: tim@cyberelk.net
2163L: linux-parport@lists.infradead.org
2164W: http://www.torque.net/linux-pp.html
2165S: Maintained
2166
2167PARISC ARCHITECTURE
2168P: Matthew Wilcox
2169M: matthew@wil.cx
2170P: Grant Grundler
2171M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002172P: Kyle McMartin
2173M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174L: parisc-linux@parisc-linux.org
2175W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002176T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2177T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178S: Maintained
2179
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002180PCI ERROR RECOVERY
2181P: Linas Vepstas
2182M: linas@austin.ibm.com
2183L: linux-kernel@vger.kernel.org
2184L: linux-pci@atrey.karlin.mff.cuni.cz
2185S: Supported
2186
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2188P: Thomas Sailer
2189M: sailer@ife.ee.ethz.ch
2190L: linux-sound@vger.kernel.org
2191W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2192S: Maintained
2193
2194PCI SUBSYSTEM
2195P: Greg Kroah-Hartman
2196M: gregkh@suse.de
2197L: linux-kernel@vger.kernel.org
2198L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002199T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200S: Supported
2201
2202PCI HOTPLUG CORE
2203P: Greg Kroah-Hartman
2204M: gregkh@suse.de
2205S: Supported
2206
2207PCI HOTPLUG COMPAQ DRIVER
2208P: Greg Kroah-Hartman
2209M: greg@kroah.com
2210S: Maintained
2211
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002212PCIE HOTPLUG DRIVER
2213P: Kristen Carlson Accardi
2214M: kristen.c.accardi@intel.com
2215L: pcihpd-discuss@lists.sourceforge.net
2216S: Maintained
2217
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002219P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002221T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002222S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002223
2224PCNET32 NETWORK DRIVER
2225P: Thomas Bogendörfer
2226M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002227L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228S: Maintained
2229
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002230PERSONALITY HANDLING
2231P: Christoph Hellwig
2232M: hch@infradead.org
2233L: linux-abi-devel@lists.sourceforge.net
2234S: Maintained
2235
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236PHRAM MTD DRIVER
2237P: Jörn Engel
2238M: joern@wh.fh-wedel.de
2239L: linux-mtd@lists.infradead.org
2240S: Maintained
2241
Peter Osterlund249a6772005-09-27 21:45:30 -07002242PKTCDVD DRIVER
2243P: Peter Osterlund
2244M: petero2@telia.com
2245L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002246S: Maintained
2247
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248POSIX CLOCKS and TIMERS
2249P: George Anzinger
2250M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002251L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252S: Supported
2253
Eugene Surovegin24682972005-10-14 03:00:53 -07002254POWERPC 4xx EMAC DRIVER
2255P: Eugene Surovegin
2256M: ebs@ebshome.net
2257W: http://kernel.ebshome.net/emac/
2258L: linuxppc-embedded@ozlabs.org
2259L: netdev@vger.kernel.org
2260S: Maintained
2261
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262PNP SUPPORT
2263P: Adam Belay
2264M: ambx1@neo.rr.com
2265S: Maintained
2266
2267PPP PROTOCOL DRIVERS AND COMPRESSORS
2268P: Paul Mackerras
2269M: paulus@samba.org
2270L: linux-ppp@vger.kernel.org
2271S: Maintained
2272
2273PPP OVER ATM (RFC 2364)
2274P: Mitchell Blank Jr
2275M: mitch@sfgoth.com
2276S: Maintained
2277
2278PPP OVER ETHERNET
2279P: Michal Ostrowski
2280M: mostrows@speakeasy.net
2281S: Maintained
2282
2283PREEMPTIBLE KERNEL
2284P: Robert Love
2285M: rml@tech9.net
2286L: linux-kernel@vger.kernel.org
2287L: kpreempt-tech@lists.sourceforge.net
2288W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2289S: Supported
2290
2291PRISM54 WIRELESS DRIVER
2292P: Prism54 Development Team
2293M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002294L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295W: http://prism54.org
2296S: Maintained
2297
2298PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2299P: Peter Denison
2300M: promise@pnd-pc.demon.co.uk
2301W: http://www.pnd-pc.demon.co.uk/promise/
2302S: Maintained
2303
Michael Krufky83202042006-07-03 00:24:18 -07002304PVRUSB2 VIDEO4LINUX DRIVER
2305P: Mike Isely
2306M: isely@pobox.com
2307L: pvrusb2@isely.net
2308L: video4linux-list@redhat.com
2309W: http://www.isely.net/pvrusb2/
2310S: Maintained
2311
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312PXA2xx SUPPORT
2313P: Nicolas Pitre
2314M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002315L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316S: Maintained
2317
2318QLOGIC QLA2XXX FC-SCSI DRIVER
2319P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002320M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321L: linux-scsi@vger.kernel.org
2322S: Supported
2323
2324QNX4 FILESYSTEM
2325P: Anders Larsen
2326M: al@alarsen.net
2327L: linux-kernel@vger.kernel.org
2328W: http://www.alarsen.net/linux/qnx4fs/
2329S: Maintained
2330
2331RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002332P: Benjamin Herrenschmidt
2333M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334L: linux-fbdev-devel@lists.sourceforge.net
2335S: Maintained
2336
2337RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002338P: Paul Mackerras
2339M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340L: linux-fbdev-devel@lists.sourceforge.net
2341S: Maintained
2342
2343RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2344P: Corey Thomas
2345M: corey@world.std.com
2346L: linux-kernel@vger.kernel.org
2347S: Maintained
2348
Matt Mackall9e95ce22005-04-16 15:25:56 -07002349RANDOM NUMBER DRIVER
2350P: Matt Mackall
2351M: mpm@selenic.com
2352S: Maintained
2353
Matt Porter394b7012005-11-07 01:00:15 -08002354RAPIDIO SUBSYSTEM
2355P: Matt Porter
2356M: mporter@kernel.crashing.org
2357L: linux-kernel@vger.kernel.org
2358S: Maintained
2359
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360REAL TIME CLOCK DRIVER
2361P: Paul Gortmaker
2362M: p_gortmaker@yahoo.com
2363L: linux-kernel@vger.kernel.org
2364S: Maintained
2365
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002366REAL TIME CLOCK (RTC) SUBSYSTEM
2367P: Alessandro Zummo
2368M: a.zummo@towertech.it
2369L: linux-kernel@vger.kernel.org
2370S: Maintained
2371
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372REISERFS FILE SYSTEM
2373P: Hans Reiser
2374M: reiserfs-dev@namesys.com
2375L: reiserfs-list@namesys.com
2376W: http://www.namesys.com
2377S: Supported
2378
2379ROCKETPORT DRIVER
2380P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381W: http://www.comtrol.com
2382S: Maintained
2383
2384ROSE NETWORK LAYER
2385P: Ralf Baechle
2386M: ralf@linux-mips.org
2387L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002388W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389S: Maintained
2390
2391RISCOM8 DRIVER
2392S: Orphan
2393
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002394S3 SAVAGE FRAMEBUFFER DRIVER
2395P: Antonino Daplas
2396M: adaplas@pol.net
2397L: linux-fbdev-devel@lists.sourceforge.net
2398S: Maintained
2399
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400S390
2401P: Martin Schwidefsky
2402M: schwidefsky@de.ibm.com
2403M: linux390@de.ibm.com
2404L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002405W: http://www.ibm.com/developerworks/linux/linux390/
2406S: Supported
2407
2408S390 NETWORK DRIVERS
2409P: Frank Pavlic
2410M: fpavlic@de.ibm.com
2411M: linux390@de.ibm.com
2412L: linux-390@vm.marist.edu
2413W: http://www.ibm.com/developerworks/linux/linux390/
2414S: Supported
2415
2416S390 ZFCP DRIVER
2417P: Andreas Herrmann
2418M: aherrman@de.ibm.com
2419M: linux390@de.ibm.com
2420L: linux-390@vm.marist.edu
2421W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422S: Supported
2423
2424SAA7146 VIDEO4LINUX-2 DRIVER
2425P: Michael Hunold
2426M: michael@mihu.de
2427W: http://www.mihu.de/linux/saa7146
2428S: Maintained
2429
2430SBPCD CDROM DRIVER
2431P: Eberhard Moenkeberg
2432M: emoenke@gwdg.de
2433L: linux-kernel@vger.kernel.org
2434S: Maintained
2435
2436SC1200 WDT DRIVER
2437P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002438M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439S: Maintained
2440
2441SCHEDULER
2442P: Ingo Molnar
2443M: mingo@elte.hu
2444P: Robert Love [the preemptible kernel bits]
2445M: rml@tech9.net
2446L: linux-kernel@vger.kernel.org
2447S: Maintained
2448
2449SCSI CDROM DRIVER
2450P: Jens Axboe
2451M: axboe@suse.de
2452L: linux-scsi@vger.kernel.org
2453W: http://www.kernel.dk
2454S: Maintained
2455
2456SCSI SG DRIVER
2457P: Doug Gilbert
2458M: dgilbert@interlog.com
2459L: linux-scsi@vger.kernel.org
2460W: http://www.torque.net/sg
2461S: Maintained
2462
2463SCSI SUBSYSTEM
2464P: James E.J. Bottomley
2465M: James.Bottomley@SteelEye.com
2466L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002467T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468S: Maintained
2469
2470SCSI TAPE DRIVER
2471P: Kai Mäkisara
2472M: Kai.Makisara@kolumbus.fi
2473L: linux-scsi@vger.kernel.org
2474S: Maintained
2475
2476SCTP PROTOCOL
2477P: Sridhar Samudrala
2478M: sri@us.ibm.com
2479L: lksctp-developers@lists.sourceforge.net
2480S: Supported
2481
2482SCx200 CPU SUPPORT
2483P: Christer Weinigel
2484M: christer@weinigel.se
2485W: http://www.weinigel.se
2486S: Supported
2487
2488SECURITY CONTACT
2489P: Security Officers
2490M: security@kernel.org
2491S: Supported
2492
2493SELINUX SECURITY MODULE
2494P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002495M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002497M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498L: linux-kernel@vger.kernel.org (kernel issues)
2499L: selinux@tycho.nsa.gov (general discussion)
2500W: http://www.nsa.gov/selinux
2501S: Supported
2502
2503SERIAL ATA (SATA) SUBSYSTEM:
2504P: Jeff Garzik
2505M: jgarzik@pobox.com
2506L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002507T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508S: Supported
2509
2510SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2511P: Pat Gefre
2512M: pfg@sgi.com
2513L: linux-ia64@vger.kernel.org
2514S: Supported
2515
2516SGI VISUAL WORKSTATION 320 AND 540
2517P: Andrey Panin
2518M: pazke@donpac.ru
2519L: linux-visws-devel@lists.sf.net
2520W: http://linux-visws.sf.net
2521S: Maintained for 2.6.
2522
2523SIMTEC EB110ATX (Chalice CATS)
2524P: Ben Dooks
2525P: Vincent Sanders
2526M: support@simtec.co.uk
2527W: http://www.simtec.co.uk/products/EB110ATX/
2528S: Supported
2529
2530SIMTEC EB2410ITX (BAST)
2531P: Ben Dooks
2532P: Vincent Sanders
2533M: support@simtec.co.uk
2534W: http://www.simtec.co.uk/products/EB2410ITX/
2535S: Supported
2536
Francois Romieu92aab3c2005-07-30 13:11:18 +02002537SIS 190 ETHERNET DRIVER
2538P: Francois Romieu
2539M: romieu@fr.zoreil.com
2540L: netdev@vger.kernel.org
2541S: Maintained
2542
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543SIS 5513 IDE CONTROLLER DRIVER
2544P: Lionel Bouton
2545M: Lionel.Bouton@inet6.fr
2546W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2547W: http://gyver.homeip.net/sis5513/index.html
2548S: Maintained
2549
2550SIS 900/7016 FAST ETHERNET DRIVER
2551P: Daniele Venzano
2552M: venza@brownhat.org
2553W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002554L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555S: Maintained
2556
2557SIS FRAMEBUFFER DRIVER
2558P: Thomas Winischhofer
2559M: thomas@winischhofer.net
2560W: http://www.winischhofer.net/linuxsisvga.shtml
2561S: Maintained
2562
2563SIS USB2VGA DRIVER
2564P: Thomas Winischhofer
2565M: thomas@winischhofer.net
2566W: http://www.winischhofer.at/linuxsisusbvga.shtml
2567S: Maintained
2568
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569SMC91x ETHERNET DRIVER
2570P: Nicolas Pitre
2571M: nico@cam.org
2572S: Maintained
2573
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574SOFTWARE RAID (Multiple Disks) SUPPORT
2575P: Ingo Molnar
2576M: mingo@redhat.com
2577P: Neil Brown
2578M: neilb@cse.unsw.edu.au
2579L: linux-raid@vger.kernel.org
2580S: Maintained
2581
2582SOFTWARE SUSPEND:
2583P: Pavel Machek
2584M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002585L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586S: Maintained
2587
2588SONIC NETWORK DRIVER
2589P: Thomas Bogendoerfer
2590M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002591L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592S: Maintained
2593
2594SONY VAIO CONTROL DEVICE DRIVER
2595P: Stelian Pop
2596M: stelian@popies.net
2597W: http://popies.net/sonypi/
2598S: Maintained
2599
2600SOUND
2601P: Jaroslav Kysela
2602M: perex@suse.cz
2603L: alsa-devel@alsa-project.org
2604S: Maintained
2605
Kumar Gala025c3982006-04-02 16:05:54 -05002606SPI SUBSYSTEM
2607P: David Brownell
2608M: dbrownell@users.sourceforge.net
2609L: spi-devel-general@lists.sourceforge.net
2610S: Maintained
2611
Kylene Hall1c72d462005-05-01 08:59:13 -07002612TPM DEVICE DRIVER
2613P: Kylene Hall
2614M: kjhall@us.ibm.com
2615W: http://tpmdd.sourceforge.net
2616L: tpmdd-devel@lists.sourceforge.net
2617S: Maintained
2618
Mark Gross1a80ba82005-10-30 15:02:55 -08002619Telecom Clock Driver for MCPL0010
2620P: Mark Gross
2621M: mark.gross@intel.com
2622S: Supported
2623
Chris Zankel48b415c2005-06-23 22:01:07 -07002624TENSILICA XTENSA PORT (xtensa):
2625P: Chris Zankel
2626M: chris@zankel.net
2627S: Maintained
2628
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629UltraSPARC (sparc64):
2630P: David S. Miller
2631M: davem@davemloft.net
2632P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002633M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634P: Jakub Jelinek
2635M: jj@sunsite.ms.mff.cuni.cz
2636P: Anton Blanchard
2637M: anton@samba.org
2638L: sparclinux@vger.kernel.org
2639L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002640T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641S: Maintained
2642
2643SHARP LH SUPPORT (LH7952X & LH7A40X)
2644P: Marc Singer
2645M: elf@buici.com
2646W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002647L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648S: Maintained
2649
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002650SHPC HOTPLUG DRIVER
2651P: Kristen Carlson Accardi
2652M: kristen.c.accardi@intel.com
2653L: pcihpd-discuss@lists.sourceforge.net
2654S: Maintained
2655
Pierre Ossmand129bce2006-03-24 03:18:17 -08002656SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2657P: Pierre Ossman
2658M: drzeus-sdhci@drzeus.cx
2659L: sdhci-devel@list.drzeus.cx
2660W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2661S: Maintained
2662
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002663SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2664P: Stephen Hemminger
2665M: shemminger@osdl.org
2666L: netdev@vger.kernel.org
2667S: Maintained
2668
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669SPARC (sparc32):
2670P: William L. Irwin
2671M: wli@holomorphy.com
2672L: sparclinux@vger.kernel.org
2673S: Maintained
2674
2675SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2676P: Roger Wolff
2677M: R.E.Wolff@BitWizard.nl
2678L: linux-kernel@vger.kernel.org ?
2679S: Supported
2680
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681SRM (Alpha) environment access
2682P: Jan-Benedict Glaw
2683M: jbglaw@lug-owl.de
2684L: linux-kernel@vger.kernel.org
2685S: Maintained
2686
2687STARFIRE/DURALAN NETWORK DRIVER
2688P: Ion Badulescu
2689M: ionut@cs.columbia.edu
2690S: Maintained
2691
2692STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2693W: http://mosquitonet.Stanford.EDU/strip.html
2694S: Unsupported ?
2695
2696STRADIS MPEG-2 DECODER DRIVER
2697P: Nathan Laredo
2698M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699W: http://www.stradis.com/
2700S: Maintained
2701
2702SUPERH (sh)
2703P: Paul Mundt
2704M: lethal@linux-sh.org
2705P: Kazumoto Kojima
2706M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002707L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708W: http://www.linux-sh.org
2709W: http://www.m17n.org/linux-sh/
2710W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2711S: Maintained
2712
2713SUPERH64 (sh64)
2714P: Paul Mundt
2715M: lethal@linux-sh.org
2716P: Richard Curnow
2717M: rc@rc0.org.uk
2718L: linuxsh-shmedia-dev@lists.sourceforge.net
2719W: http://www.linux-sh.org
2720W: http://www.rc0.org.uk/sh64
2721S: Maintained
2722
2723SUN3/3X
2724P: Sam Creasey
2725M: sammy@sammy.net
2726L: sun3-list@redhat.com
2727W: http://sammy.net/sun3/
2728S: Maintained
2729
2730SVGA HANDLING
2731P: Martin Mares
2732M: mj@ucw.cz
2733L: linux-video@atrey.karlin.mff.cuni.cz
2734S: Maintained
2735
2736SYSV FILESYSTEM
2737P: Christoph Hellwig
2738M: hch@infradead.org
2739S: Maintained
2740
Michael Buesch844dd052006-06-26 00:24:59 -07002741TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2742P: Deepak Saxena
2743M: dsaxena@plexity.net
2744S: Maintained
2745
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746TI PARALLEL LINK CABLE DRIVER
2747P: Romain Lievin
2748M: roms@lpg.ticalc.org
2749S: Maintained
2750
Per Lidene86eaa32006-01-12 16:45:18 +01002751TIPC NETWORK LAYER
2752P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002753M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002754P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002755M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002756P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002757M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002758L: tipc-discussion@lists.sourceforge.net
2759W: http://tipc.sourceforge.net/
2760W: http://tipc.cslab.ericsson.net/
2761T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2762S: Maintained
2763
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764TLAN NETWORK DRIVER
2765P: Samuel Chessman
2766M: chessman@tux.org
2767L: tlan-devel@lists.sourceforge.net
2768W: http://sourceforge.net/projects/tlan/
2769S: Maintained
2770
2771TOKEN-RING NETWORK DRIVER
2772P: Mike Phillips
2773M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002774L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775L: linux-tr@linuxtr.net
2776W: http://www.linuxtr.net
2777S: Maintained
2778
2779TOSHIBA ACPI EXTRAS DRIVER
2780P: John Belmonte
2781M: toshiba_acpi@memebeam.org
2782W: http://memebeam.org/toys/ToshibaAcpiDriver
2783S: Maintained
2784
2785TOSHIBA SMM DRIVER
2786P: Jonathan Buzzard
2787M: jonathan@buzzard.org.uk
2788L: tlinux-users@tce.toshiba-dme.co.jp
2789W: http://www.buzzard.org.uk/toshiba/
2790S: Maintained
2791
2792TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2793P: Muli Ben-Yehuda
2794M: mulix@mulix.org
2795L: linux-kernel@vger.kernel.org
2796S: Maintained
2797
2798TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002799P: Adrian Bunk
2800M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002802W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002803T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804S: Maintained
2805
2806TMS380 TOKEN-RING NETWORK DRIVER
2807P: Adam Fritzler
2808M: mid@auk.cx
2809L: linux-tr@linuxtr.net
2810W: http://www.auk.cx/tms380tr/
2811S: Maintained
2812
2813TULIP NETWORK DRIVER
2814P: Jeff Garzik
2815M: jgarzik@pobox.com
2816L: tulip-users@lists.sourceforge.net
2817W: http://sourceforge.net/projects/tulip/
2818S: Maintained
2819
2820TUN/TAP driver
2821P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002822M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002823L: vtun@office.satix.net
2824W: http://vtun.sourceforge.net/tun
2825S: Maintained
2826
2827U14-34F SCSI DRIVER
2828P: Dario Ballabio
2829M: ballabio_dario@emc.com
2830L: linux-scsi@vger.kernel.org
2831S: Maintained
2832
2833UDF FILESYSTEM
2834P: Ben Fennema
2835M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836W: http://linux-udf.sourceforge.net
2837S: Maintained
2838
2839UNIFORM CDROM DRIVER
2840P: Jens Axboe
2841M: axboe@suse.de
2842L: linux-kernel@vger.kernel.org
2843W: http://www.kernel.dk
2844S: Maintained
2845
2846USB ACM DRIVER
2847P: Oliver Neukum
2848M: oliver@neukum.name
2849L: linux-usb-users@lists.sourceforge.net
2850L: linux-usb-devel@lists.sourceforge.net
2851S: Maintained
2852
2853USB BLOCK DRIVER (UB ub)
2854P: Pete Zaitcev
2855M: zaitcev@redhat.com
2856L: linux-kernel@vger.kernel.org
2857L: linux-usb-devel@lists.sourceforge.net
2858S: Supported
2859
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860USB CDC ETHERNET DRIVER
2861P: Greg Kroah-Hartman
2862M: greg@kroah.com
2863L: linux-usb-users@lists.sourceforge.net
2864L: linux-usb-devel@lists.sourceforge.net
2865S: Maintained
2866W: http://www.kroah.com/linux-usb/
2867
2868USB EHCI DRIVER
2869P: David Brownell
2870M: dbrownell@users.sourceforge.net
2871L: linux-usb-devel@lists.sourceforge.net
2872S: Maintained
2873
Luca Risolia7ce08c92006-01-11 02:06:59 +00002874USB ET61X[12]51 DRIVER
2875P: Luca Risolia
2876M: luca.risolia@studio.unibo.it
2877L: linux-usb-devel@lists.sourceforge.net
2878L: video4linux-list@redhat.com
2879W: http://www.linux-projects.org
2880S: Maintained
2881
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882USB HID/HIDBP DRIVERS
2883P: Vojtech Pavlik
2884M: vojtech@suse.cz
2885L: linux-usb-users@lists.sourceforge.net
2886L: linux-usb-devel@lists.sourceforge.net
2887S: Maintained
2888
2889USB HUB DRIVER
2890P: Johannes Erdfelt
2891M: johannes@erdfelt.com
2892L: linux-usb-users@lists.sourceforge.net
2893L: linux-usb-devel@lists.sourceforge.net
2894S: Maintained
2895
Olav Kongas959eea22005-11-03 17:38:14 +02002896USB ISP116X DRIVER
2897P: Olav Kongas
2898M: ok@artecdesign.ee
2899L: linux-usb-devel@lists.sourceforge.net
2900S: Maintained
2901
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902USB KAWASAKI LSI DRIVER
2903P: Oliver Neukum
2904M: oliver@neukum.name
2905L: linux-usb-users@lists.sourceforge.net
2906L: linux-usb-devel@lists.sourceforge.net
2907S: Maintained
2908
2909USB MASS STORAGE DRIVER
2910P: Matthew Dharm
2911M: mdharm-usb@one-eyed-alien.net
2912L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002913L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914S: Maintained
2915W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2916
2917USB OHCI DRIVER
2918P: Roman Weissgaerber
2919M: weissg@vienna.at
2920L: linux-usb-users@lists.sourceforge.net
2921L: linux-usb-devel@lists.sourceforge.net
2922S: Maintained
2923
Matthias Urlichsba460e42005-07-14 00:33:47 -07002924USB OPTION-CARD DRIVER
2925P: Matthias Urlichs
2926M: smurf@smurf.noris.de
2927L: linux-usb-devel@lists.sourceforge.net
2928S: Maintained
2929
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930USB OV511 DRIVER
2931P: Mark McClelland
2932M: mmcclell@bigfoot.com
2933L: linux-usb-users@lists.sourceforge.net
2934L: linux-usb-devel@lists.sourceforge.net
2935W: http://alpha.dyndns.org/ov511/
2936S: Maintained
2937
2938USB PEGASUS DRIVER
2939P: Petko Manolov
2940M: petkan@users.sourceforge.net
2941L: linux-usb-users@lists.sourceforge.net
2942L: linux-usb-devel@lists.sourceforge.net
2943W: http://pegasus2.sourceforge.net/
2944S: Maintained
2945
2946USB PRINTER DRIVER
2947P: Vojtech Pavlik
2948M: vojtech@suse.cz
2949L: linux-usb-users@lists.sourceforge.net
2950L: linux-usb-devel@lists.sourceforge.net
2951S: Maintained
2952
2953USB RTL8150 DRIVER
2954P: Petko Manolov
2955M: petkan@users.sourceforge.net
2956L: linux-usb-users@lists.sourceforge.net
2957L: linux-usb-devel@lists.sourceforge.net
2958W: http://pegasus2.sourceforge.net/
2959S: Maintained
2960
2961USB SE401 DRIVER
2962P: Jeroen Vreeken
2963M: pe1rxq@amsat.org
2964L: linux-usb-users@lists.sourceforge.net
2965L: linux-usb-devel@lists.sourceforge.net
2966W: http://www.chello.nl/~j.vreeken/se401/
2967S: Maintained
2968
2969USB SERIAL CYBERJACK DRIVER
2970P: Matthias Bruestle and Harald Welte
2971M: support@reiner-sct.com
2972W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2973S: Maintained
2974
2975USB SERIAL DIGI ACCELEPORT DRIVER
2976P: Peter Berger and Al Borchers
2977M: pberger@brimson.com
2978M: alborchers@steinerpoint.com
2979L: linux-usb-users@lists.sourceforge.net
2980L: linux-usb-devel@lists.sourceforge.net
2981S: Maintained
2982
2983USB SERIAL DRIVER
2984P: Greg Kroah-Hartman
2985M: gregkh@suse.de
2986L: linux-usb-users@lists.sourceforge.net
2987L: linux-usb-devel@lists.sourceforge.net
2988S: Supported
2989
2990USB SERIAL BELKIN F5U103 DRIVER
2991P: William Greathouse
2992M: wgreathouse@smva.com
2993L: linux-usb-users@lists.sourceforge.net
2994L: linux-usb-devel@lists.sourceforge.net
2995S: Maintained
2996
2997USB SERIAL CYPRESS M8 DRIVER
2998P: Lonnie Mendez
2999M: dignome@gmail.com
3000L: linux-usb-users@lists.sourceforge.net
3001L: linux-usb-devel@lists.sourceforge.net
3002S: Maintained
3003W: http://geocities.com/i0xox0i
3004W: http://firstlight.net/cvs
3005
3006USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3007L: linux-usb-users@lists.sourceforge.net
3008L: linux-usb-devel@lists.sourceforge.net
3009S: Maintained
3010
3011USB AUERSWALD DRIVER
3012P: Wolfgang Muees
3013M: wolfgang@iksw-muees.de
3014L: linux-usb-users@lists.sourceforge.net
3015L: linux-usb-devel@lists.sourceforge.net
3016S: Maintained
3017
3018USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3019P: Gary Brubaker
3020M: xavyer@ix.netcom.com
3021L: linux-usb-users@lists.sourceforge.net
3022L: linux-usb-devel@lists.sourceforge.net
3023S: Maintained
3024
3025USB SERIAL KEYSPAN DRIVER
3026P: Greg Kroah-Hartman
3027M: greg@kroah.com
3028L: linux-usb-users@lists.sourceforge.net
3029L: linux-usb-devel@lists.sourceforge.net
3030W: http://www.kroah.com/linux/
3031S: Maintained
3032
3033USB SERIAL WHITEHEAT DRIVER
3034P: Stuart MacDonald
3035M: stuartm@connecttech.com
3036L: linux-usb-users@lists.sourceforge.net
3037L: linux-usb-devel@lists.sourceforge.net
3038W: http://www.connecttech.com
3039S: Supported
3040
3041USB SN9C10x DRIVER
3042P: Luca Risolia
3043M: luca.risolia@studio.unibo.it
3044L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003045L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046W: http://www.linux-projects.org
3047S: Maintained
3048
3049USB SUBSYSTEM
3050P: Greg Kroah-Hartman
3051M: gregkh@suse.de
3052L: linux-usb-users@lists.sourceforge.net
3053L: linux-usb-devel@lists.sourceforge.net
3054W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003055T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056S: Supported
3057
3058USB UHCI DRIVER
3059P: Alan Stern
3060M: stern@rowland.harvard.edu
3061L: linux-usb-users@lists.sourceforge.net
3062L: linux-usb-devel@lists.sourceforge.net
3063S: Maintained
3064
3065USB "USBNET" DRIVER
3066P: David Brownell
3067M: dbrownell@users.sourceforge.net
3068L: linux-usb-devel@lists.sourceforge.net
3069S: Maintained
3070
3071USB W996[87]CF DRIVER
3072P: Luca Risolia
3073M: luca.risolia@studio.unibo.it
3074L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003075L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076W: http://www.linux-projects.org
3077S: Maintained
3078
Luca Risolia60f78052006-02-06 16:29:35 +00003079USB ZC0301 DRIVER
3080P: Luca Risolia
3081M: luca.risolia@studio.unibo.it
3082L: linux-usb-devel@lists.sourceforge.net
3083L: video4linux-list@redhat.com
3084W: http://www.linux-projects.org
3085S: Maintained
3086
Linus Torvalds1da177e2005-04-16 15:20:36 -07003087USB ZD1201 DRIVER
3088P: Jeroen Vreeken
3089M: pe1rxq@amsat.org
3090L: linux-usb-users@lists.sourceforge.net
3091L: linux-usb-devel@lists.sourceforge.net
3092W: http://linux-lc100020.sourceforge.net
3093S: Maintained
3094
3095USER-MODE LINUX
3096P: Jeff Dike
3097M: jdike@karaya.com
3098L: user-mode-linux-devel@lists.sourceforge.net
3099L: user-mode-linux-user@lists.sourceforge.net
3100W: http://user-mode-linux.sourceforge.net
3101S: Maintained
3102
3103FAT/VFAT/MSDOS FILESYSTEM:
3104P: OGAWA Hirofumi
3105M: hirofumi@mail.parknet.co.jp
3106L: linux-kernel@vger.kernel.org
3107S: Maintained
3108
3109VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3110P: Jeff Garzik
3111S: Odd fixes
3112
3113VIA RHINE NETWORK DRIVER
3114P: Roger Luethi
3115M: rl@hellgate.ch
3116S: Maintained
3117
Jean Delvare32c0a522005-09-22 21:47:58 +02003118VIAPRO SMBUS DRIVER
3119P: Jean Delvare
3120M: khali@linux-fr.org
3121L: lm-sensors@lm-sensors.org
3122S: Maintained
3123
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124UCLINUX (AND M68KNOMMU)
3125P: Greg Ungerer
3126M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003128L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129S: Maintained
3130
3131UCLINUX FOR NEC V850
3132P: Miles Bader
3133M: uclinux-v850@lsi.nec.co.jp
3134W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3135W: http://www.ee.nec.de/uclinux/
3136S: Supported
3137
3138UCLINUX FOR RENESAS H8/300
3139P: Yoshinori Sato
3140M: ysato@users.sourceforge.jp
3141W: http://uclinux-h8.sourceforge.jp/
3142S: Supported
3143
3144USB DIAMOND RIO500 DRIVER
3145P: Cesar Miquel
3146M: miquel@df.uba.ar
3147L: rio500-users@lists.sourceforge.net
3148W: http://rio500.sourceforge.net
3149S: Maintained
3150
3151VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003152P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003153M: mchehab@infradead.org
3154M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003156W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003157T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003158S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159
Roger Lucas1de9e372005-11-26 20:20:05 +01003160VT8231 HARDWARE MONITOR DRIVER
3161P: Roger Lucas
3162M: roger@planbit.co.uk
3163L: lm-sensors@lm-sensors.org
3164S: Maintained
3165
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166W1 DALLAS'S 1-WIRE BUS
3167P: Evgeniy Polyakov
3168M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003169L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170S: Maintained
3171
3172W83L51xD SD/MMC CARD INTERFACE DRIVER
3173P: Pierre Ossman
3174M: drzeus-wbsd@drzeus.cx
3175L: wbsd-devel@list.drzeus.cx
3176W: http://projects.drzeus.cx/wbsd
3177S: Maintained
3178
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003179WATCHDOG DEVICE DRIVERS
3180P: Wim Van Sebroeck
3181M: wim@iguana.be
3182T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3183S: Maintained
3184
Linus Torvalds1da177e2005-04-16 15:20:36 -07003185WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3186P: Jean Tourrilhes
3187M: jt@hpl.hp.com
3188W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3189S: Maintained
3190
3191WD7000 SCSI DRIVER
3192P: Miroslav Zagorac
3193M: zaga@fly.cc.fer.hr
3194L: linux-scsi@vger.kernel.org
3195S: Maintained
3196
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003197WISTRON LAPTOP BUTTON DRIVER
3198P: Miloslav Trmac
3199M: mitr@volny.cz
3200S: Maintained
3201
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202WL3501 WIRELESS PCMCIA CARD DRIVER
3203P: Arnaldo Carvalho de Melo
3204M: acme@conectiva.com.br
3205W: http://advogato.org/person/acme
3206S: Maintained
3207
3208X.25 NETWORK LAYER
3209P: Henner Eisen
3210M: eis@baty.hanse.de
3211L: linux-x25@vger.kernel.org
3212S: Maintained
3213
3214XFS FILESYSTEM
3215P: Silicon Graphics Inc
3216M: xfs-masters@oss.sgi.com
3217M: nathans@sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003218L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219W: http://oss.sgi.com/projects/xfs
3220S: Supported
3221
3222X86 3-LEVEL PAGING (PAE) SUPPORT
3223P: Ingo Molnar
3224M: mingo@redhat.com
3225S: Maintained
3226
3227X86-64 port
3228P: Andi Kleen
3229M: ak@suse.de
3230L: discuss@x86-64.org
3231W: http://www.x86-64.org
3232S: Maintained
3233
3234YAM DRIVER FOR AX.25
3235P: Jean-Paul Roubelat
3236M: jpr@f6fbb.org
3237L: linux-hams@vger.kernel.org
3238S: Maintained
3239
Henkaf64a5e2005-10-12 15:02:56 +02003240YEALINK PHONE DRIVER
3241P: Henk Vergonet
3242M: Henk.Vergonet@gmail.com
3243L: usbb2k-api-dev@nongnu.org
3244S: Maintained
3245
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3247P: Pete Zaitcev
3248M: zaitcev@yahoo.com
3249L: linux-kernel@vger.kernel.org
3250S: Obsolete
3251
3252Z8530 DRIVER FOR AX.25
3253P: Joerg Reuter
3254M: jreuter@yaina.de
3255W: http://yaina.de/jreuter/
3256W: http://www.qsl.net/dl1bke/
3257L: linux-hams@vger.kernel.org
3258S: Maintained
3259
3260ZF MACHZ WATCHDOG
3261P: Fernando Fuganti
3262M: fuganti@netbank.com.br
3263W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3264S: Maintained
3265
3266ZR36067 VIDEO FOR LINUX DRIVER
3267P: Ronald Bultje
3268M: rbultje@ronald.bitfreak.net
3269L: mjpeg-users@lists.sourceforge.net
3270W: http://mjpeg.sourceforge.net/driver-zoran/
3271S: Maintained
3272
3273ZR36120 VIDEO FOR LINUX DRIVER
3274P: Pauline Middelink
3275M: middelin@polyware.nl
3276W: http://www.polyware.nl/~middelin/En/hobbies.html
3277W: http://www.polyware.nl/~middelin/hobbies.html
3278S: Maintained
3279
3280THE REST
3281P: Linus Torvalds
3282S: Buried alive in reporters