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