blob: 58d181d050c4cdb9f16f42b7eb487ad30a2588c3 [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
581S: Supported
582
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583BTTV 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
843DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
844P: Tobias Ringstrom
845M: tori@unhappy.mine.nu
846L: linux-kernel@vger.kernel.org
847S: Maintained
848
Martin Waitzba483d52005-06-17 13:20:59 -0700849DOCBOOK FOR DOCUMENTATION
850P: Martin Waitz
851M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800852T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700853S: Maintained
854
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855DOUBLETALK DRIVER
856P: James R. Van Zandt
857M: jrv@vanzandt.mv.com
858L: blinux-list@redhat.com
859S: Maintained
860
861DRIVER CORE, KOBJECTS, AND SYSFS
862P: Greg Kroah-Hartman
863M: gregkh@suse.de
864L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800865T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866S: Supported
867
868DRM DRIVERS
869P: David Airlie
870M: airlied@linux.ie
871L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800872T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873S: Maintained
874
875DSCC4 DRIVER
876P: François Romieu
877M: romieu@cogenit.fr
878M: romieu@ensta.fr
879S: Maintained
880
881DVB SUBSYSTEM AND DRIVERS
882P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200883M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200885W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200886T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200887S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888
889EATA-DMA SCSI DRIVER
890P: Michael Neuffer
891L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
892S: Maintained
893
894EATA ISA/EISA/PCI SCSI DRIVER
895P: Dario Ballabio
896M: ballabio_dario@emc.com
897L: linux-scsi@vger.kernel.org
898S: Maintained
899
900EATA-PIO SCSI DRIVER
901P: Michael Neuffer
902M: mike@i-Connect.Net
903L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
904S: Maintained
905
906EBTABLES
907P: Bart De Schuymer
908M: bart.de.schuymer@pandora.be
909L: ebtables-user@lists.sourceforge.net
910L: ebtables-devel@lists.sourceforge.net
911W: http://ebtables.sourceforge.net/
912S: Maintained
913
Alan Coxda9bb1d2006-01-18 17:44:13 -0800914EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800915P: Doug Thompson
916M: norsk5@xmission.com, dthompson@linuxnetworx.com
917P: Dave Peterson
918M: dsp@llnl.gov, dave_peterson@pobox.com
919L: bluesmoke-devel@lists.sourceforge.net
920W: bluesmoke.sourceforge.net
921S: Maintained
922
923EDAC-E752X
924P: Dave Peterson
925M: dsp@llnl.gov, dave_peterson@pobox.com
926L: bluesmoke-devel@lists.sourceforge.net
927W: bluesmoke.sourceforge.net
928S: Maintained
929
930EDAC-E7XXX
931P: Dave Peterson
932M: dsp@llnl.gov, dave_peterson@pobox.com
933L: bluesmoke-devel@lists.sourceforge.net
934W: bluesmoke.sourceforge.net
935S: Maintained
936
937EDAC-R82600
938P: Tim Small
939M: tim@buttersideup.com
940L: bluesmoke-devel@lists.sourceforge.net
941W: bluesmoke.sourceforge.net
942S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944EEPRO100 NETWORK DRIVER
945P: Andrey V. Savochkin
946M: saw@saw.sw.com.sg
947S: Maintained
948
949EMU10K1 SOUND DRIVER
950P: James Courtier-Dutton
951M: James@superbug.demon.co.uk
952L: emu10k1-devel@lists.sourceforge.net
953W: http://sourceforge.net/projects/emu10k1/
954S: Maintained
955
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400956EMULEX LPFC FC SCSI DRIVER
957P: James Smart
958M: james.smart@emulex.com
959L: linux-scsi@vger.kernel.org
960W: http://sourceforge.net/projects/lpfcxxxx
961S: Supported
962
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963EPSON 1355 FRAMEBUFFER DRIVER
964P: Christopher Hoover
965M: ch@murgatroid.com, ch@hpl.hp.com
966S: Maintained
967
968ETHEREXPRESS-16 NETWORK DRIVER
969P: Philip Blundell
970M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700971L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972S: Maintained
973
974ETHERNET BRIDGE
975P: Stephen Hemminger
976M: shemminger@osdl.org
977L: bridge@osdl.org
978W: http://bridge.sourceforge.net/
979S: Maintained
980
981ETHERTEAM 16I DRIVER
982P: Mika Kuoppala
983M: miku@iki.fi
984S: Maintained
985
986EXT2 FILE SYSTEM
987L: ext2-devel@lists.sourceforge.net
988S: Maintained
989
990EXT3 FILE SYSTEM
991P: Stephen Tweedie, Andrew Morton
992M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -0700993L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994S: Maintained
995
Jean Delvaree53004e2006-01-09 23:26:14 +0100996F71805F HARDWARE MONITORING DRIVER
997P: Jean Delvare
998M: khali@linux-fr.org
999L: lm-sensors@lm-sensors.org
1000S: Maintained
1001
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002FARSYNC SYNCHRONOUS DRIVER
1003P: Kevin Curtis
1004M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005W: http://www.farsite.co.uk/
1006S: Supported
1007
1008FRAMEBUFFER LAYER
1009P: Antonino Daplas
1010M: adaplas@pol.net
1011L: linux-fbdev-devel@lists.sourceforge.net
1012W: http://linux-fbdev.sourceforge.net/
1013S: Maintained
1014
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001015FREESCALE SOC FS_ENET DRIVER
1016P: Pantelis Antoniou
1017M: pantelis.antoniou@gmail.com
1018P: Vitaly Bordug
1019M: vbordug@ru.mvista.com
1020L: linuxppc-embedded@ozlabs.org
1021L: netdev@vger.kernel.org
1022S: Maintained
1023
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024FILE LOCKING (flock() and fcntl()/lockf())
1025P: Matthew Wilcox
1026M: matthew@wil.cx
1027L: linux-fsdevel@vger.kernel.org
1028S: Maintained
1029
1030FILESYSTEMS (VFS and infrastructure)
1031P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001032M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033S: Maintained
1034
1035FIRMWARE LOADER (request_firmware)
1036L: linux-kernel@vger.kernel.org
1037S: Orphan
1038
1039FPU EMULATOR
1040P: Bill Metzenthen
1041M: billm@suburbia.net
1042W: http://suburbia.net/~billm/floating-point/emulator/
1043S: Maintained
1044
1045FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1046P: Mike McLagan
1047M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001048L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049S: Maintained
1050
1051FREEVXFS FILESYSTEM
1052P: Christoph Hellwig
1053M: hch@infradead.org
1054W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1055S: Maintained
1056
1057FUJITSU FR-V PORT
1058P: David Howells
1059M: dhowells@redhat.com
1060S: Maintained
1061
1062FTAPE/QIC-117
1063L: linux-tape@vger.kernel.org
1064W: http://sourceforge.net/projects/ftape
1065S: Orphan
1066
Miklos Szeredi04578f12005-09-09 13:10:22 -07001067FUSE: FILESYSTEM IN USERSPACE
1068P: Miklos Szeredi
1069M: miklos@szeredi.hu
1070L: fuse-devel@lists.sourceforge.net
1071W: http://fuse.sourceforge.net/
1072S: Maintained
1073
Linus Torvalds1da177e2005-04-16 15:20:36 -07001074FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1075P: Rik Faith
1076M: faith@cs.unc.edu
1077L: linux-scsi@vger.kernel.org
1078S: Odd fixes (e.g., new signatures)
1079
1080GDT SCSI DISK ARRAY CONTROLLER DRIVER
1081P: Achim Leubner
1082M: achim_leubner@adaptec.com
1083L: linux-scsi@vger.kernel.org
1084W: http://www.icp-vortex.com/
1085S: Supported
1086
1087GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1088P: Krzysztof Halasa
1089M: khc@pm.waw.pl
1090W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1091S: Maintained
1092
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001093GIGASET ISDN DRIVERS
1094P: Hansjoerg Lipp
1095M: hjlipp@web.de
1096P: Tilman Schmidt
1097M: tilman@imap.cc
1098L: gigaset307x-common@lists.sourceforge.net
1099W: http://gigaset307x.sourceforge.net/
1100S: Maintained
1101
Jean Delvare5b543962005-08-15 19:51:02 +02001102HARDWARE MONITORING
1103P: Jean Delvare
1104M: khali@linux-fr.org
1105L: lm-sensors@lm-sensors.org
1106W: http://www.lm-sensors.nu/
1107S: Maintained
1108
Robert Love860e1d62005-08-31 23:57:59 -04001109HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1110P: Robert Love
1111M: rlove@rlove.org
1112M: linux-kernel@vger.kernel.org
1113W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1114S: Maintained
1115
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116HARMONY SOUND DRIVER
1117P: Kyle McMartin
1118M: kyle@parisc-linux.org
1119W: http://www.parisc-linux.org/~kyle/harmony/
1120L: parisc-linux@lists.parisc-linux.org
1121S: Maintained
1122
1123HAYES ESP SERIAL DRIVER
1124P: Andrew J. Robinson
1125M: arobinso@nyx.net
1126L: linux-kernel@vger.kernel.org
1127W: http://www.nyx.net/~arobinso
1128S: Maintained
1129
1130HFS FILESYSTEM
1131P: Roman Zippel
1132M: zippel@linux-m68k.org
1133L: linux-kernel@vger.kernel.org
1134S: Maintained
1135
1136HGA FRAMEBUFFER DRIVER
1137P: Ferenc Bakonyi
1138M: fero@drama.obuda.kando.hu
1139L: linux-nvidia@lists.surfsouth.com
1140W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1141S: Maintained
1142
1143HIGH-SPEED SCC DRIVER FOR AX.25
1144P: Klaus Kudielka
1145M: klaus.kudielka@ieee.org
1146L: linux-hams@vger.kernel.org
1147W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1148S: Maintained
1149
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001150HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1151P: HighPoint Linux Team
1152M: linux@highpoint-tech.com
1153W: http://www.highpoint-tech.com
1154S: Supported
1155
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156HIPPI
1157P: Jes Sorensen
1158M: jes@trained-monkey.org
1159L: linux-hippi@sunsite.dk
1160S: Maintained
1161
1162HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1163P: Chirag Kantharia
1164M: chirag.kantharia@hp.com
1165L: iss_storagedev@hp.com
1166S: Maintained
1167
1168HEWLETT-PACKARD SMART2 RAID DRIVER
1169P: Chirag Kantharia
1170M: chirag.kantharia@hp.com
1171L: iss_storagedev@hp.com
1172S: Maintained
1173
1174HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1175P: Mike Miller
1176M: mike.miller@hp.com
1177L: iss_storagedev@hp.com
1178S: Supported
1179
Jouni Malinenff1d2762005-05-12 22:54:16 -04001180HOST AP DRIVER
1181P: Jouni Malinen
1182M: jkmaline@cc.hut.fi
1183L: hostap@shmoo.com
1184W: http://hostap.epitest.fi/
1185S: Maintained
1186
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1188P: Jaroslav Kysela
1189M: perex@suse.cz
1190S: Maintained
1191
Bob Piccob9b03322005-11-07 00:59:19 -08001192HPET: High Precision Event Timers driver (hpet.c)
1193P: Clemens Ladisch
1194M: clemens@ladisch.de
1195S: Maintained
1196
1197HPET: i386
1198P: Venkatesh Pallipadi (Venki)
1199M: venkatesh.pallipadi@intel.com
1200S: Maintained
1201
1202HPET: x86_64
1203P: Andi Kleen and Vojtech Pavlik
1204M: ak@muc.de and vojtech@suse.cz
1205S: Maintained
1206
1207HPET: ACPI hpet.c
1208P: Bob Picco
1209M: bob.picco@hp.com
1210S: Maintained
1211
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212HPFS FILESYSTEM
1213P: Mikulas Patocka
1214M: mikulas@artax.karlin.mff.cuni.cz
1215W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1216S: Maintained
1217
1218HUGETLB FILESYSTEM
1219P: William Irwin
1220M: wli@holomorphy.com
1221S: Maintained
1222
Jean Delvare5b543962005-08-15 19:51:02 +02001223I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224P: Jean Delvare
1225M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001226L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001228T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229S: Maintained
1230
1231I2O
1232P: Markus Lidel
1233M: markus.lidel@shadowconnect.com
1234W: http://i2o.shadowconnect.com/
1235S: Maintained
1236
1237i386 BOOT CODE
1238P: Riley H. Williams
1239M: Riley@Williams.Name
1240L: Linux-Kernel@vger.kernel.org
1241S: Maintained
1242
1243i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1244P: Dave Jones
1245M: davej@codemonkey.org.uk
1246P: H. Peter Anvin
1247M: hpa@zytor.com
1248S: Maintained
1249
1250i810 TCO TIMER WATCHDOG
1251P: Nils Faerber
1252M: nils@kernelconcepts.de
1253W: http://www.kernelconcepts.de/
1254S: Maintained
1255
1256IA64 (Itanium) PLATFORM
1257P: Tony Luck
1258M: tony.luck@intel.com
1259L: linux-ia64@vger.kernel.org
1260W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001261T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262S: Maintained
1263
1264SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001265P: Jes Sorensen
1266M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267L: linux-altix@sgi.com
1268L: linux-ia64@vger.kernel.org
1269W: http://www.sgi.com/altix
1270S: Maintained
1271
1272IBM MCA SCSI SUBSYSTEM DRIVER
1273P: Michael Lang
1274M: langa2@kph.uni-mainz.de
1275W: http://www.uni-mainz.de/~langm000/linux.html
1276S: Maintained
1277
1278IBM Power Linux RAID adapter
1279P: Brian King
1280M: brking@us.ibm.com
1281S: Supported
1282
1283IBM ServeRAID RAID DRIVER
1284P: Jack Hammer
1285P: Dave Jeffery
1286M: ipslinux@adaptec.com
1287W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1288S: Supported
1289
1290IDE DRIVER [GENERAL]
1291P: Bartlomiej Zolnierkiewicz
1292M: B.Zolnierkiewicz@elka.pw.edu.pl
1293L: linux-kernel@vger.kernel.org
1294L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001295T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296S: Maintained
1297
1298IDE/ATAPI CDROM DRIVER
1299P: Jens Axboe
1300M: axboe@suse.de
1301L: linux-kernel@vger.kernel.org
1302W: http://www.kernel.dk
1303S: Maintained
1304
1305IDE/ATAPI FLOPPY DRIVERS
1306P: Paul Bristow
1307M: Paul Bristow <paul@paulbristow.net>
1308W: http://paulbristow.net/linux/idefloppy.html
1309L: linux-kernel@vger.kernel.org
1310S: Maintained
1311
1312IDE/ATAPI TAPE DRIVERS
1313P: Gadi Oxman
1314M: Gadi Oxman <gadio@netvision.net.il>
1315L: linux-kernel@vger.kernel.org
1316S: Maintained
1317
1318IEEE 1394 ETHERNET (eth1394)
1319L: linux1394-devel@lists.sourceforge.net
1320W: http://www.linux1394.org/
1321S: Orphan
1322
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323IEEE 1394 SUBSYSTEM
1324P: Ben Collins
1325M: bcollins@debian.org
1326P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001327M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328L: linux1394-devel@lists.sourceforge.net
1329W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001330T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331S: Maintained
1332
1333IEEE 1394 OHCI DRIVER
1334P: Ben Collins
1335M: bcollins@debian.org
1336P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001337M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338L: linux1394-devel@lists.sourceforge.net
1339W: http://www.linux1394.org/
1340S: Maintained
1341
1342IEEE 1394 PCILYNX DRIVER
1343P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001344M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345L: linux1394-devel@lists.sourceforge.net
1346W: http://www.linux1394.org/
1347S: Maintained
1348
1349IEEE 1394 RAW I/O DRIVER
1350P: Ben Collins
1351M: bcollins@debian.org
1352P: Dan Dennedy
1353M: dan@dennedy.org
1354L: linux1394-devel@lists.sourceforge.net
1355W: http://www.linux1394.org/
1356S: Maintained
1357
Jody McIntyre105d7b32005-09-30 11:59:04 -07001358IEEE 1394 SBP2
1359P: Ben Collins
1360M: bcollins@debian.org
1361P: Stefan Richter
1362M: stefanr@s5r6.in-berlin.de
1363L: linux1394-devel@lists.sourceforge.net
1364W: http://www.linux1394.org/
1365S: Maintained
1366
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367IMS TWINTURBO FRAMEBUFFER DRIVER
1368P: Paul Mundt
1369M: lethal@chaoticdreams.org
1370L: linux-fbdev-devel@lists.sourceforge.net
1371S: Maintained
1372
1373INFINIBAND SUBSYSTEM
1374P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001375M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376P: Sean Hefty
1377M: mshefty@ichips.intel.com
1378P: Hal Rosenstock
1379M: halr@voltaire.com
1380L: openib-general@openib.org
1381W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001382T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383S: Supported
1384
1385INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001386P: Dmitry Torokhov
1387M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388L: linux-input@atrey.karlin.mff.cuni.cz
1389L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001390T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391S: Maintained
1392
Robert Lovec9f04f52005-07-15 12:21:07 -04001393INOTIFY
1394P: John McCutchan and Robert Love
1395M: ttb@tentacle.dhs.org and rml@novell.com
1396L: linux-kernel@vger.kernel.org
1397S: Maintained
1398
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001399INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1400P: Sylvain Meyer
1401M: sylvain.meyer@worldonline.fr
1402L: linux-fbdev-devel@lists.sourceforge.net
1403S: Maintained
1404
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405INTEL 810/815 FRAMEBUFFER DRIVER
1406P: Antonino Daplas
1407M: adaplas@pol.net
1408L: linux-fbdev-devel@lists.sourceforge.net
1409S: Maintained
1410
1411INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1412P: Ingo Molnar
1413M: mingo@redhat.com
1414S: Maintained
1415
1416INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1417P: Jeff Garzik
1418M: jgarzik@pobox.com
1419W: http://sourceforge.net/projects/gkernel/
1420S: Maintained
1421
1422INTEL IA32 MICROCODE UPDATE SUPPORT
1423P: Tigran Aivazian
1424M: tigran@veritas.com
1425S: Maintained
1426
1427INTEL PRO/100 ETHERNET SUPPORT
1428P: John Ronciak
1429M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430P: Jesse Brandeburg
1431M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001432P: Jeff Kirsher
1433M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001434P: Auke Kok
1435M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436W: http://sourceforge.net/projects/e1000/
1437S: Supported
1438
1439INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1440P: Jeb Cramer
1441M: cramerj@intel.com
1442P: John Ronciak
1443M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001444P: Jesse Brandeburg
1445M: jesse.brandeburg@intel.com
1446P: Jeff Kirsher
1447M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001448P: Auke Kok
1449M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450W: http://sourceforge.net/projects/e1000/
1451S: Supported
1452
1453INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001454P: Jeff Kirsher
1455M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456P: Ayyappan Veeraiyan
1457M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458P: John Ronciak
1459M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001460P: Jesse Brandeburg
1461M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001462P: Auke Kok
1463M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464W: http://sourceforge.net/projects/e1000/
1465S: Supported
1466
James Ketrenos826d2ab2005-11-07 18:56:59 -06001467INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1468P: Yi Zhu
1469M: yi.zhu@intel.com
1470P: James Ketrenos
1471M: jketreno@linux.intel.com
1472L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1473W: http://ipw2100.sourceforge.net
1474S: Supported
1475
1476INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1477P: Yi Zhu
1478M: yi.zhu@intel.com
1479P: James Ketrenos
1480M: jketreno@linux.intel.com
1481L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1482W: http://ipw2200.sourceforge.net
1483S: Supported
1484
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485IOC3 DRIVER
1486P: Ralf Baechle
1487M: ralf@linux-mips.org
1488L: linux-mips@linux-mips.org
1489S: Maintained
1490
1491IP MASQUERADING:
1492P: Juanjo Ciarlante
1493M: jjciarla@raiz.uncu.edu.ar
1494S: Maintained
1495
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001496IPATH DRIVER:
1497P: Bryan O'Sullivan
1498M: support@pathscale.com
1499L: openib-general@openib.org
1500S: Supported
1501
Corey Minyard4409ebe2006-04-20 02:43:12 -07001502IPMI SUBSYSTEM
1503P: Corey Minyard
1504M: minyard@acm.org
1505L: openipmi-developer@lists.sourceforge.net
1506W: http://openipmi.sourceforge.net/
1507S: Supported
1508
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509IPX NETWORK LAYER
1510P: Arnaldo Carvalho de Melo
1511M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001512L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513S: Maintained
1514
1515IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001516P: Samuel Ortiz
1517M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001518L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001520S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521
1522ISAPNP
1523P: Jaroslav Kysela
1524M: perex@suse.cz
1525S: Maintained
1526
1527ISDN SUBSYSTEM
1528P: Karsten Keil
1529M: kkeil@suse.de
1530P: Kai Germaschewski
1531M: kai.germaschewski@gmx.de
1532L: isdn4linux@listserv.isdn4linux.de
1533W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001534T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535S: Maintained
1536
1537ISDN SUBSYSTEM (Eicon active card driver)
1538P: Armin Schindler
1539M: mac@melware.de
1540L: isdn4linux@listserv.isdn4linux.de
1541W: http://www.melware.de
1542S: Maintained
1543
1544JOURNALLING FLASH FILE SYSTEM (JFFS)
1545P: Axis Communications AB
1546M: jffs-dev@axis.com
1547L: jffs-dev@axis.com
1548W: http://www.developer.axis.com/software/jffs/
1549S: Maintained
1550
1551JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1552P: David Woodhouse
1553M: dwmw2@infradead.org
1554L: jffs-dev@axis.com
1555W: http://sources.redhat.com/jffs2/
1556S: Maintained
1557
1558JFS FILESYSTEM
1559P: Dave Kleikamp
1560M: shaggy@austin.ibm.com
1561L: jfs-discussion@lists.sourceforge.net
1562W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001563T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564S: Supported
1565
Theodore Tsoae0718f2006-05-20 15:00:13 -07001566JOURNALLING LAYER FOR BLOCK DEVICS (JBD)
1567P: Stephen Tweedie, Andrew Morton
1568M: sct@redhat.com, akpm@osdl.org
1569L: ext2-devel@lists.sourceforge.net
1570S: Maintained
1571
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572KCONFIG
1573P: Roman Zippel
1574M: zippel@linux-m68k.org
1575L: kbuild-devel@lists.sourceforge.net
1576S: Maintained
1577
Vivek Goyalea6c2082006-05-20 14:59:55 -07001578KDUMP
1579P: Vivek Goyal
1580M: vgoyal@in.ibm.com
1581P: Haren Myneni
1582M: hbabu@us.ibm.com
1583L: fastboot@lists.osdl.org
1584L: linux-kernel@vger.kernel.org
1585W: http://lse.sourceforge.net/kdump/
1586S: Maintained
1587
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588KERNEL AUTOMOUNTER (AUTOFS)
1589P: H. Peter Anvin
1590M: hpa@zytor.com
1591L: autofs@linux.kernel.org
1592S: Odd Fixes
1593
1594KERNEL AUTOMOUNTER v4 (AUTOFS4)
1595P: Ian Kent
1596M: raven@themaw.net
1597L: autofs@linux.kernel.org
1598S: Maintained
1599
1600KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1601P: Kai Germaschewski
1602M: kai@germaschewski.name
1603P: Sam Ravnborg
1604M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001605T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606S: Maintained
1607
1608KERNEL JANITORS
1609P: Several
1610L: kernel-janitors@osdl.org
1611W: http://www.kerneljanitors.org/
1612W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613S: Maintained
1614
1615KERNEL NFSD
1616P: Neil Brown
1617M: neilb@cse.unsw.edu.au
1618L: nfs@lists.sourceforge.net
1619W: http://nfs.sourceforge.net/
1620W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1621S: Maintained
1622
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001623KEXEC
1624P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001625M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001626W: http://www.xmission.com/~ebiederm/files/kexec/
1627L: linux-kernel@vger.kernel.org
1628L: fastboot@osdl.org
1629S: Maintained
1630
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001631KPROBES
1632P: Prasanna S Panchamukhi
1633M: prasanna@in.ibm.com
1634P: Ananth N Mavinakayanahalli
1635M: ananth@in.ibm.com
1636P: Anil S Keshavamurthy
1637M: anil.s.keshavamurthy@intel.com
1638P: David S. Miller
1639M: davem@davemloft.net
1640L: linux-kernel@vger.kernel.org
1641S: Maintained
1642
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643LAPB module
1644P: Henner Eisen
1645M: eis@baty.hanse.de
1646L: linux-x25@vger.kernel.org
1647S: Maintained
1648
1649LASI 53c700 driver for PARISC
1650P: James E.J. Bottomley
1651M: James.Bottomley@HansenPartnership.com
1652L: linux-scsi@vger.kernel.org
1653S: Maintained
1654
Richard Purdie263de9b2006-05-15 09:44:16 -07001655LED SUBSYSTEM
1656P: Richard Purdie
1657M: rpurdie@rpsys.net
1658S: Maintained
1659
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660LEGO USB Tower driver
1661P: Juergen Stuber
1662M: starblue@users.sourceforge.net
1663L: legousb-devel@lists.sourceforge.net
1664W: http://legousb.sourceforge.net/
1665S: Maintained
1666
1667LINUX FOR IBM pSERIES (RS/6000)
1668P: Paul Mackerras
1669M: paulus@au.ibm.com
1670W: http://www.ibm.com/linux/ltc/projects/ppc
1671S: Supported
1672
1673LINUX FOR NCR VOYAGER
1674P: James Bottomley
1675M: James.Bottomley@HansenPartnership.com
1676W: http://www.hansenpartnership.com/voyager
1677S: Maintained
1678
1679LINUX FOR POWERPC
1680P: Paul Mackerras
1681M: paulus@samba.org
1682W: http://www.penguinppc.org/
1683L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001684T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685S: Supported
1686
1687LINUX FOR POWER MACINTOSH
1688P: Benjamin Herrenschmidt
1689M: benh@kernel.crashing.org
1690W: http://www.penguinppc.org/
1691L: linuxppc-dev@ozlabs.org
1692S: Maintained
1693
1694LINUX FOR POWERPC EMBEDDED MPC52XX
1695P: Sylvain Munaut
1696M: tnt@246tNt.com
1697W: http://www.246tNt.com/mpc52xx/
1698W: http://www.penguinppc.org/
1699L: linuxppc-dev@ozlabs.org
1700L: linuxppc-embedded@ozlabs.org
1701S: Maintained
1702
1703LINUX FOR POWERPC EMBEDDED PPC4XX
1704P: Matt Porter
1705M: mporter@kernel.crashing.org
1706W: http://www.penguinppc.org/
1707L: linuxppc-embedded@ozlabs.org
1708S: Maintained
1709
Tom Rinie93adf12005-07-26 12:49:53 -07001710LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711P: Tom Rini
1712M: trini@kernel.crashing.org
1713W: http://www.penguinppc.org/
1714L: linuxppc-embedded@ozlabs.org
1715S: Maintained
1716
Tom Rinie93adf12005-07-26 12:49:53 -07001717LINUX FOR POWERPC EMBEDDED PPC8XX
1718P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001719M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001720W: http://www.penguinppc.org/
1721L: linuxppc-embedded@ozlabs.org
1722S: Maintained
1723
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1725P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001726M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727W: http://www.penguinppc.org/
1728L: linuxppc-embedded@ozlabs.org
1729S: Maintained
1730
1731LLC (802.2)
1732P: Arnaldo Carvalho de Melo
1733M: acme@conectiva.com.br
1734S: Maintained
1735
1736LINUX FOR 64BIT POWERPC
1737P: Paul Mackerras
1738M: paulus@samba.org
1739M: paulus@au.ibm.com
1740P: Anton Blanchard
1741M: anton@samba.org
1742M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001743W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001744L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745S: Supported
1746
1747LINUX SECURITY MODULE (LSM) FRAMEWORK
1748P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001749M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001750L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001752T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753S: Supported
1754
1755LM83 HARDWARE MONITOR DRIVER
1756P: Jean Delvare
1757M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001758L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759S: Maintained
1760
1761LM90 HARDWARE MONITOR DRIVER
1762P: Jean Delvare
1763M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001764L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765S: Maintained
1766
1767LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1768P: Richard Russon (FlatCap)
1769M: ldm@flatcap.org
1770L: ldm-devel@lists.sourceforge.net
1771W: http://ldm.sourceforge.net
1772S: Maintained
1773
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001774LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1775P: Eric Moore
1776M: Eric.Moore@lsil.com
1777M: support@lsil.com
1778L: mpt_linux_developer@lsil.com
1779L: linux-scsi@vger.kernel.org
1780W: http://www.lsilogic.com/support
1781S: Supported
1782
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1784P: Matthew Wilcox
1785M: matthew@wil.cx
1786L: linux-scsi@vger.kernel.org
1787S: Maintained
1788
1789M68K ARCHITECTURE
1790P: Geert Uytterhoeven
1791M: geert@linux-m68k.org
1792P: Roman Zippel
1793M: zippel@linux-m68k.org
1794L: linux-m68k@lists.linux-m68k.org
1795W: http://www.linux-m68k.org/
1796W: http://linux-m68k-cvs.ubb.ca/
1797S: Maintained
1798
1799M68K ON APPLE MACINTOSH
1800P: Joshua Thompson
1801M: funaho@jurai.org
1802W: http://www.mac.linux-m68k.org/
1803L: linux-mac68k@mac.linux-m68k.org
1804S: Maintained
1805
1806M68K ON HP9000/300
1807P: Philip Blundell
1808M: philb@gnu.org
1809W: http://www.tazenda.demon.co.uk/phil/linux-hp
1810S: Maintained
1811
1812MARVELL YUKON / SYSKONNECT DRIVER
1813P: Mirko Lindner
1814M: mlindner@syskonnect.de
1815P: Ralph Roesler
1816M: rroesler@syskonnect.de
1817W: http://www.syskonnect.com
1818S: Supported
1819
1820MAESTRO PCI SOUND DRIVERS
1821P: Zach Brown
1822M: zab@zabbo.net
1823S: Odd Fixes
1824
Michael Kerriskfaf16682005-07-31 22:34:47 -07001825MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1826P: Michael Kerrisk
1827M: mtk-manpages@gmx.net
1828W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1829S: Maintained
1830
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001831MARVELL MV643XX ETHERNET DRIVER
1832P: Dale Farnsworth
1833M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001835M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001836L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001837S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838
1839MATROX FRAMEBUFFER DRIVER
1840P: Petr Vandrovec
1841M: vandrove@vc.cvut.cz
1842L: linux-fbdev-devel@lists.sourceforge.net
1843S: Maintained
1844
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001845MEGARAID SCSI DRIVERS
1846P: Neela Syam Kolli
1847M: Neela.Kolli@engenio.com
1848S: linux-scsi@vger.kernel.org
1849W: http://megaraid.lsilogic.com
1850S: Maintained
1851
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001852MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853P: David Woodhouse
1854M: dwmw2@infradead.org
1855W: http://www.linux-mtd.infradead.org/
1856L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001857T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858S: Maintained
1859
1860MICROTEK X6 SCANNER
1861P: Oliver Neukum
1862M: oliver@neukum.name
1863S: Maintained
1864
1865MIPS
1866P: Ralf Baechle
1867M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001868W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001870T: git www.linux-mips.org:/pub/scm/linux.git
1871S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872
1873MISCELLANEOUS MCA-SUPPORT
1874P: James Bottomley
1875M: jejb@steeleye.com
1876L: linux-kernel@vger.kernel.org
1877S: Maintained
1878
1879MODULE SUPPORT
1880P: Rusty Russell
1881M: rusty@rustcorp.com.au
1882L: linux-kernel@vger.kernel.org
1883S: Maintained
1884
1885MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1886P: Stelian Pop
1887M: stelian@popies.net
1888W: http://popies.net/meye/
1889S: Maintained
1890
1891MOUSE AND MISC DEVICES [GENERAL]
1892P: Alessandro Rubini
1893M: rubini@ipvvis.unipv.it
1894L: linux-kernel@vger.kernel.org
1895S: Maintained
1896
1897MTRR AND SIMILAR SUPPORT [i386]
1898P: Richard Gooch
1899M: rgooch@atnf.csiro.au
1900L: linux-kernel@vger.kernel.org
1901W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1902S: Maintained
1903
Russell King12223da2006-06-15 13:28:52 +01001904MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001905P: Russell King
1906M: rmk+mmc@arm.linux.org.uk
1907S: Maintained
1908
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909MULTISOUND SOUND DRIVER
1910P: Andrew Veliath
1911M: andrewtv@usa.net
1912S: Maintained
1913
1914NATSEMI ETHERNET DRIVER (DP8381x)
1915P: Tim Hockin
1916M: thockin@hockin.org
1917S: Maintained
1918
1919NCP FILESYSTEM
1920P: Petr Vandrovec
1921M: vandrove@vc.cvut.cz
1922L: linware@sh.cvut.cz
1923S: Maintained
1924
1925NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1926P: James E.J. Bottomley
1927M: James.Bottomley@HansenPartnership.com
1928L: linux-scsi@vger.kernel.org
1929S: Maintained
1930
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07001931NETEM NETWORK EMULATOR
1932P: Stephen Hemminger
1933M: shemminger@osdl.org
1934L: netem@osdl.org
1935S: Maintained
1936
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937NETFILTER/IPTABLES/IPCHAINS
1938P: Rusty Russell
1939P: Marc Boucher
1940P: James Morris
1941P: Harald Welte
1942P: Jozsef Kadlecsik
1943M: coreteam@netfilter.org
1944W: http://www.netfilter.org/
1945W: http://www.iptables.org/
1946L: netfilter@lists.netfilter.org
1947L: netfilter-devel@lists.netfilter.org
1948S: Supported
1949
1950NETROM NETWORK LAYER
1951P: Ralf Baechle
1952M: ralf@linux-mips.org
1953L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001954W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955S: Maintained
1956
1957NETWORK BLOCK DEVICE
1958P: Paul Clements
1959M: Paul.Clements@steeleye.com
1960S: Maintained
1961
1962NETWORK DEVICE DRIVERS
1963P: Andrew Morton
1964M: akpm@osdl.org
1965P: Jeff Garzik
1966M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001967L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001968T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969S: Maintained
1970
1971NETWORKING [GENERAL]
1972P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001973M: netdev@vger.kernel.org
1974L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001975W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976S: Maintained
1977
1978NETWORKING [IPv4/IPv6]
1979P: David S. Miller
1980M: davem@davemloft.net
1981P: Alexey Kuznetsov
1982M: kuznet@ms2.inr.ac.ru
1983P: Pekka Savola (ipv6)
1984M: pekkas@netcore.fi
1985P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001986M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987P: Hideaki YOSHIFUJI
1988M: yoshfuji@linux-ipv6.org
1989P: Patrick McHardy
1990M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001991L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001992T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993S: Maintained
1994
John W. Linville29f8f632006-01-18 14:52:48 -08001995NETWORKING [WIRELESS]
1996P: John W. Linville
1997M: linville@tuxdriver.com
1998L: netdev@vger.kernel.org
1999T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2000S: Maintained
2001
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002IPVS
2003P: Wensong Zhang
2004M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002005P: Simon Horman
2006M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007P: Julian Anastasov
2008M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002009L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010S: Maintained
2011
2012NFS CLIENT
2013P: Trond Myklebust
2014M: trond.myklebust@fys.uio.no
2015L: linux-kernel@vger.kernel.org
2016S: Maintained
2017
2018NI5010 NETWORK DRIVER
2019P: Jan-Pascal van Best and Andreas Mohr
2020M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
2021M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07002022L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002023S: Maintained
2024
2025NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2026P: YOKOTA Hiroshi
2027M: yokota@netlab.is.tsukuba.ac.jp
2028W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2029S: Maintained
2030
2031NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2032P: GOTO Masanori
2033M: gotom@debian.or.jp
2034P: YOKOTA Hiroshi
2035M: yokota@netlab.is.tsukuba.ac.jp
2036W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2037S: Maintained
2038
2039NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2040P: Eberhard Moenkeberg
2041M: emoenke@gwdg.de
2042L: linux-kernel@vger.kernel.org
2043S: Maintained
2044
2045NTFS FILESYSTEM
2046P: Anton Altaparmakov
2047M: aia21@cantab.net
2048L: linux-ntfs-dev@lists.sourceforge.net
2049L: linux-kernel@vger.kernel.org
2050W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002051T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052S: Maintained
2053
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002054NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2055P: Antonino Daplas
2056M: adaplas@pol.net
2057L: linux-fbdev-devel@lists.sourceforge.net
2058S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059
Mark Fashehccd979b2005-12-15 14:31:24 -08002060ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2061P: Mark Fasheh
2062M: mark.fasheh@oracle.com
2063P: Kurt Hackel
2064M: kurt.hackel@oracle.com
2065L: ocfs2-devel@oss.oracle.com
2066W: http://oss.oracle.com/projects/ocfs2/
2067S: Supported
2068
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069OLYMPIC NETWORK DRIVER
2070P: Peter De Shrijver
2071M: p2@ace.ulyssis.student.kuleuven.ac.be
2072P: Mike Phillips
2073M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002074L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075L: linux-tr@linuxtr.net
2076W: http://www.linuxtr.net
2077S: Maintained
2078
Harald Weltec1986ee2005-11-13 16:06:29 -08002079OMNIKEY CARDMAN 4000 DRIVER
2080P: Harald Welte
2081M: laforge@gnumonks.org
2082S: Maintained
2083
Harald Welte77c44ab2005-11-13 16:06:26 -08002084OMNIKEY CARDMAN 4040 DRIVER
2085P: Harald Welte
2086M: laforge@gnumonks.org
2087S: Maintained
2088
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089ONSTREAM SCSI TAPE DRIVER
2090P: Willem Riede
2091M: osst@riede.org
2092L: osst-users@lists.sourceforge.net
2093L: linux-scsi@vger.kernel.org
2094S: Maintained
2095
2096OPL3-SA2, SA3, and SAx DRIVER
2097P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002098M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099L: linux-sound@vger.kernel.org
2100S: Maintained
2101
2102OPROFILE
2103P: Philippe Elie
2104M: phil.el@wanadoo.fr
2105L: oprofile-list@lists.sf.net
2106S: Maintained
2107
2108ORINOCO DRIVER
2109P: Pavel Roskin
2110M: proski@gnu.org
2111P: David Gibson
2112M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002113L: orinoco-users@lists.sourceforge.net
2114L: orinoco-devel@lists.sourceforge.net
2115W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116S: Maintained
2117
2118PARALLEL PORT SUPPORT
2119P: Phil Blundell
2120M: philb@gnu.org
2121P: Tim Waugh
2122M: tim@cyberelk.net
2123P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124P: Andrea Arcangeli
2125M: andrea@suse.de
2126L: linux-parport@lists.infradead.org
2127W: http://people.redhat.com/twaugh/parport/
2128S: Maintained
2129
2130PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2131P: Tim Waugh
2132M: tim@cyberelk.net
2133L: linux-parport@lists.infradead.org
2134W: http://www.torque.net/linux-pp.html
2135S: Maintained
2136
2137PARISC ARCHITECTURE
2138P: Matthew Wilcox
2139M: matthew@wil.cx
2140P: Grant Grundler
2141M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002142P: Kyle McMartin
2143M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144L: parisc-linux@parisc-linux.org
2145W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002146T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2147T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148S: Maintained
2149
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002150PCI ERROR RECOVERY
2151P: Linas Vepstas
2152M: linas@austin.ibm.com
2153L: linux-kernel@vger.kernel.org
2154L: linux-pci@atrey.karlin.mff.cuni.cz
2155S: Supported
2156
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2158P: Thomas Sailer
2159M: sailer@ife.ee.ethz.ch
2160L: linux-sound@vger.kernel.org
2161W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2162S: Maintained
2163
2164PCI SUBSYSTEM
2165P: Greg Kroah-Hartman
2166M: gregkh@suse.de
2167L: linux-kernel@vger.kernel.org
2168L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002169T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170S: Supported
2171
2172PCI HOTPLUG CORE
2173P: Greg Kroah-Hartman
2174M: gregkh@suse.de
2175S: Supported
2176
2177PCI HOTPLUG COMPAQ DRIVER
2178P: Greg Kroah-Hartman
2179M: greg@kroah.com
2180S: Maintained
2181
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002182PCIE HOTPLUG DRIVER
2183P: Kristen Carlson Accardi
2184M: kristen.c.accardi@intel.com
2185L: pcihpd-discuss@lists.sourceforge.net
2186S: Maintained
2187
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002189P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002191T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002192S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193
2194PCNET32 NETWORK DRIVER
2195P: Thomas Bogendörfer
2196M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002197L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198S: Maintained
2199
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002200PERSONALITY HANDLING
2201P: Christoph Hellwig
2202M: hch@infradead.org
2203L: linux-abi-devel@lists.sourceforge.net
2204S: Maintained
2205
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206PHRAM MTD DRIVER
2207P: Jörn Engel
2208M: joern@wh.fh-wedel.de
2209L: linux-mtd@lists.infradead.org
2210S: Maintained
2211
Peter Osterlund249a6772005-09-27 21:45:30 -07002212PKTCDVD DRIVER
2213P: Peter Osterlund
2214M: petero2@telia.com
2215L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002216S: Maintained
2217
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218POSIX CLOCKS and TIMERS
2219P: George Anzinger
2220M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002221L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222S: Supported
2223
Eugene Surovegin24682972005-10-14 03:00:53 -07002224POWERPC 4xx EMAC DRIVER
2225P: Eugene Surovegin
2226M: ebs@ebshome.net
2227W: http://kernel.ebshome.net/emac/
2228L: linuxppc-embedded@ozlabs.org
2229L: netdev@vger.kernel.org
2230S: Maintained
2231
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232PNP SUPPORT
2233P: Adam Belay
2234M: ambx1@neo.rr.com
2235S: Maintained
2236
2237PPP PROTOCOL DRIVERS AND COMPRESSORS
2238P: Paul Mackerras
2239M: paulus@samba.org
2240L: linux-ppp@vger.kernel.org
2241S: Maintained
2242
2243PPP OVER ATM (RFC 2364)
2244P: Mitchell Blank Jr
2245M: mitch@sfgoth.com
2246S: Maintained
2247
2248PPP OVER ETHERNET
2249P: Michal Ostrowski
2250M: mostrows@speakeasy.net
2251S: Maintained
2252
2253PREEMPTIBLE KERNEL
2254P: Robert Love
2255M: rml@tech9.net
2256L: linux-kernel@vger.kernel.org
2257L: kpreempt-tech@lists.sourceforge.net
2258W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2259S: Supported
2260
2261PRISM54 WIRELESS DRIVER
2262P: Prism54 Development Team
2263M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002264L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265W: http://prism54.org
2266S: Maintained
2267
2268PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2269P: Peter Denison
2270M: promise@pnd-pc.demon.co.uk
2271W: http://www.pnd-pc.demon.co.uk/promise/
2272S: Maintained
2273
2274PXA2xx SUPPORT
2275P: Nicolas Pitre
2276M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002277L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278S: Maintained
2279
2280QLOGIC QLA2XXX FC-SCSI DRIVER
2281P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002282M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283L: linux-scsi@vger.kernel.org
2284S: Supported
2285
2286QNX4 FILESYSTEM
2287P: Anders Larsen
2288M: al@alarsen.net
2289L: linux-kernel@vger.kernel.org
2290W: http://www.alarsen.net/linux/qnx4fs/
2291S: Maintained
2292
2293RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002294P: Benjamin Herrenschmidt
2295M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296L: linux-fbdev-devel@lists.sourceforge.net
2297S: Maintained
2298
2299RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002300P: Paul Mackerras
2301M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302L: linux-fbdev-devel@lists.sourceforge.net
2303S: Maintained
2304
2305RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2306P: Corey Thomas
2307M: corey@world.std.com
2308L: linux-kernel@vger.kernel.org
2309S: Maintained
2310
Matt Mackall9e95ce22005-04-16 15:25:56 -07002311RANDOM NUMBER DRIVER
2312P: Matt Mackall
2313M: mpm@selenic.com
2314S: Maintained
2315
Matt Porter394b7012005-11-07 01:00:15 -08002316RAPIDIO SUBSYSTEM
2317P: Matt Porter
2318M: mporter@kernel.crashing.org
2319L: linux-kernel@vger.kernel.org
2320S: Maintained
2321
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322REAL TIME CLOCK DRIVER
2323P: Paul Gortmaker
2324M: p_gortmaker@yahoo.com
2325L: linux-kernel@vger.kernel.org
2326S: Maintained
2327
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002328REAL TIME CLOCK (RTC) SUBSYSTEM
2329P: Alessandro Zummo
2330M: a.zummo@towertech.it
2331L: linux-kernel@vger.kernel.org
2332S: Maintained
2333
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334REISERFS FILE SYSTEM
2335P: Hans Reiser
2336M: reiserfs-dev@namesys.com
2337L: reiserfs-list@namesys.com
2338W: http://www.namesys.com
2339S: Supported
2340
2341ROCKETPORT DRIVER
2342P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343W: http://www.comtrol.com
2344S: Maintained
2345
2346ROSE NETWORK LAYER
2347P: Ralf Baechle
2348M: ralf@linux-mips.org
2349L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002350W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351S: Maintained
2352
2353RISCOM8 DRIVER
2354S: Orphan
2355
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002356S3 SAVAGE FRAMEBUFFER DRIVER
2357P: Antonino Daplas
2358M: adaplas@pol.net
2359L: linux-fbdev-devel@lists.sourceforge.net
2360S: Maintained
2361
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362S390
2363P: Martin Schwidefsky
2364M: schwidefsky@de.ibm.com
2365M: linux390@de.ibm.com
2366L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002367W: http://www.ibm.com/developerworks/linux/linux390/
2368S: Supported
2369
2370S390 NETWORK DRIVERS
2371P: Frank Pavlic
2372M: fpavlic@de.ibm.com
2373M: linux390@de.ibm.com
2374L: linux-390@vm.marist.edu
2375W: http://www.ibm.com/developerworks/linux/linux390/
2376S: Supported
2377
2378S390 ZFCP DRIVER
2379P: Andreas Herrmann
2380M: aherrman@de.ibm.com
2381M: linux390@de.ibm.com
2382L: linux-390@vm.marist.edu
2383W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384S: Supported
2385
2386SAA7146 VIDEO4LINUX-2 DRIVER
2387P: Michael Hunold
2388M: michael@mihu.de
2389W: http://www.mihu.de/linux/saa7146
2390S: Maintained
2391
2392SBPCD CDROM DRIVER
2393P: Eberhard Moenkeberg
2394M: emoenke@gwdg.de
2395L: linux-kernel@vger.kernel.org
2396S: Maintained
2397
2398SC1200 WDT DRIVER
2399P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002400M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002401S: Maintained
2402
2403SCHEDULER
2404P: Ingo Molnar
2405M: mingo@elte.hu
2406P: Robert Love [the preemptible kernel bits]
2407M: rml@tech9.net
2408L: linux-kernel@vger.kernel.org
2409S: Maintained
2410
2411SCSI CDROM DRIVER
2412P: Jens Axboe
2413M: axboe@suse.de
2414L: linux-scsi@vger.kernel.org
2415W: http://www.kernel.dk
2416S: Maintained
2417
2418SCSI SG DRIVER
2419P: Doug Gilbert
2420M: dgilbert@interlog.com
2421L: linux-scsi@vger.kernel.org
2422W: http://www.torque.net/sg
2423S: Maintained
2424
2425SCSI SUBSYSTEM
2426P: James E.J. Bottomley
2427M: James.Bottomley@SteelEye.com
2428L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002429T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430S: Maintained
2431
2432SCSI TAPE DRIVER
2433P: Kai Mäkisara
2434M: Kai.Makisara@kolumbus.fi
2435L: linux-scsi@vger.kernel.org
2436S: Maintained
2437
2438SCTP PROTOCOL
2439P: Sridhar Samudrala
2440M: sri@us.ibm.com
2441L: lksctp-developers@lists.sourceforge.net
2442S: Supported
2443
2444SCx200 CPU SUPPORT
2445P: Christer Weinigel
2446M: christer@weinigel.se
2447W: http://www.weinigel.se
2448S: Supported
2449
2450SECURITY CONTACT
2451P: Security Officers
2452M: security@kernel.org
2453S: Supported
2454
2455SELINUX SECURITY MODULE
2456P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002457M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002459M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460L: linux-kernel@vger.kernel.org (kernel issues)
2461L: selinux@tycho.nsa.gov (general discussion)
2462W: http://www.nsa.gov/selinux
2463S: Supported
2464
2465SERIAL ATA (SATA) SUBSYSTEM:
2466P: Jeff Garzik
2467M: jgarzik@pobox.com
2468L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002469T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470S: Supported
2471
2472SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2473P: Pat Gefre
2474M: pfg@sgi.com
2475L: linux-ia64@vger.kernel.org
2476S: Supported
2477
2478SGI VISUAL WORKSTATION 320 AND 540
2479P: Andrey Panin
2480M: pazke@donpac.ru
2481L: linux-visws-devel@lists.sf.net
2482W: http://linux-visws.sf.net
2483S: Maintained for 2.6.
2484
2485SIMTEC EB110ATX (Chalice CATS)
2486P: Ben Dooks
2487P: Vincent Sanders
2488M: support@simtec.co.uk
2489W: http://www.simtec.co.uk/products/EB110ATX/
2490S: Supported
2491
2492SIMTEC EB2410ITX (BAST)
2493P: Ben Dooks
2494P: Vincent Sanders
2495M: support@simtec.co.uk
2496W: http://www.simtec.co.uk/products/EB2410ITX/
2497S: Supported
2498
Francois Romieu92aab3c2005-07-30 13:11:18 +02002499SIS 190 ETHERNET DRIVER
2500P: Francois Romieu
2501M: romieu@fr.zoreil.com
2502L: netdev@vger.kernel.org
2503S: Maintained
2504
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505SIS 5513 IDE CONTROLLER DRIVER
2506P: Lionel Bouton
2507M: Lionel.Bouton@inet6.fr
2508W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2509W: http://gyver.homeip.net/sis5513/index.html
2510S: Maintained
2511
2512SIS 900/7016 FAST ETHERNET DRIVER
2513P: Daniele Venzano
2514M: venza@brownhat.org
2515W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002516L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517S: Maintained
2518
2519SIS FRAMEBUFFER DRIVER
2520P: Thomas Winischhofer
2521M: thomas@winischhofer.net
2522W: http://www.winischhofer.net/linuxsisvga.shtml
2523S: Maintained
2524
2525SIS USB2VGA DRIVER
2526P: Thomas Winischhofer
2527M: thomas@winischhofer.net
2528W: http://www.winischhofer.at/linuxsisusbvga.shtml
2529S: Maintained
2530
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531SMB FILESYSTEM
2532P: Urban Widmark
2533M: urban@teststation.com
2534W: http://samba.org/
2535L: samba@samba.org
2536S: Maintained
2537
2538SMC91x ETHERNET DRIVER
2539P: Nicolas Pitre
2540M: nico@cam.org
2541S: Maintained
2542
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543SOFTWARE RAID (Multiple Disks) SUPPORT
2544P: Ingo Molnar
2545M: mingo@redhat.com
2546P: Neil Brown
2547M: neilb@cse.unsw.edu.au
2548L: linux-raid@vger.kernel.org
2549S: Maintained
2550
2551SOFTWARE SUSPEND:
2552P: Pavel Machek
2553M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002554L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555S: Maintained
2556
2557SONIC NETWORK DRIVER
2558P: Thomas Bogendoerfer
2559M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002560L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561S: Maintained
2562
2563SONY VAIO CONTROL DEVICE DRIVER
2564P: Stelian Pop
2565M: stelian@popies.net
2566W: http://popies.net/sonypi/
2567S: Maintained
2568
2569SOUND
2570P: Jaroslav Kysela
2571M: perex@suse.cz
2572L: alsa-devel@alsa-project.org
2573S: Maintained
2574
Kumar Gala025c3982006-04-02 16:05:54 -05002575SPI SUBSYSTEM
2576P: David Brownell
2577M: dbrownell@users.sourceforge.net
2578L: spi-devel-general@lists.sourceforge.net
2579S: Maintained
2580
Kylene Hall1c72d462005-05-01 08:59:13 -07002581TPM DEVICE DRIVER
2582P: Kylene Hall
2583M: kjhall@us.ibm.com
2584W: http://tpmdd.sourceforge.net
2585L: tpmdd-devel@lists.sourceforge.net
2586S: Maintained
2587
Mark Gross1a80ba82005-10-30 15:02:55 -08002588Telecom Clock Driver for MCPL0010
2589P: Mark Gross
2590M: mark.gross@intel.com
2591S: Supported
2592
Chris Zankel48b415c2005-06-23 22:01:07 -07002593TENSILICA XTENSA PORT (xtensa):
2594P: Chris Zankel
2595M: chris@zankel.net
2596S: Maintained
2597
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598UltraSPARC (sparc64):
2599P: David S. Miller
2600M: davem@davemloft.net
2601P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002602M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603P: Jakub Jelinek
2604M: jj@sunsite.ms.mff.cuni.cz
2605P: Anton Blanchard
2606M: anton@samba.org
2607L: sparclinux@vger.kernel.org
2608L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002609T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610S: Maintained
2611
2612SHARP LH SUPPORT (LH7952X & LH7A40X)
2613P: Marc Singer
2614M: elf@buici.com
2615W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002616L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617S: Maintained
2618
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002619SHPC HOTPLUG DRIVER
2620P: Kristen Carlson Accardi
2621M: kristen.c.accardi@intel.com
2622L: pcihpd-discuss@lists.sourceforge.net
2623S: Maintained
2624
Pierre Ossmand129bce2006-03-24 03:18:17 -08002625SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2626P: Pierre Ossman
2627M: drzeus-sdhci@drzeus.cx
2628L: sdhci-devel@list.drzeus.cx
2629W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2630S: Maintained
2631
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002632SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2633P: Stephen Hemminger
2634M: shemminger@osdl.org
2635L: netdev@vger.kernel.org
2636S: Maintained
2637
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638SPARC (sparc32):
2639P: William L. Irwin
2640M: wli@holomorphy.com
2641L: sparclinux@vger.kernel.org
2642S: Maintained
2643
2644SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2645P: Roger Wolff
2646M: R.E.Wolff@BitWizard.nl
2647L: linux-kernel@vger.kernel.org ?
2648S: Supported
2649
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650SRM (Alpha) environment access
2651P: Jan-Benedict Glaw
2652M: jbglaw@lug-owl.de
2653L: linux-kernel@vger.kernel.org
2654S: Maintained
2655
2656STARFIRE/DURALAN NETWORK DRIVER
2657P: Ion Badulescu
2658M: ionut@cs.columbia.edu
2659S: Maintained
2660
2661STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2662W: http://mosquitonet.Stanford.EDU/strip.html
2663S: Unsupported ?
2664
2665STRADIS MPEG-2 DECODER DRIVER
2666P: Nathan Laredo
2667M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668W: http://www.stradis.com/
2669S: Maintained
2670
2671SUPERH (sh)
2672P: Paul Mundt
2673M: lethal@linux-sh.org
2674P: Kazumoto Kojima
2675M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002676L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677W: http://www.linux-sh.org
2678W: http://www.m17n.org/linux-sh/
2679W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2680S: Maintained
2681
2682SUPERH64 (sh64)
2683P: Paul Mundt
2684M: lethal@linux-sh.org
2685P: Richard Curnow
2686M: rc@rc0.org.uk
2687L: linuxsh-shmedia-dev@lists.sourceforge.net
2688W: http://www.linux-sh.org
2689W: http://www.rc0.org.uk/sh64
2690S: Maintained
2691
2692SUN3/3X
2693P: Sam Creasey
2694M: sammy@sammy.net
2695L: sun3-list@redhat.com
2696W: http://sammy.net/sun3/
2697S: Maintained
2698
2699SVGA HANDLING
2700P: Martin Mares
2701M: mj@ucw.cz
2702L: linux-video@atrey.karlin.mff.cuni.cz
2703S: Maintained
2704
2705SYSV FILESYSTEM
2706P: Christoph Hellwig
2707M: hch@infradead.org
2708S: Maintained
2709
2710TI PARALLEL LINK CABLE DRIVER
2711P: Romain Lievin
2712M: roms@lpg.ticalc.org
2713S: Maintained
2714
Per Lidene86eaa32006-01-12 16:45:18 +01002715TIPC NETWORK LAYER
2716P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002717M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002718P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002719M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002720P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002721M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002722L: tipc-discussion@lists.sourceforge.net
2723W: http://tipc.sourceforge.net/
2724W: http://tipc.cslab.ericsson.net/
2725T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2726S: Maintained
2727
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728TLAN NETWORK DRIVER
2729P: Samuel Chessman
2730M: chessman@tux.org
2731L: tlan-devel@lists.sourceforge.net
2732W: http://sourceforge.net/projects/tlan/
2733S: Maintained
2734
2735TOKEN-RING NETWORK DRIVER
2736P: Mike Phillips
2737M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002738L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739L: linux-tr@linuxtr.net
2740W: http://www.linuxtr.net
2741S: Maintained
2742
2743TOSHIBA ACPI EXTRAS DRIVER
2744P: John Belmonte
2745M: toshiba_acpi@memebeam.org
2746W: http://memebeam.org/toys/ToshibaAcpiDriver
2747S: Maintained
2748
2749TOSHIBA SMM DRIVER
2750P: Jonathan Buzzard
2751M: jonathan@buzzard.org.uk
2752L: tlinux-users@tce.toshiba-dme.co.jp
2753W: http://www.buzzard.org.uk/toshiba/
2754S: Maintained
2755
2756TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2757P: Muli Ben-Yehuda
2758M: mulix@mulix.org
2759L: linux-kernel@vger.kernel.org
2760S: Maintained
2761
2762TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002763P: Adrian Bunk
2764M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002766W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002767T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768S: Maintained
2769
2770TMS380 TOKEN-RING NETWORK DRIVER
2771P: Adam Fritzler
2772M: mid@auk.cx
2773L: linux-tr@linuxtr.net
2774W: http://www.auk.cx/tms380tr/
2775S: Maintained
2776
2777TULIP NETWORK DRIVER
2778P: Jeff Garzik
2779M: jgarzik@pobox.com
2780L: tulip-users@lists.sourceforge.net
2781W: http://sourceforge.net/projects/tulip/
2782S: Maintained
2783
2784TUN/TAP driver
2785P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002786M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787L: vtun@office.satix.net
2788W: http://vtun.sourceforge.net/tun
2789S: Maintained
2790
2791U14-34F SCSI DRIVER
2792P: Dario Ballabio
2793M: ballabio_dario@emc.com
2794L: linux-scsi@vger.kernel.org
2795S: Maintained
2796
2797UDF FILESYSTEM
2798P: Ben Fennema
2799M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800W: http://linux-udf.sourceforge.net
2801S: Maintained
2802
2803UNIFORM CDROM DRIVER
2804P: Jens Axboe
2805M: axboe@suse.de
2806L: linux-kernel@vger.kernel.org
2807W: http://www.kernel.dk
2808S: Maintained
2809
2810USB ACM DRIVER
2811P: Oliver Neukum
2812M: oliver@neukum.name
2813L: linux-usb-users@lists.sourceforge.net
2814L: linux-usb-devel@lists.sourceforge.net
2815S: Maintained
2816
2817USB BLOCK DRIVER (UB ub)
2818P: Pete Zaitcev
2819M: zaitcev@redhat.com
2820L: linux-kernel@vger.kernel.org
2821L: linux-usb-devel@lists.sourceforge.net
2822S: Supported
2823
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824USB CDC ETHERNET DRIVER
2825P: Greg Kroah-Hartman
2826M: greg@kroah.com
2827L: linux-usb-users@lists.sourceforge.net
2828L: linux-usb-devel@lists.sourceforge.net
2829S: Maintained
2830W: http://www.kroah.com/linux-usb/
2831
2832USB EHCI DRIVER
2833P: David Brownell
2834M: dbrownell@users.sourceforge.net
2835L: linux-usb-devel@lists.sourceforge.net
2836S: Maintained
2837
Luca Risolia7ce08c92006-01-11 02:06:59 +00002838USB ET61X[12]51 DRIVER
2839P: Luca Risolia
2840M: luca.risolia@studio.unibo.it
2841L: linux-usb-devel@lists.sourceforge.net
2842L: video4linux-list@redhat.com
2843W: http://www.linux-projects.org
2844S: Maintained
2845
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846USB HID/HIDBP DRIVERS
2847P: Vojtech Pavlik
2848M: vojtech@suse.cz
2849L: linux-usb-users@lists.sourceforge.net
2850L: linux-usb-devel@lists.sourceforge.net
2851S: Maintained
2852
2853USB HUB DRIVER
2854P: Johannes Erdfelt
2855M: johannes@erdfelt.com
2856L: linux-usb-users@lists.sourceforge.net
2857L: linux-usb-devel@lists.sourceforge.net
2858S: Maintained
2859
Olav Kongas959eea22005-11-03 17:38:14 +02002860USB ISP116X DRIVER
2861P: Olav Kongas
2862M: ok@artecdesign.ee
2863L: linux-usb-devel@lists.sourceforge.net
2864S: Maintained
2865
Linus Torvalds1da177e2005-04-16 15:20:36 -07002866USB KAWASAKI LSI DRIVER
2867P: Oliver Neukum
2868M: oliver@neukum.name
2869L: linux-usb-users@lists.sourceforge.net
2870L: linux-usb-devel@lists.sourceforge.net
2871S: Maintained
2872
2873USB MASS STORAGE DRIVER
2874P: Matthew Dharm
2875M: mdharm-usb@one-eyed-alien.net
2876L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002877L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878S: Maintained
2879W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2880
2881USB OHCI DRIVER
2882P: Roman Weissgaerber
2883M: weissg@vienna.at
2884L: linux-usb-users@lists.sourceforge.net
2885L: linux-usb-devel@lists.sourceforge.net
2886S: Maintained
2887
Matthias Urlichsba460e42005-07-14 00:33:47 -07002888USB OPTION-CARD DRIVER
2889P: Matthias Urlichs
2890M: smurf@smurf.noris.de
2891L: linux-usb-devel@lists.sourceforge.net
2892S: Maintained
2893
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894USB OV511 DRIVER
2895P: Mark McClelland
2896M: mmcclell@bigfoot.com
2897L: linux-usb-users@lists.sourceforge.net
2898L: linux-usb-devel@lists.sourceforge.net
2899W: http://alpha.dyndns.org/ov511/
2900S: Maintained
2901
2902USB PEGASUS DRIVER
2903P: Petko Manolov
2904M: petkan@users.sourceforge.net
2905L: linux-usb-users@lists.sourceforge.net
2906L: linux-usb-devel@lists.sourceforge.net
2907W: http://pegasus2.sourceforge.net/
2908S: Maintained
2909
2910USB PRINTER DRIVER
2911P: Vojtech Pavlik
2912M: vojtech@suse.cz
2913L: linux-usb-users@lists.sourceforge.net
2914L: linux-usb-devel@lists.sourceforge.net
2915S: Maintained
2916
2917USB RTL8150 DRIVER
2918P: Petko Manolov
2919M: petkan@users.sourceforge.net
2920L: linux-usb-users@lists.sourceforge.net
2921L: linux-usb-devel@lists.sourceforge.net
2922W: http://pegasus2.sourceforge.net/
2923S: Maintained
2924
2925USB SE401 DRIVER
2926P: Jeroen Vreeken
2927M: pe1rxq@amsat.org
2928L: linux-usb-users@lists.sourceforge.net
2929L: linux-usb-devel@lists.sourceforge.net
2930W: http://www.chello.nl/~j.vreeken/se401/
2931S: Maintained
2932
2933USB SERIAL CYBERJACK DRIVER
2934P: Matthias Bruestle and Harald Welte
2935M: support@reiner-sct.com
2936W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2937S: Maintained
2938
2939USB SERIAL DIGI ACCELEPORT DRIVER
2940P: Peter Berger and Al Borchers
2941M: pberger@brimson.com
2942M: alborchers@steinerpoint.com
2943L: linux-usb-users@lists.sourceforge.net
2944L: linux-usb-devel@lists.sourceforge.net
2945S: Maintained
2946
2947USB SERIAL DRIVER
2948P: Greg Kroah-Hartman
2949M: gregkh@suse.de
2950L: linux-usb-users@lists.sourceforge.net
2951L: linux-usb-devel@lists.sourceforge.net
2952S: Supported
2953
2954USB SERIAL BELKIN F5U103 DRIVER
2955P: William Greathouse
2956M: wgreathouse@smva.com
2957L: linux-usb-users@lists.sourceforge.net
2958L: linux-usb-devel@lists.sourceforge.net
2959S: Maintained
2960
2961USB SERIAL CYPRESS M8 DRIVER
2962P: Lonnie Mendez
2963M: dignome@gmail.com
2964L: linux-usb-users@lists.sourceforge.net
2965L: linux-usb-devel@lists.sourceforge.net
2966S: Maintained
2967W: http://geocities.com/i0xox0i
2968W: http://firstlight.net/cvs
2969
2970USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2971L: linux-usb-users@lists.sourceforge.net
2972L: linux-usb-devel@lists.sourceforge.net
2973S: Maintained
2974
2975USB AUERSWALD DRIVER
2976P: Wolfgang Muees
2977M: wolfgang@iksw-muees.de
2978L: linux-usb-users@lists.sourceforge.net
2979L: linux-usb-devel@lists.sourceforge.net
2980S: Maintained
2981
2982USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2983P: Gary Brubaker
2984M: xavyer@ix.netcom.com
2985L: linux-usb-users@lists.sourceforge.net
2986L: linux-usb-devel@lists.sourceforge.net
2987S: Maintained
2988
2989USB SERIAL KEYSPAN DRIVER
2990P: Greg Kroah-Hartman
2991M: greg@kroah.com
2992L: linux-usb-users@lists.sourceforge.net
2993L: linux-usb-devel@lists.sourceforge.net
2994W: http://www.kroah.com/linux/
2995S: Maintained
2996
2997USB SERIAL WHITEHEAT DRIVER
2998P: Stuart MacDonald
2999M: stuartm@connecttech.com
3000L: linux-usb-users@lists.sourceforge.net
3001L: linux-usb-devel@lists.sourceforge.net
3002W: http://www.connecttech.com
3003S: Supported
3004
3005USB SN9C10x DRIVER
3006P: Luca Risolia
3007M: luca.risolia@studio.unibo.it
3008L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003009L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010W: http://www.linux-projects.org
3011S: Maintained
3012
3013USB SUBSYSTEM
3014P: Greg Kroah-Hartman
3015M: gregkh@suse.de
3016L: linux-usb-users@lists.sourceforge.net
3017L: linux-usb-devel@lists.sourceforge.net
3018W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003019T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020S: Supported
3021
3022USB UHCI DRIVER
3023P: Alan Stern
3024M: stern@rowland.harvard.edu
3025L: linux-usb-users@lists.sourceforge.net
3026L: linux-usb-devel@lists.sourceforge.net
3027S: Maintained
3028
3029USB "USBNET" DRIVER
3030P: David Brownell
3031M: dbrownell@users.sourceforge.net
3032L: linux-usb-devel@lists.sourceforge.net
3033S: Maintained
3034
3035USB W996[87]CF DRIVER
3036P: Luca Risolia
3037M: luca.risolia@studio.unibo.it
3038L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003039L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040W: http://www.linux-projects.org
3041S: Maintained
3042
Luca Risolia60f78052006-02-06 16:29:35 +00003043USB ZC0301 DRIVER
3044P: Luca Risolia
3045M: luca.risolia@studio.unibo.it
3046L: linux-usb-devel@lists.sourceforge.net
3047L: video4linux-list@redhat.com
3048W: http://www.linux-projects.org
3049S: Maintained
3050
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051USB ZD1201 DRIVER
3052P: Jeroen Vreeken
3053M: pe1rxq@amsat.org
3054L: linux-usb-users@lists.sourceforge.net
3055L: linux-usb-devel@lists.sourceforge.net
3056W: http://linux-lc100020.sourceforge.net
3057S: Maintained
3058
3059USER-MODE LINUX
3060P: Jeff Dike
3061M: jdike@karaya.com
3062L: user-mode-linux-devel@lists.sourceforge.net
3063L: user-mode-linux-user@lists.sourceforge.net
3064W: http://user-mode-linux.sourceforge.net
3065S: Maintained
3066
3067FAT/VFAT/MSDOS FILESYSTEM:
3068P: OGAWA Hirofumi
3069M: hirofumi@mail.parknet.co.jp
3070L: linux-kernel@vger.kernel.org
3071S: Maintained
3072
3073VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3074P: Jeff Garzik
3075S: Odd fixes
3076
3077VIA RHINE NETWORK DRIVER
3078P: Roger Luethi
3079M: rl@hellgate.ch
3080S: Maintained
3081
Jean Delvare32c0a522005-09-22 21:47:58 +02003082VIAPRO SMBUS DRIVER
3083P: Jean Delvare
3084M: khali@linux-fr.org
3085L: lm-sensors@lm-sensors.org
3086S: Maintained
3087
Linus Torvalds1da177e2005-04-16 15:20:36 -07003088UCLINUX (AND M68KNOMMU)
3089P: Greg Ungerer
3090M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003092L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093S: Maintained
3094
3095UCLINUX FOR NEC V850
3096P: Miles Bader
3097M: uclinux-v850@lsi.nec.co.jp
3098W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3099W: http://www.ee.nec.de/uclinux/
3100S: Supported
3101
3102UCLINUX FOR RENESAS H8/300
3103P: Yoshinori Sato
3104M: ysato@users.sourceforge.jp
3105W: http://uclinux-h8.sourceforge.jp/
3106S: Supported
3107
3108USB DIAMOND RIO500 DRIVER
3109P: Cesar Miquel
3110M: miquel@df.uba.ar
3111L: rio500-users@lists.sourceforge.net
3112W: http://rio500.sourceforge.net
3113S: Maintained
3114
3115VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003116P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003117M: mchehab@infradead.org
3118M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003120W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003121T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003122S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123
Roger Lucas1de9e372005-11-26 20:20:05 +01003124VT8231 HARDWARE MONITOR DRIVER
3125P: Roger Lucas
3126M: roger@planbit.co.uk
3127L: lm-sensors@lm-sensors.org
3128S: Maintained
3129
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130W1 DALLAS'S 1-WIRE BUS
3131P: Evgeniy Polyakov
3132M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003133L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134S: Maintained
3135
3136W83L51xD SD/MMC CARD INTERFACE DRIVER
3137P: Pierre Ossman
3138M: drzeus-wbsd@drzeus.cx
3139L: wbsd-devel@list.drzeus.cx
3140W: http://projects.drzeus.cx/wbsd
3141S: Maintained
3142
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003143WATCHDOG DEVICE DRIVERS
3144P: Wim Van Sebroeck
3145M: wim@iguana.be
3146T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3147S: Maintained
3148
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3150P: Jean Tourrilhes
3151M: jt@hpl.hp.com
3152W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3153S: Maintained
3154
3155WD7000 SCSI DRIVER
3156P: Miroslav Zagorac
3157M: zaga@fly.cc.fer.hr
3158L: linux-scsi@vger.kernel.org
3159S: Maintained
3160
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003161WISTRON LAPTOP BUTTON DRIVER
3162P: Miloslav Trmac
3163M: mitr@volny.cz
3164S: Maintained
3165
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166WL3501 WIRELESS PCMCIA CARD DRIVER
3167P: Arnaldo Carvalho de Melo
3168M: acme@conectiva.com.br
3169W: http://advogato.org/person/acme
3170S: Maintained
3171
3172X.25 NETWORK LAYER
3173P: Henner Eisen
3174M: eis@baty.hanse.de
3175L: linux-x25@vger.kernel.org
3176S: Maintained
3177
3178XFS FILESYSTEM
3179P: Silicon Graphics Inc
3180M: xfs-masters@oss.sgi.com
3181M: nathans@sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003182L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183W: http://oss.sgi.com/projects/xfs
3184S: Supported
3185
3186X86 3-LEVEL PAGING (PAE) SUPPORT
3187P: Ingo Molnar
3188M: mingo@redhat.com
3189S: Maintained
3190
3191X86-64 port
3192P: Andi Kleen
3193M: ak@suse.de
3194L: discuss@x86-64.org
3195W: http://www.x86-64.org
3196S: Maintained
3197
3198YAM DRIVER FOR AX.25
3199P: Jean-Paul Roubelat
3200M: jpr@f6fbb.org
3201L: linux-hams@vger.kernel.org
3202S: Maintained
3203
Henkaf64a5e2005-10-12 15:02:56 +02003204YEALINK PHONE DRIVER
3205P: Henk Vergonet
3206M: Henk.Vergonet@gmail.com
3207L: usbb2k-api-dev@nongnu.org
3208S: Maintained
3209
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3211P: Pete Zaitcev
3212M: zaitcev@yahoo.com
3213L: linux-kernel@vger.kernel.org
3214S: Obsolete
3215
3216Z8530 DRIVER FOR AX.25
3217P: Joerg Reuter
3218M: jreuter@yaina.de
3219W: http://yaina.de/jreuter/
3220W: http://www.qsl.net/dl1bke/
3221L: linux-hams@vger.kernel.org
3222S: Maintained
3223
3224ZF MACHZ WATCHDOG
3225P: Fernando Fuganti
3226M: fuganti@netbank.com.br
3227W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3228S: Maintained
3229
3230ZR36067 VIDEO FOR LINUX DRIVER
3231P: Ronald Bultje
3232M: rbultje@ronald.bitfreak.net
3233L: mjpeg-users@lists.sourceforge.net
3234W: http://mjpeg.sourceforge.net/driver-zoran/
3235S: Maintained
3236
3237ZR36120 VIDEO FOR LINUX DRIVER
3238P: Pauline Middelink
3239M: middelin@polyware.nl
3240W: http://www.polyware.nl/~middelin/En/hobbies.html
3241W: http://www.polyware.nl/~middelin/hobbies.html
3242S: Maintained
3243
3244THE REST
3245P: Linus Torvalds
3246S: Buried alive in reporters