blob: bac3f706f75e0f19a1b0faebf83ee2372744642d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
Alan Coxc9ee1332006-05-20 15:00:12 -070043 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
Alan Coxc9ee1332006-05-20 15:00:12 -0700527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
58 -----------------------------------
59
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080070T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070071S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070086L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070087L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070094L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070095S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700143L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147P: Russell King
148M: rmk+serial@arm.linux.org.uk
149L: linux-serial@vger.kernel.org
150W: http://serial.sourceforge.net
151S: Maintained
152
1538390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
154P: Paul Gortmaker
155M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700156L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157S: Maintained
158
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001599P FILE SYSTEM
160P: Eric Van Hensbergen
161M: ericvh@gmail.com
162P: Ron Minnich
163M: rminnich@lanl.gov
164P: Latchesar Ionkov
165M: lucho@ionkov.net
166L: v9fs-developer@lists.sourceforge.net
167W: http://v9fs.sf.net
168T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
169S: Maintained
170
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171A2232 SERIAL BOARD DRIVER
172P: Enver Haase
173M: ehaase@inf.fu-berlin.de
174M: A2232@gmx.net
175L: linux-m68k@lists.linux-m68k.org
176S: Maintained
177
178AIO
179P: Benjamin LaHaise
180M: bcrl@kvack.org
181L: linux-aio@kvack.org
182S: Supported
183
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200184ABIT UGURU HARDWARE MONITOR DRIVER
185P: Hans de Goede
186M: j.w.r.degoede@hhs.nl
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
196ACI MIXER DRIVER
197P: Robert Siemer
198M: Robert.Siemer@gmx.de
199L: linux-sound@vger.kernel.org
200W: http://www.stud.uni-karlsruhe.de/~uh1b/
201S: Maintained
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203AACRAID SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205L: linux-scsi@vger.kernel.org
206W: http://linux.dell.com/storage.shtml
207S: Supported
208
209ACPI
210P: Len Brown
211M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500212L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800214T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215S: Maintained
216
Kristen Carlson Accardi998be202006-07-26 10:52:33 -0700217ACPI PCI HOTPLUG DRIVER
218P: Kristen Carlson Accardi
219M: kristen.c.accardi@intel.com
220L: pcihpd-discuss@lists.sourceforge.net
221S: Maintained
222
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223AD1816 SOUND DRIVER
224P: Thorsten Knabe
225M: Thorsten Knabe <linux@thorsten-knabe.de>
226W: http://linux.thorsten-knabe.de
227S: Maintained
228
Kyle McMartin6958ae32005-10-21 23:11:27 -0400229AD1889 SOUND DRIVER
230P: Kyle McMartin
231M: kyle@parisc-linux.org
232P: Thibaut Varene
233M: T-Bone@parisc-linux.org
234W: http://wiki.parisc-linux.org/AD1889
235L: parisc-linux@lists.parisc-linux.org
236S: Maintained
237
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238ADM1025 HARDWARE MONITOR DRIVER
239P: Jean Delvare
240M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200241L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242S: Maintained
243
244ADT746X FAN DRIVER
245P: Colin Leroy
246M: colin@colino.net
247S: Maintained
248
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249AEDSP16 DRIVER
250P: Riccardo Facchetti
251M: fizban@tin.it
252S: Maintained
253
254AFFS FILE SYSTEM
255P: Roman Zippel
256M: zippel@linux-m68k.org
257S: Maintained
258
259AGPGART DRIVER
260P: Dave Jones
261M: davej@codemonkey.org.uk
262W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800263T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264S: Maintained
265
266AHA152X SCSI DRIVER
267P: Juergen E. Fischer
268M: Juergen Fischer <fischer@norbit.de>
269L: linux-scsi@vger.kernel.org
270S: Maintained
271
272ALCATEL SPEEDTOUCH USB DRIVER
273P: Duncan Sands
274M: duncan.sands@free.fr
275L: linux-usb-users@lists.sourceforge.net
276L: linux-usb-devel@lists.sourceforge.net
277W: http://www.linux-usb.org/SpeedTouch/
278S: Maintained
279
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000280ALI1563 I2C DRIVER
281P: Rudolf Marek
282M: r.marek@sh.cvut.cz
Jean Delvare5d925fe2006-07-01 17:14:32 +0200283L: i2c@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000284S: Maintained
285
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286ALPHA PORT
287P: Richard Henderson
288M: rth@twiddle.net
289S: Odd Fixes for 2.4; Maintained for 2.6.
290P: Ivan Kokshaysky
291M: ink@jurassic.park.msu.ru
292S: Maintained for 2.4; PCI support for 2.6.
293
Jordan Crousef90b8112006-01-06 00:12:14 -0800294AMD GEODE PROCESSOR/CHIPSET SUPPORT
295P: Jordan Crouse
296M: info-linux@geode.amd.com
297L: info-linux@geode.amd.com
298W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
299S: Supported
300
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301APM DRIVER
302P: Stephen Rothwell
303M: sfr@canb.auug.org.au
304L: linux-laptop@vger.kernel.org
305W: http://www.canb.auug.org.au/~sfr/
306S: Supported
307
308APPLETALK NETWORK LAYER
309P: Arnaldo Carvalho de Melo
310M: acme@conectiva.com.br
311S: Maintained
312
Jaya Kumar1154ea72005-06-21 17:17:04 -0700313ARC FRAMEBUFFER DRIVER
314P: Jaya Kumar
315M: jayalk@intworks.biz
316S: Maintained
317
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318ARM26 ARCHITECTURE
319P: Ian Molton
320M: spyro@f2s.com
321S: Maintained
322
323ARM26/ARCHIMEDES
324P: Ian Molton
325M: spyro@f2s.com
326S: Maintained
327
328ARM26/A5000
329P: John Appleby
330M: john@dnsworld.co.uk
331S: Maintained
332
333ARM MFM AND FLOPPY DRIVERS
334P: Ian Molton
335M: spyro@f2s.com
336S: Maintained
337
338ARM/CORGI MACHINE SUPPORT
339P: Richard Purdie
340M: rpurdie@rpsys.net
341S: Maintained
342
Dirk Opfer8459c152005-11-06 14:27:52 +0000343ARM/TOSA MACHINE SUPPORT
344P: Dirk Opfer
345M: dirk@opfer-online.de
346S: Maintained
347
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348ARM/PLEB SUPPORT
349P: Peter Chubb
350M: pleb@gelato.unsw.edu.au
351W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
352S: Maintained
353
354ARM/PT DIGITAL BOARD PORT
355P: Stefan Eletzhofer
356M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700357L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358W: http://www.arm.linux.org.uk/
359S: Maintained
360
361ARM/SHARK MACHINE SUPPORT
362P: Alexander Schulz
363M: alex@shark-linux.de
364W: http://www.shark-linux.de/shark.html
365S: Maintained
366
367ARM/STRONGARM110 PORT
368P: Russell King
369M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700370L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371W: http://www.arm.linux.org.uk/
372S: Maintained
373
374ARM/S3C2410 ARM ARCHITECTURE
375P: Ben Dooks
376M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700377L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378W: http://www.fluff.org/ben/linux/
379S: Maintained
380
381ARM/S3C2440 ARM ARCHITECTURE
382P: Ben Dooks
383M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700384L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385W: http://www.fluff.org/ben/linux/
386S: Maintained
387
388ARPD SUPPORT
389P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700390L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391S: Maintained
392
393ASUS ACPI EXTRAS DRIVER
394P: Karol Kozimor
395M: sziwan@users.sourceforge.net
396P: Julien Lerouge
397M: julien.lerouge@free.fr
398L: acpi4asus-user@lists.sourceforge.net
399W: http://sourceforge.net/projects/acpi4asus
400W: http://julien.lerouge.free.fr
401S: Maintained
402
403ATA OVER ETHERNET DRIVER
404P: Ed L. Cashin
405M: ecashin@coraid.com
406W: http://www.coraid.com/support/linux
407S: Supported
408
409ATM
410P: Chas Williams
411M: chas@cmf.nrl.navy.mil
412L: linux-atm-general@lists.sourceforge.net
413W: http://linux-atm.sourceforge.net
414S: Maintained
415
416ATMEL WIRELESS DRIVER
417P: Simon Kelley
418M: simon@thekelleys.org.uk
419W: http://www.thekelleys.org.uk/atmel
420W: http://atmelwlandriver.sourceforge.net/
421S: Maintained
422
Chris Wrighta92b7b82005-07-07 18:12:23 -0700423AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100424P: David Woodhouse
425M: dwmw2@infradead.org
426L: linux-audit@redhat.com
427W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800428T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700429S: Maintained
430
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431AX.25 NETWORK LAYER
432P: Ralf Baechle
433M: ralf@linux-mips.org
434L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200435W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436S: Maintained
437
438BAYCOM/HDLCDRV DRIVERS FOR AX.25
439P: Thomas Sailer
440M: t.sailer@alumni.ethz.ch
441L: linux-hams@vger.kernel.org
442W: http://www.baycom.org/~tom/ham/ham.html
443S: Maintained
444
Michael Buesch9eac8f92006-04-22 17:31:27 +0200445BCM43XX WIRELESS DRIVER
446P: Michael Buesch
447M: mb@bu3sch.de
448P: Stefano Brivio
449M: st3@riseup.net
450W: http://bcm43xx.berlios.de/
451S: Maintained
452
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453BEFS FILE SYSTEM
454P: Sergey S. Kostyliov
455M: rathamahata@php4.ru
456L: linux-kernel@vger.kernel.org
457S: Maintained
458
459BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
460P: Kenji Hollis
461W: http://ftp.bitgate.com/pcwd/
462S: Maintained
463
464BFS FILE SYSTEM
465P: Tigran A. Aivazian
466M: tigran@veritas.com
467L: linux-kernel@vger.kernel.org
468S: Maintained
469
470BLOCK LAYER
471P: Jens Axboe
472M: axboe@suse.de
473L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800474T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475S: Maintained
476
477BLUETOOTH SUBSYSTEM
478P: Marcel Holtmann
479M: marcel@holtmann.org
480P: Maxim Krasnyansky
481M: maxk@qualcomm.com
482L: bluez-devel@lists.sf.net
483W: http://bluez.sf.net
484W: http://www.bluez.org
485W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800486T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487S: Maintained
488
489BLUETOOTH RFCOMM LAYER
490P: Marcel Holtmann
491M: marcel@holtmann.org
492P: Maxim Krasnyansky
493M: maxk@qualcomm.com
494S: Maintained
495
496BLUETOOTH BNEP LAYER
497P: Marcel Holtmann
498M: marcel@holtmann.org
499P: Maxim Krasnyansky
500M: maxk@qualcomm.com
501S: Maintained
502
503BLUETOOTH CMTP LAYER
504P: Marcel Holtmann
505M: marcel@holtmann.org
506S: Maintained
507
508BLUETOOTH HIDP LAYER
509P: Marcel Holtmann
510M: marcel@holtmann.org
511S: Maintained
512
513BLUETOOTH HCI UART DRIVER
514P: Marcel Holtmann
515M: marcel@holtmann.org
516P: Maxim Krasnyansky
517M: maxk@qualcomm.com
518S: Maintained
519
520BLUETOOTH HCI USB DRIVER
521P: Marcel Holtmann
522M: marcel@holtmann.org
523P: Maxim Krasnyansky
524M: maxk@qualcomm.com
525S: Maintained
526
527BLUETOOTH HCI BCM203X DRIVER
528P: Marcel Holtmann
529M: marcel@holtmann.org
530S: Maintained
531
532BLUETOOTH HCI BPA10X DRIVER
533P: Marcel Holtmann
534M: marcel@holtmann.org
535S: Maintained
536
537BLUETOOTH HCI BFUSB DRIVER
538P: Marcel Holtmann
539M: marcel@holtmann.org
540S: Maintained
541
542BLUETOOTH HCI DTL1 DRIVER
543P: Marcel Holtmann
544M: marcel@holtmann.org
545S: Maintained
546
547BLUETOOTH HCI BLUECARD DRIVER
548P: Marcel Holtmann
549M: marcel@holtmann.org
550S: Maintained
551
552BLUETOOTH HCI BT3C DRIVER
553P: Marcel Holtmann
554M: marcel@holtmann.org
555S: Maintained
556
557BLUETOOTH HCI BTUART DRIVER
558P: Marcel Holtmann
559M: marcel@holtmann.org
560S: Maintained
561
562BLUETOOTH HCI VHCI DRIVER
563P: Maxim Krasnyansky
564M: maxk@qualcomm.com
565S: Maintained
566
567BONDING DRIVER
568P: Chad Tindel
569M: ctindel@users.sourceforge.net
570P: Jay Vosburgh
571M: fubar@us.ibm.com
572L: bonding-devel@lists.sourceforge.net
573W: http://sourceforge.net/projects/bonding/
574S: Supported
575
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000576BROADBAND PROCESSOR ARCHITECTURE
577P: Arnd Bergmann
578M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100579L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400580W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000581S: Supported
582
Gary Zambrano39105892006-06-22 17:26:20 -0700583BROADCOM B44 10/100 ETHERNET DRIVER
584P: Gary Zambrano
585M: zambrano@broadcom.com
586L: netdev@vger.kernel.org
587S: Supported
588
Michael Chan948c51e2006-06-04 02:51:39 -0700589BROADCOM BNX2 GIGABIT ETHERNET DRIVER
590P: Michael Chan
591M: mchan@broadcom.com
592L: netdev@vger.kernel.org
593S: Supported
594
595BROADCOM TG3 GIGABIT ETHERNET DRIVER
596P: Michael Chan
597M: mchan@broadcom.com
598L: netdev@vger.kernel.org
599S: Supported
600
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700602P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200603M: mchehab@infradead.org
604M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700606W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200607T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700608S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200610CALGARY x86-64 IOMMU
611P: Muli Ben-Yehuda
612M: muli@il.ibm.com
613P: Jon D. Mason
614M: jdmason@us.ibm.com
615L: linux-kernel@vger.kernel.org
616L: discuss@x86-64.org
617S: Maintained
618
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619COMMON INTERNET FILE SYSTEM (CIFS)
620P: Steve French
621M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100622L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623L: samba-technical@lists.samba.org
624W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800625T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626S: Supported
627
Joel Becker7063fbf2005-12-15 14:29:43 -0800628CONFIGFS
629P: Joel Becker
Joel Becker62ca3d262006-01-27 11:04:12 -0800630M: joel.becker@oracle.com
631L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800632S: Supported
633
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634CIRRUS LOGIC GENERIC FBDEV DRIVER
635P: Jeff Garzik
636M: jgarzik@pobox.com
637L: linux-fbdev-devel@lists.sourceforge.net
638S: Odd Fixes
639
640CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
641P: Cirrus Logic Corporation (kernel 2.2 driver)
642M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
643P: Nils Faerber (port to kernel 2.4)
644M: Nils Faerber <nils@kernelconcepts.de>
645S: Maintained
646
647CODA FILE SYSTEM
648P: Jan Harkes
649M: jaharkes@cs.cmu.edu
650M: coda@cs.cmu.edu
651L: codalist@coda.cs.cmu.edu
652W: http://www.coda.cs.cmu.edu/
653S: Maintained
654
655COMPACTPCI HOTPLUG CORE
656P: Scott Murray
657M: scottm@somanetworks.com
658M: scott@spiteful.org
659L: pcihpd-discuss@lists.sourceforge.net
660S: Supported
661
662COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
663P: Scott Murray
664M: scottm@somanetworks.com
665M: scott@spiteful.org
666L: pcihpd-discuss@lists.sourceforge.net
667S: Supported
668
669COMPACTPCI HOTPLUG GENERIC DRIVER
670P: Scott Murray
671M: scottm@somanetworks.com
672M: scott@spiteful.org
673L: pcihpd-discuss@lists.sourceforge.net
674S: Supported
675
676COMPUTONE INTELLIPORT MULTIPORT CARD
677P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700678M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700680S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681
682COSA/SRP SYNC SERIAL DRIVER
683P: Jan "Yenya" Kasprzak
684M: kas@fi.muni.cz
685W: http://www.fi.muni.cz/~kas/cosa/
686S: Maintained
687
688CPU FREQUENCY DRIVERS
689P: Dave Jones
690M: davej@codemonkey.org.uk
691L: cpufreq@lists.linux.org.uk
692W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800693T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694S: Maintained
695
696CPUID/MSR DRIVER
697P: H. Peter Anvin
698M: hpa@zytor.com
699S: Maintained
700
Paul Jacksoned90fb42005-09-27 21:45:37 -0700701CPUSETS
702P: Paul Jackson
703P: Simon Derr
704M: pj@sgi.com
705M: simon.derr@bull.net
706L: linux-kernel@vger.kernel.org
707W: http://www.bullopensource.org/cpuset/
708S: Supported
709
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710CRAMFS FILESYSTEM
711W: http://sourceforge.net/projects/cramfs/
712S: Orphan
713
714CRIS PORT
715P: Mikael Starvik
716M: starvik@axis.com
717L: dev-etrax@axis.com
718W: http://developer.axis.com
719S: Maintained
720
721CRYPTO API
722P: Herbert Xu
723M: herbert@gondor.apana.org.au
724P: David S. Miller
725M: davem@davemloft.net
726L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800727T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728S: Maintained
729
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100730CS5535 Audio ALSA driver
731P: Jaya Kumar
732M: jayakumar.alsa@gmail.com
733S: Maintained
734
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735CYBERPRO FB DRIVER
736P: Russell King
737M: rmk@arm.linux.org.uk
738W: http://www.arm.linux.org.uk/
739S: Maintained
740
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700741CYBLAFB FRAMEBUFFER DRIVER
742P: Knut Petersen
743M: Knut_Petersen@t-online.de
744L: linux-fbdev-devel@lists.sourceforge.net
745S: Maintained
746
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747CYCLADES 2X SYNC CARD DRIVER
748P: Arnaldo Carvalho de Melo
749M: acme@conectiva.com.br
750W: http://advogato.org/person/acme
751L: cycsyn-devel@bazar.conectiva.com.br
752S: Maintained
753
754CYCLADES ASYNC MUX DRIVER
755M: async@cyclades.com
756W: http://www.cyclades.com/
757S: Supported
758
759CYCLADES PC300 DRIVER
760M: pc300@cyclades.com
761W: http://www.cyclades.com/
762S: Supported
763
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764DAMA SLAVE for AX.25
765P: Joerg Reuter
766M: jreuter@yaina.de
767W: http://yaina.de/jreuter/
768W: http://www.qsl.net/dl1bke/
769L: linux-hams@vger.kernel.org
770S: Maintained
771
772DC395x SCSI driver
773P: Oliver Neukum
774M: oliver@neukum.name
775P: Ali Akcaagac
776M: aliakc@web.de
777P: Jamie Lenehan
778M: lenehan@twibble.org
779W: http://twibble.org/dist/dc395x/
Randy Dunlapf5df58812006-07-14 00:24:29 -0700780L: dc395x@twibble.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781L: http://lists.twibble.org/mailman/listinfo/dc395x/
782S: Maintained
783
784DC390/AM53C974 SCSI driver
785P: Kurt Garloff
786M: garloff@suse.de
787W: http://www.garloff.de/kurt/linux/dc390/
788P: Guennadi Liakhovetski
789M: g.liakhovetski@gmx.de
790S: Maintained
791
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700792DCCP PROTOCOL
793P: Arnaldo Carvalho de Melo
794M: acme@mandriva.com
795L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800796W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700797S: Maintained
798
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799DECnet NETWORK LAYER
800P: Patrick Caulfield
801M: patrick@tykepenguin.com
802W: http://linux-decnet.sourceforge.net
803L: linux-decnet-user@lists.sourceforge.net
804S: Maintained
805
806DEFXX FDDI NETWORK DRIVER
807P: Maciej W. Rozycki
808M: macro@linux-mips.org
809S: Maintained
810
811DELL LAPTOP SMM DRIVER
812P: Massimo Dal Zotto
813M: dz@debian.org
814W: http://www.debian.org/~dz/i8k/
815S: Maintained
816
Doug Warzecha90563ec2005-09-06 15:17:15 -0700817DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
818P: Doug Warzecha
819M: Douglas_Warzecha@dell.com
820S: Maintained
821
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822DEVICE-MAPPER
823P: Alasdair Kergon
824L: dm-devel@redhat.com
825W: http://sources.redhat.com/dm
826S: Maintained
827
828DEVICE NUMBER REGISTRY
829P: Torben Mathiasen
830M: device@lanana.org
831W: http://lanana.org/docs/device-list/index.html
832L: linux-kernel@vger.kernel.org
833S: Maintained
834
835DEVICE FILESYSTEM
836S: Obsolete
837
838DIGI INTL. EPCA DRIVER
839P: Digi International, Inc
840M: Eng.Linux@digi.com
841L: Eng.Linux@digi.com
842W: http://www.digi.com
843S: Orphaned
844
845DIGI RIGHTSWITCH NETWORK DRIVER
846P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700847L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848W: http://www.digi.com
849S: Orphaned
850
851DIRECTORY NOTIFICATION
852P: Stephen Rothwell
853M: sfr@canb.auug.org.au
854L: linux-kernel@vger.kernel.org
855S: Supported
856
857DISK GEOMETRY AND PARTITION HANDLING
858P: Andries Brouwer
859M: aeb@cwi.nl
860W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
861W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
862W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
863S: Maintained
864
865DISKQUOTA:
866P: Jan Kara
867M: jack@suse.cz
868L: linux-kernel@vger.kernel.org
869S: Maintained
870
871DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
872P: Tobias Ringstrom
873M: tori@unhappy.mine.nu
874L: linux-kernel@vger.kernel.org
875S: Maintained
876
Martin Waitzba483d52005-06-17 13:20:59 -0700877DOCBOOK FOR DOCUMENTATION
878P: Martin Waitz
879M: tali@admingilde.org
Randy Dunlap0f40efb2006-07-03 00:24:15 -0700880P: Randy Dunlap
881M: rdunlap@xenotime.net
Martin Waitz061350e2006-01-09 20:53:53 -0800882T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700883S: Maintained
884
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885DOUBLETALK DRIVER
886P: James R. Van Zandt
887M: jrv@vanzandt.mv.com
888L: blinux-list@redhat.com
889S: Maintained
890
891DRIVER CORE, KOBJECTS, AND SYSFS
892P: Greg Kroah-Hartman
893M: gregkh@suse.de
894L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800895T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896S: Supported
897
898DRM DRIVERS
899P: David Airlie
900M: airlied@linux.ie
901L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800902T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903S: Maintained
904
905DSCC4 DRIVER
906P: François Romieu
907M: romieu@cogenit.fr
908M: romieu@ensta.fr
909S: Maintained
910
911DVB SUBSYSTEM AND DRIVERS
912P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200913M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200915W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200916T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200917S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918
919EATA-DMA SCSI DRIVER
920P: Michael Neuffer
921L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
922S: Maintained
923
924EATA ISA/EISA/PCI SCSI DRIVER
925P: Dario Ballabio
926M: ballabio_dario@emc.com
927L: linux-scsi@vger.kernel.org
928S: Maintained
929
930EATA-PIO SCSI DRIVER
931P: Michael Neuffer
932M: mike@i-Connect.Net
933L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
934S: Maintained
935
936EBTABLES
937P: Bart De Schuymer
938M: bart.de.schuymer@pandora.be
939L: ebtables-user@lists.sourceforge.net
940L: ebtables-devel@lists.sourceforge.net
941W: http://ebtables.sourceforge.net/
942S: Maintained
943
Alan Coxda9bb1d2006-01-18 17:44:13 -0800944EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800945P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700946M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800947L: bluesmoke-devel@lists.sourceforge.net
948W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700949S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -0800950
951EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700952P: Mark Gross
953M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800954L: bluesmoke-devel@lists.sourceforge.net
955W: bluesmoke.sourceforge.net
956S: Maintained
957
958EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700959P: Doug Thompson
960M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800961L: bluesmoke-devel@lists.sourceforge.net
962W: bluesmoke.sourceforge.net
963S: Maintained
964
965EDAC-R82600
966P: Tim Small
967M: tim@buttersideup.com
968L: bluesmoke-devel@lists.sourceforge.net
969W: bluesmoke.sourceforge.net
970S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972EEPRO100 NETWORK DRIVER
973P: Andrey V. Savochkin
974M: saw@saw.sw.com.sg
975S: Maintained
976
Josh Triplett0bee8d22006-07-30 03:03:58 -0700977EFS FILESYSTEM
978W: http://aeschi.ch.eu.org/efs/
979S: Orphan
980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981EMU10K1 SOUND DRIVER
982P: James Courtier-Dutton
983M: James@superbug.demon.co.uk
984L: emu10k1-devel@lists.sourceforge.net
985W: http://sourceforge.net/projects/emu10k1/
986S: Maintained
987
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400988EMULEX LPFC FC SCSI DRIVER
989P: James Smart
990M: james.smart@emulex.com
991L: linux-scsi@vger.kernel.org
992W: http://sourceforge.net/projects/lpfcxxxx
993S: Supported
994
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995EPSON 1355 FRAMEBUFFER DRIVER
996P: Christopher Hoover
997M: ch@murgatroid.com, ch@hpl.hp.com
998S: Maintained
999
1000ETHEREXPRESS-16 NETWORK DRIVER
1001P: Philip Blundell
1002M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001003L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004S: Maintained
1005
1006ETHERNET BRIDGE
1007P: Stephen Hemminger
1008M: shemminger@osdl.org
1009L: bridge@osdl.org
1010W: http://bridge.sourceforge.net/
1011S: Maintained
1012
1013ETHERTEAM 16I DRIVER
1014P: Mika Kuoppala
1015M: miku@iki.fi
1016S: Maintained
1017
1018EXT2 FILE SYSTEM
1019L: ext2-devel@lists.sourceforge.net
1020S: Maintained
1021
1022EXT3 FILE SYSTEM
1023P: Stephen Tweedie, Andrew Morton
1024M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001025L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026S: Maintained
1027
Jean Delvaree53004e2006-01-09 23:26:14 +01001028F71805F HARDWARE MONITORING DRIVER
1029P: Jean Delvare
1030M: khali@linux-fr.org
1031L: lm-sensors@lm-sensors.org
1032S: Maintained
1033
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034FARSYNC SYNCHRONOUS DRIVER
1035P: Kevin Curtis
1036M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037W: http://www.farsite.co.uk/
1038S: Supported
1039
1040FRAMEBUFFER LAYER
1041P: Antonino Daplas
1042M: adaplas@pol.net
1043L: linux-fbdev-devel@lists.sourceforge.net
1044W: http://linux-fbdev.sourceforge.net/
1045S: Maintained
1046
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001047FREESCALE SOC FS_ENET DRIVER
1048P: Pantelis Antoniou
1049M: pantelis.antoniou@gmail.com
1050P: Vitaly Bordug
1051M: vbordug@ru.mvista.com
1052L: linuxppc-embedded@ozlabs.org
1053L: netdev@vger.kernel.org
1054S: Maintained
1055
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056FILE LOCKING (flock() and fcntl()/lockf())
1057P: Matthew Wilcox
1058M: matthew@wil.cx
1059L: linux-fsdevel@vger.kernel.org
1060S: Maintained
1061
1062FILESYSTEMS (VFS and infrastructure)
1063P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001064M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065S: Maintained
1066
1067FIRMWARE LOADER (request_firmware)
1068L: linux-kernel@vger.kernel.org
1069S: Orphan
1070
1071FPU EMULATOR
1072P: Bill Metzenthen
1073M: billm@suburbia.net
1074W: http://suburbia.net/~billm/floating-point/emulator/
1075S: Maintained
1076
1077FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1078P: Mike McLagan
1079M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001080L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081S: Maintained
1082
1083FREEVXFS FILESYSTEM
1084P: Christoph Hellwig
1085M: hch@infradead.org
1086W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1087S: Maintained
1088
1089FUJITSU FR-V PORT
1090P: David Howells
1091M: dhowells@redhat.com
1092S: Maintained
1093
1094FTAPE/QIC-117
1095L: linux-tape@vger.kernel.org
1096W: http://sourceforge.net/projects/ftape
1097S: Orphan
1098
Miklos Szeredi04578f12005-09-09 13:10:22 -07001099FUSE: FILESYSTEM IN USERSPACE
1100P: Miklos Szeredi
1101M: miklos@szeredi.hu
1102L: fuse-devel@lists.sourceforge.net
1103W: http://fuse.sourceforge.net/
1104S: Maintained
1105
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1107P: Rik Faith
1108M: faith@cs.unc.edu
1109L: linux-scsi@vger.kernel.org
1110S: Odd fixes (e.g., new signatures)
1111
1112GDT SCSI DISK ARRAY CONTROLLER DRIVER
1113P: Achim Leubner
1114M: achim_leubner@adaptec.com
1115L: linux-scsi@vger.kernel.org
1116W: http://www.icp-vortex.com/
1117S: Supported
1118
1119GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1120P: Krzysztof Halasa
1121M: khc@pm.waw.pl
1122W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1123S: Maintained
1124
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001125GIGASET ISDN DRIVERS
1126P: Hansjoerg Lipp
1127M: hjlipp@web.de
1128P: Tilman Schmidt
1129M: tilman@imap.cc
1130L: gigaset307x-common@lists.sourceforge.net
1131W: http://gigaset307x.sourceforge.net/
1132S: Maintained
1133
Jean Delvare5b543962005-08-15 19:51:02 +02001134HARDWARE MONITORING
1135P: Jean Delvare
1136M: khali@linux-fr.org
1137L: lm-sensors@lm-sensors.org
1138W: http://www.lm-sensors.nu/
1139S: Maintained
1140
Michael Buesch844dd052006-06-26 00:24:59 -07001141HARDWARE RANDOM NUMBER GENERATOR CORE
1142P: Michael Buesch
1143M: mb@bu3sch.de
1144S: Maintained
1145
Robert Love860e1d62005-08-31 23:57:59 -04001146HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1147P: Robert Love
1148M: rlove@rlove.org
1149M: linux-kernel@vger.kernel.org
1150W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1151S: Maintained
1152
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153HARMONY SOUND DRIVER
1154P: Kyle McMartin
1155M: kyle@parisc-linux.org
1156W: http://www.parisc-linux.org/~kyle/harmony/
1157L: parisc-linux@lists.parisc-linux.org
1158S: Maintained
1159
1160HAYES ESP SERIAL DRIVER
1161P: Andrew J. Robinson
1162M: arobinso@nyx.net
1163L: linux-kernel@vger.kernel.org
1164W: http://www.nyx.net/~arobinso
1165S: Maintained
1166
1167HFS FILESYSTEM
1168P: Roman Zippel
1169M: zippel@linux-m68k.org
1170L: linux-kernel@vger.kernel.org
1171S: Maintained
1172
1173HGA FRAMEBUFFER DRIVER
1174P: Ferenc Bakonyi
1175M: fero@drama.obuda.kando.hu
1176L: linux-nvidia@lists.surfsouth.com
1177W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1178S: Maintained
1179
1180HIGH-SPEED SCC DRIVER FOR AX.25
1181P: Klaus Kudielka
1182M: klaus.kudielka@ieee.org
1183L: linux-hams@vger.kernel.org
1184W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1185S: Maintained
1186
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001187HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1188P: HighPoint Linux Team
1189M: linux@highpoint-tech.com
1190W: http://www.highpoint-tech.com
1191S: Supported
1192
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193HIPPI
1194P: Jes Sorensen
1195M: jes@trained-monkey.org
1196L: linux-hippi@sunsite.dk
1197S: Maintained
1198
1199HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1200P: Chirag Kantharia
1201M: chirag.kantharia@hp.com
1202L: iss_storagedev@hp.com
1203S: Maintained
1204
1205HEWLETT-PACKARD SMART2 RAID DRIVER
1206P: Chirag Kantharia
1207M: chirag.kantharia@hp.com
1208L: iss_storagedev@hp.com
1209S: Maintained
1210
1211HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1212P: Mike Miller
1213M: mike.miller@hp.com
1214L: iss_storagedev@hp.com
1215S: Supported
1216
Jouni Malinenff1d2762005-05-12 22:54:16 -04001217HOST AP DRIVER
1218P: Jouni Malinen
1219M: jkmaline@cc.hut.fi
1220L: hostap@shmoo.com
1221W: http://hostap.epitest.fi/
1222S: Maintained
1223
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1225P: Jaroslav Kysela
1226M: perex@suse.cz
1227S: Maintained
1228
Bob Piccob9b03322005-11-07 00:59:19 -08001229HPET: High Precision Event Timers driver (hpet.c)
1230P: Clemens Ladisch
1231M: clemens@ladisch.de
1232S: Maintained
1233
1234HPET: i386
1235P: Venkatesh Pallipadi (Venki)
1236M: venkatesh.pallipadi@intel.com
1237S: Maintained
1238
1239HPET: x86_64
1240P: Andi Kleen and Vojtech Pavlik
1241M: ak@muc.de and vojtech@suse.cz
1242S: Maintained
1243
1244HPET: ACPI hpet.c
1245P: Bob Picco
1246M: bob.picco@hp.com
1247S: Maintained
1248
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249HPFS FILESYSTEM
1250P: Mikulas Patocka
1251M: mikulas@artax.karlin.mff.cuni.cz
1252W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1253S: Maintained
1254
1255HUGETLB FILESYSTEM
1256P: William Irwin
1257M: wli@holomorphy.com
1258S: Maintained
1259
Jean Delvare5b543962005-08-15 19:51:02 +02001260I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261P: Jean Delvare
1262M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02001263L: i2c@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001265T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266S: Maintained
1267
1268I2O
1269P: Markus Lidel
1270M: markus.lidel@shadowconnect.com
1271W: http://i2o.shadowconnect.com/
1272S: Maintained
1273
1274i386 BOOT CODE
1275P: Riley H. Williams
1276M: Riley@Williams.Name
1277L: Linux-Kernel@vger.kernel.org
1278S: Maintained
1279
1280i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1281P: Dave Jones
1282M: davej@codemonkey.org.uk
1283P: H. Peter Anvin
1284M: hpa@zytor.com
1285S: Maintained
1286
1287i810 TCO TIMER WATCHDOG
1288P: Nils Faerber
1289M: nils@kernelconcepts.de
1290W: http://www.kernelconcepts.de/
1291S: Maintained
1292
1293IA64 (Itanium) PLATFORM
1294P: Tony Luck
1295M: tony.luck@intel.com
1296L: linux-ia64@vger.kernel.org
1297W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001298T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299S: Maintained
1300
1301SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001302P: Jes Sorensen
1303M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304L: linux-altix@sgi.com
1305L: linux-ia64@vger.kernel.org
1306W: http://www.sgi.com/altix
1307S: Maintained
1308
1309IBM MCA SCSI SUBSYSTEM DRIVER
1310P: Michael Lang
1311M: langa2@kph.uni-mainz.de
1312W: http://www.uni-mainz.de/~langm000/linux.html
1313S: Maintained
1314
1315IBM Power Linux RAID adapter
1316P: Brian King
1317M: brking@us.ibm.com
1318S: Supported
1319
1320IBM ServeRAID RAID DRIVER
1321P: Jack Hammer
1322P: Dave Jeffery
1323M: ipslinux@adaptec.com
1324W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1325S: Supported
1326
1327IDE DRIVER [GENERAL]
1328P: Bartlomiej Zolnierkiewicz
1329M: B.Zolnierkiewicz@elka.pw.edu.pl
1330L: linux-kernel@vger.kernel.org
1331L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001332T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333S: Maintained
1334
1335IDE/ATAPI CDROM DRIVER
1336P: Jens Axboe
1337M: axboe@suse.de
1338L: linux-kernel@vger.kernel.org
1339W: http://www.kernel.dk
1340S: Maintained
1341
1342IDE/ATAPI FLOPPY DRIVERS
1343P: Paul Bristow
1344M: Paul Bristow <paul@paulbristow.net>
1345W: http://paulbristow.net/linux/idefloppy.html
1346L: linux-kernel@vger.kernel.org
1347S: Maintained
1348
1349IDE/ATAPI TAPE DRIVERS
1350P: Gadi Oxman
1351M: Gadi Oxman <gadio@netvision.net.il>
1352L: linux-kernel@vger.kernel.org
1353S: Maintained
1354
1355IEEE 1394 ETHERNET (eth1394)
1356L: linux1394-devel@lists.sourceforge.net
1357W: http://www.linux1394.org/
1358S: Orphan
1359
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360IEEE 1394 SUBSYSTEM
1361P: Ben Collins
1362M: bcollins@debian.org
1363P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001364M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365L: linux1394-devel@lists.sourceforge.net
1366W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001367T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368S: Maintained
1369
1370IEEE 1394 OHCI DRIVER
1371P: Ben Collins
1372M: bcollins@debian.org
1373P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001374M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375L: linux1394-devel@lists.sourceforge.net
1376W: http://www.linux1394.org/
1377S: Maintained
1378
1379IEEE 1394 PCILYNX DRIVER
1380P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001381M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382L: linux1394-devel@lists.sourceforge.net
1383W: http://www.linux1394.org/
1384S: Maintained
1385
1386IEEE 1394 RAW I/O DRIVER
1387P: Ben Collins
1388M: bcollins@debian.org
1389P: Dan Dennedy
1390M: dan@dennedy.org
1391L: linux1394-devel@lists.sourceforge.net
1392W: http://www.linux1394.org/
1393S: Maintained
1394
Jody McIntyre105d7b32005-09-30 11:59:04 -07001395IEEE 1394 SBP2
1396P: Ben Collins
1397M: bcollins@debian.org
1398P: Stefan Richter
1399M: stefanr@s5r6.in-berlin.de
1400L: linux1394-devel@lists.sourceforge.net
1401W: http://www.linux1394.org/
1402S: Maintained
1403
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404IMS TWINTURBO FRAMEBUFFER DRIVER
1405P: Paul Mundt
1406M: lethal@chaoticdreams.org
1407L: linux-fbdev-devel@lists.sourceforge.net
1408S: Maintained
1409
1410INFINIBAND SUBSYSTEM
1411P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001412M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413P: Sean Hefty
1414M: mshefty@ichips.intel.com
1415P: Hal Rosenstock
1416M: halr@voltaire.com
1417L: openib-general@openib.org
1418W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001419T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420S: Supported
1421
1422INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001423P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001424M: dmitry.torokhov@gmail.com
1425M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426L: linux-input@atrey.karlin.mff.cuni.cz
1427L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001428T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429S: Maintained
1430
Robert Lovec9f04f52005-07-15 12:21:07 -04001431INOTIFY
1432P: John McCutchan and Robert Love
1433M: ttb@tentacle.dhs.org and rml@novell.com
1434L: linux-kernel@vger.kernel.org
1435S: Maintained
1436
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001437INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1438P: Sylvain Meyer
1439M: sylvain.meyer@worldonline.fr
1440L: linux-fbdev-devel@lists.sourceforge.net
1441S: Maintained
1442
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443INTEL 810/815 FRAMEBUFFER DRIVER
1444P: Antonino Daplas
1445M: adaplas@pol.net
1446L: linux-fbdev-devel@lists.sourceforge.net
1447S: Maintained
1448
1449INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1450P: Ingo Molnar
1451M: mingo@redhat.com
1452S: Maintained
1453
1454INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1455P: Jeff Garzik
1456M: jgarzik@pobox.com
1457W: http://sourceforge.net/projects/gkernel/
1458S: Maintained
1459
1460INTEL IA32 MICROCODE UPDATE SUPPORT
1461P: Tigran Aivazian
1462M: tigran@veritas.com
1463S: Maintained
1464
Michael Buesch844dd052006-06-26 00:24:59 -07001465INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1466P: Deepak Saxena
1467M: dsaxena@plexity.net
1468S: Maintained
1469
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470INTEL PRO/100 ETHERNET SUPPORT
1471P: John Ronciak
1472M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473P: Jesse Brandeburg
1474M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001475P: Jeff Kirsher
1476M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001477P: Auke Kok
1478M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479W: http://sourceforge.net/projects/e1000/
1480S: Supported
1481
1482INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1483P: Jeb Cramer
1484M: cramerj@intel.com
1485P: John Ronciak
1486M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001487P: Jesse Brandeburg
1488M: jesse.brandeburg@intel.com
1489P: Jeff Kirsher
1490M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001491P: Auke Kok
1492M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493W: http://sourceforge.net/projects/e1000/
1494S: Supported
1495
1496INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001497P: Jeff Kirsher
1498M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499P: Ayyappan Veeraiyan
1500M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501P: John Ronciak
1502M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001503P: Jesse Brandeburg
1504M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001505P: Auke Kok
1506M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507W: http://sourceforge.net/projects/e1000/
1508S: Supported
1509
James Ketrenos826d2ab2005-11-07 18:56:59 -06001510INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1511P: Yi Zhu
1512M: yi.zhu@intel.com
1513P: James Ketrenos
1514M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001515L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001516L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1517W: http://ipw2100.sourceforge.net
1518S: Supported
1519
1520INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1521P: Yi Zhu
1522M: yi.zhu@intel.com
1523P: James Ketrenos
1524M: jketreno@linux.intel.com
Randy Dunlapf5df58812006-07-14 00:24:29 -07001525L: ipw2100-devel@lists.sourceforge.net
James Ketrenos826d2ab2005-11-07 18:56:59 -06001526L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1527W: http://ipw2200.sourceforge.net
1528S: Supported
1529
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530IOC3 DRIVER
1531P: Ralf Baechle
1532M: ralf@linux-mips.org
1533L: linux-mips@linux-mips.org
1534S: Maintained
1535
1536IP MASQUERADING:
1537P: Juanjo Ciarlante
1538M: jjciarla@raiz.uncu.edu.ar
1539S: Maintained
1540
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001541IPATH DRIVER:
1542P: Bryan O'Sullivan
1543M: support@pathscale.com
1544L: openib-general@openib.org
1545S: Supported
1546
Corey Minyard4409ebe2006-04-20 02:43:12 -07001547IPMI SUBSYSTEM
1548P: Corey Minyard
1549M: minyard@acm.org
1550L: openipmi-developer@lists.sourceforge.net
1551W: http://openipmi.sourceforge.net/
1552S: Supported
1553
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554IPX NETWORK LAYER
1555P: Arnaldo Carvalho de Melo
1556M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001557L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558S: Maintained
1559
1560IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001561P: Samuel Ortiz
1562M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001563L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001565S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566
1567ISAPNP
1568P: Jaroslav Kysela
1569M: perex@suse.cz
1570S: Maintained
1571
1572ISDN SUBSYSTEM
1573P: Karsten Keil
1574M: kkeil@suse.de
1575P: Kai Germaschewski
1576M: kai.germaschewski@gmx.de
1577L: isdn4linux@listserv.isdn4linux.de
1578W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001579T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001580S: Maintained
1581
1582ISDN SUBSYSTEM (Eicon active card driver)
1583P: Armin Schindler
1584M: mac@melware.de
1585L: isdn4linux@listserv.isdn4linux.de
1586W: http://www.melware.de
1587S: Maintained
1588
1589JOURNALLING FLASH FILE SYSTEM (JFFS)
1590P: Axis Communications AB
1591M: jffs-dev@axis.com
1592L: jffs-dev@axis.com
1593W: http://www.developer.axis.com/software/jffs/
1594S: Maintained
1595
1596JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1597P: David Woodhouse
1598M: dwmw2@infradead.org
1599L: jffs-dev@axis.com
1600W: http://sources.redhat.com/jffs2/
1601S: Maintained
1602
1603JFS FILESYSTEM
1604P: Dave Kleikamp
1605M: shaggy@austin.ibm.com
1606L: jfs-discussion@lists.sourceforge.net
1607W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001608T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609S: Supported
1610
Josh Triplettde456d32006-07-30 03:04:00 -07001611JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
Theodore Tsoae0718f2006-05-20 15:00:13 -07001612P: Stephen Tweedie, Andrew Morton
1613M: sct@redhat.com, akpm@osdl.org
1614L: ext2-devel@lists.sourceforge.net
1615S: Maintained
1616
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617KCONFIG
1618P: Roman Zippel
1619M: zippel@linux-m68k.org
1620L: kbuild-devel@lists.sourceforge.net
1621S: Maintained
1622
Vivek Goyalea6c2082006-05-20 14:59:55 -07001623KDUMP
1624P: Vivek Goyal
1625M: vgoyal@in.ibm.com
1626P: Haren Myneni
1627M: hbabu@us.ibm.com
1628L: fastboot@lists.osdl.org
1629L: linux-kernel@vger.kernel.org
1630W: http://lse.sourceforge.net/kdump/
1631S: Maintained
1632
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633KERNEL AUTOMOUNTER (AUTOFS)
1634P: H. Peter Anvin
1635M: hpa@zytor.com
1636L: autofs@linux.kernel.org
1637S: Odd Fixes
1638
1639KERNEL AUTOMOUNTER v4 (AUTOFS4)
1640P: Ian Kent
1641M: raven@themaw.net
1642L: autofs@linux.kernel.org
1643S: Maintained
1644
1645KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1646P: Kai Germaschewski
1647M: kai@germaschewski.name
1648P: Sam Ravnborg
1649M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001650T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651S: Maintained
1652
1653KERNEL JANITORS
1654P: Several
Randy Dunlap1f525f12006-07-30 03:04:16 -07001655L: kernel-janitors@lists.osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656W: http://www.kerneljanitors.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657S: Maintained
1658
1659KERNEL NFSD
1660P: Neil Brown
1661M: neilb@cse.unsw.edu.au
1662L: nfs@lists.sourceforge.net
1663W: http://nfs.sourceforge.net/
1664W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1665S: Maintained
1666
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001667KEXEC
1668P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001669M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001670W: http://www.xmission.com/~ebiederm/files/kexec/
1671L: linux-kernel@vger.kernel.org
1672L: fastboot@osdl.org
1673S: Maintained
1674
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001675KPROBES
1676P: Prasanna S Panchamukhi
1677M: prasanna@in.ibm.com
1678P: Ananth N Mavinakayanahalli
1679M: ananth@in.ibm.com
1680P: Anil S Keshavamurthy
1681M: anil.s.keshavamurthy@intel.com
1682P: David S. Miller
1683M: davem@davemloft.net
1684L: linux-kernel@vger.kernel.org
1685S: Maintained
1686
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687LAPB module
Linus Torvalds1da177e2005-04-16 15:20:36 -07001688L: linux-x25@vger.kernel.org
David S. Millerbf9915c2006-07-21 14:55:17 -07001689S: Orphan
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690
1691LASI 53c700 driver for PARISC
1692P: James E.J. Bottomley
1693M: James.Bottomley@HansenPartnership.com
1694L: linux-scsi@vger.kernel.org
1695S: Maintained
1696
Richard Purdie263de9b2006-05-15 09:44:16 -07001697LED SUBSYSTEM
1698P: Richard Purdie
1699M: rpurdie@rpsys.net
1700S: Maintained
1701
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702LEGO USB Tower driver
1703P: Juergen Stuber
1704M: starblue@users.sourceforge.net
1705L: legousb-devel@lists.sourceforge.net
1706W: http://legousb.sourceforge.net/
1707S: Maintained
1708
1709LINUX FOR IBM pSERIES (RS/6000)
1710P: Paul Mackerras
1711M: paulus@au.ibm.com
1712W: http://www.ibm.com/linux/ltc/projects/ppc
1713S: Supported
1714
1715LINUX FOR NCR VOYAGER
1716P: James Bottomley
1717M: James.Bottomley@HansenPartnership.com
1718W: http://www.hansenpartnership.com/voyager
1719S: Maintained
1720
1721LINUX FOR POWERPC
1722P: Paul Mackerras
1723M: paulus@samba.org
1724W: http://www.penguinppc.org/
1725L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001726T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727S: Supported
1728
1729LINUX FOR POWER MACINTOSH
1730P: Benjamin Herrenschmidt
1731M: benh@kernel.crashing.org
1732W: http://www.penguinppc.org/
1733L: linuxppc-dev@ozlabs.org
1734S: Maintained
1735
1736LINUX FOR POWERPC EMBEDDED MPC52XX
1737P: Sylvain Munaut
1738M: tnt@246tNt.com
1739W: http://www.246tNt.com/mpc52xx/
1740W: http://www.penguinppc.org/
1741L: linuxppc-dev@ozlabs.org
1742L: linuxppc-embedded@ozlabs.org
1743S: Maintained
1744
1745LINUX FOR POWERPC EMBEDDED PPC4XX
1746P: Matt Porter
1747M: mporter@kernel.crashing.org
1748W: http://www.penguinppc.org/
1749L: linuxppc-embedded@ozlabs.org
1750S: Maintained
1751
Tom Rinie93adf12005-07-26 12:49:53 -07001752LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753P: Tom Rini
1754M: trini@kernel.crashing.org
1755W: http://www.penguinppc.org/
1756L: linuxppc-embedded@ozlabs.org
1757S: Maintained
1758
Tom Rinie93adf12005-07-26 12:49:53 -07001759LINUX FOR POWERPC EMBEDDED PPC8XX
1760P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001761M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001762W: http://www.penguinppc.org/
1763L: linuxppc-embedded@ozlabs.org
1764S: Maintained
1765
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1767P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001768M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769W: http://www.penguinppc.org/
1770L: linuxppc-embedded@ozlabs.org
1771S: Maintained
1772
1773LLC (802.2)
1774P: Arnaldo Carvalho de Melo
1775M: acme@conectiva.com.br
1776S: Maintained
1777
1778LINUX FOR 64BIT POWERPC
1779P: Paul Mackerras
1780M: paulus@samba.org
1781M: paulus@au.ibm.com
1782P: Anton Blanchard
1783M: anton@samba.org
1784M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001785W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001786L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787S: Supported
1788
1789LINUX SECURITY MODULE (LSM) FRAMEWORK
1790P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001791M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001792L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001794T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795S: Supported
1796
1797LM83 HARDWARE MONITOR DRIVER
1798P: Jean Delvare
1799M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001800L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801S: Maintained
1802
1803LM90 HARDWARE MONITOR DRIVER
1804P: Jean Delvare
1805M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001806L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807S: Maintained
1808
1809LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1810P: Richard Russon (FlatCap)
1811M: ldm@flatcap.org
1812L: ldm-devel@lists.sourceforge.net
1813W: http://ldm.sourceforge.net
1814S: Maintained
1815
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001816LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1817P: Eric Moore
1818M: Eric.Moore@lsil.com
1819M: support@lsil.com
1820L: mpt_linux_developer@lsil.com
1821L: linux-scsi@vger.kernel.org
1822W: http://www.lsilogic.com/support
1823S: Supported
1824
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1826P: Matthew Wilcox
1827M: matthew@wil.cx
1828L: linux-scsi@vger.kernel.org
1829S: Maintained
1830
1831M68K ARCHITECTURE
1832P: Geert Uytterhoeven
1833M: geert@linux-m68k.org
1834P: Roman Zippel
1835M: zippel@linux-m68k.org
1836L: linux-m68k@lists.linux-m68k.org
1837W: http://www.linux-m68k.org/
1838W: http://linux-m68k-cvs.ubb.ca/
1839S: Maintained
1840
1841M68K ON APPLE MACINTOSH
1842P: Joshua Thompson
1843M: funaho@jurai.org
1844W: http://www.mac.linux-m68k.org/
1845L: linux-mac68k@mac.linux-m68k.org
1846S: Maintained
1847
1848M68K ON HP9000/300
1849P: Philip Blundell
1850M: philb@gnu.org
1851W: http://www.tazenda.demon.co.uk/phil/linux-hp
1852S: Maintained
1853
1854MARVELL YUKON / SYSKONNECT DRIVER
1855P: Mirko Lindner
1856M: mlindner@syskonnect.de
1857P: Ralph Roesler
1858M: rroesler@syskonnect.de
1859W: http://www.syskonnect.com
1860S: Supported
1861
1862MAESTRO PCI SOUND DRIVERS
1863P: Zach Brown
1864M: zab@zabbo.net
1865S: Odd Fixes
1866
Michael Kerriskfaf16682005-07-31 22:34:47 -07001867MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1868P: Michael Kerrisk
1869M: mtk-manpages@gmx.net
1870W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1871S: Maintained
1872
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001873MARVELL MV643XX ETHERNET DRIVER
1874P: Dale Farnsworth
1875M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001877M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001878L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001879S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880
1881MATROX FRAMEBUFFER DRIVER
1882P: Petr Vandrovec
1883M: vandrove@vc.cvut.cz
1884L: linux-fbdev-devel@lists.sourceforge.net
1885S: Maintained
1886
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001887MEGARAID SCSI DRIVERS
1888P: Neela Syam Kolli
1889M: Neela.Kolli@engenio.com
1890S: linux-scsi@vger.kernel.org
1891W: http://megaraid.lsilogic.com
1892S: Maintained
1893
Steven Rostedt70ea91f2006-07-30 03:03:53 -07001894MEMORY MANAGEMENT
1895L: linux-mm@kvack.org
1896L: linux-kernel@vger.kernel.org
1897W: http://www.linux-mm.org
1898S: Maintained
1899
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001900MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901P: David Woodhouse
1902M: dwmw2@infradead.org
1903W: http://www.linux-mtd.infradead.org/
1904L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001905T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906S: Maintained
1907
1908MICROTEK X6 SCANNER
1909P: Oliver Neukum
1910M: oliver@neukum.name
1911S: Maintained
1912
1913MIPS
1914P: Ralf Baechle
1915M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001916W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001918T: git www.linux-mips.org:/pub/scm/linux.git
1919S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920
1921MISCELLANEOUS MCA-SUPPORT
1922P: James Bottomley
1923M: jejb@steeleye.com
1924L: linux-kernel@vger.kernel.org
1925S: Maintained
1926
1927MODULE SUPPORT
1928P: Rusty Russell
1929M: rusty@rustcorp.com.au
1930L: linux-kernel@vger.kernel.org
1931S: Maintained
1932
1933MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1934P: Stelian Pop
1935M: stelian@popies.net
1936W: http://popies.net/meye/
1937S: Maintained
1938
1939MOUSE AND MISC DEVICES [GENERAL]
1940P: Alessandro Rubini
1941M: rubini@ipvvis.unipv.it
1942L: linux-kernel@vger.kernel.org
1943S: Maintained
1944
1945MTRR AND SIMILAR SUPPORT [i386]
1946P: Richard Gooch
1947M: rgooch@atnf.csiro.au
1948L: linux-kernel@vger.kernel.org
1949W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1950S: Maintained
1951
Russell King12223da2006-06-15 13:28:52 +01001952MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001953P: Russell King
1954M: rmk+mmc@arm.linux.org.uk
1955S: Maintained
1956
Linus Torvalds1da177e2005-04-16 15:20:36 -07001957MULTISOUND SOUND DRIVER
1958P: Andrew Veliath
1959M: andrewtv@usa.net
1960S: Maintained
1961
1962NATSEMI ETHERNET DRIVER (DP8381x)
1963P: Tim Hockin
1964M: thockin@hockin.org
1965S: Maintained
1966
1967NCP FILESYSTEM
1968P: Petr Vandrovec
1969M: vandrove@vc.cvut.cz
1970L: linware@sh.cvut.cz
1971S: Maintained
1972
1973NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1974P: James E.J. Bottomley
1975M: James.Bottomley@HansenPartnership.com
1976L: linux-scsi@vger.kernel.org
1977S: Maintained
1978
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07001979NETEM NETWORK EMULATOR
1980P: Stephen Hemminger
1981M: shemminger@osdl.org
1982L: netem@osdl.org
1983S: Maintained
1984
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985NETFILTER/IPTABLES/IPCHAINS
1986P: Rusty Russell
1987P: Marc Boucher
1988P: James Morris
1989P: Harald Welte
1990P: Jozsef Kadlecsik
1991M: coreteam@netfilter.org
1992W: http://www.netfilter.org/
1993W: http://www.iptables.org/
1994L: netfilter@lists.netfilter.org
1995L: netfilter-devel@lists.netfilter.org
1996S: Supported
1997
1998NETROM NETWORK LAYER
1999P: Ralf Baechle
2000M: ralf@linux-mips.org
2001L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002002W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002003S: Maintained
2004
2005NETWORK BLOCK DEVICE
2006P: Paul Clements
2007M: Paul.Clements@steeleye.com
2008S: Maintained
2009
2010NETWORK DEVICE DRIVERS
2011P: Andrew Morton
2012M: akpm@osdl.org
2013P: Jeff Garzik
2014M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002015L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002016T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017S: Maintained
2018
2019NETWORKING [GENERAL]
2020P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002021M: netdev@vger.kernel.org
2022L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002023W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024S: Maintained
2025
2026NETWORKING [IPv4/IPv6]
2027P: David S. Miller
2028M: davem@davemloft.net
2029P: Alexey Kuznetsov
2030M: kuznet@ms2.inr.ac.ru
2031P: Pekka Savola (ipv6)
2032M: pekkas@netcore.fi
2033P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002034M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035P: Hideaki YOSHIFUJI
2036M: yoshfuji@linux-ipv6.org
2037P: Patrick McHardy
2038M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002039L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002040T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041S: Maintained
2042
John W. Linville29f8f632006-01-18 14:52:48 -08002043NETWORKING [WIRELESS]
2044P: John W. Linville
2045M: linville@tuxdriver.com
2046L: netdev@vger.kernel.org
2047T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2048S: Maintained
2049
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050IPVS
2051P: Wensong Zhang
2052M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002053P: Simon Horman
2054M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055P: Julian Anastasov
2056M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002057L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058S: Maintained
2059
2060NFS CLIENT
2061P: Trond Myklebust
2062M: trond.myklebust@fys.uio.no
2063L: linux-kernel@vger.kernel.org
2064S: Maintained
2065
2066NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002067P: Jan-Pascal van Best
2068M: janpascal@vanbest.org
2069P: Andreas Mohr
2070M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002071L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072S: Maintained
2073
2074NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2075P: YOKOTA Hiroshi
2076M: yokota@netlab.is.tsukuba.ac.jp
2077W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2078S: Maintained
2079
2080NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2081P: GOTO Masanori
2082M: gotom@debian.or.jp
2083P: YOKOTA Hiroshi
2084M: yokota@netlab.is.tsukuba.ac.jp
2085W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2086S: Maintained
2087
2088NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2089P: Eberhard Moenkeberg
2090M: emoenke@gwdg.de
2091L: linux-kernel@vger.kernel.org
2092S: Maintained
2093
2094NTFS FILESYSTEM
2095P: Anton Altaparmakov
2096M: aia21@cantab.net
2097L: linux-ntfs-dev@lists.sourceforge.net
2098L: linux-kernel@vger.kernel.org
2099W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002100T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101S: Maintained
2102
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002103NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2104P: Antonino Daplas
2105M: adaplas@pol.net
2106L: linux-fbdev-devel@lists.sourceforge.net
2107S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002109OPENCORES I2C BUS DRIVER
2110P: Peter Korsgaard
2111M: jacmet@sunsite.dk
Jean Delvare5d925fe2006-07-01 17:14:32 +02002112L: i2c@lm-sensors.org
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002113S: Maintained
2114
Mark Fashehccd979b2005-12-15 14:31:24 -08002115ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2116P: Mark Fasheh
2117M: mark.fasheh@oracle.com
2118P: Kurt Hackel
2119M: kurt.hackel@oracle.com
2120L: ocfs2-devel@oss.oracle.com
2121W: http://oss.oracle.com/projects/ocfs2/
2122S: Supported
2123
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124OLYMPIC NETWORK DRIVER
2125P: Peter De Shrijver
2126M: p2@ace.ulyssis.student.kuleuven.ac.be
2127P: Mike Phillips
2128M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002129L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130L: linux-tr@linuxtr.net
2131W: http://www.linuxtr.net
2132S: Maintained
2133
Harald Weltec1986ee2005-11-13 16:06:29 -08002134OMNIKEY CARDMAN 4000 DRIVER
2135P: Harald Welte
2136M: laforge@gnumonks.org
2137S: Maintained
2138
Harald Welte77c44ab2005-11-13 16:06:26 -08002139OMNIKEY CARDMAN 4040 DRIVER
2140P: Harald Welte
2141M: laforge@gnumonks.org
2142S: Maintained
2143
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144ONSTREAM SCSI TAPE DRIVER
2145P: Willem Riede
2146M: osst@riede.org
2147L: osst-users@lists.sourceforge.net
2148L: linux-scsi@vger.kernel.org
2149S: Maintained
2150
2151OPL3-SA2, SA3, and SAx DRIVER
2152P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002153M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154L: linux-sound@vger.kernel.org
2155S: Maintained
2156
2157OPROFILE
2158P: Philippe Elie
2159M: phil.el@wanadoo.fr
2160L: oprofile-list@lists.sf.net
2161S: Maintained
2162
2163ORINOCO DRIVER
2164P: Pavel Roskin
2165M: proski@gnu.org
2166P: David Gibson
2167M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002168L: orinoco-users@lists.sourceforge.net
2169L: orinoco-devel@lists.sourceforge.net
2170W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171S: Maintained
2172
2173PARALLEL PORT SUPPORT
2174P: Phil Blundell
2175M: philb@gnu.org
2176P: Tim Waugh
2177M: tim@cyberelk.net
2178P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179P: Andrea Arcangeli
2180M: andrea@suse.de
2181L: linux-parport@lists.infradead.org
2182W: http://people.redhat.com/twaugh/parport/
2183S: Maintained
2184
2185PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2186P: Tim Waugh
2187M: tim@cyberelk.net
2188L: linux-parport@lists.infradead.org
2189W: http://www.torque.net/linux-pp.html
2190S: Maintained
2191
2192PARISC ARCHITECTURE
2193P: Matthew Wilcox
2194M: matthew@wil.cx
2195P: Grant Grundler
2196M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002197P: Kyle McMartin
2198M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002199L: parisc-linux@parisc-linux.org
2200W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002201T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2202T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203S: Maintained
2204
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002205PCI ERROR RECOVERY
2206P: Linas Vepstas
2207M: linas@austin.ibm.com
2208L: linux-kernel@vger.kernel.org
2209L: linux-pci@atrey.karlin.mff.cuni.cz
2210S: Supported
2211
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2213P: Thomas Sailer
2214M: sailer@ife.ee.ethz.ch
2215L: linux-sound@vger.kernel.org
2216W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2217S: Maintained
2218
2219PCI SUBSYSTEM
2220P: Greg Kroah-Hartman
2221M: gregkh@suse.de
2222L: linux-kernel@vger.kernel.org
2223L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002224T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225S: Supported
2226
2227PCI HOTPLUG CORE
2228P: Greg Kroah-Hartman
2229M: gregkh@suse.de
2230S: Supported
2231
2232PCI HOTPLUG COMPAQ DRIVER
2233P: Greg Kroah-Hartman
2234M: greg@kroah.com
2235S: Maintained
2236
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002237PCIE HOTPLUG DRIVER
2238P: Kristen Carlson Accardi
2239M: kristen.c.accardi@intel.com
2240L: pcihpd-discuss@lists.sourceforge.net
2241S: Maintained
2242
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002244P: Linux PCMCIA Team
Randy Dunlapf5df58812006-07-14 00:24:29 -07002245L: linux-pcmcia@lists.infradead.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002247T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002248S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249
2250PCNET32 NETWORK DRIVER
2251P: Thomas Bogendörfer
2252M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002253L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254S: Maintained
2255
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002256PER-TASK DELAY ACCOUNTING
2257P: Shailabh Nagar
2258M: nagar@watson.ibm.com
2259L: linux-kernel@vger.kernel.org
2260S: Maintained
2261
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002262PERSONALITY HANDLING
2263P: Christoph Hellwig
2264M: hch@infradead.org
2265L: linux-abi-devel@lists.sourceforge.net
2266S: Maintained
2267
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268PHRAM MTD DRIVER
2269P: Jörn Engel
2270M: joern@wh.fh-wedel.de
2271L: linux-mtd@lists.infradead.org
2272S: Maintained
2273
Peter Osterlund249a6772005-09-27 21:45:30 -07002274PKTCDVD DRIVER
2275P: Peter Osterlund
2276M: petero2@telia.com
2277L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002278S: Maintained
2279
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280POSIX CLOCKS and TIMERS
2281P: George Anzinger
2282M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002283L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284S: Supported
2285
Eugene Surovegin24682972005-10-14 03:00:53 -07002286POWERPC 4xx EMAC DRIVER
2287P: Eugene Surovegin
2288M: ebs@ebshome.net
2289W: http://kernel.ebshome.net/emac/
2290L: linuxppc-embedded@ozlabs.org
2291L: netdev@vger.kernel.org
2292S: Maintained
2293
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294PNP SUPPORT
2295P: Adam Belay
2296M: ambx1@neo.rr.com
2297S: Maintained
2298
2299PPP PROTOCOL DRIVERS AND COMPRESSORS
2300P: Paul Mackerras
2301M: paulus@samba.org
2302L: linux-ppp@vger.kernel.org
2303S: Maintained
2304
2305PPP OVER ATM (RFC 2364)
2306P: Mitchell Blank Jr
2307M: mitch@sfgoth.com
2308S: Maintained
2309
2310PPP OVER ETHERNET
2311P: Michal Ostrowski
2312M: mostrows@speakeasy.net
2313S: Maintained
2314
2315PREEMPTIBLE KERNEL
2316P: Robert Love
2317M: rml@tech9.net
2318L: linux-kernel@vger.kernel.org
2319L: kpreempt-tech@lists.sourceforge.net
2320W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2321S: Supported
2322
2323PRISM54 WIRELESS DRIVER
2324P: Prism54 Development Team
2325M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002326L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327W: http://prism54.org
2328S: Maintained
2329
2330PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2331P: Peter Denison
2332M: promise@pnd-pc.demon.co.uk
2333W: http://www.pnd-pc.demon.co.uk/promise/
2334S: Maintained
2335
Michael Krufky83202042006-07-03 00:24:18 -07002336PVRUSB2 VIDEO4LINUX DRIVER
2337P: Mike Isely
2338M: isely@pobox.com
2339L: pvrusb2@isely.net
2340L: video4linux-list@redhat.com
2341W: http://www.isely.net/pvrusb2/
2342S: Maintained
2343
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344PXA2xx SUPPORT
2345P: Nicolas Pitre
2346M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002347L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348S: Maintained
2349
2350QLOGIC QLA2XXX FC-SCSI DRIVER
2351P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002352M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353L: linux-scsi@vger.kernel.org
2354S: Supported
2355
2356QNX4 FILESYSTEM
2357P: Anders Larsen
2358M: al@alarsen.net
2359L: linux-kernel@vger.kernel.org
2360W: http://www.alarsen.net/linux/qnx4fs/
2361S: Maintained
2362
2363RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002364P: Benjamin Herrenschmidt
2365M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366L: linux-fbdev-devel@lists.sourceforge.net
2367S: Maintained
2368
2369RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002370P: Paul Mackerras
2371M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372L: linux-fbdev-devel@lists.sourceforge.net
2373S: Maintained
2374
2375RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2376P: Corey Thomas
2377M: corey@world.std.com
2378L: linux-kernel@vger.kernel.org
2379S: Maintained
2380
Matt Mackall9e95ce22005-04-16 15:25:56 -07002381RANDOM NUMBER DRIVER
2382P: Matt Mackall
2383M: mpm@selenic.com
2384S: Maintained
2385
Matt Porter394b7012005-11-07 01:00:15 -08002386RAPIDIO SUBSYSTEM
2387P: Matt Porter
2388M: mporter@kernel.crashing.org
2389L: linux-kernel@vger.kernel.org
2390S: Maintained
2391
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392REAL TIME CLOCK DRIVER
2393P: Paul Gortmaker
2394M: p_gortmaker@yahoo.com
2395L: linux-kernel@vger.kernel.org
2396S: Maintained
2397
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002398REAL TIME CLOCK (RTC) SUBSYSTEM
2399P: Alessandro Zummo
2400M: a.zummo@towertech.it
2401L: linux-kernel@vger.kernel.org
2402S: Maintained
2403
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404REISERFS FILE SYSTEM
2405P: Hans Reiser
2406M: reiserfs-dev@namesys.com
2407L: reiserfs-list@namesys.com
2408W: http://www.namesys.com
2409S: Supported
2410
2411ROCKETPORT DRIVER
2412P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413W: http://www.comtrol.com
2414S: Maintained
2415
2416ROSE NETWORK LAYER
2417P: Ralf Baechle
2418M: ralf@linux-mips.org
2419L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002420W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421S: Maintained
2422
2423RISCOM8 DRIVER
2424S: Orphan
2425
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002426S3 SAVAGE FRAMEBUFFER DRIVER
2427P: Antonino Daplas
2428M: adaplas@pol.net
2429L: linux-fbdev-devel@lists.sourceforge.net
2430S: Maintained
2431
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432S390
2433P: Martin Schwidefsky
2434M: schwidefsky@de.ibm.com
2435M: linux390@de.ibm.com
2436L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002437W: http://www.ibm.com/developerworks/linux/linux390/
2438S: Supported
2439
2440S390 NETWORK DRIVERS
2441P: Frank Pavlic
2442M: fpavlic@de.ibm.com
2443M: linux390@de.ibm.com
2444L: linux-390@vm.marist.edu
2445W: http://www.ibm.com/developerworks/linux/linux390/
2446S: Supported
2447
2448S390 ZFCP DRIVER
2449P: Andreas Herrmann
2450M: aherrman@de.ibm.com
2451M: linux390@de.ibm.com
2452L: linux-390@vm.marist.edu
2453W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454S: Supported
2455
2456SAA7146 VIDEO4LINUX-2 DRIVER
2457P: Michael Hunold
2458M: michael@mihu.de
2459W: http://www.mihu.de/linux/saa7146
2460S: Maintained
2461
2462SBPCD CDROM DRIVER
2463P: Eberhard Moenkeberg
2464M: emoenke@gwdg.de
2465L: linux-kernel@vger.kernel.org
2466S: Maintained
2467
2468SC1200 WDT DRIVER
2469P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002470M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471S: Maintained
2472
2473SCHEDULER
2474P: Ingo Molnar
2475M: mingo@elte.hu
2476P: Robert Love [the preemptible kernel bits]
2477M: rml@tech9.net
2478L: linux-kernel@vger.kernel.org
2479S: Maintained
2480
2481SCSI CDROM DRIVER
2482P: Jens Axboe
2483M: axboe@suse.de
2484L: linux-scsi@vger.kernel.org
2485W: http://www.kernel.dk
2486S: Maintained
2487
2488SCSI SG DRIVER
2489P: Doug Gilbert
2490M: dgilbert@interlog.com
2491L: linux-scsi@vger.kernel.org
2492W: http://www.torque.net/sg
2493S: Maintained
2494
2495SCSI SUBSYSTEM
2496P: James E.J. Bottomley
2497M: James.Bottomley@SteelEye.com
2498L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002499T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500S: Maintained
2501
2502SCSI TAPE DRIVER
2503P: Kai Mäkisara
2504M: Kai.Makisara@kolumbus.fi
2505L: linux-scsi@vger.kernel.org
2506S: Maintained
2507
2508SCTP PROTOCOL
2509P: Sridhar Samudrala
2510M: sri@us.ibm.com
2511L: lksctp-developers@lists.sourceforge.net
2512S: Supported
2513
2514SCx200 CPU SUPPORT
2515P: Christer Weinigel
2516M: christer@weinigel.se
2517W: http://www.weinigel.se
2518S: Supported
2519
2520SECURITY CONTACT
2521P: Security Officers
2522M: security@kernel.org
2523S: Supported
2524
2525SELINUX SECURITY MODULE
2526P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002527M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002529M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530L: linux-kernel@vger.kernel.org (kernel issues)
2531L: selinux@tycho.nsa.gov (general discussion)
2532W: http://www.nsa.gov/selinux
2533S: Supported
2534
2535SERIAL ATA (SATA) SUBSYSTEM:
2536P: Jeff Garzik
2537M: jgarzik@pobox.com
2538L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002539T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540S: Supported
2541
2542SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2543P: Pat Gefre
2544M: pfg@sgi.com
2545L: linux-ia64@vger.kernel.org
2546S: Supported
2547
2548SGI VISUAL WORKSTATION 320 AND 540
2549P: Andrey Panin
2550M: pazke@donpac.ru
2551L: linux-visws-devel@lists.sf.net
2552W: http://linux-visws.sf.net
2553S: Maintained for 2.6.
2554
2555SIMTEC EB110ATX (Chalice CATS)
2556P: Ben Dooks
2557P: Vincent Sanders
2558M: support@simtec.co.uk
2559W: http://www.simtec.co.uk/products/EB110ATX/
2560S: Supported
2561
2562SIMTEC EB2410ITX (BAST)
2563P: Ben Dooks
2564P: Vincent Sanders
2565M: support@simtec.co.uk
2566W: http://www.simtec.co.uk/products/EB2410ITX/
2567S: Supported
2568
Francois Romieu92aab3c2005-07-30 13:11:18 +02002569SIS 190 ETHERNET DRIVER
2570P: Francois Romieu
2571M: romieu@fr.zoreil.com
2572L: netdev@vger.kernel.org
2573S: Maintained
2574
Linus Torvalds1da177e2005-04-16 15:20:36 -07002575SIS 5513 IDE CONTROLLER DRIVER
2576P: Lionel Bouton
2577M: Lionel.Bouton@inet6.fr
2578W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2579W: http://gyver.homeip.net/sis5513/index.html
2580S: Maintained
2581
2582SIS 900/7016 FAST ETHERNET DRIVER
2583P: Daniele Venzano
2584M: venza@brownhat.org
2585W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002586L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002587S: Maintained
2588
2589SIS FRAMEBUFFER DRIVER
2590P: Thomas Winischhofer
2591M: thomas@winischhofer.net
2592W: http://www.winischhofer.net/linuxsisvga.shtml
2593S: Maintained
2594
2595SIS USB2VGA DRIVER
2596P: Thomas Winischhofer
2597M: thomas@winischhofer.net
2598W: http://www.winischhofer.at/linuxsisusbvga.shtml
2599S: Maintained
2600
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601SMC91x ETHERNET DRIVER
2602P: Nicolas Pitre
2603M: nico@cam.org
2604S: Maintained
2605
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606SOFTWARE RAID (Multiple Disks) SUPPORT
2607P: Ingo Molnar
2608M: mingo@redhat.com
2609P: Neil Brown
2610M: neilb@cse.unsw.edu.au
2611L: linux-raid@vger.kernel.org
2612S: Maintained
2613
2614SOFTWARE SUSPEND:
2615P: Pavel Machek
2616M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002617L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618S: Maintained
2619
2620SONIC NETWORK DRIVER
2621P: Thomas Bogendoerfer
2622M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002623L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624S: Maintained
2625
2626SONY VAIO CONTROL DEVICE DRIVER
2627P: Stelian Pop
2628M: stelian@popies.net
2629W: http://popies.net/sonypi/
2630S: Maintained
2631
2632SOUND
2633P: Jaroslav Kysela
2634M: perex@suse.cz
2635L: alsa-devel@alsa-project.org
2636S: Maintained
2637
Kumar Gala025c3982006-04-02 16:05:54 -05002638SPI SUBSYSTEM
2639P: David Brownell
2640M: dbrownell@users.sourceforge.net
2641L: spi-devel-general@lists.sourceforge.net
2642S: Maintained
2643
Kylene Hall1c72d462005-05-01 08:59:13 -07002644TPM DEVICE DRIVER
2645P: Kylene Hall
2646M: kjhall@us.ibm.com
2647W: http://tpmdd.sourceforge.net
2648L: tpmdd-devel@lists.sourceforge.net
2649S: Maintained
2650
Mark Gross1a80ba82005-10-30 15:02:55 -08002651Telecom Clock Driver for MCPL0010
2652P: Mark Gross
2653M: mark.gross@intel.com
2654S: Supported
2655
Chris Zankel48b415c2005-06-23 22:01:07 -07002656TENSILICA XTENSA PORT (xtensa):
2657P: Chris Zankel
2658M: chris@zankel.net
2659S: Maintained
2660
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661UltraSPARC (sparc64):
2662P: David S. Miller
2663M: davem@davemloft.net
2664P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002665M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666P: Jakub Jelinek
2667M: jj@sunsite.ms.mff.cuni.cz
2668P: Anton Blanchard
2669M: anton@samba.org
2670L: sparclinux@vger.kernel.org
2671L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002672T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673S: Maintained
2674
2675SHARP LH SUPPORT (LH7952X & LH7A40X)
2676P: Marc Singer
2677M: elf@buici.com
2678W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002679L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680S: Maintained
2681
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002682SHPC HOTPLUG DRIVER
2683P: Kristen Carlson Accardi
2684M: kristen.c.accardi@intel.com
2685L: pcihpd-discuss@lists.sourceforge.net
2686S: Maintained
2687
Pierre Ossmand129bce2006-03-24 03:18:17 -08002688SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2689P: Pierre Ossman
2690M: drzeus-sdhci@drzeus.cx
2691L: sdhci-devel@list.drzeus.cx
2692W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2693S: Maintained
2694
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002695SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2696P: Stephen Hemminger
2697M: shemminger@osdl.org
2698L: netdev@vger.kernel.org
2699S: Maintained
2700
Chris Boot1a87d942006-07-10 04:45:34 -07002701SOEKRIS NET48XX LED SUPPORT
2702P: Chris Boot
2703M: bootc@bootc.net
2704S: Maintained
2705
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706SPARC (sparc32):
2707P: William L. Irwin
2708M: wli@holomorphy.com
2709L: sparclinux@vger.kernel.org
2710S: Maintained
2711
2712SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2713P: Roger Wolff
2714M: R.E.Wolff@BitWizard.nl
2715L: linux-kernel@vger.kernel.org ?
2716S: Supported
2717
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718SRM (Alpha) environment access
2719P: Jan-Benedict Glaw
2720M: jbglaw@lug-owl.de
2721L: linux-kernel@vger.kernel.org
2722S: Maintained
2723
2724STARFIRE/DURALAN NETWORK DRIVER
2725P: Ion Badulescu
2726M: ionut@cs.columbia.edu
2727S: Maintained
2728
2729STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2730W: http://mosquitonet.Stanford.EDU/strip.html
2731S: Unsupported ?
2732
2733STRADIS MPEG-2 DECODER DRIVER
2734P: Nathan Laredo
2735M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736W: http://www.stradis.com/
2737S: Maintained
2738
2739SUPERH (sh)
2740P: Paul Mundt
2741M: lethal@linux-sh.org
2742P: Kazumoto Kojima
2743M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002744L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745W: http://www.linux-sh.org
2746W: http://www.m17n.org/linux-sh/
2747W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2748S: Maintained
2749
2750SUPERH64 (sh64)
2751P: Paul Mundt
2752M: lethal@linux-sh.org
2753P: Richard Curnow
2754M: rc@rc0.org.uk
2755L: linuxsh-shmedia-dev@lists.sourceforge.net
2756W: http://www.linux-sh.org
2757W: http://www.rc0.org.uk/sh64
2758S: Maintained
2759
2760SUN3/3X
2761P: Sam Creasey
2762M: sammy@sammy.net
2763L: sun3-list@redhat.com
2764W: http://sammy.net/sun3/
2765S: Maintained
2766
2767SVGA HANDLING
2768P: Martin Mares
2769M: mj@ucw.cz
2770L: linux-video@atrey.karlin.mff.cuni.cz
2771S: Maintained
2772
2773SYSV FILESYSTEM
2774P: Christoph Hellwig
2775M: hch@infradead.org
2776S: Maintained
2777
Stephen Hemminger781b456a2006-07-10 20:25:29 -07002778TC CLASSIFIER
2779P: Jamal Hadi Salim
2780M: hadi@cyberus.ca
2781L: netdev@vger.kernel.org
2782S: Maintained
2783
Michael Buesch844dd052006-06-26 00:24:59 -07002784TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2785P: Deepak Saxena
2786M: dsaxena@plexity.net
2787S: Maintained
2788
Shailabh Nagarad4ecbc2006-07-14 00:24:44 -07002789TASKSTATS STATISTICS INTERFACE
2790P: Shailabh Nagar
2791M: nagar@watson.ibm.com
2792L: linux-kernel@vger.kernel.org
2793S: Maintained
2794
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795TI PARALLEL LINK CABLE DRIVER
2796P: Romain Lievin
2797M: roms@lpg.ticalc.org
2798S: Maintained
2799
Per Lidene86eaa32006-01-12 16:45:18 +01002800TIPC NETWORK LAYER
2801P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002802M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002803P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002804M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002805P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002806M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002807L: tipc-discussion@lists.sourceforge.net
2808W: http://tipc.sourceforge.net/
2809W: http://tipc.cslab.ericsson.net/
2810T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2811S: Maintained
2812
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813TLAN NETWORK DRIVER
2814P: Samuel Chessman
2815M: chessman@tux.org
2816L: tlan-devel@lists.sourceforge.net
2817W: http://sourceforge.net/projects/tlan/
2818S: Maintained
2819
2820TOKEN-RING NETWORK DRIVER
2821P: Mike Phillips
2822M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002823L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824L: linux-tr@linuxtr.net
2825W: http://www.linuxtr.net
2826S: Maintained
2827
2828TOSHIBA ACPI EXTRAS DRIVER
2829P: John Belmonte
2830M: toshiba_acpi@memebeam.org
2831W: http://memebeam.org/toys/ToshibaAcpiDriver
2832S: Maintained
2833
2834TOSHIBA SMM DRIVER
2835P: Jonathan Buzzard
2836M: jonathan@buzzard.org.uk
2837L: tlinux-users@tce.toshiba-dme.co.jp
2838W: http://www.buzzard.org.uk/toshiba/
2839S: Maintained
2840
2841TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2842P: Muli Ben-Yehuda
2843M: mulix@mulix.org
2844L: linux-kernel@vger.kernel.org
2845S: Maintained
2846
2847TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002848P: Adrian Bunk
2849M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002851W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002852T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002853S: Maintained
2854
2855TMS380 TOKEN-RING NETWORK DRIVER
2856P: Adam Fritzler
2857M: mid@auk.cx
2858L: linux-tr@linuxtr.net
2859W: http://www.auk.cx/tms380tr/
2860S: Maintained
2861
2862TULIP NETWORK DRIVER
2863P: Jeff Garzik
2864M: jgarzik@pobox.com
2865L: tulip-users@lists.sourceforge.net
2866W: http://sourceforge.net/projects/tulip/
2867S: Maintained
2868
2869TUN/TAP driver
2870P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002871M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872L: vtun@office.satix.net
2873W: http://vtun.sourceforge.net/tun
2874S: Maintained
2875
2876U14-34F SCSI DRIVER
2877P: Dario Ballabio
2878M: ballabio_dario@emc.com
2879L: linux-scsi@vger.kernel.org
2880S: Maintained
2881
2882UDF FILESYSTEM
2883P: Ben Fennema
2884M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885W: http://linux-udf.sourceforge.net
2886S: Maintained
2887
2888UNIFORM CDROM DRIVER
2889P: Jens Axboe
2890M: axboe@suse.de
2891L: linux-kernel@vger.kernel.org
2892W: http://www.kernel.dk
2893S: Maintained
2894
2895USB ACM DRIVER
2896P: Oliver Neukum
2897M: oliver@neukum.name
2898L: linux-usb-users@lists.sourceforge.net
2899L: linux-usb-devel@lists.sourceforge.net
2900S: Maintained
2901
2902USB BLOCK DRIVER (UB ub)
2903P: Pete Zaitcev
2904M: zaitcev@redhat.com
2905L: linux-kernel@vger.kernel.org
2906L: linux-usb-devel@lists.sourceforge.net
2907S: Supported
2908
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909USB CDC ETHERNET DRIVER
2910P: Greg Kroah-Hartman
2911M: greg@kroah.com
2912L: linux-usb-users@lists.sourceforge.net
2913L: linux-usb-devel@lists.sourceforge.net
2914S: Maintained
2915W: http://www.kroah.com/linux-usb/
2916
2917USB EHCI DRIVER
2918P: David Brownell
2919M: dbrownell@users.sourceforge.net
2920L: linux-usb-devel@lists.sourceforge.net
2921S: Maintained
2922
Luca Risolia7ce08c92006-01-11 02:06:59 +00002923USB ET61X[12]51 DRIVER
2924P: Luca Risolia
2925M: luca.risolia@studio.unibo.it
2926L: linux-usb-devel@lists.sourceforge.net
2927L: video4linux-list@redhat.com
2928W: http://www.linux-projects.org
2929S: Maintained
2930
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931USB HID/HIDBP DRIVERS
2932P: Vojtech Pavlik
2933M: vojtech@suse.cz
2934L: linux-usb-users@lists.sourceforge.net
2935L: linux-usb-devel@lists.sourceforge.net
2936S: Maintained
2937
2938USB HUB DRIVER
2939P: Johannes Erdfelt
2940M: johannes@erdfelt.com
2941L: linux-usb-users@lists.sourceforge.net
2942L: linux-usb-devel@lists.sourceforge.net
2943S: Maintained
2944
Olav Kongas959eea22005-11-03 17:38:14 +02002945USB ISP116X DRIVER
2946P: Olav Kongas
2947M: ok@artecdesign.ee
2948L: linux-usb-devel@lists.sourceforge.net
2949S: Maintained
2950
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951USB KAWASAKI LSI DRIVER
2952P: Oliver Neukum
2953M: oliver@neukum.name
2954L: linux-usb-users@lists.sourceforge.net
2955L: linux-usb-devel@lists.sourceforge.net
2956S: Maintained
2957
2958USB MASS STORAGE DRIVER
2959P: Matthew Dharm
2960M: mdharm-usb@one-eyed-alien.net
2961L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002962L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963S: Maintained
2964W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2965
2966USB OHCI DRIVER
2967P: Roman Weissgaerber
2968M: weissg@vienna.at
2969L: linux-usb-users@lists.sourceforge.net
2970L: linux-usb-devel@lists.sourceforge.net
2971S: Maintained
2972
Matthias Urlichsba460e42005-07-14 00:33:47 -07002973USB OPTION-CARD DRIVER
2974P: Matthias Urlichs
2975M: smurf@smurf.noris.de
2976L: linux-usb-devel@lists.sourceforge.net
2977S: Maintained
2978
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979USB OV511 DRIVER
2980P: Mark McClelland
2981M: mmcclell@bigfoot.com
2982L: linux-usb-users@lists.sourceforge.net
2983L: linux-usb-devel@lists.sourceforge.net
2984W: http://alpha.dyndns.org/ov511/
2985S: Maintained
2986
2987USB PEGASUS DRIVER
2988P: Petko Manolov
2989M: petkan@users.sourceforge.net
2990L: linux-usb-users@lists.sourceforge.net
2991L: linux-usb-devel@lists.sourceforge.net
2992W: http://pegasus2.sourceforge.net/
2993S: Maintained
2994
2995USB PRINTER DRIVER
2996P: Vojtech Pavlik
2997M: vojtech@suse.cz
2998L: linux-usb-users@lists.sourceforge.net
2999L: linux-usb-devel@lists.sourceforge.net
3000S: Maintained
3001
3002USB RTL8150 DRIVER
3003P: Petko Manolov
3004M: petkan@users.sourceforge.net
3005L: linux-usb-users@lists.sourceforge.net
3006L: linux-usb-devel@lists.sourceforge.net
3007W: http://pegasus2.sourceforge.net/
3008S: Maintained
3009
3010USB SE401 DRIVER
3011P: Jeroen Vreeken
3012M: pe1rxq@amsat.org
3013L: linux-usb-users@lists.sourceforge.net
3014L: linux-usb-devel@lists.sourceforge.net
3015W: http://www.chello.nl/~j.vreeken/se401/
3016S: Maintained
3017
3018USB SERIAL CYBERJACK DRIVER
3019P: Matthias Bruestle and Harald Welte
3020M: support@reiner-sct.com
3021W: http://www.reiner-sct.de/support/treiber_cyberjack.php
3022S: Maintained
3023
3024USB SERIAL DIGI ACCELEPORT DRIVER
3025P: Peter Berger and Al Borchers
3026M: pberger@brimson.com
3027M: alborchers@steinerpoint.com
3028L: linux-usb-users@lists.sourceforge.net
3029L: linux-usb-devel@lists.sourceforge.net
3030S: Maintained
3031
3032USB SERIAL DRIVER
3033P: Greg Kroah-Hartman
3034M: gregkh@suse.de
3035L: linux-usb-users@lists.sourceforge.net
3036L: linux-usb-devel@lists.sourceforge.net
3037S: Supported
3038
3039USB SERIAL BELKIN F5U103 DRIVER
3040P: William Greathouse
3041M: wgreathouse@smva.com
3042L: linux-usb-users@lists.sourceforge.net
3043L: linux-usb-devel@lists.sourceforge.net
3044S: Maintained
3045
3046USB SERIAL CYPRESS M8 DRIVER
3047P: Lonnie Mendez
3048M: dignome@gmail.com
3049L: linux-usb-users@lists.sourceforge.net
3050L: linux-usb-devel@lists.sourceforge.net
3051S: Maintained
3052W: http://geocities.com/i0xox0i
3053W: http://firstlight.net/cvs
3054
3055USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3056L: linux-usb-users@lists.sourceforge.net
3057L: linux-usb-devel@lists.sourceforge.net
3058S: Maintained
3059
3060USB AUERSWALD DRIVER
3061P: Wolfgang Muees
3062M: wolfgang@iksw-muees.de
3063L: linux-usb-users@lists.sourceforge.net
3064L: linux-usb-devel@lists.sourceforge.net
3065S: Maintained
3066
3067USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3068P: Gary Brubaker
3069M: xavyer@ix.netcom.com
3070L: linux-usb-users@lists.sourceforge.net
3071L: linux-usb-devel@lists.sourceforge.net
3072S: Maintained
3073
3074USB SERIAL KEYSPAN DRIVER
3075P: Greg Kroah-Hartman
3076M: greg@kroah.com
3077L: linux-usb-users@lists.sourceforge.net
3078L: linux-usb-devel@lists.sourceforge.net
3079W: http://www.kroah.com/linux/
3080S: Maintained
3081
3082USB SERIAL WHITEHEAT DRIVER
3083P: Stuart MacDonald
3084M: stuartm@connecttech.com
3085L: linux-usb-users@lists.sourceforge.net
3086L: linux-usb-devel@lists.sourceforge.net
3087W: http://www.connecttech.com
3088S: Supported
3089
3090USB SN9C10x DRIVER
3091P: Luca Risolia
3092M: luca.risolia@studio.unibo.it
3093L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003094L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095W: http://www.linux-projects.org
3096S: Maintained
3097
3098USB SUBSYSTEM
3099P: Greg Kroah-Hartman
3100M: gregkh@suse.de
3101L: linux-usb-users@lists.sourceforge.net
3102L: linux-usb-devel@lists.sourceforge.net
3103W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003104T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105S: Supported
3106
3107USB UHCI DRIVER
3108P: Alan Stern
3109M: stern@rowland.harvard.edu
3110L: linux-usb-users@lists.sourceforge.net
3111L: linux-usb-devel@lists.sourceforge.net
3112S: Maintained
3113
3114USB "USBNET" DRIVER
3115P: David Brownell
3116M: dbrownell@users.sourceforge.net
3117L: linux-usb-devel@lists.sourceforge.net
3118S: Maintained
3119
3120USB W996[87]CF DRIVER
3121P: Luca Risolia
3122M: luca.risolia@studio.unibo.it
3123L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003124L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125W: http://www.linux-projects.org
3126S: Maintained
3127
Luca Risolia60f78052006-02-06 16:29:35 +00003128USB ZC0301 DRIVER
3129P: Luca Risolia
3130M: luca.risolia@studio.unibo.it
3131L: linux-usb-devel@lists.sourceforge.net
3132L: video4linux-list@redhat.com
3133W: http://www.linux-projects.org
3134S: Maintained
3135
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136USB ZD1201 DRIVER
3137P: Jeroen Vreeken
3138M: pe1rxq@amsat.org
3139L: linux-usb-users@lists.sourceforge.net
3140L: linux-usb-devel@lists.sourceforge.net
3141W: http://linux-lc100020.sourceforge.net
3142S: Maintained
3143
3144USER-MODE LINUX
3145P: Jeff Dike
3146M: jdike@karaya.com
3147L: user-mode-linux-devel@lists.sourceforge.net
3148L: user-mode-linux-user@lists.sourceforge.net
3149W: http://user-mode-linux.sourceforge.net
3150S: Maintained
3151
3152FAT/VFAT/MSDOS FILESYSTEM:
3153P: OGAWA Hirofumi
3154M: hirofumi@mail.parknet.co.jp
3155L: linux-kernel@vger.kernel.org
3156S: Maintained
3157
3158VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3159P: Jeff Garzik
3160S: Odd fixes
3161
3162VIA RHINE NETWORK DRIVER
3163P: Roger Luethi
3164M: rl@hellgate.ch
3165S: Maintained
3166
Jean Delvare32c0a522005-09-22 21:47:58 +02003167VIAPRO SMBUS DRIVER
3168P: Jean Delvare
3169M: khali@linux-fr.org
Jean Delvare5d925fe2006-07-01 17:14:32 +02003170L: i2c@lm-sensors.org
Jean Delvare32c0a522005-09-22 21:47:58 +02003171S: Maintained
3172
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173UCLINUX (AND M68KNOMMU)
3174P: Greg Ungerer
3175M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003177L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003178S: Maintained
3179
3180UCLINUX FOR NEC V850
3181P: Miles Bader
3182M: uclinux-v850@lsi.nec.co.jp
3183W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3184W: http://www.ee.nec.de/uclinux/
3185S: Supported
3186
3187UCLINUX FOR RENESAS H8/300
3188P: Yoshinori Sato
3189M: ysato@users.sourceforge.jp
3190W: http://uclinux-h8.sourceforge.jp/
3191S: Supported
3192
3193USB DIAMOND RIO500 DRIVER
3194P: Cesar Miquel
3195M: miquel@df.uba.ar
3196L: rio500-users@lists.sourceforge.net
3197W: http://rio500.sourceforge.net
3198S: Maintained
3199
3200VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003201P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003202M: mchehab@infradead.org
3203M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003205W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003206T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003207S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208
Roger Lucas1de9e372005-11-26 20:20:05 +01003209VT8231 HARDWARE MONITOR DRIVER
3210P: Roger Lucas
3211M: roger@planbit.co.uk
3212L: lm-sensors@lm-sensors.org
3213S: Maintained
3214
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215W1 DALLAS'S 1-WIRE BUS
3216P: Evgeniy Polyakov
3217M: johnpol@2ka.mipt.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218S: Maintained
3219
Charles Spirakis13927072006-07-05 18:05:15 +02003220W83791D HARDWARE MONITORING DRIVER
3221P: Charles Spirakis
3222M: bezaur@gmail.com
3223L: lm-sensors@lm-sensors.org
3224S: Maintained
3225
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226W83L51xD SD/MMC CARD INTERFACE DRIVER
3227P: Pierre Ossman
3228M: drzeus-wbsd@drzeus.cx
3229L: wbsd-devel@list.drzeus.cx
3230W: http://projects.drzeus.cx/wbsd
3231S: Maintained
3232
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003233WATCHDOG DEVICE DRIVERS
3234P: Wim Van Sebroeck
3235M: wim@iguana.be
3236T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3237S: Maintained
3238
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3240P: Jean Tourrilhes
3241M: jt@hpl.hp.com
3242W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3243S: Maintained
3244
3245WD7000 SCSI DRIVER
3246P: Miroslav Zagorac
3247M: zaga@fly.cc.fer.hr
3248L: linux-scsi@vger.kernel.org
3249S: Maintained
3250
Dmitry Torokhov5fc146802005-11-20 00:50:06 -05003251WISTRON LAPTOP BUTTON DRIVER
3252P: Miloslav Trmac
3253M: mitr@volny.cz
3254S: Maintained
3255
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256WL3501 WIRELESS PCMCIA CARD DRIVER
3257P: Arnaldo Carvalho de Melo
3258M: acme@conectiva.com.br
3259W: http://advogato.org/person/acme
3260S: Maintained
3261
3262X.25 NETWORK LAYER
3263P: Henner Eisen
3264M: eis@baty.hanse.de
3265L: linux-x25@vger.kernel.org
3266S: Maintained
3267
3268XFS FILESYSTEM
3269P: Silicon Graphics Inc
3270M: xfs-masters@oss.sgi.com
3271M: nathans@sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003272L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003273W: http://oss.sgi.com/projects/xfs
3274S: Supported
3275
3276X86 3-LEVEL PAGING (PAE) SUPPORT
3277P: Ingo Molnar
3278M: mingo@redhat.com
3279S: Maintained
3280
3281X86-64 port
3282P: Andi Kleen
3283M: ak@suse.de
3284L: discuss@x86-64.org
3285W: http://www.x86-64.org
3286S: Maintained
3287
3288YAM DRIVER FOR AX.25
3289P: Jean-Paul Roubelat
3290M: jpr@f6fbb.org
3291L: linux-hams@vger.kernel.org
3292S: Maintained
3293
Henkaf64a5e2005-10-12 15:02:56 +02003294YEALINK PHONE DRIVER
3295P: Henk Vergonet
3296M: Henk.Vergonet@gmail.com
3297L: usbb2k-api-dev@nongnu.org
3298S: Maintained
3299
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3301P: Pete Zaitcev
3302M: zaitcev@yahoo.com
3303L: linux-kernel@vger.kernel.org
3304S: Obsolete
3305
3306Z8530 DRIVER FOR AX.25
3307P: Joerg Reuter
3308M: jreuter@yaina.de
3309W: http://yaina.de/jreuter/
3310W: http://www.qsl.net/dl1bke/
3311L: linux-hams@vger.kernel.org
3312S: Maintained
3313
3314ZF MACHZ WATCHDOG
3315P: Fernando Fuganti
3316M: fuganti@netbank.com.br
3317W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3318S: Maintained
3319
3320ZR36067 VIDEO FOR LINUX DRIVER
3321P: Ronald Bultje
3322M: rbultje@ronald.bitfreak.net
3323L: mjpeg-users@lists.sourceforge.net
3324W: http://mjpeg.sourceforge.net/driver-zoran/
3325S: Maintained
3326
3327ZR36120 VIDEO FOR LINUX DRIVER
3328P: Pauline Middelink
3329M: middelin@polyware.nl
3330W: http://www.polyware.nl/~middelin/En/hobbies.html
3331W: http://www.polyware.nl/~middelin/hobbies.html
3332S: Maintained
3333
3334THE REST
3335P: Linus Torvalds
3336S: Buried alive in reporters