blob: b7206bbc96f3e62abeaaa577369b941b14792ed8 [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
184ACENIC DRIVER
185P: Jes Sorensen
186M: jes@trained-monkey.org
187L: linux-acenic@sunsite.dk
188S: Maintained
189
190ACI MIXER DRIVER
191P: Robert Siemer
192M: Robert.Siemer@gmx.de
193L: linux-sound@vger.kernel.org
194W: http://www.stud.uni-karlsruhe.de/~uh1b/
195S: Maintained
196
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197AACRAID SCSI RAID DRIVER
198P: Adaptec OEM Raid Solutions
199L: linux-scsi@vger.kernel.org
200W: http://linux.dell.com/storage.shtml
201S: Supported
202
203ACPI
204P: Len Brown
205M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500206L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800208T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209S: Maintained
210
211AD1816 SOUND DRIVER
212P: Thorsten Knabe
213M: Thorsten Knabe <linux@thorsten-knabe.de>
214W: http://linux.thorsten-knabe.de
215S: Maintained
216
Kyle McMartin6958ae32005-10-21 23:11:27 -0400217AD1889 SOUND DRIVER
218P: Kyle McMartin
219M: kyle@parisc-linux.org
220P: Thibaut Varene
221M: T-Bone@parisc-linux.org
222W: http://wiki.parisc-linux.org/AD1889
223L: parisc-linux@lists.parisc-linux.org
224S: Maintained
225
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226ADM1025 HARDWARE MONITOR DRIVER
227P: Jean Delvare
228M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200229L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230S: Maintained
231
232ADT746X FAN DRIVER
233P: Colin Leroy
234M: colin@colino.net
235S: Maintained
236
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237AEDSP16 DRIVER
238P: Riccardo Facchetti
239M: fizban@tin.it
240S: Maintained
241
242AFFS FILE SYSTEM
243P: Roman Zippel
244M: zippel@linux-m68k.org
245S: Maintained
246
247AGPGART DRIVER
248P: Dave Jones
249M: davej@codemonkey.org.uk
250W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800251T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252S: Maintained
253
254AHA152X SCSI DRIVER
255P: Juergen E. Fischer
256M: Juergen Fischer <fischer@norbit.de>
257L: linux-scsi@vger.kernel.org
258S: Maintained
259
260ALCATEL SPEEDTOUCH USB DRIVER
261P: Duncan Sands
262M: duncan.sands@free.fr
263L: linux-usb-users@lists.sourceforge.net
264L: linux-usb-devel@lists.sourceforge.net
265W: http://www.linux-usb.org/SpeedTouch/
266S: Maintained
267
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000268ALI1563 I2C DRIVER
269P: Rudolf Marek
270M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200271L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000272S: Maintained
273
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274ALPHA PORT
275P: Richard Henderson
276M: rth@twiddle.net
277S: Odd Fixes for 2.4; Maintained for 2.6.
278P: Ivan Kokshaysky
279M: ink@jurassic.park.msu.ru
280S: Maintained for 2.4; PCI support for 2.6.
281
Jordan Crousef90b8112006-01-06 00:12:14 -0800282AMD GEODE PROCESSOR/CHIPSET SUPPORT
283P: Jordan Crouse
284M: info-linux@geode.amd.com
285L: info-linux@geode.amd.com
286W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
287S: Supported
288
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289APM DRIVER
290P: Stephen Rothwell
291M: sfr@canb.auug.org.au
292L: linux-laptop@vger.kernel.org
293W: http://www.canb.auug.org.au/~sfr/
294S: Supported
295
296APPLETALK NETWORK LAYER
297P: Arnaldo Carvalho de Melo
298M: acme@conectiva.com.br
299S: Maintained
300
Jaya Kumar1154ea72005-06-21 17:17:04 -0700301ARC FRAMEBUFFER DRIVER
302P: Jaya Kumar
303M: jayalk@intworks.biz
304S: Maintained
305
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306ARM26 ARCHITECTURE
307P: Ian Molton
308M: spyro@f2s.com
309S: Maintained
310
311ARM26/ARCHIMEDES
312P: Ian Molton
313M: spyro@f2s.com
314S: Maintained
315
316ARM26/A5000
317P: John Appleby
318M: john@dnsworld.co.uk
319S: Maintained
320
321ARM MFM AND FLOPPY DRIVERS
322P: Ian Molton
323M: spyro@f2s.com
324S: Maintained
325
326ARM/CORGI MACHINE SUPPORT
327P: Richard Purdie
328M: rpurdie@rpsys.net
329S: Maintained
330
Dirk Opfer8459c152005-11-06 14:27:52 +0000331ARM/TOSA MACHINE SUPPORT
332P: Dirk Opfer
333M: dirk@opfer-online.de
334S: Maintained
335
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336ARM/PLEB SUPPORT
337P: Peter Chubb
338M: pleb@gelato.unsw.edu.au
339W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
340S: Maintained
341
342ARM/PT DIGITAL BOARD PORT
343P: Stefan Eletzhofer
344M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700345L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346W: http://www.arm.linux.org.uk/
347S: Maintained
348
349ARM/SHARK MACHINE SUPPORT
350P: Alexander Schulz
351M: alex@shark-linux.de
352W: http://www.shark-linux.de/shark.html
353S: Maintained
354
355ARM/STRONGARM110 PORT
356P: Russell King
357M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700358L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359W: http://www.arm.linux.org.uk/
360S: Maintained
361
362ARM/S3C2410 ARM ARCHITECTURE
363P: Ben Dooks
364M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700365L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366W: http://www.fluff.org/ben/linux/
367S: Maintained
368
369ARM/S3C2440 ARM ARCHITECTURE
370P: Ben Dooks
371M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700372L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373W: http://www.fluff.org/ben/linux/
374S: Maintained
375
376ARPD SUPPORT
377P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700378L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379S: Maintained
380
381ASUS ACPI EXTRAS DRIVER
382P: Karol Kozimor
383M: sziwan@users.sourceforge.net
384P: Julien Lerouge
385M: julien.lerouge@free.fr
386L: acpi4asus-user@lists.sourceforge.net
387W: http://sourceforge.net/projects/acpi4asus
388W: http://julien.lerouge.free.fr
389S: Maintained
390
391ATA OVER ETHERNET DRIVER
392P: Ed L. Cashin
393M: ecashin@coraid.com
394W: http://www.coraid.com/support/linux
395S: Supported
396
397ATM
398P: Chas Williams
399M: chas@cmf.nrl.navy.mil
400L: linux-atm-general@lists.sourceforge.net
401W: http://linux-atm.sourceforge.net
402S: Maintained
403
404ATMEL WIRELESS DRIVER
405P: Simon Kelley
406M: simon@thekelleys.org.uk
407W: http://www.thekelleys.org.uk/atmel
408W: http://atmelwlandriver.sourceforge.net/
409S: Maintained
410
Chris Wrighta92b7b82005-07-07 18:12:23 -0700411AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100412P: David Woodhouse
413M: dwmw2@infradead.org
414L: linux-audit@redhat.com
415W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800416T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700417S: Maintained
418
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419AX.25 NETWORK LAYER
420P: Ralf Baechle
421M: ralf@linux-mips.org
422L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200423W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424S: Maintained
425
426BAYCOM/HDLCDRV DRIVERS FOR AX.25
427P: Thomas Sailer
428M: t.sailer@alumni.ethz.ch
429L: linux-hams@vger.kernel.org
430W: http://www.baycom.org/~tom/ham/ham.html
431S: Maintained
432
Michael Buesch9eac8f92006-04-22 17:31:27 +0200433BCM43XX WIRELESS DRIVER
434P: Michael Buesch
435M: mb@bu3sch.de
436P: Stefano Brivio
437M: st3@riseup.net
438W: http://bcm43xx.berlios.de/
439S: Maintained
440
Linus Torvalds1da177e2005-04-16 15:20:36 -0700441BEFS FILE SYSTEM
442P: Sergey S. Kostyliov
443M: rathamahata@php4.ru
444L: linux-kernel@vger.kernel.org
445S: Maintained
446
447BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
448P: Kenji Hollis
449W: http://ftp.bitgate.com/pcwd/
450S: Maintained
451
452BFS FILE SYSTEM
453P: Tigran A. Aivazian
454M: tigran@veritas.com
455L: linux-kernel@vger.kernel.org
456S: Maintained
457
458BLOCK LAYER
459P: Jens Axboe
460M: axboe@suse.de
461L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800462T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463S: Maintained
464
465BLUETOOTH SUBSYSTEM
466P: Marcel Holtmann
467M: marcel@holtmann.org
468P: Maxim Krasnyansky
469M: maxk@qualcomm.com
470L: bluez-devel@lists.sf.net
471W: http://bluez.sf.net
472W: http://www.bluez.org
473W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800474T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475S: Maintained
476
477BLUETOOTH RFCOMM LAYER
478P: Marcel Holtmann
479M: marcel@holtmann.org
480P: Maxim Krasnyansky
481M: maxk@qualcomm.com
482S: Maintained
483
484BLUETOOTH BNEP LAYER
485P: Marcel Holtmann
486M: marcel@holtmann.org
487P: Maxim Krasnyansky
488M: maxk@qualcomm.com
489S: Maintained
490
491BLUETOOTH CMTP LAYER
492P: Marcel Holtmann
493M: marcel@holtmann.org
494S: Maintained
495
496BLUETOOTH HIDP LAYER
497P: Marcel Holtmann
498M: marcel@holtmann.org
499S: Maintained
500
501BLUETOOTH HCI UART DRIVER
502P: Marcel Holtmann
503M: marcel@holtmann.org
504P: Maxim Krasnyansky
505M: maxk@qualcomm.com
506S: Maintained
507
508BLUETOOTH HCI USB DRIVER
509P: Marcel Holtmann
510M: marcel@holtmann.org
511P: Maxim Krasnyansky
512M: maxk@qualcomm.com
513S: Maintained
514
515BLUETOOTH HCI BCM203X DRIVER
516P: Marcel Holtmann
517M: marcel@holtmann.org
518S: Maintained
519
520BLUETOOTH HCI BPA10X DRIVER
521P: Marcel Holtmann
522M: marcel@holtmann.org
523S: Maintained
524
525BLUETOOTH HCI BFUSB DRIVER
526P: Marcel Holtmann
527M: marcel@holtmann.org
528S: Maintained
529
530BLUETOOTH HCI DTL1 DRIVER
531P: Marcel Holtmann
532M: marcel@holtmann.org
533S: Maintained
534
535BLUETOOTH HCI BLUECARD DRIVER
536P: Marcel Holtmann
537M: marcel@holtmann.org
538S: Maintained
539
540BLUETOOTH HCI BT3C DRIVER
541P: Marcel Holtmann
542M: marcel@holtmann.org
543S: Maintained
544
545BLUETOOTH HCI BTUART DRIVER
546P: Marcel Holtmann
547M: marcel@holtmann.org
548S: Maintained
549
550BLUETOOTH HCI VHCI DRIVER
551P: Maxim Krasnyansky
552M: maxk@qualcomm.com
553S: Maintained
554
555BONDING DRIVER
556P: Chad Tindel
557M: ctindel@users.sourceforge.net
558P: Jay Vosburgh
559M: fubar@us.ibm.com
560L: bonding-devel@lists.sourceforge.net
561W: http://sourceforge.net/projects/bonding/
562S: Supported
563
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000564BROADBAND PROCESSOR ARCHITECTURE
565P: Arnd Bergmann
566M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100567L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400568W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000569S: Supported
570
Michael Chan948c51e2006-06-04 02:51:39 -0700571BROADCOM BNX2 GIGABIT ETHERNET DRIVER
572P: Michael Chan
573M: mchan@broadcom.com
574L: netdev@vger.kernel.org
575S: Supported
576
577BROADCOM TG3 GIGABIT ETHERNET DRIVER
578P: Michael Chan
579M: mchan@broadcom.com
580L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581S: Supported
582
583BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700584P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200585M: mchehab@infradead.org
586M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700588W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200589T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700590S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592COMMON INTERNET FILE SYSTEM (CIFS)
593P: Steve French
594M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100595L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596L: samba-technical@lists.samba.org
597W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800598T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599S: Supported
600
Joel Becker7063fbf2005-12-15 14:29:43 -0800601CONFIGFS
602P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800603M: joel.becker@oracle.com
604L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800605S: Supported
606
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607CIRRUS LOGIC GENERIC FBDEV DRIVER
608P: Jeff Garzik
609M: jgarzik@pobox.com
610L: linux-fbdev-devel@lists.sourceforge.net
611S: Odd Fixes
612
613CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
614P: Cirrus Logic Corporation (kernel 2.2 driver)
615M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
616P: Nils Faerber (port to kernel 2.4)
617M: Nils Faerber <nils@kernelconcepts.de>
618S: Maintained
619
620CODA FILE SYSTEM
621P: Jan Harkes
622M: jaharkes@cs.cmu.edu
623M: coda@cs.cmu.edu
624L: codalist@coda.cs.cmu.edu
625W: http://www.coda.cs.cmu.edu/
626S: Maintained
627
628COMPACTPCI HOTPLUG CORE
629P: Scott Murray
630M: scottm@somanetworks.com
631M: scott@spiteful.org
632L: pcihpd-discuss@lists.sourceforge.net
633S: Supported
634
635COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
636P: Scott Murray
637M: scottm@somanetworks.com
638M: scott@spiteful.org
639L: pcihpd-discuss@lists.sourceforge.net
640S: Supported
641
642COMPACTPCI HOTPLUG GENERIC DRIVER
643P: Scott Murray
644M: scottm@somanetworks.com
645M: scott@spiteful.org
646L: pcihpd-discuss@lists.sourceforge.net
647S: Supported
648
649COMPUTONE INTELLIPORT MULTIPORT CARD
650P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700651M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700653S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654
655COSA/SRP SYNC SERIAL DRIVER
656P: Jan "Yenya" Kasprzak
657M: kas@fi.muni.cz
658W: http://www.fi.muni.cz/~kas/cosa/
659S: Maintained
660
661CPU FREQUENCY DRIVERS
662P: Dave Jones
663M: davej@codemonkey.org.uk
664L: cpufreq@lists.linux.org.uk
665W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800666T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667S: Maintained
668
669CPUID/MSR DRIVER
670P: H. Peter Anvin
671M: hpa@zytor.com
672S: Maintained
673
Paul Jacksoned90fb42005-09-27 21:45:37 -0700674CPUSETS
675P: Paul Jackson
676P: Simon Derr
677M: pj@sgi.com
678M: simon.derr@bull.net
679L: linux-kernel@vger.kernel.org
680W: http://www.bullopensource.org/cpuset/
681S: Supported
682
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683CRAMFS FILESYSTEM
684W: http://sourceforge.net/projects/cramfs/
685S: Orphan
686
687CRIS PORT
688P: Mikael Starvik
689M: starvik@axis.com
690L: dev-etrax@axis.com
691W: http://developer.axis.com
692S: Maintained
693
694CRYPTO API
695P: Herbert Xu
696M: herbert@gondor.apana.org.au
697P: David S. Miller
698M: davem@davemloft.net
699L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800700T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701S: Maintained
702
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100703CS5535 Audio ALSA driver
704P: Jaya Kumar
705M: jayakumar.alsa@gmail.com
706S: Maintained
707
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708CYBERPRO FB DRIVER
709P: Russell King
710M: rmk@arm.linux.org.uk
711W: http://www.arm.linux.org.uk/
712S: Maintained
713
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700714CYBLAFB FRAMEBUFFER DRIVER
715P: Knut Petersen
716M: Knut_Petersen@t-online.de
717L: linux-fbdev-devel@lists.sourceforge.net
718S: Maintained
719
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720CYCLADES 2X SYNC CARD DRIVER
721P: Arnaldo Carvalho de Melo
722M: acme@conectiva.com.br
723W: http://advogato.org/person/acme
724L: cycsyn-devel@bazar.conectiva.com.br
725S: Maintained
726
727CYCLADES ASYNC MUX DRIVER
728M: async@cyclades.com
729W: http://www.cyclades.com/
730S: Supported
731
732CYCLADES PC300 DRIVER
733M: pc300@cyclades.com
734W: http://www.cyclades.com/
735S: Supported
736
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737DAMA SLAVE for AX.25
738P: Joerg Reuter
739M: jreuter@yaina.de
740W: http://yaina.de/jreuter/
741W: http://www.qsl.net/dl1bke/
742L: linux-hams@vger.kernel.org
743S: Maintained
744
745DC395x SCSI driver
746P: Oliver Neukum
747M: oliver@neukum.name
748P: Ali Akcaagac
749M: aliakc@web.de
750P: Jamie Lenehan
751M: lenehan@twibble.org
752W: http://twibble.org/dist/dc395x/
753L: http://lists.twibble.org/mailman/listinfo/dc395x/
754S: Maintained
755
756DC390/AM53C974 SCSI driver
757P: Kurt Garloff
758M: garloff@suse.de
759W: http://www.garloff.de/kurt/linux/dc390/
760P: Guennadi Liakhovetski
761M: g.liakhovetski@gmx.de
762S: Maintained
763
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700764DCCP PROTOCOL
765P: Arnaldo Carvalho de Melo
766M: acme@mandriva.com
767L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800768W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700769S: Maintained
770
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771DECnet NETWORK LAYER
772P: Patrick Caulfield
773M: patrick@tykepenguin.com
774W: http://linux-decnet.sourceforge.net
775L: linux-decnet-user@lists.sourceforge.net
776S: Maintained
777
778DEFXX FDDI NETWORK DRIVER
779P: Maciej W. Rozycki
780M: macro@linux-mips.org
781S: Maintained
782
783DELL LAPTOP SMM DRIVER
784P: Massimo Dal Zotto
785M: dz@debian.org
786W: http://www.debian.org/~dz/i8k/
787S: Maintained
788
Doug Warzecha90563ec2005-09-06 15:17:15 -0700789DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
790P: Doug Warzecha
791M: Douglas_Warzecha@dell.com
792S: Maintained
793
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794DEVICE-MAPPER
795P: Alasdair Kergon
796L: dm-devel@redhat.com
797W: http://sources.redhat.com/dm
798S: Maintained
799
800DEVICE NUMBER REGISTRY
801P: Torben Mathiasen
802M: device@lanana.org
803W: http://lanana.org/docs/device-list/index.html
804L: linux-kernel@vger.kernel.org
805S: Maintained
806
807DEVICE FILESYSTEM
808S: Obsolete
809
810DIGI INTL. EPCA DRIVER
811P: Digi International, Inc
812M: Eng.Linux@digi.com
813L: Eng.Linux@digi.com
814W: http://www.digi.com
815S: Orphaned
816
817DIGI RIGHTSWITCH NETWORK DRIVER
818P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700819L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820W: http://www.digi.com
821S: Orphaned
822
823DIRECTORY NOTIFICATION
824P: Stephen Rothwell
825M: sfr@canb.auug.org.au
826L: linux-kernel@vger.kernel.org
827S: Supported
828
829DISK GEOMETRY AND PARTITION HANDLING
830P: Andries Brouwer
831M: aeb@cwi.nl
832W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
833W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
834W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
835S: Maintained
836
837DISKQUOTA:
838P: Jan Kara
839M: jack@suse.cz
840L: linux-kernel@vger.kernel.org
841S: Maintained
842
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400843DISTRIBUTED LOCK MANAGER
844P: Patrick Caulfield
845M: pcaulfie@redhat.com
846P: David Teigland
847M: teigland@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -0400848L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400849W: http://sources.redhat.com/cluster/
850T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
851S: Supported
852
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
854P: Tobias Ringstrom
855M: tori@unhappy.mine.nu
856L: linux-kernel@vger.kernel.org
857S: Maintained
858
Martin Waitzba483d52005-06-17 13:20:59 -0700859DOCBOOK FOR DOCUMENTATION
860P: Martin Waitz
861M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800862T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700863S: Maintained
864
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865DOUBLETALK DRIVER
866P: James R. Van Zandt
867M: jrv@vanzandt.mv.com
868L: blinux-list@redhat.com
869S: Maintained
870
871DRIVER CORE, KOBJECTS, AND SYSFS
872P: Greg Kroah-Hartman
873M: gregkh@suse.de
874L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800875T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876S: Supported
877
878DRM DRIVERS
879P: David Airlie
880M: airlied@linux.ie
881L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800882T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883S: Maintained
884
885DSCC4 DRIVER
886P: François Romieu
887M: romieu@cogenit.fr
888M: romieu@ensta.fr
889S: Maintained
890
891DVB SUBSYSTEM AND DRIVERS
892P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200893M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200895W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200896T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200897S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898
899EATA-DMA SCSI DRIVER
900P: Michael Neuffer
901L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
902S: Maintained
903
904EATA ISA/EISA/PCI SCSI DRIVER
905P: Dario Ballabio
906M: ballabio_dario@emc.com
907L: linux-scsi@vger.kernel.org
908S: Maintained
909
910EATA-PIO SCSI DRIVER
911P: Michael Neuffer
912M: mike@i-Connect.Net
913L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
914S: Maintained
915
916EBTABLES
917P: Bart De Schuymer
918M: bart.de.schuymer@pandora.be
919L: ebtables-user@lists.sourceforge.net
920L: ebtables-devel@lists.sourceforge.net
921W: http://ebtables.sourceforge.net/
922S: Maintained
923
Alan Coxda9bb1d2006-01-18 17:44:13 -0800924EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800925P: Doug Thompson
926M: norsk5@xmission.com, dthompson@linuxnetworx.com
927P: Dave Peterson
928M: dsp@llnl.gov, dave_peterson@pobox.com
929L: bluesmoke-devel@lists.sourceforge.net
930W: bluesmoke.sourceforge.net
931S: Maintained
932
933EDAC-E752X
934P: Dave Peterson
935M: dsp@llnl.gov, dave_peterson@pobox.com
936L: bluesmoke-devel@lists.sourceforge.net
937W: bluesmoke.sourceforge.net
938S: Maintained
939
940EDAC-E7XXX
941P: Dave Peterson
942M: dsp@llnl.gov, dave_peterson@pobox.com
943L: 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
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001103GFS2 FILE SYSTEM
1104P: Steven Whitehouse
1105M: swhiteho@redhat.com
David Teiglanda4644182006-06-22 15:29:57 -04001106L: cluster-devel@redhat.com
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001107W: http://sources.redhat.com/cluster/
1108T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
1109S: Supported
1110
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001111GIGASET ISDN DRIVERS
1112P: Hansjoerg Lipp
1113M: hjlipp@web.de
1114P: Tilman Schmidt
1115M: tilman@imap.cc
1116L: gigaset307x-common@lists.sourceforge.net
1117W: http://gigaset307x.sourceforge.net/
1118S: Maintained
1119
Jean Delvare5b543962005-08-15 19:51:02 +02001120HARDWARE MONITORING
1121P: Jean Delvare
1122M: khali@linux-fr.org
1123L: lm-sensors@lm-sensors.org
1124W: http://www.lm-sensors.nu/
1125S: Maintained
1126
Robert Love860e1d62005-08-31 23:57:59 -04001127HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1128P: Robert Love
1129M: rlove@rlove.org
1130M: linux-kernel@vger.kernel.org
1131W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1132S: Maintained
1133
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134HARMONY SOUND DRIVER
1135P: Kyle McMartin
1136M: kyle@parisc-linux.org
1137W: http://www.parisc-linux.org/~kyle/harmony/
1138L: parisc-linux@lists.parisc-linux.org
1139S: Maintained
1140
1141HAYES ESP SERIAL DRIVER
1142P: Andrew J. Robinson
1143M: arobinso@nyx.net
1144L: linux-kernel@vger.kernel.org
1145W: http://www.nyx.net/~arobinso
1146S: Maintained
1147
1148HFS FILESYSTEM
1149P: Roman Zippel
1150M: zippel@linux-m68k.org
1151L: linux-kernel@vger.kernel.org
1152S: Maintained
1153
1154HGA FRAMEBUFFER DRIVER
1155P: Ferenc Bakonyi
1156M: fero@drama.obuda.kando.hu
1157L: linux-nvidia@lists.surfsouth.com
1158W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1159S: Maintained
1160
1161HIGH-SPEED SCC DRIVER FOR AX.25
1162P: Klaus Kudielka
1163M: klaus.kudielka@ieee.org
1164L: linux-hams@vger.kernel.org
1165W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1166S: Maintained
1167
1168HIPPI
1169P: Jes Sorensen
1170M: jes@trained-monkey.org
1171L: linux-hippi@sunsite.dk
1172S: Maintained
1173
1174HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1175P: Chirag Kantharia
1176M: chirag.kantharia@hp.com
1177L: iss_storagedev@hp.com
1178S: Maintained
1179
1180HEWLETT-PACKARD SMART2 RAID DRIVER
1181P: Chirag Kantharia
1182M: chirag.kantharia@hp.com
1183L: iss_storagedev@hp.com
1184S: Maintained
1185
1186HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1187P: Mike Miller
1188M: mike.miller@hp.com
1189L: iss_storagedev@hp.com
1190S: Supported
1191
Jouni Malinenff1d2762005-05-12 22:54:16 -04001192HOST AP DRIVER
1193P: Jouni Malinen
1194M: jkmaline@cc.hut.fi
1195L: hostap@shmoo.com
1196W: http://hostap.epitest.fi/
1197S: Maintained
1198
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1200P: Jaroslav Kysela
1201M: perex@suse.cz
1202S: Maintained
1203
Bob Piccob9b03322005-11-07 00:59:19 -08001204HPET: High Precision Event Timers driver (hpet.c)
1205P: Clemens Ladisch
1206M: clemens@ladisch.de
1207S: Maintained
1208
1209HPET: i386
1210P: Venkatesh Pallipadi (Venki)
1211M: venkatesh.pallipadi@intel.com
1212S: Maintained
1213
1214HPET: x86_64
1215P: Andi Kleen and Vojtech Pavlik
1216M: ak@muc.de and vojtech@suse.cz
1217S: Maintained
1218
1219HPET: ACPI hpet.c
1220P: Bob Picco
1221M: bob.picco@hp.com
1222S: Maintained
1223
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224HPFS FILESYSTEM
1225P: Mikulas Patocka
1226M: mikulas@artax.karlin.mff.cuni.cz
1227W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1228S: Maintained
1229
1230HUGETLB FILESYSTEM
1231P: William Irwin
1232M: wli@holomorphy.com
1233S: Maintained
1234
Jean Delvare5b543962005-08-15 19:51:02 +02001235I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236P: Jean Delvare
1237M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001238L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001240T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241S: Maintained
1242
1243I2O
1244P: Markus Lidel
1245M: markus.lidel@shadowconnect.com
1246W: http://i2o.shadowconnect.com/
1247S: Maintained
1248
1249i386 BOOT CODE
1250P: Riley H. Williams
1251M: Riley@Williams.Name
1252L: Linux-Kernel@vger.kernel.org
1253S: Maintained
1254
1255i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1256P: Dave Jones
1257M: davej@codemonkey.org.uk
1258P: H. Peter Anvin
1259M: hpa@zytor.com
1260S: Maintained
1261
1262i810 TCO TIMER WATCHDOG
1263P: Nils Faerber
1264M: nils@kernelconcepts.de
1265W: http://www.kernelconcepts.de/
1266S: Maintained
1267
1268IA64 (Itanium) PLATFORM
1269P: Tony Luck
1270M: tony.luck@intel.com
1271L: linux-ia64@vger.kernel.org
1272W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001273T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274S: Maintained
1275
1276SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001277P: Jes Sorensen
1278M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279L: linux-altix@sgi.com
1280L: linux-ia64@vger.kernel.org
1281W: http://www.sgi.com/altix
1282S: Maintained
1283
1284IBM MCA SCSI SUBSYSTEM DRIVER
1285P: Michael Lang
1286M: langa2@kph.uni-mainz.de
1287W: http://www.uni-mainz.de/~langm000/linux.html
1288S: Maintained
1289
1290IBM Power Linux RAID adapter
1291P: Brian King
1292M: brking@us.ibm.com
1293S: Supported
1294
1295IBM ServeRAID RAID DRIVER
1296P: Jack Hammer
1297P: Dave Jeffery
1298M: ipslinux@adaptec.com
1299W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1300S: Supported
1301
1302IDE DRIVER [GENERAL]
1303P: Bartlomiej Zolnierkiewicz
1304M: B.Zolnierkiewicz@elka.pw.edu.pl
1305L: linux-kernel@vger.kernel.org
1306L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001307T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308S: Maintained
1309
1310IDE/ATAPI CDROM DRIVER
1311P: Jens Axboe
1312M: axboe@suse.de
1313L: linux-kernel@vger.kernel.org
1314W: http://www.kernel.dk
1315S: Maintained
1316
1317IDE/ATAPI FLOPPY DRIVERS
1318P: Paul Bristow
1319M: Paul Bristow <paul@paulbristow.net>
1320W: http://paulbristow.net/linux/idefloppy.html
1321L: linux-kernel@vger.kernel.org
1322S: Maintained
1323
1324IDE/ATAPI TAPE DRIVERS
1325P: Gadi Oxman
1326M: Gadi Oxman <gadio@netvision.net.il>
1327L: linux-kernel@vger.kernel.org
1328S: Maintained
1329
1330IEEE 1394 ETHERNET (eth1394)
1331L: linux1394-devel@lists.sourceforge.net
1332W: http://www.linux1394.org/
1333S: Orphan
1334
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335IEEE 1394 SUBSYSTEM
1336P: Ben Collins
1337M: bcollins@debian.org
1338P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001339M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340L: linux1394-devel@lists.sourceforge.net
1341W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001342T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343S: Maintained
1344
1345IEEE 1394 OHCI DRIVER
1346P: Ben Collins
1347M: bcollins@debian.org
1348P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001349M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350L: linux1394-devel@lists.sourceforge.net
1351W: http://www.linux1394.org/
1352S: Maintained
1353
1354IEEE 1394 PCILYNX DRIVER
1355P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001356M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357L: linux1394-devel@lists.sourceforge.net
1358W: http://www.linux1394.org/
1359S: Maintained
1360
1361IEEE 1394 RAW I/O DRIVER
1362P: Ben Collins
1363M: bcollins@debian.org
1364P: Dan Dennedy
1365M: dan@dennedy.org
1366L: linux1394-devel@lists.sourceforge.net
1367W: http://www.linux1394.org/
1368S: Maintained
1369
Jody McIntyre105d7b32005-09-30 11:59:04 -07001370IEEE 1394 SBP2
1371P: Ben Collins
1372M: bcollins@debian.org
1373P: Stefan Richter
1374M: stefanr@s5r6.in-berlin.de
1375L: linux1394-devel@lists.sourceforge.net
1376W: http://www.linux1394.org/
1377S: Maintained
1378
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379IMS TWINTURBO FRAMEBUFFER DRIVER
1380P: Paul Mundt
1381M: lethal@chaoticdreams.org
1382L: linux-fbdev-devel@lists.sourceforge.net
1383S: Maintained
1384
1385INFINIBAND SUBSYSTEM
1386P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001387M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388P: Sean Hefty
1389M: mshefty@ichips.intel.com
1390P: Hal Rosenstock
1391M: halr@voltaire.com
1392L: openib-general@openib.org
1393W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001394T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395S: Supported
1396
1397INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001398P: Dmitry Torokhov
1399M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400L: linux-input@atrey.karlin.mff.cuni.cz
1401L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001402T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403S: Maintained
1404
Robert Lovec9f04f52005-07-15 12:21:07 -04001405INOTIFY
1406P: John McCutchan and Robert Love
1407M: ttb@tentacle.dhs.org and rml@novell.com
1408L: linux-kernel@vger.kernel.org
1409S: Maintained
1410
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001411INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1412P: Sylvain Meyer
1413M: sylvain.meyer@worldonline.fr
1414L: linux-fbdev-devel@lists.sourceforge.net
1415S: Maintained
1416
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417INTEL 810/815 FRAMEBUFFER DRIVER
1418P: Antonino Daplas
1419M: adaplas@pol.net
1420L: linux-fbdev-devel@lists.sourceforge.net
1421S: Maintained
1422
1423INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1424P: Ingo Molnar
1425M: mingo@redhat.com
1426S: Maintained
1427
1428INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1429P: Jeff Garzik
1430M: jgarzik@pobox.com
1431W: http://sourceforge.net/projects/gkernel/
1432S: Maintained
1433
1434INTEL IA32 MICROCODE UPDATE SUPPORT
1435P: Tigran Aivazian
1436M: tigran@veritas.com
1437S: Maintained
1438
1439INTEL PRO/100 ETHERNET SUPPORT
1440P: John Ronciak
1441M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442P: Jesse Brandeburg
1443M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001444P: Jeff Kirsher
1445M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001446P: Auke Kok
1447M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448W: http://sourceforge.net/projects/e1000/
1449S: Supported
1450
1451INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1452P: Jeb Cramer
1453M: cramerj@intel.com
1454P: John Ronciak
1455M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001456P: Jesse Brandeburg
1457M: jesse.brandeburg@intel.com
1458P: Jeff Kirsher
1459M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001460P: Auke Kok
1461M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462W: http://sourceforge.net/projects/e1000/
1463S: Supported
1464
1465INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001466P: Jeff Kirsher
1467M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468P: Ayyappan Veeraiyan
1469M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470P: John Ronciak
1471M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001472P: Jesse Brandeburg
1473M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001474P: Auke Kok
1475M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476W: http://sourceforge.net/projects/e1000/
1477S: Supported
1478
James Ketrenos826d2ab2005-11-07 18:56:59 -06001479INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1480P: Yi Zhu
1481M: yi.zhu@intel.com
1482P: James Ketrenos
1483M: jketreno@linux.intel.com
1484L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1485W: http://ipw2100.sourceforge.net
1486S: Supported
1487
1488INTEL PRO/WIRELESS 2915ABG 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://ipw2200.sourceforge.net
1495S: Supported
1496
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497IOC3 DRIVER
1498P: Ralf Baechle
1499M: ralf@linux-mips.org
1500L: linux-mips@linux-mips.org
1501S: Maintained
1502
1503IP MASQUERADING:
1504P: Juanjo Ciarlante
1505M: jjciarla@raiz.uncu.edu.ar
1506S: Maintained
1507
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001508IPATH DRIVER:
1509P: Bryan O'Sullivan
1510M: support@pathscale.com
1511L: openib-general@openib.org
1512S: Supported
1513
Corey Minyard4409ebe2006-04-20 02:43:12 -07001514IPMI SUBSYSTEM
1515P: Corey Minyard
1516M: minyard@acm.org
1517L: openipmi-developer@lists.sourceforge.net
1518W: http://openipmi.sourceforge.net/
1519S: Supported
1520
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521IPX NETWORK LAYER
1522P: Arnaldo Carvalho de Melo
1523M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001524L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525S: Maintained
1526
1527IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001528P: Samuel Ortiz
1529M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001530L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001532S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533
1534ISAPNP
1535P: Jaroslav Kysela
1536M: perex@suse.cz
1537S: Maintained
1538
1539ISDN SUBSYSTEM
1540P: Karsten Keil
1541M: kkeil@suse.de
1542P: Kai Germaschewski
1543M: kai.germaschewski@gmx.de
1544L: isdn4linux@listserv.isdn4linux.de
1545W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001546T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547S: Maintained
1548
1549ISDN SUBSYSTEM (Eicon active card driver)
1550P: Armin Schindler
1551M: mac@melware.de
1552L: isdn4linux@listserv.isdn4linux.de
1553W: http://www.melware.de
1554S: Maintained
1555
1556JOURNALLING FLASH FILE SYSTEM (JFFS)
1557P: Axis Communications AB
1558M: jffs-dev@axis.com
1559L: jffs-dev@axis.com
1560W: http://www.developer.axis.com/software/jffs/
1561S: Maintained
1562
1563JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1564P: David Woodhouse
1565M: dwmw2@infradead.org
1566L: jffs-dev@axis.com
1567W: http://sources.redhat.com/jffs2/
1568S: Maintained
1569
1570JFS FILESYSTEM
1571P: Dave Kleikamp
1572M: shaggy@austin.ibm.com
1573L: jfs-discussion@lists.sourceforge.net
1574W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001575T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576S: Supported
1577
Theodore Tsoae0718f2006-05-20 15:00:13 -07001578JOURNALLING LAYER FOR BLOCK DEVICS (JBD)
1579P: Stephen Tweedie, Andrew Morton
1580M: sct@redhat.com, akpm@osdl.org
1581L: ext2-devel@lists.sourceforge.net
1582S: Maintained
1583
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584KCONFIG
1585P: Roman Zippel
1586M: zippel@linux-m68k.org
1587L: kbuild-devel@lists.sourceforge.net
1588S: Maintained
1589
Vivek Goyalea6c2082006-05-20 14:59:55 -07001590KDUMP
1591P: Vivek Goyal
1592M: vgoyal@in.ibm.com
1593P: Haren Myneni
1594M: hbabu@us.ibm.com
1595L: fastboot@lists.osdl.org
1596L: linux-kernel@vger.kernel.org
1597W: http://lse.sourceforge.net/kdump/
1598S: Maintained
1599
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600KERNEL AUTOMOUNTER (AUTOFS)
1601P: H. Peter Anvin
1602M: hpa@zytor.com
1603L: autofs@linux.kernel.org
1604S: Odd Fixes
1605
1606KERNEL AUTOMOUNTER v4 (AUTOFS4)
1607P: Ian Kent
1608M: raven@themaw.net
1609L: autofs@linux.kernel.org
1610S: Maintained
1611
1612KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1613P: Kai Germaschewski
1614M: kai@germaschewski.name
1615P: Sam Ravnborg
1616M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001617T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618S: Maintained
1619
1620KERNEL JANITORS
1621P: Several
1622L: kernel-janitors@osdl.org
1623W: http://www.kerneljanitors.org/
1624W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625S: Maintained
1626
1627KERNEL NFSD
1628P: Neil Brown
1629M: neilb@cse.unsw.edu.au
1630L: nfs@lists.sourceforge.net
1631W: http://nfs.sourceforge.net/
1632W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1633S: Maintained
1634
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001635KEXEC
1636P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001637M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001638W: http://www.xmission.com/~ebiederm/files/kexec/
1639L: linux-kernel@vger.kernel.org
1640L: fastboot@osdl.org
1641S: Maintained
1642
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001643KPROBES
1644P: Prasanna S Panchamukhi
1645M: prasanna@in.ibm.com
1646P: Ananth N Mavinakayanahalli
1647M: ananth@in.ibm.com
1648P: Anil S Keshavamurthy
1649M: anil.s.keshavamurthy@intel.com
1650P: David S. Miller
1651M: davem@davemloft.net
1652L: linux-kernel@vger.kernel.org
1653S: Maintained
1654
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655LAPB module
1656P: Henner Eisen
1657M: eis@baty.hanse.de
1658L: linux-x25@vger.kernel.org
1659S: Maintained
1660
1661LASI 53c700 driver for PARISC
1662P: James E.J. Bottomley
1663M: James.Bottomley@HansenPartnership.com
1664L: linux-scsi@vger.kernel.org
1665S: Maintained
1666
Richard Purdie263de9b2006-05-15 09:44:16 -07001667LED SUBSYSTEM
1668P: Richard Purdie
1669M: rpurdie@rpsys.net
1670S: Maintained
1671
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672LEGO USB Tower driver
1673P: Juergen Stuber
1674M: starblue@users.sourceforge.net
1675L: legousb-devel@lists.sourceforge.net
1676W: http://legousb.sourceforge.net/
1677S: Maintained
1678
1679LINUX FOR IBM pSERIES (RS/6000)
1680P: Paul Mackerras
1681M: paulus@au.ibm.com
1682W: http://www.ibm.com/linux/ltc/projects/ppc
1683S: Supported
1684
1685LINUX FOR NCR VOYAGER
1686P: James Bottomley
1687M: James.Bottomley@HansenPartnership.com
1688W: http://www.hansenpartnership.com/voyager
1689S: Maintained
1690
1691LINUX FOR POWERPC
1692P: Paul Mackerras
1693M: paulus@samba.org
1694W: http://www.penguinppc.org/
1695L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001696T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697S: Supported
1698
1699LINUX FOR POWER MACINTOSH
1700P: Benjamin Herrenschmidt
1701M: benh@kernel.crashing.org
1702W: http://www.penguinppc.org/
1703L: linuxppc-dev@ozlabs.org
1704S: Maintained
1705
1706LINUX FOR POWERPC EMBEDDED MPC52XX
1707P: Sylvain Munaut
1708M: tnt@246tNt.com
1709W: http://www.246tNt.com/mpc52xx/
1710W: http://www.penguinppc.org/
1711L: linuxppc-dev@ozlabs.org
1712L: linuxppc-embedded@ozlabs.org
1713S: Maintained
1714
1715LINUX FOR POWERPC EMBEDDED PPC4XX
1716P: Matt Porter
1717M: mporter@kernel.crashing.org
1718W: http://www.penguinppc.org/
1719L: linuxppc-embedded@ozlabs.org
1720S: Maintained
1721
Tom Rinie93adf12005-07-26 12:49:53 -07001722LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723P: Tom Rini
1724M: trini@kernel.crashing.org
1725W: http://www.penguinppc.org/
1726L: linuxppc-embedded@ozlabs.org
1727S: Maintained
1728
Tom Rinie93adf12005-07-26 12:49:53 -07001729LINUX FOR POWERPC EMBEDDED PPC8XX
1730P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001731M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001732W: http://www.penguinppc.org/
1733L: linuxppc-embedded@ozlabs.org
1734S: Maintained
1735
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1737P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001738M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739W: http://www.penguinppc.org/
1740L: linuxppc-embedded@ozlabs.org
1741S: Maintained
1742
1743LLC (802.2)
1744P: Arnaldo Carvalho de Melo
1745M: acme@conectiva.com.br
1746S: Maintained
1747
1748LINUX FOR 64BIT POWERPC
1749P: Paul Mackerras
1750M: paulus@samba.org
1751M: paulus@au.ibm.com
1752P: Anton Blanchard
1753M: anton@samba.org
1754M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001755W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001756L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757S: Supported
1758
1759LINUX SECURITY MODULE (LSM) FRAMEWORK
1760P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001761M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001762L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001764T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765S: Supported
1766
1767LM83 HARDWARE MONITOR DRIVER
1768P: Jean Delvare
1769M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001770L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771S: Maintained
1772
1773LM90 HARDWARE MONITOR DRIVER
1774P: Jean Delvare
1775M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001776L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777S: Maintained
1778
1779LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1780P: Richard Russon (FlatCap)
1781M: ldm@flatcap.org
1782L: ldm-devel@lists.sourceforge.net
1783W: http://ldm.sourceforge.net
1784S: Maintained
1785
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001786LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1787P: Eric Moore
1788M: Eric.Moore@lsil.com
1789M: support@lsil.com
1790L: mpt_linux_developer@lsil.com
1791L: linux-scsi@vger.kernel.org
1792W: http://www.lsilogic.com/support
1793S: Supported
1794
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1796P: Matthew Wilcox
1797M: matthew@wil.cx
1798L: linux-scsi@vger.kernel.org
1799S: Maintained
1800
1801M68K ARCHITECTURE
1802P: Geert Uytterhoeven
1803M: geert@linux-m68k.org
1804P: Roman Zippel
1805M: zippel@linux-m68k.org
1806L: linux-m68k@lists.linux-m68k.org
1807W: http://www.linux-m68k.org/
1808W: http://linux-m68k-cvs.ubb.ca/
1809S: Maintained
1810
1811M68K ON APPLE MACINTOSH
1812P: Joshua Thompson
1813M: funaho@jurai.org
1814W: http://www.mac.linux-m68k.org/
1815L: linux-mac68k@mac.linux-m68k.org
1816S: Maintained
1817
1818M68K ON HP9000/300
1819P: Philip Blundell
1820M: philb@gnu.org
1821W: http://www.tazenda.demon.co.uk/phil/linux-hp
1822S: Maintained
1823
1824MARVELL YUKON / SYSKONNECT DRIVER
1825P: Mirko Lindner
1826M: mlindner@syskonnect.de
1827P: Ralph Roesler
1828M: rroesler@syskonnect.de
1829W: http://www.syskonnect.com
1830S: Supported
1831
1832MAESTRO PCI SOUND DRIVERS
1833P: Zach Brown
1834M: zab@zabbo.net
1835S: Odd Fixes
1836
Michael Kerriskfaf16682005-07-31 22:34:47 -07001837MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1838P: Michael Kerrisk
1839M: mtk-manpages@gmx.net
1840W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1841S: Maintained
1842
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001843MARVELL MV643XX ETHERNET DRIVER
1844P: Dale Farnsworth
1845M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001847M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001848L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001849S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850
1851MATROX FRAMEBUFFER DRIVER
1852P: Petr Vandrovec
1853M: vandrove@vc.cvut.cz
1854L: linux-fbdev-devel@lists.sourceforge.net
1855S: Maintained
1856
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001857MEGARAID SCSI DRIVERS
1858P: Neela Syam Kolli
1859M: Neela.Kolli@engenio.com
1860S: linux-scsi@vger.kernel.org
1861W: http://megaraid.lsilogic.com
1862S: Maintained
1863
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864MEMORY TECHNOLOGY DEVICES
1865P: David Woodhouse
1866M: dwmw2@infradead.org
1867W: http://www.linux-mtd.infradead.org/
1868L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001869T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870S: Maintained
1871
1872MICROTEK X6 SCANNER
1873P: Oliver Neukum
1874M: oliver@neukum.name
1875S: Maintained
1876
1877MIPS
1878P: Ralf Baechle
1879M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001880W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001882T: git www.linux-mips.org:/pub/scm/linux.git
1883S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884
1885MISCELLANEOUS MCA-SUPPORT
1886P: James Bottomley
1887M: jejb@steeleye.com
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
1891MODULE SUPPORT
1892P: Rusty Russell
1893M: rusty@rustcorp.com.au
1894L: linux-kernel@vger.kernel.org
1895S: Maintained
1896
1897MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1898P: Stelian Pop
1899M: stelian@popies.net
1900W: http://popies.net/meye/
1901S: Maintained
1902
1903MOUSE AND MISC DEVICES [GENERAL]
1904P: Alessandro Rubini
1905M: rubini@ipvvis.unipv.it
1906L: linux-kernel@vger.kernel.org
1907S: Maintained
1908
1909MTRR AND SIMILAR SUPPORT [i386]
1910P: Richard Gooch
1911M: rgooch@atnf.csiro.au
1912L: linux-kernel@vger.kernel.org
1913W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1914S: Maintained
1915
Russell Kingbaca2da2006-06-04 17:36:31 +01001916MULTIMEDIA CARD SUBSYSTEM
1917P: Russell King
1918M: rmk+mmc@arm.linux.org.uk
1919S: Maintained
1920
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921MULTISOUND SOUND DRIVER
1922P: Andrew Veliath
1923M: andrewtv@usa.net
1924S: Maintained
1925
1926NATSEMI ETHERNET DRIVER (DP8381x)
1927P: Tim Hockin
1928M: thockin@hockin.org
1929S: Maintained
1930
1931NCP FILESYSTEM
1932P: Petr Vandrovec
1933M: vandrove@vc.cvut.cz
1934L: linware@sh.cvut.cz
1935S: Maintained
1936
1937NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1938P: James E.J. Bottomley
1939M: James.Bottomley@HansenPartnership.com
1940L: linux-scsi@vger.kernel.org
1941S: Maintained
1942
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07001943NETEM NETWORK EMULATOR
1944P: Stephen Hemminger
1945M: shemminger@osdl.org
1946L: netem@osdl.org
1947S: Maintained
1948
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949NETFILTER/IPTABLES/IPCHAINS
1950P: Rusty Russell
1951P: Marc Boucher
1952P: James Morris
1953P: Harald Welte
1954P: Jozsef Kadlecsik
1955M: coreteam@netfilter.org
1956W: http://www.netfilter.org/
1957W: http://www.iptables.org/
1958L: netfilter@lists.netfilter.org
1959L: netfilter-devel@lists.netfilter.org
1960S: Supported
1961
1962NETROM NETWORK LAYER
1963P: Ralf Baechle
1964M: ralf@linux-mips.org
1965L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001966W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967S: Maintained
1968
1969NETWORK BLOCK DEVICE
1970P: Paul Clements
1971M: Paul.Clements@steeleye.com
1972S: Maintained
1973
1974NETWORK DEVICE DRIVERS
1975P: Andrew Morton
1976M: akpm@osdl.org
1977P: Jeff Garzik
1978M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001979L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001980T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981S: Maintained
1982
1983NETWORKING [GENERAL]
1984P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001985M: netdev@vger.kernel.org
1986L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001987W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988S: Maintained
1989
1990NETWORKING [IPv4/IPv6]
1991P: David S. Miller
1992M: davem@davemloft.net
1993P: Alexey Kuznetsov
1994M: kuznet@ms2.inr.ac.ru
1995P: Pekka Savola (ipv6)
1996M: pekkas@netcore.fi
1997P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001998M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999P: Hideaki YOSHIFUJI
2000M: yoshfuji@linux-ipv6.org
2001P: Patrick McHardy
2002M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002003L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002004T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005S: Maintained
2006
John W. Linville29f8f632006-01-18 14:52:48 -08002007NETWORKING [WIRELESS]
2008P: John W. Linville
2009M: linville@tuxdriver.com
2010L: netdev@vger.kernel.org
2011T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2012S: Maintained
2013
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014IPVS
2015P: Wensong Zhang
2016M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002017P: Simon Horman
2018M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019P: Julian Anastasov
2020M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002021L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022S: Maintained
2023
2024NFS CLIENT
2025P: Trond Myklebust
2026M: trond.myklebust@fys.uio.no
2027L: linux-kernel@vger.kernel.org
2028S: Maintained
2029
2030NI5010 NETWORK DRIVER
2031P: Jan-Pascal van Best and Andreas Mohr
2032M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
2033M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07002034L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035S: Maintained
2036
2037NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2038P: YOKOTA Hiroshi
2039M: yokota@netlab.is.tsukuba.ac.jp
2040W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2041S: Maintained
2042
2043NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2044P: GOTO Masanori
2045M: gotom@debian.or.jp
2046P: YOKOTA Hiroshi
2047M: yokota@netlab.is.tsukuba.ac.jp
2048W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2049S: Maintained
2050
2051NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2052P: Eberhard Moenkeberg
2053M: emoenke@gwdg.de
2054L: linux-kernel@vger.kernel.org
2055S: Maintained
2056
2057NTFS FILESYSTEM
2058P: Anton Altaparmakov
2059M: aia21@cantab.net
2060L: linux-ntfs-dev@lists.sourceforge.net
2061L: linux-kernel@vger.kernel.org
2062W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002063T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064S: Maintained
2065
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002066NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2067P: Antonino Daplas
2068M: adaplas@pol.net
2069L: linux-fbdev-devel@lists.sourceforge.net
2070S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071
Mark Fashehccd979b2005-12-15 14:31:24 -08002072ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2073P: Mark Fasheh
2074M: mark.fasheh@oracle.com
2075P: Kurt Hackel
2076M: kurt.hackel@oracle.com
2077L: ocfs2-devel@oss.oracle.com
2078W: http://oss.oracle.com/projects/ocfs2/
2079S: Supported
2080
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081OLYMPIC NETWORK DRIVER
2082P: Peter De Shrijver
2083M: p2@ace.ulyssis.student.kuleuven.ac.be
2084P: Mike Phillips
2085M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002086L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002087L: linux-tr@linuxtr.net
2088W: http://www.linuxtr.net
2089S: Maintained
2090
Harald Weltec1986ee2005-11-13 16:06:29 -08002091OMNIKEY CARDMAN 4000 DRIVER
2092P: Harald Welte
2093M: laforge@gnumonks.org
2094S: Maintained
2095
Harald Welte77c44ab2005-11-13 16:06:26 -08002096OMNIKEY CARDMAN 4040 DRIVER
2097P: Harald Welte
2098M: laforge@gnumonks.org
2099S: Maintained
2100
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101ONSTREAM SCSI TAPE DRIVER
2102P: Willem Riede
2103M: osst@riede.org
2104L: osst-users@lists.sourceforge.net
2105L: linux-scsi@vger.kernel.org
2106S: Maintained
2107
2108OPL3-SA2, SA3, and SAx DRIVER
2109P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002110M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111L: linux-sound@vger.kernel.org
2112S: Maintained
2113
2114OPROFILE
2115P: Philippe Elie
2116M: phil.el@wanadoo.fr
2117L: oprofile-list@lists.sf.net
2118S: Maintained
2119
2120ORINOCO DRIVER
2121P: Pavel Roskin
2122M: proski@gnu.org
2123P: David Gibson
2124M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002125L: orinoco-users@lists.sourceforge.net
2126L: orinoco-devel@lists.sourceforge.net
2127W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128S: Maintained
2129
2130PARALLEL PORT SUPPORT
2131P: Phil Blundell
2132M: philb@gnu.org
2133P: Tim Waugh
2134M: tim@cyberelk.net
2135P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136P: Andrea Arcangeli
2137M: andrea@suse.de
2138L: linux-parport@lists.infradead.org
2139W: http://people.redhat.com/twaugh/parport/
2140S: Maintained
2141
2142PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2143P: Tim Waugh
2144M: tim@cyberelk.net
2145L: linux-parport@lists.infradead.org
2146W: http://www.torque.net/linux-pp.html
2147S: Maintained
2148
2149PARISC ARCHITECTURE
2150P: Matthew Wilcox
2151M: matthew@wil.cx
2152P: Grant Grundler
2153M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002154P: Kyle McMartin
2155M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156L: parisc-linux@parisc-linux.org
2157W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002158T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2159T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160S: Maintained
2161
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002162PCI ERROR RECOVERY
2163P: Linas Vepstas
2164M: linas@austin.ibm.com
2165L: linux-kernel@vger.kernel.org
2166L: linux-pci@atrey.karlin.mff.cuni.cz
2167S: Supported
2168
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2170P: Thomas Sailer
2171M: sailer@ife.ee.ethz.ch
2172L: linux-sound@vger.kernel.org
2173W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2174S: Maintained
2175
2176PCI SUBSYSTEM
2177P: Greg Kroah-Hartman
2178M: gregkh@suse.de
2179L: linux-kernel@vger.kernel.org
2180L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002181T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182S: Supported
2183
2184PCI HOTPLUG CORE
2185P: Greg Kroah-Hartman
2186M: gregkh@suse.de
2187S: Supported
2188
2189PCI HOTPLUG COMPAQ DRIVER
2190P: Greg Kroah-Hartman
2191M: greg@kroah.com
2192S: Maintained
2193
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002194PCIE HOTPLUG DRIVER
2195P: Kristen Carlson Accardi
2196M: kristen.c.accardi@intel.com
2197L: pcihpd-discuss@lists.sourceforge.net
2198S: Maintained
2199
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002201P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002203T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002204S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205
2206PCNET32 NETWORK DRIVER
2207P: Thomas Bogendörfer
2208M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002209L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210S: Maintained
2211
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002212PERSONALITY HANDLING
2213P: Christoph Hellwig
2214M: hch@infradead.org
2215L: linux-abi-devel@lists.sourceforge.net
2216S: Maintained
2217
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218PHRAM MTD DRIVER
2219P: Jörn Engel
2220M: joern@wh.fh-wedel.de
2221L: linux-mtd@lists.infradead.org
2222S: Maintained
2223
Peter Osterlund249a6772005-09-27 21:45:30 -07002224PKTCDVD DRIVER
2225P: Peter Osterlund
2226M: petero2@telia.com
2227L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002228S: Maintained
2229
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230POSIX CLOCKS and TIMERS
2231P: George Anzinger
2232M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002233L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234S: Supported
2235
Eugene Surovegin24682972005-10-14 03:00:53 -07002236POWERPC 4xx EMAC DRIVER
2237P: Eugene Surovegin
2238M: ebs@ebshome.net
2239W: http://kernel.ebshome.net/emac/
2240L: linuxppc-embedded@ozlabs.org
2241L: netdev@vger.kernel.org
2242S: Maintained
2243
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244PNP SUPPORT
2245P: Adam Belay
2246M: ambx1@neo.rr.com
2247S: Maintained
2248
2249PPP PROTOCOL DRIVERS AND COMPRESSORS
2250P: Paul Mackerras
2251M: paulus@samba.org
2252L: linux-ppp@vger.kernel.org
2253S: Maintained
2254
2255PPP OVER ATM (RFC 2364)
2256P: Mitchell Blank Jr
2257M: mitch@sfgoth.com
2258S: Maintained
2259
2260PPP OVER ETHERNET
2261P: Michal Ostrowski
2262M: mostrows@speakeasy.net
2263S: Maintained
2264
2265PREEMPTIBLE KERNEL
2266P: Robert Love
2267M: rml@tech9.net
2268L: linux-kernel@vger.kernel.org
2269L: kpreempt-tech@lists.sourceforge.net
2270W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2271S: Supported
2272
2273PRISM54 WIRELESS DRIVER
2274P: Prism54 Development Team
2275M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002276L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277W: http://prism54.org
2278S: Maintained
2279
2280PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2281P: Peter Denison
2282M: promise@pnd-pc.demon.co.uk
2283W: http://www.pnd-pc.demon.co.uk/promise/
2284S: Maintained
2285
2286PXA2xx SUPPORT
2287P: Nicolas Pitre
2288M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002289L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290S: Maintained
2291
2292QLOGIC QLA2XXX FC-SCSI DRIVER
2293P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002294M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295L: linux-scsi@vger.kernel.org
2296S: Supported
2297
2298QNX4 FILESYSTEM
2299P: Anders Larsen
2300M: al@alarsen.net
2301L: linux-kernel@vger.kernel.org
2302W: http://www.alarsen.net/linux/qnx4fs/
2303S: Maintained
2304
2305RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002306P: Benjamin Herrenschmidt
2307M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002308L: linux-fbdev-devel@lists.sourceforge.net
2309S: Maintained
2310
2311RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002312P: Paul Mackerras
2313M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314L: linux-fbdev-devel@lists.sourceforge.net
2315S: Maintained
2316
2317RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2318P: Corey Thomas
2319M: corey@world.std.com
2320L: linux-kernel@vger.kernel.org
2321S: Maintained
2322
Matt Mackall9e95ce22005-04-16 15:25:56 -07002323RANDOM NUMBER DRIVER
2324P: Matt Mackall
2325M: mpm@selenic.com
2326S: Maintained
2327
Matt Porter394b7012005-11-07 01:00:15 -08002328RAPIDIO SUBSYSTEM
2329P: Matt Porter
2330M: mporter@kernel.crashing.org
2331L: linux-kernel@vger.kernel.org
2332S: Maintained
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334REAL TIME CLOCK DRIVER
2335P: Paul Gortmaker
2336M: p_gortmaker@yahoo.com
2337L: linux-kernel@vger.kernel.org
2338S: Maintained
2339
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002340REAL TIME CLOCK (RTC) SUBSYSTEM
2341P: Alessandro Zummo
2342M: a.zummo@towertech.it
2343L: linux-kernel@vger.kernel.org
2344S: Maintained
2345
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346REISERFS FILE SYSTEM
2347P: Hans Reiser
2348M: reiserfs-dev@namesys.com
2349L: reiserfs-list@namesys.com
2350W: http://www.namesys.com
2351S: Supported
2352
2353ROCKETPORT DRIVER
2354P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355W: http://www.comtrol.com
2356S: Maintained
2357
2358ROSE NETWORK LAYER
2359P: Ralf Baechle
2360M: ralf@linux-mips.org
2361L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002362W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363S: Maintained
2364
2365RISCOM8 DRIVER
2366S: Orphan
2367
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002368S3 SAVAGE FRAMEBUFFER DRIVER
2369P: Antonino Daplas
2370M: adaplas@pol.net
2371L: linux-fbdev-devel@lists.sourceforge.net
2372S: Maintained
2373
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374S390
2375P: Martin Schwidefsky
2376M: schwidefsky@de.ibm.com
2377M: linux390@de.ibm.com
2378L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002379W: http://www.ibm.com/developerworks/linux/linux390/
2380S: Supported
2381
2382S390 NETWORK DRIVERS
2383P: Frank Pavlic
2384M: fpavlic@de.ibm.com
2385M: linux390@de.ibm.com
2386L: linux-390@vm.marist.edu
2387W: http://www.ibm.com/developerworks/linux/linux390/
2388S: Supported
2389
2390S390 ZFCP DRIVER
2391P: Andreas Herrmann
2392M: aherrman@de.ibm.com
2393M: linux390@de.ibm.com
2394L: linux-390@vm.marist.edu
2395W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396S: Supported
2397
2398SAA7146 VIDEO4LINUX-2 DRIVER
2399P: Michael Hunold
2400M: michael@mihu.de
2401W: http://www.mihu.de/linux/saa7146
2402S: Maintained
2403
2404SBPCD CDROM DRIVER
2405P: Eberhard Moenkeberg
2406M: emoenke@gwdg.de
2407L: linux-kernel@vger.kernel.org
2408S: Maintained
2409
2410SC1200 WDT DRIVER
2411P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002412M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413S: Maintained
2414
2415SCHEDULER
2416P: Ingo Molnar
2417M: mingo@elte.hu
2418P: Robert Love [the preemptible kernel bits]
2419M: rml@tech9.net
2420L: linux-kernel@vger.kernel.org
2421S: Maintained
2422
2423SCSI CDROM DRIVER
2424P: Jens Axboe
2425M: axboe@suse.de
2426L: linux-scsi@vger.kernel.org
2427W: http://www.kernel.dk
2428S: Maintained
2429
2430SCSI SG DRIVER
2431P: Doug Gilbert
2432M: dgilbert@interlog.com
2433L: linux-scsi@vger.kernel.org
2434W: http://www.torque.net/sg
2435S: Maintained
2436
2437SCSI SUBSYSTEM
2438P: James E.J. Bottomley
2439M: James.Bottomley@SteelEye.com
2440L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002441T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442S: Maintained
2443
2444SCSI TAPE DRIVER
2445P: Kai Mäkisara
2446M: Kai.Makisara@kolumbus.fi
2447L: linux-scsi@vger.kernel.org
2448S: Maintained
2449
2450SCTP PROTOCOL
2451P: Sridhar Samudrala
2452M: sri@us.ibm.com
2453L: lksctp-developers@lists.sourceforge.net
2454S: Supported
2455
2456SCx200 CPU SUPPORT
2457P: Christer Weinigel
2458M: christer@weinigel.se
2459W: http://www.weinigel.se
2460S: Supported
2461
2462SECURITY CONTACT
2463P: Security Officers
2464M: security@kernel.org
2465S: Supported
2466
2467SELINUX SECURITY MODULE
2468P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002469M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002471M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472L: linux-kernel@vger.kernel.org (kernel issues)
2473L: selinux@tycho.nsa.gov (general discussion)
2474W: http://www.nsa.gov/selinux
2475S: Supported
2476
2477SERIAL ATA (SATA) SUBSYSTEM:
2478P: Jeff Garzik
2479M: jgarzik@pobox.com
2480L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002481T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482S: Supported
2483
2484SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2485P: Pat Gefre
2486M: pfg@sgi.com
2487L: linux-ia64@vger.kernel.org
2488S: Supported
2489
2490SGI VISUAL WORKSTATION 320 AND 540
2491P: Andrey Panin
2492M: pazke@donpac.ru
2493L: linux-visws-devel@lists.sf.net
2494W: http://linux-visws.sf.net
2495S: Maintained for 2.6.
2496
2497SIMTEC EB110ATX (Chalice CATS)
2498P: Ben Dooks
2499P: Vincent Sanders
2500M: support@simtec.co.uk
2501W: http://www.simtec.co.uk/products/EB110ATX/
2502S: Supported
2503
2504SIMTEC EB2410ITX (BAST)
2505P: Ben Dooks
2506P: Vincent Sanders
2507M: support@simtec.co.uk
2508W: http://www.simtec.co.uk/products/EB2410ITX/
2509S: Supported
2510
Francois Romieu92aab3c2005-07-30 13:11:18 +02002511SIS 190 ETHERNET DRIVER
2512P: Francois Romieu
2513M: romieu@fr.zoreil.com
2514L: netdev@vger.kernel.org
2515S: Maintained
2516
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517SIS 5513 IDE CONTROLLER DRIVER
2518P: Lionel Bouton
2519M: Lionel.Bouton@inet6.fr
2520W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2521W: http://gyver.homeip.net/sis5513/index.html
2522S: Maintained
2523
2524SIS 900/7016 FAST ETHERNET DRIVER
2525P: Daniele Venzano
2526M: venza@brownhat.org
2527W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002528L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529S: Maintained
2530
2531SIS FRAMEBUFFER DRIVER
2532P: Thomas Winischhofer
2533M: thomas@winischhofer.net
2534W: http://www.winischhofer.net/linuxsisvga.shtml
2535S: Maintained
2536
2537SIS USB2VGA DRIVER
2538P: Thomas Winischhofer
2539M: thomas@winischhofer.net
2540W: http://www.winischhofer.at/linuxsisusbvga.shtml
2541S: Maintained
2542
2543SMSC47M1 HARDWARE MONITOR DRIVER
2544P: Jean Delvare
2545M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002546L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547S: Odd Fixes
2548
2549SMB FILESYSTEM
2550P: Urban Widmark
2551M: urban@teststation.com
2552W: http://samba.org/
2553L: samba@samba.org
2554S: Maintained
2555
2556SMC91x ETHERNET DRIVER
2557P: Nicolas Pitre
2558M: nico@cam.org
2559S: Maintained
2560
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561SOFTWARE RAID (Multiple Disks) SUPPORT
2562P: Ingo Molnar
2563M: mingo@redhat.com
2564P: Neil Brown
2565M: neilb@cse.unsw.edu.au
2566L: linux-raid@vger.kernel.org
2567S: Maintained
2568
2569SOFTWARE SUSPEND:
2570P: Pavel Machek
2571M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002572L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573S: Maintained
2574
2575SONIC NETWORK DRIVER
2576P: Thomas Bogendoerfer
2577M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002578L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579S: Maintained
2580
2581SONY VAIO CONTROL DEVICE DRIVER
2582P: Stelian Pop
2583M: stelian@popies.net
2584W: http://popies.net/sonypi/
2585S: Maintained
2586
2587SOUND
2588P: Jaroslav Kysela
2589M: perex@suse.cz
2590L: alsa-devel@alsa-project.org
2591S: Maintained
2592
Kumar Gala025c3982006-04-02 16:05:54 -05002593SPI SUBSYSTEM
2594P: David Brownell
2595M: dbrownell@users.sourceforge.net
2596L: spi-devel-general@lists.sourceforge.net
2597S: Maintained
2598
Kylene Hall1c72d462005-05-01 08:59:13 -07002599TPM DEVICE DRIVER
2600P: Kylene Hall
2601M: kjhall@us.ibm.com
2602W: http://tpmdd.sourceforge.net
2603L: tpmdd-devel@lists.sourceforge.net
2604S: Maintained
2605
Mark Gross1a80ba82005-10-30 15:02:55 -08002606Telecom Clock Driver for MCPL0010
2607P: Mark Gross
2608M: mark.gross@intel.com
2609S: Supported
2610
Chris Zankel48b415c2005-06-23 22:01:07 -07002611TENSILICA XTENSA PORT (xtensa):
2612P: Chris Zankel
2613M: chris@zankel.net
2614S: Maintained
2615
Linus Torvalds1da177e2005-04-16 15:20:36 -07002616UltraSPARC (sparc64):
2617P: David S. Miller
2618M: davem@davemloft.net
2619P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002620M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621P: Jakub Jelinek
2622M: jj@sunsite.ms.mff.cuni.cz
2623P: Anton Blanchard
2624M: anton@samba.org
2625L: sparclinux@vger.kernel.org
2626L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002627T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628S: Maintained
2629
2630SHARP LH SUPPORT (LH7952X & LH7A40X)
2631P: Marc Singer
2632M: elf@buici.com
2633W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002634L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635S: Maintained
2636
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002637SHPC HOTPLUG DRIVER
2638P: Kristen Carlson Accardi
2639M: kristen.c.accardi@intel.com
2640L: pcihpd-discuss@lists.sourceforge.net
2641S: Maintained
2642
Pierre Ossmand129bce2006-03-24 03:18:17 -08002643SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2644P: Pierre Ossman
2645M: drzeus-sdhci@drzeus.cx
2646L: sdhci-devel@list.drzeus.cx
2647W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2648S: Maintained
2649
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002650SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2651P: Stephen Hemminger
2652M: shemminger@osdl.org
2653L: netdev@vger.kernel.org
2654S: Maintained
2655
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656SPARC (sparc32):
2657P: William L. Irwin
2658M: wli@holomorphy.com
2659L: sparclinux@vger.kernel.org
2660S: Maintained
2661
2662SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2663P: Roger Wolff
2664M: R.E.Wolff@BitWizard.nl
2665L: linux-kernel@vger.kernel.org ?
2666S: Supported
2667
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668SRM (Alpha) environment access
2669P: Jan-Benedict Glaw
2670M: jbglaw@lug-owl.de
2671L: linux-kernel@vger.kernel.org
2672S: Maintained
2673
2674STARFIRE/DURALAN NETWORK DRIVER
2675P: Ion Badulescu
2676M: ionut@cs.columbia.edu
2677S: Maintained
2678
2679STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2680W: http://mosquitonet.Stanford.EDU/strip.html
2681S: Unsupported ?
2682
2683STRADIS MPEG-2 DECODER DRIVER
2684P: Nathan Laredo
2685M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686W: http://www.stradis.com/
2687S: Maintained
2688
2689SUPERH (sh)
2690P: Paul Mundt
2691M: lethal@linux-sh.org
2692P: Kazumoto Kojima
2693M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002694L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695W: http://www.linux-sh.org
2696W: http://www.m17n.org/linux-sh/
2697W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2698S: Maintained
2699
2700SUPERH64 (sh64)
2701P: Paul Mundt
2702M: lethal@linux-sh.org
2703P: Richard Curnow
2704M: rc@rc0.org.uk
2705L: linuxsh-shmedia-dev@lists.sourceforge.net
2706W: http://www.linux-sh.org
2707W: http://www.rc0.org.uk/sh64
2708S: Maintained
2709
2710SUN3/3X
2711P: Sam Creasey
2712M: sammy@sammy.net
2713L: sun3-list@redhat.com
2714W: http://sammy.net/sun3/
2715S: Maintained
2716
2717SVGA HANDLING
2718P: Martin Mares
2719M: mj@ucw.cz
2720L: linux-video@atrey.karlin.mff.cuni.cz
2721S: Maintained
2722
2723SYSV FILESYSTEM
2724P: Christoph Hellwig
2725M: hch@infradead.org
2726S: Maintained
2727
2728TI PARALLEL LINK CABLE DRIVER
2729P: Romain Lievin
2730M: roms@lpg.ticalc.org
2731S: Maintained
2732
Per Lidene86eaa32006-01-12 16:45:18 +01002733TIPC NETWORK LAYER
2734P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002735M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002736P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002737M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002738P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002739M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002740L: tipc-discussion@lists.sourceforge.net
2741W: http://tipc.sourceforge.net/
2742W: http://tipc.cslab.ericsson.net/
2743T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2744S: Maintained
2745
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746TLAN NETWORK DRIVER
2747P: Samuel Chessman
2748M: chessman@tux.org
2749L: tlan-devel@lists.sourceforge.net
2750W: http://sourceforge.net/projects/tlan/
2751S: Maintained
2752
2753TOKEN-RING NETWORK DRIVER
2754P: Mike Phillips
2755M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002756L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757L: linux-tr@linuxtr.net
2758W: http://www.linuxtr.net
2759S: Maintained
2760
2761TOSHIBA ACPI EXTRAS DRIVER
2762P: John Belmonte
2763M: toshiba_acpi@memebeam.org
2764W: http://memebeam.org/toys/ToshibaAcpiDriver
2765S: Maintained
2766
2767TOSHIBA SMM DRIVER
2768P: Jonathan Buzzard
2769M: jonathan@buzzard.org.uk
2770L: tlinux-users@tce.toshiba-dme.co.jp
2771W: http://www.buzzard.org.uk/toshiba/
2772S: Maintained
2773
2774TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2775P: Muli Ben-Yehuda
2776M: mulix@mulix.org
2777L: linux-kernel@vger.kernel.org
2778S: Maintained
2779
2780TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002781P: Adrian Bunk
2782M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002784W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002785T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786S: Maintained
2787
2788TMS380 TOKEN-RING NETWORK DRIVER
2789P: Adam Fritzler
2790M: mid@auk.cx
2791L: linux-tr@linuxtr.net
2792W: http://www.auk.cx/tms380tr/
2793S: Maintained
2794
2795TULIP NETWORK DRIVER
2796P: Jeff Garzik
2797M: jgarzik@pobox.com
2798L: tulip-users@lists.sourceforge.net
2799W: http://sourceforge.net/projects/tulip/
2800S: Maintained
2801
2802TUN/TAP driver
2803P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002804M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805L: vtun@office.satix.net
2806W: http://vtun.sourceforge.net/tun
2807S: Maintained
2808
2809U14-34F SCSI DRIVER
2810P: Dario Ballabio
2811M: ballabio_dario@emc.com
2812L: linux-scsi@vger.kernel.org
2813S: Maintained
2814
2815UDF FILESYSTEM
2816P: Ben Fennema
2817M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818W: http://linux-udf.sourceforge.net
2819S: Maintained
2820
2821UNIFORM CDROM DRIVER
2822P: Jens Axboe
2823M: axboe@suse.de
2824L: linux-kernel@vger.kernel.org
2825W: http://www.kernel.dk
2826S: Maintained
2827
2828USB ACM DRIVER
2829P: Oliver Neukum
2830M: oliver@neukum.name
2831L: linux-usb-users@lists.sourceforge.net
2832L: linux-usb-devel@lists.sourceforge.net
2833S: Maintained
2834
2835USB BLOCK DRIVER (UB ub)
2836P: Pete Zaitcev
2837M: zaitcev@redhat.com
2838L: linux-kernel@vger.kernel.org
2839L: linux-usb-devel@lists.sourceforge.net
2840S: Supported
2841
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842USB CDC ETHERNET DRIVER
2843P: Greg Kroah-Hartman
2844M: greg@kroah.com
2845L: linux-usb-users@lists.sourceforge.net
2846L: linux-usb-devel@lists.sourceforge.net
2847S: Maintained
2848W: http://www.kroah.com/linux-usb/
2849
2850USB EHCI DRIVER
2851P: David Brownell
2852M: dbrownell@users.sourceforge.net
2853L: linux-usb-devel@lists.sourceforge.net
2854S: Maintained
2855
Luca Risolia7ce08c92006-01-11 02:06:59 +00002856USB ET61X[12]51 DRIVER
2857P: Luca Risolia
2858M: luca.risolia@studio.unibo.it
2859L: linux-usb-devel@lists.sourceforge.net
2860L: video4linux-list@redhat.com
2861W: http://www.linux-projects.org
2862S: Maintained
2863
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864USB HID/HIDBP DRIVERS
2865P: Vojtech Pavlik
2866M: vojtech@suse.cz
2867L: linux-usb-users@lists.sourceforge.net
2868L: linux-usb-devel@lists.sourceforge.net
2869S: Maintained
2870
2871USB HUB DRIVER
2872P: Johannes Erdfelt
2873M: johannes@erdfelt.com
2874L: linux-usb-users@lists.sourceforge.net
2875L: linux-usb-devel@lists.sourceforge.net
2876S: Maintained
2877
Olav Kongas959eea22005-11-03 17:38:14 +02002878USB ISP116X DRIVER
2879P: Olav Kongas
2880M: ok@artecdesign.ee
2881L: linux-usb-devel@lists.sourceforge.net
2882S: Maintained
2883
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884USB KAWASAKI LSI DRIVER
2885P: Oliver Neukum
2886M: oliver@neukum.name
2887L: linux-usb-users@lists.sourceforge.net
2888L: linux-usb-devel@lists.sourceforge.net
2889S: Maintained
2890
2891USB MASS STORAGE DRIVER
2892P: Matthew Dharm
2893M: mdharm-usb@one-eyed-alien.net
2894L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002895L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896S: Maintained
2897W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2898
2899USB OHCI DRIVER
2900P: Roman Weissgaerber
2901M: weissg@vienna.at
2902L: linux-usb-users@lists.sourceforge.net
2903L: linux-usb-devel@lists.sourceforge.net
2904S: Maintained
2905
Matthias Urlichsba460e42005-07-14 00:33:47 -07002906USB OPTION-CARD DRIVER
2907P: Matthias Urlichs
2908M: smurf@smurf.noris.de
2909L: linux-usb-devel@lists.sourceforge.net
2910S: Maintained
2911
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912USB OV511 DRIVER
2913P: Mark McClelland
2914M: mmcclell@bigfoot.com
2915L: linux-usb-users@lists.sourceforge.net
2916L: linux-usb-devel@lists.sourceforge.net
2917W: http://alpha.dyndns.org/ov511/
2918S: Maintained
2919
2920USB PEGASUS DRIVER
2921P: Petko Manolov
2922M: petkan@users.sourceforge.net
2923L: linux-usb-users@lists.sourceforge.net
2924L: linux-usb-devel@lists.sourceforge.net
2925W: http://pegasus2.sourceforge.net/
2926S: Maintained
2927
2928USB PRINTER DRIVER
2929P: Vojtech Pavlik
2930M: vojtech@suse.cz
2931L: linux-usb-users@lists.sourceforge.net
2932L: linux-usb-devel@lists.sourceforge.net
2933S: Maintained
2934
2935USB RTL8150 DRIVER
2936P: Petko Manolov
2937M: petkan@users.sourceforge.net
2938L: linux-usb-users@lists.sourceforge.net
2939L: linux-usb-devel@lists.sourceforge.net
2940W: http://pegasus2.sourceforge.net/
2941S: Maintained
2942
2943USB SE401 DRIVER
2944P: Jeroen Vreeken
2945M: pe1rxq@amsat.org
2946L: linux-usb-users@lists.sourceforge.net
2947L: linux-usb-devel@lists.sourceforge.net
2948W: http://www.chello.nl/~j.vreeken/se401/
2949S: Maintained
2950
2951USB SERIAL CYBERJACK DRIVER
2952P: Matthias Bruestle and Harald Welte
2953M: support@reiner-sct.com
2954W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2955S: Maintained
2956
2957USB SERIAL DIGI ACCELEPORT DRIVER
2958P: Peter Berger and Al Borchers
2959M: pberger@brimson.com
2960M: alborchers@steinerpoint.com
2961L: linux-usb-users@lists.sourceforge.net
2962L: linux-usb-devel@lists.sourceforge.net
2963S: Maintained
2964
2965USB SERIAL DRIVER
2966P: Greg Kroah-Hartman
2967M: gregkh@suse.de
2968L: linux-usb-users@lists.sourceforge.net
2969L: linux-usb-devel@lists.sourceforge.net
2970S: Supported
2971
2972USB SERIAL BELKIN F5U103 DRIVER
2973P: William Greathouse
2974M: wgreathouse@smva.com
2975L: linux-usb-users@lists.sourceforge.net
2976L: linux-usb-devel@lists.sourceforge.net
2977S: Maintained
2978
2979USB SERIAL CYPRESS M8 DRIVER
2980P: Lonnie Mendez
2981M: dignome@gmail.com
2982L: linux-usb-users@lists.sourceforge.net
2983L: linux-usb-devel@lists.sourceforge.net
2984S: Maintained
2985W: http://geocities.com/i0xox0i
2986W: http://firstlight.net/cvs
2987
2988USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2989L: linux-usb-users@lists.sourceforge.net
2990L: linux-usb-devel@lists.sourceforge.net
2991S: Maintained
2992
2993USB AUERSWALD DRIVER
2994P: Wolfgang Muees
2995M: wolfgang@iksw-muees.de
2996L: linux-usb-users@lists.sourceforge.net
2997L: linux-usb-devel@lists.sourceforge.net
2998S: Maintained
2999
3000USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3001P: Gary Brubaker
3002M: xavyer@ix.netcom.com
3003L: linux-usb-users@lists.sourceforge.net
3004L: linux-usb-devel@lists.sourceforge.net
3005S: Maintained
3006
3007USB SERIAL KEYSPAN DRIVER
3008P: Greg Kroah-Hartman
3009M: greg@kroah.com
3010L: linux-usb-users@lists.sourceforge.net
3011L: linux-usb-devel@lists.sourceforge.net
3012W: http://www.kroah.com/linux/
3013S: Maintained
3014
3015USB SERIAL WHITEHEAT DRIVER
3016P: Stuart MacDonald
3017M: stuartm@connecttech.com
3018L: linux-usb-users@lists.sourceforge.net
3019L: linux-usb-devel@lists.sourceforge.net
3020W: http://www.connecttech.com
3021S: Supported
3022
3023USB SN9C10x DRIVER
3024P: Luca Risolia
3025M: luca.risolia@studio.unibo.it
3026L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003027L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028W: http://www.linux-projects.org
3029S: Maintained
3030
3031USB SUBSYSTEM
3032P: Greg Kroah-Hartman
3033M: gregkh@suse.de
3034L: linux-usb-users@lists.sourceforge.net
3035L: linux-usb-devel@lists.sourceforge.net
3036W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003037T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038S: Supported
3039
3040USB UHCI DRIVER
3041P: Alan Stern
3042M: stern@rowland.harvard.edu
3043L: linux-usb-users@lists.sourceforge.net
3044L: linux-usb-devel@lists.sourceforge.net
3045S: Maintained
3046
3047USB "USBNET" DRIVER
3048P: David Brownell
3049M: dbrownell@users.sourceforge.net
3050L: linux-usb-devel@lists.sourceforge.net
3051S: Maintained
3052
3053USB W996[87]CF DRIVER
3054P: Luca Risolia
3055M: luca.risolia@studio.unibo.it
3056L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003057L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058W: http://www.linux-projects.org
3059S: Maintained
3060
Luca Risolia60f78052006-02-06 16:29:35 +00003061USB ZC0301 DRIVER
3062P: Luca Risolia
3063M: luca.risolia@studio.unibo.it
3064L: linux-usb-devel@lists.sourceforge.net
3065L: video4linux-list@redhat.com
3066W: http://www.linux-projects.org
3067S: Maintained
3068
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069USB ZD1201 DRIVER
3070P: Jeroen Vreeken
3071M: pe1rxq@amsat.org
3072L: linux-usb-users@lists.sourceforge.net
3073L: linux-usb-devel@lists.sourceforge.net
3074W: http://linux-lc100020.sourceforge.net
3075S: Maintained
3076
3077USER-MODE LINUX
3078P: Jeff Dike
3079M: jdike@karaya.com
3080L: user-mode-linux-devel@lists.sourceforge.net
3081L: user-mode-linux-user@lists.sourceforge.net
3082W: http://user-mode-linux.sourceforge.net
3083S: Maintained
3084
3085FAT/VFAT/MSDOS FILESYSTEM:
3086P: OGAWA Hirofumi
3087M: hirofumi@mail.parknet.co.jp
3088L: linux-kernel@vger.kernel.org
3089S: Maintained
3090
3091VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3092P: Jeff Garzik
3093S: Odd fixes
3094
3095VIA RHINE NETWORK DRIVER
3096P: Roger Luethi
3097M: rl@hellgate.ch
3098S: Maintained
3099
Jean Delvare32c0a522005-09-22 21:47:58 +02003100VIAPRO SMBUS DRIVER
3101P: Jean Delvare
3102M: khali@linux-fr.org
3103L: lm-sensors@lm-sensors.org
3104S: Maintained
3105
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106UCLINUX (AND M68KNOMMU)
3107P: Greg Ungerer
3108M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003110L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111S: Maintained
3112
3113UCLINUX FOR NEC V850
3114P: Miles Bader
3115M: uclinux-v850@lsi.nec.co.jp
3116W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3117W: http://www.ee.nec.de/uclinux/
3118S: Supported
3119
3120UCLINUX FOR RENESAS H8/300
3121P: Yoshinori Sato
3122M: ysato@users.sourceforge.jp
3123W: http://uclinux-h8.sourceforge.jp/
3124S: Supported
3125
3126USB DIAMOND RIO500 DRIVER
3127P: Cesar Miquel
3128M: miquel@df.uba.ar
3129L: rio500-users@lists.sourceforge.net
3130W: http://rio500.sourceforge.net
3131S: Maintained
3132
3133VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003134P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003135M: mchehab@infradead.org
3136M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003138W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003139T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003140S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141
Roger Lucas1de9e372005-11-26 20:20:05 +01003142VT8231 HARDWARE MONITOR DRIVER
3143P: Roger Lucas
3144M: roger@planbit.co.uk
3145L: lm-sensors@lm-sensors.org
3146S: Maintained
3147
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148W1 DALLAS'S 1-WIRE BUS
3149P: Evgeniy Polyakov
3150M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003151L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152S: Maintained
3153
3154W83L51xD SD/MMC CARD INTERFACE DRIVER
3155P: Pierre Ossman
3156M: drzeus-wbsd@drzeus.cx
3157L: wbsd-devel@list.drzeus.cx
3158W: http://projects.drzeus.cx/wbsd
3159S: Maintained
3160
3161W83L785TS HARDWARE MONITOR DRIVER
3162P: Jean Delvare
3163M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003164L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165S: Odd Fixes
3166
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003167WATCHDOG DEVICE DRIVERS
3168P: Wim Van Sebroeck
3169M: wim@iguana.be
3170T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3171S: Maintained
3172
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3174P: Jean Tourrilhes
3175M: jt@hpl.hp.com
3176W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3177S: Maintained
3178
3179WD7000 SCSI DRIVER
3180P: Miroslav Zagorac
3181M: zaga@fly.cc.fer.hr
3182L: linux-scsi@vger.kernel.org
3183S: Maintained
3184
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003185WISTRON LAPTOP BUTTON DRIVER
3186P: Miloslav Trmac
3187M: mitr@volny.cz
3188S: Maintained
3189
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190WL3501 WIRELESS PCMCIA CARD DRIVER
3191P: Arnaldo Carvalho de Melo
3192M: acme@conectiva.com.br
3193W: http://advogato.org/person/acme
3194S: Maintained
3195
3196X.25 NETWORK LAYER
3197P: Henner Eisen
3198M: eis@baty.hanse.de
3199L: linux-x25@vger.kernel.org
3200S: Maintained
3201
3202XFS FILESYSTEM
3203P: Silicon Graphics Inc
3204M: xfs-masters@oss.sgi.com
3205M: nathans@sgi.com
3206L: linux-xfs@oss.sgi.com
3207W: http://oss.sgi.com/projects/xfs
3208S: Supported
3209
3210X86 3-LEVEL PAGING (PAE) SUPPORT
3211P: Ingo Molnar
3212M: mingo@redhat.com
3213S: Maintained
3214
3215X86-64 port
3216P: Andi Kleen
3217M: ak@suse.de
3218L: discuss@x86-64.org
3219W: http://www.x86-64.org
3220S: Maintained
3221
3222YAM DRIVER FOR AX.25
3223P: Jean-Paul Roubelat
3224M: jpr@f6fbb.org
3225L: linux-hams@vger.kernel.org
3226S: Maintained
3227
Henkaf64a5e2005-10-12 15:02:56 +02003228YEALINK PHONE DRIVER
3229P: Henk Vergonet
3230M: Henk.Vergonet@gmail.com
3231L: usbb2k-api-dev@nongnu.org
3232S: Maintained
3233
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3235P: Pete Zaitcev
3236M: zaitcev@yahoo.com
3237L: linux-kernel@vger.kernel.org
3238S: Obsolete
3239
3240Z8530 DRIVER FOR AX.25
3241P: Joerg Reuter
3242M: jreuter@yaina.de
3243W: http://yaina.de/jreuter/
3244W: http://www.qsl.net/dl1bke/
3245L: linux-hams@vger.kernel.org
3246S: Maintained
3247
3248ZF MACHZ WATCHDOG
3249P: Fernando Fuganti
3250M: fuganti@netbank.com.br
3251W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3252S: Maintained
3253
3254ZR36067 VIDEO FOR LINUX DRIVER
3255P: Ronald Bultje
3256M: rbultje@ronald.bitfreak.net
3257L: mjpeg-users@lists.sourceforge.net
3258W: http://mjpeg.sourceforge.net/driver-zoran/
3259S: Maintained
3260
3261ZR36120 VIDEO FOR LINUX DRIVER
3262P: Pauline Middelink
3263M: middelin@polyware.nl
3264W: http://www.polyware.nl/~middelin/En/hobbies.html
3265W: http://www.polyware.nl/~middelin/hobbies.html
3266S: Maintained
3267
3268THE REST
3269P: Linus Torvalds
3270S: Buried alive in reporters