blob: f0cd5a3f6de69188f57e1aafb10406b58a2fe288 [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
Jens Axboe0fe23472006-09-04 15:41:16 +0200504M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505L: 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 Becker62ca3d22006-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
Jens Axboe0fe23472006-09-04 15:41:16 +02001383M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384L: 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
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401IEEE 1394 SUBSYSTEM
1402P: Ben Collins
1403M: bcollins@debian.org
Stefan Richter87730d02006-09-16 12:24:00 +02001404P: Stefan Richter
1405M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406L: linux1394-devel@lists.sourceforge.net
1407W: http://www.linux1394.org/
Stefan Richter87730d02006-09-16 12:24:00 +02001408T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409S: Maintained
1410
Stefan Richter87730d02006-09-16 12:24:00 +02001411IEEE 1394 IPV4 DRIVER (eth1394)
1412P: Stefan Richter
1413M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001415S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416
1417IEEE 1394 PCILYNX DRIVER
1418P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001419M: scjody@modernduck.com
Stefan Richter87730d02006-09-16 12:24:00 +02001420P: Stefan Richter
1421M: stefanr@s5r6.in-berlin.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422L: linux1394-devel@lists.sourceforge.net
Stefan Richter87730d02006-09-16 12:24:00 +02001423S: Odd Fixes
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424
1425IEEE 1394 RAW I/O DRIVER
1426P: Ben Collins
1427M: bcollins@debian.org
1428P: Dan Dennedy
1429M: dan@dennedy.org
1430L: linux1394-devel@lists.sourceforge.net
Jody McIntyre105d7b32005-09-30 11:59:04 -07001431S: Maintained
1432
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433IMS TWINTURBO FRAMEBUFFER DRIVER
1434P: Paul Mundt
1435M: lethal@chaoticdreams.org
1436L: linux-fbdev-devel@lists.sourceforge.net
1437S: Maintained
1438
1439INFINIBAND SUBSYSTEM
1440P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001441M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442P: Sean Hefty
1443M: mshefty@ichips.intel.com
1444P: Hal Rosenstock
1445M: halr@voltaire.com
1446L: openib-general@openib.org
1447W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001448T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449S: Supported
1450
1451INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001452P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001453M: dmitry.torokhov@gmail.com
1454M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455L: linux-input@atrey.karlin.mff.cuni.cz
1456L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001457T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458S: Maintained
1459
Robert Lovec9f04f52005-07-15 12:21:07 -04001460INOTIFY
1461P: John McCutchan and Robert Love
1462M: ttb@tentacle.dhs.org and rml@novell.com
1463L: linux-kernel@vger.kernel.org
1464S: Maintained
1465
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001466INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1467P: Sylvain Meyer
1468M: sylvain.meyer@worldonline.fr
1469L: linux-fbdev-devel@lists.sourceforge.net
1470S: Maintained
1471
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472INTEL 810/815 FRAMEBUFFER DRIVER
1473P: Antonino Daplas
1474M: adaplas@pol.net
1475L: linux-fbdev-devel@lists.sourceforge.net
1476S: Maintained
1477
1478INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1479P: Ingo Molnar
1480M: mingo@redhat.com
1481S: Maintained
1482
1483INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1484P: Jeff Garzik
1485M: jgarzik@pobox.com
1486W: http://sourceforge.net/projects/gkernel/
1487S: Maintained
1488
1489INTEL IA32 MICROCODE UPDATE SUPPORT
1490P: Tigran Aivazian
1491M: tigran@veritas.com
1492S: Maintained
1493
Michael Buesch844dd052006-06-26 00:24:59 -07001494INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1495P: Deepak Saxena
1496M: dsaxena@plexity.net
1497S: Maintained
1498
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499INTEL PRO/100 ETHERNET SUPPORT
1500P: John Ronciak
1501M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502P: Jesse Brandeburg
1503M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001504P: Jeff Kirsher
1505M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001506P: Auke Kok
1507M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508W: http://sourceforge.net/projects/e1000/
1509S: Supported
1510
1511INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1512P: Jeb Cramer
1513M: cramerj@intel.com
1514P: John Ronciak
1515M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001516P: Jesse Brandeburg
1517M: jesse.brandeburg@intel.com
1518P: Jeff Kirsher
1519M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001520P: Auke Kok
1521M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522W: http://sourceforge.net/projects/e1000/
1523S: Supported
1524
1525INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001526P: Jeff Kirsher
1527M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528P: Ayyappan Veeraiyan
1529M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530P: John Ronciak
1531M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001532P: Jesse Brandeburg
1533M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001534P: Auke Kok
1535M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536W: http://sourceforge.net/projects/e1000/
1537S: Supported
1538
James Ketrenos826d2ab2005-11-07 18:56:59 -06001539INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1540P: Yi Zhu
1541M: yi.zhu@intel.com
1542P: James Ketrenos
1543M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001544L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001545L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1546W: http://ipw2100.sourceforge.net
1547S: Supported
1548
1549INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1550P: Yi Zhu
1551M: yi.zhu@intel.com
1552P: James Ketrenos
1553M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001554L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001555L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1556W: http://ipw2200.sourceforge.net
1557S: Supported
1558
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559IOC3 DRIVER
1560P: Ralf Baechle
1561M: ralf@linux-mips.org
1562L: linux-mips@linux-mips.org
1563S: Maintained
1564
1565IP MASQUERADING:
1566P: Juanjo Ciarlante
1567M: jjciarla@raiz.uncu.edu.ar
1568S: Maintained
1569
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001570IPATH DRIVER:
1571P: Bryan O'Sullivan
1572M: support@pathscale.com
1573L: openib-general@openib.org
1574S: Supported
1575
Corey Minyard4409ebe2006-04-20 02:43:12 -07001576IPMI SUBSYSTEM
1577P: Corey Minyard
1578M: minyard@acm.org
1579L: openipmi-developer@lists.sourceforge.net
1580W: http://openipmi.sourceforge.net/
1581S: Supported
1582
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583IPX NETWORK LAYER
1584P: Arnaldo Carvalho de Melo
1585M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001586L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587S: Maintained
1588
1589IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001590P: Samuel Ortiz
1591M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001592L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001593W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001594S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595
1596ISAPNP
1597P: Jaroslav Kysela
1598M: perex@suse.cz
1599S: Maintained
1600
1601ISDN SUBSYSTEM
1602P: Karsten Keil
1603M: kkeil@suse.de
1604P: Kai Germaschewski
1605M: kai.germaschewski@gmx.de
1606L: isdn4linux@listserv.isdn4linux.de
1607W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001608T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609S: Maintained
1610
1611ISDN SUBSYSTEM (Eicon active card driver)
1612P: Armin Schindler
1613M: mac@melware.de
1614L: isdn4linux@listserv.isdn4linux.de
1615W: http://www.melware.de
1616S: Maintained
1617
1618JOURNALLING FLASH FILE SYSTEM (JFFS)
1619P: Axis Communications AB
1620M: jffs-dev@axis.com
1621L: jffs-dev@axis.com
1622W: http://www.developer.axis.com/software/jffs/
1623S: Maintained
1624
1625JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1626P: David Woodhouse
1627M: dwmw2@infradead.org
1628L: jffs-dev@axis.com
1629W: http://sources.redhat.com/jffs2/
1630S: Maintained
1631
1632JFS FILESYSTEM
1633P: Dave Kleikamp
1634M: shaggy@austin.ibm.com
1635L: jfs-discussion@lists.sourceforge.net
1636W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001637T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638S: Supported
1639
Josh Triplettde456d32006-07-30 03:04:00 -07001640JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001641P: Stephen Tweedie, Andrew Morton
1642M: sct@redhat.com, akpm@osdl.org
1643L: ext2-devel@lists.sourceforge.net
1644S: Maintained
1645
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646KCONFIG
1647P: Roman Zippel
1648M: zippel@linux-m68k.org
1649L: kbuild-devel@lists.sourceforge.net
1650S: Maintained
1651
Vivek Goyalea6c2082006-05-20 14:59:55 -07001652KDUMP
1653P: Vivek Goyal
1654M: vgoyal@in.ibm.com
1655P: Haren Myneni
1656M: hbabu@us.ibm.com
1657L: fastboot@lists.osdl.org
1658L: linux-kernel@vger.kernel.org
1659W: http://lse.sourceforge.net/kdump/
1660S: Maintained
1661
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662KERNEL AUTOMOUNTER (AUTOFS)
1663P: H. Peter Anvin
1664M: hpa@zytor.com
1665L: autofs@linux.kernel.org
1666S: Odd Fixes
1667
1668KERNEL AUTOMOUNTER v4 (AUTOFS4)
1669P: Ian Kent
1670M: raven@themaw.net
1671L: autofs@linux.kernel.org
1672S: Maintained
1673
1674KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1675P: Kai Germaschewski
1676M: kai@germaschewski.name
1677P: Sam Ravnborg
1678M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001679T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680S: Maintained
1681
1682KERNEL JANITORS
1683P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001684L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686S: Maintained
1687
1688KERNEL NFSD
1689P: Neil Brown
1690M: neilb@cse.unsw.edu.au
1691L: nfs@lists.sourceforge.net
1692W: http://nfs.sourceforge.net/
1693W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1694S: Maintained
1695
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001696KEXEC
1697P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001698M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001699W: http://www.xmission.com/~ebiederm/files/kexec/
1700L: linux-kernel@vger.kernel.org
1701L: fastboot@osdl.org
1702S: Maintained
1703
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001704KPROBES
1705P: Prasanna S Panchamukhi
1706M: prasanna@in.ibm.com
1707P: Ananth N Mavinakayanahalli
1708M: ananth@in.ibm.com
1709P: Anil S Keshavamurthy
1710M: anil.s.keshavamurthy@intel.com
1711P: David S. Miller
1712M: davem@davemloft.net
1713L: linux-kernel@vger.kernel.org
1714S: Maintained
1715
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001718S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719
1720LASI 53c700 driver for PARISC
1721P: James E.J. Bottomley
1722M: James.Bottomley@HansenPartnership.com
1723L: linux-scsi@vger.kernel.org
1724S: Maintained
1725
Richard Purdie263de9b2006-05-15 09:44:16 -07001726LED SUBSYSTEM
1727P: Richard Purdie
1728M: rpurdie@rpsys.net
1729S: Maintained
1730
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731LEGO USB Tower driver
1732P: Juergen Stuber
1733M: starblue@users.sourceforge.net
1734L: legousb-devel@lists.sourceforge.net
1735W: http://legousb.sourceforge.net/
1736S: Maintained
1737
1738LINUX FOR IBM pSERIES (RS/6000)
1739P: Paul Mackerras
1740M: paulus@au.ibm.com
1741W: http://www.ibm.com/linux/ltc/projects/ppc
1742S: Supported
1743
1744LINUX FOR NCR VOYAGER
1745P: James Bottomley
1746M: James.Bottomley@HansenPartnership.com
1747W: http://www.hansenpartnership.com/voyager
1748S: Maintained
1749
1750LINUX FOR POWERPC
1751P: Paul Mackerras
1752M: paulus@samba.org
1753W: http://www.penguinppc.org/
1754L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001755T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756S: Supported
1757
1758LINUX FOR POWER MACINTOSH
1759P: Benjamin Herrenschmidt
1760M: benh@kernel.crashing.org
1761W: http://www.penguinppc.org/
1762L: linuxppc-dev@ozlabs.org
1763S: Maintained
1764
1765LINUX FOR POWERPC EMBEDDED MPC52XX
1766P: Sylvain Munaut
1767M: tnt@246tNt.com
1768W: http://www.246tNt.com/mpc52xx/
1769W: http://www.penguinppc.org/
1770L: linuxppc-dev@ozlabs.org
1771L: linuxppc-embedded@ozlabs.org
1772S: Maintained
1773
1774LINUX FOR POWERPC EMBEDDED PPC4XX
1775P: Matt Porter
1776M: mporter@kernel.crashing.org
1777W: http://www.penguinppc.org/
1778L: linuxppc-embedded@ozlabs.org
1779S: Maintained
1780
Tom Rinie93adf12005-07-26 12:49:53 -07001781LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782P: Tom Rini
1783M: trini@kernel.crashing.org
1784W: http://www.penguinppc.org/
1785L: linuxppc-embedded@ozlabs.org
1786S: Maintained
1787
Tom Rinie93adf12005-07-26 12:49:53 -07001788LINUX FOR POWERPC EMBEDDED PPC8XX
1789P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001790M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001791W: http://www.penguinppc.org/
1792L: linuxppc-embedded@ozlabs.org
1793S: Maintained
1794
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1796P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001797M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798W: http://www.penguinppc.org/
1799L: linuxppc-embedded@ozlabs.org
1800S: Maintained
1801
Olof Johanssonab06ff32006-09-06 14:44:54 -05001802LINUX FOR POWERPC PA SEMI PWRFICIENT
1803P: Olof Johansson
1804M: olof@lixom.net
1805W: http://www.pasemi.com/
1806L: linuxppc-dev@ozlabs.org
1807S: Supported
1808
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809LLC (802.2)
1810P: Arnaldo Carvalho de Melo
1811M: acme@conectiva.com.br
1812S: Maintained
1813
1814LINUX FOR 64BIT POWERPC
1815P: Paul Mackerras
1816M: paulus@samba.org
1817M: paulus@au.ibm.com
1818P: Anton Blanchard
1819M: anton@samba.org
1820M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001821W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001822L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823S: Supported
1824
1825LINUX SECURITY MODULE (LSM) FRAMEWORK
1826P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001827M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001828L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001830T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831S: Supported
1832
1833LM83 HARDWARE MONITOR DRIVER
1834P: Jean Delvare
1835M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001836L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837S: Maintained
1838
1839LM90 HARDWARE MONITOR DRIVER
1840P: Jean Delvare
1841M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001842L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001843S: Maintained
1844
1845LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1846P: Richard Russon (FlatCap)
1847M: ldm@flatcap.org
1848L: ldm-devel@lists.sourceforge.net
1849W: http://ldm.sourceforge.net
1850S: Maintained
1851
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001852LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1853P: Eric Moore
1854M: Eric.Moore@lsil.com
1855M: support@lsil.com
1856L: mpt_linux_developer@lsil.com
1857L: linux-scsi@vger.kernel.org
1858W: http://www.lsilogic.com/support
1859S: Supported
1860
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1862P: Matthew Wilcox
1863M: matthew@wil.cx
1864L: linux-scsi@vger.kernel.org
1865S: Maintained
1866
1867M68K ARCHITECTURE
1868P: Geert Uytterhoeven
1869M: geert@linux-m68k.org
1870P: Roman Zippel
1871M: zippel@linux-m68k.org
1872L: linux-m68k@lists.linux-m68k.org
1873W: http://www.linux-m68k.org/
1874W: http://linux-m68k-cvs.ubb.ca/
1875S: Maintained
1876
1877M68K ON APPLE MACINTOSH
1878P: Joshua Thompson
1879M: funaho@jurai.org
1880W: http://www.mac.linux-m68k.org/
1881L: linux-mac68k@mac.linux-m68k.org
1882S: Maintained
1883
1884M68K ON HP9000/300
1885P: Philip Blundell
1886M: philb@gnu.org
1887W: http://www.tazenda.demon.co.uk/phil/linux-hp
1888S: Maintained
1889
1890MARVELL YUKON / SYSKONNECT DRIVER
1891P: Mirko Lindner
1892M: mlindner@syskonnect.de
1893P: Ralph Roesler
1894M: rroesler@syskonnect.de
1895W: http://www.syskonnect.com
1896S: Supported
1897
1898MAESTRO PCI SOUND DRIVERS
1899P: Zach Brown
1900M: zab@zabbo.net
1901S: Odd Fixes
1902
Michael Kerriskfaf16682005-07-31 22:34:47 -07001903MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1904P: Michael Kerrisk
1905M: mtk-manpages@gmx.net
1906W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1907S: Maintained
1908
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001909MARVELL MV643XX ETHERNET DRIVER
1910P: Dale Farnsworth
1911M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001913M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001914L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001915S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916
1917MATROX FRAMEBUFFER DRIVER
1918P: Petr Vandrovec
1919M: vandrove@vc.cvut.cz
1920L: linux-fbdev-devel@lists.sourceforge.net
1921S: Maintained
1922
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001923MEGARAID SCSI DRIVERS
1924P: Neela Syam Kolli
1925M: Neela.Kolli@engenio.com
1926S: linux-scsi@vger.kernel.org
1927W: http://megaraid.lsilogic.com
1928S: Maintained
1929
Steven Rostedt70ea91f2006-07-30 03:03:53 -07001930MEMORY MANAGEMENT
1931L: linux-mm@kvack.org
1932L: linux-kernel@vger.kernel.org
1933W: http://www.linux-mm.org
1934S: Maintained
1935
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001936MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937P: David Woodhouse
1938M: dwmw2@infradead.org
1939W: http://www.linux-mtd.infradead.org/
1940L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001941T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942S: Maintained
1943
1944MICROTEK X6 SCANNER
1945P: Oliver Neukum
1946M: oliver@neukum.name
1947S: Maintained
1948
1949MIPS
1950P: Ralf Baechle
1951M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001952W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001954T: git www.linux-mips.org:/pub/scm/linux.git
1955S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956
1957MISCELLANEOUS MCA-SUPPORT
1958P: James Bottomley
1959M: jejb@steeleye.com
1960L: linux-kernel@vger.kernel.org
1961S: Maintained
1962
1963MODULE SUPPORT
1964P: Rusty Russell
1965M: rusty@rustcorp.com.au
1966L: linux-kernel@vger.kernel.org
1967S: Maintained
1968
1969MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1970P: Stelian Pop
1971M: stelian@popies.net
1972W: http://popies.net/meye/
1973S: Maintained
1974
1975MOUSE AND MISC DEVICES [GENERAL]
1976P: Alessandro Rubini
1977M: rubini@ipvvis.unipv.it
1978L: linux-kernel@vger.kernel.org
1979S: Maintained
1980
1981MTRR AND SIMILAR SUPPORT [i386]
1982P: Richard Gooch
1983M: rgooch@atnf.csiro.au
1984L: linux-kernel@vger.kernel.org
1985W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1986S: Maintained
1987
Russell King12223da2006-06-15 13:28:52 +01001988MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001989P: Russell King
1990M: rmk+mmc@arm.linux.org.uk
1991S: Maintained
1992
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993MULTISOUND SOUND DRIVER
1994P: Andrew Veliath
1995M: andrewtv@usa.net
1996S: Maintained
1997
1998NATSEMI ETHERNET DRIVER (DP8381x)
1999P: Tim Hockin
2000M: thockin@hockin.org
2001S: Maintained
2002
2003NCP FILESYSTEM
2004P: Petr Vandrovec
2005M: vandrove@vc.cvut.cz
2006L: linware@sh.cvut.cz
2007S: Maintained
2008
2009NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2010P: James E.J. Bottomley
2011M: James.Bottomley@HansenPartnership.com
2012L: linux-scsi@vger.kernel.org
2013S: Maintained
2014
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07002015NETEM NETWORK EMULATOR
2016P: Stephen Hemminger
2017M: shemminger@osdl.org
2018L: netem@osdl.org
2019S: Maintained
2020
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021NETFILTER/IPTABLES/IPCHAINS
2022P: Rusty Russell
2023P: Marc Boucher
2024P: James Morris
2025P: Harald Welte
2026P: Jozsef Kadlecsik
2027M: coreteam@netfilter.org
2028W: http://www.netfilter.org/
2029W: http://www.iptables.org/
2030L: netfilter@lists.netfilter.org
2031L: netfilter-devel@lists.netfilter.org
2032S: Supported
2033
Paul Moore4cc67732006-09-25 15:57:13 -07002034NETLABEL
2035P: Paul Moore
2036M: paul.moore@hp.com
2037W: http://netlabel.sf.net
2038L: netdev@vger.kernel.org
2039S: Supported
2040
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041NETROM NETWORK LAYER
2042P: Ralf Baechle
2043M: ralf@linux-mips.org
2044L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002045W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046S: Maintained
2047
Pavel Machek5ddb88c2006-09-29 02:01:29 -07002048NETWORK BLOCK DEVICE (NBD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049P: Paul Clements
2050M: Paul.Clements@steeleye.com
2051S: Maintained
2052
2053NETWORK DEVICE DRIVERS
2054P: Andrew Morton
2055M: akpm@osdl.org
2056P: Jeff Garzik
2057M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002058L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002059T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060S: Maintained
2061
2062NETWORKING [GENERAL]
2063P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002064M: netdev@vger.kernel.org
2065L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002066W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067S: Maintained
2068
2069NETWORKING [IPv4/IPv6]
2070P: David S. Miller
2071M: davem@davemloft.net
2072P: Alexey Kuznetsov
2073M: kuznet@ms2.inr.ac.ru
2074P: Pekka Savola (ipv6)
2075M: pekkas@netcore.fi
2076P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002077M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078P: Hideaki YOSHIFUJI
2079M: yoshfuji@linux-ipv6.org
2080P: Patrick McHardy
2081M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002082L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002083T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002084S: Maintained
2085
John W. Linville29f8f632006-01-18 14:52:48 -08002086NETWORKING [WIRELESS]
2087P: John W. Linville
2088M: linville@tuxdriver.com
2089L: netdev@vger.kernel.org
2090T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2091S: Maintained
2092
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093IPVS
2094P: Wensong Zhang
2095M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002096P: Simon Horman
2097M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098P: Julian Anastasov
2099M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101S: Maintained
2102
2103NFS CLIENT
2104P: Trond Myklebust
2105M: trond.myklebust@fys.uio.no
2106L: linux-kernel@vger.kernel.org
2107S: Maintained
2108
2109NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002110P: Jan-Pascal van Best
2111M: janpascal@vanbest.org
2112P: Andreas Mohr
2113M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002114L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115S: Maintained
2116
2117NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2118P: YOKOTA Hiroshi
2119M: yokota@netlab.is.tsukuba.ac.jp
2120W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2121S: Maintained
2122
2123NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2124P: GOTO Masanori
2125M: gotom@debian.or.jp
2126P: YOKOTA Hiroshi
2127M: yokota@netlab.is.tsukuba.ac.jp
2128W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2129S: Maintained
2130
2131NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2132P: Eberhard Moenkeberg
2133M: emoenke@gwdg.de
2134L: linux-kernel@vger.kernel.org
2135S: Maintained
2136
2137NTFS FILESYSTEM
2138P: Anton Altaparmakov
2139M: aia21@cantab.net
2140L: linux-ntfs-dev@lists.sourceforge.net
2141L: linux-kernel@vger.kernel.org
2142W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002143T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144S: Maintained
2145
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002146NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2147P: Antonino Daplas
2148M: adaplas@pol.net
2149L: linux-fbdev-devel@lists.sourceforge.net
2150S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002152OPENCORES I2C BUS DRIVER
2153P: Peter Korsgaard
2154M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002155L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002156S: Maintained
2157
Mark Fashehccd979b2005-12-15 14:31:24 -08002158ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2159P: Mark Fasheh
2160M: mark.fasheh@oracle.com
2161P: Kurt Hackel
2162M: kurt.hackel@oracle.com
2163L: ocfs2-devel@oss.oracle.com
2164W: http://oss.oracle.com/projects/ocfs2/
2165S: Supported
2166
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167OLYMPIC NETWORK DRIVER
2168P: Peter De Shrijver
2169M: p2@ace.ulyssis.student.kuleuven.ac.be
2170P: Mike Phillips
2171M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002172L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173L: linux-tr@linuxtr.net
2174W: http://www.linuxtr.net
2175S: Maintained
2176
Harald Weltec1986ee2005-11-13 16:06:29 -08002177OMNIKEY CARDMAN 4000 DRIVER
2178P: Harald Welte
2179M: laforge@gnumonks.org
2180S: Maintained
2181
Harald Welte77c44ab2005-11-13 16:06:26 -08002182OMNIKEY CARDMAN 4040 DRIVER
2183P: Harald Welte
2184M: laforge@gnumonks.org
2185S: Maintained
2186
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187ONSTREAM SCSI TAPE DRIVER
2188P: Willem Riede
2189M: osst@riede.org
2190L: osst-users@lists.sourceforge.net
2191L: linux-scsi@vger.kernel.org
2192S: Maintained
2193
2194OPL3-SA2, SA3, and SAx DRIVER
2195P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002196M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197L: linux-sound@vger.kernel.org
2198S: Maintained
2199
2200OPROFILE
2201P: Philippe Elie
2202M: phil.el@wanadoo.fr
2203L: oprofile-list@lists.sf.net
2204S: Maintained
2205
2206ORINOCO DRIVER
2207P: Pavel Roskin
2208M: proski@gnu.org
2209P: David Gibson
2210M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002211L: orinoco-users@lists.sourceforge.net
2212L: orinoco-devel@lists.sourceforge.net
2213W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214S: Maintained
2215
2216PARALLEL PORT SUPPORT
2217P: Phil Blundell
2218M: philb@gnu.org
2219P: Tim Waugh
2220M: tim@cyberelk.net
2221P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222P: Andrea Arcangeli
2223M: andrea@suse.de
2224L: linux-parport@lists.infradead.org
2225W: http://people.redhat.com/twaugh/parport/
2226S: Maintained
2227
2228PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2229P: Tim Waugh
2230M: tim@cyberelk.net
2231L: linux-parport@lists.infradead.org
2232W: http://www.torque.net/linux-pp.html
2233S: Maintained
2234
2235PARISC ARCHITECTURE
2236P: Matthew Wilcox
2237M: matthew@wil.cx
2238P: Grant Grundler
2239M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002240P: Kyle McMartin
2241M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242L: parisc-linux@parisc-linux.org
2243W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002244T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2245T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246S: Maintained
2247
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002248PCI ERROR RECOVERY
2249P: Linas Vepstas
2250M: linas@austin.ibm.com
2251L: linux-kernel@vger.kernel.org
2252L: linux-pci@atrey.karlin.mff.cuni.cz
2253S: Supported
2254
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2256P: Thomas Sailer
2257M: sailer@ife.ee.ethz.ch
2258L: linux-sound@vger.kernel.org
2259W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2260S: Maintained
2261
2262PCI SUBSYSTEM
2263P: Greg Kroah-Hartman
2264M: gregkh@suse.de
2265L: linux-kernel@vger.kernel.org
2266L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002267T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268S: Supported
2269
2270PCI HOTPLUG CORE
2271P: Greg Kroah-Hartman
2272M: gregkh@suse.de
2273S: Supported
2274
2275PCI HOTPLUG COMPAQ DRIVER
2276P: Greg Kroah-Hartman
2277M: greg@kroah.com
2278S: Maintained
2279
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002280PCIE HOTPLUG DRIVER
2281P: Kristen Carlson Accardi
2282M: kristen.c.accardi@intel.com
2283L: pcihpd-discuss@lists.sourceforge.net
2284S: Maintained
2285
Linus Torvalds1da177e2005-04-16 15:20:36 -07002286PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002287P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002288L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002290T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002291S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292
2293PCNET32 NETWORK DRIVER
2294P: Thomas Bogendörfer
2295M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002296L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297S: Maintained
2298
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002299PER-TASK DELAY ACCOUNTING
2300P: Shailabh Nagar
2301M: nagar@watson.ibm.com
2302L: linux-kernel@vger.kernel.org
2303S: Maintained
2304
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002305PERSONALITY HANDLING
2306P: Christoph Hellwig
2307M: hch@infradead.org
2308L: linux-abi-devel@lists.sourceforge.net
2309S: Maintained
2310
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311PHRAM MTD DRIVER
2312P: Jörn Engel
2313M: joern@wh.fh-wedel.de
2314L: linux-mtd@lists.infradead.org
2315S: Maintained
2316
Peter Osterlund249a6772005-09-27 21:45:30 -07002317PKTCDVD DRIVER
2318P: Peter Osterlund
2319M: petero2@telia.com
2320L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002321S: Maintained
2322
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323POSIX CLOCKS and TIMERS
2324P: George Anzinger
2325M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002326L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327S: Supported
2328
Eugene Surovegin24682972005-10-14 03:00:53 -07002329POWERPC 4xx EMAC DRIVER
2330P: Eugene Surovegin
2331M: ebs@ebshome.net
2332W: http://kernel.ebshome.net/emac/
2333L: linuxppc-embedded@ozlabs.org
2334L: netdev@vger.kernel.org
2335S: Maintained
2336
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337PNP SUPPORT
2338P: Adam Belay
2339M: ambx1@neo.rr.com
2340S: Maintained
2341
2342PPP PROTOCOL DRIVERS AND COMPRESSORS
2343P: Paul Mackerras
2344M: paulus@samba.org
2345L: linux-ppp@vger.kernel.org
2346S: Maintained
2347
2348PPP OVER ATM (RFC 2364)
2349P: Mitchell Blank Jr
2350M: mitch@sfgoth.com
2351S: Maintained
2352
2353PPP OVER ETHERNET
2354P: Michal Ostrowski
2355M: mostrows@speakeasy.net
2356S: Maintained
2357
2358PREEMPTIBLE KERNEL
2359P: Robert Love
2360M: rml@tech9.net
2361L: linux-kernel@vger.kernel.org
2362L: kpreempt-tech@lists.sourceforge.net
2363W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2364S: Supported
2365
2366PRISM54 WIRELESS DRIVER
2367P: Prism54 Development Team
2368M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002369L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370W: http://prism54.org
2371S: Maintained
2372
2373PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2374P: Peter Denison
2375M: promise@pnd-pc.demon.co.uk
2376W: http://www.pnd-pc.demon.co.uk/promise/
2377S: Maintained
2378
Michael Krufky83202042006-07-03 00:24:18 -07002379PVRUSB2 VIDEO4LINUX DRIVER
2380P: Mike Isely
2381M: isely@pobox.com
2382L: pvrusb2@isely.net
2383L: video4linux-list@redhat.com
2384W: http://www.isely.net/pvrusb2/
2385S: Maintained
2386
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387PXA2xx SUPPORT
2388P: Nicolas Pitre
2389M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002390L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391S: Maintained
2392
2393QLOGIC QLA2XXX FC-SCSI DRIVER
2394P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002395M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396L: linux-scsi@vger.kernel.org
2397S: Supported
2398
Ron Mercer5a4faa82006-07-25 00:40:21 -07002399QLOGIC QLA3XXX NETWORK DRIVER
2400P: Ron Mercer
2401M: linux-driver@qlogic.com
2402L: netdev@vger.kernel.org
2403S: Supported
2404
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405QNX4 FILESYSTEM
2406P: Anders Larsen
2407M: al@alarsen.net
2408L: linux-kernel@vger.kernel.org
2409W: http://www.alarsen.net/linux/qnx4fs/
2410S: Maintained
2411
2412RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002413P: Benjamin Herrenschmidt
2414M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415L: linux-fbdev-devel@lists.sourceforge.net
2416S: Maintained
2417
2418RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002419P: Paul Mackerras
2420M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421L: linux-fbdev-devel@lists.sourceforge.net
2422S: Maintained
2423
2424RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2425P: Corey Thomas
2426M: corey@world.std.com
2427L: linux-kernel@vger.kernel.org
2428S: Maintained
2429
Matt Mackall9e95ce22005-04-16 15:25:56 -07002430RANDOM NUMBER DRIVER
2431P: Matt Mackall
2432M: mpm@selenic.com
2433S: Maintained
2434
Matt Porter394b7012005-11-07 01:00:15 -08002435RAPIDIO SUBSYSTEM
2436P: Matt Porter
2437M: mporter@kernel.crashing.org
2438L: linux-kernel@vger.kernel.org
2439S: Maintained
2440
Linus Torvalds1da177e2005-04-16 15:20:36 -07002441REAL TIME CLOCK DRIVER
2442P: Paul Gortmaker
2443M: p_gortmaker@yahoo.com
2444L: linux-kernel@vger.kernel.org
2445S: Maintained
2446
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002447REAL TIME CLOCK (RTC) SUBSYSTEM
2448P: Alessandro Zummo
2449M: a.zummo@towertech.it
2450L: linux-kernel@vger.kernel.org
2451S: Maintained
2452
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453REISERFS FILE SYSTEM
2454P: Hans Reiser
2455M: reiserfs-dev@namesys.com
2456L: reiserfs-list@namesys.com
2457W: http://www.namesys.com
2458S: Supported
2459
2460ROCKETPORT DRIVER
2461P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462W: http://www.comtrol.com
2463S: Maintained
2464
2465ROSE NETWORK LAYER
2466P: Ralf Baechle
2467M: ralf@linux-mips.org
2468L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002469W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470S: Maintained
2471
2472RISCOM8 DRIVER
2473S: Orphan
2474
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002475S3 SAVAGE FRAMEBUFFER DRIVER
2476P: Antonino Daplas
2477M: adaplas@pol.net
2478L: linux-fbdev-devel@lists.sourceforge.net
2479S: Maintained
2480
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481S390
2482P: Martin Schwidefsky
2483M: schwidefsky@de.ibm.com
Martin Schwidefsky83014252006-09-20 15:58:58 +02002484P: Heiko Carstens
2485M: heiko.carstens@de.ibm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486M: linux390@de.ibm.com
2487L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002488W: http://www.ibm.com/developerworks/linux/linux390/
2489S: Supported
2490
2491S390 NETWORK DRIVERS
2492P: Frank Pavlic
2493M: fpavlic@de.ibm.com
2494M: linux390@de.ibm.com
2495L: linux-390@vm.marist.edu
2496W: http://www.ibm.com/developerworks/linux/linux390/
2497S: Supported
2498
2499S390 ZFCP DRIVER
Swen Schillig9cbb8892006-09-21 16:29:31 +02002500P: Swen Schillig
2501M: swen@vnet.ibm.com
Heiko Carstens5238da42006-02-11 17:56:01 -08002502M: linux390@de.ibm.com
2503L: linux-390@vm.marist.edu
2504W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505S: Supported
2506
2507SAA7146 VIDEO4LINUX-2 DRIVER
2508P: Michael Hunold
2509M: michael@mihu.de
2510W: http://www.mihu.de/linux/saa7146
2511S: Maintained
2512
2513SBPCD CDROM DRIVER
2514P: Eberhard Moenkeberg
2515M: emoenke@gwdg.de
2516L: linux-kernel@vger.kernel.org
2517S: Maintained
2518
2519SC1200 WDT DRIVER
2520P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002521M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522S: Maintained
2523
2524SCHEDULER
2525P: Ingo Molnar
2526M: mingo@elte.hu
2527P: Robert Love [the preemptible kernel bits]
2528M: rml@tech9.net
2529L: linux-kernel@vger.kernel.org
2530S: Maintained
2531
2532SCSI CDROM DRIVER
2533P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002534M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535L: linux-scsi@vger.kernel.org
2536W: http://www.kernel.dk
2537S: Maintained
2538
2539SCSI SG DRIVER
2540P: Doug Gilbert
2541M: dgilbert@interlog.com
2542L: linux-scsi@vger.kernel.org
2543W: http://www.torque.net/sg
2544S: Maintained
2545
2546SCSI SUBSYSTEM
2547P: James E.J. Bottomley
2548M: James.Bottomley@SteelEye.com
2549L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002550T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551S: Maintained
2552
2553SCSI TAPE DRIVER
2554P: Kai Mäkisara
2555M: Kai.Makisara@kolumbus.fi
2556L: linux-scsi@vger.kernel.org
2557S: Maintained
2558
2559SCTP PROTOCOL
2560P: Sridhar Samudrala
2561M: sri@us.ibm.com
2562L: lksctp-developers@lists.sourceforge.net
2563S: Supported
2564
2565SCx200 CPU SUPPORT
2566P: Christer Weinigel
2567M: christer@weinigel.se
2568W: http://www.weinigel.se
2569S: Supported
2570
2571SECURITY CONTACT
2572P: Security Officers
2573M: security@kernel.org
2574S: Supported
2575
2576SELINUX SECURITY MODULE
2577P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002578M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002580M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581L: linux-kernel@vger.kernel.org (kernel issues)
2582L: selinux@tycho.nsa.gov (general discussion)
2583W: http://www.nsa.gov/selinux
2584S: Supported
2585
2586SERIAL ATA (SATA) SUBSYSTEM:
2587P: Jeff Garzik
2588M: jgarzik@pobox.com
2589L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002590T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591S: Supported
2592
2593SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2594P: Pat Gefre
2595M: pfg@sgi.com
2596L: linux-ia64@vger.kernel.org
2597S: Supported
2598
2599SGI VISUAL WORKSTATION 320 AND 540
2600P: Andrey Panin
2601M: pazke@donpac.ru
2602L: linux-visws-devel@lists.sf.net
2603W: http://linux-visws.sf.net
2604S: Maintained for 2.6.
2605
2606SIMTEC EB110ATX (Chalice CATS)
2607P: Ben Dooks
2608P: Vincent Sanders
2609M: support@simtec.co.uk
2610W: http://www.simtec.co.uk/products/EB110ATX/
2611S: Supported
2612
2613SIMTEC EB2410ITX (BAST)
2614P: Ben Dooks
2615P: Vincent Sanders
2616M: support@simtec.co.uk
2617W: http://www.simtec.co.uk/products/EB2410ITX/
2618S: Supported
2619
Francois Romieu92aab3c2005-07-30 13:11:18 +02002620SIS 190 ETHERNET DRIVER
2621P: Francois Romieu
2622M: romieu@fr.zoreil.com
2623L: netdev@vger.kernel.org
2624S: Maintained
2625
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626SIS 5513 IDE CONTROLLER DRIVER
2627P: Lionel Bouton
2628M: Lionel.Bouton@inet6.fr
2629W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2630W: http://gyver.homeip.net/sis5513/index.html
2631S: Maintained
2632
2633SIS 900/7016 FAST ETHERNET DRIVER
2634P: Daniele Venzano
2635M: venza@brownhat.org
2636W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002637L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638S: Maintained
2639
2640SIS FRAMEBUFFER DRIVER
2641P: Thomas Winischhofer
2642M: thomas@winischhofer.net
2643W: http://www.winischhofer.net/linuxsisvga.shtml
2644S: Maintained
2645
2646SIS USB2VGA DRIVER
2647P: Thomas Winischhofer
2648M: thomas@winischhofer.net
2649W: http://www.winischhofer.at/linuxsisusbvga.shtml
2650S: Maintained
2651
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652SMC91x ETHERNET DRIVER
2653P: Nicolas Pitre
2654M: nico@cam.org
2655S: Maintained
2656
Daniel Drake8f0f8502006-07-18 22:00:25 +01002657SOFTMAC LAYER (IEEE 802.11)
2658P: Johannes Berg
2659M: johannes@sipsolutions.net
2660P: Joe Jezak
2661M: josejx@gentoo.org
2662P: Daniel Drake
2663M: dsd@gentoo.org
2664W: http://softmac.sipsolutions.net/
Daniel Drake8f0f8502006-07-18 22:00:25 +01002665L: netdev@vger.kernel.org
2666S: Maintained
2667
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668SOFTWARE RAID (Multiple Disks) SUPPORT
2669P: Ingo Molnar
2670M: mingo@redhat.com
2671P: Neil Brown
2672M: neilb@cse.unsw.edu.au
2673L: linux-raid@vger.kernel.org
2674S: Maintained
2675
2676SOFTWARE SUSPEND:
2677P: Pavel Machek
2678M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002679L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680S: Maintained
2681
2682SONIC NETWORK DRIVER
2683P: Thomas Bogendoerfer
2684M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002685L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686S: Maintained
2687
2688SONY VAIO CONTROL DEVICE DRIVER
2689P: Stelian Pop
2690M: stelian@popies.net
2691W: http://popies.net/sonypi/
2692S: Maintained
2693
2694SOUND
2695P: Jaroslav Kysela
2696M: perex@suse.cz
2697L: alsa-devel@alsa-project.org
2698S: Maintained
2699
Kumar Gala025c3982006-04-02 16:05:54 -05002700SPI SUBSYSTEM
2701P: David Brownell
2702M: dbrownell@users.sourceforge.net
2703L: spi-devel-general@lists.sourceforge.net
2704S: Maintained
2705
Steven Rostedt855f46a2006-08-05 12:14:50 -07002706STABLE BRANCH:
2707P: Greg Kroah-Hartman
2708M: greg@kroah.com
2709P: Chris Wright
2710M: chrisw@sous-sol.org
2711L: stable@kernel.org
2712S: Maintained
2713
Steven Rostedt4ca8a3c2006-08-03 12:28:11 -04002714STABLE BRANCH:
2715P: Greg Kroah-Hartman
2716M: greg@kroah.com
2717P: Chris Wright
2718M: chrisw@sous-sol.org
2719L: stable@kernel.org
2720S: Maintained
2721
Kylene Hall1c72d462005-05-01 08:59:13 -07002722TPM DEVICE DRIVER
2723P: Kylene Hall
2724M: kjhall@us.ibm.com
2725W: http://tpmdd.sourceforge.net
2726L: tpmdd-devel@lists.sourceforge.net
2727S: Maintained
2728
Mark Gross1a80ba82005-10-30 15:02:55 -08002729Telecom Clock Driver for MCPL0010
2730P: Mark Gross
2731M: mark.gross@intel.com
2732S: Supported
2733
Chris Zankel48b415c2005-06-23 22:01:07 -07002734TENSILICA XTENSA PORT (xtensa):
2735P: Chris Zankel
2736M: chris@zankel.net
2737S: Maintained
2738
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739UltraSPARC (sparc64):
2740P: David S. Miller
2741M: davem@davemloft.net
2742P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002743M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744P: Jakub Jelinek
2745M: jj@sunsite.ms.mff.cuni.cz
2746P: Anton Blanchard
2747M: anton@samba.org
2748L: sparclinux@vger.kernel.org
2749L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002750T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751S: Maintained
2752
2753SHARP LH SUPPORT (LH7952X & LH7A40X)
2754P: Marc Singer
2755M: elf@buici.com
2756W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002757L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758S: Maintained
2759
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002760SHPC HOTPLUG DRIVER
2761P: Kristen Carlson Accardi
2762M: kristen.c.accardi@intel.com
2763L: pcihpd-discuss@lists.sourceforge.net
2764S: Maintained
2765
Pierre Ossmand129bce2006-03-24 03:18:17 -08002766SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2767P: Pierre Ossman
2768M: drzeus-sdhci@drzeus.cx
2769L: sdhci-devel@list.drzeus.cx
2770W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2771S: Maintained
2772
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002773SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2774P: Stephen Hemminger
2775M: shemminger@osdl.org
2776L: netdev@vger.kernel.org
2777S: Maintained
2778
Chris Boot1a87d942006-07-10 04:45:34 -07002779SOEKRIS NET48XX LED SUPPORT
2780P: Chris Boot
2781M: bootc@bootc.net
2782S: Maintained
2783
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784SPARC (sparc32):
2785P: William L. Irwin
2786M: wli@holomorphy.com
2787L: sparclinux@vger.kernel.org
2788S: Maintained
2789
2790SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2791P: Roger Wolff
2792M: R.E.Wolff@BitWizard.nl
2793L: linux-kernel@vger.kernel.org ?
2794S: Supported
2795
Jim Lewis2752e402006-09-29 02:01:19 -07002796SPIDERNET NETWORK DRIVER for CELL
2797P: Jim Lewis
2798M: jim@jklewis.com
2799L: netdev@vger.kernel.org
2800S: Supported
2801
Linus Torvalds1da177e2005-04-16 15:20:36 -07002802SRM (Alpha) environment access
2803P: Jan-Benedict Glaw
2804M: jbglaw@lug-owl.de
2805L: linux-kernel@vger.kernel.org
2806S: Maintained
2807
2808STARFIRE/DURALAN NETWORK DRIVER
2809P: Ion Badulescu
2810M: ionut@cs.columbia.edu
2811S: Maintained
2812
2813STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2814W: http://mosquitonet.Stanford.EDU/strip.html
2815S: Unsupported ?
2816
2817STRADIS MPEG-2 DECODER DRIVER
2818P: Nathan Laredo
2819M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820W: http://www.stradis.com/
2821S: Maintained
2822
2823SUPERH (sh)
2824P: Paul Mundt
2825M: lethal@linux-sh.org
Matthew Wilcox3b5e0cb2006-09-29 02:01:30 -07002826L: linuxsh-dev@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827W: http://www.linux-sh.org
2828W: http://www.m17n.org/linux-sh/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002829S: Maintained
2830
2831SUPERH64 (sh64)
2832P: Paul Mundt
2833M: lethal@linux-sh.org
2834P: Richard Curnow
2835M: rc@rc0.org.uk
2836L: linuxsh-shmedia-dev@lists.sourceforge.net
2837W: http://www.linux-sh.org
2838W: http://www.rc0.org.uk/sh64
2839S: Maintained
2840
2841SUN3/3X
2842P: Sam Creasey
2843M: sammy@sammy.net
2844L: sun3-list@redhat.com
2845W: http://sammy.net/sun3/
2846S: Maintained
2847
2848SVGA HANDLING
2849P: Martin Mares
2850M: mj@ucw.cz
2851L: linux-video@atrey.karlin.mff.cuni.cz
2852S: Maintained
2853
2854SYSV FILESYSTEM
2855P: Christoph Hellwig
2856M: hch@infradead.org
2857S: Maintained
2858
Stephen Hemminger781b4562006-07-10 20:25:29 -07002859TC CLASSIFIER
2860P: Jamal Hadi Salim
2861M: hadi@cyberus.ca
2862L: netdev@vger.kernel.org
2863S: Maintained
2864
Wong Hoi Sing Edison5067f082006-09-13 20:31:13 -07002865TCP LOW PRIORITY MODULE
2866P: Wong Hoi Sing, Edison
2867M: hswong3i@gmail.com
2868P: Hung Hing Lun, Mike
2869M: hlhung3i@gmail.com
2870W: http://tcp-lp-mod.sourceforge.net/
2871S: Maintained
2872
Michael Buesch844dd052006-06-26 00:24:59 -07002873TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2874P: Deepak Saxena
2875M: dsaxena@plexity.net
2876S: Maintained
2877
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002878TASKSTATS STATISTICS INTERFACE
2879P: Shailabh Nagar
2880M: nagar@watson.ibm.com
2881L: linux-kernel@vger.kernel.org
2882S: Maintained
2883
Linus Torvalds1da177e2005-04-16 15:20:36 -07002884TI PARALLEL LINK CABLE DRIVER
2885P: Romain Lievin
2886M: roms@lpg.ticalc.org
2887S: Maintained
2888
Per Lidene86eaa32006-01-12 16:45:18 +01002889TIPC NETWORK LAYER
2890P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002891M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002892P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002893M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002894P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002895M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002896L: tipc-discussion@lists.sourceforge.net
2897W: http://tipc.sourceforge.net/
2898W: http://tipc.cslab.ericsson.net/
2899T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2900S: Maintained
2901
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902TLAN NETWORK DRIVER
2903P: Samuel Chessman
2904M: chessman@tux.org
2905L: tlan-devel@lists.sourceforge.net
2906W: http://sourceforge.net/projects/tlan/
2907S: Maintained
2908
2909TOKEN-RING NETWORK DRIVER
2910P: Mike Phillips
2911M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002912L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913L: linux-tr@linuxtr.net
2914W: http://www.linuxtr.net
2915S: Maintained
2916
2917TOSHIBA ACPI EXTRAS DRIVER
2918P: John Belmonte
2919M: toshiba_acpi@memebeam.org
2920W: http://memebeam.org/toys/ToshibaAcpiDriver
2921S: Maintained
2922
2923TOSHIBA SMM DRIVER
2924P: Jonathan Buzzard
2925M: jonathan@buzzard.org.uk
2926L: tlinux-users@tce.toshiba-dme.co.jp
2927W: http://www.buzzard.org.uk/toshiba/
2928S: Maintained
2929
2930TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2931P: Muli Ben-Yehuda
2932M: mulix@mulix.org
2933L: linux-kernel@vger.kernel.org
2934S: Maintained
2935
2936TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002937P: Adrian Bunk
2938M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002940W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002941T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942S: Maintained
2943
2944TMS380 TOKEN-RING NETWORK DRIVER
2945P: Adam Fritzler
2946M: mid@auk.cx
2947L: linux-tr@linuxtr.net
2948W: http://www.auk.cx/tms380tr/
2949S: Maintained
2950
2951TULIP NETWORK DRIVER
Valerie Henson6b928012006-09-08 11:15:34 -07002952P: Valerie Henson
2953M: val_henson@linux.intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954L: tulip-users@lists.sourceforge.net
2955W: http://sourceforge.net/projects/tulip/
2956S: Maintained
2957
2958TUN/TAP driver
2959P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002960M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002961L: vtun@office.satix.net
2962W: http://vtun.sourceforge.net/tun
2963S: Maintained
2964
2965U14-34F SCSI DRIVER
2966P: Dario Ballabio
2967M: ballabio_dario@emc.com
2968L: linux-scsi@vger.kernel.org
2969S: Maintained
2970
2971UDF FILESYSTEM
2972P: Ben Fennema
2973M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974W: http://linux-udf.sourceforge.net
2975S: Maintained
2976
2977UNIFORM CDROM DRIVER
2978P: Jens Axboe
Jens Axboe0fe23472006-09-04 15:41:16 +02002979M: axboe@kernel.dk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980L: linux-kernel@vger.kernel.org
2981W: http://www.kernel.dk
2982S: Maintained
2983
2984USB ACM DRIVER
2985P: Oliver Neukum
2986M: oliver@neukum.name
2987L: linux-usb-users@lists.sourceforge.net
2988L: linux-usb-devel@lists.sourceforge.net
2989S: Maintained
2990
2991USB BLOCK DRIVER (UB ub)
2992P: Pete Zaitcev
2993M: zaitcev@redhat.com
2994L: linux-kernel@vger.kernel.org
2995L: linux-usb-devel@lists.sourceforge.net
2996S: Supported
2997
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998USB CDC ETHERNET DRIVER
2999P: Greg Kroah-Hartman
3000M: greg@kroah.com
3001L: linux-usb-users@lists.sourceforge.net
3002L: linux-usb-devel@lists.sourceforge.net
3003S: Maintained
3004W: http://www.kroah.com/linux-usb/
3005
3006USB EHCI DRIVER
3007P: David Brownell
3008M: dbrownell@users.sourceforge.net
3009L: linux-usb-devel@lists.sourceforge.net
3010S: Maintained
3011
Luca Risolia7ce08c92006-01-11 02:06:59 +00003012USB ET61X[12]51 DRIVER
3013P: Luca Risolia
3014M: luca.risolia@studio.unibo.it
3015L: linux-usb-devel@lists.sourceforge.net
3016L: video4linux-list@redhat.com
3017W: http://www.linux-projects.org
3018S: Maintained
3019
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020USB HID/HIDBP DRIVERS
3021P: Vojtech Pavlik
3022M: vojtech@suse.cz
3023L: linux-usb-users@lists.sourceforge.net
3024L: linux-usb-devel@lists.sourceforge.net
3025S: Maintained
3026
3027USB HUB DRIVER
3028P: Johannes Erdfelt
3029M: johannes@erdfelt.com
3030L: linux-usb-users@lists.sourceforge.net
3031L: linux-usb-devel@lists.sourceforge.net
3032S: Maintained
3033
Olav Kongas959eea22005-11-03 17:38:14 +02003034USB ISP116X DRIVER
3035P: Olav Kongas
3036M: ok@artecdesign.ee
3037L: linux-usb-devel@lists.sourceforge.net
3038S: Maintained
3039
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040USB KAWASAKI LSI DRIVER
3041P: Oliver Neukum
3042M: oliver@neukum.name
3043L: linux-usb-users@lists.sourceforge.net
3044L: linux-usb-devel@lists.sourceforge.net
3045S: Maintained
3046
3047USB MASS STORAGE DRIVER
3048P: Matthew Dharm
3049M: mdharm-usb@one-eyed-alien.net
3050L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08003051L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052S: Maintained
3053W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
3054
3055USB OHCI DRIVER
3056P: Roman Weissgaerber
3057M: weissg@vienna.at
3058L: linux-usb-users@lists.sourceforge.net
3059L: linux-usb-devel@lists.sourceforge.net
3060S: Maintained
3061
Matthias Urlichsba460e42005-07-14 00:33:47 -07003062USB OPTION-CARD DRIVER
3063P: Matthias Urlichs
3064M: smurf@smurf.noris.de
3065L: linux-usb-devel@lists.sourceforge.net
3066S: Maintained
3067
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068USB OV511 DRIVER
3069P: Mark McClelland
3070M: mmcclell@bigfoot.com
3071L: linux-usb-users@lists.sourceforge.net
3072L: linux-usb-devel@lists.sourceforge.net
3073W: http://alpha.dyndns.org/ov511/
3074S: Maintained
3075
3076USB PEGASUS DRIVER
3077P: Petko Manolov
3078M: petkan@users.sourceforge.net
3079L: linux-usb-users@lists.sourceforge.net
3080L: linux-usb-devel@lists.sourceforge.net
3081W: http://pegasus2.sourceforge.net/
3082S: Maintained
3083
3084USB PRINTER DRIVER
3085P: Vojtech Pavlik
3086M: vojtech@suse.cz
3087L: linux-usb-users@lists.sourceforge.net
3088L: linux-usb-devel@lists.sourceforge.net
3089S: Maintained
3090
3091USB RTL8150 DRIVER
3092P: Petko Manolov
3093M: petkan@users.sourceforge.net
3094L: linux-usb-users@lists.sourceforge.net
3095L: linux-usb-devel@lists.sourceforge.net
3096W: http://pegasus2.sourceforge.net/
3097S: Maintained
3098
3099USB SE401 DRIVER
3100P: Jeroen Vreeken
3101M: pe1rxq@amsat.org
3102L: linux-usb-users@lists.sourceforge.net
3103L: linux-usb-devel@lists.sourceforge.net
3104W: http://www.chello.nl/~j.vreeken/se401/
3105S: Maintained
3106
3107USB SERIAL CYBERJACK DRIVER
3108P: Matthias Bruestle and Harald Welte
3109M: support@reiner-sct.com
3110W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3111S: Maintained
3112
3113USB SERIAL DIGI ACCELEPORT DRIVER
3114P: Peter Berger and Al Borchers
3115M: pberger@brimson.com
3116M: alborchers@steinerpoint.com
3117L: linux-usb-users@lists.sourceforge.net
3118L: linux-usb-devel@lists.sourceforge.net
3119S: Maintained
3120
3121USB SERIAL DRIVER
3122P: Greg Kroah-Hartman
3123M: gregkh@suse.de
3124L: linux-usb-users@lists.sourceforge.net
3125L: linux-usb-devel@lists.sourceforge.net
3126S: Supported
3127
3128USB SERIAL BELKIN F5U103 DRIVER
3129P: William Greathouse
3130M: wgreathouse@smva.com
3131L: linux-usb-users@lists.sourceforge.net
3132L: linux-usb-devel@lists.sourceforge.net
3133S: Maintained
3134
3135USB SERIAL CYPRESS M8 DRIVER
3136P: Lonnie Mendez
3137M: dignome@gmail.com
3138L: linux-usb-users@lists.sourceforge.net
3139L: linux-usb-devel@lists.sourceforge.net
3140S: Maintained
3141W: http://geocities.com/i0xox0i
3142W: http://firstlight.net/cvs
3143
3144USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3145L: linux-usb-users@lists.sourceforge.net
3146L: linux-usb-devel@lists.sourceforge.net
3147S: Maintained
3148
3149USB AUERSWALD DRIVER
3150P: Wolfgang Muees
3151M: wolfgang@iksw-muees.de
3152L: linux-usb-users@lists.sourceforge.net
3153L: linux-usb-devel@lists.sourceforge.net
3154S: Maintained
3155
3156USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3157P: Gary Brubaker
3158M: xavyer@ix.netcom.com
3159L: linux-usb-users@lists.sourceforge.net
3160L: linux-usb-devel@lists.sourceforge.net
3161S: Maintained
3162
3163USB SERIAL KEYSPAN DRIVER
3164P: Greg Kroah-Hartman
3165M: greg@kroah.com
3166L: linux-usb-users@lists.sourceforge.net
3167L: linux-usb-devel@lists.sourceforge.net
3168W: http://www.kroah.com/linux/
3169S: Maintained
3170
3171USB SERIAL WHITEHEAT DRIVER
3172P: Stuart MacDonald
3173M: stuartm@connecttech.com
3174L: linux-usb-users@lists.sourceforge.net
3175L: linux-usb-devel@lists.sourceforge.net
3176W: http://www.connecttech.com
3177S: Supported
3178
3179USB SN9C10x DRIVER
3180P: Luca Risolia
3181M: luca.risolia@studio.unibo.it
3182L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003183L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184W: http://www.linux-projects.org
3185S: Maintained
3186
3187USB SUBSYSTEM
3188P: Greg Kroah-Hartman
3189M: gregkh@suse.de
3190L: linux-usb-users@lists.sourceforge.net
3191L: linux-usb-devel@lists.sourceforge.net
3192W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003193T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194S: Supported
3195
3196USB UHCI DRIVER
3197P: Alan Stern
3198M: stern@rowland.harvard.edu
3199L: linux-usb-users@lists.sourceforge.net
3200L: linux-usb-devel@lists.sourceforge.net
3201S: Maintained
3202
3203USB "USBNET" DRIVER
3204P: David Brownell
3205M: dbrownell@users.sourceforge.net
3206L: linux-usb-devel@lists.sourceforge.net
3207S: Maintained
3208
3209USB W996[87]CF DRIVER
3210P: Luca Risolia
3211M: luca.risolia@studio.unibo.it
3212L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003213L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214W: http://www.linux-projects.org
3215S: Maintained
3216
Luca Risolia60f78052006-02-06 16:29:35 +00003217USB ZC0301 DRIVER
3218P: Luca Risolia
3219M: luca.risolia@studio.unibo.it
3220L: linux-usb-devel@lists.sourceforge.net
3221L: video4linux-list@redhat.com
3222W: http://www.linux-projects.org
3223S: Maintained
3224
Linus Torvalds1da177e2005-04-16 15:20:36 -07003225USB ZD1201 DRIVER
3226P: Jeroen Vreeken
3227M: pe1rxq@amsat.org
3228L: linux-usb-users@lists.sourceforge.net
3229L: linux-usb-devel@lists.sourceforge.net
3230W: http://linux-lc100020.sourceforge.net
3231S: Maintained
3232
3233USER-MODE LINUX
3234P: Jeff Dike
3235M: jdike@karaya.com
3236L: user-mode-linux-devel@lists.sourceforge.net
3237L: user-mode-linux-user@lists.sourceforge.net
3238W: http://user-mode-linux.sourceforge.net
3239S: Maintained
3240
3241FAT/VFAT/MSDOS FILESYSTEM:
3242P: OGAWA Hirofumi
3243M: hirofumi@mail.parknet.co.jp
3244L: linux-kernel@vger.kernel.org
3245S: Maintained
3246
3247VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3248P: Jeff Garzik
3249S: Odd fixes
3250
3251VIA RHINE NETWORK DRIVER
3252P: Roger Luethi
3253M: rl@hellgate.ch
3254S: Maintained
3255
Jean Delvare32c0a522005-09-22 21:47:58 +02003256VIAPRO SMBUS DRIVER
3257P: Jean Delvare
3258M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003259L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003260S: Maintained
3261
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262UCLINUX (AND M68KNOMMU)
3263P: Greg Ungerer
3264M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003265W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003266L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267S: Maintained
3268
3269UCLINUX FOR NEC V850
3270P: Miles Bader
3271M: uclinux-v850@lsi.nec.co.jp
3272W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3273W: http://www.ee.nec.de/uclinux/
3274S: Supported
3275
3276UCLINUX FOR RENESAS H8/300
3277P: Yoshinori Sato
3278M: ysato@users.sourceforge.jp
3279W: http://uclinux-h8.sourceforge.jp/
3280S: Supported
3281
3282USB DIAMOND RIO500 DRIVER
3283P: Cesar Miquel
3284M: miquel@df.uba.ar
3285L: rio500-users@lists.sourceforge.net
3286W: http://rio500.sourceforge.net
3287S: Maintained
3288
3289VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003290P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003291M: mchehab@infradead.org
3292M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003293L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003294W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003295T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003296S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297
Juerg Haefligerab413192006-09-24 20:54:04 +02003298VT1211 HARDWARE MONITOR DRIVER
3299P: Juerg Haefliger
3300M: juergh@gmail.com
3301L: lm-sensors@lm-sensors.org
3302S: Maintained
3303
Roger Lucas1de9e372005-11-26 20:20:05 +01003304VT8231 HARDWARE MONITOR DRIVER
3305P: Roger Lucas
3306M: roger@planbit.co.uk
3307L: lm-sensors@lm-sensors.org
3308S: Maintained
3309
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310W1 DALLAS'S 1-WIRE BUS
3311P: Evgeniy Polyakov
3312M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003313S: Maintained
3314
Charles Spirakis13927072006-07-05 18:05:15 +02003315W83791D HARDWARE MONITORING DRIVER
3316P: Charles Spirakis
3317M: bezaur@gmail.com
3318L: lm-sensors@lm-sensors.org
3319S: Maintained
3320
Linus Torvalds1da177e2005-04-16 15:20:36 -07003321W83L51xD SD/MMC CARD INTERFACE DRIVER
3322P: Pierre Ossman
3323M: drzeus-wbsd@drzeus.cx
3324L: wbsd-devel@list.drzeus.cx
3325W: http://projects.drzeus.cx/wbsd
3326S: Maintained
3327
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003328WATCHDOG DEVICE DRIVERS
3329P: Wim Van Sebroeck
3330M: wim@iguana.be
3331T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3332S: Maintained
3333
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3335P: Jean Tourrilhes
3336M: jt@hpl.hp.com
3337W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3338S: Maintained
3339
3340WD7000 SCSI DRIVER
3341P: Miroslav Zagorac
3342M: zaga@fly.cc.fer.hr
3343L: linux-scsi@vger.kernel.org
3344S: Maintained
3345
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003346WISTRON LAPTOP BUTTON DRIVER
3347P: Miloslav Trmac
3348M: mitr@volny.cz
3349S: Maintained
3350
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351WL3501 WIRELESS PCMCIA CARD DRIVER
3352P: Arnaldo Carvalho de Melo
3353M: acme@conectiva.com.br
3354W: http://advogato.org/person/acme
3355S: Maintained
3356
3357X.25 NETWORK LAYER
3358P: Henner Eisen
3359M: eis@baty.hanse.de
3360L: linux-x25@vger.kernel.org
3361S: Maintained
3362
3363XFS FILESYSTEM
3364P: Silicon Graphics Inc
Nathan Scott1ad8f402006-08-30 13:41:23 +10003365P: Tim Shimmin, David Chatterton
Linus Torvalds1da177e2005-04-16 15:20:36 -07003366M: xfs-masters@oss.sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003367L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368W: http://oss.sgi.com/projects/xfs
Nathan Scott1ad8f402006-08-30 13:41:23 +10003369T: git git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370S: Supported
3371
3372X86 3-LEVEL PAGING (PAE) SUPPORT
3373P: Ingo Molnar
3374M: mingo@redhat.com
3375S: Maintained
3376
3377X86-64 port
3378P: Andi Kleen
3379M: ak@suse.de
3380L: discuss@x86-64.org
3381W: http://www.x86-64.org
3382S: Maintained
3383
3384YAM DRIVER FOR AX.25
3385P: Jean-Paul Roubelat
3386M: jpr@f6fbb.org
3387L: linux-hams@vger.kernel.org
3388S: Maintained
3389
Henkaf64a5e2005-10-12 15:02:56 +02003390YEALINK PHONE DRIVER
3391P: Henk Vergonet
3392M: Henk.Vergonet@gmail.com
3393L: usbb2k-api-dev@nongnu.org
3394S: Maintained
3395
Linus Torvalds1da177e2005-04-16 15:20:36 -07003396YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3397P: Pete Zaitcev
3398M: zaitcev@yahoo.com
3399L: linux-kernel@vger.kernel.org
3400S: Obsolete
3401
3402Z8530 DRIVER FOR AX.25
3403P: Joerg Reuter
3404M: jreuter@yaina.de
3405W: http://yaina.de/jreuter/
3406W: http://www.qsl.net/dl1bke/
3407L: linux-hams@vger.kernel.org
3408S: Maintained
3409
Daniel Drake7c0c3af2006-07-16 13:55:17 +01003410ZD1211RW WIRELESS DRIVER
3411P: Daniel Drake
3412M: dsd@gentoo.org
3413P: Ulrich Kunitz
3414M: kune@deine-taler.de
3415W: http://zd1211.ath.cx/wiki/DriverRewrite
3416L: zd1211-devs@lists.sourceforge.net (subscribers-only)
3417S: Maintained
3418
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419ZF MACHZ WATCHDOG
3420P: Fernando Fuganti
3421M: fuganti@netbank.com.br
3422W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3423S: Maintained
3424
3425ZR36067 VIDEO FOR LINUX DRIVER
3426P: Ronald Bultje
3427M: rbultje@ronald.bitfreak.net
3428L: mjpeg-users@lists.sourceforge.net
3429W: http://mjpeg.sourceforge.net/driver-zoran/
3430S: Maintained
3431
3432ZR36120 VIDEO FOR LINUX DRIVER
3433P: Pauline Middelink
3434M: middelin@polyware.nl
3435W: http://www.polyware.nl/~middelin/En/hobbies.html
3436W: http://www.polyware.nl/~middelin/hobbies.html
3437S: Maintained
3438
3439THE REST
3440P: Linus Torvalds
3441S: Buried alive in reporters