blob: cf643071fbc6eba18ec8f648901ce373574120b3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. Try to release a few ALPHA test versions to the net. Announce
12 them onto the kernel channel and await results. This is especially
13 important for device drivers, because often that's the only way
14 you will find things like the fact version 3 firmware needs
15 a magic fix you didn't know about, or some clown changed the
16 chips on a board and not its name. (Don't laugh! Look at the
17 SMC etherpower for that.)
18
193. Make sure your changes compile correctly in multiple
20 configurations. In particular check that changes work both as a
21 module and built into the kernel.
22
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. Make a patch available to the relevant maintainer in the list. Use
27 'diff -u' to make the patch easy to merge. Be prepared to get your
28 changes sent back with seemingly silly requests about formatting
29 and variable names. These aren't as silly as they seem. One
30 job the maintainers (and especially Linus) do is to keep things
31 looking the same. Sometimes this means that the clever hack in
32 your driver to get around a problem actually needs to become a
33 generalized kernel feature ready for next time. See
34 Documentation/CodingStyle for guidance here.
35
36 PLEASE try to include any credit lines you want added with the
37 patch. It avoids people being missed off by mistake and makes
38 it easier to know who wants adding and who doesn't.
39
40 PLEASE document known bugs. If it doesn't work for everything
41 or does something very odd once a month document it.
42
Alan Coxc9ee1332006-05-20 15:00:12 -070043 PLEASE remember that submissions must be made under the terms
44 of the OSDL certificate of contribution
45 (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46 and should include a Signed-off-by: line.
47
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486. Make sure you have the right to send any changes you make. If you
49 do changes at work you may find your employer owns the patch
50 not you.
51
Alan Coxc9ee1332006-05-20 15:00:12 -0700527. When sending security related changes or reports to a maintainer
53 please Cc: security@kernel.org, especially if the maintainer
54 does not respond.
55
568. Happy hacking.
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
58 -----------------------------------
59
60Maintainers List (try to look for most precise areas first)
61
62Note: For the hard of thinking, this list is meant to remain in alphabetical
63order. If you could add yourselves to it in alphabetical order that would be
64so much easier [Ed]
65
66P: Person
67M: Mail patches to
68L: Mailing list that is relevant to this area
69W: Web-page with status/info
Jody McIntyre50306fb2005-11-23 15:44:03 -080070T: SCM tree type and location. Type is one of: git, hg, quilt.
Linus Torvalds1da177e2005-04-16 15:20:36 -070071S: Status, one of the following:
72
73 Supported: Someone is actually paid to look after this.
74 Maintained: Someone actually looks after it.
75 Odd Fixes: It has a maintainer but they don't have time to do
76 much other than throw the odd patch in. See below..
77 Orphan: No current maintainer [but maybe you could take the
78 role as you write your new code].
79 Obsolete: Old code. Something tagged obsolete generally means
80 it has been replaced by a better system and you
81 should be using that.
82
833C359 NETWORK DRIVER
84P: Mike Phillips
85M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -070086L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070087L: linux-tr@linuxtr.net
88W: http://www.linuxtr.net
89S: Maintained
90
913C505 NETWORK DRIVER
92P: Philip Blundell
93M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -070094L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -070095S: Maintained
96
973CR990 NETWORK DRIVER
98P: David Dillow
99M: dave@thedillows.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700100L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101S: Maintained
102
1033W-XXXX ATA-RAID CONTROLLER DRIVER
104P: Adam Radford
105M: linuxraid@amcc.com
106L: linux-scsi@vger.kernel.org
107W: http://www.amcc.com
108S: Supported
109
1103W-9XXX SATA-RAID CONTROLLER DRIVER
111P: Adam Radford
112M: linuxraid@amcc.com
113L: linux-scsi@vger.kernel.org
114W: http://www.amcc.com
115S: Supported
116
11753C700 AND 53C700-66 SCSI DRIVER
118P: James E.J. Bottomley
119M: James.Bottomley@HansenPartnership.com
120L: linux-scsi@vger.kernel.org
121S: Maintained
122
1236PACK NETWORK DRIVER FOR AX.25
124P: Andreas Koensgen
125M: ajk@iehk.rwth-aachen.de
126L: linux-hams@vger.kernel.org
127S: Maintained
128
1298139CP 10/100 FAST ETHERNET DRIVER
130P: Jeff Garzik
131M: jgarzik@pobox.com
132S: Maintained
133
1348139TOO 10/100 FAST ETHERNET DRIVER
135P: Jeff Garzik
136M: jgarzik@pobox.com
137W: http://sourceforge.net/projects/gkernel/
138S: Maintained
139
1408169 10/100/1000 GIGABIT ETHERNET DRIVER
141P: Francois Romieu
142M: romieu@fr.zoreil.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700143L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144S: Maintained
145
1468250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147P: Russell King
148M: rmk+serial@arm.linux.org.uk
149L: linux-serial@vger.kernel.org
150W: http://serial.sourceforge.net
151S: Maintained
152
1538390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
154P: Paul Gortmaker
155M: p_gortmaker@yahoo.com
Ralf Baechle979b6c12005-06-13 14:30:40 -0700156L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157S: Maintained
158
Eric Van Hensbergen67543e52006-03-25 03:07:29 -08001599P FILE SYSTEM
160P: Eric Van Hensbergen
161M: ericvh@gmail.com
162P: Ron Minnich
163M: rminnich@lanl.gov
164P: Latchesar Ionkov
165M: lucho@ionkov.net
166L: v9fs-developer@lists.sourceforge.net
167W: http://v9fs.sf.net
168T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
169S: Maintained
170
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171A2232 SERIAL BOARD DRIVER
172P: Enver Haase
173M: ehaase@inf.fu-berlin.de
174M: A2232@gmx.net
175L: linux-m68k@lists.linux-m68k.org
176S: Maintained
177
178AIO
179P: Benjamin LaHaise
180M: bcrl@kvack.org
181L: linux-aio@kvack.org
182S: Supported
183
Hans de Goedef2b84bb2006-06-04 20:22:24 +0200184ABIT UGURU HARDWARE MONITOR DRIVER
185P: Hans de Goede
186M: j.w.r.degoede@hhs.nl
187L: lm-sensors@lm-sensors.org
188S: Maintained
189
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190ACENIC DRIVER
191P: Jes Sorensen
192M: jes@trained-monkey.org
193L: linux-acenic@sunsite.dk
194S: Maintained
195
196ACI MIXER DRIVER
197P: Robert Siemer
198M: Robert.Siemer@gmx.de
199L: linux-sound@vger.kernel.org
200W: http://www.stud.uni-karlsruhe.de/~uh1b/
201S: Maintained
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203AACRAID SCSI RAID DRIVER
204P: Adaptec OEM Raid Solutions
205L: linux-scsi@vger.kernel.org
206W: http://linux.dell.com/storage.shtml
207S: Supported
208
209ACPI
210P: Len Brown
211M: len.brown@intel.com
Len Brown6968e502005-12-30 00:32:49 -0500212L: linux-acpi@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213W: http://acpi.sourceforge.net/
Jody McIntyre6fb04252005-11-18 09:31:06 -0800214T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215S: Maintained
216
217AD1816 SOUND DRIVER
218P: Thorsten Knabe
219M: Thorsten Knabe <linux@thorsten-knabe.de>
220W: http://linux.thorsten-knabe.de
221S: Maintained
222
Kyle McMartin6958ae32005-10-21 23:11:27 -0400223AD1889 SOUND DRIVER
224P: Kyle McMartin
225M: kyle@parisc-linux.org
226P: Thibaut Varene
227M: T-Bone@parisc-linux.org
228W: http://wiki.parisc-linux.org/AD1889
229L: parisc-linux@lists.parisc-linux.org
230S: Maintained
231
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232ADM1025 HARDWARE MONITOR DRIVER
233P: Jean Delvare
234M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200235L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236S: Maintained
237
238ADT746X FAN DRIVER
239P: Colin Leroy
240M: colin@colino.net
241S: Maintained
242
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243AEDSP16 DRIVER
244P: Riccardo Facchetti
245M: fizban@tin.it
246S: Maintained
247
248AFFS FILE SYSTEM
249P: Roman Zippel
250M: zippel@linux-m68k.org
251S: Maintained
252
253AGPGART DRIVER
254P: Dave Jones
255M: davej@codemonkey.org.uk
256W: http://www.codemonkey.org.uk/projects/agp/
Josh Boyer1adc1232005-11-23 15:44:15 -0800257T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258S: Maintained
259
260AHA152X SCSI DRIVER
261P: Juergen E. Fischer
262M: Juergen Fischer <fischer@norbit.de>
263L: linux-scsi@vger.kernel.org
264S: Maintained
265
266ALCATEL SPEEDTOUCH USB DRIVER
267P: Duncan Sands
268M: duncan.sands@free.fr
269L: linux-usb-users@lists.sourceforge.net
270L: linux-usb-devel@lists.sourceforge.net
271W: http://www.linux-usb.org/SpeedTouch/
272S: Maintained
273
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000274ALI1563 I2C DRIVER
275P: Rudolf Marek
276M: r.marek@sh.cvut.cz
Jean Delvarecc0b07e2005-05-22 09:39:11 +0200277L: lm-sensors@lm-sensors.org
R.Marek@sh.cvut.cz4a4e5782005-04-21 09:07:56 +0000278S: Maintained
279
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280ALPHA PORT
281P: Richard Henderson
282M: rth@twiddle.net
283S: Odd Fixes for 2.4; Maintained for 2.6.
284P: Ivan Kokshaysky
285M: ink@jurassic.park.msu.ru
286S: Maintained for 2.4; PCI support for 2.6.
287
Jordan Crousef90b8112006-01-06 00:12:14 -0800288AMD GEODE PROCESSOR/CHIPSET SUPPORT
289P: Jordan Crouse
290M: info-linux@geode.amd.com
291L: info-linux@geode.amd.com
292W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
293S: Supported
294
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295APM DRIVER
296P: Stephen Rothwell
297M: sfr@canb.auug.org.au
298L: linux-laptop@vger.kernel.org
299W: http://www.canb.auug.org.au/~sfr/
300S: Supported
301
302APPLETALK NETWORK LAYER
303P: Arnaldo Carvalho de Melo
304M: acme@conectiva.com.br
305S: Maintained
306
Jaya Kumar1154ea72005-06-21 17:17:04 -0700307ARC FRAMEBUFFER DRIVER
308P: Jaya Kumar
309M: jayalk@intworks.biz
310S: Maintained
311
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312ARM26 ARCHITECTURE
313P: Ian Molton
314M: spyro@f2s.com
315S: Maintained
316
317ARM26/ARCHIMEDES
318P: Ian Molton
319M: spyro@f2s.com
320S: Maintained
321
322ARM26/A5000
323P: John Appleby
324M: john@dnsworld.co.uk
325S: Maintained
326
327ARM MFM AND FLOPPY DRIVERS
328P: Ian Molton
329M: spyro@f2s.com
330S: Maintained
331
332ARM/CORGI MACHINE SUPPORT
333P: Richard Purdie
334M: rpurdie@rpsys.net
335S: Maintained
336
Dirk Opfer8459c152005-11-06 14:27:52 +0000337ARM/TOSA MACHINE SUPPORT
338P: Dirk Opfer
339M: dirk@opfer-online.de
340S: Maintained
341
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342ARM/PLEB SUPPORT
343P: Peter Chubb
344M: pleb@gelato.unsw.edu.au
345W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
346S: Maintained
347
348ARM/PT DIGITAL BOARD PORT
349P: Stefan Eletzhofer
350M: stefan.eletzhofer@eletztrick.de
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700351L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352W: http://www.arm.linux.org.uk/
353S: Maintained
354
355ARM/SHARK MACHINE SUPPORT
356P: Alexander Schulz
357M: alex@shark-linux.de
358W: http://www.shark-linux.de/shark.html
359S: Maintained
360
361ARM/STRONGARM110 PORT
362P: Russell King
363M: rmk@arm.linux.org.uk
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700364L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365W: http://www.arm.linux.org.uk/
366S: Maintained
367
368ARM/S3C2410 ARM ARCHITECTURE
369P: Ben Dooks
370M: ben-s3c2410@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700371L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372W: http://www.fluff.org/ben/linux/
373S: Maintained
374
375ARM/S3C2440 ARM ARCHITECTURE
376P: Ben Dooks
377M: ben-s3c2440@fluff.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -0700378L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379W: http://www.fluff.org/ben/linux/
380S: Maintained
381
382ARPD SUPPORT
383P: Jonathan Layes
Ralf Baechle979b6c12005-06-13 14:30:40 -0700384L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385S: Maintained
386
387ASUS ACPI EXTRAS DRIVER
388P: Karol Kozimor
389M: sziwan@users.sourceforge.net
390P: Julien Lerouge
391M: julien.lerouge@free.fr
392L: acpi4asus-user@lists.sourceforge.net
393W: http://sourceforge.net/projects/acpi4asus
394W: http://julien.lerouge.free.fr
395S: Maintained
396
397ATA OVER ETHERNET DRIVER
398P: Ed L. Cashin
399M: ecashin@coraid.com
400W: http://www.coraid.com/support/linux
401S: Supported
402
403ATM
404P: Chas Williams
405M: chas@cmf.nrl.navy.mil
406L: linux-atm-general@lists.sourceforge.net
407W: http://linux-atm.sourceforge.net
408S: Maintained
409
410ATMEL WIRELESS DRIVER
411P: Simon Kelley
412M: simon@thekelleys.org.uk
413W: http://www.thekelleys.org.uk/atmel
414W: http://atmelwlandriver.sourceforge.net/
415S: Maintained
416
Chris Wrighta92b7b82005-07-07 18:12:23 -0700417AUDIT SUBSYSTEM
David Woodhousead3f9a22005-07-13 15:28:29 +0100418P: David Woodhouse
419M: dwmw2@infradead.org
420L: linux-audit@redhat.com
421W: http://people.redhat.com/sgrubb/audit/
Josh Boyer1adc1232005-11-23 15:44:15 -0800422T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
Chris Wrighta92b7b82005-07-07 18:12:23 -0700423S: Maintained
424
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425AX.25 NETWORK LAYER
426P: Ralf Baechle
427M: ralf@linux-mips.org
428L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +0200429W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430S: Maintained
431
432BAYCOM/HDLCDRV DRIVERS FOR AX.25
433P: Thomas Sailer
434M: t.sailer@alumni.ethz.ch
435L: linux-hams@vger.kernel.org
436W: http://www.baycom.org/~tom/ham/ham.html
437S: Maintained
438
Michael Buesch9eac8f92006-04-22 17:31:27 +0200439BCM43XX WIRELESS DRIVER
440P: Michael Buesch
441M: mb@bu3sch.de
442P: Stefano Brivio
443M: st3@riseup.net
444W: http://bcm43xx.berlios.de/
445S: Maintained
446
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447BEFS FILE SYSTEM
448P: Sergey S. Kostyliov
449M: rathamahata@php4.ru
450L: linux-kernel@vger.kernel.org
451S: Maintained
452
453BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
454P: Kenji Hollis
455W: http://ftp.bitgate.com/pcwd/
456S: Maintained
457
458BFS FILE SYSTEM
459P: Tigran A. Aivazian
460M: tigran@veritas.com
461L: linux-kernel@vger.kernel.org
462S: Maintained
463
464BLOCK LAYER
465P: Jens Axboe
466M: axboe@suse.de
467L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800468T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469S: Maintained
470
471BLUETOOTH SUBSYSTEM
472P: Marcel Holtmann
473M: marcel@holtmann.org
474P: Maxim Krasnyansky
475M: maxk@qualcomm.com
476L: bluez-devel@lists.sf.net
477W: http://bluez.sf.net
478W: http://www.bluez.org
479W: http://www.holtmann.org/linux/bluetooth/
Josh Boyer1adc1232005-11-23 15:44:15 -0800480T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481S: Maintained
482
483BLUETOOTH RFCOMM LAYER
484P: Marcel Holtmann
485M: marcel@holtmann.org
486P: Maxim Krasnyansky
487M: maxk@qualcomm.com
488S: Maintained
489
490BLUETOOTH BNEP LAYER
491P: Marcel Holtmann
492M: marcel@holtmann.org
493P: Maxim Krasnyansky
494M: maxk@qualcomm.com
495S: Maintained
496
497BLUETOOTH CMTP LAYER
498P: Marcel Holtmann
499M: marcel@holtmann.org
500S: Maintained
501
502BLUETOOTH HIDP LAYER
503P: Marcel Holtmann
504M: marcel@holtmann.org
505S: Maintained
506
507BLUETOOTH HCI UART DRIVER
508P: Marcel Holtmann
509M: marcel@holtmann.org
510P: Maxim Krasnyansky
511M: maxk@qualcomm.com
512S: Maintained
513
514BLUETOOTH HCI USB DRIVER
515P: Marcel Holtmann
516M: marcel@holtmann.org
517P: Maxim Krasnyansky
518M: maxk@qualcomm.com
519S: Maintained
520
521BLUETOOTH HCI BCM203X DRIVER
522P: Marcel Holtmann
523M: marcel@holtmann.org
524S: Maintained
525
526BLUETOOTH HCI BPA10X DRIVER
527P: Marcel Holtmann
528M: marcel@holtmann.org
529S: Maintained
530
531BLUETOOTH HCI BFUSB DRIVER
532P: Marcel Holtmann
533M: marcel@holtmann.org
534S: Maintained
535
536BLUETOOTH HCI DTL1 DRIVER
537P: Marcel Holtmann
538M: marcel@holtmann.org
539S: Maintained
540
541BLUETOOTH HCI BLUECARD DRIVER
542P: Marcel Holtmann
543M: marcel@holtmann.org
544S: Maintained
545
546BLUETOOTH HCI BT3C DRIVER
547P: Marcel Holtmann
548M: marcel@holtmann.org
549S: Maintained
550
551BLUETOOTH HCI BTUART DRIVER
552P: Marcel Holtmann
553M: marcel@holtmann.org
554S: Maintained
555
556BLUETOOTH HCI VHCI DRIVER
557P: Maxim Krasnyansky
558M: maxk@qualcomm.com
559S: Maintained
560
561BONDING DRIVER
562P: Chad Tindel
563M: ctindel@users.sourceforge.net
564P: Jay Vosburgh
565M: fubar@us.ibm.com
566L: bonding-devel@lists.sourceforge.net
567W: http://sourceforge.net/projects/bonding/
568S: Supported
569
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000570BROADBAND PROCESSOR ARCHITECTURE
571P: Arnd Bergmann
572M: arnd@arndb.de
Stephen Rothwell1d049812006-03-22 11:26:58 +1100573L: linuxppc-dev@ozlabs.org
Arthur Othieno6d923f92006-05-19 06:22:23 -0400574W: http://www.penguinppc.org/ppc64/
Arnd Bergmannfef1c772005-06-23 09:43:37 +1000575S: Supported
576
Gary Zambrano39105892006-06-22 17:26:20 -0700577BROADCOM B44 10/100 ETHERNET DRIVER
578P: Gary Zambrano
579M: zambrano@broadcom.com
580L: netdev@vger.kernel.org
581S: Supported
582
Michael Chan948c51e2006-06-04 02:51:39 -0700583BROADCOM BNX2 GIGABIT ETHERNET DRIVER
584P: Michael Chan
585M: mchan@broadcom.com
586L: netdev@vger.kernel.org
587S: Supported
588
589BROADCOM TG3 GIGABIT ETHERNET DRIVER
590P: Michael Chan
591M: mchan@broadcom.com
592L: netdev@vger.kernel.org
593S: Supported
594
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595BTTV VIDEO4LINUX DRIVER
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700596P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200597M: mchehab@infradead.org
598M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700600W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200601T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -0700602S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603
Muli Ben-Yehuda77dac902006-07-10 17:06:12 +0200604CALGARY x86-64 IOMMU
605P: Muli Ben-Yehuda
606M: muli@il.ibm.com
607P: Jon D. Mason
608M: jdmason@us.ibm.com
609L: linux-kernel@vger.kernel.org
610L: discuss@x86-64.org
611S: Maintained
612
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613COMMON INTERNET FILE SYSTEM (CIFS)
614P: Steve French
615M: sfrench@samba.org
Jesper Juhlfb453d42006-01-15 02:46:48 +0100616L: linux-cifs-client@lists.samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617L: samba-technical@lists.samba.org
618W: http://us1.samba.org/samba/Linux_CIFS_client.html
Josh Boyer1adc1232005-11-23 15:44:15 -0800619T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620S: Supported
621
Joel Becker7063fbf2005-12-15 14:29:43 -0800622CONFIGFS
623P: Joel Becker
Joel Becker62ca3d22006-01-27 11:04:12 -0800624M: joel.becker@oracle.com
625L: linux-kernel@vger.kernel.org
Joel Becker7063fbf2005-12-15 14:29:43 -0800626S: Supported
627
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628CIRRUS LOGIC GENERIC FBDEV DRIVER
629P: Jeff Garzik
630M: jgarzik@pobox.com
631L: linux-fbdev-devel@lists.sourceforge.net
632S: Odd Fixes
633
634CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
635P: Cirrus Logic Corporation (kernel 2.2 driver)
636M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
637P: Nils Faerber (port to kernel 2.4)
638M: Nils Faerber <nils@kernelconcepts.de>
639S: Maintained
640
641CODA FILE SYSTEM
642P: Jan Harkes
643M: jaharkes@cs.cmu.edu
644M: coda@cs.cmu.edu
645L: codalist@coda.cs.cmu.edu
646W: http://www.coda.cs.cmu.edu/
647S: Maintained
648
649COMPACTPCI HOTPLUG CORE
650P: Scott Murray
651M: scottm@somanetworks.com
652M: scott@spiteful.org
653L: pcihpd-discuss@lists.sourceforge.net
654S: Supported
655
656COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
657P: Scott Murray
658M: scottm@somanetworks.com
659M: scott@spiteful.org
660L: pcihpd-discuss@lists.sourceforge.net
661S: Supported
662
663COMPACTPCI HOTPLUG GENERIC DRIVER
664P: Scott Murray
665M: scottm@somanetworks.com
666M: scott@spiteful.org
667L: pcihpd-discuss@lists.sourceforge.net
668S: Supported
669
670COMPUTONE INTELLIPORT MULTIPORT CARD
671P: Michael H. Warfield
Adrian Bunk07d46de2005-06-25 14:59:13 -0700672M: mhw@wittsend.com
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673W: http://www.wittsend.com/computone.html
Adrian Bunk07d46de2005-06-25 14:59:13 -0700674S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675
676COSA/SRP SYNC SERIAL DRIVER
677P: Jan "Yenya" Kasprzak
678M: kas@fi.muni.cz
679W: http://www.fi.muni.cz/~kas/cosa/
680S: Maintained
681
682CPU FREQUENCY DRIVERS
683P: Dave Jones
684M: davej@codemonkey.org.uk
685L: cpufreq@lists.linux.org.uk
686W: http://www.codemonkey.org.uk/projects/cpufreq/
Josh Boyer1adc1232005-11-23 15:44:15 -0800687T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688S: Maintained
689
690CPUID/MSR DRIVER
691P: H. Peter Anvin
692M: hpa@zytor.com
693S: Maintained
694
Paul Jacksoned90fb42005-09-27 21:45:37 -0700695CPUSETS
696P: Paul Jackson
697P: Simon Derr
698M: pj@sgi.com
699M: simon.derr@bull.net
700L: linux-kernel@vger.kernel.org
701W: http://www.bullopensource.org/cpuset/
702S: Supported
703
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704CRAMFS FILESYSTEM
705W: http://sourceforge.net/projects/cramfs/
706S: Orphan
707
708CRIS PORT
709P: Mikael Starvik
710M: starvik@axis.com
711L: dev-etrax@axis.com
712W: http://developer.axis.com
713S: Maintained
714
715CRYPTO API
716P: Herbert Xu
717M: herbert@gondor.apana.org.au
718P: David S. Miller
719M: davem@davemloft.net
720L: linux-crypto@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -0800721T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722S: Maintained
723
Jaya Kumar9b4ffa42005-11-17 10:12:23 +0100724CS5535 Audio ALSA driver
725P: Jaya Kumar
726M: jayakumar.alsa@gmail.com
727S: Maintained
728
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729CYBERPRO FB DRIVER
730P: Russell King
731M: rmk@arm.linux.org.uk
732W: http://www.arm.linux.org.uk/
733S: Maintained
734
Knut Petersen9fa68ea2005-09-09 13:04:56 -0700735CYBLAFB FRAMEBUFFER DRIVER
736P: Knut Petersen
737M: Knut_Petersen@t-online.de
738L: linux-fbdev-devel@lists.sourceforge.net
739S: Maintained
740
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741CYCLADES 2X SYNC CARD DRIVER
742P: Arnaldo Carvalho de Melo
743M: acme@conectiva.com.br
744W: http://advogato.org/person/acme
745L: cycsyn-devel@bazar.conectiva.com.br
746S: Maintained
747
748CYCLADES ASYNC MUX DRIVER
749M: async@cyclades.com
750W: http://www.cyclades.com/
751S: Supported
752
753CYCLADES PC300 DRIVER
754M: pc300@cyclades.com
755W: http://www.cyclades.com/
756S: Supported
757
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758DAMA SLAVE for AX.25
759P: Joerg Reuter
760M: jreuter@yaina.de
761W: http://yaina.de/jreuter/
762W: http://www.qsl.net/dl1bke/
763L: linux-hams@vger.kernel.org
764S: Maintained
765
766DC395x SCSI driver
767P: Oliver Neukum
768M: oliver@neukum.name
769P: Ali Akcaagac
770M: aliakc@web.de
771P: Jamie Lenehan
772M: lenehan@twibble.org
773W: http://twibble.org/dist/dc395x/
774L: http://lists.twibble.org/mailman/listinfo/dc395x/
775S: Maintained
776
777DC390/AM53C974 SCSI driver
778P: Kurt Garloff
779M: garloff@suse.de
780W: http://www.garloff.de/kurt/linux/dc390/
781P: Guennadi Liakhovetski
782M: g.liakhovetski@gmx.de
783S: Maintained
784
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700785DCCP PROTOCOL
786P: Arnaldo Carvalho de Melo
787M: acme@mandriva.com
788L: dccp@vger.kernel.org
Ian McDonaldf3b84ec2005-11-10 13:05:01 -0800789W: http://linux-net.osdl.org/index.php/DCCP
Arnaldo Carvalho de Meloeb8edb02005-09-17 00:42:26 -0700790S: Maintained
791
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792DECnet NETWORK LAYER
793P: Patrick Caulfield
794M: patrick@tykepenguin.com
795W: http://linux-decnet.sourceforge.net
796L: linux-decnet-user@lists.sourceforge.net
797S: Maintained
798
799DEFXX FDDI NETWORK DRIVER
800P: Maciej W. Rozycki
801M: macro@linux-mips.org
802S: Maintained
803
804DELL LAPTOP SMM DRIVER
805P: Massimo Dal Zotto
806M: dz@debian.org
807W: http://www.debian.org/~dz/i8k/
808S: Maintained
809
Doug Warzecha90563ec2005-09-06 15:17:15 -0700810DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
811P: Doug Warzecha
812M: Douglas_Warzecha@dell.com
813S: Maintained
814
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815DEVICE-MAPPER
816P: Alasdair Kergon
817L: dm-devel@redhat.com
818W: http://sources.redhat.com/dm
819S: Maintained
820
821DEVICE NUMBER REGISTRY
822P: Torben Mathiasen
823M: device@lanana.org
824W: http://lanana.org/docs/device-list/index.html
825L: linux-kernel@vger.kernel.org
826S: Maintained
827
828DEVICE FILESYSTEM
829S: Obsolete
830
831DIGI INTL. EPCA DRIVER
832P: Digi International, Inc
833M: Eng.Linux@digi.com
834L: Eng.Linux@digi.com
835W: http://www.digi.com
836S: Orphaned
837
838DIGI RIGHTSWITCH NETWORK DRIVER
839P: Rick Richardson
Ralf Baechle979b6c12005-06-13 14:30:40 -0700840L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841W: http://www.digi.com
842S: Orphaned
843
844DIRECTORY NOTIFICATION
845P: Stephen Rothwell
846M: sfr@canb.auug.org.au
847L: linux-kernel@vger.kernel.org
848S: Supported
849
850DISK GEOMETRY AND PARTITION HANDLING
851P: Andries Brouwer
852M: aeb@cwi.nl
853W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
854W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
855W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
856S: Maintained
857
858DISKQUOTA:
859P: Jan Kara
860M: jack@suse.cz
861L: linux-kernel@vger.kernel.org
862S: Maintained
863
864DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
865P: Tobias Ringstrom
866M: tori@unhappy.mine.nu
867L: linux-kernel@vger.kernel.org
868S: Maintained
869
Martin Waitzba483d52005-06-17 13:20:59 -0700870DOCBOOK FOR DOCUMENTATION
871P: Martin Waitz
872M: tali@admingilde.org
Randy Dunlap0f40efb2006-07-03 00:24:15 -0700873P: Randy Dunlap
874M: rdunlap@xenotime.net
Martin Waitz061350e2006-01-09 20:53:53 -0800875T: git http://tali.admingilde.org/git/linux-docbook.git
Martin Waitzba483d52005-06-17 13:20:59 -0700876S: Maintained
877
Kristen Carlson Accardi5b9c9bf2006-07-26 13:59:00 -0400878DOCKING STATION DRIVER
879P: Kristen Carlson Accardi
880M: kristen.c.accardi@intel.com
881L: linux-acpi@vger.kernel.org
882S: Maintained
883
Linus Torvalds1da177e2005-04-16 15:20:36 -0700884DOUBLETALK DRIVER
885P: James R. Van Zandt
886M: jrv@vanzandt.mv.com
887L: blinux-list@redhat.com
888S: Maintained
889
890DRIVER CORE, KOBJECTS, AND SYSFS
891P: Greg Kroah-Hartman
892M: gregkh@suse.de
893L: linux-kernel@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -0800894T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895S: Supported
896
897DRM DRIVERS
898P: David Airlie
899M: airlied@linux.ie
900L: dri-devel@lists.sourceforge.net
Jody McIntyre6fb04252005-11-18 09:31:06 -0800901T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902S: Maintained
903
904DSCC4 DRIVER
905P: François Romieu
906M: romieu@cogenit.fr
907M: romieu@ensta.fr
908S: Maintained
909
910DVB SUBSYSTEM AND DRIVERS
911P: LinuxTV.org Project
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200912M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913L: linux-dvb@linuxtv.org (subscription required)
Johannes Stezenbach7d69fa62005-08-11 11:54:24 +0200914W: http://linuxtv.org/
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -0200915T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -0200916S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917
918EATA-DMA SCSI DRIVER
919P: Michael Neuffer
920L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
921S: Maintained
922
923EATA ISA/EISA/PCI SCSI DRIVER
924P: Dario Ballabio
925M: ballabio_dario@emc.com
926L: linux-scsi@vger.kernel.org
927S: Maintained
928
929EATA-PIO SCSI DRIVER
930P: Michael Neuffer
931M: mike@i-Connect.Net
932L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
933S: Maintained
934
935EBTABLES
936P: Bart De Schuymer
937M: bart.de.schuymer@pandora.be
938L: ebtables-user@lists.sourceforge.net
939L: ebtables-devel@lists.sourceforge.net
940W: http://ebtables.sourceforge.net/
941S: Maintained
942
Alan Coxda9bb1d2006-01-18 17:44:13 -0800943EDAC-CORE
Dave Peterson0e438e32006-03-26 01:38:55 -0800944P: Doug Thompson
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700945M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800946L: bluesmoke-devel@lists.sourceforge.net
947W: bluesmoke.sourceforge.net
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700948S: Supported
Dave Peterson0e438e32006-03-26 01:38:55 -0800949
950EDAC-E752X
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700951P: Mark Gross
952M: mark.gross@intel.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800953L: bluesmoke-devel@lists.sourceforge.net
954W: bluesmoke.sourceforge.net
955S: Maintained
956
957EDAC-E7XXX
Doug Thompson8c2a6a42006-06-30 01:56:09 -0700958P: Doug Thompson
959M: norsk5@xmission.com
Dave Peterson0e438e32006-03-26 01:38:55 -0800960L: bluesmoke-devel@lists.sourceforge.net
961W: bluesmoke.sourceforge.net
962S: Maintained
963
964EDAC-R82600
965P: Tim Small
966M: tim@buttersideup.com
967L: bluesmoke-devel@lists.sourceforge.net
968W: bluesmoke.sourceforge.net
969S: Maintained
Alan Coxda9bb1d2006-01-18 17:44:13 -0800970
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971EEPRO100 NETWORK DRIVER
972P: Andrey V. Savochkin
973M: saw@saw.sw.com.sg
974S: Maintained
975
976EMU10K1 SOUND DRIVER
977P: James Courtier-Dutton
978M: James@superbug.demon.co.uk
979L: emu10k1-devel@lists.sourceforge.net
980W: http://sourceforge.net/projects/emu10k1/
981S: Maintained
982
James.Smart@Emulex.Com3a1c1d42005-08-11 13:42:35 -0400983EMULEX LPFC FC SCSI DRIVER
984P: James Smart
985M: james.smart@emulex.com
986L: linux-scsi@vger.kernel.org
987W: http://sourceforge.net/projects/lpfcxxxx
988S: Supported
989
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990EPSON 1355 FRAMEBUFFER DRIVER
991P: Christopher Hoover
992M: ch@murgatroid.com, ch@hpl.hp.com
993S: Maintained
994
995ETHEREXPRESS-16 NETWORK DRIVER
996P: Philip Blundell
997M: philb@gnu.org
Ralf Baechle979b6c12005-06-13 14:30:40 -0700998L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999S: Maintained
1000
1001ETHERNET BRIDGE
1002P: Stephen Hemminger
1003M: shemminger@osdl.org
1004L: bridge@osdl.org
1005W: http://bridge.sourceforge.net/
1006S: Maintained
1007
1008ETHERTEAM 16I DRIVER
1009P: Mika Kuoppala
1010M: miku@iki.fi
1011S: Maintained
1012
1013EXT2 FILE SYSTEM
1014L: ext2-devel@lists.sourceforge.net
1015S: Maintained
1016
1017EXT3 FILE SYSTEM
1018P: Stephen Tweedie, Andrew Morton
1019M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
Theodore Tsoae0718f2006-05-20 15:00:13 -07001020L: ext2-devel@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021S: Maintained
1022
Jean Delvaree53004e2006-01-09 23:26:14 +01001023F71805F HARDWARE MONITORING DRIVER
1024P: Jean Delvare
1025M: khali@linux-fr.org
1026L: lm-sensors@lm-sensors.org
1027S: Maintained
1028
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029FARSYNC SYNCHRONOUS DRIVER
1030P: Kevin Curtis
1031M: kevin.curtis@farsite.co.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032W: http://www.farsite.co.uk/
1033S: Supported
1034
1035FRAMEBUFFER LAYER
1036P: Antonino Daplas
1037M: adaplas@pol.net
1038L: linux-fbdev-devel@lists.sourceforge.net
1039W: http://linux-fbdev.sourceforge.net/
1040S: Maintained
1041
Pantelis Antoniou4689a6b2005-10-30 01:21:53 +03001042FREESCALE SOC FS_ENET DRIVER
1043P: Pantelis Antoniou
1044M: pantelis.antoniou@gmail.com
1045P: Vitaly Bordug
1046M: vbordug@ru.mvista.com
1047L: linuxppc-embedded@ozlabs.org
1048L: netdev@vger.kernel.org
1049S: Maintained
1050
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051FILE LOCKING (flock() and fcntl()/lockf())
1052P: Matthew Wilcox
1053M: matthew@wil.cx
1054L: linux-fsdevel@vger.kernel.org
1055S: Maintained
1056
1057FILESYSTEMS (VFS and infrastructure)
1058P: Alexander Viro
viro@ZenIV.linux.org.uk84122052005-09-06 19:35:49 +01001059M: viro@zeniv.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060S: Maintained
1061
1062FIRMWARE LOADER (request_firmware)
1063L: linux-kernel@vger.kernel.org
1064S: Orphan
1065
1066FPU EMULATOR
1067P: Bill Metzenthen
1068M: billm@suburbia.net
1069W: http://suburbia.net/~billm/floating-point/emulator/
1070S: Maintained
1071
1072FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1073P: Mike McLagan
1074M: mike.mclagan@linux.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07001075L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001076S: Maintained
1077
1078FREEVXFS FILESYSTEM
1079P: Christoph Hellwig
1080M: hch@infradead.org
1081W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1082S: Maintained
1083
1084FUJITSU FR-V PORT
1085P: David Howells
1086M: dhowells@redhat.com
1087S: Maintained
1088
1089FTAPE/QIC-117
1090L: linux-tape@vger.kernel.org
1091W: http://sourceforge.net/projects/ftape
1092S: Orphan
1093
Miklos Szeredi04578f12005-09-09 13:10:22 -07001094FUSE: FILESYSTEM IN USERSPACE
1095P: Miklos Szeredi
1096M: miklos@szeredi.hu
1097L: fuse-devel@lists.sourceforge.net
1098W: http://fuse.sourceforge.net/
1099S: Maintained
1100
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1102P: Rik Faith
1103M: faith@cs.unc.edu
1104L: linux-scsi@vger.kernel.org
1105S: Odd fixes (e.g., new signatures)
1106
1107GDT SCSI DISK ARRAY CONTROLLER DRIVER
1108P: Achim Leubner
1109M: achim_leubner@adaptec.com
1110L: linux-scsi@vger.kernel.org
1111W: http://www.icp-vortex.com/
1112S: Supported
1113
1114GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1115P: Krzysztof Halasa
1116M: khc@pm.waw.pl
1117W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1118S: Maintained
1119
Hansjoerg Lipp0a34eb82006-03-26 01:38:28 -08001120GIGASET ISDN DRIVERS
1121P: Hansjoerg Lipp
1122M: hjlipp@web.de
1123P: Tilman Schmidt
1124M: tilman@imap.cc
1125L: gigaset307x-common@lists.sourceforge.net
1126W: http://gigaset307x.sourceforge.net/
1127S: Maintained
1128
Jean Delvare5b543962005-08-15 19:51:02 +02001129HARDWARE MONITORING
1130P: Jean Delvare
1131M: khali@linux-fr.org
1132L: lm-sensors@lm-sensors.org
1133W: http://www.lm-sensors.nu/
1134S: Maintained
1135
Michael Buesch844dd052006-06-26 00:24:59 -07001136HARDWARE RANDOM NUMBER GENERATOR CORE
1137P: Michael Buesch
1138M: mb@bu3sch.de
1139S: Maintained
1140
Robert Love860e1d62005-08-31 23:57:59 -04001141HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1142P: Robert Love
1143M: rlove@rlove.org
1144M: linux-kernel@vger.kernel.org
1145W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1146S: Maintained
1147
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148HARMONY SOUND DRIVER
1149P: Kyle McMartin
1150M: kyle@parisc-linux.org
1151W: http://www.parisc-linux.org/~kyle/harmony/
1152L: parisc-linux@lists.parisc-linux.org
1153S: Maintained
1154
1155HAYES ESP SERIAL DRIVER
1156P: Andrew J. Robinson
1157M: arobinso@nyx.net
1158L: linux-kernel@vger.kernel.org
1159W: http://www.nyx.net/~arobinso
1160S: Maintained
1161
1162HFS FILESYSTEM
1163P: Roman Zippel
1164M: zippel@linux-m68k.org
1165L: linux-kernel@vger.kernel.org
1166S: Maintained
1167
1168HGA FRAMEBUFFER DRIVER
1169P: Ferenc Bakonyi
1170M: fero@drama.obuda.kando.hu
1171L: linux-nvidia@lists.surfsouth.com
1172W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1173S: Maintained
1174
1175HIGH-SPEED SCC DRIVER FOR AX.25
1176P: Klaus Kudielka
1177M: klaus.kudielka@ieee.org
1178L: linux-hams@vger.kernel.org
1179W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1180S: Maintained
1181
HighPoint Linux Teamede1e6f2006-05-16 14:38:09 +08001182HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1183P: HighPoint Linux Team
1184M: linux@highpoint-tech.com
1185W: http://www.highpoint-tech.com
1186S: Supported
1187
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188HIPPI
1189P: Jes Sorensen
1190M: jes@trained-monkey.org
1191L: linux-hippi@sunsite.dk
1192S: Maintained
1193
1194HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1195P: Chirag Kantharia
1196M: chirag.kantharia@hp.com
1197L: iss_storagedev@hp.com
1198S: Maintained
1199
1200HEWLETT-PACKARD SMART2 RAID DRIVER
1201P: Chirag Kantharia
1202M: chirag.kantharia@hp.com
1203L: iss_storagedev@hp.com
1204S: Maintained
1205
1206HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1207P: Mike Miller
1208M: mike.miller@hp.com
1209L: iss_storagedev@hp.com
1210S: Supported
1211
Jouni Malinenff1d2762005-05-12 22:54:16 -04001212HOST AP DRIVER
1213P: Jouni Malinen
1214M: jkmaline@cc.hut.fi
1215L: hostap@shmoo.com
1216W: http://hostap.epitest.fi/
1217S: Maintained
1218
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1220P: Jaroslav Kysela
1221M: perex@suse.cz
1222S: Maintained
1223
Bob Piccob9b03322005-11-07 00:59:19 -08001224HPET: High Precision Event Timers driver (hpet.c)
1225P: Clemens Ladisch
1226M: clemens@ladisch.de
1227S: Maintained
1228
1229HPET: i386
1230P: Venkatesh Pallipadi (Venki)
1231M: venkatesh.pallipadi@intel.com
1232S: Maintained
1233
1234HPET: x86_64
1235P: Andi Kleen and Vojtech Pavlik
1236M: ak@muc.de and vojtech@suse.cz
1237S: Maintained
1238
1239HPET: ACPI hpet.c
1240P: Bob Picco
1241M: bob.picco@hp.com
1242S: Maintained
1243
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244HPFS FILESYSTEM
1245P: Mikulas Patocka
1246M: mikulas@artax.karlin.mff.cuni.cz
1247W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1248S: Maintained
1249
1250HUGETLB FILESYSTEM
1251P: William Irwin
1252M: wli@holomorphy.com
1253S: Maintained
1254
Jean Delvare5b543962005-08-15 19:51:02 +02001255I2C SUBSYSTEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256P: Jean Delvare
1257M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001258L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259W: http://www.lm-sensors.nu/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001260T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261S: Maintained
1262
1263I2O
1264P: Markus Lidel
1265M: markus.lidel@shadowconnect.com
1266W: http://i2o.shadowconnect.com/
1267S: Maintained
1268
1269i386 BOOT CODE
1270P: Riley H. Williams
1271M: Riley@Williams.Name
1272L: Linux-Kernel@vger.kernel.org
1273S: Maintained
1274
1275i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1276P: Dave Jones
1277M: davej@codemonkey.org.uk
1278P: H. Peter Anvin
1279M: hpa@zytor.com
1280S: Maintained
1281
1282i810 TCO TIMER WATCHDOG
1283P: Nils Faerber
1284M: nils@kernelconcepts.de
1285W: http://www.kernelconcepts.de/
1286S: Maintained
1287
1288IA64 (Itanium) PLATFORM
1289P: Tony Luck
1290M: tony.luck@intel.com
1291L: linux-ia64@vger.kernel.org
1292W: http://www.ia64-linux.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001293T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294S: Maintained
1295
1296SN-IA64 (Itanium) SUB-PLATFORM
Greg Edwardse5ee7dd2006-01-18 10:21:59 -06001297P: Jes Sorensen
1298M: jes@sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001299L: linux-altix@sgi.com
1300L: linux-ia64@vger.kernel.org
1301W: http://www.sgi.com/altix
1302S: Maintained
1303
1304IBM MCA SCSI SUBSYSTEM DRIVER
1305P: Michael Lang
1306M: langa2@kph.uni-mainz.de
1307W: http://www.uni-mainz.de/~langm000/linux.html
1308S: Maintained
1309
1310IBM Power Linux RAID adapter
1311P: Brian King
1312M: brking@us.ibm.com
1313S: Supported
1314
1315IBM ServeRAID RAID DRIVER
1316P: Jack Hammer
1317P: Dave Jeffery
1318M: ipslinux@adaptec.com
1319W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1320S: Supported
1321
1322IDE DRIVER [GENERAL]
1323P: Bartlomiej Zolnierkiewicz
1324M: B.Zolnierkiewicz@elka.pw.edu.pl
1325L: linux-kernel@vger.kernel.org
1326L: linux-ide@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001327T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328S: Maintained
1329
1330IDE/ATAPI CDROM DRIVER
1331P: Jens Axboe
1332M: axboe@suse.de
1333L: linux-kernel@vger.kernel.org
1334W: http://www.kernel.dk
1335S: Maintained
1336
1337IDE/ATAPI FLOPPY DRIVERS
1338P: Paul Bristow
1339M: Paul Bristow <paul@paulbristow.net>
1340W: http://paulbristow.net/linux/idefloppy.html
1341L: linux-kernel@vger.kernel.org
1342S: Maintained
1343
1344IDE/ATAPI TAPE DRIVERS
1345P: Gadi Oxman
1346M: Gadi Oxman <gadio@netvision.net.il>
1347L: linux-kernel@vger.kernel.org
1348S: Maintained
1349
1350IEEE 1394 ETHERNET (eth1394)
1351L: linux1394-devel@lists.sourceforge.net
1352W: http://www.linux1394.org/
1353S: Orphan
1354
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355IEEE 1394 SUBSYSTEM
1356P: Ben Collins
1357M: bcollins@debian.org
1358P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001359M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360L: linux1394-devel@lists.sourceforge.net
1361W: http://www.linux1394.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001362T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363S: Maintained
1364
1365IEEE 1394 OHCI DRIVER
1366P: Ben Collins
1367M: bcollins@debian.org
1368P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001369M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370L: linux1394-devel@lists.sourceforge.net
1371W: http://www.linux1394.org/
1372S: Maintained
1373
1374IEEE 1394 PCILYNX DRIVER
1375P: Jody McIntyre
Jody McIntyre6c59f9d2006-01-05 23:04:08 -05001376M: scjody@modernduck.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377L: linux1394-devel@lists.sourceforge.net
1378W: http://www.linux1394.org/
1379S: Maintained
1380
1381IEEE 1394 RAW I/O DRIVER
1382P: Ben Collins
1383M: bcollins@debian.org
1384P: Dan Dennedy
1385M: dan@dennedy.org
1386L: linux1394-devel@lists.sourceforge.net
1387W: http://www.linux1394.org/
1388S: Maintained
1389
Jody McIntyre105d7b32005-09-30 11:59:04 -07001390IEEE 1394 SBP2
1391P: Ben Collins
1392M: bcollins@debian.org
1393P: Stefan Richter
1394M: stefanr@s5r6.in-berlin.de
1395L: linux1394-devel@lists.sourceforge.net
1396W: http://www.linux1394.org/
1397S: Maintained
1398
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399IMS TWINTURBO FRAMEBUFFER DRIVER
1400P: Paul Mundt
1401M: lethal@chaoticdreams.org
1402L: linux-fbdev-devel@lists.sourceforge.net
1403S: Maintained
1404
1405INFINIBAND SUBSYSTEM
1406P: Roland Dreier
Roland Dreier21c121c2005-06-27 14:36:47 -07001407M: rolandd@cisco.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001408P: Sean Hefty
1409M: mshefty@ichips.intel.com
1410P: Hal Rosenstock
1411M: halr@voltaire.com
1412L: openib-general@openib.org
1413W: http://www.openib.org/
Jody McIntyre6fb04252005-11-18 09:31:06 -08001414T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415S: Supported
1416
1417INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
Vojtech Pavlik664d22a2005-12-13 17:03:36 -08001418P: Dmitry Torokhov
Dmitry Torokhov62f7caf2006-06-26 01:47:56 -04001419M: dmitry.torokhov@gmail.com
1420M: dtor@mail.ru
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421L: linux-input@atrey.karlin.mff.cuni.cz
1422L: linux-joystick@atrey.karlin.mff.cuni.cz
Josh Boyer1adc1232005-11-23 15:44:15 -08001423T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424S: Maintained
1425
Robert Lovec9f04f52005-07-15 12:21:07 -04001426INOTIFY
1427P: John McCutchan and Robert Love
1428M: ttb@tentacle.dhs.org and rml@novell.com
1429L: linux-kernel@vger.kernel.org
1430S: Maintained
1431
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08001432INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1433P: Sylvain Meyer
1434M: sylvain.meyer@worldonline.fr
1435L: linux-fbdev-devel@lists.sourceforge.net
1436S: Maintained
1437
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438INTEL 810/815 FRAMEBUFFER DRIVER
1439P: Antonino Daplas
1440M: adaplas@pol.net
1441L: linux-fbdev-devel@lists.sourceforge.net
1442S: Maintained
1443
1444INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1445P: Ingo Molnar
1446M: mingo@redhat.com
1447S: Maintained
1448
1449INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1450P: Jeff Garzik
1451M: jgarzik@pobox.com
1452W: http://sourceforge.net/projects/gkernel/
1453S: Maintained
1454
1455INTEL IA32 MICROCODE UPDATE SUPPORT
1456P: Tigran Aivazian
1457M: tigran@veritas.com
1458S: Maintained
1459
Michael Buesch844dd052006-06-26 00:24:59 -07001460INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1461P: Deepak Saxena
1462M: dsaxena@plexity.net
1463S: Maintained
1464
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465INTEL PRO/100 ETHERNET SUPPORT
1466P: John Ronciak
1467M: john.ronciak@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468P: Jesse Brandeburg
1469M: jesse.brandeburg@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001470P: Jeff Kirsher
1471M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001472P: Auke Kok
1473M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474W: http://sourceforge.net/projects/e1000/
1475S: Supported
1476
1477INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1478P: Jeb Cramer
1479M: cramerj@intel.com
1480P: John Ronciak
1481M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001482P: Jesse Brandeburg
1483M: jesse.brandeburg@intel.com
1484P: Jeff Kirsher
1485M: jeffrey.t.kirsher@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001486P: Auke Kok
1487M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488W: http://sourceforge.net/projects/e1000/
1489S: Supported
1490
1491INTEL PRO/10GbE SUPPORT
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001492P: Jeff Kirsher
1493M: jeffrey.t.kirsher@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494P: Ayyappan Veeraiyan
1495M: ayyappan.veeraiyan@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496P: John Ronciak
1497M: john.ronciak@intel.com
Jesse Brandeburgadd18782006-03-14 14:52:13 -08001498P: Jesse Brandeburg
1499M: jesse.brandeburg@intel.com
Auke Kok99a1f9e2006-04-14 19:05:38 -07001500P: Auke Kok
1501M: auke-jan.h.kok@intel.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502W: http://sourceforge.net/projects/e1000/
1503S: Supported
1504
James Ketrenos826d2ab2005-11-07 18:56:59 -06001505INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1506P: Yi Zhu
1507M: yi.zhu@intel.com
1508P: James Ketrenos
1509M: jketreno@linux.intel.com
1510L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1511W: http://ipw2100.sourceforge.net
1512S: Supported
1513
1514INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1515P: Yi Zhu
1516M: yi.zhu@intel.com
1517P: James Ketrenos
1518M: jketreno@linux.intel.com
1519L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1520W: http://ipw2200.sourceforge.net
1521S: Supported
1522
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523IOC3 DRIVER
1524P: Ralf Baechle
1525M: ralf@linux-mips.org
1526L: linux-mips@linux-mips.org
1527S: Maintained
1528
1529IP MASQUERADING:
1530P: Juanjo Ciarlante
1531M: jjciarla@raiz.uncu.edu.ar
1532S: Maintained
1533
Bryan O'Sullivan77d87982006-03-29 15:23:39 -08001534IPATH DRIVER:
1535P: Bryan O'Sullivan
1536M: support@pathscale.com
1537L: openib-general@openib.org
1538S: Supported
1539
Corey Minyard4409ebe2006-04-20 02:43:12 -07001540IPMI SUBSYSTEM
1541P: Corey Minyard
1542M: minyard@acm.org
1543L: openipmi-developer@lists.sourceforge.net
1544W: http://openipmi.sourceforge.net/
1545S: Supported
1546
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547IPX NETWORK LAYER
1548P: Arnaldo Carvalho de Melo
1549M: acme@conectiva.com.br
Ralf Baechle979b6c12005-06-13 14:30:40 -07001550L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551S: Maintained
1552
1553IRDA SUBSYSTEM
Samuel Ortizf3539762006-05-09 15:24:49 -07001554P: Samuel Ortiz
1555M: samuel@sortiz.org
Olaf Heringa2ac9532005-07-12 13:58:35 -07001556L: irda-users@lists.sourceforge.net (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557W: http://irda.sourceforge.net/
Samuel Ortizf3539762006-05-09 15:24:49 -07001558S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07001559
1560ISAPNP
1561P: Jaroslav Kysela
1562M: perex@suse.cz
1563S: Maintained
1564
1565ISDN SUBSYSTEM
1566P: Karsten Keil
1567M: kkeil@suse.de
1568P: Kai Germaschewski
1569M: kai.germaschewski@gmx.de
1570L: isdn4linux@listserv.isdn4linux.de
1571W: http://www.isdn4linux.de
Josh Boyer1adc1232005-11-23 15:44:15 -08001572T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573S: Maintained
1574
1575ISDN SUBSYSTEM (Eicon active card driver)
1576P: Armin Schindler
1577M: mac@melware.de
1578L: isdn4linux@listserv.isdn4linux.de
1579W: http://www.melware.de
1580S: Maintained
1581
1582JOURNALLING FLASH FILE SYSTEM (JFFS)
1583P: Axis Communications AB
1584M: jffs-dev@axis.com
1585L: jffs-dev@axis.com
1586W: http://www.developer.axis.com/software/jffs/
1587S: Maintained
1588
1589JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1590P: David Woodhouse
1591M: dwmw2@infradead.org
1592L: jffs-dev@axis.com
1593W: http://sources.redhat.com/jffs2/
1594S: Maintained
1595
1596JFS FILESYSTEM
1597P: Dave Kleikamp
1598M: shaggy@austin.ibm.com
1599L: jfs-discussion@lists.sourceforge.net
1600W: http://jfs.sourceforge.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08001601T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602S: Supported
1603
Theodore Tsoae0718f2006-05-20 15:00:13 -07001604JOURNALLING LAYER FOR BLOCK DEVICS (JBD)
1605P: Stephen Tweedie, Andrew Morton
1606M: sct@redhat.com, akpm@osdl.org
1607L: ext2-devel@lists.sourceforge.net
1608S: Maintained
1609
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610KCONFIG
1611P: Roman Zippel
1612M: zippel@linux-m68k.org
1613L: kbuild-devel@lists.sourceforge.net
1614S: Maintained
1615
Vivek Goyalea6c2082006-05-20 14:59:55 -07001616KDUMP
1617P: Vivek Goyal
1618M: vgoyal@in.ibm.com
1619P: Haren Myneni
1620M: hbabu@us.ibm.com
1621L: fastboot@lists.osdl.org
1622L: linux-kernel@vger.kernel.org
1623W: http://lse.sourceforge.net/kdump/
1624S: Maintained
1625
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626KERNEL AUTOMOUNTER (AUTOFS)
1627P: H. Peter Anvin
1628M: hpa@zytor.com
1629L: autofs@linux.kernel.org
1630S: Odd Fixes
1631
1632KERNEL AUTOMOUNTER v4 (AUTOFS4)
1633P: Ian Kent
1634M: raven@themaw.net
1635L: autofs@linux.kernel.org
1636S: Maintained
1637
1638KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1639P: Kai Germaschewski
1640M: kai@germaschewski.name
1641P: Sam Ravnborg
1642M: sam@ravnborg.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08001643T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644S: Maintained
1645
1646KERNEL JANITORS
1647P: Several
1648L: kernel-janitors@osdl.org
1649W: http://www.kerneljanitors.org/
1650W: http://sf.net/projects/kernel-janitor/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651S: Maintained
1652
1653KERNEL NFSD
1654P: Neil Brown
1655M: neilb@cse.unsw.edu.au
1656L: nfs@lists.sourceforge.net
1657W: http://nfs.sourceforge.net/
1658W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1659S: Maintained
1660
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001661KEXEC
1662P: Eric Biederman
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001663M: ebiederm@xmission.com
Eric W. Biedermandc009d92005-06-25 14:57:52 -07001664W: http://www.xmission.com/~ebiederm/files/kexec/
1665L: linux-kernel@vger.kernel.org
1666L: fastboot@osdl.org
1667S: Maintained
1668
Prasanna S Panchamukhi89559a62005-09-22 21:43:47 -07001669KPROBES
1670P: Prasanna S Panchamukhi
1671M: prasanna@in.ibm.com
1672P: Ananth N Mavinakayanahalli
1673M: ananth@in.ibm.com
1674P: Anil S Keshavamurthy
1675M: anil.s.keshavamurthy@intel.com
1676P: David S. Miller
1677M: davem@davemloft.net
1678L: linux-kernel@vger.kernel.org
1679S: Maintained
1680
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681LAPB module
1682P: Henner Eisen
1683M: eis@baty.hanse.de
1684L: linux-x25@vger.kernel.org
1685S: Maintained
1686
1687LASI 53c700 driver for PARISC
1688P: James E.J. Bottomley
1689M: James.Bottomley@HansenPartnership.com
1690L: linux-scsi@vger.kernel.org
1691S: Maintained
1692
Richard Purdie263de9b2006-05-15 09:44:16 -07001693LED SUBSYSTEM
1694P: Richard Purdie
1695M: rpurdie@rpsys.net
1696S: Maintained
1697
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698LEGO USB Tower driver
1699P: Juergen Stuber
1700M: starblue@users.sourceforge.net
1701L: legousb-devel@lists.sourceforge.net
1702W: http://legousb.sourceforge.net/
1703S: Maintained
1704
1705LINUX FOR IBM pSERIES (RS/6000)
1706P: Paul Mackerras
1707M: paulus@au.ibm.com
1708W: http://www.ibm.com/linux/ltc/projects/ppc
1709S: Supported
1710
1711LINUX FOR NCR VOYAGER
1712P: James Bottomley
1713M: James.Bottomley@HansenPartnership.com
1714W: http://www.hansenpartnership.com/voyager
1715S: Maintained
1716
1717LINUX FOR POWERPC
1718P: Paul Mackerras
1719M: paulus@samba.org
1720W: http://www.penguinppc.org/
1721L: linuxppc-dev@ozlabs.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001722T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723S: Supported
1724
1725LINUX FOR POWER MACINTOSH
1726P: Benjamin Herrenschmidt
1727M: benh@kernel.crashing.org
1728W: http://www.penguinppc.org/
1729L: linuxppc-dev@ozlabs.org
1730S: Maintained
1731
1732LINUX FOR POWERPC EMBEDDED MPC52XX
1733P: Sylvain Munaut
1734M: tnt@246tNt.com
1735W: http://www.246tNt.com/mpc52xx/
1736W: http://www.penguinppc.org/
1737L: linuxppc-dev@ozlabs.org
1738L: linuxppc-embedded@ozlabs.org
1739S: Maintained
1740
1741LINUX FOR POWERPC EMBEDDED PPC4XX
1742P: Matt Porter
1743M: mporter@kernel.crashing.org
1744W: http://www.penguinppc.org/
1745L: linuxppc-embedded@ozlabs.org
1746S: Maintained
1747
Tom Rinie93adf12005-07-26 12:49:53 -07001748LINUX FOR POWERPC BOOT CODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749P: Tom Rini
1750M: trini@kernel.crashing.org
1751W: http://www.penguinppc.org/
1752L: linuxppc-embedded@ozlabs.org
1753S: Maintained
1754
Tom Rinie93adf12005-07-26 12:49:53 -07001755LINUX FOR POWERPC EMBEDDED PPC8XX
1756P: Marcelo Tosatti
Marcelo Tosatti2e367a82006-05-15 09:44:08 -07001757M: marcelo@kvack.org
Tom Rinie93adf12005-07-26 12:49:53 -07001758W: http://www.penguinppc.org/
1759L: linuxppc-embedded@ozlabs.org
1760S: Maintained
1761
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1763P: Kumar Gala
Kumar Gala4c8d3d92005-11-13 16:06:30 -08001764M: galak@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765W: http://www.penguinppc.org/
1766L: linuxppc-embedded@ozlabs.org
1767S: Maintained
1768
1769LLC (802.2)
1770P: Arnaldo Carvalho de Melo
1771M: acme@conectiva.com.br
1772S: Maintained
1773
1774LINUX FOR 64BIT POWERPC
1775P: Paul Mackerras
1776M: paulus@samba.org
1777M: paulus@au.ibm.com
1778P: Anton Blanchard
1779M: anton@samba.org
1780M: anton@au.ibm.com
Arthur Othieno6d923f92006-05-19 06:22:23 -04001781W: http://www.penguinppc.org/ppc64/
Stephen Rothwell1d049812006-03-22 11:26:58 +11001782L: linuxppc-dev@ozlabs.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783S: Supported
1784
1785LINUX SECURITY MODULE (LSM) FRAMEWORK
1786P: Chris Wright
Chris Wright692a2062006-03-11 03:27:19 -08001787M: chrisw@sous-sol.org
Chris Wright1a4520b2006-03-11 03:27:20 -08001788L: linux-security-module@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789W: http://lsm.immunix.org
Josh Boyer1adc1232005-11-23 15:44:15 -08001790T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791S: Supported
1792
1793LM83 HARDWARE MONITOR DRIVER
1794P: Jean Delvare
1795M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001796L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797S: Maintained
1798
1799LM90 HARDWARE MONITOR DRIVER
1800P: Jean Delvare
1801M: khali@linux-fr.org
Jean Delvarecc0b07e2005-05-22 09:39:11 +02001802L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803S: Maintained
1804
1805LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1806P: Richard Russon (FlatCap)
1807M: ldm@flatcap.org
1808L: ldm-devel@lists.sourceforge.net
1809W: http://ldm.sourceforge.net
1810S: Maintained
1811
Moore, Eric Deanc87e34e2005-12-01 11:06:25 -07001812LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1813P: Eric Moore
1814M: Eric.Moore@lsil.com
1815M: support@lsil.com
1816L: mpt_linux_developer@lsil.com
1817L: linux-scsi@vger.kernel.org
1818W: http://www.lsilogic.com/support
1819S: Supported
1820
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1822P: Matthew Wilcox
1823M: matthew@wil.cx
1824L: linux-scsi@vger.kernel.org
1825S: Maintained
1826
1827M68K ARCHITECTURE
1828P: Geert Uytterhoeven
1829M: geert@linux-m68k.org
1830P: Roman Zippel
1831M: zippel@linux-m68k.org
1832L: linux-m68k@lists.linux-m68k.org
1833W: http://www.linux-m68k.org/
1834W: http://linux-m68k-cvs.ubb.ca/
1835S: Maintained
1836
1837M68K ON APPLE MACINTOSH
1838P: Joshua Thompson
1839M: funaho@jurai.org
1840W: http://www.mac.linux-m68k.org/
1841L: linux-mac68k@mac.linux-m68k.org
1842S: Maintained
1843
1844M68K ON HP9000/300
1845P: Philip Blundell
1846M: philb@gnu.org
1847W: http://www.tazenda.demon.co.uk/phil/linux-hp
1848S: Maintained
1849
1850MARVELL YUKON / SYSKONNECT DRIVER
1851P: Mirko Lindner
1852M: mlindner@syskonnect.de
1853P: Ralph Roesler
1854M: rroesler@syskonnect.de
1855W: http://www.syskonnect.com
1856S: Supported
1857
1858MAESTRO PCI SOUND DRIVERS
1859P: Zach Brown
1860M: zab@zabbo.net
1861S: Odd Fixes
1862
Michael Kerriskfaf16682005-07-31 22:34:47 -07001863MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1864P: Michael Kerrisk
1865M: mtk-manpages@gmx.net
1866W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1867S: Maintained
1868
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001869MARVELL MV643XX ETHERNET DRIVER
1870P: Dale Farnsworth
1871M: dale@farnsworth.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872P: Manish Lachwani
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001873M: mlachwani@mvista.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07001874L: netdev@vger.kernel.org
Dale Farnsworthb60d6972006-01-16 16:45:45 -07001875S: Odd Fixes for 2.4; Maintained for 2.6.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876
1877MATROX FRAMEBUFFER DRIVER
1878P: Petr Vandrovec
1879M: vandrove@vc.cvut.cz
1880L: linux-fbdev-devel@lists.sourceforge.net
1881S: Maintained
1882
Kolli, Neela Syam757e0102005-10-14 15:59:13 -07001883MEGARAID SCSI DRIVERS
1884P: Neela Syam Kolli
1885M: Neela.Kolli@engenio.com
1886S: linux-scsi@vger.kernel.org
1887W: http://megaraid.lsilogic.com
1888S: Maintained
1889
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001890MEMORY TECHNOLOGY DEVICES (MTD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891P: David Woodhouse
1892M: dwmw2@infradead.org
1893W: http://www.linux-mtd.infradead.org/
1894L: linux-mtd@lists.infradead.org
David Woodhousef4e9ce66c2006-04-11 19:29:07 -04001895T: git git://git.infradead.org/mtd-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07001896S: Maintained
1897
1898MICROTEK X6 SCANNER
1899P: Oliver Neukum
1900M: oliver@neukum.name
1901S: Maintained
1902
1903MIPS
1904P: Ralf Baechle
1905M: ralf@linux-mips.org
Ralf Baechled50f7ec2005-10-04 13:30:10 +01001906W: http://www.linux-mips.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907L: linux-mips@linux-mips.org
Ralf Baechle7425b342006-03-10 13:47:21 +00001908T: git www.linux-mips.org:/pub/scm/linux.git
1909S: Supported
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910
1911MISCELLANEOUS MCA-SUPPORT
1912P: James Bottomley
1913M: jejb@steeleye.com
1914L: linux-kernel@vger.kernel.org
1915S: Maintained
1916
1917MODULE SUPPORT
1918P: Rusty Russell
1919M: rusty@rustcorp.com.au
1920L: linux-kernel@vger.kernel.org
1921S: Maintained
1922
1923MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1924P: Stelian Pop
1925M: stelian@popies.net
1926W: http://popies.net/meye/
1927S: Maintained
1928
1929MOUSE AND MISC DEVICES [GENERAL]
1930P: Alessandro Rubini
1931M: rubini@ipvvis.unipv.it
1932L: linux-kernel@vger.kernel.org
1933S: Maintained
1934
1935MTRR AND SIMILAR SUPPORT [i386]
1936P: Richard Gooch
1937M: rgooch@atnf.csiro.au
1938L: linux-kernel@vger.kernel.org
1939W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1940S: Maintained
1941
Russell King12223da2006-06-15 13:28:52 +01001942MULTIMEDIA CARD (MMC) SUBSYSTEM
Russell Kingbaca2da2006-06-04 17:36:31 +01001943P: Russell King
1944M: rmk+mmc@arm.linux.org.uk
1945S: Maintained
1946
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947MULTISOUND SOUND DRIVER
1948P: Andrew Veliath
1949M: andrewtv@usa.net
1950S: Maintained
1951
1952NATSEMI ETHERNET DRIVER (DP8381x)
1953P: Tim Hockin
1954M: thockin@hockin.org
1955S: Maintained
1956
1957NCP FILESYSTEM
1958P: Petr Vandrovec
1959M: vandrove@vc.cvut.cz
1960L: linware@sh.cvut.cz
1961S: Maintained
1962
1963NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1964P: James E.J. Bottomley
1965M: James.Bottomley@HansenPartnership.com
1966L: linux-scsi@vger.kernel.org
1967S: Maintained
1968
Stephen Hemmingerbe2f2e82006-05-25 16:14:43 -07001969NETEM NETWORK EMULATOR
1970P: Stephen Hemminger
1971M: shemminger@osdl.org
1972L: netem@osdl.org
1973S: Maintained
1974
Linus Torvalds1da177e2005-04-16 15:20:36 -07001975NETFILTER/IPTABLES/IPCHAINS
1976P: Rusty Russell
1977P: Marc Boucher
1978P: James Morris
1979P: Harald Welte
1980P: Jozsef Kadlecsik
1981M: coreteam@netfilter.org
1982W: http://www.netfilter.org/
1983W: http://www.iptables.org/
1984L: netfilter@lists.netfilter.org
1985L: netfilter-devel@lists.netfilter.org
1986S: Supported
1987
1988NETROM NETWORK LAYER
1989P: Ralf Baechle
1990M: ralf@linux-mips.org
1991L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02001992W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993S: Maintained
1994
1995NETWORK BLOCK DEVICE
1996P: Paul Clements
1997M: Paul.Clements@steeleye.com
1998S: Maintained
1999
2000NETWORK DEVICE DRIVERS
2001P: Andrew Morton
2002M: akpm@osdl.org
2003P: Jeff Garzik
2004M: jgarzik@pobox.com
Ralf Baechle979b6c12005-06-13 14:30:40 -07002005L: netdev@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002006T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007S: Maintained
2008
2009NETWORKING [GENERAL]
2010P: Networking Team
Ralf Baechle979b6c12005-06-13 14:30:40 -07002011M: netdev@vger.kernel.org
2012L: netdev@vger.kernel.org
David S. Millerf1465f72006-03-27 23:28:44 -08002013W: http://linux-net.osdl.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014S: Maintained
2015
2016NETWORKING [IPv4/IPv6]
2017P: David S. Miller
2018M: davem@davemloft.net
2019P: Alexey Kuznetsov
2020M: kuznet@ms2.inr.ac.ru
2021P: Pekka Savola (ipv6)
2022M: pekkas@netcore.fi
2023P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002024M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025P: Hideaki YOSHIFUJI
2026M: yoshfuji@linux-ipv6.org
2027P: Patrick McHardy
2028M: kaber@coreworks.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002029L: netdev@vger.kernel.org
John W. Linvilled5ca3112006-01-18 14:52:18 -08002030T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031S: Maintained
2032
John W. Linville29f8f632006-01-18 14:52:48 -08002033NETWORKING [WIRELESS]
2034P: John W. Linville
2035M: linville@tuxdriver.com
2036L: netdev@vger.kernel.org
2037T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2038S: Maintained
2039
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040IPVS
2041P: Wensong Zhang
2042M: wensong@linux-vs.org
Horms9d30c172005-09-29 19:47:06 -07002043P: Simon Horman
2044M: horms@verge.net.au
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045P: Julian Anastasov
2046M: ja@ssi.bg
Horms9d30c172005-09-29 19:47:06 -07002047L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048S: Maintained
2049
2050NFS CLIENT
2051P: Trond Myklebust
2052M: trond.myklebust@fys.uio.no
2053L: linux-kernel@vger.kernel.org
2054S: Maintained
2055
2056NI5010 NETWORK DRIVER
Andreas Mohr5b552b12006-06-30 02:25:07 -07002057P: Jan-Pascal van Best
2058M: janpascal@vanbest.org
2059P: Andreas Mohr
2060M: andi@lisas.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002061L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062S: Maintained
2063
2064NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2065P: YOKOTA Hiroshi
2066M: yokota@netlab.is.tsukuba.ac.jp
2067W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2068S: Maintained
2069
2070NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2071P: GOTO Masanori
2072M: gotom@debian.or.jp
2073P: YOKOTA Hiroshi
2074M: yokota@netlab.is.tsukuba.ac.jp
2075W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2076S: Maintained
2077
2078NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2079P: Eberhard Moenkeberg
2080M: emoenke@gwdg.de
2081L: linux-kernel@vger.kernel.org
2082S: Maintained
2083
2084NTFS FILESYSTEM
2085P: Anton Altaparmakov
2086M: aia21@cantab.net
2087L: linux-ntfs-dev@lists.sourceforge.net
2088L: linux-kernel@vger.kernel.org
2089W: http://linux-ntfs.sf.net/
Josh Boyer1adc1232005-11-23 15:44:15 -08002090T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091S: Maintained
2092
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002093NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2094P: Antonino Daplas
2095M: adaplas@pol.net
2096L: linux-fbdev-devel@lists.sourceforge.net
2097S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098
Peter Korsgaard1ded9692006-06-12 21:40:53 +02002099OPENCORES I2C BUS DRIVER
2100P: Peter Korsgaard
2101M: jacmet@sunsite.dk
2102L: lm-sensors@lm-sensors.org
2103S: Maintained
2104
Mark Fashehccd979b2005-12-15 14:31:24 -08002105ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2106P: Mark Fasheh
2107M: mark.fasheh@oracle.com
2108P: Kurt Hackel
2109M: kurt.hackel@oracle.com
2110L: ocfs2-devel@oss.oracle.com
2111W: http://oss.oracle.com/projects/ocfs2/
2112S: Supported
2113
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114OLYMPIC NETWORK DRIVER
2115P: Peter De Shrijver
2116M: p2@ace.ulyssis.student.kuleuven.ac.be
2117P: Mike Phillips
2118M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002119L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120L: linux-tr@linuxtr.net
2121W: http://www.linuxtr.net
2122S: Maintained
2123
Harald Weltec1986ee2005-11-13 16:06:29 -08002124OMNIKEY CARDMAN 4000 DRIVER
2125P: Harald Welte
2126M: laforge@gnumonks.org
2127S: Maintained
2128
Harald Welte77c44ab2005-11-13 16:06:26 -08002129OMNIKEY CARDMAN 4040 DRIVER
2130P: Harald Welte
2131M: laforge@gnumonks.org
2132S: Maintained
2133
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134ONSTREAM SCSI TAPE DRIVER
2135P: Willem Riede
2136M: osst@riede.org
2137L: osst-users@lists.sourceforge.net
2138L: linux-scsi@vger.kernel.org
2139S: Maintained
2140
2141OPL3-SA2, SA3, and SAx DRIVER
2142P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002143M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144L: linux-sound@vger.kernel.org
2145S: Maintained
2146
2147OPROFILE
2148P: Philippe Elie
2149M: phil.el@wanadoo.fr
2150L: oprofile-list@lists.sf.net
2151S: Maintained
2152
2153ORINOCO DRIVER
2154P: Pavel Roskin
2155M: proski@gnu.org
2156P: David Gibson
2157M: hermes@gibson.dropbear.id.au
Pavel Roskinecffdde2005-05-05 16:16:01 -07002158L: orinoco-users@lists.sourceforge.net
2159L: orinoco-devel@lists.sourceforge.net
2160W: http://www.nongnu.org/orinoco/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161S: Maintained
2162
2163PARALLEL PORT SUPPORT
2164P: Phil Blundell
2165M: philb@gnu.org
2166P: Tim Waugh
2167M: tim@cyberelk.net
2168P: David Campbell
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169P: Andrea Arcangeli
2170M: andrea@suse.de
2171L: linux-parport@lists.infradead.org
2172W: http://people.redhat.com/twaugh/parport/
2173S: Maintained
2174
2175PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2176P: Tim Waugh
2177M: tim@cyberelk.net
2178L: linux-parport@lists.infradead.org
2179W: http://www.torque.net/linux-pp.html
2180S: Maintained
2181
2182PARISC ARCHITECTURE
2183P: Matthew Wilcox
2184M: matthew@wil.cx
2185P: Grant Grundler
2186M: grundler@parisc-linux.org
Kyle McMartin223232d2006-04-21 16:54:23 -04002187P: Kyle McMartin
2188M: kyle@parisc-linux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189L: parisc-linux@parisc-linux.org
2190W: http://www.parisc-linux.org/
Kyle McMartin223232d2006-04-21 16:54:23 -04002191T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2192T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193S: Maintained
2194
linas@austin.ibm.com065c6352005-12-02 19:16:18 -06002195PCI ERROR RECOVERY
2196P: Linas Vepstas
2197M: linas@austin.ibm.com
2198L: linux-kernel@vger.kernel.org
2199L: linux-pci@atrey.karlin.mff.cuni.cz
2200S: Supported
2201
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2203P: Thomas Sailer
2204M: sailer@ife.ee.ethz.ch
2205L: linux-sound@vger.kernel.org
2206W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2207S: Maintained
2208
2209PCI SUBSYSTEM
2210P: Greg Kroah-Hartman
2211M: gregkh@suse.de
2212L: linux-kernel@vger.kernel.org
2213L: linux-pci@atrey.karlin.mff.cuni.cz
Jody McIntyre6fb04252005-11-18 09:31:06 -08002214T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215S: Supported
2216
2217PCI HOTPLUG CORE
2218P: Greg Kroah-Hartman
2219M: gregkh@suse.de
2220S: Supported
2221
2222PCI HOTPLUG COMPAQ DRIVER
2223P: Greg Kroah-Hartman
2224M: greg@kroah.com
2225S: Maintained
2226
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002227PCIE HOTPLUG DRIVER
2228P: Kristen Carlson Accardi
2229M: kristen.c.accardi@intel.com
2230L: pcihpd-discuss@lists.sourceforge.net
2231S: Maintained
2232
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233PCMCIA SUBSYSTEM
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002234P: Linux PCMCIA Team
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
Jody McIntyre6fb04252005-11-18 09:31:06 -08002236T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
Dominik Brodowski4230dfc2005-07-07 17:59:06 -07002237S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238
2239PCNET32 NETWORK DRIVER
2240P: Thomas Bogendörfer
2241M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002242L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243S: Maintained
2244
Jim Cromiedd49d0f2006-03-24 18:08:17 +01002245PERSONALITY HANDLING
2246P: Christoph Hellwig
2247M: hch@infradead.org
2248L: linux-abi-devel@lists.sourceforge.net
2249S: Maintained
2250
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251PHRAM MTD DRIVER
2252P: Jörn Engel
2253M: joern@wh.fh-wedel.de
2254L: linux-mtd@lists.infradead.org
2255S: Maintained
2256
Peter Osterlund249a6772005-09-27 21:45:30 -07002257PKTCDVD DRIVER
2258P: Peter Osterlund
2259M: petero2@telia.com
2260L: linux-kernel@vger.kernel.org
Peter Osterlund249a6772005-09-27 21:45:30 -07002261S: Maintained
2262
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263POSIX CLOCKS and TIMERS
2264P: George Anzinger
2265M: george@mvista.com
Hormsf1c3ddf2006-01-15 02:18:28 +01002266L: linux-kernel@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267S: Supported
2268
Eugene Surovegin24682972005-10-14 03:00:53 -07002269POWERPC 4xx EMAC DRIVER
2270P: Eugene Surovegin
2271M: ebs@ebshome.net
2272W: http://kernel.ebshome.net/emac/
2273L: linuxppc-embedded@ozlabs.org
2274L: netdev@vger.kernel.org
2275S: Maintained
2276
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277PNP SUPPORT
2278P: Adam Belay
2279M: ambx1@neo.rr.com
2280S: Maintained
2281
2282PPP PROTOCOL DRIVERS AND COMPRESSORS
2283P: Paul Mackerras
2284M: paulus@samba.org
2285L: linux-ppp@vger.kernel.org
2286S: Maintained
2287
2288PPP OVER ATM (RFC 2364)
2289P: Mitchell Blank Jr
2290M: mitch@sfgoth.com
2291S: Maintained
2292
2293PPP OVER ETHERNET
2294P: Michal Ostrowski
2295M: mostrows@speakeasy.net
2296S: Maintained
2297
2298PREEMPTIBLE KERNEL
2299P: Robert Love
2300M: rml@tech9.net
2301L: linux-kernel@vger.kernel.org
2302L: kpreempt-tech@lists.sourceforge.net
2303W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2304S: Supported
2305
2306PRISM54 WIRELESS DRIVER
2307P: Prism54 Development Team
2308M: prism54-private@prism54.org
Ralf Baechle979b6c12005-06-13 14:30:40 -07002309L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002310W: http://prism54.org
2311S: Maintained
2312
2313PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2314P: Peter Denison
2315M: promise@pnd-pc.demon.co.uk
2316W: http://www.pnd-pc.demon.co.uk/promise/
2317S: Maintained
2318
Michael Krufky83202042006-07-03 00:24:18 -07002319PVRUSB2 VIDEO4LINUX DRIVER
2320P: Mike Isely
2321M: isely@pobox.com
2322L: pvrusb2@isely.net
2323L: video4linux-list@redhat.com
2324W: http://www.isely.net/pvrusb2/
2325S: Maintained
2326
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327PXA2xx SUPPORT
2328P: Nicolas Pitre
2329M: nico@cam.org
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002330L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002331S: Maintained
2332
2333QLOGIC QLA2XXX FC-SCSI DRIVER
2334P: Andrew Vasquez
Andrew Vasquez95e6a852006-03-14 14:41:04 -08002335M: linux-driver@qlogic.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002336L: linux-scsi@vger.kernel.org
2337S: Supported
2338
2339QNX4 FILESYSTEM
2340P: Anders Larsen
2341M: al@alarsen.net
2342L: linux-kernel@vger.kernel.org
2343W: http://www.alarsen.net/linux/qnx4fs/
2344S: Maintained
2345
2346RADEON FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002347P: Benjamin Herrenschmidt
2348M: benh@kernel.crashing.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349L: linux-fbdev-devel@lists.sourceforge.net
2350S: Maintained
2351
2352RAGE128 FRAMEBUFFER DISPLAY DRIVER
Benjamin Herrenschmidt187a2782005-04-16 15:26:40 -07002353P: Paul Mackerras
2354M: paulus@samba.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355L: linux-fbdev-devel@lists.sourceforge.net
2356S: Maintained
2357
2358RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2359P: Corey Thomas
2360M: corey@world.std.com
2361L: linux-kernel@vger.kernel.org
2362S: Maintained
2363
Matt Mackall9e95ce22005-04-16 15:25:56 -07002364RANDOM NUMBER DRIVER
2365P: Matt Mackall
2366M: mpm@selenic.com
2367S: Maintained
2368
Matt Porter394b7012005-11-07 01:00:15 -08002369RAPIDIO SUBSYSTEM
2370P: Matt Porter
2371M: mporter@kernel.crashing.org
2372L: linux-kernel@vger.kernel.org
2373S: Maintained
2374
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375REAL TIME CLOCK DRIVER
2376P: Paul Gortmaker
2377M: p_gortmaker@yahoo.com
2378L: linux-kernel@vger.kernel.org
2379S: Maintained
2380
Alessandro Zummo0c86edc2006-03-27 01:16:37 -08002381REAL TIME CLOCK (RTC) SUBSYSTEM
2382P: Alessandro Zummo
2383M: a.zummo@towertech.it
2384L: linux-kernel@vger.kernel.org
2385S: Maintained
2386
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387REISERFS FILE SYSTEM
2388P: Hans Reiser
2389M: reiserfs-dev@namesys.com
2390L: reiserfs-list@namesys.com
2391W: http://www.namesys.com
2392S: Supported
2393
2394ROCKETPORT DRIVER
2395P: Comtrol Corp.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396W: http://www.comtrol.com
2397S: Maintained
2398
2399ROSE NETWORK LAYER
2400P: Ralf Baechle
2401M: ralf@linux-mips.org
2402L: linux-hams@vger.kernel.org
Ralf Baechled34cb282006-04-19 04:14:30 +02002403W: http://www.linux-ax25.org/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404S: Maintained
2405
2406RISCOM8 DRIVER
2407S: Orphan
2408
Antonino A. Daplas9eb8ef72006-01-14 13:21:26 -08002409S3 SAVAGE FRAMEBUFFER DRIVER
2410P: Antonino Daplas
2411M: adaplas@pol.net
2412L: linux-fbdev-devel@lists.sourceforge.net
2413S: Maintained
2414
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415S390
2416P: Martin Schwidefsky
2417M: schwidefsky@de.ibm.com
2418M: linux390@de.ibm.com
2419L: linux-390@vm.marist.edu
Heiko Carstens5238da42006-02-11 17:56:01 -08002420W: http://www.ibm.com/developerworks/linux/linux390/
2421S: Supported
2422
2423S390 NETWORK DRIVERS
2424P: Frank Pavlic
2425M: fpavlic@de.ibm.com
2426M: linux390@de.ibm.com
2427L: linux-390@vm.marist.edu
2428W: http://www.ibm.com/developerworks/linux/linux390/
2429S: Supported
2430
2431S390 ZFCP DRIVER
2432P: Andreas Herrmann
2433M: aherrman@de.ibm.com
2434M: linux390@de.ibm.com
2435L: linux-390@vm.marist.edu
2436W: http://www.ibm.com/developerworks/linux/linux390/
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437S: Supported
2438
2439SAA7146 VIDEO4LINUX-2 DRIVER
2440P: Michael Hunold
2441M: michael@mihu.de
2442W: http://www.mihu.de/linux/saa7146
2443S: Maintained
2444
2445SBPCD CDROM DRIVER
2446P: Eberhard Moenkeberg
2447M: emoenke@gwdg.de
2448L: linux-kernel@vger.kernel.org
2449S: Maintained
2450
2451SC1200 WDT DRIVER
2452P: Zwane Mwaikambo
Zwane Mwaikambo3c7bf1e2005-08-18 11:24:07 -07002453M: zwane@arm.linux.org.uk
Linus Torvalds1da177e2005-04-16 15:20:36 -07002454S: Maintained
2455
2456SCHEDULER
2457P: Ingo Molnar
2458M: mingo@elte.hu
2459P: Robert Love [the preemptible kernel bits]
2460M: rml@tech9.net
2461L: linux-kernel@vger.kernel.org
2462S: Maintained
2463
2464SCSI CDROM DRIVER
2465P: Jens Axboe
2466M: axboe@suse.de
2467L: linux-scsi@vger.kernel.org
2468W: http://www.kernel.dk
2469S: Maintained
2470
2471SCSI SG DRIVER
2472P: Doug Gilbert
2473M: dgilbert@interlog.com
2474L: linux-scsi@vger.kernel.org
2475W: http://www.torque.net/sg
2476S: Maintained
2477
2478SCSI SUBSYSTEM
2479P: James E.J. Bottomley
2480M: James.Bottomley@SteelEye.com
2481L: linux-scsi@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002482T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483S: Maintained
2484
2485SCSI TAPE DRIVER
2486P: Kai Mäkisara
2487M: Kai.Makisara@kolumbus.fi
2488L: linux-scsi@vger.kernel.org
2489S: Maintained
2490
2491SCTP PROTOCOL
2492P: Sridhar Samudrala
2493M: sri@us.ibm.com
2494L: lksctp-developers@lists.sourceforge.net
2495S: Supported
2496
2497SCx200 CPU SUPPORT
2498P: Christer Weinigel
2499M: christer@weinigel.se
2500W: http://www.weinigel.se
2501S: Supported
2502
2503SECURITY CONTACT
2504P: Security Officers
2505M: security@kernel.org
2506S: Supported
2507
2508SELINUX SECURITY MODULE
2509P: Stephen Smalley
Stephen Smalley62cfe7e2006-02-04 23:27:42 -08002510M: sds@tycho.nsa.gov
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511P: James Morris
James Morris48de5be2005-08-08 10:29:08 -04002512M: jmorris@namei.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513L: linux-kernel@vger.kernel.org (kernel issues)
2514L: selinux@tycho.nsa.gov (general discussion)
2515W: http://www.nsa.gov/selinux
2516S: Supported
2517
2518SERIAL ATA (SATA) SUBSYSTEM:
2519P: Jeff Garzik
2520M: jgarzik@pobox.com
2521L: linux-ide@vger.kernel.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08002522T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523S: Supported
2524
2525SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2526P: Pat Gefre
2527M: pfg@sgi.com
2528L: linux-ia64@vger.kernel.org
2529S: Supported
2530
2531SGI VISUAL WORKSTATION 320 AND 540
2532P: Andrey Panin
2533M: pazke@donpac.ru
2534L: linux-visws-devel@lists.sf.net
2535W: http://linux-visws.sf.net
2536S: Maintained for 2.6.
2537
2538SIMTEC EB110ATX (Chalice CATS)
2539P: Ben Dooks
2540P: Vincent Sanders
2541M: support@simtec.co.uk
2542W: http://www.simtec.co.uk/products/EB110ATX/
2543S: Supported
2544
2545SIMTEC EB2410ITX (BAST)
2546P: Ben Dooks
2547P: Vincent Sanders
2548M: support@simtec.co.uk
2549W: http://www.simtec.co.uk/products/EB2410ITX/
2550S: Supported
2551
Francois Romieu92aab3c2005-07-30 13:11:18 +02002552SIS 190 ETHERNET DRIVER
2553P: Francois Romieu
2554M: romieu@fr.zoreil.com
2555L: netdev@vger.kernel.org
2556S: Maintained
2557
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558SIS 5513 IDE CONTROLLER DRIVER
2559P: Lionel Bouton
2560M: Lionel.Bouton@inet6.fr
2561W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2562W: http://gyver.homeip.net/sis5513/index.html
2563S: Maintained
2564
2565SIS 900/7016 FAST ETHERNET DRIVER
2566P: Daniele Venzano
2567M: venza@brownhat.org
2568W: http://www.brownhat.org/sis900.html
Ralf Baechle979b6c12005-06-13 14:30:40 -07002569L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570S: Maintained
2571
2572SIS FRAMEBUFFER DRIVER
2573P: Thomas Winischhofer
2574M: thomas@winischhofer.net
2575W: http://www.winischhofer.net/linuxsisvga.shtml
2576S: Maintained
2577
2578SIS USB2VGA DRIVER
2579P: Thomas Winischhofer
2580M: thomas@winischhofer.net
2581W: http://www.winischhofer.at/linuxsisusbvga.shtml
2582S: Maintained
2583
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584SMC91x ETHERNET DRIVER
2585P: Nicolas Pitre
2586M: nico@cam.org
2587S: Maintained
2588
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589SOFTWARE RAID (Multiple Disks) SUPPORT
2590P: Ingo Molnar
2591M: mingo@redhat.com
2592P: Neil Brown
2593M: neilb@cse.unsw.edu.au
2594L: linux-raid@vger.kernel.org
2595S: Maintained
2596
2597SOFTWARE SUSPEND:
2598P: Pavel Machek
2599M: pavel@suse.cz
Pavel Machekfc5fb2c2005-06-25 14:55:07 -07002600L: linux-pm@osdl.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601S: Maintained
2602
2603SONIC NETWORK DRIVER
2604P: Thomas Bogendoerfer
2605M: tsbogend@alpha.franken.de
Ralf Baechle979b6c12005-06-13 14:30:40 -07002606L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607S: Maintained
2608
2609SONY VAIO CONTROL DEVICE DRIVER
2610P: Stelian Pop
2611M: stelian@popies.net
2612W: http://popies.net/sonypi/
2613S: Maintained
2614
2615SOUND
2616P: Jaroslav Kysela
2617M: perex@suse.cz
2618L: alsa-devel@alsa-project.org
2619S: Maintained
2620
Kumar Gala025c3982006-04-02 16:05:54 -05002621SPI SUBSYSTEM
2622P: David Brownell
2623M: dbrownell@users.sourceforge.net
2624L: spi-devel-general@lists.sourceforge.net
2625S: Maintained
2626
Kylene Hall1c72d462005-05-01 08:59:13 -07002627TPM DEVICE DRIVER
2628P: Kylene Hall
2629M: kjhall@us.ibm.com
2630W: http://tpmdd.sourceforge.net
2631L: tpmdd-devel@lists.sourceforge.net
2632S: Maintained
2633
Mark Gross1a80ba82005-10-30 15:02:55 -08002634Telecom Clock Driver for MCPL0010
2635P: Mark Gross
2636M: mark.gross@intel.com
2637S: Supported
2638
Chris Zankel48b415c2005-06-23 22:01:07 -07002639TENSILICA XTENSA PORT (xtensa):
2640P: Chris Zankel
2641M: chris@zankel.net
2642S: Maintained
2643
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644UltraSPARC (sparc64):
2645P: David S. Miller
2646M: davem@davemloft.net
2647P: Eddie C. Dost
Eddie C. Dost90cdba62005-07-06 15:37:58 -07002648M: ecd@brainaid.de
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649P: Jakub Jelinek
2650M: jj@sunsite.ms.mff.cuni.cz
2651P: Anton Blanchard
2652M: anton@samba.org
2653L: sparclinux@vger.kernel.org
2654L: ultralinux@vger.kernel.org
Josh Boyer1adc1232005-11-23 15:44:15 -08002655T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656S: Maintained
2657
2658SHARP LH SUPPORT (LH7952X & LH7A40X)
2659P: Marc Singer
2660M: elf@buici.com
2661W: http://projects.buici.com/arm
Alexey Dobriyan70f09f12005-06-23 00:09:47 -07002662L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663S: Maintained
2664
Kristen Accardi8cf4c192005-08-16 15:16:10 -07002665SHPC HOTPLUG DRIVER
2666P: Kristen Carlson Accardi
2667M: kristen.c.accardi@intel.com
2668L: pcihpd-discuss@lists.sourceforge.net
2669S: Maintained
2670
Pierre Ossmand129bce2006-03-24 03:18:17 -08002671SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2672P: Pierre Ossman
2673M: drzeus-sdhci@drzeus.cx
2674L: sdhci-devel@list.drzeus.cx
2675W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2676S: Maintained
2677
Stephen Hemminger4b1ac9ab2005-09-21 09:55:41 -07002678SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2679P: Stephen Hemminger
2680M: shemminger@osdl.org
2681L: netdev@vger.kernel.org
2682S: Maintained
2683
Chris Boot1a87d942006-07-10 04:45:34 -07002684SOEKRIS NET48XX LED SUPPORT
2685P: Chris Boot
2686M: bootc@bootc.net
2687S: Maintained
2688
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689SPARC (sparc32):
2690P: William L. Irwin
2691M: wli@holomorphy.com
2692L: sparclinux@vger.kernel.org
2693S: Maintained
2694
2695SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2696P: Roger Wolff
2697M: R.E.Wolff@BitWizard.nl
2698L: linux-kernel@vger.kernel.org ?
2699S: Supported
2700
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701SRM (Alpha) environment access
2702P: Jan-Benedict Glaw
2703M: jbglaw@lug-owl.de
2704L: linux-kernel@vger.kernel.org
2705S: Maintained
2706
2707STARFIRE/DURALAN NETWORK DRIVER
2708P: Ion Badulescu
2709M: ionut@cs.columbia.edu
2710S: Maintained
2711
2712STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2713W: http://mosquitonet.Stanford.EDU/strip.html
2714S: Unsupported ?
2715
2716STRADIS MPEG-2 DECODER DRIVER
2717P: Nathan Laredo
2718M: laredo@gnu.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719W: http://www.stradis.com/
2720S: Maintained
2721
2722SUPERH (sh)
2723P: Paul Mundt
2724M: lethal@linux-sh.org
2725P: Kazumoto Kojima
2726M: kkojima@rr.iij4u.or.jp
Adrian Bunk210bb952006-01-11 01:43:01 +01002727L: linuxsh-dev@lists.sourceforge.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002728W: http://www.linux-sh.org
2729W: http://www.m17n.org/linux-sh/
2730W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2731S: Maintained
2732
2733SUPERH64 (sh64)
2734P: Paul Mundt
2735M: lethal@linux-sh.org
2736P: Richard Curnow
2737M: rc@rc0.org.uk
2738L: linuxsh-shmedia-dev@lists.sourceforge.net
2739W: http://www.linux-sh.org
2740W: http://www.rc0.org.uk/sh64
2741S: Maintained
2742
2743SUN3/3X
2744P: Sam Creasey
2745M: sammy@sammy.net
2746L: sun3-list@redhat.com
2747W: http://sammy.net/sun3/
2748S: Maintained
2749
2750SVGA HANDLING
2751P: Martin Mares
2752M: mj@ucw.cz
2753L: linux-video@atrey.karlin.mff.cuni.cz
2754S: Maintained
2755
2756SYSV FILESYSTEM
2757P: Christoph Hellwig
2758M: hch@infradead.org
2759S: Maintained
2760
Michael Buesch844dd052006-06-26 00:24:59 -07002761TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2762P: Deepak Saxena
2763M: dsaxena@plexity.net
2764S: Maintained
2765
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766TI PARALLEL LINK CABLE DRIVER
2767P: Romain Lievin
2768M: roms@lpg.ticalc.org
2769S: Maintained
2770
Per Lidene86eaa32006-01-12 16:45:18 +01002771TIPC NETWORK LAYER
2772P: Per Liden
Per Liden7c2b2aa2006-01-14 12:42:21 +01002773M: per.liden@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002774P: Jon Maloy
Per Liden7c2b2aa2006-01-14 12:42:21 +01002775M: jon.maloy@ericsson.com
Per Lidene86eaa32006-01-12 16:45:18 +01002776P: Allan Stephens
Per Liden7c2b2aa2006-01-14 12:42:21 +01002777M: allan.stephens@windriver.com
Per Lidene86eaa32006-01-12 16:45:18 +01002778L: tipc-discussion@lists.sourceforge.net
2779W: http://tipc.sourceforge.net/
2780W: http://tipc.cslab.ericsson.net/
2781T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2782S: Maintained
2783
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784TLAN NETWORK DRIVER
2785P: Samuel Chessman
2786M: chessman@tux.org
2787L: tlan-devel@lists.sourceforge.net
2788W: http://sourceforge.net/projects/tlan/
2789S: Maintained
2790
2791TOKEN-RING NETWORK DRIVER
2792P: Mike Phillips
2793M: mikep@linuxtr.net
Ralf Baechle979b6c12005-06-13 14:30:40 -07002794L: netdev@vger.kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795L: linux-tr@linuxtr.net
2796W: http://www.linuxtr.net
2797S: Maintained
2798
2799TOSHIBA ACPI EXTRAS DRIVER
2800P: John Belmonte
2801M: toshiba_acpi@memebeam.org
2802W: http://memebeam.org/toys/ToshibaAcpiDriver
2803S: Maintained
2804
2805TOSHIBA SMM DRIVER
2806P: Jonathan Buzzard
2807M: jonathan@buzzard.org.uk
2808L: tlinux-users@tce.toshiba-dme.co.jp
2809W: http://www.buzzard.org.uk/toshiba/
2810S: Maintained
2811
2812TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2813P: Muli Ben-Yehuda
2814M: mulix@mulix.org
2815L: linux-kernel@vger.kernel.org
2816S: Maintained
2817
2818TRIVIAL PATCHES
Adrian Bunk6dfca872005-11-06 21:31:01 +01002819P: Adrian Bunk
2820M: trivial@kernel.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821L: linux-kernel@vger.kernel.org
Adrian Bunk6dfca872005-11-06 21:31:01 +01002822W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
Josh Boyer1adc1232005-11-23 15:44:15 -08002823T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824S: Maintained
2825
2826TMS380 TOKEN-RING NETWORK DRIVER
2827P: Adam Fritzler
2828M: mid@auk.cx
2829L: linux-tr@linuxtr.net
2830W: http://www.auk.cx/tms380tr/
2831S: Maintained
2832
2833TULIP NETWORK DRIVER
2834P: Jeff Garzik
2835M: jgarzik@pobox.com
2836L: tulip-users@lists.sourceforge.net
2837W: http://sourceforge.net/projects/tulip/
2838S: Maintained
2839
2840TUN/TAP driver
2841P: Maxim Krasnyansky
Dave Jones66777b72006-03-25 03:07:53 -08002842M: maxk@qualcomm.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07002843L: vtun@office.satix.net
2844W: http://vtun.sourceforge.net/tun
2845S: Maintained
2846
2847U14-34F SCSI DRIVER
2848P: Dario Ballabio
2849M: ballabio_dario@emc.com
2850L: linux-scsi@vger.kernel.org
2851S: Maintained
2852
2853UDF FILESYSTEM
2854P: Ben Fennema
2855M: bfennema@falcon.csc.calpoly.edu
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856W: http://linux-udf.sourceforge.net
2857S: Maintained
2858
2859UNIFORM CDROM DRIVER
2860P: Jens Axboe
2861M: axboe@suse.de
2862L: linux-kernel@vger.kernel.org
2863W: http://www.kernel.dk
2864S: Maintained
2865
2866USB ACM DRIVER
2867P: Oliver Neukum
2868M: oliver@neukum.name
2869L: linux-usb-users@lists.sourceforge.net
2870L: linux-usb-devel@lists.sourceforge.net
2871S: Maintained
2872
2873USB BLOCK DRIVER (UB ub)
2874P: Pete Zaitcev
2875M: zaitcev@redhat.com
2876L: linux-kernel@vger.kernel.org
2877L: linux-usb-devel@lists.sourceforge.net
2878S: Supported
2879
Linus Torvalds1da177e2005-04-16 15:20:36 -07002880USB CDC ETHERNET DRIVER
2881P: Greg Kroah-Hartman
2882M: greg@kroah.com
2883L: linux-usb-users@lists.sourceforge.net
2884L: linux-usb-devel@lists.sourceforge.net
2885S: Maintained
2886W: http://www.kroah.com/linux-usb/
2887
2888USB EHCI DRIVER
2889P: David Brownell
2890M: dbrownell@users.sourceforge.net
2891L: linux-usb-devel@lists.sourceforge.net
2892S: Maintained
2893
Luca Risolia7ce08c92006-01-11 02:06:59 +00002894USB ET61X[12]51 DRIVER
2895P: Luca Risolia
2896M: luca.risolia@studio.unibo.it
2897L: linux-usb-devel@lists.sourceforge.net
2898L: video4linux-list@redhat.com
2899W: http://www.linux-projects.org
2900S: Maintained
2901
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902USB HID/HIDBP DRIVERS
2903P: Vojtech Pavlik
2904M: vojtech@suse.cz
2905L: linux-usb-users@lists.sourceforge.net
2906L: linux-usb-devel@lists.sourceforge.net
2907S: Maintained
2908
2909USB HUB DRIVER
2910P: Johannes Erdfelt
2911M: johannes@erdfelt.com
2912L: linux-usb-users@lists.sourceforge.net
2913L: linux-usb-devel@lists.sourceforge.net
2914S: Maintained
2915
Olav Kongas959eea22005-11-03 17:38:14 +02002916USB ISP116X DRIVER
2917P: Olav Kongas
2918M: ok@artecdesign.ee
2919L: linux-usb-devel@lists.sourceforge.net
2920S: Maintained
2921
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922USB KAWASAKI LSI DRIVER
2923P: Oliver Neukum
2924M: oliver@neukum.name
2925L: linux-usb-users@lists.sourceforge.net
2926L: linux-usb-devel@lists.sourceforge.net
2927S: Maintained
2928
2929USB MASS STORAGE DRIVER
2930P: Matthew Dharm
2931M: mdharm-usb@one-eyed-alien.net
2932L: linux-usb-users@lists.sourceforge.net
Matthew Dharm8836aeb2005-12-04 22:03:47 -08002933L: usb-storage@lists.one-eyed-alien.net
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934S: Maintained
2935W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2936
2937USB OHCI DRIVER
2938P: Roman Weissgaerber
2939M: weissg@vienna.at
2940L: linux-usb-users@lists.sourceforge.net
2941L: linux-usb-devel@lists.sourceforge.net
2942S: Maintained
2943
Matthias Urlichsba460e42005-07-14 00:33:47 -07002944USB OPTION-CARD DRIVER
2945P: Matthias Urlichs
2946M: smurf@smurf.noris.de
2947L: linux-usb-devel@lists.sourceforge.net
2948S: Maintained
2949
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950USB OV511 DRIVER
2951P: Mark McClelland
2952M: mmcclell@bigfoot.com
2953L: linux-usb-users@lists.sourceforge.net
2954L: linux-usb-devel@lists.sourceforge.net
2955W: http://alpha.dyndns.org/ov511/
2956S: Maintained
2957
2958USB PEGASUS DRIVER
2959P: Petko Manolov
2960M: petkan@users.sourceforge.net
2961L: linux-usb-users@lists.sourceforge.net
2962L: linux-usb-devel@lists.sourceforge.net
2963W: http://pegasus2.sourceforge.net/
2964S: Maintained
2965
2966USB PRINTER DRIVER
2967P: Vojtech Pavlik
2968M: vojtech@suse.cz
2969L: linux-usb-users@lists.sourceforge.net
2970L: linux-usb-devel@lists.sourceforge.net
2971S: Maintained
2972
2973USB RTL8150 DRIVER
2974P: Petko Manolov
2975M: petkan@users.sourceforge.net
2976L: linux-usb-users@lists.sourceforge.net
2977L: linux-usb-devel@lists.sourceforge.net
2978W: http://pegasus2.sourceforge.net/
2979S: Maintained
2980
2981USB SE401 DRIVER
2982P: Jeroen Vreeken
2983M: pe1rxq@amsat.org
2984L: linux-usb-users@lists.sourceforge.net
2985L: linux-usb-devel@lists.sourceforge.net
2986W: http://www.chello.nl/~j.vreeken/se401/
2987S: Maintained
2988
2989USB SERIAL CYBERJACK DRIVER
2990P: Matthias Bruestle and Harald Welte
2991M: support@reiner-sct.com
2992W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2993S: Maintained
2994
2995USB SERIAL DIGI ACCELEPORT DRIVER
2996P: Peter Berger and Al Borchers
2997M: pberger@brimson.com
2998M: alborchers@steinerpoint.com
2999L: linux-usb-users@lists.sourceforge.net
3000L: linux-usb-devel@lists.sourceforge.net
3001S: Maintained
3002
3003USB SERIAL DRIVER
3004P: Greg Kroah-Hartman
3005M: gregkh@suse.de
3006L: linux-usb-users@lists.sourceforge.net
3007L: linux-usb-devel@lists.sourceforge.net
3008S: Supported
3009
3010USB SERIAL BELKIN F5U103 DRIVER
3011P: William Greathouse
3012M: wgreathouse@smva.com
3013L: linux-usb-users@lists.sourceforge.net
3014L: linux-usb-devel@lists.sourceforge.net
3015S: Maintained
3016
3017USB SERIAL CYPRESS M8 DRIVER
3018P: Lonnie Mendez
3019M: dignome@gmail.com
3020L: linux-usb-users@lists.sourceforge.net
3021L: linux-usb-devel@lists.sourceforge.net
3022S: Maintained
3023W: http://geocities.com/i0xox0i
3024W: http://firstlight.net/cvs
3025
3026USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3027L: linux-usb-users@lists.sourceforge.net
3028L: linux-usb-devel@lists.sourceforge.net
3029S: Maintained
3030
3031USB AUERSWALD DRIVER
3032P: Wolfgang Muees
3033M: wolfgang@iksw-muees.de
3034L: linux-usb-users@lists.sourceforge.net
3035L: linux-usb-devel@lists.sourceforge.net
3036S: Maintained
3037
3038USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3039P: Gary Brubaker
3040M: xavyer@ix.netcom.com
3041L: linux-usb-users@lists.sourceforge.net
3042L: linux-usb-devel@lists.sourceforge.net
3043S: Maintained
3044
3045USB SERIAL KEYSPAN DRIVER
3046P: Greg Kroah-Hartman
3047M: greg@kroah.com
3048L: linux-usb-users@lists.sourceforge.net
3049L: linux-usb-devel@lists.sourceforge.net
3050W: http://www.kroah.com/linux/
3051S: Maintained
3052
3053USB SERIAL WHITEHEAT DRIVER
3054P: Stuart MacDonald
3055M: stuartm@connecttech.com
3056L: linux-usb-users@lists.sourceforge.net
3057L: linux-usb-devel@lists.sourceforge.net
3058W: http://www.connecttech.com
3059S: Supported
3060
3061USB SN9C10x DRIVER
3062P: Luca Risolia
3063M: luca.risolia@studio.unibo.it
3064L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003065L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066W: http://www.linux-projects.org
3067S: Maintained
3068
3069USB SUBSYSTEM
3070P: Greg Kroah-Hartman
3071M: gregkh@suse.de
3072L: linux-usb-users@lists.sourceforge.net
3073L: linux-usb-devel@lists.sourceforge.net
3074W: http://www.linux-usb.org
Jody McIntyre6fb04252005-11-18 09:31:06 -08003075T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
Linus Torvalds1da177e2005-04-16 15:20:36 -07003076S: Supported
3077
3078USB UHCI DRIVER
3079P: Alan Stern
3080M: stern@rowland.harvard.edu
3081L: linux-usb-users@lists.sourceforge.net
3082L: linux-usb-devel@lists.sourceforge.net
3083S: Maintained
3084
3085USB "USBNET" DRIVER
3086P: David Brownell
3087M: dbrownell@users.sourceforge.net
3088L: linux-usb-devel@lists.sourceforge.net
3089S: Maintained
3090
3091USB W996[87]CF DRIVER
3092P: Luca Risolia
3093M: luca.risolia@studio.unibo.it
3094L: linux-usb-devel@lists.sourceforge.net
Luca Risolia7ce08c92006-01-11 02:06:59 +00003095L: video4linux-list@redhat.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096W: http://www.linux-projects.org
3097S: Maintained
3098
Luca Risolia60f78052006-02-06 16:29:35 +00003099USB ZC0301 DRIVER
3100P: Luca Risolia
3101M: luca.risolia@studio.unibo.it
3102L: linux-usb-devel@lists.sourceforge.net
3103L: video4linux-list@redhat.com
3104W: http://www.linux-projects.org
3105S: Maintained
3106
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107USB ZD1201 DRIVER
3108P: Jeroen Vreeken
3109M: pe1rxq@amsat.org
3110L: linux-usb-users@lists.sourceforge.net
3111L: linux-usb-devel@lists.sourceforge.net
3112W: http://linux-lc100020.sourceforge.net
3113S: Maintained
3114
3115USER-MODE LINUX
3116P: Jeff Dike
3117M: jdike@karaya.com
3118L: user-mode-linux-devel@lists.sourceforge.net
3119L: user-mode-linux-user@lists.sourceforge.net
3120W: http://user-mode-linux.sourceforge.net
3121S: Maintained
3122
3123FAT/VFAT/MSDOS FILESYSTEM:
3124P: OGAWA Hirofumi
3125M: hirofumi@mail.parknet.co.jp
3126L: linux-kernel@vger.kernel.org
3127S: Maintained
3128
3129VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3130P: Jeff Garzik
3131S: Odd fixes
3132
3133VIA RHINE NETWORK DRIVER
3134P: Roger Luethi
3135M: rl@hellgate.ch
3136S: Maintained
3137
Jean Delvare32c0a522005-09-22 21:47:58 +02003138VIAPRO SMBUS DRIVER
3139P: Jean Delvare
3140M: khali@linux-fr.org
3141L: lm-sensors@lm-sensors.org
3142S: Maintained
3143
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144UCLINUX (AND M68KNOMMU)
3145P: Greg Ungerer
3146M: gerg@uclinux.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003147W: http://www.uclinux.org/
Adrian Bunkd660a742005-06-25 14:59:35 -07003148L: uclinux-dev@uclinux.org (subscribers-only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149S: Maintained
3150
3151UCLINUX FOR NEC V850
3152P: Miles Bader
3153M: uclinux-v850@lsi.nec.co.jp
3154W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3155W: http://www.ee.nec.de/uclinux/
3156S: Supported
3157
3158UCLINUX FOR RENESAS H8/300
3159P: Yoshinori Sato
3160M: ysato@users.sourceforge.jp
3161W: http://uclinux-h8.sourceforge.jp/
3162S: Supported
3163
3164USB DIAMOND RIO500 DRIVER
3165P: Cesar Miquel
3166M: miquel@df.uba.ar
3167L: rio500-users@lists.sourceforge.net
3168W: http://rio500.sourceforge.net
3169S: Maintained
3170
3171VIDEO FOR LINUX
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003172P: Mauro Carvalho Chehab
Mauro Carvalho Chehab8d58d772006-01-27 16:32:02 -02003173M: mchehab@infradead.org
3174M: v4l-dvb-maintainer@linuxtv.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175L: video4linux-list@redhat.com
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003176W: http://linuxtv.org
Mauro Carvalho Chehabecfa4fd2005-12-19 09:15:13 -02003177T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
Mauro Carvalho Chehab96b6aba2005-06-28 20:45:20 -07003178S: Maintained
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179
Roger Lucas1de9e372005-11-26 20:20:05 +01003180VT8231 HARDWARE MONITOR DRIVER
3181P: Roger Lucas
3182M: roger@planbit.co.uk
3183L: lm-sensors@lm-sensors.org
3184S: Maintained
3185
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186W1 DALLAS'S 1-WIRE BUS
3187P: Evgeniy Polyakov
3188M: johnpol@2ka.mipt.ru
Jean Delvarecc0b07e2005-05-22 09:39:11 +02003189L: lm-sensors@lm-sensors.org
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190S: Maintained
3191
3192W83L51xD SD/MMC CARD INTERFACE DRIVER
3193P: Pierre Ossman
3194M: drzeus-wbsd@drzeus.cx
3195L: wbsd-devel@list.drzeus.cx
3196W: http://projects.drzeus.cx/wbsd
3197S: Maintained
3198
Wim Van Sebroeck35277612006-01-15 21:21:14 +01003199WATCHDOG DEVICE DRIVERS
3200P: Wim Van Sebroeck
3201M: wim@iguana.be
3202T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3203S: Maintained
3204
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3206P: Jean Tourrilhes
3207M: jt@hpl.hp.com
3208W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3209S: Maintained
3210
3211WD7000 SCSI DRIVER
3212P: Miroslav Zagorac
3213M: zaga@fly.cc.fer.hr
3214L: linux-scsi@vger.kernel.org
3215S: Maintained
3216
Dmitry Torokhov5fc14682005-11-20 00:50:06 -05003217WISTRON LAPTOP BUTTON DRIVER
3218P: Miloslav Trmac
3219M: mitr@volny.cz
3220S: Maintained
3221
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222WL3501 WIRELESS PCMCIA CARD DRIVER
3223P: Arnaldo Carvalho de Melo
3224M: acme@conectiva.com.br
3225W: http://advogato.org/person/acme
3226S: Maintained
3227
3228X.25 NETWORK LAYER
3229P: Henner Eisen
3230M: eis@baty.hanse.de
3231L: linux-x25@vger.kernel.org
3232S: Maintained
3233
3234XFS FILESYSTEM
3235P: Silicon Graphics Inc
3236M: xfs-masters@oss.sgi.com
3237M: nathans@sgi.com
Nathan Scottd7ede1a2006-06-13 16:28:11 +10003238L: xfs@oss.sgi.com
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239W: http://oss.sgi.com/projects/xfs
3240S: Supported
3241
3242X86 3-LEVEL PAGING (PAE) SUPPORT
3243P: Ingo Molnar
3244M: mingo@redhat.com
3245S: Maintained
3246
3247X86-64 port
3248P: Andi Kleen
3249M: ak@suse.de
3250L: discuss@x86-64.org
3251W: http://www.x86-64.org
3252S: Maintained
3253
3254YAM DRIVER FOR AX.25
3255P: Jean-Paul Roubelat
3256M: jpr@f6fbb.org
3257L: linux-hams@vger.kernel.org
3258S: Maintained
3259
Henkaf64a5e2005-10-12 15:02:56 +02003260YEALINK PHONE DRIVER
3261P: Henk Vergonet
3262M: Henk.Vergonet@gmail.com
3263L: usbb2k-api-dev@nongnu.org
3264S: Maintained
3265
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3267P: Pete Zaitcev
3268M: zaitcev@yahoo.com
3269L: linux-kernel@vger.kernel.org
3270S: Obsolete
3271
3272Z8530 DRIVER FOR AX.25
3273P: Joerg Reuter
3274M: jreuter@yaina.de
3275W: http://yaina.de/jreuter/
3276W: http://www.qsl.net/dl1bke/
3277L: linux-hams@vger.kernel.org
3278S: Maintained
3279
3280ZF MACHZ WATCHDOG
3281P: Fernando Fuganti
3282M: fuganti@netbank.com.br
3283W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3284S: Maintained
3285
3286ZR36067 VIDEO FOR LINUX DRIVER
3287P: Ronald Bultje
3288M: rbultje@ronald.bitfreak.net
3289L: mjpeg-users@lists.sourceforge.net
3290W: http://mjpeg.sourceforge.net/driver-zoran/
3291S: Maintained
3292
3293ZR36120 VIDEO FOR LINUX DRIVER
3294P: Pauline Middelink
3295M: middelin@polyware.nl
3296W: http://www.polyware.nl/~middelin/En/hobbies.html
3297W: http://www.polyware.nl/~middelin/hobbies.html
3298S: Maintained
3299
3300THE REST
3301P: Linus Torvalds
3302S: Buried alive in reporters