blob: c1b02aea380d1109b85c0c214c586195878a9412 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
Alan Coxc9ee1332006-05-20 15:00:12 -070043 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
Alan Coxc9ee1332006-05-20 15:00:12 -0700527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
58 -----------------------------------
59
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080070T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070071S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070086L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070087L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070094L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070095S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700143L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147P: Russell King
148M: rmk+serial@arm.linux.org.uk
149L: linux-serial@vger.kernel.org
150W: http://serial.sourceforge.net
151S: Maintained
152
1538390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
154P: Paul Gortmaker
155M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700156L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157S: Maintained
158
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001599P FILE SYSTEM
160P: Eric Van Hensbergen
161M: ericvh@gmail.com
162P: Ron Minnich
163M: rminnich@lanl.gov
164P: Latchesar Ionkov
165M: lucho@ionkov.net
166L: v9fs-developer@lists.sourceforge.net
167W: http://v9fs.sf.net
168T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
169S: Maintained
170
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171A2232 SERIAL BOARD DRIVER
172P: Enver Haase
173M: ehaase@inf.fu-berlin.de
174M: A2232@gmx.net
175L: linux-m68k@lists.linux-m68k.org
176S: Maintained
177
178AIO
179P: Benjamin LaHaise
180M: bcrl@kvack.org
181L: linux-aio@kvack.org
182S: Supported
183
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200184ABIT UGURU HARDWARE MONITOR DRIVER
185P: Hans de Goede
186M: j.w.r.degoede@hhs.nl
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
196ACI MIXER DRIVER
197P: Robert Siemer
198M: Robert.Siemer@gmx.de
199L: linux-sound@vger.kernel.org
200W: http://www.stud.uni-karlsruhe.de/~uh1b/
201S: Maintained
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203AACRAID SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205L: linux-scsi@vger.kernel.org
206W: http://linux.dell.com/storage.shtml
207S: Supported
208
209ACPI
210P: Len Brown
211M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500212L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800214T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215S: Maintained
216
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700217ACPI PCI HOTPLUG DRIVER
218P: Kristen Carlson Accardi
219M: kristen.c.accardi@intel.com
220L: pcihpd-discuss@lists.sourceforge.net
221S: Maintained
222
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223AD1816 SOUND DRIVER
224P: Thorsten Knabe
225M: Thorsten Knabe <linux@thorsten-knabe.de>
226W: http://linux.thorsten-knabe.de
227S: Maintained
228
Kyle McMartin6958ae32005-10-21 23:11:27 -0400229AD1889 SOUND DRIVER
230P: Kyle McMartin
231M: kyle@parisc-linux.org
232P: Thibaut Varene
233M: T-Bone@parisc-linux.org
234W: http://wiki.parisc-linux.org/AD1889
235L: parisc-linux@lists.parisc-linux.org
236S: Maintained
237
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238ADM1025 HARDWARE MONITOR DRIVER
239P: Jean Delvare
240M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200241L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242S: Maintained
243
244ADT746X FAN DRIVER
245P: Colin Leroy
246M: colin@colino.net
247S: Maintained
248
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249AEDSP16 DRIVER
250P: Riccardo Facchetti
251M: fizban@tin.it
252S: Maintained
253
254AFFS FILE SYSTEM
255P: Roman Zippel
256M: zippel@linux-m68k.org
257S: Maintained
258
259AGPGART DRIVER
260P: Dave Jones
261M: davej@codemonkey.org.uk
262W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800263T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264S: Maintained
265
266AHA152X SCSI DRIVER
267P: Juergen E. Fischer
268M: Juergen Fischer <fischer@norbit.de>
269L: linux-scsi@vger.kernel.org
270S: Maintained
271
272ALCATEL SPEEDTOUCH USB DRIVER
273P: Duncan Sands
274M: duncan.sands@free.fr
275L: linux-usb-users@lists.sourceforge.net
276L: linux-usb-devel@lists.sourceforge.net
277W: http://www.linux-usb.org/SpeedTouch/
278S: Maintained
279
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000280ALI1563 I2C DRIVER
281P: Rudolf Marek
282M: r.marek@sh.cvut.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200283L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000284S: Maintained
285
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286ALPHA PORT
287P: Richard Henderson
288M: rth@twiddle.net
289S: Odd Fixes for 2.4; Maintained for 2.6.
290P: Ivan Kokshaysky
291M: ink@jurassic.park.msu.ru
292S: Maintained for 2.4; PCI support for 2.6.
293
Jordan Crousef90b8112006-01-06 00:12:14 -0800294AMD GEODE PROCESSOR/CHIPSET SUPPORT
295P: Jordan Crouse
296M: info-linux@geode.amd.com
297L: info-linux@geode.amd.com
298W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
299S: Supported
300
Tom Tuckerf94b5332006-09-22 15:22:48 -0700301AMSO1100 RNIC DRIVER
302P: Tom Tucker
303M: tom@opengridcomputing.com
304P: Steve Wise
305M: swise@opengridcomputing.com
306L: openib-general@openib.org
307S: Maintained
308
Johannes Berg42269062006-07-25 16:15:50 +0200309AOA (Apple Onboard Audio) ALSA DRIVER
310P: Johannes Berg
311M: johannes@sipsolutions.net
312L: linuxppc-dev@ozlabs.org
313L: alsa-devel@alsa-project.org
314S: Maintained
315
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316APM DRIVER
317P: Stephen Rothwell
318M: sfr@canb.auug.org.au
319L: linux-laptop@vger.kernel.org
320W: http://www.canb.auug.org.au/~sfr/
321S: Supported
322
323APPLETALK NETWORK LAYER
324P: Arnaldo Carvalho de Melo
325M: acme@conectiva.com.br
326S: Maintained
327
Jaya Kumar1154ea72005-06-21 17:17:04 -0700328ARC FRAMEBUFFER DRIVER
329P: Jaya Kumar
330M: jayalk@intworks.biz
331S: Maintained
332
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333ARM26 ARCHITECTURE
334P: Ian Molton
335M: spyro@f2s.com
336S: Maintained
337
338ARM26/ARCHIMEDES
339P: Ian Molton
340M: spyro@f2s.com
341S: Maintained
342
343ARM26/A5000
344P: John Appleby
345M: john@dnsworld.co.uk
346S: Maintained
347
348ARM MFM AND FLOPPY DRIVERS
349P: Ian Molton
350M: spyro@f2s.com
351S: Maintained
352
353ARM/CORGI MACHINE SUPPORT
354P: Richard Purdie
355M: rpurdie@rpsys.net
356S: Maintained
357
Dirk Opfer8459c152005-11-06 14:27:52 +0000358ARM/TOSA MACHINE SUPPORT
359P: Dirk Opfer
360M: dirk@opfer-online.de
361S: Maintained
362
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363ARM/PLEB SUPPORT
364P: Peter Chubb
365M: pleb@gelato.unsw.edu.au
366W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
367S: Maintained
368
369ARM/PT DIGITAL BOARD PORT
370P: Stefan Eletzhofer
371M: stefan.eletzhofer@eletztrick.de
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.arm.linux.org.uk/
374S: Maintained
375
376ARM/SHARK MACHINE SUPPORT
377P: Alexander Schulz
378M: alex@shark-linux.de
379W: http://www.shark-linux.de/shark.html
380S: Maintained
381
382ARM/STRONGARM110 PORT
383P: Russell King
384M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700385L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386W: http://www.arm.linux.org.uk/
387S: Maintained
388
389ARM/S3C2410 ARM ARCHITECTURE
390P: Ben Dooks
391M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700392L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393W: http://www.fluff.org/ben/linux/
394S: Maintained
395
396ARM/S3C2440 ARM ARCHITECTURE
397P: Ben Dooks
398M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700399L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400W: http://www.fluff.org/ben/linux/
401S: Maintained
402
403ARPD SUPPORT
404P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700405L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406S: Maintained
407
408ASUS ACPI EXTRAS DRIVER
409P: Karol Kozimor
410M: sziwan@users.sourceforge.net
411P: Julien Lerouge
412M: julien.lerouge@free.fr
413L: acpi4asus-user@lists.sourceforge.net
414W: http://sourceforge.net/projects/acpi4asus
415W: http://julien.lerouge.free.fr
416S: Maintained
417
418ATA OVER ETHERNET DRIVER
419P: Ed L. Cashin
420M: ecashin@coraid.com
421W: http://www.coraid.com/support/linux
422S: Supported
423
424ATM
425P: Chas Williams
426M: chas@cmf.nrl.navy.mil
Roland Dreierf37bf902006-09-13 20:39:33 -0700427L: linux-atm-general@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428W: http://linux-atm.sourceforge.net
429S: Maintained
430
431ATMEL WIRELESS DRIVER
432P: Simon Kelley
433M: simon@thekelleys.org.uk
434W: http://www.thekelleys.org.uk/atmel
435W: http://atmelwlandriver.sourceforge.net/
436S: Maintained
437
Chris Wrighta92b7b82005-07-07 18:12:23 -0700438AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100439P: David Woodhouse
440M: dwmw2@infradead.org
441L: linux-audit@redhat.com
442W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800443T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700444S: Maintained
445
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -0700446AVR32 ARCHITECTURE
447P: Atmel AVR32 Support Team
448M: avr32@atmel.com
449P: Haavard Skinnemoen
450M: hskinnemoen@atmel.com
451W: http://www.atmel.com/products/AVR32/
452W: http://avr32linux.org/
453W: http://avrfreaks.net/
454S: Supported
455
456AVR32/AT32AP MACHINE SUPPORT
457P: Atmel AVR32 Support Team
458M: avr32@atmel.com
459P: Haavard Skinnemoen
460M: hskinnemoen@atmel.com
461S: Supported
462
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463AX.25 NETWORK LAYER
464P: Ralf Baechle
465M: ralf@linux-mips.org
466L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200467W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468S: Maintained
469
470BAYCOM/HDLCDRV DRIVERS FOR AX.25
471P: Thomas Sailer
472M: t.sailer@alumni.ethz.ch
473L: linux-hams@vger.kernel.org
474W: http://www.baycom.org/~tom/ham/ham.html
475S: Maintained
476
Michael Bueschfb67a0f2006-08-16 00:39:36 +0200477BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
478P: Larry Finger
479M: Larry.Finger@lwfinger.net
Michael Buesch9eac8f92006-04-22 17:31:27 +0200480P: Stefano Brivio
481M: st3@riseup.net
482W: http://bcm43xx.berlios.de/
483S: Maintained
484
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485BEFS FILE SYSTEM
486P: Sergey S. Kostyliov
487M: rathamahata@php4.ru
488L: linux-kernel@vger.kernel.org
489S: Maintained
490
491BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
492P: Kenji Hollis
493W: http://ftp.bitgate.com/pcwd/
494S: Maintained
495
496BFS FILE SYSTEM
497P: Tigran A. Aivazian
498M: tigran@veritas.com
499L: linux-kernel@vger.kernel.org
500S: Maintained
501
502BLOCK LAYER
503P: Jens Axboe
504M: axboe@suse.de
505L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800506T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507S: Maintained
508
509BLUETOOTH SUBSYSTEM
510P: Marcel Holtmann
511M: marcel@holtmann.org
512P: Maxim Krasnyansky
513M: maxk@qualcomm.com
514L: bluez-devel@lists.sf.net
515W: http://bluez.sf.net
516W: http://www.bluez.org
517W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800518T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519S: Maintained
520
521BLUETOOTH RFCOMM LAYER
522P: Marcel Holtmann
523M: marcel@holtmann.org
524P: Maxim Krasnyansky
525M: maxk@qualcomm.com
526S: Maintained
527
528BLUETOOTH BNEP LAYER
529P: Marcel Holtmann
530M: marcel@holtmann.org
531P: Maxim Krasnyansky
532M: maxk@qualcomm.com
533S: Maintained
534
535BLUETOOTH CMTP LAYER
536P: Marcel Holtmann
537M: marcel@holtmann.org
538S: Maintained
539
540BLUETOOTH HIDP LAYER
541P: Marcel Holtmann
542M: marcel@holtmann.org
543S: Maintained
544
545BLUETOOTH HCI UART DRIVER
546P: Marcel Holtmann
547M: marcel@holtmann.org
548P: Maxim Krasnyansky
549M: maxk@qualcomm.com
550S: Maintained
551
552BLUETOOTH HCI USB DRIVER
553P: Marcel Holtmann
554M: marcel@holtmann.org
555P: Maxim Krasnyansky
556M: maxk@qualcomm.com
557S: Maintained
558
559BLUETOOTH HCI BCM203X DRIVER
560P: Marcel Holtmann
561M: marcel@holtmann.org
562S: Maintained
563
564BLUETOOTH HCI BPA10X DRIVER
565P: Marcel Holtmann
566M: marcel@holtmann.org
567S: Maintained
568
569BLUETOOTH HCI BFUSB DRIVER
570P: Marcel Holtmann
571M: marcel@holtmann.org
572S: Maintained
573
574BLUETOOTH HCI DTL1 DRIVER
575P: Marcel Holtmann
576M: marcel@holtmann.org
577S: Maintained
578
579BLUETOOTH HCI BLUECARD DRIVER
580P: Marcel Holtmann
581M: marcel@holtmann.org
582S: Maintained
583
584BLUETOOTH HCI BT3C DRIVER
585P: Marcel Holtmann
586M: marcel@holtmann.org
587S: Maintained
588
589BLUETOOTH HCI BTUART DRIVER
590P: Marcel Holtmann
591M: marcel@holtmann.org
592S: Maintained
593
594BLUETOOTH HCI VHCI DRIVER
595P: Maxim Krasnyansky
596M: maxk@qualcomm.com
597S: Maintained
598
599BONDING DRIVER
600P: Chad Tindel
601M: ctindel@users.sourceforge.net
602P: Jay Vosburgh
603M: fubar@us.ibm.com
604L: bonding-devel@lists.sourceforge.net
605W: http://sourceforge.net/projects/bonding/
606S: Supported
607
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000608BROADBAND PROCESSOR ARCHITECTURE
609P: Arnd Bergmann
610M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100611L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400612W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000613S: Supported
614
Gary Zambrano39105892006-06-22 17:26:20 -0700615BROADCOM B44 10/100 ETHERNET DRIVER
616P: Gary Zambrano
617M: zambrano@broadcom.com
618L: netdev@vger.kernel.org
619S: Supported
620
Michael Chan948c51e2006-06-04 02:51:39 -0700621BROADCOM BNX2 GIGABIT ETHERNET DRIVER
622P: Michael Chan
623M: mchan@broadcom.com
624L: netdev@vger.kernel.org
625S: Supported
626
627BROADCOM TG3 GIGABIT ETHERNET DRIVER
628P: Michael Chan
629M: mchan@broadcom.com
630L: netdev@vger.kernel.org
631S: Supported
632
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700634P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200635M: mchehab@infradead.org
636M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700638W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200639T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700640S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200642CALGARY x86-64 IOMMU
643P: Muli Ben-Yehuda
644M: muli@il.ibm.com
645P: Jon D. Mason
646M: jdmason@us.ibm.com
647L: linux-kernel@vger.kernel.org
648L: discuss@x86-64.org
649S: Maintained
650
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651COMMON INTERNET FILE SYSTEM (CIFS)
652P: Steve French
653M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100654L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655L: samba-technical@lists.samba.org
656W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800657T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658S: Supported
659
Joel Becker7063fbf2005-12-15 14:29:43 -0800660CONFIGFS
661P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800662M: joel.becker@oracle.com
663L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800664S: Supported
665
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666CIRRUS LOGIC GENERIC FBDEV DRIVER
667P: Jeff Garzik
668M: jgarzik@pobox.com
669L: linux-fbdev-devel@lists.sourceforge.net
670S: Odd Fixes
671
672CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
673P: Cirrus Logic Corporation (kernel 2.2 driver)
674M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
675P: Nils Faerber (port to kernel 2.4)
676M: Nils Faerber <nils@kernelconcepts.de>
677S: Maintained
678
679CODA FILE SYSTEM
680P: Jan Harkes
681M: jaharkes@cs.cmu.edu
682M: coda@cs.cmu.edu
683L: codalist@coda.cs.cmu.edu
684W: http://www.coda.cs.cmu.edu/
685S: Maintained
686
687COMPACTPCI HOTPLUG CORE
688P: Scott Murray
689M: scottm@somanetworks.com
690M: scott@spiteful.org
691L: pcihpd-discuss@lists.sourceforge.net
692S: Supported
693
694COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
695P: Scott Murray
696M: scottm@somanetworks.com
697M: scott@spiteful.org
698L: pcihpd-discuss@lists.sourceforge.net
699S: Supported
700
701COMPACTPCI HOTPLUG GENERIC DRIVER
702P: Scott Murray
703M: scottm@somanetworks.com
704M: scott@spiteful.org
705L: pcihpd-discuss@lists.sourceforge.net
706S: Supported
707
708COMPUTONE INTELLIPORT MULTIPORT CARD
709P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700710M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700712S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713
714COSA/SRP SYNC SERIAL DRIVER
715P: Jan "Yenya" Kasprzak
716M: kas@fi.muni.cz
717W: http://www.fi.muni.cz/~kas/cosa/
718S: Maintained
719
720CPU FREQUENCY DRIVERS
721P: Dave Jones
722M: davej@codemonkey.org.uk
723L: cpufreq@lists.linux.org.uk
724W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800725T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726S: Maintained
727
728CPUID/MSR DRIVER
729P: H. Peter Anvin
730M: hpa@zytor.com
731S: Maintained
732
Paul Jacksoned90fb42005-09-27 21:45:37 -0700733CPUSETS
734P: Paul Jackson
735P: Simon Derr
736M: pj@sgi.com
737M: simon.derr@bull.net
738L: linux-kernel@vger.kernel.org
739W: http://www.bullopensource.org/cpuset/
740S: Supported
741
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742CRAMFS FILESYSTEM
743W: http://sourceforge.net/projects/cramfs/
744S: Orphan
745
746CRIS PORT
747P: Mikael Starvik
748M: starvik@axis.com
749L: dev-etrax@axis.com
750W: http://developer.axis.com
751S: Maintained
752
753CRYPTO API
754P: Herbert Xu
755M: herbert@gondor.apana.org.au
756P: David S. Miller
757M: davem@davemloft.net
758L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800759T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760S: Maintained
761
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100762CS5535 Audio ALSA driver
763P: Jaya Kumar
764M: jayakumar.alsa@gmail.com
765S: Maintained
766
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767CYBERPRO FB DRIVER
768P: Russell King
769M: rmk@arm.linux.org.uk
770W: http://www.arm.linux.org.uk/
771S: Maintained
772
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700773CYBLAFB FRAMEBUFFER DRIVER
774P: Knut Petersen
775M: Knut_Petersen@t-online.de
776L: linux-fbdev-devel@lists.sourceforge.net
777S: Maintained
778
Linus Torvalds1da177e2005-04-16 15:20:36 -0700779CYCLADES 2X SYNC CARD DRIVER
780P: Arnaldo Carvalho de Melo
781M: acme@conectiva.com.br
782W: http://advogato.org/person/acme
783L: cycsyn-devel@bazar.conectiva.com.br
784S: Maintained
785
786CYCLADES ASYNC MUX DRIVER
787M: async@cyclades.com
788W: http://www.cyclades.com/
789S: Supported
790
791CYCLADES PC300 DRIVER
792M: pc300@cyclades.com
793W: http://www.cyclades.com/
794S: Supported
795
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796DAMA SLAVE for AX.25
797P: Joerg Reuter
798M: jreuter@yaina.de
799W: http://yaina.de/jreuter/
800W: http://www.qsl.net/dl1bke/
801L: linux-hams@vger.kernel.org
802S: Maintained
803
804DC395x SCSI driver
805P: Oliver Neukum
806M: oliver@neukum.name
807P: Ali Akcaagac
808M: aliakc@web.de
809P: Jamie Lenehan
810M: lenehan@twibble.org
811W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -0700812L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813L: http://lists.twibble.org/mailman/listinfo/dc395x/
814S: Maintained
815
816DC390/AM53C974 SCSI driver
817P: Kurt Garloff
818M: garloff@suse.de
819W: http://www.garloff.de/kurt/linux/dc390/
820P: Guennadi Liakhovetski
821M: g.liakhovetski@gmx.de
822S: Maintained
823
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700824DCCP PROTOCOL
825P: Arnaldo Carvalho de Melo
826M: acme@mandriva.com
827L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800828W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700829S: Maintained
830
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831DECnet NETWORK LAYER
832P: Patrick Caulfield
833M: patrick@tykepenguin.com
834W: http://linux-decnet.sourceforge.net
835L: linux-decnet-user@lists.sourceforge.net
836S: Maintained
837
838DEFXX FDDI NETWORK DRIVER
839P: Maciej W. Rozycki
840M: macro@linux-mips.org
841S: Maintained
842
843DELL LAPTOP SMM DRIVER
844P: Massimo Dal Zotto
845M: dz@debian.org
846W: http://www.debian.org/~dz/i8k/
847S: Maintained
848
Doug Warzecha90563ec2005-09-06 15:17:15 -0700849DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
850P: Doug Warzecha
851M: Douglas_Warzecha@dell.com
852S: Maintained
853
Pavel Machek5ddb88c2006-09-29 02:01:29 -0700854DEVICE-MAPPER (LVM)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855P: Alasdair Kergon
856L: dm-devel@redhat.com
857W: http://sources.redhat.com/dm
858S: Maintained
859
860DEVICE NUMBER REGISTRY
861P: Torben Mathiasen
862M: device@lanana.org
863W: http://lanana.org/docs/device-list/index.html
864L: linux-kernel@vger.kernel.org
865S: Maintained
866
867DEVICE FILESYSTEM
868S: Obsolete
869
870DIGI INTL. EPCA DRIVER
871P: Digi International, Inc
872M: Eng.Linux@digi.com
873L: Eng.Linux@digi.com
874W: http://www.digi.com
875S: Orphaned
876
877DIGI RIGHTSWITCH NETWORK DRIVER
878P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700879L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880W: http://www.digi.com
881S: Orphaned
882
883DIRECTORY NOTIFICATION
884P: Stephen Rothwell
885M: sfr@canb.auug.org.au
886L: linux-kernel@vger.kernel.org
887S: Supported
888
889DISK GEOMETRY AND PARTITION HANDLING
890P: Andries Brouwer
891M: aeb@cwi.nl
892W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
893W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
894W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
895S: Maintained
896
897DISKQUOTA:
898P: Jan Kara
899M: jack@suse.cz
900L: linux-kernel@vger.kernel.org
901S: Maintained
902
903DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
904P: Tobias Ringstrom
905M: tori@unhappy.mine.nu
906L: linux-kernel@vger.kernel.org
907S: Maintained
908
Martin Waitzba483d52005-06-17 13:20:59 -0700909DOCBOOK FOR DOCUMENTATION
910P: Martin Waitz
911M: tali@admingilde.org
Randy Dunlap0f40efb2006-07-03 00:24:15 -0700912P: Randy Dunlap
913M: rdunlap@xenotime.net
Martin Waitz061350e2006-01-09 20:53:53 -0800914T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700915S: Maintained
916
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -0400917DOCKING STATION DRIVER
918P: Kristen Carlson Accardi
919M: kristen.c.accardi@intel.com
920L: linux-acpi@vger.kernel.org
921S: Maintained
922
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923DOUBLETALK DRIVER
924P: James R. Van Zandt
925M: jrv@vanzandt.mv.com
926L: blinux-list@redhat.com
927S: Maintained
928
929DRIVER CORE, KOBJECTS, AND SYSFS
930P: Greg Kroah-Hartman
931M: gregkh@suse.de
932L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800933T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934S: Supported
935
936DRM DRIVERS
937P: David Airlie
938M: airlied@linux.ie
939L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800940T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941S: Maintained
942
943DSCC4 DRIVER
944P: François Romieu
945M: romieu@cogenit.fr
946M: romieu@ensta.fr
947S: Maintained
948
949DVB SUBSYSTEM AND DRIVERS
950P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200951M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200953W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200954T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200955S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956
957EATA-DMA SCSI DRIVER
958P: Michael Neuffer
959L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
960S: Maintained
961
962EATA ISA/EISA/PCI SCSI DRIVER
963P: Dario Ballabio
964M: ballabio_dario@emc.com
965L: linux-scsi@vger.kernel.org
966S: Maintained
967
968EATA-PIO SCSI DRIVER
969P: Michael Neuffer
970M: mike@i-Connect.Net
971L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
972S: Maintained
973
974EBTABLES
975P: Bart De Schuymer
976M: bart.de.schuymer@pandora.be
977L: ebtables-user@lists.sourceforge.net
978L: ebtables-devel@lists.sourceforge.net
979W: http://ebtables.sourceforge.net/
980S: Maintained
981
Alan Coxda9bb1d2006-01-18 17:44:13 -0800982EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800983P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700984M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800985L: bluesmoke-devel@lists.sourceforge.net
986W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700987S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -0800988
989EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700990P: Mark Gross
991M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800992L: bluesmoke-devel@lists.sourceforge.net
993W: bluesmoke.sourceforge.net
994S: Maintained
995
996EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700997P: Doug Thompson
998M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800999L: bluesmoke-devel@lists.sourceforge.net
1000W: bluesmoke.sourceforge.net
1001S: Maintained
1002
1003EDAC-R82600
1004P: Tim Small
1005M: tim@buttersideup.com
1006L: bluesmoke-devel@lists.sourceforge.net
1007W: bluesmoke.sourceforge.net
1008S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -08001009
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010EEPRO100 NETWORK DRIVER
1011P: Andrey V. Savochkin
1012M: saw@saw.sw.com.sg
1013S: Maintained
1014
Josh Triplett0bee8d22006-07-30 03:03:58 -07001015EFS FILESYSTEM
1016W: http://aeschi.ch.eu.org/efs/
1017S: Orphan
1018
Heiko J Schickfab97222006-09-22 15:22:22 -07001019EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1020P: Hoang-Nam Nguyen
1021M: hnguyen@de.ibm.com
1022P: Christoph Raisch
1023M: raisch@de.ibm.com
1024L: openib-general@openib.org
1025S: Supported
1026
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027EMU10K1 SOUND DRIVER
1028P: James Courtier-Dutton
1029M: James@superbug.demon.co.uk
1030L: emu10k1-devel@lists.sourceforge.net
1031W: http://sourceforge.net/projects/emu10k1/
1032S: Maintained
1033
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -04001034EMULEX LPFC FC SCSI DRIVER
1035P: James Smart
1036M: james.smart@emulex.com
1037L: linux-scsi@vger.kernel.org
1038W: http://sourceforge.net/projects/lpfcxxxx
1039S: Supported
1040
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041EPSON 1355 FRAMEBUFFER DRIVER
1042P: Christopher Hoover
1043M: ch@murgatroid.com, ch@hpl.hp.com
1044S: Maintained
1045
1046ETHEREXPRESS-16 NETWORK DRIVER
1047P: Philip Blundell
1048M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001049L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050S: Maintained
1051
1052ETHERNET BRIDGE
1053P: Stephen Hemminger
1054M: shemminger@osdl.org
1055L: bridge@osdl.org
1056W: http://bridge.sourceforge.net/
1057S: Maintained
1058
1059ETHERTEAM 16I DRIVER
1060P: Mika Kuoppala
1061M: miku@iki.fi
1062S: Maintained
1063
1064EXT2 FILE SYSTEM
1065L: ext2-devel@lists.sourceforge.net
1066S: Maintained
1067
1068EXT3 FILE SYSTEM
1069P: Stephen Tweedie, Andrew Morton
1070M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001071L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072S: Maintained
1073
Jean Delvaree53004e2006-01-09 23:26:14 +01001074F71805F HARDWARE MONITORING DRIVER
1075P: Jean Delvare
1076M: khali@linux-fr.org
1077L: lm-sensors@lm-sensors.org
1078S: Maintained
1079
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080FARSYNC SYNCHRONOUS DRIVER
1081P: Kevin Curtis
1082M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083W: http://www.farsite.co.uk/
1084S: Supported
1085
1086FRAMEBUFFER LAYER
1087P: Antonino Daplas
1088M: adaplas@pol.net
1089L: linux-fbdev-devel@lists.sourceforge.net
1090W: http://linux-fbdev.sourceforge.net/
1091S: Maintained
1092
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001093FREESCALE SOC FS_ENET DRIVER
1094P: Pantelis Antoniou
1095M: pantelis.antoniou@gmail.com
1096P: Vitaly Bordug
1097M: vbordug@ru.mvista.com
1098L: linuxppc-embedded@ozlabs.org
1099L: netdev@vger.kernel.org
1100S: Maintained
1101
Linus Torvalds1da177e2005-04-16 15:20:36 -07001102FILE LOCKING (flock() and fcntl()/lockf())
1103P: Matthew Wilcox
1104M: matthew@wil.cx
1105L: linux-fsdevel@vger.kernel.org
1106S: Maintained
1107
1108FILESYSTEMS (VFS and infrastructure)
1109P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001110M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111S: Maintained
1112
1113FIRMWARE LOADER (request_firmware)
1114L: linux-kernel@vger.kernel.org
1115S: Orphan
1116
1117FPU EMULATOR
1118P: Bill Metzenthen
1119M: billm@suburbia.net
1120W: http://suburbia.net/~billm/floating-point/emulator/
1121S: Maintained
1122
1123FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1124P: Mike McLagan
1125M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001126L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127S: Maintained
1128
1129FREEVXFS FILESYSTEM
1130P: Christoph Hellwig
1131M: hch@infradead.org
1132W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1133S: Maintained
1134
1135FUJITSU FR-V PORT
1136P: David Howells
1137M: dhowells@redhat.com
1138S: Maintained
1139
1140FTAPE/QIC-117
1141L: linux-tape@vger.kernel.org
1142W: http://sourceforge.net/projects/ftape
1143S: Orphan
1144
Miklos Szeredi04578f12005-09-09 13:10:22 -07001145FUSE: FILESYSTEM IN USERSPACE
1146P: Miklos Szeredi
1147M: miklos@szeredi.hu
1148L: fuse-devel@lists.sourceforge.net
1149W: http://fuse.sourceforge.net/
1150S: Maintained
1151
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1153P: Rik Faith
1154M: faith@cs.unc.edu
1155L: linux-scsi@vger.kernel.org
1156S: Odd fixes (e.g., new signatures)
1157
1158GDT SCSI DISK ARRAY CONTROLLER DRIVER
1159P: Achim Leubner
1160M: achim_leubner@adaptec.com
1161L: linux-scsi@vger.kernel.org
1162W: http://www.icp-vortex.com/
1163S: Supported
1164
1165GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1166P: Krzysztof Halasa
1167M: khc@pm.waw.pl
1168W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1169S: Maintained
1170
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001171GIGASET ISDN DRIVERS
1172P: Hansjoerg Lipp
1173M: hjlipp@web.de
1174P: Tilman Schmidt
1175M: tilman@imap.cc
1176L: gigaset307x-common@lists.sourceforge.net
1177W: http://gigaset307x.sourceforge.net/
1178S: Maintained
1179
Jean Delvare5b543962005-08-15 19:51:02 +02001180HARDWARE MONITORING
1181P: Jean Delvare
1182M: khali@linux-fr.org
1183L: lm-sensors@lm-sensors.org
1184W: http://www.lm-sensors.nu/
1185S: Maintained
1186
Michael Buesch844dd052006-06-26 00:24:59 -07001187HARDWARE RANDOM NUMBER GENERATOR CORE
1188P: Michael Buesch
1189M: mb@bu3sch.de
1190S: Maintained
1191
Robert Love860e1d62005-08-31 23:57:59 -04001192HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1193P: Robert Love
1194M: rlove@rlove.org
1195M: linux-kernel@vger.kernel.org
1196W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1197S: Maintained
1198
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199HARMONY SOUND DRIVER
1200P: Kyle McMartin
1201M: kyle@parisc-linux.org
1202W: http://www.parisc-linux.org/~kyle/harmony/
1203L: parisc-linux@lists.parisc-linux.org
1204S: Maintained
1205
1206HAYES ESP SERIAL DRIVER
1207P: Andrew J. Robinson
1208M: arobinso@nyx.net
1209L: linux-kernel@vger.kernel.org
1210W: http://www.nyx.net/~arobinso
1211S: Maintained
1212
1213HFS FILESYSTEM
1214P: Roman Zippel
1215M: zippel@linux-m68k.org
1216L: linux-kernel@vger.kernel.org
1217S: Maintained
1218
1219HGA FRAMEBUFFER DRIVER
1220P: Ferenc Bakonyi
1221M: fero@drama.obuda.kando.hu
1222L: linux-nvidia@lists.surfsouth.com
1223W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1224S: Maintained
1225
1226HIGH-SPEED SCC DRIVER FOR AX.25
1227P: Klaus Kudielka
1228M: klaus.kudielka@ieee.org
1229L: linux-hams@vger.kernel.org
1230W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1231S: Maintained
1232
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001233HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1234P: HighPoint Linux Team
1235M: linux@highpoint-tech.com
1236W: http://www.highpoint-tech.com
1237S: Supported
1238
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239HIPPI
1240P: Jes Sorensen
1241M: jes@trained-monkey.org
1242L: linux-hippi@sunsite.dk
1243S: Maintained
1244
1245HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1246P: Chirag Kantharia
1247M: chirag.kantharia@hp.com
1248L: iss_storagedev@hp.com
1249S: Maintained
1250
1251HEWLETT-PACKARD SMART2 RAID DRIVER
1252P: Chirag Kantharia
1253M: chirag.kantharia@hp.com
1254L: iss_storagedev@hp.com
1255S: Maintained
1256
1257HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1258P: Mike Miller
1259M: mike.miller@hp.com
1260L: iss_storagedev@hp.com
1261S: Supported
1262
Jouni Malinenff1d2762005-05-12 22:54:16 -04001263HOST AP DRIVER
1264P: Jouni Malinen
1265M: jkmaline@cc.hut.fi
1266L: hostap@shmoo.com
1267W: http://hostap.epitest.fi/
1268S: Maintained
1269
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1271P: Jaroslav Kysela
1272M: perex@suse.cz
1273S: Maintained
1274
Bob Piccob9b03322005-11-07 00:59:19 -08001275HPET: High Precision Event Timers driver (hpet.c)
1276P: Clemens Ladisch
1277M: clemens@ladisch.de
1278S: Maintained
1279
1280HPET: i386
1281P: Venkatesh Pallipadi (Venki)
1282M: venkatesh.pallipadi@intel.com
1283S: Maintained
1284
1285HPET: x86_64
1286P: Andi Kleen and Vojtech Pavlik
1287M: ak@muc.de and vojtech@suse.cz
1288S: Maintained
1289
1290HPET: ACPI hpet.c
1291P: Bob Picco
1292M: bob.picco@hp.com
1293S: Maintained
1294
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295HPFS FILESYSTEM
1296P: Mikulas Patocka
1297M: mikulas@artax.karlin.mff.cuni.cz
1298W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1299S: Maintained
1300
1301HUGETLB FILESYSTEM
1302P: William Irwin
1303M: wli@holomorphy.com
1304S: Maintained
1305
Jean Delvare5b543962005-08-15 19:51:02 +02001306I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307P: Jean Delvare
1308M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001309L: i2c@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001311T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312S: Maintained
1313
1314I2O
1315P: Markus Lidel
1316M: markus.lidel@shadowconnect.com
1317W: http://i2o.shadowconnect.com/
1318S: Maintained
1319
1320i386 BOOT CODE
1321P: Riley H. Williams
1322M: Riley@Williams.Name
1323L: Linux-Kernel@vger.kernel.org
1324S: Maintained
1325
1326i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1327P: Dave Jones
1328M: davej@codemonkey.org.uk
1329P: H. Peter Anvin
1330M: hpa@zytor.com
1331S: Maintained
1332
1333i810 TCO TIMER WATCHDOG
1334P: Nils Faerber
1335M: nils@kernelconcepts.de
1336W: http://www.kernelconcepts.de/
1337S: Maintained
1338
1339IA64 (Itanium) PLATFORM
1340P: Tony Luck
1341M: tony.luck@intel.com
1342L: linux-ia64@vger.kernel.org
1343W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001344T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345S: Maintained
1346
1347SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001348P: Jes Sorensen
1349M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350L: linux-altix@sgi.com
1351L: linux-ia64@vger.kernel.org
1352W: http://www.sgi.com/altix
1353S: Maintained
1354
1355IBM MCA SCSI SUBSYSTEM DRIVER
1356P: Michael Lang
1357M: langa2@kph.uni-mainz.de
1358W: http://www.uni-mainz.de/~langm000/linux.html
1359S: Maintained
1360
1361IBM Power Linux RAID adapter
1362P: Brian King
1363M: brking@us.ibm.com
1364S: Supported
1365
1366IBM ServeRAID RAID DRIVER
1367P: Jack Hammer
1368P: Dave Jeffery
1369M: ipslinux@adaptec.com
1370W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1371S: Supported
1372
1373IDE DRIVER [GENERAL]
1374P: Bartlomiej Zolnierkiewicz
1375M: B.Zolnierkiewicz@elka.pw.edu.pl
1376L: linux-kernel@vger.kernel.org
1377L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001378T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379S: Maintained
1380
1381IDE/ATAPI CDROM DRIVER
1382P: Jens Axboe
1383M: axboe@suse.de
1384L: linux-kernel@vger.kernel.org
1385W: http://www.kernel.dk
1386S: Maintained
1387
1388IDE/ATAPI FLOPPY DRIVERS
1389P: Paul Bristow
1390M: Paul Bristow <paul@paulbristow.net>
1391W: http://paulbristow.net/linux/idefloppy.html
1392L: linux-kernel@vger.kernel.org
1393S: Maintained
1394
1395IDE/ATAPI TAPE DRIVERS
1396P: Gadi Oxman
1397M: Gadi Oxman <gadio@netvision.net.il>
1398L: linux-kernel@vger.kernel.org
1399S: Maintained
1400
1401IEEE 1394 ETHERNET (eth1394)
1402L: linux1394-devel@lists.sourceforge.net
1403W: http://www.linux1394.org/
1404S: Orphan
1405
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406IEEE 1394 SUBSYSTEM
1407P: Ben Collins
1408M: bcollins@debian.org
1409P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001410M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411L: linux1394-devel@lists.sourceforge.net
1412W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001413T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414S: Maintained
1415
1416IEEE 1394 OHCI DRIVER
1417P: Ben Collins
1418M: bcollins@debian.org
1419P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001420M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421L: linux1394-devel@lists.sourceforge.net
1422W: http://www.linux1394.org/
1423S: Maintained
1424
1425IEEE 1394 PCILYNX DRIVER
1426P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001427M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428L: linux1394-devel@lists.sourceforge.net
1429W: http://www.linux1394.org/
1430S: Maintained
1431
1432IEEE 1394 RAW I/O DRIVER
1433P: Ben Collins
1434M: bcollins@debian.org
1435P: Dan Dennedy
1436M: dan@dennedy.org
1437L: linux1394-devel@lists.sourceforge.net
1438W: http://www.linux1394.org/
1439S: Maintained
1440
Jody McIntyre105d7b32005-09-30 11:59:04 -07001441IEEE 1394 SBP2
1442P: Ben Collins
1443M: bcollins@debian.org
1444P: Stefan Richter
1445M: stefanr@s5r6.in-berlin.de
1446L: linux1394-devel@lists.sourceforge.net
1447W: http://www.linux1394.org/
1448S: Maintained
1449
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450IMS TWINTURBO FRAMEBUFFER DRIVER
1451P: Paul Mundt
1452M: lethal@chaoticdreams.org
1453L: linux-fbdev-devel@lists.sourceforge.net
1454S: Maintained
1455
1456INFINIBAND SUBSYSTEM
1457P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001458M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459P: Sean Hefty
1460M: mshefty@ichips.intel.com
1461P: Hal Rosenstock
1462M: halr@voltaire.com
1463L: openib-general@openib.org
1464W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001465T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466S: Supported
1467
1468INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001469P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001470M: dmitry.torokhov@gmail.com
1471M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472L: linux-input@atrey.karlin.mff.cuni.cz
1473L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001474T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475S: Maintained
1476
Robert Lovec9f04f52005-07-15 12:21:07 -04001477INOTIFY
1478P: John McCutchan and Robert Love
1479M: ttb@tentacle.dhs.org and rml@novell.com
1480L: linux-kernel@vger.kernel.org
1481S: Maintained
1482
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001483INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1484P: Sylvain Meyer
1485M: sylvain.meyer@worldonline.fr
1486L: linux-fbdev-devel@lists.sourceforge.net
1487S: Maintained
1488
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489INTEL 810/815 FRAMEBUFFER DRIVER
1490P: Antonino Daplas
1491M: adaplas@pol.net
1492L: linux-fbdev-devel@lists.sourceforge.net
1493S: Maintained
1494
1495INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1496P: Ingo Molnar
1497M: mingo@redhat.com
1498S: Maintained
1499
1500INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1501P: Jeff Garzik
1502M: jgarzik@pobox.com
1503W: http://sourceforge.net/projects/gkernel/
1504S: Maintained
1505
1506INTEL IA32 MICROCODE UPDATE SUPPORT
1507P: Tigran Aivazian
1508M: tigran@veritas.com
1509S: Maintained
1510
Michael Buesch844dd052006-06-26 00:24:59 -07001511INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1512P: Deepak Saxena
1513M: dsaxena@plexity.net
1514S: Maintained
1515
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516INTEL PRO/100 ETHERNET SUPPORT
1517P: John Ronciak
1518M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519P: Jesse Brandeburg
1520M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001521P: Jeff Kirsher
1522M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001523P: Auke Kok
1524M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525W: http://sourceforge.net/projects/e1000/
1526S: Supported
1527
1528INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1529P: Jeb Cramer
1530M: cramerj@intel.com
1531P: John Ronciak
1532M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001533P: Jesse Brandeburg
1534M: jesse.brandeburg@intel.com
1535P: Jeff Kirsher
1536M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001537P: Auke Kok
1538M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539W: http://sourceforge.net/projects/e1000/
1540S: Supported
1541
1542INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001543P: Jeff Kirsher
1544M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001545P: Ayyappan Veeraiyan
1546M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547P: John Ronciak
1548M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001549P: Jesse Brandeburg
1550M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001551P: Auke Kok
1552M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553W: http://sourceforge.net/projects/e1000/
1554S: Supported
1555
James Ketrenos826d2ab2005-11-07 18:56:59 -06001556INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1557P: Yi Zhu
1558M: yi.zhu@intel.com
1559P: James Ketrenos
1560M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001561L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001562L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1563W: http://ipw2100.sourceforge.net
1564S: Supported
1565
1566INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1567P: Yi Zhu
1568M: yi.zhu@intel.com
1569P: James Ketrenos
1570M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001571L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001572L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1573W: http://ipw2200.sourceforge.net
1574S: Supported
1575
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576IOC3 DRIVER
1577P: Ralf Baechle
1578M: ralf@linux-mips.org
1579L: linux-mips@linux-mips.org
1580S: Maintained
1581
1582IP MASQUERADING:
1583P: Juanjo Ciarlante
1584M: jjciarla@raiz.uncu.edu.ar
1585S: Maintained
1586
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001587IPATH DRIVER:
1588P: Bryan O'Sullivan
1589M: support@pathscale.com
1590L: openib-general@openib.org
1591S: Supported
1592
Corey Minyard4409ebe2006-04-20 02:43:12 -07001593IPMI SUBSYSTEM
1594P: Corey Minyard
1595M: minyard@acm.org
1596L: openipmi-developer@lists.sourceforge.net
1597W: http://openipmi.sourceforge.net/
1598S: Supported
1599
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600IPX NETWORK LAYER
1601P: Arnaldo Carvalho de Melo
1602M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001603L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604S: Maintained
1605
1606IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001607P: Samuel Ortiz
1608M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001609L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001611S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612
1613ISAPNP
1614P: Jaroslav Kysela
1615M: perex@suse.cz
1616S: Maintained
1617
1618ISDN SUBSYSTEM
1619P: Karsten Keil
1620M: kkeil@suse.de
1621P: Kai Germaschewski
1622M: kai.germaschewski@gmx.de
1623L: isdn4linux@listserv.isdn4linux.de
1624W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001625T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626S: Maintained
1627
1628ISDN SUBSYSTEM (Eicon active card driver)
1629P: Armin Schindler
1630M: mac@melware.de
1631L: isdn4linux@listserv.isdn4linux.de
1632W: http://www.melware.de
1633S: Maintained
1634
1635JOURNALLING FLASH FILE SYSTEM (JFFS)
1636P: Axis Communications AB
1637M: jffs-dev@axis.com
1638L: jffs-dev@axis.com
1639W: http://www.developer.axis.com/software/jffs/
1640S: Maintained
1641
1642JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1643P: David Woodhouse
1644M: dwmw2@infradead.org
1645L: jffs-dev@axis.com
1646W: http://sources.redhat.com/jffs2/
1647S: Maintained
1648
1649JFS FILESYSTEM
1650P: Dave Kleikamp
1651M: shaggy@austin.ibm.com
1652L: jfs-discussion@lists.sourceforge.net
1653W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001654T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655S: Supported
1656
Josh Triplettde456d32006-07-30 03:04:00 -07001657JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001658P: Stephen Tweedie, Andrew Morton
1659M: sct@redhat.com, akpm@osdl.org
1660L: ext2-devel@lists.sourceforge.net
1661S: Maintained
1662
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663KCONFIG
1664P: Roman Zippel
1665M: zippel@linux-m68k.org
1666L: kbuild-devel@lists.sourceforge.net
1667S: Maintained
1668
Vivek Goyalea6c2082006-05-20 14:59:55 -07001669KDUMP
1670P: Vivek Goyal
1671M: vgoyal@in.ibm.com
1672P: Haren Myneni
1673M: hbabu@us.ibm.com
1674L: fastboot@lists.osdl.org
1675L: linux-kernel@vger.kernel.org
1676W: http://lse.sourceforge.net/kdump/
1677S: Maintained
1678
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679KERNEL AUTOMOUNTER (AUTOFS)
1680P: H. Peter Anvin
1681M: hpa@zytor.com
1682L: autofs@linux.kernel.org
1683S: Odd Fixes
1684
1685KERNEL AUTOMOUNTER v4 (AUTOFS4)
1686P: Ian Kent
1687M: raven@themaw.net
1688L: autofs@linux.kernel.org
1689S: Maintained
1690
1691KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1692P: Kai Germaschewski
1693M: kai@germaschewski.name
1694P: Sam Ravnborg
1695M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001696T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697S: Maintained
1698
1699KERNEL JANITORS
1700P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001701L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703S: Maintained
1704
1705KERNEL NFSD
1706P: Neil Brown
1707M: neilb@cse.unsw.edu.au
1708L: nfs@lists.sourceforge.net
1709W: http://nfs.sourceforge.net/
1710W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1711S: Maintained
1712
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001713KEXEC
1714P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001715M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001716W: http://www.xmission.com/~ebiederm/files/kexec/
1717L: linux-kernel@vger.kernel.org
1718L: fastboot@osdl.org
1719S: Maintained
1720
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001721KPROBES
1722P: Prasanna S Panchamukhi
1723M: prasanna@in.ibm.com
1724P: Ananth N Mavinakayanahalli
1725M: ananth@in.ibm.com
1726P: Anil S Keshavamurthy
1727M: anil.s.keshavamurthy@intel.com
1728P: David S. Miller
1729M: davem@davemloft.net
1730L: linux-kernel@vger.kernel.org
1731S: Maintained
1732
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001735S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736
1737LASI 53c700 driver for PARISC
1738P: James E.J. Bottomley
1739M: James.Bottomley@HansenPartnership.com
1740L: linux-scsi@vger.kernel.org
1741S: Maintained
1742
Richard Purdie263de9b2006-05-15 09:44:16 -07001743LED SUBSYSTEM
1744P: Richard Purdie
1745M: rpurdie@rpsys.net
1746S: Maintained
1747
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748LEGO USB Tower driver
1749P: Juergen Stuber
1750M: starblue@users.sourceforge.net
1751L: legousb-devel@lists.sourceforge.net
1752W: http://legousb.sourceforge.net/
1753S: Maintained
1754
1755LINUX FOR IBM pSERIES (RS/6000)
1756P: Paul Mackerras
1757M: paulus@au.ibm.com
1758W: http://www.ibm.com/linux/ltc/projects/ppc
1759S: Supported
1760
1761LINUX FOR NCR VOYAGER
1762P: James Bottomley
1763M: James.Bottomley@HansenPartnership.com
1764W: http://www.hansenpartnership.com/voyager
1765S: Maintained
1766
1767LINUX FOR POWERPC
1768P: Paul Mackerras
1769M: paulus@samba.org
1770W: http://www.penguinppc.org/
1771L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001772T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773S: Supported
1774
1775LINUX FOR POWER MACINTOSH
1776P: Benjamin Herrenschmidt
1777M: benh@kernel.crashing.org
1778W: http://www.penguinppc.org/
1779L: linuxppc-dev@ozlabs.org
1780S: Maintained
1781
1782LINUX FOR POWERPC EMBEDDED MPC52XX
1783P: Sylvain Munaut
1784M: tnt@246tNt.com
1785W: http://www.246tNt.com/mpc52xx/
1786W: http://www.penguinppc.org/
1787L: linuxppc-dev@ozlabs.org
1788L: linuxppc-embedded@ozlabs.org
1789S: Maintained
1790
1791LINUX FOR POWERPC EMBEDDED PPC4XX
1792P: Matt Porter
1793M: mporter@kernel.crashing.org
1794W: http://www.penguinppc.org/
1795L: linuxppc-embedded@ozlabs.org
1796S: Maintained
1797
Tom Rinie93adf12005-07-26 12:49:53 -07001798LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799P: Tom Rini
1800M: trini@kernel.crashing.org
1801W: http://www.penguinppc.org/
1802L: linuxppc-embedded@ozlabs.org
1803S: Maintained
1804
Tom Rinie93adf12005-07-26 12:49:53 -07001805LINUX FOR POWERPC EMBEDDED PPC8XX
1806P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001807M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001808W: http://www.penguinppc.org/
1809L: linuxppc-embedded@ozlabs.org
1810S: Maintained
1811
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1813P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001814M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815W: http://www.penguinppc.org/
1816L: linuxppc-embedded@ozlabs.org
1817S: Maintained
1818
Olof Johanssonab06ff32006-09-06 14:44:54 -05001819LINUX FOR POWERPC PA SEMI PWRFICIENT
1820P: Olof Johansson
1821M: olof@lixom.net
1822W: http://www.pasemi.com/
1823L: linuxppc-dev@ozlabs.org
1824S: Supported
1825
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826LLC (802.2)
1827P: Arnaldo Carvalho de Melo
1828M: acme@conectiva.com.br
1829S: Maintained
1830
1831LINUX FOR 64BIT POWERPC
1832P: Paul Mackerras
1833M: paulus@samba.org
1834M: paulus@au.ibm.com
1835P: Anton Blanchard
1836M: anton@samba.org
1837M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001838W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001839L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840S: Supported
1841
1842LINUX SECURITY MODULE (LSM) FRAMEWORK
1843P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001844M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001845L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001847T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848S: Supported
1849
1850LM83 HARDWARE MONITOR DRIVER
1851P: Jean Delvare
1852M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001853L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854S: Maintained
1855
1856LM90 HARDWARE MONITOR DRIVER
1857P: Jean Delvare
1858M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001859L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860S: Maintained
1861
1862LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1863P: Richard Russon (FlatCap)
1864M: ldm@flatcap.org
1865L: ldm-devel@lists.sourceforge.net
1866W: http://ldm.sourceforge.net
1867S: Maintained
1868
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001869LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1870P: Eric Moore
1871M: Eric.Moore@lsil.com
1872M: support@lsil.com
1873L: mpt_linux_developer@lsil.com
1874L: linux-scsi@vger.kernel.org
1875W: http://www.lsilogic.com/support
1876S: Supported
1877
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1879P: Matthew Wilcox
1880M: matthew@wil.cx
1881L: linux-scsi@vger.kernel.org
1882S: Maintained
1883
1884M68K ARCHITECTURE
1885P: Geert Uytterhoeven
1886M: geert@linux-m68k.org
1887P: Roman Zippel
1888M: zippel@linux-m68k.org
1889L: linux-m68k@lists.linux-m68k.org
1890W: http://www.linux-m68k.org/
1891W: http://linux-m68k-cvs.ubb.ca/
1892S: Maintained
1893
1894M68K ON APPLE MACINTOSH
1895P: Joshua Thompson
1896M: funaho@jurai.org
1897W: http://www.mac.linux-m68k.org/
1898L: linux-mac68k@mac.linux-m68k.org
1899S: Maintained
1900
1901M68K ON HP9000/300
1902P: Philip Blundell
1903M: philb@gnu.org
1904W: http://www.tazenda.demon.co.uk/phil/linux-hp
1905S: Maintained
1906
1907MARVELL YUKON / SYSKONNECT DRIVER
1908P: Mirko Lindner
1909M: mlindner@syskonnect.de
1910P: Ralph Roesler
1911M: rroesler@syskonnect.de
1912W: http://www.syskonnect.com
1913S: Supported
1914
1915MAESTRO PCI SOUND DRIVERS
1916P: Zach Brown
1917M: zab@zabbo.net
1918S: Odd Fixes
1919
Michael Kerriskfaf16682005-07-31 22:34:47 -07001920MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1921P: Michael Kerrisk
1922M: mtk-manpages@gmx.net
1923W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1924S: Maintained
1925
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001926MARVELL MV643XX ETHERNET DRIVER
1927P: Dale Farnsworth
1928M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001930M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001931L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001932S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933
1934MATROX FRAMEBUFFER DRIVER
1935P: Petr Vandrovec
1936M: vandrove@vc.cvut.cz
1937L: linux-fbdev-devel@lists.sourceforge.net
1938S: Maintained
1939
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001940MEGARAID SCSI DRIVERS
1941P: Neela Syam Kolli
1942M: Neela.Kolli@engenio.com
1943S: linux-scsi@vger.kernel.org
1944W: http://megaraid.lsilogic.com
1945S: Maintained
1946
Steven Rostedt70ea91f2006-07-30 03:03:53 -07001947MEMORY MANAGEMENT
1948L: linux-mm@kvack.org
1949L: linux-kernel@vger.kernel.org
1950W: http://www.linux-mm.org
1951S: Maintained
1952
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001953MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954P: David Woodhouse
1955M: dwmw2@infradead.org
1956W: http://www.linux-mtd.infradead.org/
1957L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001958T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959S: Maintained
1960
1961MICROTEK X6 SCANNER
1962P: Oliver Neukum
1963M: oliver@neukum.name
1964S: Maintained
1965
1966MIPS
1967P: Ralf Baechle
1968M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001969W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001971T: git www.linux-mips.org:/pub/scm/linux.git
1972S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973
1974MISCELLANEOUS MCA-SUPPORT
1975P: James Bottomley
1976M: jejb@steeleye.com
1977L: linux-kernel@vger.kernel.org
1978S: Maintained
1979
1980MODULE SUPPORT
1981P: Rusty Russell
1982M: rusty@rustcorp.com.au
1983L: linux-kernel@vger.kernel.org
1984S: Maintained
1985
1986MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1987P: Stelian Pop
1988M: stelian@popies.net
1989W: http://popies.net/meye/
1990S: Maintained
1991
1992MOUSE AND MISC DEVICES [GENERAL]
1993P: Alessandro Rubini
1994M: rubini@ipvvis.unipv.it
1995L: linux-kernel@vger.kernel.org
1996S: Maintained
1997
1998MTRR AND SIMILAR SUPPORT [i386]
1999P: Richard Gooch
2000M: rgooch@atnf.csiro.au
2001L: linux-kernel@vger.kernel.org
2002W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2003S: Maintained
2004
Russell King12223da2006-06-15 13:28:52 +01002005MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01002006P: Russell King
2007M: rmk+mmc@arm.linux.org.uk
2008S: Maintained
2009
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010MULTISOUND SOUND DRIVER
2011P: Andrew Veliath
2012M: andrewtv@usa.net
2013S: Maintained
2014
2015NATSEMI ETHERNET DRIVER (DP8381x)
2016P: Tim Hockin
2017M: thockin@hockin.org
2018S: Maintained
2019
2020NCP FILESYSTEM
2021P: Petr Vandrovec
2022M: vandrove@vc.cvut.cz
2023L: linware@sh.cvut.cz
2024S: Maintained
2025
2026NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2027P: James E.J. Bottomley
2028M: James.Bottomley@HansenPartnership.com
2029L: linux-scsi@vger.kernel.org
2030S: Maintained
2031
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002032NETEM NETWORK EMULATOR
2033P: Stephen Hemminger
2034M: shemminger@osdl.org
2035L: netem@osdl.org
2036S: Maintained
2037
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038NETFILTER/IPTABLES/IPCHAINS
2039P: Rusty Russell
2040P: Marc Boucher
2041P: James Morris
2042P: Harald Welte
2043P: Jozsef Kadlecsik
2044M: coreteam@netfilter.org
2045W: http://www.netfilter.org/
2046W: http://www.iptables.org/
2047L: netfilter@lists.netfilter.org
2048L: netfilter-devel@lists.netfilter.org
2049S: Supported
2050
Paul Moore4cc67732006-09-25 15:57:13 -07002051NETLABEL
2052P: Paul Moore
2053M: paul.moore@hp.com
2054W: http://netlabel.sf.net
2055L: netdev@vger.kernel.org
2056S: Supported
2057
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058NETROM NETWORK LAYER
2059P: Ralf Baechle
2060M: ralf@linux-mips.org
2061L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002062W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063S: Maintained
2064
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002065NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066P: Paul Clements
2067M: Paul.Clements@steeleye.com
2068S: Maintained
2069
2070NETWORK DEVICE DRIVERS
2071P: Andrew Morton
2072M: akpm@osdl.org
2073P: Jeff Garzik
2074M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002075L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002076T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077S: Maintained
2078
2079NETWORKING [GENERAL]
2080P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002081M: netdev@vger.kernel.org
2082L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002083W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084S: Maintained
2085
2086NETWORKING [IPv4/IPv6]
2087P: David S. Miller
2088M: davem@davemloft.net
2089P: Alexey Kuznetsov
2090M: kuznet@ms2.inr.ac.ru
2091P: Pekka Savola (ipv6)
2092M: pekkas@netcore.fi
2093P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002094M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095P: Hideaki YOSHIFUJI
2096M: yoshfuji@linux-ipv6.org
2097P: Patrick McHardy
2098M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002099L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002100T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101S: Maintained
2102
John W. Linville29f8f632006-01-18 14:52:48 -08002103NETWORKING [WIRELESS]
2104P: John W. Linville
2105M: linville@tuxdriver.com
2106L: netdev@vger.kernel.org
2107T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2108S: Maintained
2109
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110IPVS
2111P: Wensong Zhang
2112M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002113P: Simon Horman
2114M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115P: Julian Anastasov
2116M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002117L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118S: Maintained
2119
2120NFS CLIENT
2121P: Trond Myklebust
2122M: trond.myklebust@fys.uio.no
2123L: linux-kernel@vger.kernel.org
2124S: Maintained
2125
2126NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002127P: Jan-Pascal van Best
2128M: janpascal@vanbest.org
2129P: Andreas Mohr
2130M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002131L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132S: Maintained
2133
2134NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2135P: YOKOTA Hiroshi
2136M: yokota@netlab.is.tsukuba.ac.jp
2137W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2138S: Maintained
2139
2140NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2141P: GOTO Masanori
2142M: gotom@debian.or.jp
2143P: YOKOTA Hiroshi
2144M: yokota@netlab.is.tsukuba.ac.jp
2145W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2146S: Maintained
2147
2148NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2149P: Eberhard Moenkeberg
2150M: emoenke@gwdg.de
2151L: linux-kernel@vger.kernel.org
2152S: Maintained
2153
2154NTFS FILESYSTEM
2155P: Anton Altaparmakov
2156M: aia21@cantab.net
2157L: linux-ntfs-dev@lists.sourceforge.net
2158L: linux-kernel@vger.kernel.org
2159W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002160T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161S: Maintained
2162
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002163NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2164P: Antonino Daplas
2165M: adaplas@pol.net
2166L: linux-fbdev-devel@lists.sourceforge.net
2167S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002169OPENCORES I2C BUS DRIVER
2170P: Peter Korsgaard
2171M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002172L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002173S: Maintained
2174
Mark Fashehccd979b2005-12-15 14:31:24 -08002175ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2176P: Mark Fasheh
2177M: mark.fasheh@oracle.com
2178P: Kurt Hackel
2179M: kurt.hackel@oracle.com
2180L: ocfs2-devel@oss.oracle.com
2181W: http://oss.oracle.com/projects/ocfs2/
2182S: Supported
2183
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184OLYMPIC NETWORK DRIVER
2185P: Peter De Shrijver
2186M: p2@ace.ulyssis.student.kuleuven.ac.be
2187P: Mike Phillips
2188M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002189L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190L: linux-tr@linuxtr.net
2191W: http://www.linuxtr.net
2192S: Maintained
2193
Harald Weltec1986ee2005-11-13 16:06:29 -08002194OMNIKEY CARDMAN 4000 DRIVER
2195P: Harald Welte
2196M: laforge@gnumonks.org
2197S: Maintained
2198
Harald Welte77c44ab2005-11-13 16:06:26 -08002199OMNIKEY CARDMAN 4040 DRIVER
2200P: Harald Welte
2201M: laforge@gnumonks.org
2202S: Maintained
2203
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204ONSTREAM SCSI TAPE DRIVER
2205P: Willem Riede
2206M: osst@riede.org
2207L: osst-users@lists.sourceforge.net
2208L: linux-scsi@vger.kernel.org
2209S: Maintained
2210
2211OPL3-SA2, SA3, and SAx DRIVER
2212P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002213M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214L: linux-sound@vger.kernel.org
2215S: Maintained
2216
2217OPROFILE
2218P: Philippe Elie
2219M: phil.el@wanadoo.fr
2220L: oprofile-list@lists.sf.net
2221S: Maintained
2222
2223ORINOCO DRIVER
2224P: Pavel Roskin
2225M: proski@gnu.org
2226P: David Gibson
2227M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002228L: orinoco-users@lists.sourceforge.net
2229L: orinoco-devel@lists.sourceforge.net
2230W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231S: Maintained
2232
2233PARALLEL PORT SUPPORT
2234P: Phil Blundell
2235M: philb@gnu.org
2236P: Tim Waugh
2237M: tim@cyberelk.net
2238P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239P: Andrea Arcangeli
2240M: andrea@suse.de
2241L: linux-parport@lists.infradead.org
2242W: http://people.redhat.com/twaugh/parport/
2243S: Maintained
2244
2245PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2246P: Tim Waugh
2247M: tim@cyberelk.net
2248L: linux-parport@lists.infradead.org
2249W: http://www.torque.net/linux-pp.html
2250S: Maintained
2251
2252PARISC ARCHITECTURE
2253P: Matthew Wilcox
2254M: matthew@wil.cx
2255P: Grant Grundler
2256M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002257P: Kyle McMartin
2258M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259L: parisc-linux@parisc-linux.org
2260W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002261T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2262T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263S: Maintained
2264
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002265PCI ERROR RECOVERY
2266P: Linas Vepstas
2267M: linas@austin.ibm.com
2268L: linux-kernel@vger.kernel.org
2269L: linux-pci@atrey.karlin.mff.cuni.cz
2270S: Supported
2271
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2273P: Thomas Sailer
2274M: sailer@ife.ee.ethz.ch
2275L: linux-sound@vger.kernel.org
2276W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2277S: Maintained
2278
2279PCI SUBSYSTEM
2280P: Greg Kroah-Hartman
2281M: gregkh@suse.de
2282L: linux-kernel@vger.kernel.org
2283L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002284T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285S: Supported
2286
2287PCI HOTPLUG CORE
2288P: Greg Kroah-Hartman
2289M: gregkh@suse.de
2290S: Supported
2291
2292PCI HOTPLUG COMPAQ DRIVER
2293P: Greg Kroah-Hartman
2294M: greg@kroah.com
2295S: Maintained
2296
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002297PCIE HOTPLUG DRIVER
2298P: Kristen Carlson Accardi
2299M: kristen.c.accardi@intel.com
2300L: pcihpd-discuss@lists.sourceforge.net
2301S: Maintained
2302
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002304P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002305L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002307T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002308S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309
2310PCNET32 NETWORK DRIVER
2311P: Thomas Bogendörfer
2312M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002313L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314S: Maintained
2315
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002316PER-TASK DELAY ACCOUNTING
2317P: Shailabh Nagar
2318M: nagar@watson.ibm.com
2319L: linux-kernel@vger.kernel.org
2320S: Maintained
2321
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002322PERSONALITY HANDLING
2323P: Christoph Hellwig
2324M: hch@infradead.org
2325L: linux-abi-devel@lists.sourceforge.net
2326S: Maintained
2327
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328PHRAM MTD DRIVER
2329P: Jörn Engel
2330M: joern@wh.fh-wedel.de
2331L: linux-mtd@lists.infradead.org
2332S: Maintained
2333
Peter Osterlund249a6772005-09-27 21:45:30 -07002334PKTCDVD DRIVER
2335P: Peter Osterlund
2336M: petero2@telia.com
2337L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002338S: Maintained
2339
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340POSIX CLOCKS and TIMERS
2341P: George Anzinger
2342M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002343L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344S: Supported
2345
Eugene Surovegin24682972005-10-14 03:00:53 -07002346POWERPC 4xx EMAC DRIVER
2347P: Eugene Surovegin
2348M: ebs@ebshome.net
2349W: http://kernel.ebshome.net/emac/
2350L: linuxppc-embedded@ozlabs.org
2351L: netdev@vger.kernel.org
2352S: Maintained
2353
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354PNP SUPPORT
2355P: Adam Belay
2356M: ambx1@neo.rr.com
2357S: Maintained
2358
2359PPP PROTOCOL DRIVERS AND COMPRESSORS
2360P: Paul Mackerras
2361M: paulus@samba.org
2362L: linux-ppp@vger.kernel.org
2363S: Maintained
2364
2365PPP OVER ATM (RFC 2364)
2366P: Mitchell Blank Jr
2367M: mitch@sfgoth.com
2368S: Maintained
2369
2370PPP OVER ETHERNET
2371P: Michal Ostrowski
2372M: mostrows@speakeasy.net
2373S: Maintained
2374
2375PREEMPTIBLE KERNEL
2376P: Robert Love
2377M: rml@tech9.net
2378L: linux-kernel@vger.kernel.org
2379L: kpreempt-tech@lists.sourceforge.net
2380W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2381S: Supported
2382
2383PRISM54 WIRELESS DRIVER
2384P: Prism54 Development Team
2385M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002386L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387W: http://prism54.org
2388S: Maintained
2389
2390PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2391P: Peter Denison
2392M: promise@pnd-pc.demon.co.uk
2393W: http://www.pnd-pc.demon.co.uk/promise/
2394S: Maintained
2395
Michael Krufky83202042006-07-03 00:24:18 -07002396PVRUSB2 VIDEO4LINUX DRIVER
2397P: Mike Isely
2398M: isely@pobox.com
2399L: pvrusb2@isely.net
2400L: video4linux-list@redhat.com
2401W: http://www.isely.net/pvrusb2/
2402S: Maintained
2403
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404PXA2xx SUPPORT
2405P: Nicolas Pitre
2406M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002407L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002408S: Maintained
2409
2410QLOGIC QLA2XXX FC-SCSI DRIVER
2411P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002412M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413L: linux-scsi@vger.kernel.org
2414S: Supported
2415
Ron Mercer5a4faa872006-07-25 00:40:21 -07002416QLOGIC QLA3XXX NETWORK DRIVER
2417P: Ron Mercer
2418M: linux-driver@qlogic.com
2419L: netdev@vger.kernel.org
2420S: Supported
2421
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422QNX4 FILESYSTEM
2423P: Anders Larsen
2424M: al@alarsen.net
2425L: linux-kernel@vger.kernel.org
2426W: http://www.alarsen.net/linux/qnx4fs/
2427S: Maintained
2428
2429RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002430P: Benjamin Herrenschmidt
2431M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432L: linux-fbdev-devel@lists.sourceforge.net
2433S: Maintained
2434
2435RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002436P: Paul Mackerras
2437M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438L: linux-fbdev-devel@lists.sourceforge.net
2439S: Maintained
2440
2441RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2442P: Corey Thomas
2443M: corey@world.std.com
2444L: linux-kernel@vger.kernel.org
2445S: Maintained
2446
Matt Mackall9e95ce22005-04-16 15:25:56 -07002447RANDOM NUMBER DRIVER
2448P: Matt Mackall
2449M: mpm@selenic.com
2450S: Maintained
2451
Matt Porter394b7012005-11-07 01:00:15 -08002452RAPIDIO SUBSYSTEM
2453P: Matt Porter
2454M: mporter@kernel.crashing.org
2455L: linux-kernel@vger.kernel.org
2456S: Maintained
2457
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458REAL TIME CLOCK DRIVER
2459P: Paul Gortmaker
2460M: p_gortmaker@yahoo.com
2461L: linux-kernel@vger.kernel.org
2462S: Maintained
2463
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002464REAL TIME CLOCK (RTC) SUBSYSTEM
2465P: Alessandro Zummo
2466M: a.zummo@towertech.it
2467L: linux-kernel@vger.kernel.org
2468S: Maintained
2469
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470REISERFS FILE SYSTEM
2471P: Hans Reiser
2472M: reiserfs-dev@namesys.com
2473L: reiserfs-list@namesys.com
2474W: http://www.namesys.com
2475S: Supported
2476
2477ROCKETPORT DRIVER
2478P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479W: http://www.comtrol.com
2480S: Maintained
2481
2482ROSE NETWORK LAYER
2483P: Ralf Baechle
2484M: ralf@linux-mips.org
2485L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002486W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487S: Maintained
2488
2489RISCOM8 DRIVER
2490S: Orphan
2491
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002492S3 SAVAGE FRAMEBUFFER DRIVER
2493P: Antonino Daplas
2494M: adaplas@pol.net
2495L: linux-fbdev-devel@lists.sourceforge.net
2496S: Maintained
2497
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498S390
2499P: Martin Schwidefsky
2500M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002501P: Heiko Carstens
2502M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503M: linux390@de.ibm.com
2504L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002505W: http://www.ibm.com/developerworks/linux/linux390/
2506S: Supported
2507
2508S390 NETWORK DRIVERS
2509P: Frank Pavlic
2510M: fpavlic@de.ibm.com
2511M: linux390@de.ibm.com
2512L: linux-390@vm.marist.edu
2513W: http://www.ibm.com/developerworks/linux/linux390/
2514S: Supported
2515
2516S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002517P: Swen Schillig
2518M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002519M: linux390@de.ibm.com
2520L: linux-390@vm.marist.edu
2521W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522S: Supported
2523
2524SAA7146 VIDEO4LINUX-2 DRIVER
2525P: Michael Hunold
2526M: michael@mihu.de
2527W: http://www.mihu.de/linux/saa7146
2528S: Maintained
2529
2530SBPCD CDROM DRIVER
2531P: Eberhard Moenkeberg
2532M: emoenke@gwdg.de
2533L: linux-kernel@vger.kernel.org
2534S: Maintained
2535
2536SC1200 WDT DRIVER
2537P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002538M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539S: Maintained
2540
2541SCHEDULER
2542P: Ingo Molnar
2543M: mingo@elte.hu
2544P: Robert Love [the preemptible kernel bits]
2545M: rml@tech9.net
2546L: linux-kernel@vger.kernel.org
2547S: Maintained
2548
2549SCSI CDROM DRIVER
2550P: Jens Axboe
2551M: axboe@suse.de
2552L: linux-scsi@vger.kernel.org
2553W: http://www.kernel.dk
2554S: Maintained
2555
2556SCSI SG DRIVER
2557P: Doug Gilbert
2558M: dgilbert@interlog.com
2559L: linux-scsi@vger.kernel.org
2560W: http://www.torque.net/sg
2561S: Maintained
2562
2563SCSI SUBSYSTEM
2564P: James E.J. Bottomley
2565M: James.Bottomley@SteelEye.com
2566L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002567T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568S: Maintained
2569
2570SCSI TAPE DRIVER
2571P: Kai Mäkisara
2572M: Kai.Makisara@kolumbus.fi
2573L: linux-scsi@vger.kernel.org
2574S: Maintained
2575
2576SCTP PROTOCOL
2577P: Sridhar Samudrala
2578M: sri@us.ibm.com
2579L: lksctp-developers@lists.sourceforge.net
2580S: Supported
2581
2582SCx200 CPU SUPPORT
2583P: Christer Weinigel
2584M: christer@weinigel.se
2585W: http://www.weinigel.se
2586S: Supported
2587
2588SECURITY CONTACT
2589P: Security Officers
2590M: security@kernel.org
2591S: Supported
2592
2593SELINUX SECURITY MODULE
2594P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002595M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002597M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598L: linux-kernel@vger.kernel.org (kernel issues)
2599L: selinux@tycho.nsa.gov (general discussion)
2600W: http://www.nsa.gov/selinux
2601S: Supported
2602
2603SERIAL ATA (SATA) SUBSYSTEM:
2604P: Jeff Garzik
2605M: jgarzik@pobox.com
2606L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002607T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608S: Supported
2609
2610SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2611P: Pat Gefre
2612M: pfg@sgi.com
2613L: linux-ia64@vger.kernel.org
2614S: Supported
2615
2616SGI VISUAL WORKSTATION 320 AND 540
2617P: Andrey Panin
2618M: pazke@donpac.ru
2619L: linux-visws-devel@lists.sf.net
2620W: http://linux-visws.sf.net
2621S: Maintained for 2.6.
2622
2623SIMTEC EB110ATX (Chalice CATS)
2624P: Ben Dooks
2625P: Vincent Sanders
2626M: support@simtec.co.uk
2627W: http://www.simtec.co.uk/products/EB110ATX/
2628S: Supported
2629
2630SIMTEC EB2410ITX (BAST)
2631P: Ben Dooks
2632P: Vincent Sanders
2633M: support@simtec.co.uk
2634W: http://www.simtec.co.uk/products/EB2410ITX/
2635S: Supported
2636
Francois Romieu92aab3c2005-07-30 13:11:18 +02002637SIS 190 ETHERNET DRIVER
2638P: Francois Romieu
2639M: romieu@fr.zoreil.com
2640L: netdev@vger.kernel.org
2641S: Maintained
2642
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643SIS 5513 IDE CONTROLLER DRIVER
2644P: Lionel Bouton
2645M: Lionel.Bouton@inet6.fr
2646W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2647W: http://gyver.homeip.net/sis5513/index.html
2648S: Maintained
2649
2650SIS 900/7016 FAST ETHERNET DRIVER
2651P: Daniele Venzano
2652M: venza@brownhat.org
2653W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002654L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655S: Maintained
2656
2657SIS FRAMEBUFFER DRIVER
2658P: Thomas Winischhofer
2659M: thomas@winischhofer.net
2660W: http://www.winischhofer.net/linuxsisvga.shtml
2661S: Maintained
2662
2663SIS USB2VGA DRIVER
2664P: Thomas Winischhofer
2665M: thomas@winischhofer.net
2666W: http://www.winischhofer.at/linuxsisusbvga.shtml
2667S: Maintained
2668
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669SMC91x ETHERNET DRIVER
2670P: Nicolas Pitre
2671M: nico@cam.org
2672S: Maintained
2673
Daniel Drake8f0f8502006-07-18 22:00:25 +01002674SOFTMAC LAYER (IEEE 802.11)
2675P: Johannes Berg
2676M: johannes@sipsolutions.net
2677P: Joe Jezak
2678M: josejx@gentoo.org
2679P: Daniel Drake
2680M: dsd@gentoo.org
2681W: http://softmac.sipsolutions.net/
Daniel Drake8f0f8502006-07-18 22:00:25 +01002682L: netdev@vger.kernel.org
2683S: Maintained
2684
Linus Torvalds1da177e2005-04-16 15:20:36 -07002685SOFTWARE RAID (Multiple Disks) SUPPORT
2686P: Ingo Molnar
2687M: mingo@redhat.com
2688P: Neil Brown
2689M: neilb@cse.unsw.edu.au
2690L: linux-raid@vger.kernel.org
2691S: Maintained
2692
2693SOFTWARE SUSPEND:
2694P: Pavel Machek
2695M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002696L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697S: Maintained
2698
2699SONIC NETWORK DRIVER
2700P: Thomas Bogendoerfer
2701M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002702L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703S: Maintained
2704
2705SONY VAIO CONTROL DEVICE DRIVER
2706P: Stelian Pop
2707M: stelian@popies.net
2708W: http://popies.net/sonypi/
2709S: Maintained
2710
2711SOUND
2712P: Jaroslav Kysela
2713M: perex@suse.cz
2714L: alsa-devel@alsa-project.org
2715S: Maintained
2716
Kumar Gala025c3982006-04-02 16:05:54 -05002717SPI SUBSYSTEM
2718P: David Brownell
2719M: dbrownell@users.sourceforge.net
2720L: spi-devel-general@lists.sourceforge.net
2721S: Maintained
2722
Steven Rostedt855f46a2006-08-05 12:14:50 -07002723STABLE BRANCH:
2724P: Greg Kroah-Hartman
2725M: greg@kroah.com
2726P: Chris Wright
2727M: chrisw@sous-sol.org
2728L: stable@kernel.org
2729S: Maintained
2730
Steven Rostedt4ca8a3c2006-08-03 12:28:11 -04002731STABLE BRANCH:
2732P: Greg Kroah-Hartman
2733M: greg@kroah.com
2734P: Chris Wright
2735M: chrisw@sous-sol.org
2736L: stable@kernel.org
2737S: Maintained
2738
Kylene Hall1c72d462005-05-01 08:59:13 -07002739TPM DEVICE DRIVER
2740P: Kylene Hall
2741M: kjhall@us.ibm.com
2742W: http://tpmdd.sourceforge.net
2743L: tpmdd-devel@lists.sourceforge.net
2744S: Maintained
2745
Mark Gross1a80ba82005-10-30 15:02:55 -08002746Telecom Clock Driver for MCPL0010
2747P: Mark Gross
2748M: mark.gross@intel.com
2749S: Supported
2750
Chris Zankel48b415c2005-06-23 22:01:07 -07002751TENSILICA XTENSA PORT (xtensa):
2752P: Chris Zankel
2753M: chris@zankel.net
2754S: Maintained
2755
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756UltraSPARC (sparc64):
2757P: David S. Miller
2758M: davem@davemloft.net
2759P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002760M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761P: Jakub Jelinek
2762M: jj@sunsite.ms.mff.cuni.cz
2763P: Anton Blanchard
2764M: anton@samba.org
2765L: sparclinux@vger.kernel.org
2766L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002767T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768S: Maintained
2769
2770SHARP LH SUPPORT (LH7952X & LH7A40X)
2771P: Marc Singer
2772M: elf@buici.com
2773W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002774L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775S: Maintained
2776
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002777SHPC HOTPLUG DRIVER
2778P: Kristen Carlson Accardi
2779M: kristen.c.accardi@intel.com
2780L: pcihpd-discuss@lists.sourceforge.net
2781S: Maintained
2782
Pierre Ossmand129bce2006-03-24 03:18:17 -08002783SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2784P: Pierre Ossman
2785M: drzeus-sdhci@drzeus.cx
2786L: sdhci-devel@list.drzeus.cx
2787W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2788S: Maintained
2789
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002790SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2791P: Stephen Hemminger
2792M: shemminger@osdl.org
2793L: netdev@vger.kernel.org
2794S: Maintained
2795
Chris Boot1a87d942006-07-10 04:45:34 -07002796SOEKRIS NET48XX LED SUPPORT
2797P: Chris Boot
2798M: bootc@bootc.net
2799S: Maintained
2800
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801SPARC (sparc32):
2802P: William L. Irwin
2803M: wli@holomorphy.com
2804L: sparclinux@vger.kernel.org
2805S: Maintained
2806
2807SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2808P: Roger Wolff
2809M: R.E.Wolff@BitWizard.nl
2810L: linux-kernel@vger.kernel.org ?
2811S: Supported
2812
Jim Lewis2752e402006-09-29 02:01:19 -07002813SPIDERNET NETWORK DRIVER for CELL
2814P: Jim Lewis
2815M: jim@jklewis.com
2816L: netdev@vger.kernel.org
2817S: Supported
2818
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819SRM (Alpha) environment access
2820P: Jan-Benedict Glaw
2821M: jbglaw@lug-owl.de
2822L: linux-kernel@vger.kernel.org
2823S: Maintained
2824
2825STARFIRE/DURALAN NETWORK DRIVER
2826P: Ion Badulescu
2827M: ionut@cs.columbia.edu
2828S: Maintained
2829
2830STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2831W: http://mosquitonet.Stanford.EDU/strip.html
2832S: Unsupported ?
2833
2834STRADIS MPEG-2 DECODER DRIVER
2835P: Nathan Laredo
2836M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837W: http://www.stradis.com/
2838S: Maintained
2839
2840SUPERH (sh)
2841P: Paul Mundt
2842M: lethal@linux-sh.org
Adrian Bunk210bb952006-01-11 01:43:01 +01002843L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844W: http://www.linux-sh.org
2845W: http://www.m17n.org/linux-sh/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846S: Maintained
2847
2848SUPERH64 (sh64)
2849P: Paul Mundt
2850M: lethal@linux-sh.org
2851P: Richard Curnow
2852M: rc@rc0.org.uk
2853L: linuxsh-shmedia-dev@lists.sourceforge.net
2854W: http://www.linux-sh.org
2855W: http://www.rc0.org.uk/sh64
2856S: Maintained
2857
2858SUN3/3X
2859P: Sam Creasey
2860M: sammy@sammy.net
2861L: sun3-list@redhat.com
2862W: http://sammy.net/sun3/
2863S: Maintained
2864
2865SVGA HANDLING
2866P: Martin Mares
2867M: mj@ucw.cz
2868L: linux-video@atrey.karlin.mff.cuni.cz
2869S: Maintained
2870
2871SYSV FILESYSTEM
2872P: Christoph Hellwig
2873M: hch@infradead.org
2874S: Maintained
2875
Stephen Hemminger781b456a2006-07-10 20:25:29 -07002876TC CLASSIFIER
2877P: Jamal Hadi Salim
2878M: hadi@cyberus.ca
2879L: netdev@vger.kernel.org
2880S: Maintained
2881
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07002882TCP LOW PRIORITY MODULE
2883P: Wong Hoi Sing, Edison
2884M: hswong3i@gmail.com
2885P: Hung Hing Lun, Mike
2886M: hlhung3i@gmail.com
2887W: http://tcp-lp-mod.sourceforge.net/
2888S: Maintained
2889
Michael Buesch844dd052006-06-26 00:24:59 -07002890TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2891P: Deepak Saxena
2892M: dsaxena@plexity.net
2893S: Maintained
2894
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002895TASKSTATS STATISTICS INTERFACE
2896P: Shailabh Nagar
2897M: nagar@watson.ibm.com
2898L: linux-kernel@vger.kernel.org
2899S: Maintained
2900
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901TI PARALLEL LINK CABLE DRIVER
2902P: Romain Lievin
2903M: roms@lpg.ticalc.org
2904S: Maintained
2905
Per Lidene86eaa32006-01-12 16:45:18 +01002906TIPC NETWORK LAYER
2907P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002908M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002909P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002910M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002911P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002912M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002913L: tipc-discussion@lists.sourceforge.net
2914W: http://tipc.sourceforge.net/
2915W: http://tipc.cslab.ericsson.net/
2916T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2917S: Maintained
2918
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919TLAN NETWORK DRIVER
2920P: Samuel Chessman
2921M: chessman@tux.org
2922L: tlan-devel@lists.sourceforge.net
2923W: http://sourceforge.net/projects/tlan/
2924S: Maintained
2925
2926TOKEN-RING NETWORK DRIVER
2927P: Mike Phillips
2928M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002929L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930L: linux-tr@linuxtr.net
2931W: http://www.linuxtr.net
2932S: Maintained
2933
2934TOSHIBA ACPI EXTRAS DRIVER
2935P: John Belmonte
2936M: toshiba_acpi@memebeam.org
2937W: http://memebeam.org/toys/ToshibaAcpiDriver
2938S: Maintained
2939
2940TOSHIBA SMM DRIVER
2941P: Jonathan Buzzard
2942M: jonathan@buzzard.org.uk
2943L: tlinux-users@tce.toshiba-dme.co.jp
2944W: http://www.buzzard.org.uk/toshiba/
2945S: Maintained
2946
2947TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2948P: Muli Ben-Yehuda
2949M: mulix@mulix.org
2950L: linux-kernel@vger.kernel.org
2951S: Maintained
2952
2953TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002954P: Adrian Bunk
2955M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002957W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002958T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959S: Maintained
2960
2961TMS380 TOKEN-RING NETWORK DRIVER
2962P: Adam Fritzler
2963M: mid@auk.cx
2964L: linux-tr@linuxtr.net
2965W: http://www.auk.cx/tms380tr/
2966S: Maintained
2967
2968TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07002969P: Valerie Henson
2970M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971L: tulip-users@lists.sourceforge.net
2972W: http://sourceforge.net/projects/tulip/
2973S: Maintained
2974
2975TUN/TAP driver
2976P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002977M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978L: vtun@office.satix.net
2979W: http://vtun.sourceforge.net/tun
2980S: Maintained
2981
2982U14-34F SCSI DRIVER
2983P: Dario Ballabio
2984M: ballabio_dario@emc.com
2985L: linux-scsi@vger.kernel.org
2986S: Maintained
2987
2988UDF FILESYSTEM
2989P: Ben Fennema
2990M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991W: http://linux-udf.sourceforge.net
2992S: Maintained
2993
2994UNIFORM CDROM DRIVER
2995P: Jens Axboe
2996M: axboe@suse.de
2997L: linux-kernel@vger.kernel.org
2998W: http://www.kernel.dk
2999S: Maintained
3000
3001USB ACM DRIVER
3002P: Oliver Neukum
3003M: oliver@neukum.name
3004L: linux-usb-users@lists.sourceforge.net
3005L: linux-usb-devel@lists.sourceforge.net
3006S: Maintained
3007
3008USB BLOCK DRIVER (UB ub)
3009P: Pete Zaitcev
3010M: zaitcev@redhat.com
3011L: linux-kernel@vger.kernel.org
3012L: linux-usb-devel@lists.sourceforge.net
3013S: Supported
3014
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015USB CDC ETHERNET DRIVER
3016P: Greg Kroah-Hartman
3017M: greg@kroah.com
3018L: linux-usb-users@lists.sourceforge.net
3019L: linux-usb-devel@lists.sourceforge.net
3020S: Maintained
3021W: http://www.kroah.com/linux-usb/
3022
3023USB EHCI DRIVER
3024P: David Brownell
3025M: dbrownell@users.sourceforge.net
3026L: linux-usb-devel@lists.sourceforge.net
3027S: Maintained
3028
Luca Risolia7ce08c92006-01-11 02:06:59 +00003029USB ET61X[12]51 DRIVER
3030P: Luca Risolia
3031M: luca.risolia@studio.unibo.it
3032L: linux-usb-devel@lists.sourceforge.net
3033L: video4linux-list@redhat.com
3034W: http://www.linux-projects.org
3035S: Maintained
3036
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037USB HID/HIDBP DRIVERS
3038P: Vojtech Pavlik
3039M: vojtech@suse.cz
3040L: linux-usb-users@lists.sourceforge.net
3041L: linux-usb-devel@lists.sourceforge.net
3042S: Maintained
3043
3044USB HUB DRIVER
3045P: Johannes Erdfelt
3046M: johannes@erdfelt.com
3047L: linux-usb-users@lists.sourceforge.net
3048L: linux-usb-devel@lists.sourceforge.net
3049S: Maintained
3050
Olav Kongas959eea22005-11-03 17:38:14 +02003051USB ISP116X DRIVER
3052P: Olav Kongas
3053M: ok@artecdesign.ee
3054L: linux-usb-devel@lists.sourceforge.net
3055S: Maintained
3056
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057USB KAWASAKI LSI DRIVER
3058P: Oliver Neukum
3059M: oliver@neukum.name
3060L: linux-usb-users@lists.sourceforge.net
3061L: linux-usb-devel@lists.sourceforge.net
3062S: Maintained
3063
3064USB MASS STORAGE DRIVER
3065P: Matthew Dharm
3066M: mdharm-usb@one-eyed-alien.net
3067L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003068L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069S: Maintained
3070W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3071
3072USB OHCI DRIVER
3073P: Roman Weissgaerber
3074M: weissg@vienna.at
3075L: linux-usb-users@lists.sourceforge.net
3076L: linux-usb-devel@lists.sourceforge.net
3077S: Maintained
3078
Matthias Urlichsba460e42005-07-14 00:33:47 -07003079USB OPTION-CARD DRIVER
3080P: Matthias Urlichs
3081M: smurf@smurf.noris.de
3082L: linux-usb-devel@lists.sourceforge.net
3083S: Maintained
3084
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085USB OV511 DRIVER
3086P: Mark McClelland
3087M: mmcclell@bigfoot.com
3088L: linux-usb-users@lists.sourceforge.net
3089L: linux-usb-devel@lists.sourceforge.net
3090W: http://alpha.dyndns.org/ov511/
3091S: Maintained
3092
3093USB PEGASUS DRIVER
3094P: Petko Manolov
3095M: petkan@users.sourceforge.net
3096L: linux-usb-users@lists.sourceforge.net
3097L: linux-usb-devel@lists.sourceforge.net
3098W: http://pegasus2.sourceforge.net/
3099S: Maintained
3100
3101USB PRINTER DRIVER
3102P: Vojtech Pavlik
3103M: vojtech@suse.cz
3104L: linux-usb-users@lists.sourceforge.net
3105L: linux-usb-devel@lists.sourceforge.net
3106S: Maintained
3107
3108USB RTL8150 DRIVER
3109P: Petko Manolov
3110M: petkan@users.sourceforge.net
3111L: linux-usb-users@lists.sourceforge.net
3112L: linux-usb-devel@lists.sourceforge.net
3113W: http://pegasus2.sourceforge.net/
3114S: Maintained
3115
3116USB SE401 DRIVER
3117P: Jeroen Vreeken
3118M: pe1rxq@amsat.org
3119L: linux-usb-users@lists.sourceforge.net
3120L: linux-usb-devel@lists.sourceforge.net
3121W: http://www.chello.nl/~j.vreeken/se401/
3122S: Maintained
3123
3124USB SERIAL CYBERJACK DRIVER
3125P: Matthias Bruestle and Harald Welte
3126M: support@reiner-sct.com
3127W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3128S: Maintained
3129
3130USB SERIAL DIGI ACCELEPORT DRIVER
3131P: Peter Berger and Al Borchers
3132M: pberger@brimson.com
3133M: alborchers@steinerpoint.com
3134L: linux-usb-users@lists.sourceforge.net
3135L: linux-usb-devel@lists.sourceforge.net
3136S: Maintained
3137
3138USB SERIAL DRIVER
3139P: Greg Kroah-Hartman
3140M: gregkh@suse.de
3141L: linux-usb-users@lists.sourceforge.net
3142L: linux-usb-devel@lists.sourceforge.net
3143S: Supported
3144
3145USB SERIAL BELKIN F5U103 DRIVER
3146P: William Greathouse
3147M: wgreathouse@smva.com
3148L: linux-usb-users@lists.sourceforge.net
3149L: linux-usb-devel@lists.sourceforge.net
3150S: Maintained
3151
3152USB SERIAL CYPRESS M8 DRIVER
3153P: Lonnie Mendez
3154M: dignome@gmail.com
3155L: linux-usb-users@lists.sourceforge.net
3156L: linux-usb-devel@lists.sourceforge.net
3157S: Maintained
3158W: http://geocities.com/i0xox0i
3159W: http://firstlight.net/cvs
3160
3161USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3162L: linux-usb-users@lists.sourceforge.net
3163L: linux-usb-devel@lists.sourceforge.net
3164S: Maintained
3165
3166USB AUERSWALD DRIVER
3167P: Wolfgang Muees
3168M: wolfgang@iksw-muees.de
3169L: linux-usb-users@lists.sourceforge.net
3170L: linux-usb-devel@lists.sourceforge.net
3171S: Maintained
3172
3173USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3174P: Gary Brubaker
3175M: xavyer@ix.netcom.com
3176L: linux-usb-users@lists.sourceforge.net
3177L: linux-usb-devel@lists.sourceforge.net
3178S: Maintained
3179
3180USB SERIAL KEYSPAN DRIVER
3181P: Greg Kroah-Hartman
3182M: greg@kroah.com
3183L: linux-usb-users@lists.sourceforge.net
3184L: linux-usb-devel@lists.sourceforge.net
3185W: http://www.kroah.com/linux/
3186S: Maintained
3187
3188USB SERIAL WHITEHEAT DRIVER
3189P: Stuart MacDonald
3190M: stuartm@connecttech.com
3191L: linux-usb-users@lists.sourceforge.net
3192L: linux-usb-devel@lists.sourceforge.net
3193W: http://www.connecttech.com
3194S: Supported
3195
3196USB SN9C10x DRIVER
3197P: Luca Risolia
3198M: luca.risolia@studio.unibo.it
3199L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003200L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201W: http://www.linux-projects.org
3202S: Maintained
3203
3204USB SUBSYSTEM
3205P: Greg Kroah-Hartman
3206M: gregkh@suse.de
3207L: linux-usb-users@lists.sourceforge.net
3208L: linux-usb-devel@lists.sourceforge.net
3209W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003210T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211S: Supported
3212
3213USB UHCI DRIVER
3214P: Alan Stern
3215M: stern@rowland.harvard.edu
3216L: linux-usb-users@lists.sourceforge.net
3217L: linux-usb-devel@lists.sourceforge.net
3218S: Maintained
3219
3220USB "USBNET" DRIVER
3221P: David Brownell
3222M: dbrownell@users.sourceforge.net
3223L: linux-usb-devel@lists.sourceforge.net
3224S: Maintained
3225
3226USB W996[87]CF DRIVER
3227P: Luca Risolia
3228M: luca.risolia@studio.unibo.it
3229L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003230L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231W: http://www.linux-projects.org
3232S: Maintained
3233
Luca Risolia60f78052006-02-06 16:29:35 +00003234USB ZC0301 DRIVER
3235P: Luca Risolia
3236M: luca.risolia@studio.unibo.it
3237L: linux-usb-devel@lists.sourceforge.net
3238L: video4linux-list@redhat.com
3239W: http://www.linux-projects.org
3240S: Maintained
3241
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242USB ZD1201 DRIVER
3243P: Jeroen Vreeken
3244M: pe1rxq@amsat.org
3245L: linux-usb-users@lists.sourceforge.net
3246L: linux-usb-devel@lists.sourceforge.net
3247W: http://linux-lc100020.sourceforge.net
3248S: Maintained
3249
3250USER-MODE LINUX
3251P: Jeff Dike
3252M: jdike@karaya.com
3253L: user-mode-linux-devel@lists.sourceforge.net
3254L: user-mode-linux-user@lists.sourceforge.net
3255W: http://user-mode-linux.sourceforge.net
3256S: Maintained
3257
3258FAT/VFAT/MSDOS FILESYSTEM:
3259P: OGAWA Hirofumi
3260M: hirofumi@mail.parknet.co.jp
3261L: linux-kernel@vger.kernel.org
3262S: Maintained
3263
3264VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3265P: Jeff Garzik
3266S: Odd fixes
3267
3268VIA RHINE NETWORK DRIVER
3269P: Roger Luethi
3270M: rl@hellgate.ch
3271S: Maintained
3272
Jean Delvare32c0a522005-09-22 21:47:58 +02003273VIAPRO SMBUS DRIVER
3274P: Jean Delvare
3275M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003276L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003277S: Maintained
3278
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279UCLINUX (AND M68KNOMMU)
3280P: Greg Ungerer
3281M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003283L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284S: Maintained
3285
3286UCLINUX FOR NEC V850
3287P: Miles Bader
3288M: uclinux-v850@lsi.nec.co.jp
3289W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3290W: http://www.ee.nec.de/uclinux/
3291S: Supported
3292
3293UCLINUX FOR RENESAS H8/300
3294P: Yoshinori Sato
3295M: ysato@users.sourceforge.jp
3296W: http://uclinux-h8.sourceforge.jp/
3297S: Supported
3298
3299USB DIAMOND RIO500 DRIVER
3300P: Cesar Miquel
3301M: miquel@df.uba.ar
3302L: rio500-users@lists.sourceforge.net
3303W: http://rio500.sourceforge.net
3304S: Maintained
3305
3306VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003307P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003308M: mchehab@infradead.org
3309M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003311W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003312T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003313S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314
Juerg Haefligerab413192006-09-24 20:54:04 +02003315VT1211 HARDWARE MONITOR DRIVER
3316P: Juerg Haefliger
3317M: juergh@gmail.com
3318L: lm-sensors@lm-sensors.org
3319S: Maintained
3320
Roger Lucas1de9e372005-11-26 20:20:05 +01003321VT8231 HARDWARE MONITOR DRIVER
3322P: Roger Lucas
3323M: roger@planbit.co.uk
3324L: lm-sensors@lm-sensors.org
3325S: Maintained
3326
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327W1 DALLAS'S 1-WIRE BUS
3328P: Evgeniy Polyakov
3329M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330S: Maintained
3331
Charles Spirakis13927072006-07-05 18:05:15 +02003332W83791D HARDWARE MONITORING DRIVER
3333P: Charles Spirakis
3334M: bezaur@gmail.com
3335L: lm-sensors@lm-sensors.org
3336S: Maintained
3337
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338W83L51xD SD/MMC CARD INTERFACE DRIVER
3339P: Pierre Ossman
3340M: drzeus-wbsd@drzeus.cx
3341L: wbsd-devel@list.drzeus.cx
3342W: http://projects.drzeus.cx/wbsd
3343S: Maintained
3344
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003345WATCHDOG DEVICE DRIVERS
3346P: Wim Van Sebroeck
3347M: wim@iguana.be
3348T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3349S: Maintained
3350
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3352P: Jean Tourrilhes
3353M: jt@hpl.hp.com
3354W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3355S: Maintained
3356
3357WD7000 SCSI DRIVER
3358P: Miroslav Zagorac
3359M: zaga@fly.cc.fer.hr
3360L: linux-scsi@vger.kernel.org
3361S: Maintained
3362
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003363WISTRON LAPTOP BUTTON DRIVER
3364P: Miloslav Trmac
3365M: mitr@volny.cz
3366S: Maintained
3367
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368WL3501 WIRELESS PCMCIA CARD DRIVER
3369P: Arnaldo Carvalho de Melo
3370M: acme@conectiva.com.br
3371W: http://advogato.org/person/acme
3372S: Maintained
3373
3374X.25 NETWORK LAYER
3375P: Henner Eisen
3376M: eis@baty.hanse.de
3377L: linux-x25@vger.kernel.org
3378S: Maintained
3379
3380XFS FILESYSTEM
3381P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003382P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003383M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003384L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003386T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387S: Supported
3388
3389X86 3-LEVEL PAGING (PAE) SUPPORT
3390P: Ingo Molnar
3391M: mingo@redhat.com
3392S: Maintained
3393
3394X86-64 port
3395P: Andi Kleen
3396M: ak@suse.de
3397L: discuss@x86-64.org
3398W: http://www.x86-64.org
3399S: Maintained
3400
3401YAM DRIVER FOR AX.25
3402P: Jean-Paul Roubelat
3403M: jpr@f6fbb.org
3404L: linux-hams@vger.kernel.org
3405S: Maintained
3406
Henkaf64a5e2005-10-12 15:02:56 +02003407YEALINK PHONE DRIVER
3408P: Henk Vergonet
3409M: Henk.Vergonet@gmail.com
3410L: usbb2k-api-dev@nongnu.org
3411S: Maintained
3412
Linus Torvalds1da177e2005-04-16 15:20:36 -07003413YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3414P: Pete Zaitcev
3415M: zaitcev@yahoo.com
3416L: linux-kernel@vger.kernel.org
3417S: Obsolete
3418
3419Z8530 DRIVER FOR AX.25
3420P: Joerg Reuter
3421M: jreuter@yaina.de
3422W: http://yaina.de/jreuter/
3423W: http://www.qsl.net/dl1bke/
3424L: linux-hams@vger.kernel.org
3425S: Maintained
3426
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003427ZD1211RW WIRELESS DRIVER
3428P: Daniel Drake
3429M: dsd@gentoo.org
3430P: Ulrich Kunitz
3431M: kune@deine-taler.de
3432W: http://zd1211.ath.cx/wiki/DriverRewrite
3433L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3434S: Maintained
3435
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436ZF MACHZ WATCHDOG
3437P: Fernando Fuganti
3438M: fuganti@netbank.com.br
3439W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3440S: Maintained
3441
3442ZR36067 VIDEO FOR LINUX DRIVER
3443P: Ronald Bultje
3444M: rbultje@ronald.bitfreak.net
3445L: mjpeg-users@lists.sourceforge.net
3446W: http://mjpeg.sourceforge.net/driver-zoran/
3447S: Maintained
3448
3449ZR36120 VIDEO FOR LINUX DRIVER
3450P: Pauline Middelink
3451M: middelin@polyware.nl
3452W: http://www.polyware.nl/~middelin/En/hobbies.html
3453W: http://www.polyware.nl/~middelin/hobbies.html
3454S: Maintained
3455
3456THE REST
3457P: Linus Torvalds
3458S: Buried alive in reporters