blob: 31c23e3a2de9d34c7458aef3f65b081d9b6fb309 [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
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000568W: http://linuxppc64.org
569S: Supported
570
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700572P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200573M: mchehab@infradead.org
574M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700576W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200577T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700578S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580COMMON INTERNET FILE SYSTEM (CIFS)
581P: Steve French
582M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100583L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584L: samba-technical@lists.samba.org
585W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800586T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587S: Supported
588
Joel Becker7063fbf2005-12-15 14:29:43 -0800589CONFIGFS
590P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800591M: joel.becker@oracle.com
592L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800593S: Supported
594
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595CIRRUS LOGIC GENERIC FBDEV DRIVER
596P: Jeff Garzik
597M: jgarzik@pobox.com
598L: linux-fbdev-devel@lists.sourceforge.net
599S: Odd Fixes
600
601CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
602P: Cirrus Logic Corporation (kernel 2.2 driver)
603M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
604P: Nils Faerber (port to kernel 2.4)
605M: Nils Faerber <nils@kernelconcepts.de>
606S: Maintained
607
608CODA FILE SYSTEM
609P: Jan Harkes
610M: jaharkes@cs.cmu.edu
611M: coda@cs.cmu.edu
612L: codalist@coda.cs.cmu.edu
613W: http://www.coda.cs.cmu.edu/
614S: Maintained
615
616COMPACTPCI HOTPLUG CORE
617P: Scott Murray
618M: scottm@somanetworks.com
619M: scott@spiteful.org
620L: pcihpd-discuss@lists.sourceforge.net
621S: Supported
622
623COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
624P: Scott Murray
625M: scottm@somanetworks.com
626M: scott@spiteful.org
627L: pcihpd-discuss@lists.sourceforge.net
628S: Supported
629
630COMPACTPCI HOTPLUG GENERIC DRIVER
631P: Scott Murray
632M: scottm@somanetworks.com
633M: scott@spiteful.org
634L: pcihpd-discuss@lists.sourceforge.net
635S: Supported
636
637COMPUTONE INTELLIPORT MULTIPORT CARD
638P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700639M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700641S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642
643COSA/SRP SYNC SERIAL DRIVER
644P: Jan "Yenya" Kasprzak
645M: kas@fi.muni.cz
646W: http://www.fi.muni.cz/~kas/cosa/
647S: Maintained
648
649CPU FREQUENCY DRIVERS
650P: Dave Jones
651M: davej@codemonkey.org.uk
652L: cpufreq@lists.linux.org.uk
653W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800654T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655S: Maintained
656
657CPUID/MSR DRIVER
658P: H. Peter Anvin
659M: hpa@zytor.com
660S: Maintained
661
Paul Jacksoned90fb42005-09-27 21:45:37 -0700662CPUSETS
663P: Paul Jackson
664P: Simon Derr
665M: pj@sgi.com
666M: simon.derr@bull.net
667L: linux-kernel@vger.kernel.org
668W: http://www.bullopensource.org/cpuset/
669S: Supported
670
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671CRAMFS FILESYSTEM
672W: http://sourceforge.net/projects/cramfs/
673S: Orphan
674
675CRIS PORT
676P: Mikael Starvik
677M: starvik@axis.com
678L: dev-etrax@axis.com
679W: http://developer.axis.com
680S: Maintained
681
682CRYPTO API
683P: Herbert Xu
684M: herbert@gondor.apana.org.au
685P: David S. Miller
686M: davem@davemloft.net
687L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800688T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689S: Maintained
690
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100691CS5535 Audio ALSA driver
692P: Jaya Kumar
693M: jayakumar.alsa@gmail.com
694S: Maintained
695
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696CYBERPRO FB DRIVER
697P: Russell King
698M: rmk@arm.linux.org.uk
699W: http://www.arm.linux.org.uk/
700S: Maintained
701
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700702CYBLAFB FRAMEBUFFER DRIVER
703P: Knut Petersen
704M: Knut_Petersen@t-online.de
705L: linux-fbdev-devel@lists.sourceforge.net
706S: Maintained
707
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708CYCLADES 2X SYNC CARD DRIVER
709P: Arnaldo Carvalho de Melo
710M: acme@conectiva.com.br
711W: http://advogato.org/person/acme
712L: cycsyn-devel@bazar.conectiva.com.br
713S: Maintained
714
715CYCLADES ASYNC MUX DRIVER
716M: async@cyclades.com
717W: http://www.cyclades.com/
718S: Supported
719
720CYCLADES PC300 DRIVER
721M: pc300@cyclades.com
722W: http://www.cyclades.com/
723S: Supported
724
Linus Torvalds1da177e2005-04-16 15:20:36 -0700725DAMA SLAVE for AX.25
726P: Joerg Reuter
727M: jreuter@yaina.de
728W: http://yaina.de/jreuter/
729W: http://www.qsl.net/dl1bke/
730L: linux-hams@vger.kernel.org
731S: Maintained
732
733DC395x SCSI driver
734P: Oliver Neukum
735M: oliver@neukum.name
736P: Ali Akcaagac
737M: aliakc@web.de
738P: Jamie Lenehan
739M: lenehan@twibble.org
740W: http://twibble.org/dist/dc395x/
741L: http://lists.twibble.org/mailman/listinfo/dc395x/
742S: Maintained
743
744DC390/AM53C974 SCSI driver
745P: Kurt Garloff
746M: garloff@suse.de
747W: http://www.garloff.de/kurt/linux/dc390/
748P: Guennadi Liakhovetski
749M: g.liakhovetski@gmx.de
750S: Maintained
751
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700752DCCP PROTOCOL
753P: Arnaldo Carvalho de Melo
754M: acme@mandriva.com
755L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800756W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700757S: Maintained
758
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759DECnet NETWORK LAYER
760P: Patrick Caulfield
761M: patrick@tykepenguin.com
762W: http://linux-decnet.sourceforge.net
763L: linux-decnet-user@lists.sourceforge.net
764S: Maintained
765
766DEFXX FDDI NETWORK DRIVER
767P: Maciej W. Rozycki
768M: macro@linux-mips.org
769S: Maintained
770
771DELL LAPTOP SMM DRIVER
772P: Massimo Dal Zotto
773M: dz@debian.org
774W: http://www.debian.org/~dz/i8k/
775S: Maintained
776
Doug Warzecha90563ec2005-09-06 15:17:15 -0700777DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
778P: Doug Warzecha
779M: Douglas_Warzecha@dell.com
780S: Maintained
781
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782DEVICE-MAPPER
783P: Alasdair Kergon
784L: dm-devel@redhat.com
785W: http://sources.redhat.com/dm
786S: Maintained
787
788DEVICE NUMBER REGISTRY
789P: Torben Mathiasen
790M: device@lanana.org
791W: http://lanana.org/docs/device-list/index.html
792L: linux-kernel@vger.kernel.org
793S: Maintained
794
795DEVICE FILESYSTEM
796S: Obsolete
797
798DIGI INTL. EPCA DRIVER
799P: Digi International, Inc
800M: Eng.Linux@digi.com
801L: Eng.Linux@digi.com
802W: http://www.digi.com
803S: Orphaned
804
805DIGI RIGHTSWITCH NETWORK DRIVER
806P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700807L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808W: http://www.digi.com
809S: Orphaned
810
811DIRECTORY NOTIFICATION
812P: Stephen Rothwell
813M: sfr@canb.auug.org.au
814L: linux-kernel@vger.kernel.org
815S: Supported
816
817DISK GEOMETRY AND PARTITION HANDLING
818P: Andries Brouwer
819M: aeb@cwi.nl
820W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
821W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
822W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
823S: Maintained
824
825DISKQUOTA:
826P: Jan Kara
827M: jack@suse.cz
828L: linux-kernel@vger.kernel.org
829S: Maintained
830
831DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
832P: Tobias Ringstrom
833M: tori@unhappy.mine.nu
834L: linux-kernel@vger.kernel.org
835S: Maintained
836
Martin Waitzba483d52005-06-17 13:20:59 -0700837DOCBOOK FOR DOCUMENTATION
838P: Martin Waitz
839M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800840T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700841S: Maintained
842
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843DOUBLETALK DRIVER
844P: James R. Van Zandt
845M: jrv@vanzandt.mv.com
846L: blinux-list@redhat.com
847S: Maintained
848
849DRIVER CORE, KOBJECTS, AND SYSFS
850P: Greg Kroah-Hartman
851M: gregkh@suse.de
852L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800853T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854S: Supported
855
856DRM DRIVERS
857P: David Airlie
858M: airlied@linux.ie
859L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800860T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861S: Maintained
862
863DSCC4 DRIVER
864P: François Romieu
865M: romieu@cogenit.fr
866M: romieu@ensta.fr
867S: Maintained
868
869DVB SUBSYSTEM AND DRIVERS
870P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200871M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200873W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200874T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200875S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876
877EATA-DMA SCSI DRIVER
878P: Michael Neuffer
879L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
880S: Maintained
881
882EATA ISA/EISA/PCI SCSI DRIVER
883P: Dario Ballabio
884M: ballabio_dario@emc.com
885L: linux-scsi@vger.kernel.org
886S: Maintained
887
888EATA-PIO SCSI DRIVER
889P: Michael Neuffer
890M: mike@i-Connect.Net
891L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
892S: Maintained
893
894EBTABLES
895P: Bart De Schuymer
896M: bart.de.schuymer@pandora.be
897L: ebtables-user@lists.sourceforge.net
898L: ebtables-devel@lists.sourceforge.net
899W: http://ebtables.sourceforge.net/
900S: Maintained
901
Alan Coxda9bb1d2006-01-18 17:44:13 -0800902EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800903P: Doug Thompson
904M: norsk5@xmission.com, dthompson@linuxnetworx.com
905P: Dave Peterson
906M: dsp@llnl.gov, dave_peterson@pobox.com
907L: bluesmoke-devel@lists.sourceforge.net
908W: bluesmoke.sourceforge.net
909S: Maintained
910
911EDAC-E752X
912P: Dave Peterson
913M: dsp@llnl.gov, dave_peterson@pobox.com
914L: bluesmoke-devel@lists.sourceforge.net
915W: bluesmoke.sourceforge.net
916S: Maintained
917
918EDAC-E7XXX
919P: Dave Peterson
920M: dsp@llnl.gov, dave_peterson@pobox.com
921L: bluesmoke-devel@lists.sourceforge.net
922W: bluesmoke.sourceforge.net
923S: Maintained
924
925EDAC-R82600
926P: Tim Small
927M: tim@buttersideup.com
928L: bluesmoke-devel@lists.sourceforge.net
929W: bluesmoke.sourceforge.net
930S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800931
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932EEPRO100 NETWORK DRIVER
933P: Andrey V. Savochkin
934M: saw@saw.sw.com.sg
935S: Maintained
936
937EMU10K1 SOUND DRIVER
938P: James Courtier-Dutton
939M: James@superbug.demon.co.uk
940L: emu10k1-devel@lists.sourceforge.net
941W: http://sourceforge.net/projects/emu10k1/
942S: Maintained
943
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400944EMULEX LPFC FC SCSI DRIVER
945P: James Smart
946M: james.smart@emulex.com
947L: linux-scsi@vger.kernel.org
948W: http://sourceforge.net/projects/lpfcxxxx
949S: Supported
950
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951EPSON 1355 FRAMEBUFFER DRIVER
952P: Christopher Hoover
953M: ch@murgatroid.com, ch@hpl.hp.com
954S: Maintained
955
956ETHEREXPRESS-16 NETWORK DRIVER
957P: Philip Blundell
958M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700959L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960S: Maintained
961
962ETHERNET BRIDGE
963P: Stephen Hemminger
964M: shemminger@osdl.org
965L: bridge@osdl.org
966W: http://bridge.sourceforge.net/
967S: Maintained
968
969ETHERTEAM 16I DRIVER
970P: Mika Kuoppala
971M: miku@iki.fi
972S: Maintained
973
974EXT2 FILE SYSTEM
975L: ext2-devel@lists.sourceforge.net
976S: Maintained
977
978EXT3 FILE SYSTEM
979P: Stephen Tweedie, Andrew Morton
980M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -0700981L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982S: Maintained
983
Jean Delvaree53004e2006-01-09 23:26:14 +0100984F71805F HARDWARE MONITORING DRIVER
985P: Jean Delvare
986M: khali@linux-fr.org
987L: lm-sensors@lm-sensors.org
988S: Maintained
989
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990FARSYNC SYNCHRONOUS DRIVER
991P: Kevin Curtis
992M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993W: http://www.farsite.co.uk/
994S: Supported
995
996FRAMEBUFFER LAYER
997P: Antonino Daplas
998M: adaplas@pol.net
999L: linux-fbdev-devel@lists.sourceforge.net
1000W: http://linux-fbdev.sourceforge.net/
1001S: Maintained
1002
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001003FREESCALE SOC FS_ENET DRIVER
1004P: Pantelis Antoniou
1005M: pantelis.antoniou@gmail.com
1006P: Vitaly Bordug
1007M: vbordug@ru.mvista.com
1008L: linuxppc-embedded@ozlabs.org
1009L: netdev@vger.kernel.org
1010S: Maintained
1011
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012FILE LOCKING (flock() and fcntl()/lockf())
1013P: Matthew Wilcox
1014M: matthew@wil.cx
1015L: linux-fsdevel@vger.kernel.org
1016S: Maintained
1017
1018FILESYSTEMS (VFS and infrastructure)
1019P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001020M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021S: Maintained
1022
1023FIRMWARE LOADER (request_firmware)
1024L: linux-kernel@vger.kernel.org
1025S: Orphan
1026
1027FPU EMULATOR
1028P: Bill Metzenthen
1029M: billm@suburbia.net
1030W: http://suburbia.net/~billm/floating-point/emulator/
1031S: Maintained
1032
1033FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1034P: Mike McLagan
1035M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001036L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037S: Maintained
1038
1039FREEVXFS FILESYSTEM
1040P: Christoph Hellwig
1041M: hch@infradead.org
1042W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1043S: Maintained
1044
1045FUJITSU FR-V PORT
1046P: David Howells
1047M: dhowells@redhat.com
1048S: Maintained
1049
1050FTAPE/QIC-117
1051L: linux-tape@vger.kernel.org
1052W: http://sourceforge.net/projects/ftape
1053S: Orphan
1054
Miklos Szeredi04578f12005-09-09 13:10:22 -07001055FUSE: FILESYSTEM IN USERSPACE
1056P: Miklos Szeredi
1057M: miklos@szeredi.hu
1058L: fuse-devel@lists.sourceforge.net
1059W: http://fuse.sourceforge.net/
1060S: Maintained
1061
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1063P: Rik Faith
1064M: faith@cs.unc.edu
1065L: linux-scsi@vger.kernel.org
1066S: Odd fixes (e.g., new signatures)
1067
1068GDT SCSI DISK ARRAY CONTROLLER DRIVER
1069P: Achim Leubner
1070M: achim_leubner@adaptec.com
1071L: linux-scsi@vger.kernel.org
1072W: http://www.icp-vortex.com/
1073S: Supported
1074
1075GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1076P: Krzysztof Halasa
1077M: khc@pm.waw.pl
1078W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1079S: Maintained
1080
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001081GIGASET ISDN DRIVERS
1082P: Hansjoerg Lipp
1083M: hjlipp@web.de
1084P: Tilman Schmidt
1085M: tilman@imap.cc
1086L: gigaset307x-common@lists.sourceforge.net
1087W: http://gigaset307x.sourceforge.net/
1088S: Maintained
1089
Jean Delvare5b543962005-08-15 19:51:02 +02001090HARDWARE MONITORING
1091P: Jean Delvare
1092M: khali@linux-fr.org
1093L: lm-sensors@lm-sensors.org
1094W: http://www.lm-sensors.nu/
1095S: Maintained
1096
Robert Love860e1d62005-08-31 23:57:59 -04001097HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1098P: Robert Love
1099M: rlove@rlove.org
1100M: linux-kernel@vger.kernel.org
1101W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1102S: Maintained
1103
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104HARMONY SOUND DRIVER
1105P: Kyle McMartin
1106M: kyle@parisc-linux.org
1107W: http://www.parisc-linux.org/~kyle/harmony/
1108L: parisc-linux@lists.parisc-linux.org
1109S: Maintained
1110
1111HAYES ESP SERIAL DRIVER
1112P: Andrew J. Robinson
1113M: arobinso@nyx.net
1114L: linux-kernel@vger.kernel.org
1115W: http://www.nyx.net/~arobinso
1116S: Maintained
1117
1118HFS FILESYSTEM
1119P: Roman Zippel
1120M: zippel@linux-m68k.org
1121L: linux-kernel@vger.kernel.org
1122S: Maintained
1123
1124HGA FRAMEBUFFER DRIVER
1125P: Ferenc Bakonyi
1126M: fero@drama.obuda.kando.hu
1127L: linux-nvidia@lists.surfsouth.com
1128W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1129S: Maintained
1130
1131HIGH-SPEED SCC DRIVER FOR AX.25
1132P: Klaus Kudielka
1133M: klaus.kudielka@ieee.org
1134L: linux-hams@vger.kernel.org
1135W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1136S: Maintained
1137
1138HIPPI
1139P: Jes Sorensen
1140M: jes@trained-monkey.org
1141L: linux-hippi@sunsite.dk
1142S: Maintained
1143
1144HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1145P: Chirag Kantharia
1146M: chirag.kantharia@hp.com
1147L: iss_storagedev@hp.com
1148S: Maintained
1149
1150HEWLETT-PACKARD SMART2 RAID DRIVER
1151P: Chirag Kantharia
1152M: chirag.kantharia@hp.com
1153L: iss_storagedev@hp.com
1154S: Maintained
1155
1156HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1157P: Mike Miller
1158M: mike.miller@hp.com
1159L: iss_storagedev@hp.com
1160S: Supported
1161
Jouni Malinenff1d2762005-05-12 22:54:16 -04001162HOST AP DRIVER
1163P: Jouni Malinen
1164M: jkmaline@cc.hut.fi
1165L: hostap@shmoo.com
1166W: http://hostap.epitest.fi/
1167S: Maintained
1168
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1170P: Jaroslav Kysela
1171M: perex@suse.cz
1172S: Maintained
1173
Bob Piccob9b03322005-11-07 00:59:19 -08001174HPET: High Precision Event Timers driver (hpet.c)
1175P: Clemens Ladisch
1176M: clemens@ladisch.de
1177S: Maintained
1178
1179HPET: i386
1180P: Venkatesh Pallipadi (Venki)
1181M: venkatesh.pallipadi@intel.com
1182S: Maintained
1183
1184HPET: x86_64
1185P: Andi Kleen and Vojtech Pavlik
1186M: ak@muc.de and vojtech@suse.cz
1187S: Maintained
1188
1189HPET: ACPI hpet.c
1190P: Bob Picco
1191M: bob.picco@hp.com
1192S: Maintained
1193
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194HPFS FILESYSTEM
1195P: Mikulas Patocka
1196M: mikulas@artax.karlin.mff.cuni.cz
1197W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1198S: Maintained
1199
1200HUGETLB FILESYSTEM
1201P: William Irwin
1202M: wli@holomorphy.com
1203S: Maintained
1204
Jean Delvare5b543962005-08-15 19:51:02 +02001205I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206P: Jean Delvare
1207M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001208L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001210T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211S: Maintained
1212
1213I2O
1214P: Markus Lidel
1215M: markus.lidel@shadowconnect.com
1216W: http://i2o.shadowconnect.com/
1217S: Maintained
1218
1219i386 BOOT CODE
1220P: Riley H. Williams
1221M: Riley@Williams.Name
1222L: Linux-Kernel@vger.kernel.org
1223S: Maintained
1224
1225i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1226P: Dave Jones
1227M: davej@codemonkey.org.uk
1228P: H. Peter Anvin
1229M: hpa@zytor.com
1230S: Maintained
1231
1232i810 TCO TIMER WATCHDOG
1233P: Nils Faerber
1234M: nils@kernelconcepts.de
1235W: http://www.kernelconcepts.de/
1236S: Maintained
1237
1238IA64 (Itanium) PLATFORM
1239P: Tony Luck
1240M: tony.luck@intel.com
1241L: linux-ia64@vger.kernel.org
1242W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001243T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244S: Maintained
1245
1246SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001247P: Jes Sorensen
1248M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249L: linux-altix@sgi.com
1250L: linux-ia64@vger.kernel.org
1251W: http://www.sgi.com/altix
1252S: Maintained
1253
1254IBM MCA SCSI SUBSYSTEM DRIVER
1255P: Michael Lang
1256M: langa2@kph.uni-mainz.de
1257W: http://www.uni-mainz.de/~langm000/linux.html
1258S: Maintained
1259
1260IBM Power Linux RAID adapter
1261P: Brian King
1262M: brking@us.ibm.com
1263S: Supported
1264
1265IBM ServeRAID RAID DRIVER
1266P: Jack Hammer
1267P: Dave Jeffery
1268M: ipslinux@adaptec.com
1269W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1270S: Supported
1271
1272IDE DRIVER [GENERAL]
1273P: Bartlomiej Zolnierkiewicz
1274M: B.Zolnierkiewicz@elka.pw.edu.pl
1275L: linux-kernel@vger.kernel.org
1276L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001277T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278S: Maintained
1279
1280IDE/ATAPI CDROM DRIVER
1281P: Jens Axboe
1282M: axboe@suse.de
1283L: linux-kernel@vger.kernel.org
1284W: http://www.kernel.dk
1285S: Maintained
1286
1287IDE/ATAPI FLOPPY DRIVERS
1288P: Paul Bristow
1289M: Paul Bristow <paul@paulbristow.net>
1290W: http://paulbristow.net/linux/idefloppy.html
1291L: linux-kernel@vger.kernel.org
1292S: Maintained
1293
1294IDE/ATAPI TAPE DRIVERS
1295P: Gadi Oxman
1296M: Gadi Oxman <gadio@netvision.net.il>
1297L: linux-kernel@vger.kernel.org
1298S: Maintained
1299
1300IEEE 1394 ETHERNET (eth1394)
1301L: linux1394-devel@lists.sourceforge.net
1302W: http://www.linux1394.org/
1303S: Orphan
1304
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305IEEE 1394 SUBSYSTEM
1306P: Ben Collins
1307M: bcollins@debian.org
1308P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001309M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310L: linux1394-devel@lists.sourceforge.net
1311W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001312T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313S: Maintained
1314
1315IEEE 1394 OHCI DRIVER
1316P: Ben Collins
1317M: bcollins@debian.org
1318P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001319M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320L: linux1394-devel@lists.sourceforge.net
1321W: http://www.linux1394.org/
1322S: Maintained
1323
1324IEEE 1394 PCILYNX DRIVER
1325P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001326M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327L: linux1394-devel@lists.sourceforge.net
1328W: http://www.linux1394.org/
1329S: Maintained
1330
1331IEEE 1394 RAW I/O DRIVER
1332P: Ben Collins
1333M: bcollins@debian.org
1334P: Dan Dennedy
1335M: dan@dennedy.org
1336L: linux1394-devel@lists.sourceforge.net
1337W: http://www.linux1394.org/
1338S: Maintained
1339
Jody McIntyre105d7b32005-09-30 11:59:04 -07001340IEEE 1394 SBP2
1341P: Ben Collins
1342M: bcollins@debian.org
1343P: Stefan Richter
1344M: stefanr@s5r6.in-berlin.de
1345L: linux1394-devel@lists.sourceforge.net
1346W: http://www.linux1394.org/
1347S: Maintained
1348
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349IMS TWINTURBO FRAMEBUFFER DRIVER
1350P: Paul Mundt
1351M: lethal@chaoticdreams.org
1352L: linux-fbdev-devel@lists.sourceforge.net
1353S: Maintained
1354
1355INFINIBAND SUBSYSTEM
1356P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001357M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358P: Sean Hefty
1359M: mshefty@ichips.intel.com
1360P: Hal Rosenstock
1361M: halr@voltaire.com
1362L: openib-general@openib.org
1363W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001364T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365S: Supported
1366
1367INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001368P: Dmitry Torokhov
1369M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370L: linux-input@atrey.karlin.mff.cuni.cz
1371L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001372T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373S: Maintained
1374
Robert Lovec9f04f52005-07-15 12:21:07 -04001375INOTIFY
1376P: John McCutchan and Robert Love
1377M: ttb@tentacle.dhs.org and rml@novell.com
1378L: linux-kernel@vger.kernel.org
1379S: Maintained
1380
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001381INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1382P: Sylvain Meyer
1383M: sylvain.meyer@worldonline.fr
1384L: linux-fbdev-devel@lists.sourceforge.net
1385S: Maintained
1386
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387INTEL 810/815 FRAMEBUFFER DRIVER
1388P: Antonino Daplas
1389M: adaplas@pol.net
1390L: linux-fbdev-devel@lists.sourceforge.net
1391S: Maintained
1392
1393INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1394P: Ingo Molnar
1395M: mingo@redhat.com
1396S: Maintained
1397
1398INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1399P: Jeff Garzik
1400M: jgarzik@pobox.com
1401W: http://sourceforge.net/projects/gkernel/
1402S: Maintained
1403
1404INTEL IA32 MICROCODE UPDATE SUPPORT
1405P: Tigran Aivazian
1406M: tigran@veritas.com
1407S: Maintained
1408
1409INTEL PRO/100 ETHERNET SUPPORT
1410P: John Ronciak
1411M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412P: Jesse Brandeburg
1413M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001414P: Jeff Kirsher
1415M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001416P: Auke Kok
1417M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418W: http://sourceforge.net/projects/e1000/
1419S: Supported
1420
1421INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1422P: Jeb Cramer
1423M: cramerj@intel.com
1424P: John Ronciak
1425M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001426P: Jesse Brandeburg
1427M: jesse.brandeburg@intel.com
1428P: Jeff Kirsher
1429M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001430P: Auke Kok
1431M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432W: http://sourceforge.net/projects/e1000/
1433S: Supported
1434
1435INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001436P: Jeff Kirsher
1437M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438P: Ayyappan Veeraiyan
1439M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440P: John Ronciak
1441M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001442P: Jesse Brandeburg
1443M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001444P: Auke Kok
1445M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446W: http://sourceforge.net/projects/e1000/
1447S: Supported
1448
James Ketrenos826d2ab2005-11-07 18:56:59 -06001449INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1450P: Yi Zhu
1451M: yi.zhu@intel.com
1452P: James Ketrenos
1453M: jketreno@linux.intel.com
1454L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1455W: http://ipw2100.sourceforge.net
1456S: Supported
1457
1458INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1459P: Yi Zhu
1460M: yi.zhu@intel.com
1461P: James Ketrenos
1462M: jketreno@linux.intel.com
1463L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1464W: http://ipw2200.sourceforge.net
1465S: Supported
1466
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467IOC3 DRIVER
1468P: Ralf Baechle
1469M: ralf@linux-mips.org
1470L: linux-mips@linux-mips.org
1471S: Maintained
1472
1473IP MASQUERADING:
1474P: Juanjo Ciarlante
1475M: jjciarla@raiz.uncu.edu.ar
1476S: Maintained
1477
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001478IPATH DRIVER:
1479P: Bryan O'Sullivan
1480M: support@pathscale.com
1481L: openib-general@openib.org
1482S: Supported
1483
Corey Minyard4409ebe2006-04-20 02:43:12 -07001484IPMI SUBSYSTEM
1485P: Corey Minyard
1486M: minyard@acm.org
1487L: openipmi-developer@lists.sourceforge.net
1488W: http://openipmi.sourceforge.net/
1489S: Supported
1490
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491IPX NETWORK LAYER
1492P: Arnaldo Carvalho de Melo
1493M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001494L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495S: Maintained
1496
1497IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001498P: Samuel Ortiz
1499M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001500L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001502S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503
1504ISAPNP
1505P: Jaroslav Kysela
1506M: perex@suse.cz
1507S: Maintained
1508
1509ISDN SUBSYSTEM
1510P: Karsten Keil
1511M: kkeil@suse.de
1512P: Kai Germaschewski
1513M: kai.germaschewski@gmx.de
1514L: isdn4linux@listserv.isdn4linux.de
1515W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001516T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517S: Maintained
1518
1519ISDN SUBSYSTEM (Eicon active card driver)
1520P: Armin Schindler
1521M: mac@melware.de
1522L: isdn4linux@listserv.isdn4linux.de
1523W: http://www.melware.de
1524S: Maintained
1525
1526JOURNALLING FLASH FILE SYSTEM (JFFS)
1527P: Axis Communications AB
1528M: jffs-dev@axis.com
1529L: jffs-dev@axis.com
1530W: http://www.developer.axis.com/software/jffs/
1531S: Maintained
1532
1533JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1534P: David Woodhouse
1535M: dwmw2@infradead.org
1536L: jffs-dev@axis.com
1537W: http://sources.redhat.com/jffs2/
1538S: Maintained
1539
1540JFS FILESYSTEM
1541P: Dave Kleikamp
1542M: shaggy@austin.ibm.com
1543L: jfs-discussion@lists.sourceforge.net
1544W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001545T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546S: Supported
1547
Theodore Tsoae0718f2006-05-20 15:00:13 -07001548JOURNALLING LAYER FOR BLOCK DEVICS (JBD)
1549P: Stephen Tweedie, Andrew Morton
1550M: sct@redhat.com, akpm@osdl.org
1551L: ext2-devel@lists.sourceforge.net
1552S: Maintained
1553
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554KCONFIG
1555P: Roman Zippel
1556M: zippel@linux-m68k.org
1557L: kbuild-devel@lists.sourceforge.net
1558S: Maintained
1559
Vivek Goyalea6c2082006-05-20 14:59:55 -07001560KDUMP
1561P: Vivek Goyal
1562M: vgoyal@in.ibm.com
1563P: Haren Myneni
1564M: hbabu@us.ibm.com
1565L: fastboot@lists.osdl.org
1566L: linux-kernel@vger.kernel.org
1567W: http://lse.sourceforge.net/kdump/
1568S: Maintained
1569
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570KERNEL AUTOMOUNTER (AUTOFS)
1571P: H. Peter Anvin
1572M: hpa@zytor.com
1573L: autofs@linux.kernel.org
1574S: Odd Fixes
1575
1576KERNEL AUTOMOUNTER v4 (AUTOFS4)
1577P: Ian Kent
1578M: raven@themaw.net
1579L: autofs@linux.kernel.org
1580S: Maintained
1581
1582KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1583P: Kai Germaschewski
1584M: kai@germaschewski.name
1585P: Sam Ravnborg
1586M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001587T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588S: Maintained
1589
1590KERNEL JANITORS
1591P: Several
1592L: kernel-janitors@osdl.org
1593W: http://www.kerneljanitors.org/
1594W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595S: Maintained
1596
1597KERNEL NFSD
1598P: Neil Brown
1599M: neilb@cse.unsw.edu.au
1600L: nfs@lists.sourceforge.net
1601W: http://nfs.sourceforge.net/
1602W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1603S: Maintained
1604
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001605KEXEC
1606P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001607M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001608W: http://www.xmission.com/~ebiederm/files/kexec/
1609L: linux-kernel@vger.kernel.org
1610L: fastboot@osdl.org
1611S: Maintained
1612
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001613KPROBES
1614P: Prasanna S Panchamukhi
1615M: prasanna@in.ibm.com
1616P: Ananth N Mavinakayanahalli
1617M: ananth@in.ibm.com
1618P: Anil S Keshavamurthy
1619M: anil.s.keshavamurthy@intel.com
1620P: David S. Miller
1621M: davem@davemloft.net
1622L: linux-kernel@vger.kernel.org
1623S: Maintained
1624
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625LAPB module
1626P: Henner Eisen
1627M: eis@baty.hanse.de
1628L: linux-x25@vger.kernel.org
1629S: Maintained
1630
1631LASI 53c700 driver for PARISC
1632P: James E.J. Bottomley
1633M: James.Bottomley@HansenPartnership.com
1634L: linux-scsi@vger.kernel.org
1635S: Maintained
1636
Richard Purdie263de9b2006-05-15 09:44:16 -07001637LED SUBSYSTEM
1638P: Richard Purdie
1639M: rpurdie@rpsys.net
1640S: Maintained
1641
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642LEGO USB Tower driver
1643P: Juergen Stuber
1644M: starblue@users.sourceforge.net
1645L: legousb-devel@lists.sourceforge.net
1646W: http://legousb.sourceforge.net/
1647S: Maintained
1648
1649LINUX FOR IBM pSERIES (RS/6000)
1650P: Paul Mackerras
1651M: paulus@au.ibm.com
1652W: http://www.ibm.com/linux/ltc/projects/ppc
1653S: Supported
1654
1655LINUX FOR NCR VOYAGER
1656P: James Bottomley
1657M: James.Bottomley@HansenPartnership.com
1658W: http://www.hansenpartnership.com/voyager
1659S: Maintained
1660
1661LINUX FOR POWERPC
1662P: Paul Mackerras
1663M: paulus@samba.org
1664W: http://www.penguinppc.org/
1665L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001666T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667S: Supported
1668
1669LINUX FOR POWER MACINTOSH
1670P: Benjamin Herrenschmidt
1671M: benh@kernel.crashing.org
1672W: http://www.penguinppc.org/
1673L: linuxppc-dev@ozlabs.org
1674S: Maintained
1675
1676LINUX FOR POWERPC EMBEDDED MPC52XX
1677P: Sylvain Munaut
1678M: tnt@246tNt.com
1679W: http://www.246tNt.com/mpc52xx/
1680W: http://www.penguinppc.org/
1681L: linuxppc-dev@ozlabs.org
1682L: linuxppc-embedded@ozlabs.org
1683S: Maintained
1684
1685LINUX FOR POWERPC EMBEDDED PPC4XX
1686P: Matt Porter
1687M: mporter@kernel.crashing.org
1688W: http://www.penguinppc.org/
1689L: linuxppc-embedded@ozlabs.org
1690S: Maintained
1691
Tom Rinie93adf12005-07-26 12:49:53 -07001692LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693P: Tom Rini
1694M: trini@kernel.crashing.org
1695W: http://www.penguinppc.org/
1696L: linuxppc-embedded@ozlabs.org
1697S: Maintained
1698
Tom Rinie93adf12005-07-26 12:49:53 -07001699LINUX FOR POWERPC EMBEDDED PPC8XX
1700P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001701M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001702W: http://www.penguinppc.org/
1703L: linuxppc-embedded@ozlabs.org
1704S: Maintained
1705
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1707P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001708M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709W: http://www.penguinppc.org/
1710L: linuxppc-embedded@ozlabs.org
1711S: Maintained
1712
1713LLC (802.2)
1714P: Arnaldo Carvalho de Melo
1715M: acme@conectiva.com.br
1716S: Maintained
1717
1718LINUX FOR 64BIT POWERPC
1719P: Paul Mackerras
1720M: paulus@samba.org
1721M: paulus@au.ibm.com
1722P: Anton Blanchard
1723M: anton@samba.org
1724M: anton@au.ibm.com
1725W: http://linuxppc64.org
Stephen Rothwell1d049812006-03-22 11:26:58 +11001726L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727S: Supported
1728
1729LINUX SECURITY MODULE (LSM) FRAMEWORK
1730P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001731M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001732L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001734T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735S: Supported
1736
1737LM83 HARDWARE MONITOR DRIVER
1738P: Jean Delvare
1739M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001740L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741S: Maintained
1742
1743LM90 HARDWARE MONITOR DRIVER
1744P: Jean Delvare
1745M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001746L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747S: Maintained
1748
1749LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1750P: Richard Russon (FlatCap)
1751M: ldm@flatcap.org
1752L: ldm-devel@lists.sourceforge.net
1753W: http://ldm.sourceforge.net
1754S: Maintained
1755
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001756LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1757P: Eric Moore
1758M: Eric.Moore@lsil.com
1759M: support@lsil.com
1760L: mpt_linux_developer@lsil.com
1761L: linux-scsi@vger.kernel.org
1762W: http://www.lsilogic.com/support
1763S: Supported
1764
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1766P: Matthew Wilcox
1767M: matthew@wil.cx
1768L: linux-scsi@vger.kernel.org
1769S: Maintained
1770
1771M68K ARCHITECTURE
1772P: Geert Uytterhoeven
1773M: geert@linux-m68k.org
1774P: Roman Zippel
1775M: zippel@linux-m68k.org
1776L: linux-m68k@lists.linux-m68k.org
1777W: http://www.linux-m68k.org/
1778W: http://linux-m68k-cvs.ubb.ca/
1779S: Maintained
1780
1781M68K ON APPLE MACINTOSH
1782P: Joshua Thompson
1783M: funaho@jurai.org
1784W: http://www.mac.linux-m68k.org/
1785L: linux-mac68k@mac.linux-m68k.org
1786S: Maintained
1787
1788M68K ON HP9000/300
1789P: Philip Blundell
1790M: philb@gnu.org
1791W: http://www.tazenda.demon.co.uk/phil/linux-hp
1792S: Maintained
1793
1794MARVELL YUKON / SYSKONNECT DRIVER
1795P: Mirko Lindner
1796M: mlindner@syskonnect.de
1797P: Ralph Roesler
1798M: rroesler@syskonnect.de
1799W: http://www.syskonnect.com
1800S: Supported
1801
1802MAESTRO PCI SOUND DRIVERS
1803P: Zach Brown
1804M: zab@zabbo.net
1805S: Odd Fixes
1806
Michael Kerriskfaf16682005-07-31 22:34:47 -07001807MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1808P: Michael Kerrisk
1809M: mtk-manpages@gmx.net
1810W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1811S: Maintained
1812
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001813MARVELL MV643XX ETHERNET DRIVER
1814P: Dale Farnsworth
1815M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001817M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001818L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001819S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820
1821MATROX FRAMEBUFFER DRIVER
1822P: Petr Vandrovec
1823M: vandrove@vc.cvut.cz
1824L: linux-fbdev-devel@lists.sourceforge.net
1825S: Maintained
1826
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001827MEGARAID SCSI DRIVERS
1828P: Neela Syam Kolli
1829M: Neela.Kolli@engenio.com
1830S: linux-scsi@vger.kernel.org
1831W: http://megaraid.lsilogic.com
1832S: Maintained
1833
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834MEMORY TECHNOLOGY DEVICES
1835P: David Woodhouse
1836M: dwmw2@infradead.org
1837W: http://www.linux-mtd.infradead.org/
1838L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001839T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840S: Maintained
1841
1842MICROTEK X6 SCANNER
1843P: Oliver Neukum
1844M: oliver@neukum.name
1845S: Maintained
1846
1847MIPS
1848P: Ralf Baechle
1849M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001850W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001852T: git www.linux-mips.org:/pub/scm/linux.git
1853S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854
1855MISCELLANEOUS MCA-SUPPORT
1856P: James Bottomley
1857M: jejb@steeleye.com
1858L: linux-kernel@vger.kernel.org
1859S: Maintained
1860
1861MODULE SUPPORT
1862P: Rusty Russell
1863M: rusty@rustcorp.com.au
1864L: linux-kernel@vger.kernel.org
1865S: Maintained
1866
1867MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1868P: Stelian Pop
1869M: stelian@popies.net
1870W: http://popies.net/meye/
1871S: Maintained
1872
1873MOUSE AND MISC DEVICES [GENERAL]
1874P: Alessandro Rubini
1875M: rubini@ipvvis.unipv.it
1876L: linux-kernel@vger.kernel.org
1877S: Maintained
1878
1879MTRR AND SIMILAR SUPPORT [i386]
1880P: Richard Gooch
1881M: rgooch@atnf.csiro.au
1882L: linux-kernel@vger.kernel.org
1883W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1884S: Maintained
1885
1886MULTISOUND SOUND DRIVER
1887P: Andrew Veliath
1888M: andrewtv@usa.net
1889S: Maintained
1890
1891NATSEMI ETHERNET DRIVER (DP8381x)
1892P: Tim Hockin
1893M: thockin@hockin.org
1894S: Maintained
1895
1896NCP FILESYSTEM
1897P: Petr Vandrovec
1898M: vandrove@vc.cvut.cz
1899L: linware@sh.cvut.cz
1900S: Maintained
1901
1902NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1903P: James E.J. Bottomley
1904M: James.Bottomley@HansenPartnership.com
1905L: linux-scsi@vger.kernel.org
1906S: Maintained
1907
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07001908NETEM NETWORK EMULATOR
1909P: Stephen Hemminger
1910M: shemminger@osdl.org
1911L: netem@osdl.org
1912S: Maintained
1913
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914NETFILTER/IPTABLES/IPCHAINS
1915P: Rusty Russell
1916P: Marc Boucher
1917P: James Morris
1918P: Harald Welte
1919P: Jozsef Kadlecsik
1920M: coreteam@netfilter.org
1921W: http://www.netfilter.org/
1922W: http://www.iptables.org/
1923L: netfilter@lists.netfilter.org
1924L: netfilter-devel@lists.netfilter.org
1925S: Supported
1926
1927NETROM NETWORK LAYER
1928P: Ralf Baechle
1929M: ralf@linux-mips.org
1930L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001931W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932S: Maintained
1933
1934NETWORK BLOCK DEVICE
1935P: Paul Clements
1936M: Paul.Clements@steeleye.com
1937S: Maintained
1938
1939NETWORK DEVICE DRIVERS
1940P: Andrew Morton
1941M: akpm@osdl.org
1942P: Jeff Garzik
1943M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001944L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001945T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946S: Maintained
1947
1948NETWORKING [GENERAL]
1949P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001950M: netdev@vger.kernel.org
1951L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001952W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953S: Maintained
1954
1955NETWORKING [IPv4/IPv6]
1956P: David S. Miller
1957M: davem@davemloft.net
1958P: Alexey Kuznetsov
1959M: kuznet@ms2.inr.ac.ru
1960P: Pekka Savola (ipv6)
1961M: pekkas@netcore.fi
1962P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001963M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964P: Hideaki YOSHIFUJI
1965M: yoshfuji@linux-ipv6.org
1966P: Patrick McHardy
1967M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001968L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001969T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970S: Maintained
1971
John W. Linville29f8f632006-01-18 14:52:48 -08001972NETWORKING [WIRELESS]
1973P: John W. Linville
1974M: linville@tuxdriver.com
1975L: netdev@vger.kernel.org
1976T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1977S: Maintained
1978
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979IPVS
1980P: Wensong Zhang
1981M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001982P: Simon Horman
1983M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984P: Julian Anastasov
1985M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001986L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987S: Maintained
1988
1989NFS CLIENT
1990P: Trond Myklebust
1991M: trond.myklebust@fys.uio.no
1992L: linux-kernel@vger.kernel.org
1993S: Maintained
1994
1995NI5010 NETWORK DRIVER
1996P: Jan-Pascal van Best and Andreas Mohr
1997M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1998M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07001999L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000S: Maintained
2001
2002NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2003P: YOKOTA Hiroshi
2004M: yokota@netlab.is.tsukuba.ac.jp
2005W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2006S: Maintained
2007
2008NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2009P: GOTO Masanori
2010M: gotom@debian.or.jp
2011P: YOKOTA Hiroshi
2012M: yokota@netlab.is.tsukuba.ac.jp
2013W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2014S: Maintained
2015
2016NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2017P: Eberhard Moenkeberg
2018M: emoenke@gwdg.de
2019L: linux-kernel@vger.kernel.org
2020S: Maintained
2021
2022NTFS FILESYSTEM
2023P: Anton Altaparmakov
2024M: aia21@cantab.net
2025L: linux-ntfs-dev@lists.sourceforge.net
2026L: linux-kernel@vger.kernel.org
2027W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002028T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029S: Maintained
2030
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002031NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2032P: Antonino Daplas
2033M: adaplas@pol.net
2034L: linux-fbdev-devel@lists.sourceforge.net
2035S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036
Mark Fashehccd979b2005-12-15 14:31:24 -08002037ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2038P: Mark Fasheh
2039M: mark.fasheh@oracle.com
2040P: Kurt Hackel
2041M: kurt.hackel@oracle.com
2042L: ocfs2-devel@oss.oracle.com
2043W: http://oss.oracle.com/projects/ocfs2/
2044S: Supported
2045
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046OLYMPIC NETWORK DRIVER
2047P: Peter De Shrijver
2048M: p2@ace.ulyssis.student.kuleuven.ac.be
2049P: Mike Phillips
2050M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002051L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052L: linux-tr@linuxtr.net
2053W: http://www.linuxtr.net
2054S: Maintained
2055
Harald Weltec1986ee2005-11-13 16:06:29 -08002056OMNIKEY CARDMAN 4000 DRIVER
2057P: Harald Welte
2058M: laforge@gnumonks.org
2059S: Maintained
2060
Harald Welte77c44ab2005-11-13 16:06:26 -08002061OMNIKEY CARDMAN 4040 DRIVER
2062P: Harald Welte
2063M: laforge@gnumonks.org
2064S: Maintained
2065
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066ONSTREAM SCSI TAPE DRIVER
2067P: Willem Riede
2068M: osst@riede.org
2069L: osst-users@lists.sourceforge.net
2070L: linux-scsi@vger.kernel.org
2071S: Maintained
2072
2073OPL3-SA2, SA3, and SAx DRIVER
2074P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002075M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076L: linux-sound@vger.kernel.org
2077S: Maintained
2078
2079OPROFILE
2080P: Philippe Elie
2081M: phil.el@wanadoo.fr
2082L: oprofile-list@lists.sf.net
2083S: Maintained
2084
2085ORINOCO DRIVER
2086P: Pavel Roskin
2087M: proski@gnu.org
2088P: David Gibson
2089M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002090L: orinoco-users@lists.sourceforge.net
2091L: orinoco-devel@lists.sourceforge.net
2092W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093S: Maintained
2094
2095PARALLEL PORT SUPPORT
2096P: Phil Blundell
2097M: philb@gnu.org
2098P: Tim Waugh
2099M: tim@cyberelk.net
2100P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101P: Andrea Arcangeli
2102M: andrea@suse.de
2103L: linux-parport@lists.infradead.org
2104W: http://people.redhat.com/twaugh/parport/
2105S: Maintained
2106
2107PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2108P: Tim Waugh
2109M: tim@cyberelk.net
2110L: linux-parport@lists.infradead.org
2111W: http://www.torque.net/linux-pp.html
2112S: Maintained
2113
2114PARISC ARCHITECTURE
2115P: Matthew Wilcox
2116M: matthew@wil.cx
2117P: Grant Grundler
2118M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002119P: Kyle McMartin
2120M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121L: parisc-linux@parisc-linux.org
2122W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002123T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2124T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125S: Maintained
2126
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002127PCI ERROR RECOVERY
2128P: Linas Vepstas
2129M: linas@austin.ibm.com
2130L: linux-kernel@vger.kernel.org
2131L: linux-pci@atrey.karlin.mff.cuni.cz
2132S: Supported
2133
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2135P: Thomas Sailer
2136M: sailer@ife.ee.ethz.ch
2137L: linux-sound@vger.kernel.org
2138W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2139S: Maintained
2140
2141PCI SUBSYSTEM
2142P: Greg Kroah-Hartman
2143M: gregkh@suse.de
2144L: linux-kernel@vger.kernel.org
2145L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002146T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147S: Supported
2148
2149PCI HOTPLUG CORE
2150P: Greg Kroah-Hartman
2151M: gregkh@suse.de
2152S: Supported
2153
2154PCI HOTPLUG COMPAQ DRIVER
2155P: Greg Kroah-Hartman
2156M: greg@kroah.com
2157S: Maintained
2158
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002159PCIE HOTPLUG DRIVER
2160P: Kristen Carlson Accardi
2161M: kristen.c.accardi@intel.com
2162L: pcihpd-discuss@lists.sourceforge.net
2163S: Maintained
2164
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002166P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002168T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002169S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170
2171PCNET32 NETWORK DRIVER
2172P: Thomas Bogendörfer
2173M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002174L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175S: Maintained
2176
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002177PERSONALITY HANDLING
2178P: Christoph Hellwig
2179M: hch@infradead.org
2180L: linux-abi-devel@lists.sourceforge.net
2181S: Maintained
2182
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183PHRAM MTD DRIVER
2184P: Jörn Engel
2185M: joern@wh.fh-wedel.de
2186L: linux-mtd@lists.infradead.org
2187S: Maintained
2188
Peter Osterlund249a6772005-09-27 21:45:30 -07002189PKTCDVD DRIVER
2190P: Peter Osterlund
2191M: petero2@telia.com
2192L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002193S: Maintained
2194
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195POSIX CLOCKS and TIMERS
2196P: George Anzinger
2197M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002198L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199S: Supported
2200
Eugene Surovegin24682972005-10-14 03:00:53 -07002201POWERPC 4xx EMAC DRIVER
2202P: Eugene Surovegin
2203M: ebs@ebshome.net
2204W: http://kernel.ebshome.net/emac/
2205L: linuxppc-embedded@ozlabs.org
2206L: netdev@vger.kernel.org
2207S: Maintained
2208
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209PNP SUPPORT
2210P: Adam Belay
2211M: ambx1@neo.rr.com
2212S: Maintained
2213
2214PPP PROTOCOL DRIVERS AND COMPRESSORS
2215P: Paul Mackerras
2216M: paulus@samba.org
2217L: linux-ppp@vger.kernel.org
2218S: Maintained
2219
2220PPP OVER ATM (RFC 2364)
2221P: Mitchell Blank Jr
2222M: mitch@sfgoth.com
2223S: Maintained
2224
2225PPP OVER ETHERNET
2226P: Michal Ostrowski
2227M: mostrows@speakeasy.net
2228S: Maintained
2229
2230PREEMPTIBLE KERNEL
2231P: Robert Love
2232M: rml@tech9.net
2233L: linux-kernel@vger.kernel.org
2234L: kpreempt-tech@lists.sourceforge.net
2235W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2236S: Supported
2237
2238PRISM54 WIRELESS DRIVER
2239P: Prism54 Development Team
2240M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002241L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242W: http://prism54.org
2243S: Maintained
2244
2245PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2246P: Peter Denison
2247M: promise@pnd-pc.demon.co.uk
2248W: http://www.pnd-pc.demon.co.uk/promise/
2249S: Maintained
2250
2251PXA2xx SUPPORT
2252P: Nicolas Pitre
2253M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002254L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255S: Maintained
2256
2257QLOGIC QLA2XXX FC-SCSI DRIVER
2258P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002259M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260L: linux-scsi@vger.kernel.org
2261S: Supported
2262
2263QNX4 FILESYSTEM
2264P: Anders Larsen
2265M: al@alarsen.net
2266L: linux-kernel@vger.kernel.org
2267W: http://www.alarsen.net/linux/qnx4fs/
2268S: Maintained
2269
2270RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002271P: Benjamin Herrenschmidt
2272M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273L: linux-fbdev-devel@lists.sourceforge.net
2274S: Maintained
2275
2276RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002277P: Paul Mackerras
2278M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279L: linux-fbdev-devel@lists.sourceforge.net
2280S: Maintained
2281
2282RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2283P: Corey Thomas
2284M: corey@world.std.com
2285L: linux-kernel@vger.kernel.org
2286S: Maintained
2287
Matt Mackall9e95ce22005-04-16 15:25:56 -07002288RANDOM NUMBER DRIVER
2289P: Matt Mackall
2290M: mpm@selenic.com
2291S: Maintained
2292
Matt Porter394b7012005-11-07 01:00:15 -08002293RAPIDIO SUBSYSTEM
2294P: Matt Porter
2295M: mporter@kernel.crashing.org
2296L: linux-kernel@vger.kernel.org
2297S: Maintained
2298
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299REAL TIME CLOCK DRIVER
2300P: Paul Gortmaker
2301M: p_gortmaker@yahoo.com
2302L: linux-kernel@vger.kernel.org
2303S: Maintained
2304
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002305REAL TIME CLOCK (RTC) SUBSYSTEM
2306P: Alessandro Zummo
2307M: a.zummo@towertech.it
2308L: linux-kernel@vger.kernel.org
2309S: Maintained
2310
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311REISERFS FILE SYSTEM
2312P: Hans Reiser
2313M: reiserfs-dev@namesys.com
2314L: reiserfs-list@namesys.com
2315W: http://www.namesys.com
2316S: Supported
2317
2318ROCKETPORT DRIVER
2319P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320W: http://www.comtrol.com
2321S: Maintained
2322
2323ROSE NETWORK LAYER
2324P: Ralf Baechle
2325M: ralf@linux-mips.org
2326L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002327W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328S: Maintained
2329
2330RISCOM8 DRIVER
2331S: Orphan
2332
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002333S3 SAVAGE FRAMEBUFFER DRIVER
2334P: Antonino Daplas
2335M: adaplas@pol.net
2336L: linux-fbdev-devel@lists.sourceforge.net
2337S: Maintained
2338
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339S390
2340P: Martin Schwidefsky
2341M: schwidefsky@de.ibm.com
2342M: linux390@de.ibm.com
2343L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002344W: http://www.ibm.com/developerworks/linux/linux390/
2345S: Supported
2346
2347S390 NETWORK DRIVERS
2348P: Frank Pavlic
2349M: fpavlic@de.ibm.com
2350M: linux390@de.ibm.com
2351L: linux-390@vm.marist.edu
2352W: http://www.ibm.com/developerworks/linux/linux390/
2353S: Supported
2354
2355S390 ZFCP DRIVER
2356P: Andreas Herrmann
2357M: aherrman@de.ibm.com
2358M: linux390@de.ibm.com
2359L: linux-390@vm.marist.edu
2360W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361S: Supported
2362
2363SAA7146 VIDEO4LINUX-2 DRIVER
2364P: Michael Hunold
2365M: michael@mihu.de
2366W: http://www.mihu.de/linux/saa7146
2367S: Maintained
2368
2369SBPCD CDROM DRIVER
2370P: Eberhard Moenkeberg
2371M: emoenke@gwdg.de
2372L: linux-kernel@vger.kernel.org
2373S: Maintained
2374
2375SC1200 WDT DRIVER
2376P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002377M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378S: Maintained
2379
2380SCHEDULER
2381P: Ingo Molnar
2382M: mingo@elte.hu
2383P: Robert Love [the preemptible kernel bits]
2384M: rml@tech9.net
2385L: linux-kernel@vger.kernel.org
2386S: Maintained
2387
2388SCSI CDROM DRIVER
2389P: Jens Axboe
2390M: axboe@suse.de
2391L: linux-scsi@vger.kernel.org
2392W: http://www.kernel.dk
2393S: Maintained
2394
2395SCSI SG DRIVER
2396P: Doug Gilbert
2397M: dgilbert@interlog.com
2398L: linux-scsi@vger.kernel.org
2399W: http://www.torque.net/sg
2400S: Maintained
2401
2402SCSI SUBSYSTEM
2403P: James E.J. Bottomley
2404M: James.Bottomley@SteelEye.com
2405L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002406T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002407S: Maintained
2408
2409SCSI TAPE DRIVER
2410P: Kai Mäkisara
2411M: Kai.Makisara@kolumbus.fi
2412L: linux-scsi@vger.kernel.org
2413S: Maintained
2414
2415SCTP PROTOCOL
2416P: Sridhar Samudrala
2417M: sri@us.ibm.com
2418L: lksctp-developers@lists.sourceforge.net
2419S: Supported
2420
2421SCx200 CPU SUPPORT
2422P: Christer Weinigel
2423M: christer@weinigel.se
2424W: http://www.weinigel.se
2425S: Supported
2426
2427SECURITY CONTACT
2428P: Security Officers
2429M: security@kernel.org
2430S: Supported
2431
2432SELINUX SECURITY MODULE
2433P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002434M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002435P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002436M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437L: linux-kernel@vger.kernel.org (kernel issues)
2438L: selinux@tycho.nsa.gov (general discussion)
2439W: http://www.nsa.gov/selinux
2440S: Supported
2441
2442SERIAL ATA (SATA) SUBSYSTEM:
2443P: Jeff Garzik
2444M: jgarzik@pobox.com
2445L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002446T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447S: Supported
2448
2449SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2450P: Pat Gefre
2451M: pfg@sgi.com
2452L: linux-ia64@vger.kernel.org
2453S: Supported
2454
2455SGI VISUAL WORKSTATION 320 AND 540
2456P: Andrey Panin
2457M: pazke@donpac.ru
2458L: linux-visws-devel@lists.sf.net
2459W: http://linux-visws.sf.net
2460S: Maintained for 2.6.
2461
2462SIMTEC EB110ATX (Chalice CATS)
2463P: Ben Dooks
2464P: Vincent Sanders
2465M: support@simtec.co.uk
2466W: http://www.simtec.co.uk/products/EB110ATX/
2467S: Supported
2468
2469SIMTEC EB2410ITX (BAST)
2470P: Ben Dooks
2471P: Vincent Sanders
2472M: support@simtec.co.uk
2473W: http://www.simtec.co.uk/products/EB2410ITX/
2474S: Supported
2475
Francois Romieu92aab3c2005-07-30 13:11:18 +02002476SIS 190 ETHERNET DRIVER
2477P: Francois Romieu
2478M: romieu@fr.zoreil.com
2479L: netdev@vger.kernel.org
2480S: Maintained
2481
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482SIS 5513 IDE CONTROLLER DRIVER
2483P: Lionel Bouton
2484M: Lionel.Bouton@inet6.fr
2485W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2486W: http://gyver.homeip.net/sis5513/index.html
2487S: Maintained
2488
2489SIS 900/7016 FAST ETHERNET DRIVER
2490P: Daniele Venzano
2491M: venza@brownhat.org
2492W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002493L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494S: Maintained
2495
2496SIS FRAMEBUFFER DRIVER
2497P: Thomas Winischhofer
2498M: thomas@winischhofer.net
2499W: http://www.winischhofer.net/linuxsisvga.shtml
2500S: Maintained
2501
2502SIS USB2VGA DRIVER
2503P: Thomas Winischhofer
2504M: thomas@winischhofer.net
2505W: http://www.winischhofer.at/linuxsisusbvga.shtml
2506S: Maintained
2507
2508SMSC47M1 HARDWARE MONITOR DRIVER
2509P: Jean Delvare
2510M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002511L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512S: Odd Fixes
2513
2514SMB FILESYSTEM
2515P: Urban Widmark
2516M: urban@teststation.com
2517W: http://samba.org/
2518L: samba@samba.org
2519S: Maintained
2520
2521SMC91x ETHERNET DRIVER
2522P: Nicolas Pitre
2523M: nico@cam.org
2524S: Maintained
2525
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526SOFTWARE RAID (Multiple Disks) SUPPORT
2527P: Ingo Molnar
2528M: mingo@redhat.com
2529P: Neil Brown
2530M: neilb@cse.unsw.edu.au
2531L: linux-raid@vger.kernel.org
2532S: Maintained
2533
2534SOFTWARE SUSPEND:
2535P: Pavel Machek
2536M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002537L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538S: Maintained
2539
2540SONIC NETWORK DRIVER
2541P: Thomas Bogendoerfer
2542M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002543L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544S: Maintained
2545
2546SONY VAIO CONTROL DEVICE DRIVER
2547P: Stelian Pop
2548M: stelian@popies.net
2549W: http://popies.net/sonypi/
2550S: Maintained
2551
2552SOUND
2553P: Jaroslav Kysela
2554M: perex@suse.cz
2555L: alsa-devel@alsa-project.org
2556S: Maintained
2557
Kumar Gala025c3982006-04-02 16:05:54 -05002558SPI SUBSYSTEM
2559P: David Brownell
2560M: dbrownell@users.sourceforge.net
2561L: spi-devel-general@lists.sourceforge.net
2562S: Maintained
2563
Kylene Hall1c72d462005-05-01 08:59:13 -07002564TPM DEVICE DRIVER
2565P: Kylene Hall
2566M: kjhall@us.ibm.com
2567W: http://tpmdd.sourceforge.net
2568L: tpmdd-devel@lists.sourceforge.net
2569S: Maintained
2570
Mark Gross1a80ba82005-10-30 15:02:55 -08002571Telecom Clock Driver for MCPL0010
2572P: Mark Gross
2573M: mark.gross@intel.com
2574S: Supported
2575
Chris Zankel48b415c2005-06-23 22:01:07 -07002576TENSILICA XTENSA PORT (xtensa):
2577P: Chris Zankel
2578M: chris@zankel.net
2579S: Maintained
2580
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581UltraSPARC (sparc64):
2582P: David S. Miller
2583M: davem@davemloft.net
2584P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002585M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586P: Jakub Jelinek
2587M: jj@sunsite.ms.mff.cuni.cz
2588P: Anton Blanchard
2589M: anton@samba.org
2590L: sparclinux@vger.kernel.org
2591L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002592T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593S: Maintained
2594
2595SHARP LH SUPPORT (LH7952X & LH7A40X)
2596P: Marc Singer
2597M: elf@buici.com
2598W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002599L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002600S: Maintained
2601
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002602SHPC HOTPLUG DRIVER
2603P: Kristen Carlson Accardi
2604M: kristen.c.accardi@intel.com
2605L: pcihpd-discuss@lists.sourceforge.net
2606S: Maintained
2607
Pierre Ossmand129bce2006-03-24 03:18:17 -08002608SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2609P: Pierre Ossman
2610M: drzeus-sdhci@drzeus.cx
2611L: sdhci-devel@list.drzeus.cx
2612W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2613S: Maintained
2614
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002615SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2616P: Stephen Hemminger
2617M: shemminger@osdl.org
2618L: netdev@vger.kernel.org
2619S: Maintained
2620
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621SPARC (sparc32):
2622P: William L. Irwin
2623M: wli@holomorphy.com
2624L: sparclinux@vger.kernel.org
2625S: Maintained
2626
2627SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2628P: Roger Wolff
2629M: R.E.Wolff@BitWizard.nl
2630L: linux-kernel@vger.kernel.org ?
2631S: Supported
2632
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633SRM (Alpha) environment access
2634P: Jan-Benedict Glaw
2635M: jbglaw@lug-owl.de
2636L: linux-kernel@vger.kernel.org
2637S: Maintained
2638
2639STARFIRE/DURALAN NETWORK DRIVER
2640P: Ion Badulescu
2641M: ionut@cs.columbia.edu
2642S: Maintained
2643
2644STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2645W: http://mosquitonet.Stanford.EDU/strip.html
2646S: Unsupported ?
2647
2648STRADIS MPEG-2 DECODER DRIVER
2649P: Nathan Laredo
2650M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651W: http://www.stradis.com/
2652S: Maintained
2653
2654SUPERH (sh)
2655P: Paul Mundt
2656M: lethal@linux-sh.org
2657P: Kazumoto Kojima
2658M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002659L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660W: http://www.linux-sh.org
2661W: http://www.m17n.org/linux-sh/
2662W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2663S: Maintained
2664
2665SUPERH64 (sh64)
2666P: Paul Mundt
2667M: lethal@linux-sh.org
2668P: Richard Curnow
2669M: rc@rc0.org.uk
2670L: linuxsh-shmedia-dev@lists.sourceforge.net
2671W: http://www.linux-sh.org
2672W: http://www.rc0.org.uk/sh64
2673S: Maintained
2674
2675SUN3/3X
2676P: Sam Creasey
2677M: sammy@sammy.net
2678L: sun3-list@redhat.com
2679W: http://sammy.net/sun3/
2680S: Maintained
2681
2682SVGA HANDLING
2683P: Martin Mares
2684M: mj@ucw.cz
2685L: linux-video@atrey.karlin.mff.cuni.cz
2686S: Maintained
2687
2688SYSV FILESYSTEM
2689P: Christoph Hellwig
2690M: hch@infradead.org
2691S: Maintained
2692
2693TI PARALLEL LINK CABLE DRIVER
2694P: Romain Lievin
2695M: roms@lpg.ticalc.org
2696S: Maintained
2697
Per Lidene86eaa32006-01-12 16:45:18 +01002698TIPC NETWORK LAYER
2699P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002700M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002701P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002702M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002703P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002704M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002705L: tipc-discussion@lists.sourceforge.net
2706W: http://tipc.sourceforge.net/
2707W: http://tipc.cslab.ericsson.net/
2708T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2709S: Maintained
2710
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711TLAN NETWORK DRIVER
2712P: Samuel Chessman
2713M: chessman@tux.org
2714L: tlan-devel@lists.sourceforge.net
2715W: http://sourceforge.net/projects/tlan/
2716S: Maintained
2717
2718TOKEN-RING NETWORK DRIVER
2719P: Mike Phillips
2720M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002721L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722L: linux-tr@linuxtr.net
2723W: http://www.linuxtr.net
2724S: Maintained
2725
2726TOSHIBA ACPI EXTRAS DRIVER
2727P: John Belmonte
2728M: toshiba_acpi@memebeam.org
2729W: http://memebeam.org/toys/ToshibaAcpiDriver
2730S: Maintained
2731
2732TOSHIBA SMM DRIVER
2733P: Jonathan Buzzard
2734M: jonathan@buzzard.org.uk
2735L: tlinux-users@tce.toshiba-dme.co.jp
2736W: http://www.buzzard.org.uk/toshiba/
2737S: Maintained
2738
2739TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2740P: Muli Ben-Yehuda
2741M: mulix@mulix.org
2742L: linux-kernel@vger.kernel.org
2743S: Maintained
2744
2745TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002746P: Adrian Bunk
2747M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002749W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002750T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751S: Maintained
2752
2753TMS380 TOKEN-RING NETWORK DRIVER
2754P: Adam Fritzler
2755M: mid@auk.cx
2756L: linux-tr@linuxtr.net
2757W: http://www.auk.cx/tms380tr/
2758S: Maintained
2759
2760TULIP NETWORK DRIVER
2761P: Jeff Garzik
2762M: jgarzik@pobox.com
2763L: tulip-users@lists.sourceforge.net
2764W: http://sourceforge.net/projects/tulip/
2765S: Maintained
2766
2767TUN/TAP driver
2768P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002769M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770L: vtun@office.satix.net
2771W: http://vtun.sourceforge.net/tun
2772S: Maintained
2773
2774U14-34F SCSI DRIVER
2775P: Dario Ballabio
2776M: ballabio_dario@emc.com
2777L: linux-scsi@vger.kernel.org
2778S: Maintained
2779
2780UDF FILESYSTEM
2781P: Ben Fennema
2782M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783W: http://linux-udf.sourceforge.net
2784S: Maintained
2785
2786UNIFORM CDROM DRIVER
2787P: Jens Axboe
2788M: axboe@suse.de
2789L: linux-kernel@vger.kernel.org
2790W: http://www.kernel.dk
2791S: Maintained
2792
2793USB ACM DRIVER
2794P: Oliver Neukum
2795M: oliver@neukum.name
2796L: linux-usb-users@lists.sourceforge.net
2797L: linux-usb-devel@lists.sourceforge.net
2798S: Maintained
2799
2800USB BLOCK DRIVER (UB ub)
2801P: Pete Zaitcev
2802M: zaitcev@redhat.com
2803L: linux-kernel@vger.kernel.org
2804L: linux-usb-devel@lists.sourceforge.net
2805S: Supported
2806
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807USB CDC ETHERNET DRIVER
2808P: Greg Kroah-Hartman
2809M: greg@kroah.com
2810L: linux-usb-users@lists.sourceforge.net
2811L: linux-usb-devel@lists.sourceforge.net
2812S: Maintained
2813W: http://www.kroah.com/linux-usb/
2814
2815USB EHCI DRIVER
2816P: David Brownell
2817M: dbrownell@users.sourceforge.net
2818L: linux-usb-devel@lists.sourceforge.net
2819S: Maintained
2820
Luca Risolia7ce08c92006-01-11 02:06:59 +00002821USB ET61X[12]51 DRIVER
2822P: Luca Risolia
2823M: luca.risolia@studio.unibo.it
2824L: linux-usb-devel@lists.sourceforge.net
2825L: video4linux-list@redhat.com
2826W: http://www.linux-projects.org
2827S: Maintained
2828
Linus Torvalds1da177e2005-04-16 15:20:36 -07002829USB HID/HIDBP DRIVERS
2830P: Vojtech Pavlik
2831M: vojtech@suse.cz
2832L: linux-usb-users@lists.sourceforge.net
2833L: linux-usb-devel@lists.sourceforge.net
2834S: Maintained
2835
2836USB HUB DRIVER
2837P: Johannes Erdfelt
2838M: johannes@erdfelt.com
2839L: linux-usb-users@lists.sourceforge.net
2840L: linux-usb-devel@lists.sourceforge.net
2841S: Maintained
2842
Olav Kongas959eea22005-11-03 17:38:14 +02002843USB ISP116X DRIVER
2844P: Olav Kongas
2845M: ok@artecdesign.ee
2846L: linux-usb-devel@lists.sourceforge.net
2847S: Maintained
2848
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849USB KAWASAKI LSI DRIVER
2850P: Oliver Neukum
2851M: oliver@neukum.name
2852L: linux-usb-users@lists.sourceforge.net
2853L: linux-usb-devel@lists.sourceforge.net
2854S: Maintained
2855
2856USB MASS STORAGE DRIVER
2857P: Matthew Dharm
2858M: mdharm-usb@one-eyed-alien.net
2859L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002860L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861S: Maintained
2862W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2863
2864USB OHCI DRIVER
2865P: Roman Weissgaerber
2866M: weissg@vienna.at
2867L: linux-usb-users@lists.sourceforge.net
2868L: linux-usb-devel@lists.sourceforge.net
2869S: Maintained
2870
Matthias Urlichsba460e42005-07-14 00:33:47 -07002871USB OPTION-CARD DRIVER
2872P: Matthias Urlichs
2873M: smurf@smurf.noris.de
2874L: linux-usb-devel@lists.sourceforge.net
2875S: Maintained
2876
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877USB OV511 DRIVER
2878P: Mark McClelland
2879M: mmcclell@bigfoot.com
2880L: linux-usb-users@lists.sourceforge.net
2881L: linux-usb-devel@lists.sourceforge.net
2882W: http://alpha.dyndns.org/ov511/
2883S: Maintained
2884
2885USB PEGASUS DRIVER
2886P: Petko Manolov
2887M: petkan@users.sourceforge.net
2888L: linux-usb-users@lists.sourceforge.net
2889L: linux-usb-devel@lists.sourceforge.net
2890W: http://pegasus2.sourceforge.net/
2891S: Maintained
2892
2893USB PRINTER DRIVER
2894P: Vojtech Pavlik
2895M: vojtech@suse.cz
2896L: linux-usb-users@lists.sourceforge.net
2897L: linux-usb-devel@lists.sourceforge.net
2898S: Maintained
2899
2900USB RTL8150 DRIVER
2901P: Petko Manolov
2902M: petkan@users.sourceforge.net
2903L: linux-usb-users@lists.sourceforge.net
2904L: linux-usb-devel@lists.sourceforge.net
2905W: http://pegasus2.sourceforge.net/
2906S: Maintained
2907
2908USB SE401 DRIVER
2909P: Jeroen Vreeken
2910M: pe1rxq@amsat.org
2911L: linux-usb-users@lists.sourceforge.net
2912L: linux-usb-devel@lists.sourceforge.net
2913W: http://www.chello.nl/~j.vreeken/se401/
2914S: Maintained
2915
2916USB SERIAL CYBERJACK DRIVER
2917P: Matthias Bruestle and Harald Welte
2918M: support@reiner-sct.com
2919W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2920S: Maintained
2921
2922USB SERIAL DIGI ACCELEPORT DRIVER
2923P: Peter Berger and Al Borchers
2924M: pberger@brimson.com
2925M: alborchers@steinerpoint.com
2926L: linux-usb-users@lists.sourceforge.net
2927L: linux-usb-devel@lists.sourceforge.net
2928S: Maintained
2929
2930USB SERIAL DRIVER
2931P: Greg Kroah-Hartman
2932M: gregkh@suse.de
2933L: linux-usb-users@lists.sourceforge.net
2934L: linux-usb-devel@lists.sourceforge.net
2935S: Supported
2936
2937USB SERIAL BELKIN F5U103 DRIVER
2938P: William Greathouse
2939M: wgreathouse@smva.com
2940L: linux-usb-users@lists.sourceforge.net
2941L: linux-usb-devel@lists.sourceforge.net
2942S: Maintained
2943
2944USB SERIAL CYPRESS M8 DRIVER
2945P: Lonnie Mendez
2946M: dignome@gmail.com
2947L: linux-usb-users@lists.sourceforge.net
2948L: linux-usb-devel@lists.sourceforge.net
2949S: Maintained
2950W: http://geocities.com/i0xox0i
2951W: http://firstlight.net/cvs
2952
2953USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2954L: linux-usb-users@lists.sourceforge.net
2955L: linux-usb-devel@lists.sourceforge.net
2956S: Maintained
2957
2958USB AUERSWALD DRIVER
2959P: Wolfgang Muees
2960M: wolfgang@iksw-muees.de
2961L: linux-usb-users@lists.sourceforge.net
2962L: linux-usb-devel@lists.sourceforge.net
2963S: Maintained
2964
2965USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2966P: Gary Brubaker
2967M: xavyer@ix.netcom.com
2968L: linux-usb-users@lists.sourceforge.net
2969L: linux-usb-devel@lists.sourceforge.net
2970S: Maintained
2971
2972USB SERIAL KEYSPAN DRIVER
2973P: Greg Kroah-Hartman
2974M: greg@kroah.com
2975L: linux-usb-users@lists.sourceforge.net
2976L: linux-usb-devel@lists.sourceforge.net
2977W: http://www.kroah.com/linux/
2978S: Maintained
2979
2980USB SERIAL WHITEHEAT DRIVER
2981P: Stuart MacDonald
2982M: stuartm@connecttech.com
2983L: linux-usb-users@lists.sourceforge.net
2984L: linux-usb-devel@lists.sourceforge.net
2985W: http://www.connecttech.com
2986S: Supported
2987
2988USB SN9C10x DRIVER
2989P: Luca Risolia
2990M: luca.risolia@studio.unibo.it
2991L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002992L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993W: http://www.linux-projects.org
2994S: Maintained
2995
2996USB SUBSYSTEM
2997P: Greg Kroah-Hartman
2998M: gregkh@suse.de
2999L: linux-usb-users@lists.sourceforge.net
3000L: linux-usb-devel@lists.sourceforge.net
3001W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003002T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003S: Supported
3004
3005USB UHCI DRIVER
3006P: Alan Stern
3007M: stern@rowland.harvard.edu
3008L: linux-usb-users@lists.sourceforge.net
3009L: linux-usb-devel@lists.sourceforge.net
3010S: Maintained
3011
3012USB "USBNET" DRIVER
3013P: David Brownell
3014M: dbrownell@users.sourceforge.net
3015L: linux-usb-devel@lists.sourceforge.net
3016S: Maintained
3017
3018USB W996[87]CF DRIVER
3019P: Luca Risolia
3020M: luca.risolia@studio.unibo.it
3021L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003022L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023W: http://www.linux-projects.org
3024S: Maintained
3025
Luca Risolia60f78052006-02-06 16:29:35 +00003026USB ZC0301 DRIVER
3027P: Luca Risolia
3028M: luca.risolia@studio.unibo.it
3029L: linux-usb-devel@lists.sourceforge.net
3030L: video4linux-list@redhat.com
3031W: http://www.linux-projects.org
3032S: Maintained
3033
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034USB ZD1201 DRIVER
3035P: Jeroen Vreeken
3036M: pe1rxq@amsat.org
3037L: linux-usb-users@lists.sourceforge.net
3038L: linux-usb-devel@lists.sourceforge.net
3039W: http://linux-lc100020.sourceforge.net
3040S: Maintained
3041
3042USER-MODE LINUX
3043P: Jeff Dike
3044M: jdike@karaya.com
3045L: user-mode-linux-devel@lists.sourceforge.net
3046L: user-mode-linux-user@lists.sourceforge.net
3047W: http://user-mode-linux.sourceforge.net
3048S: Maintained
3049
3050FAT/VFAT/MSDOS FILESYSTEM:
3051P: OGAWA Hirofumi
3052M: hirofumi@mail.parknet.co.jp
3053L: linux-kernel@vger.kernel.org
3054S: Maintained
3055
3056VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3057P: Jeff Garzik
3058S: Odd fixes
3059
3060VIA RHINE NETWORK DRIVER
3061P: Roger Luethi
3062M: rl@hellgate.ch
3063S: Maintained
3064
Jean Delvare32c0a522005-09-22 21:47:58 +02003065VIAPRO SMBUS DRIVER
3066P: Jean Delvare
3067M: khali@linux-fr.org
3068L: lm-sensors@lm-sensors.org
3069S: Maintained
3070
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071UCLINUX (AND M68KNOMMU)
3072P: Greg Ungerer
3073M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003075L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076S: Maintained
3077
3078UCLINUX FOR NEC V850
3079P: Miles Bader
3080M: uclinux-v850@lsi.nec.co.jp
3081W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3082W: http://www.ee.nec.de/uclinux/
3083S: Supported
3084
3085UCLINUX FOR RENESAS H8/300
3086P: Yoshinori Sato
3087M: ysato@users.sourceforge.jp
3088W: http://uclinux-h8.sourceforge.jp/
3089S: Supported
3090
3091USB DIAMOND RIO500 DRIVER
3092P: Cesar Miquel
3093M: miquel@df.uba.ar
3094L: rio500-users@lists.sourceforge.net
3095W: http://rio500.sourceforge.net
3096S: Maintained
3097
3098VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003099P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003100M: mchehab@infradead.org
3101M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003103W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003104T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003105S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106
Roger Lucas1de9e372005-11-26 20:20:05 +01003107VT8231 HARDWARE MONITOR DRIVER
3108P: Roger Lucas
3109M: roger@planbit.co.uk
3110L: lm-sensors@lm-sensors.org
3111S: Maintained
3112
Linus Torvalds1da177e2005-04-16 15:20:36 -07003113W1 DALLAS'S 1-WIRE BUS
3114P: Evgeniy Polyakov
3115M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003116L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117S: Maintained
3118
3119W83L51xD SD/MMC CARD INTERFACE DRIVER
3120P: Pierre Ossman
3121M: drzeus-wbsd@drzeus.cx
3122L: wbsd-devel@list.drzeus.cx
3123W: http://projects.drzeus.cx/wbsd
3124S: Maintained
3125
3126W83L785TS HARDWARE MONITOR DRIVER
3127P: Jean Delvare
3128M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003129L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130S: Odd Fixes
3131
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003132WATCHDOG DEVICE DRIVERS
3133P: Wim Van Sebroeck
3134M: wim@iguana.be
3135T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3136S: Maintained
3137
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3139P: Jean Tourrilhes
3140M: jt@hpl.hp.com
3141W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3142S: Maintained
3143
3144WD7000 SCSI DRIVER
3145P: Miroslav Zagorac
3146M: zaga@fly.cc.fer.hr
3147L: linux-scsi@vger.kernel.org
3148S: Maintained
3149
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003150WISTRON LAPTOP BUTTON DRIVER
3151P: Miloslav Trmac
3152M: mitr@volny.cz
3153S: Maintained
3154
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155WL3501 WIRELESS PCMCIA CARD DRIVER
3156P: Arnaldo Carvalho de Melo
3157M: acme@conectiva.com.br
3158W: http://advogato.org/person/acme
3159S: Maintained
3160
3161X.25 NETWORK LAYER
3162P: Henner Eisen
3163M: eis@baty.hanse.de
3164L: linux-x25@vger.kernel.org
3165S: Maintained
3166
3167XFS FILESYSTEM
3168P: Silicon Graphics Inc
3169M: xfs-masters@oss.sgi.com
3170M: nathans@sgi.com
3171L: linux-xfs@oss.sgi.com
3172W: http://oss.sgi.com/projects/xfs
3173S: Supported
3174
3175X86 3-LEVEL PAGING (PAE) SUPPORT
3176P: Ingo Molnar
3177M: mingo@redhat.com
3178S: Maintained
3179
3180X86-64 port
3181P: Andi Kleen
3182M: ak@suse.de
3183L: discuss@x86-64.org
3184W: http://www.x86-64.org
3185S: Maintained
3186
3187YAM DRIVER FOR AX.25
3188P: Jean-Paul Roubelat
3189M: jpr@f6fbb.org
3190L: linux-hams@vger.kernel.org
3191S: Maintained
3192
Henkaf64a5e2005-10-12 15:02:56 +02003193YEALINK PHONE DRIVER
3194P: Henk Vergonet
3195M: Henk.Vergonet@gmail.com
3196L: usbb2k-api-dev@nongnu.org
3197S: Maintained
3198
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3200P: Pete Zaitcev
3201M: zaitcev@yahoo.com
3202L: linux-kernel@vger.kernel.org
3203S: Obsolete
3204
3205Z8530 DRIVER FOR AX.25
3206P: Joerg Reuter
3207M: jreuter@yaina.de
3208W: http://yaina.de/jreuter/
3209W: http://www.qsl.net/dl1bke/
3210L: linux-hams@vger.kernel.org
3211S: Maintained
3212
3213ZF MACHZ WATCHDOG
3214P: Fernando Fuganti
3215M: fuganti@netbank.com.br
3216W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3217S: Maintained
3218
3219ZR36067 VIDEO FOR LINUX DRIVER
3220P: Ronald Bultje
3221M: rbultje@ronald.bitfreak.net
3222L: mjpeg-users@lists.sourceforge.net
3223W: http://mjpeg.sourceforge.net/driver-zoran/
3224S: Maintained
3225
3226ZR36120 VIDEO FOR LINUX DRIVER
3227P: Pauline Middelink
3228M: middelin@polyware.nl
3229W: http://www.polyware.nl/~middelin/En/hobbies.html
3230W: http://www.polyware.nl/~middelin/hobbies.html
3231S: Maintained
3232
3233THE REST
3234P: Linus Torvalds
3235S: Buried alive in reporters