blob: 328da34a7de241dfa399405d99410422d76c138f [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
Steven Whitehouse5be7b502006-04-28 11:27:32 -0400831DISTRIBUTED LOCK MANAGER
832P: Patrick Caulfield
833M: pcaulfie@redhat.com
834P: David Teigland
835M: teigland@redhat.com
836L: linux-cluster@redhat.com
837W: http://sources.redhat.com/cluster/
838T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
839S: Supported
840
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
842P: Tobias Ringstrom
843M: tori@unhappy.mine.nu
844L: linux-kernel@vger.kernel.org
845S: Maintained
846
Martin Waitzba483d52005-06-17 13:20:59 -0700847DOCBOOK FOR DOCUMENTATION
848P: Martin Waitz
849M: tali@admingilde.org
Martin Waitz061350e2006-01-09 20:53:53 -0800850T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700851S: Maintained
852
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853DOUBLETALK DRIVER
854P: James R. Van Zandt
855M: jrv@vanzandt.mv.com
856L: blinux-list@redhat.com
857S: Maintained
858
859DRIVER CORE, KOBJECTS, AND SYSFS
860P: Greg Kroah-Hartman
861M: gregkh@suse.de
862L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800863T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864S: Supported
865
866DRM DRIVERS
867P: David Airlie
868M: airlied@linux.ie
869L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800870T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871S: Maintained
872
873DSCC4 DRIVER
874P: François Romieu
875M: romieu@cogenit.fr
876M: romieu@ensta.fr
877S: Maintained
878
879DVB SUBSYSTEM AND DRIVERS
880P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200881M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200883W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200884T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200885S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886
887EATA-DMA SCSI DRIVER
888P: Michael Neuffer
889L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
890S: Maintained
891
892EATA ISA/EISA/PCI SCSI DRIVER
893P: Dario Ballabio
894M: ballabio_dario@emc.com
895L: linux-scsi@vger.kernel.org
896S: Maintained
897
898EATA-PIO SCSI DRIVER
899P: Michael Neuffer
900M: mike@i-Connect.Net
901L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
902S: Maintained
903
904EBTABLES
905P: Bart De Schuymer
906M: bart.de.schuymer@pandora.be
907L: ebtables-user@lists.sourceforge.net
908L: ebtables-devel@lists.sourceforge.net
909W: http://ebtables.sourceforge.net/
910S: Maintained
911
Alan Coxda9bb1d2006-01-18 17:44:13 -0800912EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800913P: Doug Thompson
914M: norsk5@xmission.com, dthompson@linuxnetworx.com
915P: Dave Peterson
916M: dsp@llnl.gov, dave_peterson@pobox.com
917L: bluesmoke-devel@lists.sourceforge.net
918W: bluesmoke.sourceforge.net
919S: Maintained
920
921EDAC-E752X
922P: Dave Peterson
923M: dsp@llnl.gov, dave_peterson@pobox.com
924L: bluesmoke-devel@lists.sourceforge.net
925W: bluesmoke.sourceforge.net
926S: Maintained
927
928EDAC-E7XXX
929P: Dave Peterson
930M: dsp@llnl.gov, dave_peterson@pobox.com
931L: bluesmoke-devel@lists.sourceforge.net
932W: bluesmoke.sourceforge.net
933S: Maintained
934
935EDAC-R82600
936P: Tim Small
937M: tim@buttersideup.com
938L: bluesmoke-devel@lists.sourceforge.net
939W: bluesmoke.sourceforge.net
940S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800941
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942EEPRO100 NETWORK DRIVER
943P: Andrey V. Savochkin
944M: saw@saw.sw.com.sg
945S: Maintained
946
947EMU10K1 SOUND DRIVER
948P: James Courtier-Dutton
949M: James@superbug.demon.co.uk
950L: emu10k1-devel@lists.sourceforge.net
951W: http://sourceforge.net/projects/emu10k1/
952S: Maintained
953
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400954EMULEX LPFC FC SCSI DRIVER
955P: James Smart
956M: james.smart@emulex.com
957L: linux-scsi@vger.kernel.org
958W: http://sourceforge.net/projects/lpfcxxxx
959S: Supported
960
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961EPSON 1355 FRAMEBUFFER DRIVER
962P: Christopher Hoover
963M: ch@murgatroid.com, ch@hpl.hp.com
964S: Maintained
965
966ETHEREXPRESS-16 NETWORK DRIVER
967P: Philip Blundell
968M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700969L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970S: Maintained
971
972ETHERNET BRIDGE
973P: Stephen Hemminger
974M: shemminger@osdl.org
975L: bridge@osdl.org
976W: http://bridge.sourceforge.net/
977S: Maintained
978
979ETHERTEAM 16I DRIVER
980P: Mika Kuoppala
981M: miku@iki.fi
982S: Maintained
983
984EXT2 FILE SYSTEM
985L: ext2-devel@lists.sourceforge.net
986S: Maintained
987
988EXT3 FILE SYSTEM
989P: Stephen Tweedie, Andrew Morton
990M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -0700991L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992S: Maintained
993
Jean Delvaree53004e2006-01-09 23:26:14 +0100994F71805F HARDWARE MONITORING DRIVER
995P: Jean Delvare
996M: khali@linux-fr.org
997L: lm-sensors@lm-sensors.org
998S: Maintained
999
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000FARSYNC SYNCHRONOUS DRIVER
1001P: Kevin Curtis
1002M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003W: http://www.farsite.co.uk/
1004S: Supported
1005
1006FRAMEBUFFER LAYER
1007P: Antonino Daplas
1008M: adaplas@pol.net
1009L: linux-fbdev-devel@lists.sourceforge.net
1010W: http://linux-fbdev.sourceforge.net/
1011S: Maintained
1012
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001013FREESCALE SOC FS_ENET DRIVER
1014P: Pantelis Antoniou
1015M: pantelis.antoniou@gmail.com
1016P: Vitaly Bordug
1017M: vbordug@ru.mvista.com
1018L: linuxppc-embedded@ozlabs.org
1019L: netdev@vger.kernel.org
1020S: Maintained
1021
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022FILE LOCKING (flock() and fcntl()/lockf())
1023P: Matthew Wilcox
1024M: matthew@wil.cx
1025L: linux-fsdevel@vger.kernel.org
1026S: Maintained
1027
1028FILESYSTEMS (VFS and infrastructure)
1029P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001030M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001031S: Maintained
1032
1033FIRMWARE LOADER (request_firmware)
1034L: linux-kernel@vger.kernel.org
1035S: Orphan
1036
1037FPU EMULATOR
1038P: Bill Metzenthen
1039M: billm@suburbia.net
1040W: http://suburbia.net/~billm/floating-point/emulator/
1041S: Maintained
1042
1043FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1044P: Mike McLagan
1045M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001046L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047S: Maintained
1048
1049FREEVXFS FILESYSTEM
1050P: Christoph Hellwig
1051M: hch@infradead.org
1052W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1053S: Maintained
1054
1055FUJITSU FR-V PORT
1056P: David Howells
1057M: dhowells@redhat.com
1058S: Maintained
1059
1060FTAPE/QIC-117
1061L: linux-tape@vger.kernel.org
1062W: http://sourceforge.net/projects/ftape
1063S: Orphan
1064
Miklos Szeredi04578f12005-09-09 13:10:22 -07001065FUSE: FILESYSTEM IN USERSPACE
1066P: Miklos Szeredi
1067M: miklos@szeredi.hu
1068L: fuse-devel@lists.sourceforge.net
1069W: http://fuse.sourceforge.net/
1070S: Maintained
1071
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1073P: Rik Faith
1074M: faith@cs.unc.edu
1075L: linux-scsi@vger.kernel.org
1076S: Odd fixes (e.g., new signatures)
1077
1078GDT SCSI DISK ARRAY CONTROLLER DRIVER
1079P: Achim Leubner
1080M: achim_leubner@adaptec.com
1081L: linux-scsi@vger.kernel.org
1082W: http://www.icp-vortex.com/
1083S: Supported
1084
1085GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1086P: Krzysztof Halasa
1087M: khc@pm.waw.pl
1088W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1089S: Maintained
1090
Steven Whitehouse5be7b502006-04-28 11:27:32 -04001091GFS2 FILE SYSTEM
1092P: Steven Whitehouse
1093M: swhiteho@redhat.com
1094L: linux-cluster@redhat.com
1095W: http://sources.redhat.com/cluster/
1096T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
1097S: Supported
1098
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001099GIGASET ISDN DRIVERS
1100P: Hansjoerg Lipp
1101M: hjlipp@web.de
1102P: Tilman Schmidt
1103M: tilman@imap.cc
1104L: gigaset307x-common@lists.sourceforge.net
1105W: http://gigaset307x.sourceforge.net/
1106S: Maintained
1107
Jean Delvare5b543962005-08-15 19:51:02 +02001108HARDWARE MONITORING
1109P: Jean Delvare
1110M: khali@linux-fr.org
1111L: lm-sensors@lm-sensors.org
1112W: http://www.lm-sensors.nu/
1113S: Maintained
1114
Robert Love860e1d62005-08-31 23:57:59 -04001115HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1116P: Robert Love
1117M: rlove@rlove.org
1118M: linux-kernel@vger.kernel.org
1119W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1120S: Maintained
1121
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122HARMONY SOUND DRIVER
1123P: Kyle McMartin
1124M: kyle@parisc-linux.org
1125W: http://www.parisc-linux.org/~kyle/harmony/
1126L: parisc-linux@lists.parisc-linux.org
1127S: Maintained
1128
1129HAYES ESP SERIAL DRIVER
1130P: Andrew J. Robinson
1131M: arobinso@nyx.net
1132L: linux-kernel@vger.kernel.org
1133W: http://www.nyx.net/~arobinso
1134S: Maintained
1135
1136HFS FILESYSTEM
1137P: Roman Zippel
1138M: zippel@linux-m68k.org
1139L: linux-kernel@vger.kernel.org
1140S: Maintained
1141
1142HGA FRAMEBUFFER DRIVER
1143P: Ferenc Bakonyi
1144M: fero@drama.obuda.kando.hu
1145L: linux-nvidia@lists.surfsouth.com
1146W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1147S: Maintained
1148
1149HIGH-SPEED SCC DRIVER FOR AX.25
1150P: Klaus Kudielka
1151M: klaus.kudielka@ieee.org
1152L: linux-hams@vger.kernel.org
1153W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1154S: Maintained
1155
1156HIPPI
1157P: Jes Sorensen
1158M: jes@trained-monkey.org
1159L: linux-hippi@sunsite.dk
1160S: Maintained
1161
1162HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1163P: Chirag Kantharia
1164M: chirag.kantharia@hp.com
1165L: iss_storagedev@hp.com
1166S: Maintained
1167
1168HEWLETT-PACKARD SMART2 RAID DRIVER
1169P: Chirag Kantharia
1170M: chirag.kantharia@hp.com
1171L: iss_storagedev@hp.com
1172S: Maintained
1173
1174HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1175P: Mike Miller
1176M: mike.miller@hp.com
1177L: iss_storagedev@hp.com
1178S: Supported
1179
Jouni Malinenff1d2762005-05-12 22:54:16 -04001180HOST AP DRIVER
1181P: Jouni Malinen
1182M: jkmaline@cc.hut.fi
1183L: hostap@shmoo.com
1184W: http://hostap.epitest.fi/
1185S: Maintained
1186
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1188P: Jaroslav Kysela
1189M: perex@suse.cz
1190S: Maintained
1191
Bob Piccob9b03322005-11-07 00:59:19 -08001192HPET: High Precision Event Timers driver (hpet.c)
1193P: Clemens Ladisch
1194M: clemens@ladisch.de
1195S: Maintained
1196
1197HPET: i386
1198P: Venkatesh Pallipadi (Venki)
1199M: venkatesh.pallipadi@intel.com
1200S: Maintained
1201
1202HPET: x86_64
1203P: Andi Kleen and Vojtech Pavlik
1204M: ak@muc.de and vojtech@suse.cz
1205S: Maintained
1206
1207HPET: ACPI hpet.c
1208P: Bob Picco
1209M: bob.picco@hp.com
1210S: Maintained
1211
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212HPFS FILESYSTEM
1213P: Mikulas Patocka
1214M: mikulas@artax.karlin.mff.cuni.cz
1215W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1216S: Maintained
1217
1218HUGETLB FILESYSTEM
1219P: William Irwin
1220M: wli@holomorphy.com
1221S: Maintained
1222
Jean Delvare5b543962005-08-15 19:51:02 +02001223I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224P: Jean Delvare
1225M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001226L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001228T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229S: Maintained
1230
1231I2O
1232P: Markus Lidel
1233M: markus.lidel@shadowconnect.com
1234W: http://i2o.shadowconnect.com/
1235S: Maintained
1236
1237i386 BOOT CODE
1238P: Riley H. Williams
1239M: Riley@Williams.Name
1240L: Linux-Kernel@vger.kernel.org
1241S: Maintained
1242
1243i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1244P: Dave Jones
1245M: davej@codemonkey.org.uk
1246P: H. Peter Anvin
1247M: hpa@zytor.com
1248S: Maintained
1249
1250i810 TCO TIMER WATCHDOG
1251P: Nils Faerber
1252M: nils@kernelconcepts.de
1253W: http://www.kernelconcepts.de/
1254S: Maintained
1255
1256IA64 (Itanium) PLATFORM
1257P: Tony Luck
1258M: tony.luck@intel.com
1259L: linux-ia64@vger.kernel.org
1260W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001261T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262S: Maintained
1263
1264SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001265P: Jes Sorensen
1266M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267L: linux-altix@sgi.com
1268L: linux-ia64@vger.kernel.org
1269W: http://www.sgi.com/altix
1270S: Maintained
1271
1272IBM MCA SCSI SUBSYSTEM DRIVER
1273P: Michael Lang
1274M: langa2@kph.uni-mainz.de
1275W: http://www.uni-mainz.de/~langm000/linux.html
1276S: Maintained
1277
1278IBM Power Linux RAID adapter
1279P: Brian King
1280M: brking@us.ibm.com
1281S: Supported
1282
1283IBM ServeRAID RAID DRIVER
1284P: Jack Hammer
1285P: Dave Jeffery
1286M: ipslinux@adaptec.com
1287W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1288S: Supported
1289
1290IDE DRIVER [GENERAL]
1291P: Bartlomiej Zolnierkiewicz
1292M: B.Zolnierkiewicz@elka.pw.edu.pl
1293L: linux-kernel@vger.kernel.org
1294L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001295T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296S: Maintained
1297
1298IDE/ATAPI CDROM DRIVER
1299P: Jens Axboe
1300M: axboe@suse.de
1301L: linux-kernel@vger.kernel.org
1302W: http://www.kernel.dk
1303S: Maintained
1304
1305IDE/ATAPI FLOPPY DRIVERS
1306P: Paul Bristow
1307M: Paul Bristow <paul@paulbristow.net>
1308W: http://paulbristow.net/linux/idefloppy.html
1309L: linux-kernel@vger.kernel.org
1310S: Maintained
1311
1312IDE/ATAPI TAPE DRIVERS
1313P: Gadi Oxman
1314M: Gadi Oxman <gadio@netvision.net.il>
1315L: linux-kernel@vger.kernel.org
1316S: Maintained
1317
1318IEEE 1394 ETHERNET (eth1394)
1319L: linux1394-devel@lists.sourceforge.net
1320W: http://www.linux1394.org/
1321S: Orphan
1322
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323IEEE 1394 SUBSYSTEM
1324P: Ben Collins
1325M: bcollins@debian.org
1326P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001327M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328L: linux1394-devel@lists.sourceforge.net
1329W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001330T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331S: Maintained
1332
1333IEEE 1394 OHCI DRIVER
1334P: Ben Collins
1335M: bcollins@debian.org
1336P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001337M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338L: linux1394-devel@lists.sourceforge.net
1339W: http://www.linux1394.org/
1340S: Maintained
1341
1342IEEE 1394 PCILYNX DRIVER
1343P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001344M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345L: linux1394-devel@lists.sourceforge.net
1346W: http://www.linux1394.org/
1347S: Maintained
1348
1349IEEE 1394 RAW I/O DRIVER
1350P: Ben Collins
1351M: bcollins@debian.org
1352P: Dan Dennedy
1353M: dan@dennedy.org
1354L: linux1394-devel@lists.sourceforge.net
1355W: http://www.linux1394.org/
1356S: Maintained
1357
Jody McIntyre105d7b32005-09-30 11:59:04 -07001358IEEE 1394 SBP2
1359P: Ben Collins
1360M: bcollins@debian.org
1361P: Stefan Richter
1362M: stefanr@s5r6.in-berlin.de
1363L: linux1394-devel@lists.sourceforge.net
1364W: http://www.linux1394.org/
1365S: Maintained
1366
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367IMS TWINTURBO FRAMEBUFFER DRIVER
1368P: Paul Mundt
1369M: lethal@chaoticdreams.org
1370L: linux-fbdev-devel@lists.sourceforge.net
1371S: Maintained
1372
1373INFINIBAND SUBSYSTEM
1374P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001375M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376P: Sean Hefty
1377M: mshefty@ichips.intel.com
1378P: Hal Rosenstock
1379M: halr@voltaire.com
1380L: openib-general@openib.org
1381W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001382T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383S: Supported
1384
1385INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001386P: Dmitry Torokhov
1387M: dtor_core@ameritech.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388L: linux-input@atrey.karlin.mff.cuni.cz
1389L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001390T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391S: Maintained
1392
Robert Lovec9f04f52005-07-15 12:21:07 -04001393INOTIFY
1394P: John McCutchan and Robert Love
1395M: ttb@tentacle.dhs.org and rml@novell.com
1396L: linux-kernel@vger.kernel.org
1397S: Maintained
1398
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001399INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1400P: Sylvain Meyer
1401M: sylvain.meyer@worldonline.fr
1402L: linux-fbdev-devel@lists.sourceforge.net
1403S: Maintained
1404
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405INTEL 810/815 FRAMEBUFFER DRIVER
1406P: Antonino Daplas
1407M: adaplas@pol.net
1408L: linux-fbdev-devel@lists.sourceforge.net
1409S: Maintained
1410
1411INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1412P: Ingo Molnar
1413M: mingo@redhat.com
1414S: Maintained
1415
1416INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1417P: Jeff Garzik
1418M: jgarzik@pobox.com
1419W: http://sourceforge.net/projects/gkernel/
1420S: Maintained
1421
1422INTEL IA32 MICROCODE UPDATE SUPPORT
1423P: Tigran Aivazian
1424M: tigran@veritas.com
1425S: Maintained
1426
1427INTEL PRO/100 ETHERNET SUPPORT
1428P: John Ronciak
1429M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430P: Jesse Brandeburg
1431M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001432P: Jeff Kirsher
1433M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434W: http://sourceforge.net/projects/e1000/
1435S: Supported
1436
1437INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1438P: Jeb Cramer
1439M: cramerj@intel.com
1440P: John Ronciak
1441M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001442P: Jesse Brandeburg
1443M: jesse.brandeburg@intel.com
1444P: Jeff Kirsher
1445M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446W: http://sourceforge.net/projects/e1000/
1447S: Supported
1448
1449INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001450P: Jeff Kirsher
1451M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001452P: Ayyappan Veeraiyan
1453M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454P: John Ronciak
1455M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001456P: Jesse Brandeburg
1457M: jesse.brandeburg@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458W: http://sourceforge.net/projects/e1000/
1459S: Supported
1460
James Ketrenos826d2ab2005-11-07 18:56:59 -06001461INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1462P: Yi Zhu
1463M: yi.zhu@intel.com
1464P: James Ketrenos
1465M: jketreno@linux.intel.com
1466L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1467W: http://ipw2100.sourceforge.net
1468S: Supported
1469
1470INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1471P: Yi Zhu
1472M: yi.zhu@intel.com
1473P: James Ketrenos
1474M: jketreno@linux.intel.com
1475L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1476W: http://ipw2200.sourceforge.net
1477S: Supported
1478
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479IOC3 DRIVER
1480P: Ralf Baechle
1481M: ralf@linux-mips.org
1482L: linux-mips@linux-mips.org
1483S: Maintained
1484
1485IP MASQUERADING:
1486P: Juanjo Ciarlante
1487M: jjciarla@raiz.uncu.edu.ar
1488S: Maintained
1489
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001490IPATH DRIVER:
1491P: Bryan O'Sullivan
1492M: support@pathscale.com
1493L: openib-general@openib.org
1494S: Supported
1495
Corey Minyard4409ebe2006-04-20 02:43:12 -07001496IPMI SUBSYSTEM
1497P: Corey Minyard
1498M: minyard@acm.org
1499L: openipmi-developer@lists.sourceforge.net
1500W: http://openipmi.sourceforge.net/
1501S: Supported
1502
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503IPX NETWORK LAYER
1504P: Arnaldo Carvalho de Melo
1505M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001506L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507S: Maintained
1508
1509IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001510P: Samuel Ortiz
1511M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001512L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001514S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515
1516ISAPNP
1517P: Jaroslav Kysela
1518M: perex@suse.cz
1519S: Maintained
1520
1521ISDN SUBSYSTEM
1522P: Karsten Keil
1523M: kkeil@suse.de
1524P: Kai Germaschewski
1525M: kai.germaschewski@gmx.de
1526L: isdn4linux@listserv.isdn4linux.de
1527W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001528T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529S: Maintained
1530
1531ISDN SUBSYSTEM (Eicon active card driver)
1532P: Armin Schindler
1533M: mac@melware.de
1534L: isdn4linux@listserv.isdn4linux.de
1535W: http://www.melware.de
1536S: Maintained
1537
1538JOURNALLING FLASH FILE SYSTEM (JFFS)
1539P: Axis Communications AB
1540M: jffs-dev@axis.com
1541L: jffs-dev@axis.com
1542W: http://www.developer.axis.com/software/jffs/
1543S: Maintained
1544
1545JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1546P: David Woodhouse
1547M: dwmw2@infradead.org
1548L: jffs-dev@axis.com
1549W: http://sources.redhat.com/jffs2/
1550S: Maintained
1551
1552JFS FILESYSTEM
1553P: Dave Kleikamp
1554M: shaggy@austin.ibm.com
1555L: jfs-discussion@lists.sourceforge.net
1556W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001557T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558S: Supported
1559
Theodore Tsoae0718f2006-05-20 15:00:13 -07001560JOURNALLING LAYER FOR BLOCK DEVICS (JBD)
1561P: Stephen Tweedie, Andrew Morton
1562M: sct@redhat.com, akpm@osdl.org
1563L: ext2-devel@lists.sourceforge.net
1564S: Maintained
1565
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566KCONFIG
1567P: Roman Zippel
1568M: zippel@linux-m68k.org
1569L: kbuild-devel@lists.sourceforge.net
1570S: Maintained
1571
Vivek Goyalea6c2082006-05-20 14:59:55 -07001572KDUMP
1573P: Vivek Goyal
1574M: vgoyal@in.ibm.com
1575P: Haren Myneni
1576M: hbabu@us.ibm.com
1577L: fastboot@lists.osdl.org
1578L: linux-kernel@vger.kernel.org
1579W: http://lse.sourceforge.net/kdump/
1580S: Maintained
1581
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582KERNEL AUTOMOUNTER (AUTOFS)
1583P: H. Peter Anvin
1584M: hpa@zytor.com
1585L: autofs@linux.kernel.org
1586S: Odd Fixes
1587
1588KERNEL AUTOMOUNTER v4 (AUTOFS4)
1589P: Ian Kent
1590M: raven@themaw.net
1591L: autofs@linux.kernel.org
1592S: Maintained
1593
1594KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1595P: Kai Germaschewski
1596M: kai@germaschewski.name
1597P: Sam Ravnborg
1598M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001599T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600S: Maintained
1601
1602KERNEL JANITORS
1603P: Several
1604L: kernel-janitors@osdl.org
1605W: http://www.kerneljanitors.org/
1606W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607S: Maintained
1608
1609KERNEL NFSD
1610P: Neil Brown
1611M: neilb@cse.unsw.edu.au
1612L: nfs@lists.sourceforge.net
1613W: http://nfs.sourceforge.net/
1614W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1615S: Maintained
1616
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001617KEXEC
1618P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001619M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001620W: http://www.xmission.com/~ebiederm/files/kexec/
1621L: linux-kernel@vger.kernel.org
1622L: fastboot@osdl.org
1623S: Maintained
1624
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001625KPROBES
1626P: Prasanna S Panchamukhi
1627M: prasanna@in.ibm.com
1628P: Ananth N Mavinakayanahalli
1629M: ananth@in.ibm.com
1630P: Anil S Keshavamurthy
1631M: anil.s.keshavamurthy@intel.com
1632P: David S. Miller
1633M: davem@davemloft.net
1634L: linux-kernel@vger.kernel.org
1635S: Maintained
1636
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637LAPB module
1638P: Henner Eisen
1639M: eis@baty.hanse.de
1640L: linux-x25@vger.kernel.org
1641S: Maintained
1642
1643LASI 53c700 driver for PARISC
1644P: James E.J. Bottomley
1645M: James.Bottomley@HansenPartnership.com
1646L: linux-scsi@vger.kernel.org
1647S: Maintained
1648
Richard Purdie263de9b2006-05-15 09:44:16 -07001649LED SUBSYSTEM
1650P: Richard Purdie
1651M: rpurdie@rpsys.net
1652S: Maintained
1653
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654LEGO USB Tower driver
1655P: Juergen Stuber
1656M: starblue@users.sourceforge.net
1657L: legousb-devel@lists.sourceforge.net
1658W: http://legousb.sourceforge.net/
1659S: Maintained
1660
1661LINUX FOR IBM pSERIES (RS/6000)
1662P: Paul Mackerras
1663M: paulus@au.ibm.com
1664W: http://www.ibm.com/linux/ltc/projects/ppc
1665S: Supported
1666
1667LINUX FOR NCR VOYAGER
1668P: James Bottomley
1669M: James.Bottomley@HansenPartnership.com
1670W: http://www.hansenpartnership.com/voyager
1671S: Maintained
1672
1673LINUX FOR POWERPC
1674P: Paul Mackerras
1675M: paulus@samba.org
1676W: http://www.penguinppc.org/
1677L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001678T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679S: Supported
1680
1681LINUX FOR POWER MACINTOSH
1682P: Benjamin Herrenschmidt
1683M: benh@kernel.crashing.org
1684W: http://www.penguinppc.org/
1685L: linuxppc-dev@ozlabs.org
1686S: Maintained
1687
1688LINUX FOR POWERPC EMBEDDED MPC52XX
1689P: Sylvain Munaut
1690M: tnt@246tNt.com
1691W: http://www.246tNt.com/mpc52xx/
1692W: http://www.penguinppc.org/
1693L: linuxppc-dev@ozlabs.org
1694L: linuxppc-embedded@ozlabs.org
1695S: Maintained
1696
1697LINUX FOR POWERPC EMBEDDED PPC4XX
1698P: Matt Porter
1699M: mporter@kernel.crashing.org
1700W: http://www.penguinppc.org/
1701L: linuxppc-embedded@ozlabs.org
1702S: Maintained
1703
Tom Rinie93adf12005-07-26 12:49:53 -07001704LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705P: Tom Rini
1706M: trini@kernel.crashing.org
1707W: http://www.penguinppc.org/
1708L: linuxppc-embedded@ozlabs.org
1709S: Maintained
1710
Tom Rinie93adf12005-07-26 12:49:53 -07001711LINUX FOR POWERPC EMBEDDED PPC8XX
1712P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001713M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001714W: http://www.penguinppc.org/
1715L: linuxppc-embedded@ozlabs.org
1716S: Maintained
1717
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1719P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001720M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721W: http://www.penguinppc.org/
1722L: linuxppc-embedded@ozlabs.org
1723S: Maintained
1724
1725LLC (802.2)
1726P: Arnaldo Carvalho de Melo
1727M: acme@conectiva.com.br
1728S: Maintained
1729
1730LINUX FOR 64BIT POWERPC
1731P: Paul Mackerras
1732M: paulus@samba.org
1733M: paulus@au.ibm.com
1734P: Anton Blanchard
1735M: anton@samba.org
1736M: anton@au.ibm.com
1737W: http://linuxppc64.org
Stephen Rothwell1d049812006-03-22 11:26:58 +11001738L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739S: Supported
1740
1741LINUX SECURITY MODULE (LSM) FRAMEWORK
1742P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001743M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001744L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001746T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747S: Supported
1748
1749LM83 HARDWARE MONITOR DRIVER
1750P: Jean Delvare
1751M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001752L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753S: Maintained
1754
1755LM90 HARDWARE MONITOR DRIVER
1756P: Jean Delvare
1757M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001758L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759S: Maintained
1760
1761LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1762P: Richard Russon (FlatCap)
1763M: ldm@flatcap.org
1764L: ldm-devel@lists.sourceforge.net
1765W: http://ldm.sourceforge.net
1766S: Maintained
1767
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001768LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1769P: Eric Moore
1770M: Eric.Moore@lsil.com
1771M: support@lsil.com
1772L: mpt_linux_developer@lsil.com
1773L: linux-scsi@vger.kernel.org
1774W: http://www.lsilogic.com/support
1775S: Supported
1776
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1778P: Matthew Wilcox
1779M: matthew@wil.cx
1780L: linux-scsi@vger.kernel.org
1781S: Maintained
1782
1783M68K ARCHITECTURE
1784P: Geert Uytterhoeven
1785M: geert@linux-m68k.org
1786P: Roman Zippel
1787M: zippel@linux-m68k.org
1788L: linux-m68k@lists.linux-m68k.org
1789W: http://www.linux-m68k.org/
1790W: http://linux-m68k-cvs.ubb.ca/
1791S: Maintained
1792
1793M68K ON APPLE MACINTOSH
1794P: Joshua Thompson
1795M: funaho@jurai.org
1796W: http://www.mac.linux-m68k.org/
1797L: linux-mac68k@mac.linux-m68k.org
1798S: Maintained
1799
1800M68K ON HP9000/300
1801P: Philip Blundell
1802M: philb@gnu.org
1803W: http://www.tazenda.demon.co.uk/phil/linux-hp
1804S: Maintained
1805
1806MARVELL YUKON / SYSKONNECT DRIVER
1807P: Mirko Lindner
1808M: mlindner@syskonnect.de
1809P: Ralph Roesler
1810M: rroesler@syskonnect.de
1811W: http://www.syskonnect.com
1812S: Supported
1813
1814MAESTRO PCI SOUND DRIVERS
1815P: Zach Brown
1816M: zab@zabbo.net
1817S: Odd Fixes
1818
Michael Kerriskfaf16682005-07-31 22:34:47 -07001819MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1820P: Michael Kerrisk
1821M: mtk-manpages@gmx.net
1822W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1823S: Maintained
1824
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001825MARVELL MV643XX ETHERNET DRIVER
1826P: Dale Farnsworth
1827M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001829M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001830L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001831S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832
1833MATROX FRAMEBUFFER DRIVER
1834P: Petr Vandrovec
1835M: vandrove@vc.cvut.cz
1836L: linux-fbdev-devel@lists.sourceforge.net
1837S: Maintained
1838
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001839MEGARAID SCSI DRIVERS
1840P: Neela Syam Kolli
1841M: Neela.Kolli@engenio.com
1842S: linux-scsi@vger.kernel.org
1843W: http://megaraid.lsilogic.com
1844S: Maintained
1845
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846MEMORY TECHNOLOGY DEVICES
1847P: David Woodhouse
1848M: dwmw2@infradead.org
1849W: http://www.linux-mtd.infradead.org/
1850L: linux-mtd@lists.infradead.org
Josh Boyer2c560ac2005-11-23 15:43:57 -08001851T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852S: Maintained
1853
1854MICROTEK X6 SCANNER
1855P: Oliver Neukum
1856M: oliver@neukum.name
1857S: Maintained
1858
1859MIPS
1860P: Ralf Baechle
1861M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001862W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001864T: git www.linux-mips.org:/pub/scm/linux.git
1865S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866
1867MISCELLANEOUS MCA-SUPPORT
1868P: James Bottomley
1869M: jejb@steeleye.com
1870L: linux-kernel@vger.kernel.org
1871S: Maintained
1872
1873MODULE SUPPORT
1874P: Rusty Russell
1875M: rusty@rustcorp.com.au
1876L: linux-kernel@vger.kernel.org
1877S: Maintained
1878
1879MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1880P: Stelian Pop
1881M: stelian@popies.net
1882W: http://popies.net/meye/
1883S: Maintained
1884
1885MOUSE AND MISC DEVICES [GENERAL]
1886P: Alessandro Rubini
1887M: rubini@ipvvis.unipv.it
1888L: linux-kernel@vger.kernel.org
1889S: Maintained
1890
1891MTRR AND SIMILAR SUPPORT [i386]
1892P: Richard Gooch
1893M: rgooch@atnf.csiro.au
1894L: linux-kernel@vger.kernel.org
1895W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1896S: Maintained
1897
1898MULTISOUND SOUND DRIVER
1899P: Andrew Veliath
1900M: andrewtv@usa.net
1901S: Maintained
1902
1903NATSEMI ETHERNET DRIVER (DP8381x)
1904P: Tim Hockin
1905M: thockin@hockin.org
1906S: Maintained
1907
1908NCP FILESYSTEM
1909P: Petr Vandrovec
1910M: vandrove@vc.cvut.cz
1911L: linware@sh.cvut.cz
1912S: Maintained
1913
1914NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1915P: James E.J. Bottomley
1916M: James.Bottomley@HansenPartnership.com
1917L: linux-scsi@vger.kernel.org
1918S: Maintained
1919
1920NETFILTER/IPTABLES/IPCHAINS
1921P: Rusty Russell
1922P: Marc Boucher
1923P: James Morris
1924P: Harald Welte
1925P: Jozsef Kadlecsik
1926M: coreteam@netfilter.org
1927W: http://www.netfilter.org/
1928W: http://www.iptables.org/
1929L: netfilter@lists.netfilter.org
1930L: netfilter-devel@lists.netfilter.org
1931S: Supported
1932
1933NETROM NETWORK LAYER
1934P: Ralf Baechle
1935M: ralf@linux-mips.org
1936L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001937W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938S: Maintained
1939
1940NETWORK BLOCK DEVICE
1941P: Paul Clements
1942M: Paul.Clements@steeleye.com
1943S: Maintained
1944
1945NETWORK DEVICE DRIVERS
1946P: Andrew Morton
1947M: akpm@osdl.org
1948P: Jeff Garzik
1949M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001950L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001951T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952S: Maintained
1953
1954NETWORKING [GENERAL]
1955P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07001956M: netdev@vger.kernel.org
1957L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08001958W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959S: Maintained
1960
1961NETWORKING [IPv4/IPv6]
1962P: David S. Miller
1963M: davem@davemloft.net
1964P: Alexey Kuznetsov
1965M: kuznet@ms2.inr.ac.ru
1966P: Pekka Savola (ipv6)
1967M: pekkas@netcore.fi
1968P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04001969M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970P: Hideaki YOSHIFUJI
1971M: yoshfuji@linux-ipv6.org
1972P: Patrick McHardy
1973M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07001974L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08001975T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976S: Maintained
1977
John W. Linville29f8f632006-01-18 14:52:48 -08001978NETWORKING [WIRELESS]
1979P: John W. Linville
1980M: linville@tuxdriver.com
1981L: netdev@vger.kernel.org
1982T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1983S: Maintained
1984
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985IPVS
1986P: Wensong Zhang
1987M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07001988P: Simon Horman
1989M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990P: Julian Anastasov
1991M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07001992L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993S: Maintained
1994
1995NFS CLIENT
1996P: Trond Myklebust
1997M: trond.myklebust@fys.uio.no
1998L: linux-kernel@vger.kernel.org
1999S: Maintained
2000
2001NI5010 NETWORK DRIVER
2002P: Jan-Pascal van Best and Andreas Mohr
2003M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
2004M: Andreas Mohr <100.30936@germany.net>
Ralf Baechle979b6c12005-06-13 14:30:40 -07002005L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006S: Maintained
2007
2008NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2009P: YOKOTA Hiroshi
2010M: yokota@netlab.is.tsukuba.ac.jp
2011W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2012S: Maintained
2013
2014NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2015P: GOTO Masanori
2016M: gotom@debian.or.jp
2017P: YOKOTA Hiroshi
2018M: yokota@netlab.is.tsukuba.ac.jp
2019W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2020S: Maintained
2021
2022NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2023P: Eberhard Moenkeberg
2024M: emoenke@gwdg.de
2025L: linux-kernel@vger.kernel.org
2026S: Maintained
2027
2028NTFS FILESYSTEM
2029P: Anton Altaparmakov
2030M: aia21@cantab.net
2031L: linux-ntfs-dev@lists.sourceforge.net
2032L: linux-kernel@vger.kernel.org
2033W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002034T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035S: Maintained
2036
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002037NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2038P: Antonino Daplas
2039M: adaplas@pol.net
2040L: linux-fbdev-devel@lists.sourceforge.net
2041S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042
Mark Fashehccd979b2005-12-15 14:31:24 -08002043ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2044P: Mark Fasheh
2045M: mark.fasheh@oracle.com
2046P: Kurt Hackel
2047M: kurt.hackel@oracle.com
2048L: ocfs2-devel@oss.oracle.com
2049W: http://oss.oracle.com/projects/ocfs2/
2050S: Supported
2051
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052OLYMPIC NETWORK DRIVER
2053P: Peter De Shrijver
2054M: p2@ace.ulyssis.student.kuleuven.ac.be
2055P: Mike Phillips
2056M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002057L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058L: linux-tr@linuxtr.net
2059W: http://www.linuxtr.net
2060S: Maintained
2061
Harald Weltec1986ee2005-11-13 16:06:29 -08002062OMNIKEY CARDMAN 4000 DRIVER
2063P: Harald Welte
2064M: laforge@gnumonks.org
2065S: Maintained
2066
Harald Welte77c44ab2005-11-13 16:06:26 -08002067OMNIKEY CARDMAN 4040 DRIVER
2068P: Harald Welte
2069M: laforge@gnumonks.org
2070S: Maintained
2071
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072ONSTREAM SCSI TAPE DRIVER
2073P: Willem Riede
2074M: osst@riede.org
2075L: osst-users@lists.sourceforge.net
2076L: linux-scsi@vger.kernel.org
2077S: Maintained
2078
2079OPL3-SA2, SA3, and SAx DRIVER
2080P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002081M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082L: linux-sound@vger.kernel.org
2083S: Maintained
2084
2085OPROFILE
2086P: Philippe Elie
2087M: phil.el@wanadoo.fr
2088L: oprofile-list@lists.sf.net
2089S: Maintained
2090
2091ORINOCO DRIVER
2092P: Pavel Roskin
2093M: proski@gnu.org
2094P: David Gibson
2095M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002096L: orinoco-users@lists.sourceforge.net
2097L: orinoco-devel@lists.sourceforge.net
2098W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099S: Maintained
2100
2101PARALLEL PORT SUPPORT
2102P: Phil Blundell
2103M: philb@gnu.org
2104P: Tim Waugh
2105M: tim@cyberelk.net
2106P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107P: Andrea Arcangeli
2108M: andrea@suse.de
2109L: linux-parport@lists.infradead.org
2110W: http://people.redhat.com/twaugh/parport/
2111S: Maintained
2112
2113PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2114P: Tim Waugh
2115M: tim@cyberelk.net
2116L: linux-parport@lists.infradead.org
2117W: http://www.torque.net/linux-pp.html
2118S: Maintained
2119
2120PARISC ARCHITECTURE
2121P: Matthew Wilcox
2122M: matthew@wil.cx
2123P: Grant Grundler
2124M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002125P: Kyle McMartin
2126M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127L: parisc-linux@parisc-linux.org
2128W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002129T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2130T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131S: Maintained
2132
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002133PCI ERROR RECOVERY
2134P: Linas Vepstas
2135M: linas@austin.ibm.com
2136L: linux-kernel@vger.kernel.org
2137L: linux-pci@atrey.karlin.mff.cuni.cz
2138S: Supported
2139
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2141P: Thomas Sailer
2142M: sailer@ife.ee.ethz.ch
2143L: linux-sound@vger.kernel.org
2144W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2145S: Maintained
2146
2147PCI SUBSYSTEM
2148P: Greg Kroah-Hartman
2149M: gregkh@suse.de
2150L: linux-kernel@vger.kernel.org
2151L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002152T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153S: Supported
2154
2155PCI HOTPLUG CORE
2156P: Greg Kroah-Hartman
2157M: gregkh@suse.de
2158S: Supported
2159
2160PCI HOTPLUG COMPAQ DRIVER
2161P: Greg Kroah-Hartman
2162M: greg@kroah.com
2163S: Maintained
2164
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002165PCIE HOTPLUG DRIVER
2166P: Kristen Carlson Accardi
2167M: kristen.c.accardi@intel.com
2168L: pcihpd-discuss@lists.sourceforge.net
2169S: Maintained
2170
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002172P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002174T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002175S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176
2177PCNET32 NETWORK DRIVER
2178P: Thomas Bogendörfer
2179M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002180L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181S: Maintained
2182
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002183PERSONALITY HANDLING
2184P: Christoph Hellwig
2185M: hch@infradead.org
2186L: linux-abi-devel@lists.sourceforge.net
2187S: Maintained
2188
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189PHRAM MTD DRIVER
2190P: Jörn Engel
2191M: joern@wh.fh-wedel.de
2192L: linux-mtd@lists.infradead.org
2193S: Maintained
2194
Peter Osterlund249a6772005-09-27 21:45:30 -07002195PKTCDVD DRIVER
2196P: Peter Osterlund
2197M: petero2@telia.com
2198L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002199S: Maintained
2200
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201POSIX CLOCKS and TIMERS
2202P: George Anzinger
2203M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002204L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205S: Supported
2206
Eugene Surovegin24682972005-10-14 03:00:53 -07002207POWERPC 4xx EMAC DRIVER
2208P: Eugene Surovegin
2209M: ebs@ebshome.net
2210W: http://kernel.ebshome.net/emac/
2211L: linuxppc-embedded@ozlabs.org
2212L: netdev@vger.kernel.org
2213S: Maintained
2214
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215PNP SUPPORT
2216P: Adam Belay
2217M: ambx1@neo.rr.com
2218S: Maintained
2219
2220PPP PROTOCOL DRIVERS AND COMPRESSORS
2221P: Paul Mackerras
2222M: paulus@samba.org
2223L: linux-ppp@vger.kernel.org
2224S: Maintained
2225
2226PPP OVER ATM (RFC 2364)
2227P: Mitchell Blank Jr
2228M: mitch@sfgoth.com
2229S: Maintained
2230
2231PPP OVER ETHERNET
2232P: Michal Ostrowski
2233M: mostrows@speakeasy.net
2234S: Maintained
2235
2236PREEMPTIBLE KERNEL
2237P: Robert Love
2238M: rml@tech9.net
2239L: linux-kernel@vger.kernel.org
2240L: kpreempt-tech@lists.sourceforge.net
2241W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2242S: Supported
2243
2244PRISM54 WIRELESS DRIVER
2245P: Prism54 Development Team
2246M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002247L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248W: http://prism54.org
2249S: Maintained
2250
2251PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2252P: Peter Denison
2253M: promise@pnd-pc.demon.co.uk
2254W: http://www.pnd-pc.demon.co.uk/promise/
2255S: Maintained
2256
2257PXA2xx SUPPORT
2258P: Nicolas Pitre
2259M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002260L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261S: Maintained
2262
2263QLOGIC QLA2XXX FC-SCSI DRIVER
2264P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002265M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266L: linux-scsi@vger.kernel.org
2267S: Supported
2268
2269QNX4 FILESYSTEM
2270P: Anders Larsen
2271M: al@alarsen.net
2272L: linux-kernel@vger.kernel.org
2273W: http://www.alarsen.net/linux/qnx4fs/
2274S: Maintained
2275
2276RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002277P: Benjamin Herrenschmidt
2278M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279L: linux-fbdev-devel@lists.sourceforge.net
2280S: Maintained
2281
2282RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002283P: Paul Mackerras
2284M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285L: linux-fbdev-devel@lists.sourceforge.net
2286S: Maintained
2287
2288RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2289P: Corey Thomas
2290M: corey@world.std.com
2291L: linux-kernel@vger.kernel.org
2292S: Maintained
2293
Matt Mackall9e95ce22005-04-16 15:25:56 -07002294RANDOM NUMBER DRIVER
2295P: Matt Mackall
2296M: mpm@selenic.com
2297S: Maintained
2298
Matt Porter394b7012005-11-07 01:00:15 -08002299RAPIDIO SUBSYSTEM
2300P: Matt Porter
2301M: mporter@kernel.crashing.org
2302L: linux-kernel@vger.kernel.org
2303S: Maintained
2304
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305REAL TIME CLOCK DRIVER
2306P: Paul Gortmaker
2307M: p_gortmaker@yahoo.com
2308L: linux-kernel@vger.kernel.org
2309S: Maintained
2310
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002311REAL TIME CLOCK (RTC) SUBSYSTEM
2312P: Alessandro Zummo
2313M: a.zummo@towertech.it
2314L: linux-kernel@vger.kernel.org
2315S: Maintained
2316
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317REISERFS FILE SYSTEM
2318P: Hans Reiser
2319M: reiserfs-dev@namesys.com
2320L: reiserfs-list@namesys.com
2321W: http://www.namesys.com
2322S: Supported
2323
2324ROCKETPORT DRIVER
2325P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326W: http://www.comtrol.com
2327S: Maintained
2328
2329ROSE NETWORK LAYER
2330P: Ralf Baechle
2331M: ralf@linux-mips.org
2332L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002333W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334S: Maintained
2335
2336RISCOM8 DRIVER
2337S: Orphan
2338
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002339S3 SAVAGE FRAMEBUFFER DRIVER
2340P: Antonino Daplas
2341M: adaplas@pol.net
2342L: linux-fbdev-devel@lists.sourceforge.net
2343S: Maintained
2344
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345S390
2346P: Martin Schwidefsky
2347M: schwidefsky@de.ibm.com
2348M: linux390@de.ibm.com
2349L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002350W: http://www.ibm.com/developerworks/linux/linux390/
2351S: Supported
2352
2353S390 NETWORK DRIVERS
2354P: Frank Pavlic
2355M: fpavlic@de.ibm.com
2356M: linux390@de.ibm.com
2357L: linux-390@vm.marist.edu
2358W: http://www.ibm.com/developerworks/linux/linux390/
2359S: Supported
2360
2361S390 ZFCP DRIVER
2362P: Andreas Herrmann
2363M: aherrman@de.ibm.com
2364M: linux390@de.ibm.com
2365L: linux-390@vm.marist.edu
2366W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367S: Supported
2368
2369SAA7146 VIDEO4LINUX-2 DRIVER
2370P: Michael Hunold
2371M: michael@mihu.de
2372W: http://www.mihu.de/linux/saa7146
2373S: Maintained
2374
2375SBPCD CDROM DRIVER
2376P: Eberhard Moenkeberg
2377M: emoenke@gwdg.de
2378L: linux-kernel@vger.kernel.org
2379S: Maintained
2380
2381SC1200 WDT DRIVER
2382P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002383M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384S: Maintained
2385
2386SCHEDULER
2387P: Ingo Molnar
2388M: mingo@elte.hu
2389P: Robert Love [the preemptible kernel bits]
2390M: rml@tech9.net
2391L: linux-kernel@vger.kernel.org
2392S: Maintained
2393
2394SCSI CDROM DRIVER
2395P: Jens Axboe
2396M: axboe@suse.de
2397L: linux-scsi@vger.kernel.org
2398W: http://www.kernel.dk
2399S: Maintained
2400
2401SCSI SG DRIVER
2402P: Doug Gilbert
2403M: dgilbert@interlog.com
2404L: linux-scsi@vger.kernel.org
2405W: http://www.torque.net/sg
2406S: Maintained
2407
2408SCSI SUBSYSTEM
2409P: James E.J. Bottomley
2410M: James.Bottomley@SteelEye.com
2411L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002412T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413S: Maintained
2414
2415SCSI TAPE DRIVER
2416P: Kai Mäkisara
2417M: Kai.Makisara@kolumbus.fi
2418L: linux-scsi@vger.kernel.org
2419S: Maintained
2420
2421SCTP PROTOCOL
2422P: Sridhar Samudrala
2423M: sri@us.ibm.com
2424L: lksctp-developers@lists.sourceforge.net
2425S: Supported
2426
2427SCx200 CPU SUPPORT
2428P: Christer Weinigel
2429M: christer@weinigel.se
2430W: http://www.weinigel.se
2431S: Supported
2432
2433SECURITY CONTACT
2434P: Security Officers
2435M: security@kernel.org
2436S: Supported
2437
2438SELINUX SECURITY MODULE
2439P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002440M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002442M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443L: linux-kernel@vger.kernel.org (kernel issues)
2444L: selinux@tycho.nsa.gov (general discussion)
2445W: http://www.nsa.gov/selinux
2446S: Supported
2447
2448SERIAL ATA (SATA) SUBSYSTEM:
2449P: Jeff Garzik
2450M: jgarzik@pobox.com
2451L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002452T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453S: Supported
2454
2455SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2456P: Pat Gefre
2457M: pfg@sgi.com
2458L: linux-ia64@vger.kernel.org
2459S: Supported
2460
2461SGI VISUAL WORKSTATION 320 AND 540
2462P: Andrey Panin
2463M: pazke@donpac.ru
2464L: linux-visws-devel@lists.sf.net
2465W: http://linux-visws.sf.net
2466S: Maintained for 2.6.
2467
2468SIMTEC EB110ATX (Chalice CATS)
2469P: Ben Dooks
2470P: Vincent Sanders
2471M: support@simtec.co.uk
2472W: http://www.simtec.co.uk/products/EB110ATX/
2473S: Supported
2474
2475SIMTEC EB2410ITX (BAST)
2476P: Ben Dooks
2477P: Vincent Sanders
2478M: support@simtec.co.uk
2479W: http://www.simtec.co.uk/products/EB2410ITX/
2480S: Supported
2481
Francois Romieu92aab3c2005-07-30 13:11:18 +02002482SIS 190 ETHERNET DRIVER
2483P: Francois Romieu
2484M: romieu@fr.zoreil.com
2485L: netdev@vger.kernel.org
2486S: Maintained
2487
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488SIS 5513 IDE CONTROLLER DRIVER
2489P: Lionel Bouton
2490M: Lionel.Bouton@inet6.fr
2491W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2492W: http://gyver.homeip.net/sis5513/index.html
2493S: Maintained
2494
2495SIS 900/7016 FAST ETHERNET DRIVER
2496P: Daniele Venzano
2497M: venza@brownhat.org
2498W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002499L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500S: Maintained
2501
2502SIS FRAMEBUFFER DRIVER
2503P: Thomas Winischhofer
2504M: thomas@winischhofer.net
2505W: http://www.winischhofer.net/linuxsisvga.shtml
2506S: Maintained
2507
2508SIS USB2VGA DRIVER
2509P: Thomas Winischhofer
2510M: thomas@winischhofer.net
2511W: http://www.winischhofer.at/linuxsisusbvga.shtml
2512S: Maintained
2513
2514SMSC47M1 HARDWARE MONITOR DRIVER
2515P: Jean Delvare
2516M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02002517L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518S: Odd Fixes
2519
2520SMB FILESYSTEM
2521P: Urban Widmark
2522M: urban@teststation.com
2523W: http://samba.org/
2524L: samba@samba.org
2525S: Maintained
2526
2527SMC91x ETHERNET DRIVER
2528P: Nicolas Pitre
2529M: nico@cam.org
2530S: Maintained
2531
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532SOFTWARE RAID (Multiple Disks) SUPPORT
2533P: Ingo Molnar
2534M: mingo@redhat.com
2535P: Neil Brown
2536M: neilb@cse.unsw.edu.au
2537L: linux-raid@vger.kernel.org
2538S: Maintained
2539
2540SOFTWARE SUSPEND:
2541P: Pavel Machek
2542M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002543L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544S: Maintained
2545
2546SONIC NETWORK DRIVER
2547P: Thomas Bogendoerfer
2548M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002549L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550S: Maintained
2551
2552SONY VAIO CONTROL DEVICE DRIVER
2553P: Stelian Pop
2554M: stelian@popies.net
2555W: http://popies.net/sonypi/
2556S: Maintained
2557
2558SOUND
2559P: Jaroslav Kysela
2560M: perex@suse.cz
2561L: alsa-devel@alsa-project.org
2562S: Maintained
2563
Kumar Gala025c3982006-04-02 16:05:54 -05002564SPI SUBSYSTEM
2565P: David Brownell
2566M: dbrownell@users.sourceforge.net
2567L: spi-devel-general@lists.sourceforge.net
2568S: Maintained
2569
Kylene Hall1c72d462005-05-01 08:59:13 -07002570TPM DEVICE DRIVER
2571P: Kylene Hall
2572M: kjhall@us.ibm.com
2573W: http://tpmdd.sourceforge.net
2574L: tpmdd-devel@lists.sourceforge.net
2575S: Maintained
2576
Mark Gross1a80ba82005-10-30 15:02:55 -08002577Telecom Clock Driver for MCPL0010
2578P: Mark Gross
2579M: mark.gross@intel.com
2580S: Supported
2581
Chris Zankel48b415c2005-06-23 22:01:07 -07002582TENSILICA XTENSA PORT (xtensa):
2583P: Chris Zankel
2584M: chris@zankel.net
2585S: Maintained
2586
Linus Torvalds1da177e2005-04-16 15:20:36 -07002587UltraSPARC (sparc64):
2588P: David S. Miller
2589M: davem@davemloft.net
2590P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002591M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592P: Jakub Jelinek
2593M: jj@sunsite.ms.mff.cuni.cz
2594P: Anton Blanchard
2595M: anton@samba.org
2596L: sparclinux@vger.kernel.org
2597L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002598T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599S: Maintained
2600
2601SHARP LH SUPPORT (LH7952X & LH7A40X)
2602P: Marc Singer
2603M: elf@buici.com
2604W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002605L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606S: Maintained
2607
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002608SHPC HOTPLUG DRIVER
2609P: Kristen Carlson Accardi
2610M: kristen.c.accardi@intel.com
2611L: pcihpd-discuss@lists.sourceforge.net
2612S: Maintained
2613
Pierre Ossmand129bce2006-03-24 03:18:17 -08002614SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2615P: Pierre Ossman
2616M: drzeus-sdhci@drzeus.cx
2617L: sdhci-devel@list.drzeus.cx
2618W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2619S: Maintained
2620
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002621SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2622P: Stephen Hemminger
2623M: shemminger@osdl.org
2624L: netdev@vger.kernel.org
2625S: Maintained
2626
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627SPARC (sparc32):
2628P: William L. Irwin
2629M: wli@holomorphy.com
2630L: sparclinux@vger.kernel.org
2631S: Maintained
2632
2633SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2634P: Roger Wolff
2635M: R.E.Wolff@BitWizard.nl
2636L: linux-kernel@vger.kernel.org ?
2637S: Supported
2638
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639SRM (Alpha) environment access
2640P: Jan-Benedict Glaw
2641M: jbglaw@lug-owl.de
2642L: linux-kernel@vger.kernel.org
2643S: Maintained
2644
2645STARFIRE/DURALAN NETWORK DRIVER
2646P: Ion Badulescu
2647M: ionut@cs.columbia.edu
2648S: Maintained
2649
2650STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2651W: http://mosquitonet.Stanford.EDU/strip.html
2652S: Unsupported ?
2653
2654STRADIS MPEG-2 DECODER DRIVER
2655P: Nathan Laredo
2656M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657W: http://www.stradis.com/
2658S: Maintained
2659
2660SUPERH (sh)
2661P: Paul Mundt
2662M: lethal@linux-sh.org
2663P: Kazumoto Kojima
2664M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002665L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666W: http://www.linux-sh.org
2667W: http://www.m17n.org/linux-sh/
2668W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2669S: Maintained
2670
2671SUPERH64 (sh64)
2672P: Paul Mundt
2673M: lethal@linux-sh.org
2674P: Richard Curnow
2675M: rc@rc0.org.uk
2676L: linuxsh-shmedia-dev@lists.sourceforge.net
2677W: http://www.linux-sh.org
2678W: http://www.rc0.org.uk/sh64
2679S: Maintained
2680
2681SUN3/3X
2682P: Sam Creasey
2683M: sammy@sammy.net
2684L: sun3-list@redhat.com
2685W: http://sammy.net/sun3/
2686S: Maintained
2687
2688SVGA HANDLING
2689P: Martin Mares
2690M: mj@ucw.cz
2691L: linux-video@atrey.karlin.mff.cuni.cz
2692S: Maintained
2693
2694SYSV FILESYSTEM
2695P: Christoph Hellwig
2696M: hch@infradead.org
2697S: Maintained
2698
2699TI PARALLEL LINK CABLE DRIVER
2700P: Romain Lievin
2701M: roms@lpg.ticalc.org
2702S: Maintained
2703
Per Lidene86eaa32006-01-12 16:45:18 +01002704TIPC NETWORK LAYER
2705P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002706M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002707P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002708M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002709P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002710M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002711L: tipc-discussion@lists.sourceforge.net
2712W: http://tipc.sourceforge.net/
2713W: http://tipc.cslab.ericsson.net/
2714T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2715S: Maintained
2716
Linus Torvalds1da177e2005-04-16 15:20:36 -07002717TLAN NETWORK DRIVER
2718P: Samuel Chessman
2719M: chessman@tux.org
2720L: tlan-devel@lists.sourceforge.net
2721W: http://sourceforge.net/projects/tlan/
2722S: Maintained
2723
2724TOKEN-RING NETWORK DRIVER
2725P: Mike Phillips
2726M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002727L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728L: linux-tr@linuxtr.net
2729W: http://www.linuxtr.net
2730S: Maintained
2731
2732TOSHIBA ACPI EXTRAS DRIVER
2733P: John Belmonte
2734M: toshiba_acpi@memebeam.org
2735W: http://memebeam.org/toys/ToshibaAcpiDriver
2736S: Maintained
2737
2738TOSHIBA SMM DRIVER
2739P: Jonathan Buzzard
2740M: jonathan@buzzard.org.uk
2741L: tlinux-users@tce.toshiba-dme.co.jp
2742W: http://www.buzzard.org.uk/toshiba/
2743S: Maintained
2744
2745TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2746P: Muli Ben-Yehuda
2747M: mulix@mulix.org
2748L: linux-kernel@vger.kernel.org
2749S: Maintained
2750
2751TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002752P: Adrian Bunk
2753M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002755W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002756T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757S: Maintained
2758
2759TMS380 TOKEN-RING NETWORK DRIVER
2760P: Adam Fritzler
2761M: mid@auk.cx
2762L: linux-tr@linuxtr.net
2763W: http://www.auk.cx/tms380tr/
2764S: Maintained
2765
2766TULIP NETWORK DRIVER
2767P: Jeff Garzik
2768M: jgarzik@pobox.com
2769L: tulip-users@lists.sourceforge.net
2770W: http://sourceforge.net/projects/tulip/
2771S: Maintained
2772
2773TUN/TAP driver
2774P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002775M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776L: vtun@office.satix.net
2777W: http://vtun.sourceforge.net/tun
2778S: Maintained
2779
2780U14-34F SCSI DRIVER
2781P: Dario Ballabio
2782M: ballabio_dario@emc.com
2783L: linux-scsi@vger.kernel.org
2784S: Maintained
2785
2786UDF FILESYSTEM
2787P: Ben Fennema
2788M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789W: http://linux-udf.sourceforge.net
2790S: Maintained
2791
2792UNIFORM CDROM DRIVER
2793P: Jens Axboe
2794M: axboe@suse.de
2795L: linux-kernel@vger.kernel.org
2796W: http://www.kernel.dk
2797S: Maintained
2798
2799USB ACM DRIVER
2800P: Oliver Neukum
2801M: oliver@neukum.name
2802L: linux-usb-users@lists.sourceforge.net
2803L: linux-usb-devel@lists.sourceforge.net
2804S: Maintained
2805
2806USB BLOCK DRIVER (UB ub)
2807P: Pete Zaitcev
2808M: zaitcev@redhat.com
2809L: linux-kernel@vger.kernel.org
2810L: linux-usb-devel@lists.sourceforge.net
2811S: Supported
2812
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813USB CDC ETHERNET DRIVER
2814P: Greg Kroah-Hartman
2815M: greg@kroah.com
2816L: linux-usb-users@lists.sourceforge.net
2817L: linux-usb-devel@lists.sourceforge.net
2818S: Maintained
2819W: http://www.kroah.com/linux-usb/
2820
2821USB EHCI DRIVER
2822P: David Brownell
2823M: dbrownell@users.sourceforge.net
2824L: linux-usb-devel@lists.sourceforge.net
2825S: Maintained
2826
Luca Risolia7ce08c92006-01-11 02:06:59 +00002827USB ET61X[12]51 DRIVER
2828P: Luca Risolia
2829M: luca.risolia@studio.unibo.it
2830L: linux-usb-devel@lists.sourceforge.net
2831L: video4linux-list@redhat.com
2832W: http://www.linux-projects.org
2833S: Maintained
2834
Linus Torvalds1da177e2005-04-16 15:20:36 -07002835USB HID/HIDBP DRIVERS
2836P: Vojtech Pavlik
2837M: vojtech@suse.cz
2838L: linux-usb-users@lists.sourceforge.net
2839L: linux-usb-devel@lists.sourceforge.net
2840S: Maintained
2841
2842USB HUB DRIVER
2843P: Johannes Erdfelt
2844M: johannes@erdfelt.com
2845L: linux-usb-users@lists.sourceforge.net
2846L: linux-usb-devel@lists.sourceforge.net
2847S: Maintained
2848
Olav Kongas959eea22005-11-03 17:38:14 +02002849USB ISP116X DRIVER
2850P: Olav Kongas
2851M: ok@artecdesign.ee
2852L: linux-usb-devel@lists.sourceforge.net
2853S: Maintained
2854
Linus Torvalds1da177e2005-04-16 15:20:36 -07002855USB KAWASAKI LSI DRIVER
2856P: Oliver Neukum
2857M: oliver@neukum.name
2858L: linux-usb-users@lists.sourceforge.net
2859L: linux-usb-devel@lists.sourceforge.net
2860S: Maintained
2861
2862USB MASS STORAGE DRIVER
2863P: Matthew Dharm
2864M: mdharm-usb@one-eyed-alien.net
2865L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002866L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867S: Maintained
2868W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2869
2870USB OHCI DRIVER
2871P: Roman Weissgaerber
2872M: weissg@vienna.at
2873L: linux-usb-users@lists.sourceforge.net
2874L: linux-usb-devel@lists.sourceforge.net
2875S: Maintained
2876
Matthias Urlichsba460e42005-07-14 00:33:47 -07002877USB OPTION-CARD DRIVER
2878P: Matthias Urlichs
2879M: smurf@smurf.noris.de
2880L: linux-usb-devel@lists.sourceforge.net
2881S: Maintained
2882
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883USB OV511 DRIVER
2884P: Mark McClelland
2885M: mmcclell@bigfoot.com
2886L: linux-usb-users@lists.sourceforge.net
2887L: linux-usb-devel@lists.sourceforge.net
2888W: http://alpha.dyndns.org/ov511/
2889S: Maintained
2890
2891USB PEGASUS DRIVER
2892P: Petko Manolov
2893M: petkan@users.sourceforge.net
2894L: linux-usb-users@lists.sourceforge.net
2895L: linux-usb-devel@lists.sourceforge.net
2896W: http://pegasus2.sourceforge.net/
2897S: Maintained
2898
2899USB PRINTER DRIVER
2900P: Vojtech Pavlik
2901M: vojtech@suse.cz
2902L: linux-usb-users@lists.sourceforge.net
2903L: linux-usb-devel@lists.sourceforge.net
2904S: Maintained
2905
2906USB RTL8150 DRIVER
2907P: Petko Manolov
2908M: petkan@users.sourceforge.net
2909L: linux-usb-users@lists.sourceforge.net
2910L: linux-usb-devel@lists.sourceforge.net
2911W: http://pegasus2.sourceforge.net/
2912S: Maintained
2913
2914USB SE401 DRIVER
2915P: Jeroen Vreeken
2916M: pe1rxq@amsat.org
2917L: linux-usb-users@lists.sourceforge.net
2918L: linux-usb-devel@lists.sourceforge.net
2919W: http://www.chello.nl/~j.vreeken/se401/
2920S: Maintained
2921
2922USB SERIAL CYBERJACK DRIVER
2923P: Matthias Bruestle and Harald Welte
2924M: support@reiner-sct.com
2925W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2926S: Maintained
2927
2928USB SERIAL DIGI ACCELEPORT DRIVER
2929P: Peter Berger and Al Borchers
2930M: pberger@brimson.com
2931M: alborchers@steinerpoint.com
2932L: linux-usb-users@lists.sourceforge.net
2933L: linux-usb-devel@lists.sourceforge.net
2934S: Maintained
2935
2936USB SERIAL DRIVER
2937P: Greg Kroah-Hartman
2938M: gregkh@suse.de
2939L: linux-usb-users@lists.sourceforge.net
2940L: linux-usb-devel@lists.sourceforge.net
2941S: Supported
2942
2943USB SERIAL BELKIN F5U103 DRIVER
2944P: William Greathouse
2945M: wgreathouse@smva.com
2946L: linux-usb-users@lists.sourceforge.net
2947L: linux-usb-devel@lists.sourceforge.net
2948S: Maintained
2949
2950USB SERIAL CYPRESS M8 DRIVER
2951P: Lonnie Mendez
2952M: dignome@gmail.com
2953L: linux-usb-users@lists.sourceforge.net
2954L: linux-usb-devel@lists.sourceforge.net
2955S: Maintained
2956W: http://geocities.com/i0xox0i
2957W: http://firstlight.net/cvs
2958
2959USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2960L: linux-usb-users@lists.sourceforge.net
2961L: linux-usb-devel@lists.sourceforge.net
2962S: Maintained
2963
2964USB AUERSWALD DRIVER
2965P: Wolfgang Muees
2966M: wolfgang@iksw-muees.de
2967L: linux-usb-users@lists.sourceforge.net
2968L: linux-usb-devel@lists.sourceforge.net
2969S: Maintained
2970
2971USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2972P: Gary Brubaker
2973M: xavyer@ix.netcom.com
2974L: linux-usb-users@lists.sourceforge.net
2975L: linux-usb-devel@lists.sourceforge.net
2976S: Maintained
2977
2978USB SERIAL KEYSPAN DRIVER
2979P: Greg Kroah-Hartman
2980M: greg@kroah.com
2981L: linux-usb-users@lists.sourceforge.net
2982L: linux-usb-devel@lists.sourceforge.net
2983W: http://www.kroah.com/linux/
2984S: Maintained
2985
2986USB SERIAL WHITEHEAT DRIVER
2987P: Stuart MacDonald
2988M: stuartm@connecttech.com
2989L: linux-usb-users@lists.sourceforge.net
2990L: linux-usb-devel@lists.sourceforge.net
2991W: http://www.connecttech.com
2992S: Supported
2993
2994USB SN9C10x DRIVER
2995P: Luca Risolia
2996M: luca.risolia@studio.unibo.it
2997L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00002998L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999W: http://www.linux-projects.org
3000S: Maintained
3001
3002USB SUBSYSTEM
3003P: Greg Kroah-Hartman
3004M: gregkh@suse.de
3005L: linux-usb-users@lists.sourceforge.net
3006L: linux-usb-devel@lists.sourceforge.net
3007W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003008T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009S: Supported
3010
3011USB UHCI DRIVER
3012P: Alan Stern
3013M: stern@rowland.harvard.edu
3014L: linux-usb-users@lists.sourceforge.net
3015L: linux-usb-devel@lists.sourceforge.net
3016S: Maintained
3017
3018USB "USBNET" DRIVER
3019P: David Brownell
3020M: dbrownell@users.sourceforge.net
3021L: linux-usb-devel@lists.sourceforge.net
3022S: Maintained
3023
3024USB W996[87]CF DRIVER
3025P: Luca Risolia
3026M: luca.risolia@studio.unibo.it
3027L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003028L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029W: http://www.linux-projects.org
3030S: Maintained
3031
Luca Risolia60f78052006-02-06 16:29:35 +00003032USB ZC0301 DRIVER
3033P: Luca Risolia
3034M: luca.risolia@studio.unibo.it
3035L: linux-usb-devel@lists.sourceforge.net
3036L: video4linux-list@redhat.com
3037W: http://www.linux-projects.org
3038S: Maintained
3039
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040USB ZD1201 DRIVER
3041P: Jeroen Vreeken
3042M: pe1rxq@amsat.org
3043L: linux-usb-users@lists.sourceforge.net
3044L: linux-usb-devel@lists.sourceforge.net
3045W: http://linux-lc100020.sourceforge.net
3046S: Maintained
3047
3048USER-MODE LINUX
3049P: Jeff Dike
3050M: jdike@karaya.com
3051L: user-mode-linux-devel@lists.sourceforge.net
3052L: user-mode-linux-user@lists.sourceforge.net
3053W: http://user-mode-linux.sourceforge.net
3054S: Maintained
3055
3056FAT/VFAT/MSDOS FILESYSTEM:
3057P: OGAWA Hirofumi
3058M: hirofumi@mail.parknet.co.jp
3059L: linux-kernel@vger.kernel.org
3060S: Maintained
3061
3062VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3063P: Jeff Garzik
3064S: Odd fixes
3065
3066VIA RHINE NETWORK DRIVER
3067P: Roger Luethi
3068M: rl@hellgate.ch
3069S: Maintained
3070
Jean Delvare32c0a522005-09-22 21:47:58 +02003071VIAPRO SMBUS DRIVER
3072P: Jean Delvare
3073M: khali@linux-fr.org
3074L: lm-sensors@lm-sensors.org
3075S: Maintained
3076
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077UCLINUX (AND M68KNOMMU)
3078P: Greg Ungerer
3079M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003080W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003081L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082S: Maintained
3083
3084UCLINUX FOR NEC V850
3085P: Miles Bader
3086M: uclinux-v850@lsi.nec.co.jp
3087W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3088W: http://www.ee.nec.de/uclinux/
3089S: Supported
3090
3091UCLINUX FOR RENESAS H8/300
3092P: Yoshinori Sato
3093M: ysato@users.sourceforge.jp
3094W: http://uclinux-h8.sourceforge.jp/
3095S: Supported
3096
3097USB DIAMOND RIO500 DRIVER
3098P: Cesar Miquel
3099M: miquel@df.uba.ar
3100L: rio500-users@lists.sourceforge.net
3101W: http://rio500.sourceforge.net
3102S: Maintained
3103
3104VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003105P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003106M: mchehab@infradead.org
3107M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003109W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003110T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003111S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112
Roger Lucas1de9e372005-11-26 20:20:05 +01003113VT8231 HARDWARE MONITOR DRIVER
3114P: Roger Lucas
3115M: roger@planbit.co.uk
3116L: lm-sensors@lm-sensors.org
3117S: Maintained
3118
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119W1 DALLAS'S 1-WIRE BUS
3120P: Evgeniy Polyakov
3121M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003122L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123S: Maintained
3124
3125W83L51xD SD/MMC CARD INTERFACE DRIVER
3126P: Pierre Ossman
3127M: drzeus-wbsd@drzeus.cx
3128L: wbsd-devel@list.drzeus.cx
3129W: http://projects.drzeus.cx/wbsd
3130S: Maintained
3131
3132W83L785TS HARDWARE MONITOR DRIVER
3133P: Jean Delvare
3134M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003135L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136S: Odd Fixes
3137
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003138WATCHDOG DEVICE DRIVERS
3139P: Wim Van Sebroeck
3140M: wim@iguana.be
3141T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3142S: Maintained
3143
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3145P: Jean Tourrilhes
3146M: jt@hpl.hp.com
3147W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3148S: Maintained
3149
3150WD7000 SCSI DRIVER
3151P: Miroslav Zagorac
3152M: zaga@fly.cc.fer.hr
3153L: linux-scsi@vger.kernel.org
3154S: Maintained
3155
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003156WISTRON LAPTOP BUTTON DRIVER
3157P: Miloslav Trmac
3158M: mitr@volny.cz
3159S: Maintained
3160
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161WL3501 WIRELESS PCMCIA CARD DRIVER
3162P: Arnaldo Carvalho de Melo
3163M: acme@conectiva.com.br
3164W: http://advogato.org/person/acme
3165S: Maintained
3166
3167X.25 NETWORK LAYER
3168P: Henner Eisen
3169M: eis@baty.hanse.de
3170L: linux-x25@vger.kernel.org
3171S: Maintained
3172
3173XFS FILESYSTEM
3174P: Silicon Graphics Inc
3175M: xfs-masters@oss.sgi.com
3176M: nathans@sgi.com
3177L: linux-xfs@oss.sgi.com
3178W: http://oss.sgi.com/projects/xfs
3179S: Supported
3180
3181X86 3-LEVEL PAGING (PAE) SUPPORT
3182P: Ingo Molnar
3183M: mingo@redhat.com
3184S: Maintained
3185
3186X86-64 port
3187P: Andi Kleen
3188M: ak@suse.de
3189L: discuss@x86-64.org
3190W: http://www.x86-64.org
3191S: Maintained
3192
3193YAM DRIVER FOR AX.25
3194P: Jean-Paul Roubelat
3195M: jpr@f6fbb.org
3196L: linux-hams@vger.kernel.org
3197S: Maintained
3198
Henkaf64a5e2005-10-12 15:02:56 +02003199YEALINK PHONE DRIVER
3200P: Henk Vergonet
3201M: Henk.Vergonet@gmail.com
3202L: usbb2k-api-dev@nongnu.org
3203S: Maintained
3204
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3206P: Pete Zaitcev
3207M: zaitcev@yahoo.com
3208L: linux-kernel@vger.kernel.org
3209S: Obsolete
3210
3211Z8530 DRIVER FOR AX.25
3212P: Joerg Reuter
3213M: jreuter@yaina.de
3214W: http://yaina.de/jreuter/
3215W: http://www.qsl.net/dl1bke/
3216L: linux-hams@vger.kernel.org
3217S: Maintained
3218
3219ZF MACHZ WATCHDOG
3220P: Fernando Fuganti
3221M: fuganti@netbank.com.br
3222W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3223S: Maintained
3224
3225ZR36067 VIDEO FOR LINUX DRIVER
3226P: Ronald Bultje
3227M: rbultje@ronald.bitfreak.net
3228L: mjpeg-users@lists.sourceforge.net
3229W: http://mjpeg.sourceforge.net/driver-zoran/
3230S: Maintained
3231
3232ZR36120 VIDEO FOR LINUX DRIVER
3233P: Pauline Middelink
3234M: middelin@polyware.nl
3235W: http://www.polyware.nl/~middelin/En/hobbies.html
3236W: http://www.polyware.nl/~middelin/hobbies.html
3237S: Maintained
3238
3239THE REST
3240P: Linus Torvalds
3241S: Buried alive in reporters