blob: 8c267aa2f6ce2483a48a0c2c8d633c0ae8b10f9a [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
217AD1816 SOUND DRIVER
218P: Thorsten Knabe
219M: Thorsten Knabe <linux@thorsten-knabe.de>
220W: http://linux.thorsten-knabe.de
221S: Maintained
222
Kyle McMartin6958ae32005-10-21 23:11:27 -0400223AD1889 SOUND DRIVER
224P: Kyle McMartin
225M: kyle@parisc-linux.org
226P: Thibaut Varene
227M: T-Bone@parisc-linux.org
228W: http://wiki.parisc-linux.org/AD1889
229L: parisc-linux@lists.parisc-linux.org
230S: Maintained
231
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232ADM1025 HARDWARE MONITOR DRIVER
233P: Jean Delvare
234M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200235L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236S: Maintained
237
238ADT746X FAN DRIVER
239P: Colin Leroy
240M: colin@colino.net
241S: Maintained
242
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243AEDSP16 DRIVER
244P: Riccardo Facchetti
245M: fizban@tin.it
246S: Maintained
247
248AFFS FILE SYSTEM
249P: Roman Zippel
250M: zippel@linux-m68k.org
251S: Maintained
252
253AGPGART DRIVER
254P: Dave Jones
255M: davej@codemonkey.org.uk
256W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800257T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258S: Maintained
259
260AHA152X SCSI DRIVER
261P: Juergen E. Fischer
262M: Juergen Fischer <fischer@norbit.de>
263L: linux-scsi@vger.kernel.org
264S: Maintained
265
266ALCATEL SPEEDTOUCH USB DRIVER
267P: Duncan Sands
268M: duncan.sands@free.fr
269L: linux-usb-users@lists.sourceforge.net
270L: linux-usb-devel@lists.sourceforge.net
271W: http://www.linux-usb.org/SpeedTouch/
272S: Maintained
273
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000274ALI1563 I2C DRIVER
275P: Rudolf Marek
276M: r.marek@sh.cvut.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200277L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000278S: Maintained
279
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280ALPHA PORT
281P: Richard Henderson
282M: rth@twiddle.net
283S: Odd Fixes for 2.4; Maintained for 2.6.
284P: Ivan Kokshaysky
285M: ink@jurassic.park.msu.ru
286S: Maintained for 2.4; PCI support for 2.6.
287
Jordan Crousef90b8112006-01-06 00:12:14 -0800288AMD GEODE PROCESSOR/CHIPSET SUPPORT
289P: Jordan Crouse
290M: info-linux@geode.amd.com
291L: info-linux@geode.amd.com
292W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
293S: Supported
294
Johannes Berg42269062006-07-25 16:15:50 +0200295AOA (Apple Onboard Audio) ALSA DRIVER
296P: Johannes Berg
297M: johannes@sipsolutions.net
298L: linuxppc-dev@ozlabs.org
299L: alsa-devel@alsa-project.org
300S: Maintained
301
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302APM DRIVER
303P: Stephen Rothwell
304M: sfr@canb.auug.org.au
305L: linux-laptop@vger.kernel.org
306W: http://www.canb.auug.org.au/~sfr/
307S: Supported
308
309APPLETALK NETWORK LAYER
310P: Arnaldo Carvalho de Melo
311M: acme@conectiva.com.br
312S: Maintained
313
Jaya Kumar1154ea72005-06-21 17:17:04 -0700314ARC FRAMEBUFFER DRIVER
315P: Jaya Kumar
316M: jayalk@intworks.biz
317S: Maintained
318
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319ARM26 ARCHITECTURE
320P: Ian Molton
321M: spyro@f2s.com
322S: Maintained
323
324ARM26/ARCHIMEDES
325P: Ian Molton
326M: spyro@f2s.com
327S: Maintained
328
329ARM26/A5000
330P: John Appleby
331M: john@dnsworld.co.uk
332S: Maintained
333
334ARM MFM AND FLOPPY DRIVERS
335P: Ian Molton
336M: spyro@f2s.com
337S: Maintained
338
339ARM/CORGI MACHINE SUPPORT
340P: Richard Purdie
341M: rpurdie@rpsys.net
342S: Maintained
343
Dirk Opfer8459c152005-11-06 14:27:52 +0000344ARM/TOSA MACHINE SUPPORT
345P: Dirk Opfer
346M: dirk@opfer-online.de
347S: Maintained
348
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349ARM/PLEB SUPPORT
350P: Peter Chubb
351M: pleb@gelato.unsw.edu.au
352W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
353S: Maintained
354
355ARM/PT DIGITAL BOARD PORT
356P: Stefan Eletzhofer
357M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700358L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359W: http://www.arm.linux.org.uk/
360S: Maintained
361
362ARM/SHARK MACHINE SUPPORT
363P: Alexander Schulz
364M: alex@shark-linux.de
365W: http://www.shark-linux.de/shark.html
366S: Maintained
367
368ARM/STRONGARM110 PORT
369P: Russell King
370M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700371L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372W: http://www.arm.linux.org.uk/
373S: Maintained
374
375ARM/S3C2410 ARM ARCHITECTURE
376P: Ben Dooks
377M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700378L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379W: http://www.fluff.org/ben/linux/
380S: Maintained
381
382ARM/S3C2440 ARM ARCHITECTURE
383P: Ben Dooks
384M: ben-s3c2440@fluff.org
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.fluff.org/ben/linux/
387S: Maintained
388
389ARPD SUPPORT
390P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700391L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392S: Maintained
393
394ASUS ACPI EXTRAS DRIVER
395P: Karol Kozimor
396M: sziwan@users.sourceforge.net
397P: Julien Lerouge
398M: julien.lerouge@free.fr
399L: acpi4asus-user@lists.sourceforge.net
400W: http://sourceforge.net/projects/acpi4asus
401W: http://julien.lerouge.free.fr
402S: Maintained
403
404ATA OVER ETHERNET DRIVER
405P: Ed L. Cashin
406M: ecashin@coraid.com
407W: http://www.coraid.com/support/linux
408S: Supported
409
410ATM
411P: Chas Williams
412M: chas@cmf.nrl.navy.mil
413L: linux-atm-general@lists.sourceforge.net
414W: http://linux-atm.sourceforge.net
415S: Maintained
416
417ATMEL WIRELESS DRIVER
418P: Simon Kelley
419M: simon@thekelleys.org.uk
420W: http://www.thekelleys.org.uk/atmel
421W: http://atmelwlandriver.sourceforge.net/
422S: Maintained
423
Chris Wrighta92b7b82005-07-07 18:12:23 -0700424AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100425P: David Woodhouse
426M: dwmw2@infradead.org
427L: linux-audit@redhat.com
428W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800429T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700430S: Maintained
431
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432AX.25 NETWORK LAYER
433P: Ralf Baechle
434M: ralf@linux-mips.org
435L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200436W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437S: Maintained
438
439BAYCOM/HDLCDRV DRIVERS FOR AX.25
440P: Thomas Sailer
441M: t.sailer@alumni.ethz.ch
442L: linux-hams@vger.kernel.org
443W: http://www.baycom.org/~tom/ham/ham.html
444S: Maintained
445
Michael Buesch9eac8f92006-04-22 17:31:27 +0200446BCM43XX WIRELESS DRIVER
447P: Michael Buesch
448M: mb@bu3sch.de
449P: Stefano Brivio
450M: st3@riseup.net
451W: http://bcm43xx.berlios.de/
452S: Maintained
453
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454BEFS FILE SYSTEM
455P: Sergey S. Kostyliov
456M: rathamahata@php4.ru
457L: linux-kernel@vger.kernel.org
458S: Maintained
459
460BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
461P: Kenji Hollis
462W: http://ftp.bitgate.com/pcwd/
463S: Maintained
464
465BFS FILE SYSTEM
466P: Tigran A. Aivazian
467M: tigran@veritas.com
468L: linux-kernel@vger.kernel.org
469S: Maintained
470
471BLOCK LAYER
472P: Jens Axboe
473M: axboe@suse.de
474L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800475T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476S: Maintained
477
478BLUETOOTH SUBSYSTEM
479P: Marcel Holtmann
480M: marcel@holtmann.org
481P: Maxim Krasnyansky
482M: maxk@qualcomm.com
483L: bluez-devel@lists.sf.net
484W: http://bluez.sf.net
485W: http://www.bluez.org
486W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800487T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488S: Maintained
489
490BLUETOOTH RFCOMM LAYER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493P: Maxim Krasnyansky
494M: maxk@qualcomm.com
495S: Maintained
496
497BLUETOOTH BNEP LAYER
498P: Marcel Holtmann
499M: marcel@holtmann.org
500P: Maxim Krasnyansky
501M: maxk@qualcomm.com
502S: Maintained
503
504BLUETOOTH CMTP LAYER
505P: Marcel Holtmann
506M: marcel@holtmann.org
507S: Maintained
508
509BLUETOOTH HIDP LAYER
510P: Marcel Holtmann
511M: marcel@holtmann.org
512S: Maintained
513
514BLUETOOTH HCI UART DRIVER
515P: Marcel Holtmann
516M: marcel@holtmann.org
517P: Maxim Krasnyansky
518M: maxk@qualcomm.com
519S: Maintained
520
521BLUETOOTH HCI USB DRIVER
522P: Marcel Holtmann
523M: marcel@holtmann.org
524P: Maxim Krasnyansky
525M: maxk@qualcomm.com
526S: Maintained
527
528BLUETOOTH HCI BCM203X DRIVER
529P: Marcel Holtmann
530M: marcel@holtmann.org
531S: Maintained
532
533BLUETOOTH HCI BPA10X DRIVER
534P: Marcel Holtmann
535M: marcel@holtmann.org
536S: Maintained
537
538BLUETOOTH HCI BFUSB DRIVER
539P: Marcel Holtmann
540M: marcel@holtmann.org
541S: Maintained
542
543BLUETOOTH HCI DTL1 DRIVER
544P: Marcel Holtmann
545M: marcel@holtmann.org
546S: Maintained
547
548BLUETOOTH HCI BLUECARD DRIVER
549P: Marcel Holtmann
550M: marcel@holtmann.org
551S: Maintained
552
553BLUETOOTH HCI BT3C DRIVER
554P: Marcel Holtmann
555M: marcel@holtmann.org
556S: Maintained
557
558BLUETOOTH HCI BTUART DRIVER
559P: Marcel Holtmann
560M: marcel@holtmann.org
561S: Maintained
562
563BLUETOOTH HCI VHCI DRIVER
564P: Maxim Krasnyansky
565M: maxk@qualcomm.com
566S: Maintained
567
568BONDING DRIVER
569P: Chad Tindel
570M: ctindel@users.sourceforge.net
571P: Jay Vosburgh
572M: fubar@us.ibm.com
573L: bonding-devel@lists.sourceforge.net
574W: http://sourceforge.net/projects/bonding/
575S: Supported
576
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000577BROADBAND PROCESSOR ARCHITECTURE
578P: Arnd Bergmann
579M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100580L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400581W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000582S: Supported
583
Gary Zambrano39105892006-06-22 17:26:20 -0700584BROADCOM B44 10/100 ETHERNET DRIVER
585P: Gary Zambrano
586M: zambrano@broadcom.com
587L: netdev@vger.kernel.org
588S: Supported
589
Michael Chan948c51e2006-06-04 02:51:39 -0700590BROADCOM BNX2 GIGABIT ETHERNET DRIVER
591P: Michael Chan
592M: mchan@broadcom.com
593L: netdev@vger.kernel.org
594S: Supported
595
596BROADCOM TG3 GIGABIT ETHERNET DRIVER
597P: Michael Chan
598M: mchan@broadcom.com
599L: netdev@vger.kernel.org
600S: Supported
601
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700603P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200604M: mchehab@infradead.org
605M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700607W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200608T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700609S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200611CALGARY x86-64 IOMMU
612P: Muli Ben-Yehuda
613M: muli@il.ibm.com
614P: Jon D. Mason
615M: jdmason@us.ibm.com
616L: linux-kernel@vger.kernel.org
617L: discuss@x86-64.org
618S: Maintained
619
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620COMMON INTERNET FILE SYSTEM (CIFS)
621P: Steve French
622M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100623L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624L: samba-technical@lists.samba.org
625W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800626T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627S: Supported
628
Joel Becker7063fbf2005-12-15 14:29:43 -0800629CONFIGFS
630P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800631M: joel.becker@oracle.com
632L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800633S: Supported
634
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635CIRRUS LOGIC GENERIC FBDEV DRIVER
636P: Jeff Garzik
637M: jgarzik@pobox.com
638L: linux-fbdev-devel@lists.sourceforge.net
639S: Odd Fixes
640
641CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
642P: Cirrus Logic Corporation (kernel 2.2 driver)
643M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
644P: Nils Faerber (port to kernel 2.4)
645M: Nils Faerber <nils@kernelconcepts.de>
646S: Maintained
647
648CODA FILE SYSTEM
649P: Jan Harkes
650M: jaharkes@cs.cmu.edu
651M: coda@cs.cmu.edu
652L: codalist@coda.cs.cmu.edu
653W: http://www.coda.cs.cmu.edu/
654S: Maintained
655
656COMPACTPCI HOTPLUG CORE
657P: Scott Murray
658M: scottm@somanetworks.com
659M: scott@spiteful.org
660L: pcihpd-discuss@lists.sourceforge.net
661S: Supported
662
663COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
664P: Scott Murray
665M: scottm@somanetworks.com
666M: scott@spiteful.org
667L: pcihpd-discuss@lists.sourceforge.net
668S: Supported
669
670COMPACTPCI HOTPLUG GENERIC DRIVER
671P: Scott Murray
672M: scottm@somanetworks.com
673M: scott@spiteful.org
674L: pcihpd-discuss@lists.sourceforge.net
675S: Supported
676
677COMPUTONE INTELLIPORT MULTIPORT CARD
678P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700679M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700681S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682
683COSA/SRP SYNC SERIAL DRIVER
684P: Jan "Yenya" Kasprzak
685M: kas@fi.muni.cz
686W: http://www.fi.muni.cz/~kas/cosa/
687S: Maintained
688
689CPU FREQUENCY DRIVERS
690P: Dave Jones
691M: davej@codemonkey.org.uk
692L: cpufreq@lists.linux.org.uk
693W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800694T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695S: Maintained
696
697CPUID/MSR DRIVER
698P: H. Peter Anvin
699M: hpa@zytor.com
700S: Maintained
701
Paul Jacksoned90fb42005-09-27 21:45:37 -0700702CPUSETS
703P: Paul Jackson
704P: Simon Derr
705M: pj@sgi.com
706M: simon.derr@bull.net
707L: linux-kernel@vger.kernel.org
708W: http://www.bullopensource.org/cpuset/
709S: Supported
710
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711CRAMFS FILESYSTEM
712W: http://sourceforge.net/projects/cramfs/
713S: Orphan
714
715CRIS PORT
716P: Mikael Starvik
717M: starvik@axis.com
718L: dev-etrax@axis.com
719W: http://developer.axis.com
720S: Maintained
721
722CRYPTO API
723P: Herbert Xu
724M: herbert@gondor.apana.org.au
725P: David S. Miller
726M: davem@davemloft.net
727L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800728T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729S: Maintained
730
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100731CS5535 Audio ALSA driver
732P: Jaya Kumar
733M: jayakumar.alsa@gmail.com
734S: Maintained
735
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736CYBERPRO FB DRIVER
737P: Russell King
738M: rmk@arm.linux.org.uk
739W: http://www.arm.linux.org.uk/
740S: Maintained
741
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700742CYBLAFB FRAMEBUFFER DRIVER
743P: Knut Petersen
744M: Knut_Petersen@t-online.de
745L: linux-fbdev-devel@lists.sourceforge.net
746S: Maintained
747
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748CYCLADES 2X SYNC CARD DRIVER
749P: Arnaldo Carvalho de Melo
750M: acme@conectiva.com.br
751W: http://advogato.org/person/acme
752L: cycsyn-devel@bazar.conectiva.com.br
753S: Maintained
754
755CYCLADES ASYNC MUX DRIVER
756M: async@cyclades.com
757W: http://www.cyclades.com/
758S: Supported
759
760CYCLADES PC300 DRIVER
761M: pc300@cyclades.com
762W: http://www.cyclades.com/
763S: Supported
764
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765DAMA SLAVE for AX.25
766P: Joerg Reuter
767M: jreuter@yaina.de
768W: http://yaina.de/jreuter/
769W: http://www.qsl.net/dl1bke/
770L: linux-hams@vger.kernel.org
771S: Maintained
772
773DC395x SCSI driver
774P: Oliver Neukum
775M: oliver@neukum.name
776P: Ali Akcaagac
777M: aliakc@web.de
778P: Jamie Lenehan
779M: lenehan@twibble.org
780W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -0700781L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782L: http://lists.twibble.org/mailman/listinfo/dc395x/
783S: Maintained
784
785DC390/AM53C974 SCSI driver
786P: Kurt Garloff
787M: garloff@suse.de
788W: http://www.garloff.de/kurt/linux/dc390/
789P: Guennadi Liakhovetski
790M: g.liakhovetski@gmx.de
791S: Maintained
792
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700793DCCP PROTOCOL
794P: Arnaldo Carvalho de Melo
795M: acme@mandriva.com
796L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800797W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700798S: Maintained
799
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800DECnet NETWORK LAYER
801P: Patrick Caulfield
802M: patrick@tykepenguin.com
803W: http://linux-decnet.sourceforge.net
804L: linux-decnet-user@lists.sourceforge.net
805S: Maintained
806
807DEFXX FDDI NETWORK DRIVER
808P: Maciej W. Rozycki
809M: macro@linux-mips.org
810S: Maintained
811
812DELL LAPTOP SMM DRIVER
813P: Massimo Dal Zotto
814M: dz@debian.org
815W: http://www.debian.org/~dz/i8k/
816S: Maintained
817
Doug Warzecha90563ec2005-09-06 15:17:15 -0700818DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
819P: Doug Warzecha
820M: Douglas_Warzecha@dell.com
821S: Maintained
822
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823DEVICE-MAPPER
824P: Alasdair Kergon
825L: dm-devel@redhat.com
826W: http://sources.redhat.com/dm
827S: Maintained
828
829DEVICE NUMBER REGISTRY
830P: Torben Mathiasen
831M: device@lanana.org
832W: http://lanana.org/docs/device-list/index.html
833L: linux-kernel@vger.kernel.org
834S: Maintained
835
836DEVICE FILESYSTEM
837S: Obsolete
838
839DIGI INTL. EPCA DRIVER
840P: Digi International, Inc
841M: Eng.Linux@digi.com
842L: Eng.Linux@digi.com
843W: http://www.digi.com
844S: Orphaned
845
846DIGI RIGHTSWITCH NETWORK DRIVER
847P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700848L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849W: http://www.digi.com
850S: Orphaned
851
852DIRECTORY NOTIFICATION
853P: Stephen Rothwell
854M: sfr@canb.auug.org.au
855L: linux-kernel@vger.kernel.org
856S: Supported
857
858DISK GEOMETRY AND PARTITION HANDLING
859P: Andries Brouwer
860M: aeb@cwi.nl
861W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
862W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
863W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
864S: Maintained
865
866DISKQUOTA:
867P: Jan Kara
868M: jack@suse.cz
869L: linux-kernel@vger.kernel.org
870S: Maintained
871
872DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
873P: Tobias Ringstrom
874M: tori@unhappy.mine.nu
875L: linux-kernel@vger.kernel.org
876S: Maintained
877
Martin Waitzba483d52005-06-17 13:20:59 -0700878DOCBOOK FOR DOCUMENTATION
879P: Martin Waitz
880M: tali@admingilde.org
Randy Dunlap0f40efb2006-07-03 00:24:15 -0700881P: Randy Dunlap
882M: rdunlap@xenotime.net
Martin Waitz061350e2006-01-09 20:53:53 -0800883T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700884S: Maintained
885
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886DOUBLETALK DRIVER
887P: James R. Van Zandt
888M: jrv@vanzandt.mv.com
889L: blinux-list@redhat.com
890S: Maintained
891
892DRIVER CORE, KOBJECTS, AND SYSFS
893P: Greg Kroah-Hartman
894M: gregkh@suse.de
895L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800896T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897S: Supported
898
899DRM DRIVERS
900P: David Airlie
901M: airlied@linux.ie
902L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800903T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904S: Maintained
905
906DSCC4 DRIVER
907P: François Romieu
908M: romieu@cogenit.fr
909M: romieu@ensta.fr
910S: Maintained
911
912DVB SUBSYSTEM AND DRIVERS
913P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200914M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200916W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200917T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200918S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919
920EATA-DMA SCSI DRIVER
921P: Michael Neuffer
922L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
923S: Maintained
924
925EATA ISA/EISA/PCI SCSI DRIVER
926P: Dario Ballabio
927M: ballabio_dario@emc.com
928L: linux-scsi@vger.kernel.org
929S: Maintained
930
931EATA-PIO SCSI DRIVER
932P: Michael Neuffer
933M: mike@i-Connect.Net
934L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
935S: Maintained
936
937EBTABLES
938P: Bart De Schuymer
939M: bart.de.schuymer@pandora.be
940L: ebtables-user@lists.sourceforge.net
941L: ebtables-devel@lists.sourceforge.net
942W: http://ebtables.sourceforge.net/
943S: Maintained
944
Alan Coxda9bb1d2006-01-18 17:44:13 -0800945EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800946P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700947M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800948L: bluesmoke-devel@lists.sourceforge.net
949W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700950S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -0800951
952EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700953P: Mark Gross
954M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800955L: bluesmoke-devel@lists.sourceforge.net
956W: bluesmoke.sourceforge.net
957S: Maintained
958
959EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700960P: Doug Thompson
961M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800962L: bluesmoke-devel@lists.sourceforge.net
963W: bluesmoke.sourceforge.net
964S: Maintained
965
966EDAC-R82600
967P: Tim Small
968M: tim@buttersideup.com
969L: bluesmoke-devel@lists.sourceforge.net
970W: bluesmoke.sourceforge.net
971S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800972
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973EEPRO100 NETWORK DRIVER
974P: Andrey V. Savochkin
975M: saw@saw.sw.com.sg
976S: Maintained
977
Josh Triplett0bee8d22006-07-30 03:03:58 -0700978EFS FILESYSTEM
979W: http://aeschi.ch.eu.org/efs/
980S: Orphan
981
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982EMU10K1 SOUND DRIVER
983P: James Courtier-Dutton
984M: James@superbug.demon.co.uk
985L: emu10k1-devel@lists.sourceforge.net
986W: http://sourceforge.net/projects/emu10k1/
987S: Maintained
988
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400989EMULEX LPFC FC SCSI DRIVER
990P: James Smart
991M: james.smart@emulex.com
992L: linux-scsi@vger.kernel.org
993W: http://sourceforge.net/projects/lpfcxxxx
994S: Supported
995
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996EPSON 1355 FRAMEBUFFER DRIVER
997P: Christopher Hoover
998M: ch@murgatroid.com, ch@hpl.hp.com
999S: Maintained
1000
1001ETHEREXPRESS-16 NETWORK DRIVER
1002P: Philip Blundell
1003M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001004L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005S: Maintained
1006
1007ETHERNET BRIDGE
1008P: Stephen Hemminger
1009M: shemminger@osdl.org
1010L: bridge@osdl.org
1011W: http://bridge.sourceforge.net/
1012S: Maintained
1013
1014ETHERTEAM 16I DRIVER
1015P: Mika Kuoppala
1016M: miku@iki.fi
1017S: Maintained
1018
1019EXT2 FILE SYSTEM
1020L: ext2-devel@lists.sourceforge.net
1021S: Maintained
1022
1023EXT3 FILE SYSTEM
1024P: Stephen Tweedie, Andrew Morton
1025M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001026L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027S: Maintained
1028
Jean Delvaree53004e2006-01-09 23:26:14 +01001029F71805F HARDWARE MONITORING DRIVER
1030P: Jean Delvare
1031M: khali@linux-fr.org
1032L: lm-sensors@lm-sensors.org
1033S: Maintained
1034
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035FARSYNC SYNCHRONOUS DRIVER
1036P: Kevin Curtis
1037M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038W: http://www.farsite.co.uk/
1039S: Supported
1040
1041FRAMEBUFFER LAYER
1042P: Antonino Daplas
1043M: adaplas@pol.net
1044L: linux-fbdev-devel@lists.sourceforge.net
1045W: http://linux-fbdev.sourceforge.net/
1046S: Maintained
1047
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001048FREESCALE SOC FS_ENET DRIVER
1049P: Pantelis Antoniou
1050M: pantelis.antoniou@gmail.com
1051P: Vitaly Bordug
1052M: vbordug@ru.mvista.com
1053L: linuxppc-embedded@ozlabs.org
1054L: netdev@vger.kernel.org
1055S: Maintained
1056
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057FILE LOCKING (flock() and fcntl()/lockf())
1058P: Matthew Wilcox
1059M: matthew@wil.cx
1060L: linux-fsdevel@vger.kernel.org
1061S: Maintained
1062
1063FILESYSTEMS (VFS and infrastructure)
1064P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001065M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066S: Maintained
1067
1068FIRMWARE LOADER (request_firmware)
1069L: linux-kernel@vger.kernel.org
1070S: Orphan
1071
1072FPU EMULATOR
1073P: Bill Metzenthen
1074M: billm@suburbia.net
1075W: http://suburbia.net/~billm/floating-point/emulator/
1076S: Maintained
1077
1078FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1079P: Mike McLagan
1080M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001081L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082S: Maintained
1083
1084FREEVXFS FILESYSTEM
1085P: Christoph Hellwig
1086M: hch@infradead.org
1087W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1088S: Maintained
1089
1090FUJITSU FR-V PORT
1091P: David Howells
1092M: dhowells@redhat.com
1093S: Maintained
1094
1095FTAPE/QIC-117
1096L: linux-tape@vger.kernel.org
1097W: http://sourceforge.net/projects/ftape
1098S: Orphan
1099
Miklos Szeredi04578f12005-09-09 13:10:22 -07001100FUSE: FILESYSTEM IN USERSPACE
1101P: Miklos Szeredi
1102M: miklos@szeredi.hu
1103L: fuse-devel@lists.sourceforge.net
1104W: http://fuse.sourceforge.net/
1105S: Maintained
1106
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1108P: Rik Faith
1109M: faith@cs.unc.edu
1110L: linux-scsi@vger.kernel.org
1111S: Odd fixes (e.g., new signatures)
1112
1113GDT SCSI DISK ARRAY CONTROLLER DRIVER
1114P: Achim Leubner
1115M: achim_leubner@adaptec.com
1116L: linux-scsi@vger.kernel.org
1117W: http://www.icp-vortex.com/
1118S: Supported
1119
1120GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1121P: Krzysztof Halasa
1122M: khc@pm.waw.pl
1123W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1124S: Maintained
1125
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001126GIGASET ISDN DRIVERS
1127P: Hansjoerg Lipp
1128M: hjlipp@web.de
1129P: Tilman Schmidt
1130M: tilman@imap.cc
1131L: gigaset307x-common@lists.sourceforge.net
1132W: http://gigaset307x.sourceforge.net/
1133S: Maintained
1134
Jean Delvare5b543962005-08-15 19:51:02 +02001135HARDWARE MONITORING
1136P: Jean Delvare
1137M: khali@linux-fr.org
1138L: lm-sensors@lm-sensors.org
1139W: http://www.lm-sensors.nu/
1140S: Maintained
1141
Michael Buesch844dd052006-06-26 00:24:59 -07001142HARDWARE RANDOM NUMBER GENERATOR CORE
1143P: Michael Buesch
1144M: mb@bu3sch.de
1145S: Maintained
1146
Robert Love860e1d62005-08-31 23:57:59 -04001147HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1148P: Robert Love
1149M: rlove@rlove.org
1150M: linux-kernel@vger.kernel.org
1151W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1152S: Maintained
1153
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154HARMONY SOUND DRIVER
1155P: Kyle McMartin
1156M: kyle@parisc-linux.org
1157W: http://www.parisc-linux.org/~kyle/harmony/
1158L: parisc-linux@lists.parisc-linux.org
1159S: Maintained
1160
1161HAYES ESP SERIAL DRIVER
1162P: Andrew J. Robinson
1163M: arobinso@nyx.net
1164L: linux-kernel@vger.kernel.org
1165W: http://www.nyx.net/~arobinso
1166S: Maintained
1167
1168HFS FILESYSTEM
1169P: Roman Zippel
1170M: zippel@linux-m68k.org
1171L: linux-kernel@vger.kernel.org
1172S: Maintained
1173
1174HGA FRAMEBUFFER DRIVER
1175P: Ferenc Bakonyi
1176M: fero@drama.obuda.kando.hu
1177L: linux-nvidia@lists.surfsouth.com
1178W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1179S: Maintained
1180
1181HIGH-SPEED SCC DRIVER FOR AX.25
1182P: Klaus Kudielka
1183M: klaus.kudielka@ieee.org
1184L: linux-hams@vger.kernel.org
1185W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1186S: Maintained
1187
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001188HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1189P: HighPoint Linux Team
1190M: linux@highpoint-tech.com
1191W: http://www.highpoint-tech.com
1192S: Supported
1193
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194HIPPI
1195P: Jes Sorensen
1196M: jes@trained-monkey.org
1197L: linux-hippi@sunsite.dk
1198S: Maintained
1199
1200HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1201P: Chirag Kantharia
1202M: chirag.kantharia@hp.com
1203L: iss_storagedev@hp.com
1204S: Maintained
1205
1206HEWLETT-PACKARD SMART2 RAID DRIVER
1207P: Chirag Kantharia
1208M: chirag.kantharia@hp.com
1209L: iss_storagedev@hp.com
1210S: Maintained
1211
1212HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1213P: Mike Miller
1214M: mike.miller@hp.com
1215L: iss_storagedev@hp.com
1216S: Supported
1217
Jouni Malinenff1d2762005-05-12 22:54:16 -04001218HOST AP DRIVER
1219P: Jouni Malinen
1220M: jkmaline@cc.hut.fi
1221L: hostap@shmoo.com
1222W: http://hostap.epitest.fi/
1223S: Maintained
1224
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1226P: Jaroslav Kysela
1227M: perex@suse.cz
1228S: Maintained
1229
Bob Piccob9b03322005-11-07 00:59:19 -08001230HPET: High Precision Event Timers driver (hpet.c)
1231P: Clemens Ladisch
1232M: clemens@ladisch.de
1233S: Maintained
1234
1235HPET: i386
1236P: Venkatesh Pallipadi (Venki)
1237M: venkatesh.pallipadi@intel.com
1238S: Maintained
1239
1240HPET: x86_64
1241P: Andi Kleen and Vojtech Pavlik
1242M: ak@muc.de and vojtech@suse.cz
1243S: Maintained
1244
1245HPET: ACPI hpet.c
1246P: Bob Picco
1247M: bob.picco@hp.com
1248S: Maintained
1249
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250HPFS FILESYSTEM
1251P: Mikulas Patocka
1252M: mikulas@artax.karlin.mff.cuni.cz
1253W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1254S: Maintained
1255
1256HUGETLB FILESYSTEM
1257P: William Irwin
1258M: wli@holomorphy.com
1259S: Maintained
1260
Jean Delvare5b543962005-08-15 19:51:02 +02001261I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262P: Jean Delvare
1263M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001264L: i2c@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001265W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001266T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267S: Maintained
1268
1269I2O
1270P: Markus Lidel
1271M: markus.lidel@shadowconnect.com
1272W: http://i2o.shadowconnect.com/
1273S: Maintained
1274
1275i386 BOOT CODE
1276P: Riley H. Williams
1277M: Riley@Williams.Name
1278L: Linux-Kernel@vger.kernel.org
1279S: Maintained
1280
1281i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1282P: Dave Jones
1283M: davej@codemonkey.org.uk
1284P: H. Peter Anvin
1285M: hpa@zytor.com
1286S: Maintained
1287
1288i810 TCO TIMER WATCHDOG
1289P: Nils Faerber
1290M: nils@kernelconcepts.de
1291W: http://www.kernelconcepts.de/
1292S: Maintained
1293
1294IA64 (Itanium) PLATFORM
1295P: Tony Luck
1296M: tony.luck@intel.com
1297L: linux-ia64@vger.kernel.org
1298W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001299T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300S: Maintained
1301
1302SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001303P: Jes Sorensen
1304M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305L: linux-altix@sgi.com
1306L: linux-ia64@vger.kernel.org
1307W: http://www.sgi.com/altix
1308S: Maintained
1309
1310IBM MCA SCSI SUBSYSTEM DRIVER
1311P: Michael Lang
1312M: langa2@kph.uni-mainz.de
1313W: http://www.uni-mainz.de/~langm000/linux.html
1314S: Maintained
1315
1316IBM Power Linux RAID adapter
1317P: Brian King
1318M: brking@us.ibm.com
1319S: Supported
1320
1321IBM ServeRAID RAID DRIVER
1322P: Jack Hammer
1323P: Dave Jeffery
1324M: ipslinux@adaptec.com
1325W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1326S: Supported
1327
1328IDE DRIVER [GENERAL]
1329P: Bartlomiej Zolnierkiewicz
1330M: B.Zolnierkiewicz@elka.pw.edu.pl
1331L: linux-kernel@vger.kernel.org
1332L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001333T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334S: Maintained
1335
1336IDE/ATAPI CDROM DRIVER
1337P: Jens Axboe
1338M: axboe@suse.de
1339L: linux-kernel@vger.kernel.org
1340W: http://www.kernel.dk
1341S: Maintained
1342
1343IDE/ATAPI FLOPPY DRIVERS
1344P: Paul Bristow
1345M: Paul Bristow <paul@paulbristow.net>
1346W: http://paulbristow.net/linux/idefloppy.html
1347L: linux-kernel@vger.kernel.org
1348S: Maintained
1349
1350IDE/ATAPI TAPE DRIVERS
1351P: Gadi Oxman
1352M: Gadi Oxman <gadio@netvision.net.il>
1353L: linux-kernel@vger.kernel.org
1354S: Maintained
1355
1356IEEE 1394 ETHERNET (eth1394)
1357L: linux1394-devel@lists.sourceforge.net
1358W: http://www.linux1394.org/
1359S: Orphan
1360
Linus Torvalds1da177e2005-04-16 15:20:36 -07001361IEEE 1394 SUBSYSTEM
1362P: Ben Collins
1363M: bcollins@debian.org
1364P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001365M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366L: linux1394-devel@lists.sourceforge.net
1367W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001368T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369S: Maintained
1370
1371IEEE 1394 OHCI DRIVER
1372P: Ben Collins
1373M: bcollins@debian.org
1374P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001375M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376L: linux1394-devel@lists.sourceforge.net
1377W: http://www.linux1394.org/
1378S: Maintained
1379
1380IEEE 1394 PCILYNX DRIVER
1381P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001382M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383L: linux1394-devel@lists.sourceforge.net
1384W: http://www.linux1394.org/
1385S: Maintained
1386
1387IEEE 1394 RAW I/O DRIVER
1388P: Ben Collins
1389M: bcollins@debian.org
1390P: Dan Dennedy
1391M: dan@dennedy.org
1392L: linux1394-devel@lists.sourceforge.net
1393W: http://www.linux1394.org/
1394S: Maintained
1395
Jody McIntyre105d7b32005-09-30 11:59:04 -07001396IEEE 1394 SBP2
1397P: Ben Collins
1398M: bcollins@debian.org
1399P: Stefan Richter
1400M: stefanr@s5r6.in-berlin.de
1401L: linux1394-devel@lists.sourceforge.net
1402W: http://www.linux1394.org/
1403S: Maintained
1404
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405IMS TWINTURBO FRAMEBUFFER DRIVER
1406P: Paul Mundt
1407M: lethal@chaoticdreams.org
1408L: linux-fbdev-devel@lists.sourceforge.net
1409S: Maintained
1410
1411INFINIBAND SUBSYSTEM
1412P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001413M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414P: Sean Hefty
1415M: mshefty@ichips.intel.com
1416P: Hal Rosenstock
1417M: halr@voltaire.com
1418L: openib-general@openib.org
1419W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001420T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421S: Supported
1422
1423INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001424P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001425M: dmitry.torokhov@gmail.com
1426M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427L: linux-input@atrey.karlin.mff.cuni.cz
1428L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001429T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430S: Maintained
1431
Robert Lovec9f04f52005-07-15 12:21:07 -04001432INOTIFY
1433P: John McCutchan and Robert Love
1434M: ttb@tentacle.dhs.org and rml@novell.com
1435L: linux-kernel@vger.kernel.org
1436S: Maintained
1437
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001438INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1439P: Sylvain Meyer
1440M: sylvain.meyer@worldonline.fr
1441L: linux-fbdev-devel@lists.sourceforge.net
1442S: Maintained
1443
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444INTEL 810/815 FRAMEBUFFER DRIVER
1445P: Antonino Daplas
1446M: adaplas@pol.net
1447L: linux-fbdev-devel@lists.sourceforge.net
1448S: Maintained
1449
1450INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1451P: Ingo Molnar
1452M: mingo@redhat.com
1453S: Maintained
1454
1455INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1456P: Jeff Garzik
1457M: jgarzik@pobox.com
1458W: http://sourceforge.net/projects/gkernel/
1459S: Maintained
1460
1461INTEL IA32 MICROCODE UPDATE SUPPORT
1462P: Tigran Aivazian
1463M: tigran@veritas.com
1464S: Maintained
1465
Michael Buesch844dd052006-06-26 00:24:59 -07001466INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1467P: Deepak Saxena
1468M: dsaxena@plexity.net
1469S: Maintained
1470
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471INTEL PRO/100 ETHERNET SUPPORT
1472P: John Ronciak
1473M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474P: Jesse Brandeburg
1475M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001476P: Jeff Kirsher
1477M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001478P: Auke Kok
1479M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480W: http://sourceforge.net/projects/e1000/
1481S: Supported
1482
1483INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1484P: Jeb Cramer
1485M: cramerj@intel.com
1486P: John Ronciak
1487M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001488P: Jesse Brandeburg
1489M: jesse.brandeburg@intel.com
1490P: Jeff Kirsher
1491M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001492P: Auke Kok
1493M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494W: http://sourceforge.net/projects/e1000/
1495S: Supported
1496
1497INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001498P: Jeff Kirsher
1499M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500P: Ayyappan Veeraiyan
1501M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502P: John Ronciak
1503M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001504P: Jesse Brandeburg
1505M: jesse.brandeburg@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
James Ketrenos826d2ab2005-11-07 18:56:59 -06001511INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1512P: Yi Zhu
1513M: yi.zhu@intel.com
1514P: James Ketrenos
1515M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001516L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001517L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1518W: http://ipw2100.sourceforge.net
1519S: Supported
1520
1521INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1522P: Yi Zhu
1523M: yi.zhu@intel.com
1524P: James Ketrenos
1525M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001526L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001527L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1528W: http://ipw2200.sourceforge.net
1529S: Supported
1530
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531IOC3 DRIVER
1532P: Ralf Baechle
1533M: ralf@linux-mips.org
1534L: linux-mips@linux-mips.org
1535S: Maintained
1536
1537IP MASQUERADING:
1538P: Juanjo Ciarlante
1539M: jjciarla@raiz.uncu.edu.ar
1540S: Maintained
1541
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001542IPATH DRIVER:
1543P: Bryan O'Sullivan
1544M: support@pathscale.com
1545L: openib-general@openib.org
1546S: Supported
1547
Corey Minyard4409ebe2006-04-20 02:43:12 -07001548IPMI SUBSYSTEM
1549P: Corey Minyard
1550M: minyard@acm.org
1551L: openipmi-developer@lists.sourceforge.net
1552W: http://openipmi.sourceforge.net/
1553S: Supported
1554
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555IPX NETWORK LAYER
1556P: Arnaldo Carvalho de Melo
1557M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001558L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559S: Maintained
1560
1561IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001562P: Samuel Ortiz
1563M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001564L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001566S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567
1568ISAPNP
1569P: Jaroslav Kysela
1570M: perex@suse.cz
1571S: Maintained
1572
1573ISDN SUBSYSTEM
1574P: Karsten Keil
1575M: kkeil@suse.de
1576P: Kai Germaschewski
1577M: kai.germaschewski@gmx.de
1578L: isdn4linux@listserv.isdn4linux.de
1579W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001580T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581S: Maintained
1582
1583ISDN SUBSYSTEM (Eicon active card driver)
1584P: Armin Schindler
1585M: mac@melware.de
1586L: isdn4linux@listserv.isdn4linux.de
1587W: http://www.melware.de
1588S: Maintained
1589
1590JOURNALLING FLASH FILE SYSTEM (JFFS)
1591P: Axis Communications AB
1592M: jffs-dev@axis.com
1593L: jffs-dev@axis.com
1594W: http://www.developer.axis.com/software/jffs/
1595S: Maintained
1596
1597JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1598P: David Woodhouse
1599M: dwmw2@infradead.org
1600L: jffs-dev@axis.com
1601W: http://sources.redhat.com/jffs2/
1602S: Maintained
1603
1604JFS FILESYSTEM
1605P: Dave Kleikamp
1606M: shaggy@austin.ibm.com
1607L: jfs-discussion@lists.sourceforge.net
1608W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001609T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610S: Supported
1611
Josh Triplettde456d32006-07-30 03:04:00 -07001612JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001613P: Stephen Tweedie, Andrew Morton
1614M: sct@redhat.com, akpm@osdl.org
1615L: ext2-devel@lists.sourceforge.net
1616S: Maintained
1617
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618KCONFIG
1619P: Roman Zippel
1620M: zippel@linux-m68k.org
1621L: kbuild-devel@lists.sourceforge.net
1622S: Maintained
1623
Vivek Goyalea6c2082006-05-20 14:59:55 -07001624KDUMP
1625P: Vivek Goyal
1626M: vgoyal@in.ibm.com
1627P: Haren Myneni
1628M: hbabu@us.ibm.com
1629L: fastboot@lists.osdl.org
1630L: linux-kernel@vger.kernel.org
1631W: http://lse.sourceforge.net/kdump/
1632S: Maintained
1633
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634KERNEL AUTOMOUNTER (AUTOFS)
1635P: H. Peter Anvin
1636M: hpa@zytor.com
1637L: autofs@linux.kernel.org
1638S: Odd Fixes
1639
1640KERNEL AUTOMOUNTER v4 (AUTOFS4)
1641P: Ian Kent
1642M: raven@themaw.net
1643L: autofs@linux.kernel.org
1644S: Maintained
1645
1646KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1647P: Kai Germaschewski
1648M: kai@germaschewski.name
1649P: Sam Ravnborg
1650M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001651T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652S: Maintained
1653
1654KERNEL JANITORS
1655P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001656L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658S: Maintained
1659
1660KERNEL NFSD
1661P: Neil Brown
1662M: neilb@cse.unsw.edu.au
1663L: nfs@lists.sourceforge.net
1664W: http://nfs.sourceforge.net/
1665W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1666S: Maintained
1667
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001668KEXEC
1669P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001670M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001671W: http://www.xmission.com/~ebiederm/files/kexec/
1672L: linux-kernel@vger.kernel.org
1673L: fastboot@osdl.org
1674S: Maintained
1675
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001676KPROBES
1677P: Prasanna S Panchamukhi
1678M: prasanna@in.ibm.com
1679P: Ananth N Mavinakayanahalli
1680M: ananth@in.ibm.com
1681P: Anil S Keshavamurthy
1682M: anil.s.keshavamurthy@intel.com
1683P: David S. Miller
1684M: davem@davemloft.net
1685L: linux-kernel@vger.kernel.org
1686S: Maintained
1687
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001690S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691
1692LASI 53c700 driver for PARISC
1693P: James E.J. Bottomley
1694M: James.Bottomley@HansenPartnership.com
1695L: linux-scsi@vger.kernel.org
1696S: Maintained
1697
Richard Purdie263de9b2006-05-15 09:44:16 -07001698LED SUBSYSTEM
1699P: Richard Purdie
1700M: rpurdie@rpsys.net
1701S: Maintained
1702
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703LEGO USB Tower driver
1704P: Juergen Stuber
1705M: starblue@users.sourceforge.net
1706L: legousb-devel@lists.sourceforge.net
1707W: http://legousb.sourceforge.net/
1708S: Maintained
1709
1710LINUX FOR IBM pSERIES (RS/6000)
1711P: Paul Mackerras
1712M: paulus@au.ibm.com
1713W: http://www.ibm.com/linux/ltc/projects/ppc
1714S: Supported
1715
1716LINUX FOR NCR VOYAGER
1717P: James Bottomley
1718M: James.Bottomley@HansenPartnership.com
1719W: http://www.hansenpartnership.com/voyager
1720S: Maintained
1721
1722LINUX FOR POWERPC
1723P: Paul Mackerras
1724M: paulus@samba.org
1725W: http://www.penguinppc.org/
1726L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001727T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728S: Supported
1729
1730LINUX FOR POWER MACINTOSH
1731P: Benjamin Herrenschmidt
1732M: benh@kernel.crashing.org
1733W: http://www.penguinppc.org/
1734L: linuxppc-dev@ozlabs.org
1735S: Maintained
1736
1737LINUX FOR POWERPC EMBEDDED MPC52XX
1738P: Sylvain Munaut
1739M: tnt@246tNt.com
1740W: http://www.246tNt.com/mpc52xx/
1741W: http://www.penguinppc.org/
1742L: linuxppc-dev@ozlabs.org
1743L: linuxppc-embedded@ozlabs.org
1744S: Maintained
1745
1746LINUX FOR POWERPC EMBEDDED PPC4XX
1747P: Matt Porter
1748M: mporter@kernel.crashing.org
1749W: http://www.penguinppc.org/
1750L: linuxppc-embedded@ozlabs.org
1751S: Maintained
1752
Tom Rinie93adf12005-07-26 12:49:53 -07001753LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001754P: Tom Rini
1755M: trini@kernel.crashing.org
1756W: http://www.penguinppc.org/
1757L: linuxppc-embedded@ozlabs.org
1758S: Maintained
1759
Tom Rinie93adf12005-07-26 12:49:53 -07001760LINUX FOR POWERPC EMBEDDED PPC8XX
1761P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001762M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001763W: http://www.penguinppc.org/
1764L: linuxppc-embedded@ozlabs.org
1765S: Maintained
1766
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1768P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001769M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770W: http://www.penguinppc.org/
1771L: linuxppc-embedded@ozlabs.org
1772S: Maintained
1773
1774LLC (802.2)
1775P: Arnaldo Carvalho de Melo
1776M: acme@conectiva.com.br
1777S: Maintained
1778
1779LINUX FOR 64BIT POWERPC
1780P: Paul Mackerras
1781M: paulus@samba.org
1782M: paulus@au.ibm.com
1783P: Anton Blanchard
1784M: anton@samba.org
1785M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001786W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001787L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788S: Supported
1789
1790LINUX SECURITY MODULE (LSM) FRAMEWORK
1791P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001792M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001793L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001795T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796S: Supported
1797
1798LM83 HARDWARE MONITOR DRIVER
1799P: Jean Delvare
1800M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001801L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802S: Maintained
1803
1804LM90 HARDWARE MONITOR DRIVER
1805P: Jean Delvare
1806M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001807L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808S: Maintained
1809
1810LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1811P: Richard Russon (FlatCap)
1812M: ldm@flatcap.org
1813L: ldm-devel@lists.sourceforge.net
1814W: http://ldm.sourceforge.net
1815S: Maintained
1816
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001817LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1818P: Eric Moore
1819M: Eric.Moore@lsil.com
1820M: support@lsil.com
1821L: mpt_linux_developer@lsil.com
1822L: linux-scsi@vger.kernel.org
1823W: http://www.lsilogic.com/support
1824S: Supported
1825
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1827P: Matthew Wilcox
1828M: matthew@wil.cx
1829L: linux-scsi@vger.kernel.org
1830S: Maintained
1831
1832M68K ARCHITECTURE
1833P: Geert Uytterhoeven
1834M: geert@linux-m68k.org
1835P: Roman Zippel
1836M: zippel@linux-m68k.org
1837L: linux-m68k@lists.linux-m68k.org
1838W: http://www.linux-m68k.org/
1839W: http://linux-m68k-cvs.ubb.ca/
1840S: Maintained
1841
1842M68K ON APPLE MACINTOSH
1843P: Joshua Thompson
1844M: funaho@jurai.org
1845W: http://www.mac.linux-m68k.org/
1846L: linux-mac68k@mac.linux-m68k.org
1847S: Maintained
1848
1849M68K ON HP9000/300
1850P: Philip Blundell
1851M: philb@gnu.org
1852W: http://www.tazenda.demon.co.uk/phil/linux-hp
1853S: Maintained
1854
1855MARVELL YUKON / SYSKONNECT DRIVER
1856P: Mirko Lindner
1857M: mlindner@syskonnect.de
1858P: Ralph Roesler
1859M: rroesler@syskonnect.de
1860W: http://www.syskonnect.com
1861S: Supported
1862
1863MAESTRO PCI SOUND DRIVERS
1864P: Zach Brown
1865M: zab@zabbo.net
1866S: Odd Fixes
1867
Michael Kerriskfaf16682005-07-31 22:34:47 -07001868MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1869P: Michael Kerrisk
1870M: mtk-manpages@gmx.net
1871W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1872S: Maintained
1873
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001874MARVELL MV643XX ETHERNET DRIVER
1875P: Dale Farnsworth
1876M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001878M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001879L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001880S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881
1882MATROX FRAMEBUFFER DRIVER
1883P: Petr Vandrovec
1884M: vandrove@vc.cvut.cz
1885L: linux-fbdev-devel@lists.sourceforge.net
1886S: Maintained
1887
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001888MEGARAID SCSI DRIVERS
1889P: Neela Syam Kolli
1890M: Neela.Kolli@engenio.com
1891S: linux-scsi@vger.kernel.org
1892W: http://megaraid.lsilogic.com
1893S: Maintained
1894
Steven Rostedt70ea91f2006-07-30 03:03:53 -07001895MEMORY MANAGEMENT
1896L: linux-mm@kvack.org
1897L: linux-kernel@vger.kernel.org
1898W: http://www.linux-mm.org
1899S: Maintained
1900
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001901MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902P: David Woodhouse
1903M: dwmw2@infradead.org
1904W: http://www.linux-mtd.infradead.org/
1905L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001906T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907S: Maintained
1908
1909MICROTEK X6 SCANNER
1910P: Oliver Neukum
1911M: oliver@neukum.name
1912S: Maintained
1913
1914MIPS
1915P: Ralf Baechle
1916M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001917W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001919T: git www.linux-mips.org:/pub/scm/linux.git
1920S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921
1922MISCELLANEOUS MCA-SUPPORT
1923P: James Bottomley
1924M: jejb@steeleye.com
1925L: linux-kernel@vger.kernel.org
1926S: Maintained
1927
1928MODULE SUPPORT
1929P: Rusty Russell
1930M: rusty@rustcorp.com.au
1931L: linux-kernel@vger.kernel.org
1932S: Maintained
1933
1934MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1935P: Stelian Pop
1936M: stelian@popies.net
1937W: http://popies.net/meye/
1938S: Maintained
1939
1940MOUSE AND MISC DEVICES [GENERAL]
1941P: Alessandro Rubini
1942M: rubini@ipvvis.unipv.it
1943L: linux-kernel@vger.kernel.org
1944S: Maintained
1945
1946MTRR AND SIMILAR SUPPORT [i386]
1947P: Richard Gooch
1948M: rgooch@atnf.csiro.au
1949L: linux-kernel@vger.kernel.org
1950W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1951S: Maintained
1952
Russell King12223da2006-06-15 13:28:52 +01001953MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001954P: Russell King
1955M: rmk+mmc@arm.linux.org.uk
1956S: Maintained
1957
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958MULTISOUND SOUND DRIVER
1959P: Andrew Veliath
1960M: andrewtv@usa.net
1961S: Maintained
1962
1963NATSEMI ETHERNET DRIVER (DP8381x)
1964P: Tim Hockin
1965M: thockin@hockin.org
1966S: Maintained
1967
1968NCP FILESYSTEM
1969P: Petr Vandrovec
1970M: vandrove@vc.cvut.cz
1971L: linware@sh.cvut.cz
1972S: Maintained
1973
1974NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1975P: James E.J. Bottomley
1976M: James.Bottomley@HansenPartnership.com
1977L: linux-scsi@vger.kernel.org
1978S: Maintained
1979
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07001980NETEM NETWORK EMULATOR
1981P: Stephen Hemminger
1982M: shemminger@osdl.org
1983L: netem@osdl.org
1984S: Maintained
1985
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986NETFILTER/IPTABLES/IPCHAINS
1987P: Rusty Russell
1988P: Marc Boucher
1989P: James Morris
1990P: Harald Welte
1991P: Jozsef Kadlecsik
1992M: coreteam@netfilter.org
1993W: http://www.netfilter.org/
1994W: http://www.iptables.org/
1995L: netfilter@lists.netfilter.org
1996L: netfilter-devel@lists.netfilter.org
1997S: Supported
1998
1999NETROM NETWORK LAYER
2000P: Ralf Baechle
2001M: ralf@linux-mips.org
2002L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002003W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004S: Maintained
2005
2006NETWORK BLOCK DEVICE
2007P: Paul Clements
2008M: Paul.Clements@steeleye.com
2009S: Maintained
2010
2011NETWORK DEVICE DRIVERS
2012P: Andrew Morton
2013M: akpm@osdl.org
2014P: Jeff Garzik
2015M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002016L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002017T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018S: Maintained
2019
2020NETWORKING [GENERAL]
2021P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002022M: netdev@vger.kernel.org
2023L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002024W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025S: Maintained
2026
2027NETWORKING [IPv4/IPv6]
2028P: David S. Miller
2029M: davem@davemloft.net
2030P: Alexey Kuznetsov
2031M: kuznet@ms2.inr.ac.ru
2032P: Pekka Savola (ipv6)
2033M: pekkas@netcore.fi
2034P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002035M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036P: Hideaki YOSHIFUJI
2037M: yoshfuji@linux-ipv6.org
2038P: Patrick McHardy
2039M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002040L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002041T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042S: Maintained
2043
John W. Linville29f8f632006-01-18 14:52:48 -08002044NETWORKING [WIRELESS]
2045P: John W. Linville
2046M: linville@tuxdriver.com
2047L: netdev@vger.kernel.org
2048T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2049S: Maintained
2050
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051IPVS
2052P: Wensong Zhang
2053M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002054P: Simon Horman
2055M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056P: Julian Anastasov
2057M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002058L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059S: Maintained
2060
2061NFS CLIENT
2062P: Trond Myklebust
2063M: trond.myklebust@fys.uio.no
2064L: linux-kernel@vger.kernel.org
2065S: Maintained
2066
2067NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002068P: Jan-Pascal van Best
2069M: janpascal@vanbest.org
2070P: Andreas Mohr
2071M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002072L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073S: Maintained
2074
2075NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2076P: YOKOTA Hiroshi
2077M: yokota@netlab.is.tsukuba.ac.jp
2078W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2079S: Maintained
2080
2081NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2082P: GOTO Masanori
2083M: gotom@debian.or.jp
2084P: YOKOTA Hiroshi
2085M: yokota@netlab.is.tsukuba.ac.jp
2086W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2087S: Maintained
2088
2089NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2090P: Eberhard Moenkeberg
2091M: emoenke@gwdg.de
2092L: linux-kernel@vger.kernel.org
2093S: Maintained
2094
2095NTFS FILESYSTEM
2096P: Anton Altaparmakov
2097M: aia21@cantab.net
2098L: linux-ntfs-dev@lists.sourceforge.net
2099L: linux-kernel@vger.kernel.org
2100W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002101T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102S: Maintained
2103
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002104NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2105P: Antonino Daplas
2106M: adaplas@pol.net
2107L: linux-fbdev-devel@lists.sourceforge.net
2108S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002110OPENCORES I2C BUS DRIVER
2111P: Peter Korsgaard
2112M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002113L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002114S: Maintained
2115
Mark Fashehccd979b2005-12-15 14:31:24 -08002116ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2117P: Mark Fasheh
2118M: mark.fasheh@oracle.com
2119P: Kurt Hackel
2120M: kurt.hackel@oracle.com
2121L: ocfs2-devel@oss.oracle.com
2122W: http://oss.oracle.com/projects/ocfs2/
2123S: Supported
2124
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125OLYMPIC NETWORK DRIVER
2126P: Peter De Shrijver
2127M: p2@ace.ulyssis.student.kuleuven.ac.be
2128P: Mike Phillips
2129M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002130L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131L: linux-tr@linuxtr.net
2132W: http://www.linuxtr.net
2133S: Maintained
2134
Harald Weltec1986ee2005-11-13 16:06:29 -08002135OMNIKEY CARDMAN 4000 DRIVER
2136P: Harald Welte
2137M: laforge@gnumonks.org
2138S: Maintained
2139
Harald Welte77c44ab2005-11-13 16:06:26 -08002140OMNIKEY CARDMAN 4040 DRIVER
2141P: Harald Welte
2142M: laforge@gnumonks.org
2143S: Maintained
2144
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145ONSTREAM SCSI TAPE DRIVER
2146P: Willem Riede
2147M: osst@riede.org
2148L: osst-users@lists.sourceforge.net
2149L: linux-scsi@vger.kernel.org
2150S: Maintained
2151
2152OPL3-SA2, SA3, and SAx DRIVER
2153P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002154M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155L: linux-sound@vger.kernel.org
2156S: Maintained
2157
2158OPROFILE
2159P: Philippe Elie
2160M: phil.el@wanadoo.fr
2161L: oprofile-list@lists.sf.net
2162S: Maintained
2163
2164ORINOCO DRIVER
2165P: Pavel Roskin
2166M: proski@gnu.org
2167P: David Gibson
2168M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002169L: orinoco-users@lists.sourceforge.net
2170L: orinoco-devel@lists.sourceforge.net
2171W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002172S: Maintained
2173
2174PARALLEL PORT SUPPORT
2175P: Phil Blundell
2176M: philb@gnu.org
2177P: Tim Waugh
2178M: tim@cyberelk.net
2179P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180P: Andrea Arcangeli
2181M: andrea@suse.de
2182L: linux-parport@lists.infradead.org
2183W: http://people.redhat.com/twaugh/parport/
2184S: Maintained
2185
2186PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2187P: Tim Waugh
2188M: tim@cyberelk.net
2189L: linux-parport@lists.infradead.org
2190W: http://www.torque.net/linux-pp.html
2191S: Maintained
2192
2193PARISC ARCHITECTURE
2194P: Matthew Wilcox
2195M: matthew@wil.cx
2196P: Grant Grundler
2197M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002198P: Kyle McMartin
2199M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200L: parisc-linux@parisc-linux.org
2201W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002202T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2203T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204S: Maintained
2205
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002206PCI ERROR RECOVERY
2207P: Linas Vepstas
2208M: linas@austin.ibm.com
2209L: linux-kernel@vger.kernel.org
2210L: linux-pci@atrey.karlin.mff.cuni.cz
2211S: Supported
2212
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2214P: Thomas Sailer
2215M: sailer@ife.ee.ethz.ch
2216L: linux-sound@vger.kernel.org
2217W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2218S: Maintained
2219
2220PCI SUBSYSTEM
2221P: Greg Kroah-Hartman
2222M: gregkh@suse.de
2223L: linux-kernel@vger.kernel.org
2224L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002225T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226S: Supported
2227
2228PCI HOTPLUG CORE
2229P: Greg Kroah-Hartman
2230M: gregkh@suse.de
2231S: Supported
2232
2233PCI HOTPLUG COMPAQ DRIVER
2234P: Greg Kroah-Hartman
2235M: greg@kroah.com
2236S: Maintained
2237
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002238PCIE HOTPLUG DRIVER
2239P: Kristen Carlson Accardi
2240M: kristen.c.accardi@intel.com
2241L: pcihpd-discuss@lists.sourceforge.net
2242S: Maintained
2243
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002245P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002246L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002248T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002249S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250
2251PCNET32 NETWORK DRIVER
2252P: Thomas Bogendörfer
2253M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002254L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255S: Maintained
2256
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002257PER-TASK DELAY ACCOUNTING
2258P: Shailabh Nagar
2259M: nagar@watson.ibm.com
2260L: linux-kernel@vger.kernel.org
2261S: Maintained
2262
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002263PERSONALITY HANDLING
2264P: Christoph Hellwig
2265M: hch@infradead.org
2266L: linux-abi-devel@lists.sourceforge.net
2267S: Maintained
2268
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269PHRAM MTD DRIVER
2270P: Jörn Engel
2271M: joern@wh.fh-wedel.de
2272L: linux-mtd@lists.infradead.org
2273S: Maintained
2274
Peter Osterlund249a6772005-09-27 21:45:30 -07002275PKTCDVD DRIVER
2276P: Peter Osterlund
2277M: petero2@telia.com
2278L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002279S: Maintained
2280
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281POSIX CLOCKS and TIMERS
2282P: George Anzinger
2283M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002284L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285S: Supported
2286
Eugene Surovegin24682972005-10-14 03:00:53 -07002287POWERPC 4xx EMAC DRIVER
2288P: Eugene Surovegin
2289M: ebs@ebshome.net
2290W: http://kernel.ebshome.net/emac/
2291L: linuxppc-embedded@ozlabs.org
2292L: netdev@vger.kernel.org
2293S: Maintained
2294
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295PNP SUPPORT
2296P: Adam Belay
2297M: ambx1@neo.rr.com
2298S: Maintained
2299
2300PPP PROTOCOL DRIVERS AND COMPRESSORS
2301P: Paul Mackerras
2302M: paulus@samba.org
2303L: linux-ppp@vger.kernel.org
2304S: Maintained
2305
2306PPP OVER ATM (RFC 2364)
2307P: Mitchell Blank Jr
2308M: mitch@sfgoth.com
2309S: Maintained
2310
2311PPP OVER ETHERNET
2312P: Michal Ostrowski
2313M: mostrows@speakeasy.net
2314S: Maintained
2315
2316PREEMPTIBLE KERNEL
2317P: Robert Love
2318M: rml@tech9.net
2319L: linux-kernel@vger.kernel.org
2320L: kpreempt-tech@lists.sourceforge.net
2321W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2322S: Supported
2323
2324PRISM54 WIRELESS DRIVER
2325P: Prism54 Development Team
2326M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002327L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328W: http://prism54.org
2329S: Maintained
2330
2331PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2332P: Peter Denison
2333M: promise@pnd-pc.demon.co.uk
2334W: http://www.pnd-pc.demon.co.uk/promise/
2335S: Maintained
2336
Michael Krufky83202042006-07-03 00:24:18 -07002337PVRUSB2 VIDEO4LINUX DRIVER
2338P: Mike Isely
2339M: isely@pobox.com
2340L: pvrusb2@isely.net
2341L: video4linux-list@redhat.com
2342W: http://www.isely.net/pvrusb2/
2343S: Maintained
2344
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345PXA2xx SUPPORT
2346P: Nicolas Pitre
2347M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002348L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349S: Maintained
2350
2351QLOGIC QLA2XXX FC-SCSI DRIVER
2352P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002353M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354L: linux-scsi@vger.kernel.org
2355S: Supported
2356
2357QNX4 FILESYSTEM
2358P: Anders Larsen
2359M: al@alarsen.net
2360L: linux-kernel@vger.kernel.org
2361W: http://www.alarsen.net/linux/qnx4fs/
2362S: Maintained
2363
2364RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002365P: Benjamin Herrenschmidt
2366M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367L: linux-fbdev-devel@lists.sourceforge.net
2368S: Maintained
2369
2370RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002371P: Paul Mackerras
2372M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373L: linux-fbdev-devel@lists.sourceforge.net
2374S: Maintained
2375
2376RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2377P: Corey Thomas
2378M: corey@world.std.com
2379L: linux-kernel@vger.kernel.org
2380S: Maintained
2381
Matt Mackall9e95ce22005-04-16 15:25:56 -07002382RANDOM NUMBER DRIVER
2383P: Matt Mackall
2384M: mpm@selenic.com
2385S: Maintained
2386
Matt Porter394b7012005-11-07 01:00:15 -08002387RAPIDIO SUBSYSTEM
2388P: Matt Porter
2389M: mporter@kernel.crashing.org
2390L: linux-kernel@vger.kernel.org
2391S: Maintained
2392
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393REAL TIME CLOCK DRIVER
2394P: Paul Gortmaker
2395M: p_gortmaker@yahoo.com
2396L: linux-kernel@vger.kernel.org
2397S: Maintained
2398
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002399REAL TIME CLOCK (RTC) SUBSYSTEM
2400P: Alessandro Zummo
2401M: a.zummo@towertech.it
2402L: linux-kernel@vger.kernel.org
2403S: Maintained
2404
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405REISERFS FILE SYSTEM
2406P: Hans Reiser
2407M: reiserfs-dev@namesys.com
2408L: reiserfs-list@namesys.com
2409W: http://www.namesys.com
2410S: Supported
2411
2412ROCKETPORT DRIVER
2413P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414W: http://www.comtrol.com
2415S: Maintained
2416
2417ROSE NETWORK LAYER
2418P: Ralf Baechle
2419M: ralf@linux-mips.org
2420L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002421W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422S: Maintained
2423
2424RISCOM8 DRIVER
2425S: Orphan
2426
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002427S3 SAVAGE FRAMEBUFFER DRIVER
2428P: Antonino Daplas
2429M: adaplas@pol.net
2430L: linux-fbdev-devel@lists.sourceforge.net
2431S: Maintained
2432
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433S390
2434P: Martin Schwidefsky
2435M: schwidefsky@de.ibm.com
2436M: linux390@de.ibm.com
2437L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002438W: http://www.ibm.com/developerworks/linux/linux390/
2439S: Supported
2440
2441S390 NETWORK DRIVERS
2442P: Frank Pavlic
2443M: fpavlic@de.ibm.com
2444M: linux390@de.ibm.com
2445L: linux-390@vm.marist.edu
2446W: http://www.ibm.com/developerworks/linux/linux390/
2447S: Supported
2448
2449S390 ZFCP DRIVER
2450P: Andreas Herrmann
2451M: aherrman@de.ibm.com
2452M: linux390@de.ibm.com
2453L: linux-390@vm.marist.edu
2454W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455S: Supported
2456
2457SAA7146 VIDEO4LINUX-2 DRIVER
2458P: Michael Hunold
2459M: michael@mihu.de
2460W: http://www.mihu.de/linux/saa7146
2461S: Maintained
2462
2463SBPCD CDROM DRIVER
2464P: Eberhard Moenkeberg
2465M: emoenke@gwdg.de
2466L: linux-kernel@vger.kernel.org
2467S: Maintained
2468
2469SC1200 WDT DRIVER
2470P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002471M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472S: Maintained
2473
2474SCHEDULER
2475P: Ingo Molnar
2476M: mingo@elte.hu
2477P: Robert Love [the preemptible kernel bits]
2478M: rml@tech9.net
2479L: linux-kernel@vger.kernel.org
2480S: Maintained
2481
2482SCSI CDROM DRIVER
2483P: Jens Axboe
2484M: axboe@suse.de
2485L: linux-scsi@vger.kernel.org
2486W: http://www.kernel.dk
2487S: Maintained
2488
2489SCSI SG DRIVER
2490P: Doug Gilbert
2491M: dgilbert@interlog.com
2492L: linux-scsi@vger.kernel.org
2493W: http://www.torque.net/sg
2494S: Maintained
2495
2496SCSI SUBSYSTEM
2497P: James E.J. Bottomley
2498M: James.Bottomley@SteelEye.com
2499L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002500T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501S: Maintained
2502
2503SCSI TAPE DRIVER
2504P: Kai Mäkisara
2505M: Kai.Makisara@kolumbus.fi
2506L: linux-scsi@vger.kernel.org
2507S: Maintained
2508
2509SCTP PROTOCOL
2510P: Sridhar Samudrala
2511M: sri@us.ibm.com
2512L: lksctp-developers@lists.sourceforge.net
2513S: Supported
2514
2515SCx200 CPU SUPPORT
2516P: Christer Weinigel
2517M: christer@weinigel.se
2518W: http://www.weinigel.se
2519S: Supported
2520
2521SECURITY CONTACT
2522P: Security Officers
2523M: security@kernel.org
2524S: Supported
2525
2526SELINUX SECURITY MODULE
2527P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002528M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002530M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531L: linux-kernel@vger.kernel.org (kernel issues)
2532L: selinux@tycho.nsa.gov (general discussion)
2533W: http://www.nsa.gov/selinux
2534S: Supported
2535
2536SERIAL ATA (SATA) SUBSYSTEM:
2537P: Jeff Garzik
2538M: jgarzik@pobox.com
2539L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002540T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541S: Supported
2542
2543SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2544P: Pat Gefre
2545M: pfg@sgi.com
2546L: linux-ia64@vger.kernel.org
2547S: Supported
2548
2549SGI VISUAL WORKSTATION 320 AND 540
2550P: Andrey Panin
2551M: pazke@donpac.ru
2552L: linux-visws-devel@lists.sf.net
2553W: http://linux-visws.sf.net
2554S: Maintained for 2.6.
2555
2556SIMTEC EB110ATX (Chalice CATS)
2557P: Ben Dooks
2558P: Vincent Sanders
2559M: support@simtec.co.uk
2560W: http://www.simtec.co.uk/products/EB110ATX/
2561S: Supported
2562
2563SIMTEC EB2410ITX (BAST)
2564P: Ben Dooks
2565P: Vincent Sanders
2566M: support@simtec.co.uk
2567W: http://www.simtec.co.uk/products/EB2410ITX/
2568S: Supported
2569
Francois Romieu92aab3c2005-07-30 13:11:18 +02002570SIS 190 ETHERNET DRIVER
2571P: Francois Romieu
2572M: romieu@fr.zoreil.com
2573L: netdev@vger.kernel.org
2574S: Maintained
2575
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576SIS 5513 IDE CONTROLLER DRIVER
2577P: Lionel Bouton
2578M: Lionel.Bouton@inet6.fr
2579W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2580W: http://gyver.homeip.net/sis5513/index.html
2581S: Maintained
2582
2583SIS 900/7016 FAST ETHERNET DRIVER
2584P: Daniele Venzano
2585M: venza@brownhat.org
2586W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002587L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588S: Maintained
2589
2590SIS FRAMEBUFFER DRIVER
2591P: Thomas Winischhofer
2592M: thomas@winischhofer.net
2593W: http://www.winischhofer.net/linuxsisvga.shtml
2594S: Maintained
2595
2596SIS USB2VGA DRIVER
2597P: Thomas Winischhofer
2598M: thomas@winischhofer.net
2599W: http://www.winischhofer.at/linuxsisusbvga.shtml
2600S: Maintained
2601
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602SMC91x ETHERNET DRIVER
2603P: Nicolas Pitre
2604M: nico@cam.org
2605S: Maintained
2606
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607SOFTWARE RAID (Multiple Disks) SUPPORT
2608P: Ingo Molnar
2609M: mingo@redhat.com
2610P: Neil Brown
2611M: neilb@cse.unsw.edu.au
2612L: linux-raid@vger.kernel.org
2613S: Maintained
2614
2615SOFTWARE SUSPEND:
2616P: Pavel Machek
2617M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002618L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619S: Maintained
2620
2621SONIC NETWORK DRIVER
2622P: Thomas Bogendoerfer
2623M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002624L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002625S: Maintained
2626
2627SONY VAIO CONTROL DEVICE DRIVER
2628P: Stelian Pop
2629M: stelian@popies.net
2630W: http://popies.net/sonypi/
2631S: Maintained
2632
2633SOUND
2634P: Jaroslav Kysela
2635M: perex@suse.cz
2636L: alsa-devel@alsa-project.org
2637S: Maintained
2638
Kumar Gala025c3982006-04-02 16:05:54 -05002639SPI SUBSYSTEM
2640P: David Brownell
2641M: dbrownell@users.sourceforge.net
2642L: spi-devel-general@lists.sourceforge.net
2643S: Maintained
2644
Kylene Hall1c72d462005-05-01 08:59:13 -07002645TPM DEVICE DRIVER
2646P: Kylene Hall
2647M: kjhall@us.ibm.com
2648W: http://tpmdd.sourceforge.net
2649L: tpmdd-devel@lists.sourceforge.net
2650S: Maintained
2651
Mark Gross1a80ba82005-10-30 15:02:55 -08002652Telecom Clock Driver for MCPL0010
2653P: Mark Gross
2654M: mark.gross@intel.com
2655S: Supported
2656
Chris Zankel48b415c2005-06-23 22:01:07 -07002657TENSILICA XTENSA PORT (xtensa):
2658P: Chris Zankel
2659M: chris@zankel.net
2660S: Maintained
2661
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662UltraSPARC (sparc64):
2663P: David S. Miller
2664M: davem@davemloft.net
2665P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002666M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667P: Jakub Jelinek
2668M: jj@sunsite.ms.mff.cuni.cz
2669P: Anton Blanchard
2670M: anton@samba.org
2671L: sparclinux@vger.kernel.org
2672L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002673T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674S: Maintained
2675
2676SHARP LH SUPPORT (LH7952X & LH7A40X)
2677P: Marc Singer
2678M: elf@buici.com
2679W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002680L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002681S: Maintained
2682
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002683SHPC HOTPLUG DRIVER
2684P: Kristen Carlson Accardi
2685M: kristen.c.accardi@intel.com
2686L: pcihpd-discuss@lists.sourceforge.net
2687S: Maintained
2688
Pierre Ossmand129bce2006-03-24 03:18:17 -08002689SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2690P: Pierre Ossman
2691M: drzeus-sdhci@drzeus.cx
2692L: sdhci-devel@list.drzeus.cx
2693W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2694S: Maintained
2695
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002696SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2697P: Stephen Hemminger
2698M: shemminger@osdl.org
2699L: netdev@vger.kernel.org
2700S: Maintained
2701
Chris Boot1a87d942006-07-10 04:45:34 -07002702SOEKRIS NET48XX LED SUPPORT
2703P: Chris Boot
2704M: bootc@bootc.net
2705S: Maintained
2706
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707SPARC (sparc32):
2708P: William L. Irwin
2709M: wli@holomorphy.com
2710L: sparclinux@vger.kernel.org
2711S: Maintained
2712
2713SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2714P: Roger Wolff
2715M: R.E.Wolff@BitWizard.nl
2716L: linux-kernel@vger.kernel.org ?
2717S: Supported
2718
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719SRM (Alpha) environment access
2720P: Jan-Benedict Glaw
2721M: jbglaw@lug-owl.de
2722L: linux-kernel@vger.kernel.org
2723S: Maintained
2724
2725STARFIRE/DURALAN NETWORK DRIVER
2726P: Ion Badulescu
2727M: ionut@cs.columbia.edu
2728S: Maintained
2729
2730STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2731W: http://mosquitonet.Stanford.EDU/strip.html
2732S: Unsupported ?
2733
2734STRADIS MPEG-2 DECODER DRIVER
2735P: Nathan Laredo
2736M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737W: http://www.stradis.com/
2738S: Maintained
2739
2740SUPERH (sh)
2741P: Paul Mundt
2742M: lethal@linux-sh.org
2743P: Kazumoto Kojima
2744M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002745L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746W: http://www.linux-sh.org
2747W: http://www.m17n.org/linux-sh/
2748W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2749S: Maintained
2750
2751SUPERH64 (sh64)
2752P: Paul Mundt
2753M: lethal@linux-sh.org
2754P: Richard Curnow
2755M: rc@rc0.org.uk
2756L: linuxsh-shmedia-dev@lists.sourceforge.net
2757W: http://www.linux-sh.org
2758W: http://www.rc0.org.uk/sh64
2759S: Maintained
2760
2761SUN3/3X
2762P: Sam Creasey
2763M: sammy@sammy.net
2764L: sun3-list@redhat.com
2765W: http://sammy.net/sun3/
2766S: Maintained
2767
2768SVGA HANDLING
2769P: Martin Mares
2770M: mj@ucw.cz
2771L: linux-video@atrey.karlin.mff.cuni.cz
2772S: Maintained
2773
2774SYSV FILESYSTEM
2775P: Christoph Hellwig
2776M: hch@infradead.org
2777S: Maintained
2778
Stephen Hemminger781b4562006-07-10 20:25:29 -07002779TC CLASSIFIER
2780P: Jamal Hadi Salim
2781M: hadi@cyberus.ca
2782L: netdev@vger.kernel.org
2783S: Maintained
2784
Michael Buesch844dd052006-06-26 00:24:59 -07002785TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2786P: Deepak Saxena
2787M: dsaxena@plexity.net
2788S: Maintained
2789
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002790TASKSTATS STATISTICS INTERFACE
2791P: Shailabh Nagar
2792M: nagar@watson.ibm.com
2793L: linux-kernel@vger.kernel.org
2794S: Maintained
2795
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796TI PARALLEL LINK CABLE DRIVER
2797P: Romain Lievin
2798M: roms@lpg.ticalc.org
2799S: Maintained
2800
Per Lidene86eaa32006-01-12 16:45:18 +01002801TIPC NETWORK LAYER
2802P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002803M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002804P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002805M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002806P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002807M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002808L: tipc-discussion@lists.sourceforge.net
2809W: http://tipc.sourceforge.net/
2810W: http://tipc.cslab.ericsson.net/
2811T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2812S: Maintained
2813
Linus Torvalds1da177e2005-04-16 15:20:36 -07002814TLAN NETWORK DRIVER
2815P: Samuel Chessman
2816M: chessman@tux.org
2817L: tlan-devel@lists.sourceforge.net
2818W: http://sourceforge.net/projects/tlan/
2819S: Maintained
2820
2821TOKEN-RING NETWORK DRIVER
2822P: Mike Phillips
2823M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002824L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002825L: linux-tr@linuxtr.net
2826W: http://www.linuxtr.net
2827S: Maintained
2828
2829TOSHIBA ACPI EXTRAS DRIVER
2830P: John Belmonte
2831M: toshiba_acpi@memebeam.org
2832W: http://memebeam.org/toys/ToshibaAcpiDriver
2833S: Maintained
2834
2835TOSHIBA SMM DRIVER
2836P: Jonathan Buzzard
2837M: jonathan@buzzard.org.uk
2838L: tlinux-users@tce.toshiba-dme.co.jp
2839W: http://www.buzzard.org.uk/toshiba/
2840S: Maintained
2841
2842TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2843P: Muli Ben-Yehuda
2844M: mulix@mulix.org
2845L: linux-kernel@vger.kernel.org
2846S: Maintained
2847
2848TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002849P: Adrian Bunk
2850M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002852W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002853T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854S: Maintained
2855
2856TMS380 TOKEN-RING NETWORK DRIVER
2857P: Adam Fritzler
2858M: mid@auk.cx
2859L: linux-tr@linuxtr.net
2860W: http://www.auk.cx/tms380tr/
2861S: Maintained
2862
2863TULIP NETWORK DRIVER
2864P: Jeff Garzik
2865M: jgarzik@pobox.com
2866L: tulip-users@lists.sourceforge.net
2867W: http://sourceforge.net/projects/tulip/
2868S: Maintained
2869
2870TUN/TAP driver
2871P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002872M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873L: vtun@office.satix.net
2874W: http://vtun.sourceforge.net/tun
2875S: Maintained
2876
2877U14-34F SCSI DRIVER
2878P: Dario Ballabio
2879M: ballabio_dario@emc.com
2880L: linux-scsi@vger.kernel.org
2881S: Maintained
2882
2883UDF FILESYSTEM
2884P: Ben Fennema
2885M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886W: http://linux-udf.sourceforge.net
2887S: Maintained
2888
2889UNIFORM CDROM DRIVER
2890P: Jens Axboe
2891M: axboe@suse.de
2892L: linux-kernel@vger.kernel.org
2893W: http://www.kernel.dk
2894S: Maintained
2895
2896USB ACM DRIVER
2897P: Oliver Neukum
2898M: oliver@neukum.name
2899L: linux-usb-users@lists.sourceforge.net
2900L: linux-usb-devel@lists.sourceforge.net
2901S: Maintained
2902
2903USB BLOCK DRIVER (UB ub)
2904P: Pete Zaitcev
2905M: zaitcev@redhat.com
2906L: linux-kernel@vger.kernel.org
2907L: linux-usb-devel@lists.sourceforge.net
2908S: Supported
2909
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910USB CDC ETHERNET DRIVER
2911P: Greg Kroah-Hartman
2912M: greg@kroah.com
2913L: linux-usb-users@lists.sourceforge.net
2914L: linux-usb-devel@lists.sourceforge.net
2915S: Maintained
2916W: http://www.kroah.com/linux-usb/
2917
2918USB EHCI DRIVER
2919P: David Brownell
2920M: dbrownell@users.sourceforge.net
2921L: linux-usb-devel@lists.sourceforge.net
2922S: Maintained
2923
Luca Risolia7ce08c92006-01-11 02:06:59 +00002924USB ET61X[12]51 DRIVER
2925P: Luca Risolia
2926M: luca.risolia@studio.unibo.it
2927L: linux-usb-devel@lists.sourceforge.net
2928L: video4linux-list@redhat.com
2929W: http://www.linux-projects.org
2930S: Maintained
2931
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932USB HID/HIDBP DRIVERS
2933P: Vojtech Pavlik
2934M: vojtech@suse.cz
2935L: linux-usb-users@lists.sourceforge.net
2936L: linux-usb-devel@lists.sourceforge.net
2937S: Maintained
2938
2939USB HUB DRIVER
2940P: Johannes Erdfelt
2941M: johannes@erdfelt.com
2942L: linux-usb-users@lists.sourceforge.net
2943L: linux-usb-devel@lists.sourceforge.net
2944S: Maintained
2945
Olav Kongas959eea22005-11-03 17:38:14 +02002946USB ISP116X DRIVER
2947P: Olav Kongas
2948M: ok@artecdesign.ee
2949L: linux-usb-devel@lists.sourceforge.net
2950S: Maintained
2951
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952USB KAWASAKI LSI DRIVER
2953P: Oliver Neukum
2954M: oliver@neukum.name
2955L: linux-usb-users@lists.sourceforge.net
2956L: linux-usb-devel@lists.sourceforge.net
2957S: Maintained
2958
2959USB MASS STORAGE DRIVER
2960P: Matthew Dharm
2961M: mdharm-usb@one-eyed-alien.net
2962L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002963L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964S: Maintained
2965W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2966
2967USB OHCI DRIVER
2968P: Roman Weissgaerber
2969M: weissg@vienna.at
2970L: linux-usb-users@lists.sourceforge.net
2971L: linux-usb-devel@lists.sourceforge.net
2972S: Maintained
2973
Matthias Urlichsba460e42005-07-14 00:33:47 -07002974USB OPTION-CARD DRIVER
2975P: Matthias Urlichs
2976M: smurf@smurf.noris.de
2977L: linux-usb-devel@lists.sourceforge.net
2978S: Maintained
2979
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980USB OV511 DRIVER
2981P: Mark McClelland
2982M: mmcclell@bigfoot.com
2983L: linux-usb-users@lists.sourceforge.net
2984L: linux-usb-devel@lists.sourceforge.net
2985W: http://alpha.dyndns.org/ov511/
2986S: Maintained
2987
2988USB PEGASUS DRIVER
2989P: Petko Manolov
2990M: petkan@users.sourceforge.net
2991L: linux-usb-users@lists.sourceforge.net
2992L: linux-usb-devel@lists.sourceforge.net
2993W: http://pegasus2.sourceforge.net/
2994S: Maintained
2995
2996USB PRINTER DRIVER
2997P: Vojtech Pavlik
2998M: vojtech@suse.cz
2999L: linux-usb-users@lists.sourceforge.net
3000L: linux-usb-devel@lists.sourceforge.net
3001S: Maintained
3002
3003USB RTL8150 DRIVER
3004P: Petko Manolov
3005M: petkan@users.sourceforge.net
3006L: linux-usb-users@lists.sourceforge.net
3007L: linux-usb-devel@lists.sourceforge.net
3008W: http://pegasus2.sourceforge.net/
3009S: Maintained
3010
3011USB SE401 DRIVER
3012P: Jeroen Vreeken
3013M: pe1rxq@amsat.org
3014L: linux-usb-users@lists.sourceforge.net
3015L: linux-usb-devel@lists.sourceforge.net
3016W: http://www.chello.nl/~j.vreeken/se401/
3017S: Maintained
3018
3019USB SERIAL CYBERJACK DRIVER
3020P: Matthias Bruestle and Harald Welte
3021M: support@reiner-sct.com
3022W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3023S: Maintained
3024
3025USB SERIAL DIGI ACCELEPORT DRIVER
3026P: Peter Berger and Al Borchers
3027M: pberger@brimson.com
3028M: alborchers@steinerpoint.com
3029L: linux-usb-users@lists.sourceforge.net
3030L: linux-usb-devel@lists.sourceforge.net
3031S: Maintained
3032
3033USB SERIAL DRIVER
3034P: Greg Kroah-Hartman
3035M: gregkh@suse.de
3036L: linux-usb-users@lists.sourceforge.net
3037L: linux-usb-devel@lists.sourceforge.net
3038S: Supported
3039
3040USB SERIAL BELKIN F5U103 DRIVER
3041P: William Greathouse
3042M: wgreathouse@smva.com
3043L: linux-usb-users@lists.sourceforge.net
3044L: linux-usb-devel@lists.sourceforge.net
3045S: Maintained
3046
3047USB SERIAL CYPRESS M8 DRIVER
3048P: Lonnie Mendez
3049M: dignome@gmail.com
3050L: linux-usb-users@lists.sourceforge.net
3051L: linux-usb-devel@lists.sourceforge.net
3052S: Maintained
3053W: http://geocities.com/i0xox0i
3054W: http://firstlight.net/cvs
3055
3056USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3057L: linux-usb-users@lists.sourceforge.net
3058L: linux-usb-devel@lists.sourceforge.net
3059S: Maintained
3060
3061USB AUERSWALD DRIVER
3062P: Wolfgang Muees
3063M: wolfgang@iksw-muees.de
3064L: linux-usb-users@lists.sourceforge.net
3065L: linux-usb-devel@lists.sourceforge.net
3066S: Maintained
3067
3068USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3069P: Gary Brubaker
3070M: xavyer@ix.netcom.com
3071L: linux-usb-users@lists.sourceforge.net
3072L: linux-usb-devel@lists.sourceforge.net
3073S: Maintained
3074
3075USB SERIAL KEYSPAN DRIVER
3076P: Greg Kroah-Hartman
3077M: greg@kroah.com
3078L: linux-usb-users@lists.sourceforge.net
3079L: linux-usb-devel@lists.sourceforge.net
3080W: http://www.kroah.com/linux/
3081S: Maintained
3082
3083USB SERIAL WHITEHEAT DRIVER
3084P: Stuart MacDonald
3085M: stuartm@connecttech.com
3086L: linux-usb-users@lists.sourceforge.net
3087L: linux-usb-devel@lists.sourceforge.net
3088W: http://www.connecttech.com
3089S: Supported
3090
3091USB SN9C10x DRIVER
3092P: Luca Risolia
3093M: luca.risolia@studio.unibo.it
3094L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003095L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096W: http://www.linux-projects.org
3097S: Maintained
3098
3099USB SUBSYSTEM
3100P: Greg Kroah-Hartman
3101M: gregkh@suse.de
3102L: linux-usb-users@lists.sourceforge.net
3103L: linux-usb-devel@lists.sourceforge.net
3104W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003105T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106S: Supported
3107
3108USB UHCI DRIVER
3109P: Alan Stern
3110M: stern@rowland.harvard.edu
3111L: linux-usb-users@lists.sourceforge.net
3112L: linux-usb-devel@lists.sourceforge.net
3113S: Maintained
3114
3115USB "USBNET" DRIVER
3116P: David Brownell
3117M: dbrownell@users.sourceforge.net
3118L: linux-usb-devel@lists.sourceforge.net
3119S: Maintained
3120
3121USB W996[87]CF DRIVER
3122P: Luca Risolia
3123M: luca.risolia@studio.unibo.it
3124L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003125L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126W: http://www.linux-projects.org
3127S: Maintained
3128
Luca Risolia60f78052006-02-06 16:29:35 +00003129USB ZC0301 DRIVER
3130P: Luca Risolia
3131M: luca.risolia@studio.unibo.it
3132L: linux-usb-devel@lists.sourceforge.net
3133L: video4linux-list@redhat.com
3134W: http://www.linux-projects.org
3135S: Maintained
3136
Linus Torvalds1da177e2005-04-16 15:20:36 -07003137USB ZD1201 DRIVER
3138P: Jeroen Vreeken
3139M: pe1rxq@amsat.org
3140L: linux-usb-users@lists.sourceforge.net
3141L: linux-usb-devel@lists.sourceforge.net
3142W: http://linux-lc100020.sourceforge.net
3143S: Maintained
3144
3145USER-MODE LINUX
3146P: Jeff Dike
3147M: jdike@karaya.com
3148L: user-mode-linux-devel@lists.sourceforge.net
3149L: user-mode-linux-user@lists.sourceforge.net
3150W: http://user-mode-linux.sourceforge.net
3151S: Maintained
3152
3153FAT/VFAT/MSDOS FILESYSTEM:
3154P: OGAWA Hirofumi
3155M: hirofumi@mail.parknet.co.jp
3156L: linux-kernel@vger.kernel.org
3157S: Maintained
3158
3159VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3160P: Jeff Garzik
3161S: Odd fixes
3162
3163VIA RHINE NETWORK DRIVER
3164P: Roger Luethi
3165M: rl@hellgate.ch
3166S: Maintained
3167
Jean Delvare32c0a522005-09-22 21:47:58 +02003168VIAPRO SMBUS DRIVER
3169P: Jean Delvare
3170M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003171L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003172S: Maintained
3173
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174UCLINUX (AND M68KNOMMU)
3175P: Greg Ungerer
3176M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003178L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179S: Maintained
3180
3181UCLINUX FOR NEC V850
3182P: Miles Bader
3183M: uclinux-v850@lsi.nec.co.jp
3184W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3185W: http://www.ee.nec.de/uclinux/
3186S: Supported
3187
3188UCLINUX FOR RENESAS H8/300
3189P: Yoshinori Sato
3190M: ysato@users.sourceforge.jp
3191W: http://uclinux-h8.sourceforge.jp/
3192S: Supported
3193
3194USB DIAMOND RIO500 DRIVER
3195P: Cesar Miquel
3196M: miquel@df.uba.ar
3197L: rio500-users@lists.sourceforge.net
3198W: http://rio500.sourceforge.net
3199S: Maintained
3200
3201VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003202P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003203M: mchehab@infradead.org
3204M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003206W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003207T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003208S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209
Roger Lucas1de9e372005-11-26 20:20:05 +01003210VT8231 HARDWARE MONITOR DRIVER
3211P: Roger Lucas
3212M: roger@planbit.co.uk
3213L: lm-sensors@lm-sensors.org
3214S: Maintained
3215
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216W1 DALLAS'S 1-WIRE BUS
3217P: Evgeniy Polyakov
3218M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219S: Maintained
3220
Charles Spirakis13927072006-07-05 18:05:15 +02003221W83791D HARDWARE MONITORING DRIVER
3222P: Charles Spirakis
3223M: bezaur@gmail.com
3224L: lm-sensors@lm-sensors.org
3225S: Maintained
3226
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227W83L51xD SD/MMC CARD INTERFACE DRIVER
3228P: Pierre Ossman
3229M: drzeus-wbsd@drzeus.cx
3230L: wbsd-devel@list.drzeus.cx
3231W: http://projects.drzeus.cx/wbsd
3232S: Maintained
3233
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003234WATCHDOG DEVICE DRIVERS
3235P: Wim Van Sebroeck
3236M: wim@iguana.be
3237T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3238S: Maintained
3239
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3241P: Jean Tourrilhes
3242M: jt@hpl.hp.com
3243W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3244S: Maintained
3245
3246WD7000 SCSI DRIVER
3247P: Miroslav Zagorac
3248M: zaga@fly.cc.fer.hr
3249L: linux-scsi@vger.kernel.org
3250S: Maintained
3251
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003252WISTRON LAPTOP BUTTON DRIVER
3253P: Miloslav Trmac
3254M: mitr@volny.cz
3255S: Maintained
3256
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257WL3501 WIRELESS PCMCIA CARD DRIVER
3258P: Arnaldo Carvalho de Melo
3259M: acme@conectiva.com.br
3260W: http://advogato.org/person/acme
3261S: Maintained
3262
3263X.25 NETWORK LAYER
3264P: Henner Eisen
3265M: eis@baty.hanse.de
3266L: linux-x25@vger.kernel.org
3267S: Maintained
3268
3269XFS FILESYSTEM
3270P: Silicon Graphics Inc
3271M: xfs-masters@oss.sgi.com
3272M: nathans@sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003273L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274W: http://oss.sgi.com/projects/xfs
3275S: Supported
3276
3277X86 3-LEVEL PAGING (PAE) SUPPORT
3278P: Ingo Molnar
3279M: mingo@redhat.com
3280S: Maintained
3281
3282X86-64 port
3283P: Andi Kleen
3284M: ak@suse.de
3285L: discuss@x86-64.org
3286W: http://www.x86-64.org
3287S: Maintained
3288
3289YAM DRIVER FOR AX.25
3290P: Jean-Paul Roubelat
3291M: jpr@f6fbb.org
3292L: linux-hams@vger.kernel.org
3293S: Maintained
3294
Henkaf64a5e2005-10-12 15:02:56 +02003295YEALINK PHONE DRIVER
3296P: Henk Vergonet
3297M: Henk.Vergonet@gmail.com
3298L: usbb2k-api-dev@nongnu.org
3299S: Maintained
3300
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3302P: Pete Zaitcev
3303M: zaitcev@yahoo.com
3304L: linux-kernel@vger.kernel.org
3305S: Obsolete
3306
3307Z8530 DRIVER FOR AX.25
3308P: Joerg Reuter
3309M: jreuter@yaina.de
3310W: http://yaina.de/jreuter/
3311W: http://www.qsl.net/dl1bke/
3312L: linux-hams@vger.kernel.org
3313S: Maintained
3314
3315ZF MACHZ WATCHDOG
3316P: Fernando Fuganti
3317M: fuganti@netbank.com.br
3318W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3319S: Maintained
3320
3321ZR36067 VIDEO FOR LINUX DRIVER
3322P: Ronald Bultje
3323M: rbultje@ronald.bitfreak.net
3324L: mjpeg-users@lists.sourceforge.net
3325W: http://mjpeg.sourceforge.net/driver-zoran/
3326S: Maintained
3327
3328ZR36120 VIDEO FOR LINUX DRIVER
3329P: Pauline Middelink
3330M: middelin@polyware.nl
3331W: http://www.polyware.nl/~middelin/En/hobbies.html
3332W: http://www.polyware.nl/~middelin/hobbies.html
3333S: Maintained
3334
3335THE REST
3336P: Linus Torvalds
3337S: Buried alive in reporters