Merge branch 'upstream-fixes' into upstream
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / MAINTAINERS
1
2 List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below. This will make things
5 easier on the maintainers. Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
11 2. 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
19 3. 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
23 4. When you are happy with a change make it generally available for
24 testing and await feedback.
25
26 5. 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
43 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
48 6. 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
52 7. 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
56 8. Happy hacking.
57
58 -----------------------------------
59
60 Maintainers List (try to look for most precise areas first)
61
62 Note: For the hard of thinking, this list is meant to remain in alphabetical
63 order. If you could add yourselves to it in alphabetical order that would be
64 so much easier [Ed]
65
66 P: Person
67 M: Mail patches to
68 L: Mailing list that is relevant to this area
69 W: Web-page with status/info
70 T: SCM tree type and location. Type is one of: git, hg, quilt.
71 S: 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
83 3C359 NETWORK DRIVER
84 P: Mike Phillips
85 M: mikep@linuxtr.net
86 L: netdev@vger.kernel.org
87 L: linux-tr@linuxtr.net
88 W: http://www.linuxtr.net
89 S: Maintained
90
91 3C505 NETWORK DRIVER
92 P: Philip Blundell
93 M: philb@gnu.org
94 L: netdev@vger.kernel.org
95 S: Maintained
96
97 3CR990 NETWORK DRIVER
98 P: David Dillow
99 M: dave@thedillows.org
100 L: netdev@vger.kernel.org
101 S: Maintained
102
103 3W-XXXX ATA-RAID CONTROLLER DRIVER
104 P: Adam Radford
105 M: linuxraid@amcc.com
106 L: linux-scsi@vger.kernel.org
107 W: http://www.amcc.com
108 S: Supported
109
110 3W-9XXX SATA-RAID CONTROLLER DRIVER
111 P: Adam Radford
112 M: linuxraid@amcc.com
113 L: linux-scsi@vger.kernel.org
114 W: http://www.amcc.com
115 S: Supported
116
117 53C700 AND 53C700-66 SCSI DRIVER
118 P: James E.J. Bottomley
119 M: James.Bottomley@HansenPartnership.com
120 L: linux-scsi@vger.kernel.org
121 S: Maintained
122
123 6PACK NETWORK DRIVER FOR AX.25
124 P: Andreas Koensgen
125 M: ajk@iehk.rwth-aachen.de
126 L: linux-hams@vger.kernel.org
127 S: Maintained
128
129 8139CP 10/100 FAST ETHERNET DRIVER
130 P: Jeff Garzik
131 M: jgarzik@pobox.com
132 S: Maintained
133
134 8139TOO 10/100 FAST ETHERNET DRIVER
135 P: Jeff Garzik
136 M: jgarzik@pobox.com
137 W: http://sourceforge.net/projects/gkernel/
138 S: Maintained
139
140 8169 10/100/1000 GIGABIT ETHERNET DRIVER
141 P: Francois Romieu
142 M: romieu@fr.zoreil.com
143 L: netdev@vger.kernel.org
144 S: Maintained
145
146 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147 P: Russell King
148 M: rmk+serial@arm.linux.org.uk
149 L: linux-serial@vger.kernel.org
150 W: http://serial.sourceforge.net
151 S: Maintained
152
153 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
154 P: Paul Gortmaker
155 M: p_gortmaker@yahoo.com
156 L: netdev@vger.kernel.org
157 S: Maintained
158
159 9P FILE SYSTEM
160 P: Eric Van Hensbergen
161 M: ericvh@gmail.com
162 P: Ron Minnich
163 M: rminnich@lanl.gov
164 P: Latchesar Ionkov
165 M: lucho@ionkov.net
166 L: v9fs-developer@lists.sourceforge.net
167 W: http://v9fs.sf.net
168 T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
169 S: Maintained
170
171 A2232 SERIAL BOARD DRIVER
172 P: Enver Haase
173 M: ehaase@inf.fu-berlin.de
174 M: A2232@gmx.net
175 L: linux-m68k@lists.linux-m68k.org
176 S: Maintained
177
178 AIO
179 P: Benjamin LaHaise
180 M: bcrl@kvack.org
181 L: linux-aio@kvack.org
182 S: Supported
183
184 ACENIC DRIVER
185 P: Jes Sorensen
186 M: jes@trained-monkey.org
187 L: linux-acenic@sunsite.dk
188 S: Maintained
189
190 ACI MIXER DRIVER
191 P: Robert Siemer
192 M: Robert.Siemer@gmx.de
193 L: linux-sound@vger.kernel.org
194 W: http://www.stud.uni-karlsruhe.de/~uh1b/
195 S: Maintained
196
197 AACRAID SCSI RAID DRIVER
198 P: Adaptec OEM Raid Solutions
199 L: linux-scsi@vger.kernel.org
200 W: http://linux.dell.com/storage.shtml
201 S: Supported
202
203 ACPI
204 P: Len Brown
205 M: len.brown@intel.com
206 L: linux-acpi@vger.kernel.org
207 W: http://acpi.sourceforge.net/
208 T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
209 S: Maintained
210
211 AD1816 SOUND DRIVER
212 P: Thorsten Knabe
213 M: Thorsten Knabe <linux@thorsten-knabe.de>
214 W: http://linux.thorsten-knabe.de
215 S: Maintained
216
217 AD1889 SOUND DRIVER
218 P: Kyle McMartin
219 M: kyle@parisc-linux.org
220 P: Thibaut Varene
221 M: T-Bone@parisc-linux.org
222 W: http://wiki.parisc-linux.org/AD1889
223 L: parisc-linux@lists.parisc-linux.org
224 S: Maintained
225
226 ADM1025 HARDWARE MONITOR DRIVER
227 P: Jean Delvare
228 M: khali@linux-fr.org
229 L: lm-sensors@lm-sensors.org
230 S: Maintained
231
232 ADT746X FAN DRIVER
233 P: Colin Leroy
234 M: colin@colino.net
235 S: Maintained
236
237 AEDSP16 DRIVER
238 P: Riccardo Facchetti
239 M: fizban@tin.it
240 S: Maintained
241
242 AFFS FILE SYSTEM
243 P: Roman Zippel
244 M: zippel@linux-m68k.org
245 S: Maintained
246
247 AGPGART DRIVER
248 P: Dave Jones
249 M: davej@codemonkey.org.uk
250 W: http://www.codemonkey.org.uk/projects/agp/
251 T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
252 S: Maintained
253
254 AHA152X SCSI DRIVER
255 P: Juergen E. Fischer
256 M: Juergen Fischer <fischer@norbit.de>
257 L: linux-scsi@vger.kernel.org
258 S: Maintained
259
260 ALCATEL SPEEDTOUCH USB DRIVER
261 P: Duncan Sands
262 M: duncan.sands@free.fr
263 L: linux-usb-users@lists.sourceforge.net
264 L: linux-usb-devel@lists.sourceforge.net
265 W: http://www.linux-usb.org/SpeedTouch/
266 S: Maintained
267
268 ALI1563 I2C DRIVER
269 P: Rudolf Marek
270 M: r.marek@sh.cvut.cz
271 L: lm-sensors@lm-sensors.org
272 S: Maintained
273
274 ALPHA PORT
275 P: Richard Henderson
276 M: rth@twiddle.net
277 S: Odd Fixes for 2.4; Maintained for 2.6.
278 P: Ivan Kokshaysky
279 M: ink@jurassic.park.msu.ru
280 S: Maintained for 2.4; PCI support for 2.6.
281
282 AMD GEODE PROCESSOR/CHIPSET SUPPORT
283 P: Jordan Crouse
284 M: info-linux@geode.amd.com
285 L: info-linux@geode.amd.com
286 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
287 S: Supported
288
289 APM DRIVER
290 P: Stephen Rothwell
291 M: sfr@canb.auug.org.au
292 L: linux-laptop@vger.kernel.org
293 W: http://www.canb.auug.org.au/~sfr/
294 S: Supported
295
296 APPLETALK NETWORK LAYER
297 P: Arnaldo Carvalho de Melo
298 M: acme@conectiva.com.br
299 S: Maintained
300
301 ARC FRAMEBUFFER DRIVER
302 P: Jaya Kumar
303 M: jayalk@intworks.biz
304 S: Maintained
305
306 ARM26 ARCHITECTURE
307 P: Ian Molton
308 M: spyro@f2s.com
309 S: Maintained
310
311 ARM26/ARCHIMEDES
312 P: Ian Molton
313 M: spyro@f2s.com
314 S: Maintained
315
316 ARM26/A5000
317 P: John Appleby
318 M: john@dnsworld.co.uk
319 S: Maintained
320
321 ARM MFM AND FLOPPY DRIVERS
322 P: Ian Molton
323 M: spyro@f2s.com
324 S: Maintained
325
326 ARM/CORGI MACHINE SUPPORT
327 P: Richard Purdie
328 M: rpurdie@rpsys.net
329 S: Maintained
330
331 ARM/TOSA MACHINE SUPPORT
332 P: Dirk Opfer
333 M: dirk@opfer-online.de
334 S: Maintained
335
336 ARM/PLEB SUPPORT
337 P: Peter Chubb
338 M: pleb@gelato.unsw.edu.au
339 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
340 S: Maintained
341
342 ARM/PT DIGITAL BOARD PORT
343 P: Stefan Eletzhofer
344 M: stefan.eletzhofer@eletztrick.de
345 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
346 W: http://www.arm.linux.org.uk/
347 S: Maintained
348
349 ARM/SHARK MACHINE SUPPORT
350 P: Alexander Schulz
351 M: alex@shark-linux.de
352 W: http://www.shark-linux.de/shark.html
353 S: Maintained
354
355 ARM/STRONGARM110 PORT
356 P: Russell King
357 M: rmk@arm.linux.org.uk
358 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
359 W: http://www.arm.linux.org.uk/
360 S: Maintained
361
362 ARM/S3C2410 ARM ARCHITECTURE
363 P: Ben Dooks
364 M: ben-s3c2410@fluff.org
365 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
366 W: http://www.fluff.org/ben/linux/
367 S: Maintained
368
369 ARM/S3C2440 ARM ARCHITECTURE
370 P: Ben Dooks
371 M: ben-s3c2440@fluff.org
372 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
373 W: http://www.fluff.org/ben/linux/
374 S: Maintained
375
376 ARPD SUPPORT
377 P: Jonathan Layes
378 L: netdev@vger.kernel.org
379 S: Maintained
380
381 ASUS ACPI EXTRAS DRIVER
382 P: Karol Kozimor
383 M: sziwan@users.sourceforge.net
384 P: Julien Lerouge
385 M: julien.lerouge@free.fr
386 L: acpi4asus-user@lists.sourceforge.net
387 W: http://sourceforge.net/projects/acpi4asus
388 W: http://julien.lerouge.free.fr
389 S: Maintained
390
391 ATA OVER ETHERNET DRIVER
392 P: Ed L. Cashin
393 M: ecashin@coraid.com
394 W: http://www.coraid.com/support/linux
395 S: Supported
396
397 ATM
398 P: Chas Williams
399 M: chas@cmf.nrl.navy.mil
400 L: linux-atm-general@lists.sourceforge.net
401 W: http://linux-atm.sourceforge.net
402 S: Maintained
403
404 ATMEL WIRELESS DRIVER
405 P: Simon Kelley
406 M: simon@thekelleys.org.uk
407 W: http://www.thekelleys.org.uk/atmel
408 W: http://atmelwlandriver.sourceforge.net/
409 S: Maintained
410
411 AUDIT SUBSYSTEM
412 P: David Woodhouse
413 M: dwmw2@infradead.org
414 L: linux-audit@redhat.com
415 W: http://people.redhat.com/sgrubb/audit/
416 T: git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
417 S: Maintained
418
419 AX.25 NETWORK LAYER
420 P: Ralf Baechle
421 M: ralf@linux-mips.org
422 L: linux-hams@vger.kernel.org
423 W: http://www.linux-ax25.org/
424 S: Maintained
425
426 BAYCOM/HDLCDRV DRIVERS FOR AX.25
427 P: Thomas Sailer
428 M: t.sailer@alumni.ethz.ch
429 L: linux-hams@vger.kernel.org
430 W: http://www.baycom.org/~tom/ham/ham.html
431 S: Maintained
432
433 BCM43XX WIRELESS DRIVER
434 P: Michael Buesch
435 M: mb@bu3sch.de
436 P: Stefano Brivio
437 M: st3@riseup.net
438 W: http://bcm43xx.berlios.de/
439 S: Maintained
440
441 BEFS FILE SYSTEM
442 P: Sergey S. Kostyliov
443 M: rathamahata@php4.ru
444 L: linux-kernel@vger.kernel.org
445 S: Maintained
446
447 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
448 P: Kenji Hollis
449 W: http://ftp.bitgate.com/pcwd/
450 S: Maintained
451
452 BFS FILE SYSTEM
453 P: Tigran A. Aivazian
454 M: tigran@veritas.com
455 L: linux-kernel@vger.kernel.org
456 S: Maintained
457
458 BLOCK LAYER
459 P: Jens Axboe
460 M: axboe@suse.de
461 L: linux-kernel@vger.kernel.org
462 T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
463 S: Maintained
464
465 BLUETOOTH SUBSYSTEM
466 P: Marcel Holtmann
467 M: marcel@holtmann.org
468 P: Maxim Krasnyansky
469 M: maxk@qualcomm.com
470 L: bluez-devel@lists.sf.net
471 W: http://bluez.sf.net
472 W: http://www.bluez.org
473 W: http://www.holtmann.org/linux/bluetooth/
474 T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
475 S: Maintained
476
477 BLUETOOTH RFCOMM LAYER
478 P: Marcel Holtmann
479 M: marcel@holtmann.org
480 P: Maxim Krasnyansky
481 M: maxk@qualcomm.com
482 S: Maintained
483
484 BLUETOOTH BNEP LAYER
485 P: Marcel Holtmann
486 M: marcel@holtmann.org
487 P: Maxim Krasnyansky
488 M: maxk@qualcomm.com
489 S: Maintained
490
491 BLUETOOTH CMTP LAYER
492 P: Marcel Holtmann
493 M: marcel@holtmann.org
494 S: Maintained
495
496 BLUETOOTH HIDP LAYER
497 P: Marcel Holtmann
498 M: marcel@holtmann.org
499 S: Maintained
500
501 BLUETOOTH HCI UART DRIVER
502 P: Marcel Holtmann
503 M: marcel@holtmann.org
504 P: Maxim Krasnyansky
505 M: maxk@qualcomm.com
506 S: Maintained
507
508 BLUETOOTH HCI USB DRIVER
509 P: Marcel Holtmann
510 M: marcel@holtmann.org
511 P: Maxim Krasnyansky
512 M: maxk@qualcomm.com
513 S: Maintained
514
515 BLUETOOTH HCI BCM203X DRIVER
516 P: Marcel Holtmann
517 M: marcel@holtmann.org
518 S: Maintained
519
520 BLUETOOTH HCI BPA10X DRIVER
521 P: Marcel Holtmann
522 M: marcel@holtmann.org
523 S: Maintained
524
525 BLUETOOTH HCI BFUSB DRIVER
526 P: Marcel Holtmann
527 M: marcel@holtmann.org
528 S: Maintained
529
530 BLUETOOTH HCI DTL1 DRIVER
531 P: Marcel Holtmann
532 M: marcel@holtmann.org
533 S: Maintained
534
535 BLUETOOTH HCI BLUECARD DRIVER
536 P: Marcel Holtmann
537 M: marcel@holtmann.org
538 S: Maintained
539
540 BLUETOOTH HCI BT3C DRIVER
541 P: Marcel Holtmann
542 M: marcel@holtmann.org
543 S: Maintained
544
545 BLUETOOTH HCI BTUART DRIVER
546 P: Marcel Holtmann
547 M: marcel@holtmann.org
548 S: Maintained
549
550 BLUETOOTH HCI VHCI DRIVER
551 P: Maxim Krasnyansky
552 M: maxk@qualcomm.com
553 S: Maintained
554
555 BONDING DRIVER
556 P: Chad Tindel
557 M: ctindel@users.sourceforge.net
558 P: Jay Vosburgh
559 M: fubar@us.ibm.com
560 L: bonding-devel@lists.sourceforge.net
561 W: http://sourceforge.net/projects/bonding/
562 S: Supported
563
564 BROADBAND PROCESSOR ARCHITECTURE
565 P: Arnd Bergmann
566 M: arnd@arndb.de
567 L: linuxppc-dev@ozlabs.org
568 W: http://linuxppc64.org
569 S: Supported
570
571 BTTV VIDEO4LINUX DRIVER
572 P: Mauro Carvalho Chehab
573 M: mchehab@infradead.org
574 M: v4l-dvb-maintainer@linuxtv.org
575 L: video4linux-list@redhat.com
576 W: http://linuxtv.org
577 T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
578 S: Maintained
579
580 COMMON INTERNET FILE SYSTEM (CIFS)
581 P: Steve French
582 M: sfrench@samba.org
583 L: linux-cifs-client@lists.samba.org
584 L: samba-technical@lists.samba.org
585 W: http://us1.samba.org/samba/Linux_CIFS_client.html
586 T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
587 S: Supported
588
589 CONFIGFS
590 P: Joel Becker
591 M: joel.becker@oracle.com
592 L: linux-kernel@vger.kernel.org
593 S: Supported
594
595 CIRRUS LOGIC GENERIC FBDEV DRIVER
596 P: Jeff Garzik
597 M: jgarzik@pobox.com
598 L: linux-fbdev-devel@lists.sourceforge.net
599 S: Odd Fixes
600
601 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
602 P: Cirrus Logic Corporation (kernel 2.2 driver)
603 M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
604 P: Nils Faerber (port to kernel 2.4)
605 M: Nils Faerber <nils@kernelconcepts.de>
606 S: Maintained
607
608 CODA FILE SYSTEM
609 P: Jan Harkes
610 M: jaharkes@cs.cmu.edu
611 M: coda@cs.cmu.edu
612 L: codalist@coda.cs.cmu.edu
613 W: http://www.coda.cs.cmu.edu/
614 S: Maintained
615
616 COMPACTPCI HOTPLUG CORE
617 P: Scott Murray
618 M: scottm@somanetworks.com
619 M: scott@spiteful.org
620 L: pcihpd-discuss@lists.sourceforge.net
621 S: Supported
622
623 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
624 P: Scott Murray
625 M: scottm@somanetworks.com
626 M: scott@spiteful.org
627 L: pcihpd-discuss@lists.sourceforge.net
628 S: Supported
629
630 COMPACTPCI HOTPLUG GENERIC DRIVER
631 P: Scott Murray
632 M: scottm@somanetworks.com
633 M: scott@spiteful.org
634 L: pcihpd-discuss@lists.sourceforge.net
635 S: Supported
636
637 COMPUTONE INTELLIPORT MULTIPORT CARD
638 P: Michael H. Warfield
639 M: mhw@wittsend.com
640 W: http://www.wittsend.com/computone.html
641 S: Maintained
642
643 COSA/SRP SYNC SERIAL DRIVER
644 P: Jan "Yenya" Kasprzak
645 M: kas@fi.muni.cz
646 W: http://www.fi.muni.cz/~kas/cosa/
647 S: Maintained
648
649 CPU FREQUENCY DRIVERS
650 P: Dave Jones
651 M: davej@codemonkey.org.uk
652 L: cpufreq@lists.linux.org.uk
653 W: http://www.codemonkey.org.uk/projects/cpufreq/
654 T: git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
655 S: Maintained
656
657 CPUID/MSR DRIVER
658 P: H. Peter Anvin
659 M: hpa@zytor.com
660 S: Maintained
661
662 CPUSETS
663 P: Paul Jackson
664 P: Simon Derr
665 M: pj@sgi.com
666 M: simon.derr@bull.net
667 L: linux-kernel@vger.kernel.org
668 W: http://www.bullopensource.org/cpuset/
669 S: Supported
670
671 CRAMFS FILESYSTEM
672 W: http://sourceforge.net/projects/cramfs/
673 S: Orphan
674
675 CRIS PORT
676 P: Mikael Starvik
677 M: starvik@axis.com
678 L: dev-etrax@axis.com
679 W: http://developer.axis.com
680 S: Maintained
681
682 CRYPTO API
683 P: Herbert Xu
684 M: herbert@gondor.apana.org.au
685 P: David S. Miller
686 M: davem@davemloft.net
687 L: linux-crypto@vger.kernel.org
688 T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
689 S: Maintained
690
691 CS5535 Audio ALSA driver
692 P: Jaya Kumar
693 M: jayakumar.alsa@gmail.com
694 S: Maintained
695
696 CYBERPRO FB DRIVER
697 P: Russell King
698 M: rmk@arm.linux.org.uk
699 W: http://www.arm.linux.org.uk/
700 S: Maintained
701
702 CYBLAFB FRAMEBUFFER DRIVER
703 P: Knut Petersen
704 M: Knut_Petersen@t-online.de
705 L: linux-fbdev-devel@lists.sourceforge.net
706 S: Maintained
707
708 CYCLADES 2X SYNC CARD DRIVER
709 P: Arnaldo Carvalho de Melo
710 M: acme@conectiva.com.br
711 W: http://advogato.org/person/acme
712 L: cycsyn-devel@bazar.conectiva.com.br
713 S: Maintained
714
715 CYCLADES ASYNC MUX DRIVER
716 M: async@cyclades.com
717 W: http://www.cyclades.com/
718 S: Supported
719
720 CYCLADES PC300 DRIVER
721 M: pc300@cyclades.com
722 W: http://www.cyclades.com/
723 S: Supported
724
725 DAMA SLAVE for AX.25
726 P: Joerg Reuter
727 M: jreuter@yaina.de
728 W: http://yaina.de/jreuter/
729 W: http://www.qsl.net/dl1bke/
730 L: linux-hams@vger.kernel.org
731 S: Maintained
732
733 DC395x SCSI driver
734 P: Oliver Neukum
735 M: oliver@neukum.name
736 P: Ali Akcaagac
737 M: aliakc@web.de
738 P: Jamie Lenehan
739 M: lenehan@twibble.org
740 W: http://twibble.org/dist/dc395x/
741 L: http://lists.twibble.org/mailman/listinfo/dc395x/
742 S: Maintained
743
744 DC390/AM53C974 SCSI driver
745 P: Kurt Garloff
746 M: garloff@suse.de
747 W: http://www.garloff.de/kurt/linux/dc390/
748 P: Guennadi Liakhovetski
749 M: g.liakhovetski@gmx.de
750 S: Maintained
751
752 DCCP PROTOCOL
753 P: Arnaldo Carvalho de Melo
754 M: acme@mandriva.com
755 L: dccp@vger.kernel.org
756 W: http://linux-net.osdl.org/index.php/DCCP
757 S: Maintained
758
759 DECnet NETWORK LAYER
760 P: Patrick Caulfield
761 M: patrick@tykepenguin.com
762 W: http://linux-decnet.sourceforge.net
763 L: linux-decnet-user@lists.sourceforge.net
764 S: Maintained
765
766 DEFXX FDDI NETWORK DRIVER
767 P: Maciej W. Rozycki
768 M: macro@linux-mips.org
769 S: Maintained
770
771 DELL LAPTOP SMM DRIVER
772 P: Massimo Dal Zotto
773 M: dz@debian.org
774 W: http://www.debian.org/~dz/i8k/
775 S: Maintained
776
777 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
778 P: Doug Warzecha
779 M: Douglas_Warzecha@dell.com
780 S: Maintained
781
782 DEVICE-MAPPER
783 P: Alasdair Kergon
784 L: dm-devel@redhat.com
785 W: http://sources.redhat.com/dm
786 S: Maintained
787
788 DEVICE NUMBER REGISTRY
789 P: Torben Mathiasen
790 M: device@lanana.org
791 W: http://lanana.org/docs/device-list/index.html
792 L: linux-kernel@vger.kernel.org
793 S: Maintained
794
795 DEVICE FILESYSTEM
796 S: Obsolete
797
798 DIGI INTL. EPCA DRIVER
799 P: Digi International, Inc
800 M: Eng.Linux@digi.com
801 L: Eng.Linux@digi.com
802 W: http://www.digi.com
803 S: Orphaned
804
805 DIGI RIGHTSWITCH NETWORK DRIVER
806 P: Rick Richardson
807 L: netdev@vger.kernel.org
808 W: http://www.digi.com
809 S: Orphaned
810
811 DIRECTORY NOTIFICATION
812 P: Stephen Rothwell
813 M: sfr@canb.auug.org.au
814 L: linux-kernel@vger.kernel.org
815 S: Supported
816
817 DISK GEOMETRY AND PARTITION HANDLING
818 P: Andries Brouwer
819 M: aeb@cwi.nl
820 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
821 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
822 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
823 S: Maintained
824
825 DISKQUOTA:
826 P: Jan Kara
827 M: jack@suse.cz
828 L: linux-kernel@vger.kernel.org
829 S: Maintained
830
831 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
832 P: Tobias Ringstrom
833 M: tori@unhappy.mine.nu
834 L: linux-kernel@vger.kernel.org
835 S: Maintained
836
837 DOCBOOK FOR DOCUMENTATION
838 P: Martin Waitz
839 M: tali@admingilde.org
840 T: git http://tali.admingilde.org/git/linux-docbook.git
841 S: Maintained
842
843 DOUBLETALK DRIVER
844 P: James R. Van Zandt
845 M: jrv@vanzandt.mv.com
846 L: blinux-list@redhat.com
847 S: Maintained
848
849 DRIVER CORE, KOBJECTS, AND SYSFS
850 P: Greg Kroah-Hartman
851 M: gregkh@suse.de
852 L: linux-kernel@vger.kernel.org
853 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
854 S: Supported
855
856 DRM DRIVERS
857 P: David Airlie
858 M: airlied@linux.ie
859 L: dri-devel@lists.sourceforge.net
860 T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
861 S: Maintained
862
863 DSCC4 DRIVER
864 P: François Romieu
865 M: romieu@cogenit.fr
866 M: romieu@ensta.fr
867 S: Maintained
868
869 DVB SUBSYSTEM AND DRIVERS
870 P: LinuxTV.org Project
871 M: v4l-dvb-maintainer@linuxtv.org
872 L: linux-dvb@linuxtv.org (subscription required)
873 W: http://linuxtv.org/
874 T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
875 S: Maintained
876
877 EATA-DMA SCSI DRIVER
878 P: Michael Neuffer
879 L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
880 S: Maintained
881
882 EATA ISA/EISA/PCI SCSI DRIVER
883 P: Dario Ballabio
884 M: ballabio_dario@emc.com
885 L: linux-scsi@vger.kernel.org
886 S: Maintained
887
888 EATA-PIO SCSI DRIVER
889 P: Michael Neuffer
890 M: mike@i-Connect.Net
891 L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org
892 S: Maintained
893
894 EBTABLES
895 P: Bart De Schuymer
896 M: bart.de.schuymer@pandora.be
897 L: ebtables-user@lists.sourceforge.net
898 L: ebtables-devel@lists.sourceforge.net
899 W: http://ebtables.sourceforge.net/
900 S: Maintained
901
902 EDAC-CORE
903 P: Doug Thompson
904 M: norsk5@xmission.com, dthompson@linuxnetworx.com
905 P: Dave Peterson
906 M: dsp@llnl.gov, dave_peterson@pobox.com
907 L: bluesmoke-devel@lists.sourceforge.net
908 W: bluesmoke.sourceforge.net
909 S: Maintained
910
911 EDAC-E752X
912 P: Dave Peterson
913 M: dsp@llnl.gov, dave_peterson@pobox.com
914 L: bluesmoke-devel@lists.sourceforge.net
915 W: bluesmoke.sourceforge.net
916 S: Maintained
917
918 EDAC-E7XXX
919 P: Dave Peterson
920 M: dsp@llnl.gov, dave_peterson@pobox.com
921 L: bluesmoke-devel@lists.sourceforge.net
922 W: bluesmoke.sourceforge.net
923 S: Maintained
924
925 EDAC-R82600
926 P: Tim Small
927 M: tim@buttersideup.com
928 L: bluesmoke-devel@lists.sourceforge.net
929 W: bluesmoke.sourceforge.net
930 S: Maintained
931
932 EEPRO100 NETWORK DRIVER
933 P: Andrey V. Savochkin
934 M: saw@saw.sw.com.sg
935 S: Maintained
936
937 EMU10K1 SOUND DRIVER
938 P: James Courtier-Dutton
939 M: James@superbug.demon.co.uk
940 L: emu10k1-devel@lists.sourceforge.net
941 W: http://sourceforge.net/projects/emu10k1/
942 S: Maintained
943
944 EMULEX LPFC FC SCSI DRIVER
945 P: James Smart
946 M: james.smart@emulex.com
947 L: linux-scsi@vger.kernel.org
948 W: http://sourceforge.net/projects/lpfcxxxx
949 S: Supported
950
951 EPSON 1355 FRAMEBUFFER DRIVER
952 P: Christopher Hoover
953 M: ch@murgatroid.com, ch@hpl.hp.com
954 S: Maintained
955
956 ETHEREXPRESS-16 NETWORK DRIVER
957 P: Philip Blundell
958 M: philb@gnu.org
959 L: netdev@vger.kernel.org
960 S: Maintained
961
962 ETHERNET BRIDGE
963 P: Stephen Hemminger
964 M: shemminger@osdl.org
965 L: bridge@osdl.org
966 W: http://bridge.sourceforge.net/
967 S: Maintained
968
969 ETHERTEAM 16I DRIVER
970 P: Mika Kuoppala
971 M: miku@iki.fi
972 S: Maintained
973
974 EXT2 FILE SYSTEM
975 L: ext2-devel@lists.sourceforge.net
976 S: Maintained
977
978 EXT3 FILE SYSTEM
979 P: Stephen Tweedie, Andrew Morton
980 M: sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
981 L: ext2-devel@lists.sourceforge.net
982 S: Maintained
983
984 F71805F HARDWARE MONITORING DRIVER
985 P: Jean Delvare
986 M: khali@linux-fr.org
987 L: lm-sensors@lm-sensors.org
988 S: Maintained
989
990 FARSYNC SYNCHRONOUS DRIVER
991 P: Kevin Curtis
992 M: kevin.curtis@farsite.co.uk
993 W: http://www.farsite.co.uk/
994 S: Supported
995
996 FRAMEBUFFER LAYER
997 P: Antonino Daplas
998 M: adaplas@pol.net
999 L: linux-fbdev-devel@lists.sourceforge.net
1000 W: http://linux-fbdev.sourceforge.net/
1001 S: Maintained
1002
1003 FREESCALE SOC FS_ENET DRIVER
1004 P: Pantelis Antoniou
1005 M: pantelis.antoniou@gmail.com
1006 P: Vitaly Bordug
1007 M: vbordug@ru.mvista.com
1008 L: linuxppc-embedded@ozlabs.org
1009 L: netdev@vger.kernel.org
1010 S: Maintained
1011
1012 FILE LOCKING (flock() and fcntl()/lockf())
1013 P: Matthew Wilcox
1014 M: matthew@wil.cx
1015 L: linux-fsdevel@vger.kernel.org
1016 S: Maintained
1017
1018 FILESYSTEMS (VFS and infrastructure)
1019 P: Alexander Viro
1020 M: viro@zeniv.linux.org.uk
1021 S: Maintained
1022
1023 FIRMWARE LOADER (request_firmware)
1024 L: linux-kernel@vger.kernel.org
1025 S: Orphan
1026
1027 FPU EMULATOR
1028 P: Bill Metzenthen
1029 M: billm@suburbia.net
1030 W: http://suburbia.net/~billm/floating-point/emulator/
1031 S: Maintained
1032
1033 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1034 P: Mike McLagan
1035 M: mike.mclagan@linux.org
1036 L: netdev@vger.kernel.org
1037 S: Maintained
1038
1039 FREEVXFS FILESYSTEM
1040 P: Christoph Hellwig
1041 M: hch@infradead.org
1042 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1043 S: Maintained
1044
1045 FUJITSU FR-V PORT
1046 P: David Howells
1047 M: dhowells@redhat.com
1048 S: Maintained
1049
1050 FTAPE/QIC-117
1051 L: linux-tape@vger.kernel.org
1052 W: http://sourceforge.net/projects/ftape
1053 S: Orphan
1054
1055 FUSE: FILESYSTEM IN USERSPACE
1056 P: Miklos Szeredi
1057 M: miklos@szeredi.hu
1058 L: fuse-devel@lists.sourceforge.net
1059 W: http://fuse.sourceforge.net/
1060 S: Maintained
1061
1062 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1063 P: Rik Faith
1064 M: faith@cs.unc.edu
1065 L: linux-scsi@vger.kernel.org
1066 S: Odd fixes (e.g., new signatures)
1067
1068 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1069 P: Achim Leubner
1070 M: achim_leubner@adaptec.com
1071 L: linux-scsi@vger.kernel.org
1072 W: http://www.icp-vortex.com/
1073 S: Supported
1074
1075 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1076 P: Krzysztof Halasa
1077 M: khc@pm.waw.pl
1078 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
1079 S: Maintained
1080
1081 GIGASET ISDN DRIVERS
1082 P: Hansjoerg Lipp
1083 M: hjlipp@web.de
1084 P: Tilman Schmidt
1085 M: tilman@imap.cc
1086 L: gigaset307x-common@lists.sourceforge.net
1087 W: http://gigaset307x.sourceforge.net/
1088 S: Maintained
1089
1090 HARDWARE MONITORING
1091 P: Jean Delvare
1092 M: khali@linux-fr.org
1093 L: lm-sensors@lm-sensors.org
1094 W: http://www.lm-sensors.nu/
1095 S: Maintained
1096
1097 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1098 P: Robert Love
1099 M: rlove@rlove.org
1100 M: linux-kernel@vger.kernel.org
1101 W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1102 S: Maintained
1103
1104 HARMONY SOUND DRIVER
1105 P: Kyle McMartin
1106 M: kyle@parisc-linux.org
1107 W: http://www.parisc-linux.org/~kyle/harmony/
1108 L: parisc-linux@lists.parisc-linux.org
1109 S: Maintained
1110
1111 HAYES ESP SERIAL DRIVER
1112 P: Andrew J. Robinson
1113 M: arobinso@nyx.net
1114 L: linux-kernel@vger.kernel.org
1115 W: http://www.nyx.net/~arobinso
1116 S: Maintained
1117
1118 HFS FILESYSTEM
1119 P: Roman Zippel
1120 M: zippel@linux-m68k.org
1121 L: linux-kernel@vger.kernel.org
1122 S: Maintained
1123
1124 HGA FRAMEBUFFER DRIVER
1125 P: Ferenc Bakonyi
1126 M: fero@drama.obuda.kando.hu
1127 L: linux-nvidia@lists.surfsouth.com
1128 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1129 S: Maintained
1130
1131 HIGH-SPEED SCC DRIVER FOR AX.25
1132 P: Klaus Kudielka
1133 M: klaus.kudielka@ieee.org
1134 L: linux-hams@vger.kernel.org
1135 W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1136 S: Maintained
1137
1138 HIPPI
1139 P: Jes Sorensen
1140 M: jes@trained-monkey.org
1141 L: linux-hippi@sunsite.dk
1142 S: Maintained
1143
1144 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1145 P: Chirag Kantharia
1146 M: chirag.kantharia@hp.com
1147 L: iss_storagedev@hp.com
1148 S: Maintained
1149
1150 HEWLETT-PACKARD SMART2 RAID DRIVER
1151 P: Chirag Kantharia
1152 M: chirag.kantharia@hp.com
1153 L: iss_storagedev@hp.com
1154 S: Maintained
1155
1156 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1157 P: Mike Miller
1158 M: mike.miller@hp.com
1159 L: iss_storagedev@hp.com
1160 S: Supported
1161
1162 HOST AP DRIVER
1163 P: Jouni Malinen
1164 M: jkmaline@cc.hut.fi
1165 L: hostap@shmoo.com
1166 W: http://hostap.epitest.fi/
1167 S: Maintained
1168
1169 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1170 P: Jaroslav Kysela
1171 M: perex@suse.cz
1172 S: Maintained
1173
1174 HPET: High Precision Event Timers driver (hpet.c)
1175 P: Clemens Ladisch
1176 M: clemens@ladisch.de
1177 S: Maintained
1178
1179 HPET: i386
1180 P: Venkatesh Pallipadi (Venki)
1181 M: venkatesh.pallipadi@intel.com
1182 S: Maintained
1183
1184 HPET: x86_64
1185 P: Andi Kleen and Vojtech Pavlik
1186 M: ak@muc.de and vojtech@suse.cz
1187 S: Maintained
1188
1189 HPET: ACPI hpet.c
1190 P: Bob Picco
1191 M: bob.picco@hp.com
1192 S: Maintained
1193
1194 HPFS FILESYSTEM
1195 P: Mikulas Patocka
1196 M: mikulas@artax.karlin.mff.cuni.cz
1197 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1198 S: Maintained
1199
1200 HUGETLB FILESYSTEM
1201 P: William Irwin
1202 M: wli@holomorphy.com
1203 S: Maintained
1204
1205 I2C SUBSYSTEM
1206 P: Jean Delvare
1207 M: khali@linux-fr.org
1208 L: lm-sensors@lm-sensors.org
1209 W: http://www.lm-sensors.nu/
1210 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1211 S: Maintained
1212
1213 I2O
1214 P: Markus Lidel
1215 M: markus.lidel@shadowconnect.com
1216 W: http://i2o.shadowconnect.com/
1217 S: Maintained
1218
1219 i386 BOOT CODE
1220 P: Riley H. Williams
1221 M: Riley@Williams.Name
1222 L: Linux-Kernel@vger.kernel.org
1223 S: Maintained
1224
1225 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1226 P: Dave Jones
1227 M: davej@codemonkey.org.uk
1228 P: H. Peter Anvin
1229 M: hpa@zytor.com
1230 S: Maintained
1231
1232 i810 TCO TIMER WATCHDOG
1233 P: Nils Faerber
1234 M: nils@kernelconcepts.de
1235 W: http://www.kernelconcepts.de/
1236 S: Maintained
1237
1238 IA64 (Itanium) PLATFORM
1239 P: Tony Luck
1240 M: tony.luck@intel.com
1241 L: linux-ia64@vger.kernel.org
1242 W: http://www.ia64-linux.org/
1243 T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1244 S: Maintained
1245
1246 SN-IA64 (Itanium) SUB-PLATFORM
1247 P: Jes Sorensen
1248 M: jes@sgi.com
1249 L: linux-altix@sgi.com
1250 L: linux-ia64@vger.kernel.org
1251 W: http://www.sgi.com/altix
1252 S: Maintained
1253
1254 IBM MCA SCSI SUBSYSTEM DRIVER
1255 P: Michael Lang
1256 M: langa2@kph.uni-mainz.de
1257 W: http://www.uni-mainz.de/~langm000/linux.html
1258 S: Maintained
1259
1260 IBM Power Linux RAID adapter
1261 P: Brian King
1262 M: brking@us.ibm.com
1263 S: Supported
1264
1265 IBM ServeRAID RAID DRIVER
1266 P: Jack Hammer
1267 P: Dave Jeffery
1268 M: ipslinux@adaptec.com
1269 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1270 S: Supported
1271
1272 IDE DRIVER [GENERAL]
1273 P: Bartlomiej Zolnierkiewicz
1274 M: B.Zolnierkiewicz@elka.pw.edu.pl
1275 L: linux-kernel@vger.kernel.org
1276 L: linux-ide@vger.kernel.org
1277 T: git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1278 S: Maintained
1279
1280 IDE/ATAPI CDROM DRIVER
1281 P: Jens Axboe
1282 M: axboe@suse.de
1283 L: linux-kernel@vger.kernel.org
1284 W: http://www.kernel.dk
1285 S: Maintained
1286
1287 IDE/ATAPI FLOPPY DRIVERS
1288 P: Paul Bristow
1289 M: Paul Bristow <paul@paulbristow.net>
1290 W: http://paulbristow.net/linux/idefloppy.html
1291 L: linux-kernel@vger.kernel.org
1292 S: Maintained
1293
1294 IDE/ATAPI TAPE DRIVERS
1295 P: Gadi Oxman
1296 M: Gadi Oxman <gadio@netvision.net.il>
1297 L: linux-kernel@vger.kernel.org
1298 S: Maintained
1299
1300 IEEE 1394 ETHERNET (eth1394)
1301 L: linux1394-devel@lists.sourceforge.net
1302 W: http://www.linux1394.org/
1303 S: Orphan
1304
1305 IEEE 1394 SUBSYSTEM
1306 P: Ben Collins
1307 M: bcollins@debian.org
1308 P: Jody McIntyre
1309 M: scjody@modernduck.com
1310 L: linux1394-devel@lists.sourceforge.net
1311 W: http://www.linux1394.org/
1312 T: git kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git
1313 S: Maintained
1314
1315 IEEE 1394 OHCI DRIVER
1316 P: Ben Collins
1317 M: bcollins@debian.org
1318 P: Jody McIntyre
1319 M: scjody@modernduck.com
1320 L: linux1394-devel@lists.sourceforge.net
1321 W: http://www.linux1394.org/
1322 S: Maintained
1323
1324 IEEE 1394 PCILYNX DRIVER
1325 P: Jody McIntyre
1326 M: scjody@modernduck.com
1327 L: linux1394-devel@lists.sourceforge.net
1328 W: http://www.linux1394.org/
1329 S: Maintained
1330
1331 IEEE 1394 RAW I/O DRIVER
1332 P: Ben Collins
1333 M: bcollins@debian.org
1334 P: Dan Dennedy
1335 M: dan@dennedy.org
1336 L: linux1394-devel@lists.sourceforge.net
1337 W: http://www.linux1394.org/
1338 S: Maintained
1339
1340 IEEE 1394 SBP2
1341 P: Ben Collins
1342 M: bcollins@debian.org
1343 P: Stefan Richter
1344 M: stefanr@s5r6.in-berlin.de
1345 L: linux1394-devel@lists.sourceforge.net
1346 W: http://www.linux1394.org/
1347 S: Maintained
1348
1349 IMS TWINTURBO FRAMEBUFFER DRIVER
1350 P: Paul Mundt
1351 M: lethal@chaoticdreams.org
1352 L: linux-fbdev-devel@lists.sourceforge.net
1353 S: Maintained
1354
1355 INFINIBAND SUBSYSTEM
1356 P: Roland Dreier
1357 M: rolandd@cisco.com
1358 P: Sean Hefty
1359 M: mshefty@ichips.intel.com
1360 P: Hal Rosenstock
1361 M: halr@voltaire.com
1362 L: openib-general@openib.org
1363 W: http://www.openib.org/
1364 T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1365 S: Supported
1366
1367 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1368 P: Dmitry Torokhov
1369 M: dtor_core@ameritech.net
1370 L: linux-input@atrey.karlin.mff.cuni.cz
1371 L: linux-joystick@atrey.karlin.mff.cuni.cz
1372 T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1373 S: Maintained
1374
1375 INOTIFY
1376 P: John McCutchan and Robert Love
1377 M: ttb@tentacle.dhs.org and rml@novell.com
1378 L: linux-kernel@vger.kernel.org
1379 S: Maintained
1380
1381 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1382 P: Sylvain Meyer
1383 M: sylvain.meyer@worldonline.fr
1384 L: linux-fbdev-devel@lists.sourceforge.net
1385 S: Maintained
1386
1387 INTEL 810/815 FRAMEBUFFER DRIVER
1388 P: Antonino Daplas
1389 M: adaplas@pol.net
1390 L: linux-fbdev-devel@lists.sourceforge.net
1391 S: Maintained
1392
1393 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1394 P: Ingo Molnar
1395 M: mingo@redhat.com
1396 S: Maintained
1397
1398 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1399 P: Jeff Garzik
1400 M: jgarzik@pobox.com
1401 W: http://sourceforge.net/projects/gkernel/
1402 S: Maintained
1403
1404 INTEL IA32 MICROCODE UPDATE SUPPORT
1405 P: Tigran Aivazian
1406 M: tigran@veritas.com
1407 S: Maintained
1408
1409 INTEL PRO/100 ETHERNET SUPPORT
1410 P: John Ronciak
1411 M: john.ronciak@intel.com
1412 P: Jesse Brandeburg
1413 M: jesse.brandeburg@intel.com
1414 P: Jeff Kirsher
1415 M: jeffrey.t.kirsher@intel.com
1416 P: Auke Kok
1417 M: auke-jan.h.kok@intel.com
1418 W: http://sourceforge.net/projects/e1000/
1419 S: Supported
1420
1421 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1422 P: Jeb Cramer
1423 M: cramerj@intel.com
1424 P: John Ronciak
1425 M: john.ronciak@intel.com
1426 P: Jesse Brandeburg
1427 M: jesse.brandeburg@intel.com
1428 P: Jeff Kirsher
1429 M: jeffrey.t.kirsher@intel.com
1430 P: Auke Kok
1431 M: auke-jan.h.kok@intel.com
1432 W: http://sourceforge.net/projects/e1000/
1433 S: Supported
1434
1435 INTEL PRO/10GbE SUPPORT
1436 P: Jeff Kirsher
1437 M: jeffrey.t.kirsher@intel.com
1438 P: Ayyappan Veeraiyan
1439 M: ayyappan.veeraiyan@intel.com
1440 P: John Ronciak
1441 M: john.ronciak@intel.com
1442 P: Jesse Brandeburg
1443 M: jesse.brandeburg@intel.com
1444 P: Auke Kok
1445 M: auke-jan.h.kok@intel.com
1446 W: http://sourceforge.net/projects/e1000/
1447 S: Supported
1448
1449 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1450 P: Yi Zhu
1451 M: yi.zhu@intel.com
1452 P: James Ketrenos
1453 M: jketreno@linux.intel.com
1454 L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1455 W: http://ipw2100.sourceforge.net
1456 S: Supported
1457
1458 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1459 P: Yi Zhu
1460 M: yi.zhu@intel.com
1461 P: James Ketrenos
1462 M: jketreno@linux.intel.com
1463 L: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1464 W: http://ipw2200.sourceforge.net
1465 S: Supported
1466
1467 IOC3 DRIVER
1468 P: Ralf Baechle
1469 M: ralf@linux-mips.org
1470 L: linux-mips@linux-mips.org
1471 S: Maintained
1472
1473 IP MASQUERADING:
1474 P: Juanjo Ciarlante
1475 M: jjciarla@raiz.uncu.edu.ar
1476 S: Maintained
1477
1478 IPATH DRIVER:
1479 P: Bryan O'Sullivan
1480 M: support@pathscale.com
1481 L: openib-general@openib.org
1482 S: Supported
1483
1484 IPMI SUBSYSTEM
1485 P: Corey Minyard
1486 M: minyard@acm.org
1487 L: openipmi-developer@lists.sourceforge.net
1488 W: http://openipmi.sourceforge.net/
1489 S: Supported
1490
1491 IPX NETWORK LAYER
1492 P: Arnaldo Carvalho de Melo
1493 M: acme@conectiva.com.br
1494 L: netdev@vger.kernel.org
1495 S: Maintained
1496
1497 IRDA SUBSYSTEM
1498 P: Samuel Ortiz
1499 M: samuel@sortiz.org
1500 L: irda-users@lists.sourceforge.net (subscribers-only)
1501 W: http://irda.sourceforge.net/
1502 S: Maintained
1503
1504 ISAPNP
1505 P: Jaroslav Kysela
1506 M: perex@suse.cz
1507 S: Maintained
1508
1509 ISDN SUBSYSTEM
1510 P: Karsten Keil
1511 M: kkeil@suse.de
1512 P: Kai Germaschewski
1513 M: kai.germaschewski@gmx.de
1514 L: isdn4linux@listserv.isdn4linux.de
1515 W: http://www.isdn4linux.de
1516 T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1517 S: Maintained
1518
1519 ISDN SUBSYSTEM (Eicon active card driver)
1520 P: Armin Schindler
1521 M: mac@melware.de
1522 L: isdn4linux@listserv.isdn4linux.de
1523 W: http://www.melware.de
1524 S: Maintained
1525
1526 JOURNALLING FLASH FILE SYSTEM (JFFS)
1527 P: Axis Communications AB
1528 M: jffs-dev@axis.com
1529 L: jffs-dev@axis.com
1530 W: http://www.developer.axis.com/software/jffs/
1531 S: Maintained
1532
1533 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1534 P: David Woodhouse
1535 M: dwmw2@infradead.org
1536 L: jffs-dev@axis.com
1537 W: http://sources.redhat.com/jffs2/
1538 S: Maintained
1539
1540 JFS FILESYSTEM
1541 P: Dave Kleikamp
1542 M: shaggy@austin.ibm.com
1543 L: jfs-discussion@lists.sourceforge.net
1544 W: http://jfs.sourceforge.net/
1545 T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1546 S: Supported
1547
1548 JOURNALLING LAYER FOR BLOCK DEVICS (JBD)
1549 P: Stephen Tweedie, Andrew Morton
1550 M: sct@redhat.com, akpm@osdl.org
1551 L: ext2-devel@lists.sourceforge.net
1552 S: Maintained
1553
1554 KCONFIG
1555 P: Roman Zippel
1556 M: zippel@linux-m68k.org
1557 L: kbuild-devel@lists.sourceforge.net
1558 S: Maintained
1559
1560 KDUMP
1561 P: Vivek Goyal
1562 M: vgoyal@in.ibm.com
1563 P: Haren Myneni
1564 M: hbabu@us.ibm.com
1565 L: fastboot@lists.osdl.org
1566 L: linux-kernel@vger.kernel.org
1567 W: http://lse.sourceforge.net/kdump/
1568 S: Maintained
1569
1570 KERNEL AUTOMOUNTER (AUTOFS)
1571 P: H. Peter Anvin
1572 M: hpa@zytor.com
1573 L: autofs@linux.kernel.org
1574 S: Odd Fixes
1575
1576 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1577 P: Ian Kent
1578 M: raven@themaw.net
1579 L: autofs@linux.kernel.org
1580 S: Maintained
1581
1582 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1583 P: Kai Germaschewski
1584 M: kai@germaschewski.name
1585 P: Sam Ravnborg
1586 M: sam@ravnborg.org
1587 T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1588 S: Maintained
1589
1590 KERNEL JANITORS
1591 P: Several
1592 L: kernel-janitors@osdl.org
1593 W: http://www.kerneljanitors.org/
1594 W: http://sf.net/projects/kernel-janitor/
1595 S: Maintained
1596
1597 KERNEL NFSD
1598 P: Neil Brown
1599 M: neilb@cse.unsw.edu.au
1600 L: nfs@lists.sourceforge.net
1601 W: http://nfs.sourceforge.net/
1602 W: http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1603 S: Maintained
1604
1605 KEXEC
1606 P: Eric Biederman
1607 M: ebiederm@xmission.com
1608 W: http://www.xmission.com/~ebiederm/files/kexec/
1609 L: linux-kernel@vger.kernel.org
1610 L: fastboot@osdl.org
1611 S: Maintained
1612
1613 KPROBES
1614 P: Prasanna S Panchamukhi
1615 M: prasanna@in.ibm.com
1616 P: Ananth N Mavinakayanahalli
1617 M: ananth@in.ibm.com
1618 P: Anil S Keshavamurthy
1619 M: anil.s.keshavamurthy@intel.com
1620 P: David S. Miller
1621 M: davem@davemloft.net
1622 L: linux-kernel@vger.kernel.org
1623 S: Maintained
1624
1625 LAPB module
1626 P: Henner Eisen
1627 M: eis@baty.hanse.de
1628 L: linux-x25@vger.kernel.org
1629 S: Maintained
1630
1631 LASI 53c700 driver for PARISC
1632 P: James E.J. Bottomley
1633 M: James.Bottomley@HansenPartnership.com
1634 L: linux-scsi@vger.kernel.org
1635 S: Maintained
1636
1637 LED SUBSYSTEM
1638 P: Richard Purdie
1639 M: rpurdie@rpsys.net
1640 S: Maintained
1641
1642 LEGO USB Tower driver
1643 P: Juergen Stuber
1644 M: starblue@users.sourceforge.net
1645 L: legousb-devel@lists.sourceforge.net
1646 W: http://legousb.sourceforge.net/
1647 S: Maintained
1648
1649 LINUX FOR IBM pSERIES (RS/6000)
1650 P: Paul Mackerras
1651 M: paulus@au.ibm.com
1652 W: http://www.ibm.com/linux/ltc/projects/ppc
1653 S: Supported
1654
1655 LINUX FOR NCR VOYAGER
1656 P: James Bottomley
1657 M: James.Bottomley@HansenPartnership.com
1658 W: http://www.hansenpartnership.com/voyager
1659 S: Maintained
1660
1661 LINUX FOR POWERPC
1662 P: Paul Mackerras
1663 M: paulus@samba.org
1664 W: http://www.penguinppc.org/
1665 L: linuxppc-dev@ozlabs.org
1666 T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1667 S: Supported
1668
1669 LINUX FOR POWER MACINTOSH
1670 P: Benjamin Herrenschmidt
1671 M: benh@kernel.crashing.org
1672 W: http://www.penguinppc.org/
1673 L: linuxppc-dev@ozlabs.org
1674 S: Maintained
1675
1676 LINUX FOR POWERPC EMBEDDED MPC52XX
1677 P: Sylvain Munaut
1678 M: tnt@246tNt.com
1679 W: http://www.246tNt.com/mpc52xx/
1680 W: http://www.penguinppc.org/
1681 L: linuxppc-dev@ozlabs.org
1682 L: linuxppc-embedded@ozlabs.org
1683 S: Maintained
1684
1685 LINUX FOR POWERPC EMBEDDED PPC4XX
1686 P: Matt Porter
1687 M: mporter@kernel.crashing.org
1688 W: http://www.penguinppc.org/
1689 L: linuxppc-embedded@ozlabs.org
1690 S: Maintained
1691
1692 LINUX FOR POWERPC BOOT CODE
1693 P: Tom Rini
1694 M: trini@kernel.crashing.org
1695 W: http://www.penguinppc.org/
1696 L: linuxppc-embedded@ozlabs.org
1697 S: Maintained
1698
1699 LINUX FOR POWERPC EMBEDDED PPC8XX
1700 P: Marcelo Tosatti
1701 M: marcelo@kvack.org
1702 W: http://www.penguinppc.org/
1703 L: linuxppc-embedded@ozlabs.org
1704 S: Maintained
1705
1706 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1707 P: Kumar Gala
1708 M: galak@kernel.crashing.org
1709 W: http://www.penguinppc.org/
1710 L: linuxppc-embedded@ozlabs.org
1711 S: Maintained
1712
1713 LLC (802.2)
1714 P: Arnaldo Carvalho de Melo
1715 M: acme@conectiva.com.br
1716 S: Maintained
1717
1718 LINUX FOR 64BIT POWERPC
1719 P: Paul Mackerras
1720 M: paulus@samba.org
1721 M: paulus@au.ibm.com
1722 P: Anton Blanchard
1723 M: anton@samba.org
1724 M: anton@au.ibm.com
1725 W: http://linuxppc64.org
1726 L: linuxppc-dev@ozlabs.org
1727 S: Supported
1728
1729 LINUX SECURITY MODULE (LSM) FRAMEWORK
1730 P: Chris Wright
1731 M: chrisw@sous-sol.org
1732 L: linux-security-module@vger.kernel.org
1733 W: http://lsm.immunix.org
1734 T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1735 S: Supported
1736
1737 LM83 HARDWARE MONITOR DRIVER
1738 P: Jean Delvare
1739 M: khali@linux-fr.org
1740 L: lm-sensors@lm-sensors.org
1741 S: Maintained
1742
1743 LM90 HARDWARE MONITOR DRIVER
1744 P: Jean Delvare
1745 M: khali@linux-fr.org
1746 L: lm-sensors@lm-sensors.org
1747 S: Maintained
1748
1749 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1750 P: Richard Russon (FlatCap)
1751 M: ldm@flatcap.org
1752 L: ldm-devel@lists.sourceforge.net
1753 W: http://ldm.sourceforge.net
1754 S: Maintained
1755
1756 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1757 P: Eric Moore
1758 M: Eric.Moore@lsil.com
1759 M: support@lsil.com
1760 L: mpt_linux_developer@lsil.com
1761 L: linux-scsi@vger.kernel.org
1762 W: http://www.lsilogic.com/support
1763 S: Supported
1764
1765 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1766 P: Matthew Wilcox
1767 M: matthew@wil.cx
1768 L: linux-scsi@vger.kernel.org
1769 S: Maintained
1770
1771 M68K ARCHITECTURE
1772 P: Geert Uytterhoeven
1773 M: geert@linux-m68k.org
1774 P: Roman Zippel
1775 M: zippel@linux-m68k.org
1776 L: linux-m68k@lists.linux-m68k.org
1777 W: http://www.linux-m68k.org/
1778 W: http://linux-m68k-cvs.ubb.ca/
1779 S: Maintained
1780
1781 M68K ON APPLE MACINTOSH
1782 P: Joshua Thompson
1783 M: funaho@jurai.org
1784 W: http://www.mac.linux-m68k.org/
1785 L: linux-mac68k@mac.linux-m68k.org
1786 S: Maintained
1787
1788 M68K ON HP9000/300
1789 P: Philip Blundell
1790 M: philb@gnu.org
1791 W: http://www.tazenda.demon.co.uk/phil/linux-hp
1792 S: Maintained
1793
1794 MARVELL YUKON / SYSKONNECT DRIVER
1795 P: Mirko Lindner
1796 M: mlindner@syskonnect.de
1797 P: Ralph Roesler
1798 M: rroesler@syskonnect.de
1799 W: http://www.syskonnect.com
1800 S: Supported
1801
1802 MAESTRO PCI SOUND DRIVERS
1803 P: Zach Brown
1804 M: zab@zabbo.net
1805 S: Odd Fixes
1806
1807 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1808 P: Michael Kerrisk
1809 M: mtk-manpages@gmx.net
1810 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1811 S: Maintained
1812
1813 MARVELL MV643XX ETHERNET DRIVER
1814 P: Dale Farnsworth
1815 M: dale@farnsworth.org
1816 P: Manish Lachwani
1817 M: mlachwani@mvista.com
1818 L: netdev@vger.kernel.org
1819 S: Odd Fixes for 2.4; Maintained for 2.6.
1820
1821 MATROX FRAMEBUFFER DRIVER
1822 P: Petr Vandrovec
1823 M: vandrove@vc.cvut.cz
1824 L: linux-fbdev-devel@lists.sourceforge.net
1825 S: Maintained
1826
1827 MEGARAID SCSI DRIVERS
1828 P: Neela Syam Kolli
1829 M: Neela.Kolli@engenio.com
1830 S: linux-scsi@vger.kernel.org
1831 W: http://megaraid.lsilogic.com
1832 S: Maintained
1833
1834 MEMORY TECHNOLOGY DEVICES
1835 P: David Woodhouse
1836 M: dwmw2@infradead.org
1837 W: http://www.linux-mtd.infradead.org/
1838 L: linux-mtd@lists.infradead.org
1839 T: git kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6.git
1840 S: Maintained
1841
1842 MICROTEK X6 SCANNER
1843 P: Oliver Neukum
1844 M: oliver@neukum.name
1845 S: Maintained
1846
1847 MIPS
1848 P: Ralf Baechle
1849 M: ralf@linux-mips.org
1850 W: http://www.linux-mips.org/
1851 L: linux-mips@linux-mips.org
1852 T: git www.linux-mips.org:/pub/scm/linux.git
1853 S: Supported
1854
1855 MISCELLANEOUS MCA-SUPPORT
1856 P: James Bottomley
1857 M: jejb@steeleye.com
1858 L: linux-kernel@vger.kernel.org
1859 S: Maintained
1860
1861 MODULE SUPPORT
1862 P: Rusty Russell
1863 M: rusty@rustcorp.com.au
1864 L: linux-kernel@vger.kernel.org
1865 S: Maintained
1866
1867 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1868 P: Stelian Pop
1869 M: stelian@popies.net
1870 W: http://popies.net/meye/
1871 S: Maintained
1872
1873 MOUSE AND MISC DEVICES [GENERAL]
1874 P: Alessandro Rubini
1875 M: rubini@ipvvis.unipv.it
1876 L: linux-kernel@vger.kernel.org
1877 S: Maintained
1878
1879 MTRR AND SIMILAR SUPPORT [i386]
1880 P: Richard Gooch
1881 M: rgooch@atnf.csiro.au
1882 L: linux-kernel@vger.kernel.org
1883 W: http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
1884 S: Maintained
1885
1886 MULTISOUND SOUND DRIVER
1887 P: Andrew Veliath
1888 M: andrewtv@usa.net
1889 S: Maintained
1890
1891 NATSEMI ETHERNET DRIVER (DP8381x)
1892 P: Tim Hockin
1893 M: thockin@hockin.org
1894 S: Maintained
1895
1896 NCP FILESYSTEM
1897 P: Petr Vandrovec
1898 M: vandrove@vc.cvut.cz
1899 L: linware@sh.cvut.cz
1900 S: Maintained
1901
1902 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
1903 P: James E.J. Bottomley
1904 M: James.Bottomley@HansenPartnership.com
1905 L: linux-scsi@vger.kernel.org
1906 S: Maintained
1907
1908 NETEM NETWORK EMULATOR
1909 P: Stephen Hemminger
1910 M: shemminger@osdl.org
1911 L: netem@osdl.org
1912 S: Maintained
1913
1914 NETFILTER/IPTABLES/IPCHAINS
1915 P: Rusty Russell
1916 P: Marc Boucher
1917 P: James Morris
1918 P: Harald Welte
1919 P: Jozsef Kadlecsik
1920 M: coreteam@netfilter.org
1921 W: http://www.netfilter.org/
1922 W: http://www.iptables.org/
1923 L: netfilter@lists.netfilter.org
1924 L: netfilter-devel@lists.netfilter.org
1925 S: Supported
1926
1927 NETROM NETWORK LAYER
1928 P: Ralf Baechle
1929 M: ralf@linux-mips.org
1930 L: linux-hams@vger.kernel.org
1931 W: http://www.linux-ax25.org/
1932 S: Maintained
1933
1934 NETWORK BLOCK DEVICE
1935 P: Paul Clements
1936 M: Paul.Clements@steeleye.com
1937 S: Maintained
1938
1939 NETWORK DEVICE DRIVERS
1940 P: Andrew Morton
1941 M: akpm@osdl.org
1942 P: Jeff Garzik
1943 M: jgarzik@pobox.com
1944 L: netdev@vger.kernel.org
1945 T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
1946 S: Maintained
1947
1948 NETWORKING [GENERAL]
1949 P: Networking Team
1950 M: netdev@vger.kernel.org
1951 L: netdev@vger.kernel.org
1952 W: http://linux-net.osdl.org/
1953 S: Maintained
1954
1955 NETWORKING [IPv4/IPv6]
1956 P: David S. Miller
1957 M: davem@davemloft.net
1958 P: Alexey Kuznetsov
1959 M: kuznet@ms2.inr.ac.ru
1960 P: Pekka Savola (ipv6)
1961 M: pekkas@netcore.fi
1962 P: James Morris
1963 M: jmorris@namei.org
1964 P: Hideaki YOSHIFUJI
1965 M: yoshfuji@linux-ipv6.org
1966 P: Patrick McHardy
1967 M: kaber@coreworks.de
1968 L: netdev@vger.kernel.org
1969 T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
1970 S: Maintained
1971
1972 NETWORKING [WIRELESS]
1973 P: John W. Linville
1974 M: linville@tuxdriver.com
1975 L: netdev@vger.kernel.org
1976 T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1977 S: Maintained
1978
1979 IPVS
1980 P: Wensong Zhang
1981 M: wensong@linux-vs.org
1982 P: Simon Horman
1983 M: horms@verge.net.au
1984 P: Julian Anastasov
1985 M: ja@ssi.bg
1986 L: netdev@vger.kernel.org
1987 S: Maintained
1988
1989 NFS CLIENT
1990 P: Trond Myklebust
1991 M: trond.myklebust@fys.uio.no
1992 L: linux-kernel@vger.kernel.org
1993 S: Maintained
1994
1995 NI5010 NETWORK DRIVER
1996 P: Jan-Pascal van Best and Andreas Mohr
1997 M: Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
1998 M: Andreas Mohr <100.30936@germany.net>
1999 L: netdev@vger.kernel.org
2000 S: Maintained
2001
2002 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2003 P: YOKOTA Hiroshi
2004 M: yokota@netlab.is.tsukuba.ac.jp
2005 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2006 S: Maintained
2007
2008 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2009 P: GOTO Masanori
2010 M: gotom@debian.or.jp
2011 P: YOKOTA Hiroshi
2012 M: yokota@netlab.is.tsukuba.ac.jp
2013 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2014 S: Maintained
2015
2016 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2017 P: Eberhard Moenkeberg
2018 M: emoenke@gwdg.de
2019 L: linux-kernel@vger.kernel.org
2020 S: Maintained
2021
2022 NTFS FILESYSTEM
2023 P: Anton Altaparmakov
2024 M: aia21@cantab.net
2025 L: linux-ntfs-dev@lists.sourceforge.net
2026 L: linux-kernel@vger.kernel.org
2027 W: http://linux-ntfs.sf.net/
2028 T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2029 S: Maintained
2030
2031 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2032 P: Antonino Daplas
2033 M: adaplas@pol.net
2034 L: linux-fbdev-devel@lists.sourceforge.net
2035 S: Maintained
2036
2037 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2038 P: Mark Fasheh
2039 M: mark.fasheh@oracle.com
2040 P: Kurt Hackel
2041 M: kurt.hackel@oracle.com
2042 L: ocfs2-devel@oss.oracle.com
2043 W: http://oss.oracle.com/projects/ocfs2/
2044 S: Supported
2045
2046 OLYMPIC NETWORK DRIVER
2047 P: Peter De Shrijver
2048 M: p2@ace.ulyssis.student.kuleuven.ac.be
2049 P: Mike Phillips
2050 M: mikep@linuxtr.net
2051 L: netdev@vger.kernel.org
2052 L: linux-tr@linuxtr.net
2053 W: http://www.linuxtr.net
2054 S: Maintained
2055
2056 OMNIKEY CARDMAN 4000 DRIVER
2057 P: Harald Welte
2058 M: laforge@gnumonks.org
2059 S: Maintained
2060
2061 OMNIKEY CARDMAN 4040 DRIVER
2062 P: Harald Welte
2063 M: laforge@gnumonks.org
2064 S: Maintained
2065
2066 ONSTREAM SCSI TAPE DRIVER
2067 P: Willem Riede
2068 M: osst@riede.org
2069 L: osst-users@lists.sourceforge.net
2070 L: linux-scsi@vger.kernel.org
2071 S: Maintained
2072
2073 OPL3-SA2, SA3, and SAx DRIVER
2074 P: Zwane Mwaikambo
2075 M: zwane@arm.linux.org.uk
2076 L: linux-sound@vger.kernel.org
2077 S: Maintained
2078
2079 OPROFILE
2080 P: Philippe Elie
2081 M: phil.el@wanadoo.fr
2082 L: oprofile-list@lists.sf.net
2083 S: Maintained
2084
2085 ORINOCO DRIVER
2086 P: Pavel Roskin
2087 M: proski@gnu.org
2088 P: David Gibson
2089 M: hermes@gibson.dropbear.id.au
2090 L: orinoco-users@lists.sourceforge.net
2091 L: orinoco-devel@lists.sourceforge.net
2092 W: http://www.nongnu.org/orinoco/
2093 S: Maintained
2094
2095 PARALLEL PORT SUPPORT
2096 P: Phil Blundell
2097 M: philb@gnu.org
2098 P: Tim Waugh
2099 M: tim@cyberelk.net
2100 P: David Campbell
2101 P: Andrea Arcangeli
2102 M: andrea@suse.de
2103 L: linux-parport@lists.infradead.org
2104 W: http://people.redhat.com/twaugh/parport/
2105 S: Maintained
2106
2107 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2108 P: Tim Waugh
2109 M: tim@cyberelk.net
2110 L: linux-parport@lists.infradead.org
2111 W: http://www.torque.net/linux-pp.html
2112 S: Maintained
2113
2114 PARISC ARCHITECTURE
2115 P: Matthew Wilcox
2116 M: matthew@wil.cx
2117 P: Grant Grundler
2118 M: grundler@parisc-linux.org
2119 P: Kyle McMartin
2120 M: kyle@parisc-linux.org
2121 L: parisc-linux@parisc-linux.org
2122 W: http://www.parisc-linux.org/
2123 T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2124 T: cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2125 S: Maintained
2126
2127 PCI ERROR RECOVERY
2128 P: Linas Vepstas
2129 M: linas@austin.ibm.com
2130 L: linux-kernel@vger.kernel.org
2131 L: linux-pci@atrey.karlin.mff.cuni.cz
2132 S: Supported
2133
2134 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2135 P: Thomas Sailer
2136 M: sailer@ife.ee.ethz.ch
2137 L: linux-sound@vger.kernel.org
2138 W: http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2139 S: Maintained
2140
2141 PCI SUBSYSTEM
2142 P: Greg Kroah-Hartman
2143 M: gregkh@suse.de
2144 L: linux-kernel@vger.kernel.org
2145 L: linux-pci@atrey.karlin.mff.cuni.cz
2146 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2147 S: Supported
2148
2149 PCI HOTPLUG CORE
2150 P: Greg Kroah-Hartman
2151 M: gregkh@suse.de
2152 S: Supported
2153
2154 PCI HOTPLUG COMPAQ DRIVER
2155 P: Greg Kroah-Hartman
2156 M: greg@kroah.com
2157 S: Maintained
2158
2159 PCIE HOTPLUG DRIVER
2160 P: Kristen Carlson Accardi
2161 M: kristen.c.accardi@intel.com
2162 L: pcihpd-discuss@lists.sourceforge.net
2163 S: Maintained
2164
2165 PCMCIA SUBSYSTEM
2166 P: Linux PCMCIA Team
2167 L: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2168 T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2169 S: Maintained
2170
2171 PCNET32 NETWORK DRIVER
2172 P: Thomas Bogendörfer
2173 M: tsbogend@alpha.franken.de
2174 L: netdev@vger.kernel.org
2175 S: Maintained
2176
2177 PERSONALITY HANDLING
2178 P: Christoph Hellwig
2179 M: hch@infradead.org
2180 L: linux-abi-devel@lists.sourceforge.net
2181 S: Maintained
2182
2183 PHRAM MTD DRIVER
2184 P: Jörn Engel
2185 M: joern@wh.fh-wedel.de
2186 L: linux-mtd@lists.infradead.org
2187 S: Maintained
2188
2189 PKTCDVD DRIVER
2190 P: Peter Osterlund
2191 M: petero2@telia.com
2192 L: linux-kernel@vger.kernel.org
2193 S: Maintained
2194
2195 POSIX CLOCKS and TIMERS
2196 P: George Anzinger
2197 M: george@mvista.com
2198 L: linux-kernel@vger.kernel.org
2199 S: Supported
2200
2201 POWERPC 4xx EMAC DRIVER
2202 P: Eugene Surovegin
2203 M: ebs@ebshome.net
2204 W: http://kernel.ebshome.net/emac/
2205 L: linuxppc-embedded@ozlabs.org
2206 L: netdev@vger.kernel.org
2207 S: Maintained
2208
2209 PNP SUPPORT
2210 P: Adam Belay
2211 M: ambx1@neo.rr.com
2212 S: Maintained
2213
2214 PPP PROTOCOL DRIVERS AND COMPRESSORS
2215 P: Paul Mackerras
2216 M: paulus@samba.org
2217 L: linux-ppp@vger.kernel.org
2218 S: Maintained
2219
2220 PPP OVER ATM (RFC 2364)
2221 P: Mitchell Blank Jr
2222 M: mitch@sfgoth.com
2223 S: Maintained
2224
2225 PPP OVER ETHERNET
2226 P: Michal Ostrowski
2227 M: mostrows@speakeasy.net
2228 S: Maintained
2229
2230 PREEMPTIBLE KERNEL
2231 P: Robert Love
2232 M: rml@tech9.net
2233 L: linux-kernel@vger.kernel.org
2234 L: kpreempt-tech@lists.sourceforge.net
2235 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2236 S: Supported
2237
2238 PRISM54 WIRELESS DRIVER
2239 P: Prism54 Development Team
2240 M: prism54-private@prism54.org
2241 L: netdev@vger.kernel.org
2242 W: http://prism54.org
2243 S: Maintained
2244
2245 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2246 P: Peter Denison
2247 M: promise@pnd-pc.demon.co.uk
2248 W: http://www.pnd-pc.demon.co.uk/promise/
2249 S: Maintained
2250
2251 PXA2xx SUPPORT
2252 P: Nicolas Pitre
2253 M: nico@cam.org
2254 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2255 S: Maintained
2256
2257 QLOGIC QLA2XXX FC-SCSI DRIVER
2258 P: Andrew Vasquez
2259 M: linux-driver@qlogic.com
2260 L: linux-scsi@vger.kernel.org
2261 S: Supported
2262
2263 QNX4 FILESYSTEM
2264 P: Anders Larsen
2265 M: al@alarsen.net
2266 L: linux-kernel@vger.kernel.org
2267 W: http://www.alarsen.net/linux/qnx4fs/
2268 S: Maintained
2269
2270 RADEON FRAMEBUFFER DISPLAY DRIVER
2271 P: Benjamin Herrenschmidt
2272 M: benh@kernel.crashing.org
2273 L: linux-fbdev-devel@lists.sourceforge.net
2274 S: Maintained
2275
2276 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2277 P: Paul Mackerras
2278 M: paulus@samba.org
2279 L: linux-fbdev-devel@lists.sourceforge.net
2280 S: Maintained
2281
2282 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2283 P: Corey Thomas
2284 M: corey@world.std.com
2285 L: linux-kernel@vger.kernel.org
2286 S: Maintained
2287
2288 RANDOM NUMBER DRIVER
2289 P: Matt Mackall
2290 M: mpm@selenic.com
2291 S: Maintained
2292
2293 RAPIDIO SUBSYSTEM
2294 P: Matt Porter
2295 M: mporter@kernel.crashing.org
2296 L: linux-kernel@vger.kernel.org
2297 S: Maintained
2298
2299 REAL TIME CLOCK DRIVER
2300 P: Paul Gortmaker
2301 M: p_gortmaker@yahoo.com
2302 L: linux-kernel@vger.kernel.org
2303 S: Maintained
2304
2305 REAL TIME CLOCK (RTC) SUBSYSTEM
2306 P: Alessandro Zummo
2307 M: a.zummo@towertech.it
2308 L: linux-kernel@vger.kernel.org
2309 S: Maintained
2310
2311 REISERFS FILE SYSTEM
2312 P: Hans Reiser
2313 M: reiserfs-dev@namesys.com
2314 L: reiserfs-list@namesys.com
2315 W: http://www.namesys.com
2316 S: Supported
2317
2318 ROCKETPORT DRIVER
2319 P: Comtrol Corp.
2320 W: http://www.comtrol.com
2321 S: Maintained
2322
2323 ROSE NETWORK LAYER
2324 P: Ralf Baechle
2325 M: ralf@linux-mips.org
2326 L: linux-hams@vger.kernel.org
2327 W: http://www.linux-ax25.org/
2328 S: Maintained
2329
2330 RISCOM8 DRIVER
2331 S: Orphan
2332
2333 S3 SAVAGE FRAMEBUFFER DRIVER
2334 P: Antonino Daplas
2335 M: adaplas@pol.net
2336 L: linux-fbdev-devel@lists.sourceforge.net
2337 S: Maintained
2338
2339 S390
2340 P: Martin Schwidefsky
2341 M: schwidefsky@de.ibm.com
2342 M: linux390@de.ibm.com
2343 L: linux-390@vm.marist.edu
2344 W: http://www.ibm.com/developerworks/linux/linux390/
2345 S: Supported
2346
2347 S390 NETWORK DRIVERS
2348 P: Frank Pavlic
2349 M: fpavlic@de.ibm.com
2350 M: linux390@de.ibm.com
2351 L: linux-390@vm.marist.edu
2352 W: http://www.ibm.com/developerworks/linux/linux390/
2353 S: Supported
2354
2355 S390 ZFCP DRIVER
2356 P: Andreas Herrmann
2357 M: aherrman@de.ibm.com
2358 M: linux390@de.ibm.com
2359 L: linux-390@vm.marist.edu
2360 W: http://www.ibm.com/developerworks/linux/linux390/
2361 S: Supported
2362
2363 SAA7146 VIDEO4LINUX-2 DRIVER
2364 P: Michael Hunold
2365 M: michael@mihu.de
2366 W: http://www.mihu.de/linux/saa7146
2367 S: Maintained
2368
2369 SBPCD CDROM DRIVER
2370 P: Eberhard Moenkeberg
2371 M: emoenke@gwdg.de
2372 L: linux-kernel@vger.kernel.org
2373 S: Maintained
2374
2375 SC1200 WDT DRIVER
2376 P: Zwane Mwaikambo
2377 M: zwane@arm.linux.org.uk
2378 S: Maintained
2379
2380 SCHEDULER
2381 P: Ingo Molnar
2382 M: mingo@elte.hu
2383 P: Robert Love [the preemptible kernel bits]
2384 M: rml@tech9.net
2385 L: linux-kernel@vger.kernel.org
2386 S: Maintained
2387
2388 SCSI CDROM DRIVER
2389 P: Jens Axboe
2390 M: axboe@suse.de
2391 L: linux-scsi@vger.kernel.org
2392 W: http://www.kernel.dk
2393 S: Maintained
2394
2395 SCSI SG DRIVER
2396 P: Doug Gilbert
2397 M: dgilbert@interlog.com
2398 L: linux-scsi@vger.kernel.org
2399 W: http://www.torque.net/sg
2400 S: Maintained
2401
2402 SCSI SUBSYSTEM
2403 P: James E.J. Bottomley
2404 M: James.Bottomley@SteelEye.com
2405 L: linux-scsi@vger.kernel.org
2406 T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2407 S: Maintained
2408
2409 SCSI TAPE DRIVER
2410 P: Kai Mäkisara
2411 M: Kai.Makisara@kolumbus.fi
2412 L: linux-scsi@vger.kernel.org
2413 S: Maintained
2414
2415 SCTP PROTOCOL
2416 P: Sridhar Samudrala
2417 M: sri@us.ibm.com
2418 L: lksctp-developers@lists.sourceforge.net
2419 S: Supported
2420
2421 SCx200 CPU SUPPORT
2422 P: Christer Weinigel
2423 M: christer@weinigel.se
2424 W: http://www.weinigel.se
2425 S: Supported
2426
2427 SECURITY CONTACT
2428 P: Security Officers
2429 M: security@kernel.org
2430 S: Supported
2431
2432 SELINUX SECURITY MODULE
2433 P: Stephen Smalley
2434 M: sds@tycho.nsa.gov
2435 P: James Morris
2436 M: jmorris@namei.org
2437 L: linux-kernel@vger.kernel.org (kernel issues)
2438 L: selinux@tycho.nsa.gov (general discussion)
2439 W: http://www.nsa.gov/selinux
2440 S: Supported
2441
2442 SERIAL ATA (SATA) SUBSYSTEM:
2443 P: Jeff Garzik
2444 M: jgarzik@pobox.com
2445 L: linux-ide@vger.kernel.org
2446 T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2447 S: Supported
2448
2449 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2450 P: Pat Gefre
2451 M: pfg@sgi.com
2452 L: linux-ia64@vger.kernel.org
2453 S: Supported
2454
2455 SGI VISUAL WORKSTATION 320 AND 540
2456 P: Andrey Panin
2457 M: pazke@donpac.ru
2458 L: linux-visws-devel@lists.sf.net
2459 W: http://linux-visws.sf.net
2460 S: Maintained for 2.6.
2461
2462 SIMTEC EB110ATX (Chalice CATS)
2463 P: Ben Dooks
2464 P: Vincent Sanders
2465 M: support@simtec.co.uk
2466 W: http://www.simtec.co.uk/products/EB110ATX/
2467 S: Supported
2468
2469 SIMTEC EB2410ITX (BAST)
2470 P: Ben Dooks
2471 P: Vincent Sanders
2472 M: support@simtec.co.uk
2473 W: http://www.simtec.co.uk/products/EB2410ITX/
2474 S: Supported
2475
2476 SIS 190 ETHERNET DRIVER
2477 P: Francois Romieu
2478 M: romieu@fr.zoreil.com
2479 L: netdev@vger.kernel.org
2480 S: Maintained
2481
2482 SIS 5513 IDE CONTROLLER DRIVER
2483 P: Lionel Bouton
2484 M: Lionel.Bouton@inet6.fr
2485 W: http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2486 W: http://gyver.homeip.net/sis5513/index.html
2487 S: Maintained
2488
2489 SIS 900/7016 FAST ETHERNET DRIVER
2490 P: Daniele Venzano
2491 M: venza@brownhat.org
2492 W: http://www.brownhat.org/sis900.html
2493 L: netdev@vger.kernel.org
2494 S: Maintained
2495
2496 SIS FRAMEBUFFER DRIVER
2497 P: Thomas Winischhofer
2498 M: thomas@winischhofer.net
2499 W: http://www.winischhofer.net/linuxsisvga.shtml
2500 S: Maintained
2501
2502 SIS USB2VGA DRIVER
2503 P: Thomas Winischhofer
2504 M: thomas@winischhofer.net
2505 W: http://www.winischhofer.at/linuxsisusbvga.shtml
2506 S: Maintained
2507
2508 SMSC47M1 HARDWARE MONITOR DRIVER
2509 P: Jean Delvare
2510 M: khali@linux-fr.org
2511 L: lm-sensors@lm-sensors.org
2512 S: Odd Fixes
2513
2514 SMB FILESYSTEM
2515 P: Urban Widmark
2516 M: urban@teststation.com
2517 W: http://samba.org/
2518 L: samba@samba.org
2519 S: Maintained
2520
2521 SMC91x ETHERNET DRIVER
2522 P: Nicolas Pitre
2523 M: nico@cam.org
2524 S: Maintained
2525
2526 SOFTWARE RAID (Multiple Disks) SUPPORT
2527 P: Ingo Molnar
2528 M: mingo@redhat.com
2529 P: Neil Brown
2530 M: neilb@cse.unsw.edu.au
2531 L: linux-raid@vger.kernel.org
2532 S: Maintained
2533
2534 SOFTWARE SUSPEND:
2535 P: Pavel Machek
2536 M: pavel@suse.cz
2537 L: linux-pm@osdl.org
2538 S: Maintained
2539
2540 SONIC NETWORK DRIVER
2541 P: Thomas Bogendoerfer
2542 M: tsbogend@alpha.franken.de
2543 L: netdev@vger.kernel.org
2544 S: Maintained
2545
2546 SONY VAIO CONTROL DEVICE DRIVER
2547 P: Stelian Pop
2548 M: stelian@popies.net
2549 W: http://popies.net/sonypi/
2550 S: Maintained
2551
2552 SOUND
2553 P: Jaroslav Kysela
2554 M: perex@suse.cz
2555 L: alsa-devel@alsa-project.org
2556 S: Maintained
2557
2558 SPI SUBSYSTEM
2559 P: David Brownell
2560 M: dbrownell@users.sourceforge.net
2561 L: spi-devel-general@lists.sourceforge.net
2562 S: Maintained
2563
2564 TPM DEVICE DRIVER
2565 P: Kylene Hall
2566 M: kjhall@us.ibm.com
2567 W: http://tpmdd.sourceforge.net
2568 L: tpmdd-devel@lists.sourceforge.net
2569 S: Maintained
2570
2571 Telecom Clock Driver for MCPL0010
2572 P: Mark Gross
2573 M: mark.gross@intel.com
2574 S: Supported
2575
2576 TENSILICA XTENSA PORT (xtensa):
2577 P: Chris Zankel
2578 M: chris@zankel.net
2579 S: Maintained
2580
2581 UltraSPARC (sparc64):
2582 P: David S. Miller
2583 M: davem@davemloft.net
2584 P: Eddie C. Dost
2585 M: ecd@brainaid.de
2586 P: Jakub Jelinek
2587 M: jj@sunsite.ms.mff.cuni.cz
2588 P: Anton Blanchard
2589 M: anton@samba.org
2590 L: sparclinux@vger.kernel.org
2591 L: ultralinux@vger.kernel.org
2592 T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2593 S: Maintained
2594
2595 SHARP LH SUPPORT (LH7952X & LH7A40X)
2596 P: Marc Singer
2597 M: elf@buici.com
2598 W: http://projects.buici.com/arm
2599 L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2600 S: Maintained
2601
2602 SHPC HOTPLUG DRIVER
2603 P: Kristen Carlson Accardi
2604 M: kristen.c.accardi@intel.com
2605 L: pcihpd-discuss@lists.sourceforge.net
2606 S: Maintained
2607
2608 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2609 P: Pierre Ossman
2610 M: drzeus-sdhci@drzeus.cx
2611 L: sdhci-devel@list.drzeus.cx
2612 W: http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2613 S: Maintained
2614
2615 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2616 P: Stephen Hemminger
2617 M: shemminger@osdl.org
2618 L: netdev@vger.kernel.org
2619 S: Maintained
2620
2621 SPARC (sparc32):
2622 P: William L. Irwin
2623 M: wli@holomorphy.com
2624 L: sparclinux@vger.kernel.org
2625 S: Maintained
2626
2627 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2628 P: Roger Wolff
2629 M: R.E.Wolff@BitWizard.nl
2630 L: linux-kernel@vger.kernel.org ?
2631 S: Supported
2632
2633 SRM (Alpha) environment access
2634 P: Jan-Benedict Glaw
2635 M: jbglaw@lug-owl.de
2636 L: linux-kernel@vger.kernel.org
2637 S: Maintained
2638
2639 STARFIRE/DURALAN NETWORK DRIVER
2640 P: Ion Badulescu
2641 M: ionut@cs.columbia.edu
2642 S: Maintained
2643
2644 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2645 W: http://mosquitonet.Stanford.EDU/strip.html
2646 S: Unsupported ?
2647
2648 STRADIS MPEG-2 DECODER DRIVER
2649 P: Nathan Laredo
2650 M: laredo@gnu.org
2651 W: http://www.stradis.com/
2652 S: Maintained
2653
2654 SUPERH (sh)
2655 P: Paul Mundt
2656 M: lethal@linux-sh.org
2657 P: Kazumoto Kojima
2658 M: kkojima@rr.iij4u.or.jp
2659 L: linuxsh-dev@lists.sourceforge.net
2660 W: http://www.linux-sh.org
2661 W: http://www.m17n.org/linux-sh/
2662 W: http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
2663 S: Maintained
2664
2665 SUPERH64 (sh64)
2666 P: Paul Mundt
2667 M: lethal@linux-sh.org
2668 P: Richard Curnow
2669 M: rc@rc0.org.uk
2670 L: linuxsh-shmedia-dev@lists.sourceforge.net
2671 W: http://www.linux-sh.org
2672 W: http://www.rc0.org.uk/sh64
2673 S: Maintained
2674
2675 SUN3/3X
2676 P: Sam Creasey
2677 M: sammy@sammy.net
2678 L: sun3-list@redhat.com
2679 W: http://sammy.net/sun3/
2680 S: Maintained
2681
2682 SVGA HANDLING
2683 P: Martin Mares
2684 M: mj@ucw.cz
2685 L: linux-video@atrey.karlin.mff.cuni.cz
2686 S: Maintained
2687
2688 SYSV FILESYSTEM
2689 P: Christoph Hellwig
2690 M: hch@infradead.org
2691 S: Maintained
2692
2693 TI PARALLEL LINK CABLE DRIVER
2694 P: Romain Lievin
2695 M: roms@lpg.ticalc.org
2696 S: Maintained
2697
2698 TIPC NETWORK LAYER
2699 P: Per Liden
2700 M: per.liden@ericsson.com
2701 P: Jon Maloy
2702 M: jon.maloy@ericsson.com
2703 P: Allan Stephens
2704 M: allan.stephens@windriver.com
2705 L: tipc-discussion@lists.sourceforge.net
2706 W: http://tipc.sourceforge.net/
2707 W: http://tipc.cslab.ericsson.net/
2708 T: git tipc.cslab.ericsson.net:/pub/git/tipc.git
2709 S: Maintained
2710
2711 TLAN NETWORK DRIVER
2712 P: Samuel Chessman
2713 M: chessman@tux.org
2714 L: tlan-devel@lists.sourceforge.net
2715 W: http://sourceforge.net/projects/tlan/
2716 S: Maintained
2717
2718 TOKEN-RING NETWORK DRIVER
2719 P: Mike Phillips
2720 M: mikep@linuxtr.net
2721 L: netdev@vger.kernel.org
2722 L: linux-tr@linuxtr.net
2723 W: http://www.linuxtr.net
2724 S: Maintained
2725
2726 TOSHIBA ACPI EXTRAS DRIVER
2727 P: John Belmonte
2728 M: toshiba_acpi@memebeam.org
2729 W: http://memebeam.org/toys/ToshibaAcpiDriver
2730 S: Maintained
2731
2732 TOSHIBA SMM DRIVER
2733 P: Jonathan Buzzard
2734 M: jonathan@buzzard.org.uk
2735 L: tlinux-users@tce.toshiba-dme.co.jp
2736 W: http://www.buzzard.org.uk/toshiba/
2737 S: Maintained
2738
2739 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2740 P: Muli Ben-Yehuda
2741 M: mulix@mulix.org
2742 L: linux-kernel@vger.kernel.org
2743 S: Maintained
2744
2745 TRIVIAL PATCHES
2746 P: Adrian Bunk
2747 M: trivial@kernel.org
2748 L: linux-kernel@vger.kernel.org
2749 W: http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2750 T: git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2751 S: Maintained
2752
2753 TMS380 TOKEN-RING NETWORK DRIVER
2754 P: Adam Fritzler
2755 M: mid@auk.cx
2756 L: linux-tr@linuxtr.net
2757 W: http://www.auk.cx/tms380tr/
2758 S: Maintained
2759
2760 TULIP NETWORK DRIVER
2761 P: Jeff Garzik
2762 M: jgarzik@pobox.com
2763 L: tulip-users@lists.sourceforge.net
2764 W: http://sourceforge.net/projects/tulip/
2765 S: Maintained
2766
2767 TUN/TAP driver
2768 P: Maxim Krasnyansky
2769 M: maxk@qualcomm.com
2770 L: vtun@office.satix.net
2771 W: http://vtun.sourceforge.net/tun
2772 S: Maintained
2773
2774 U14-34F SCSI DRIVER
2775 P: Dario Ballabio
2776 M: ballabio_dario@emc.com
2777 L: linux-scsi@vger.kernel.org
2778 S: Maintained
2779
2780 UDF FILESYSTEM
2781 P: Ben Fennema
2782 M: bfennema@falcon.csc.calpoly.edu
2783 W: http://linux-udf.sourceforge.net
2784 S: Maintained
2785
2786 UNIFORM CDROM DRIVER
2787 P: Jens Axboe
2788 M: axboe@suse.de
2789 L: linux-kernel@vger.kernel.org
2790 W: http://www.kernel.dk
2791 S: Maintained
2792
2793 USB ACM DRIVER
2794 P: Oliver Neukum
2795 M: oliver@neukum.name
2796 L: linux-usb-users@lists.sourceforge.net
2797 L: linux-usb-devel@lists.sourceforge.net
2798 S: Maintained
2799
2800 USB BLOCK DRIVER (UB ub)
2801 P: Pete Zaitcev
2802 M: zaitcev@redhat.com
2803 L: linux-kernel@vger.kernel.org
2804 L: linux-usb-devel@lists.sourceforge.net
2805 S: Supported
2806
2807 USB CDC ETHERNET DRIVER
2808 P: Greg Kroah-Hartman
2809 M: greg@kroah.com
2810 L: linux-usb-users@lists.sourceforge.net
2811 L: linux-usb-devel@lists.sourceforge.net
2812 S: Maintained
2813 W: http://www.kroah.com/linux-usb/
2814
2815 USB EHCI DRIVER
2816 P: David Brownell
2817 M: dbrownell@users.sourceforge.net
2818 L: linux-usb-devel@lists.sourceforge.net
2819 S: Maintained
2820
2821 USB ET61X[12]51 DRIVER
2822 P: Luca Risolia
2823 M: luca.risolia@studio.unibo.it
2824 L: linux-usb-devel@lists.sourceforge.net
2825 L: video4linux-list@redhat.com
2826 W: http://www.linux-projects.org
2827 S: Maintained
2828
2829 USB HID/HIDBP DRIVERS
2830 P: Vojtech Pavlik
2831 M: vojtech@suse.cz
2832 L: linux-usb-users@lists.sourceforge.net
2833 L: linux-usb-devel@lists.sourceforge.net
2834 S: Maintained
2835
2836 USB HUB DRIVER
2837 P: Johannes Erdfelt
2838 M: johannes@erdfelt.com
2839 L: linux-usb-users@lists.sourceforge.net
2840 L: linux-usb-devel@lists.sourceforge.net
2841 S: Maintained
2842
2843 USB ISP116X DRIVER
2844 P: Olav Kongas
2845 M: ok@artecdesign.ee
2846 L: linux-usb-devel@lists.sourceforge.net
2847 S: Maintained
2848
2849 USB KAWASAKI LSI DRIVER
2850 P: Oliver Neukum
2851 M: oliver@neukum.name
2852 L: linux-usb-users@lists.sourceforge.net
2853 L: linux-usb-devel@lists.sourceforge.net
2854 S: Maintained
2855
2856 USB MASS STORAGE DRIVER
2857 P: Matthew Dharm
2858 M: mdharm-usb@one-eyed-alien.net
2859 L: linux-usb-users@lists.sourceforge.net
2860 L: usb-storage@lists.one-eyed-alien.net
2861 S: Maintained
2862 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
2863
2864 USB OHCI DRIVER
2865 P: Roman Weissgaerber
2866 M: weissg@vienna.at
2867 L: linux-usb-users@lists.sourceforge.net
2868 L: linux-usb-devel@lists.sourceforge.net
2869 S: Maintained
2870
2871 USB OPTION-CARD DRIVER
2872 P: Matthias Urlichs
2873 M: smurf@smurf.noris.de
2874 L: linux-usb-devel@lists.sourceforge.net
2875 S: Maintained
2876
2877 USB OV511 DRIVER
2878 P: Mark McClelland
2879 M: mmcclell@bigfoot.com
2880 L: linux-usb-users@lists.sourceforge.net
2881 L: linux-usb-devel@lists.sourceforge.net
2882 W: http://alpha.dyndns.org/ov511/
2883 S: Maintained
2884
2885 USB PEGASUS DRIVER
2886 P: Petko Manolov
2887 M: petkan@users.sourceforge.net
2888 L: linux-usb-users@lists.sourceforge.net
2889 L: linux-usb-devel@lists.sourceforge.net
2890 W: http://pegasus2.sourceforge.net/
2891 S: Maintained
2892
2893 USB PRINTER DRIVER
2894 P: Vojtech Pavlik
2895 M: vojtech@suse.cz
2896 L: linux-usb-users@lists.sourceforge.net
2897 L: linux-usb-devel@lists.sourceforge.net
2898 S: Maintained
2899
2900 USB RTL8150 DRIVER
2901 P: Petko Manolov
2902 M: petkan@users.sourceforge.net
2903 L: linux-usb-users@lists.sourceforge.net
2904 L: linux-usb-devel@lists.sourceforge.net
2905 W: http://pegasus2.sourceforge.net/
2906 S: Maintained
2907
2908 USB SE401 DRIVER
2909 P: Jeroen Vreeken
2910 M: pe1rxq@amsat.org
2911 L: linux-usb-users@lists.sourceforge.net
2912 L: linux-usb-devel@lists.sourceforge.net
2913 W: http://www.chello.nl/~j.vreeken/se401/
2914 S: Maintained
2915
2916 USB SERIAL CYBERJACK DRIVER
2917 P: Matthias Bruestle and Harald Welte
2918 M: support@reiner-sct.com
2919 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
2920 S: Maintained
2921
2922 USB SERIAL DIGI ACCELEPORT DRIVER
2923 P: Peter Berger and Al Borchers
2924 M: pberger@brimson.com
2925 M: alborchers@steinerpoint.com
2926 L: linux-usb-users@lists.sourceforge.net
2927 L: linux-usb-devel@lists.sourceforge.net
2928 S: Maintained
2929
2930 USB SERIAL DRIVER
2931 P: Greg Kroah-Hartman
2932 M: gregkh@suse.de
2933 L: linux-usb-users@lists.sourceforge.net
2934 L: linux-usb-devel@lists.sourceforge.net
2935 S: Supported
2936
2937 USB SERIAL BELKIN F5U103 DRIVER
2938 P: William Greathouse
2939 M: wgreathouse@smva.com
2940 L: linux-usb-users@lists.sourceforge.net
2941 L: linux-usb-devel@lists.sourceforge.net
2942 S: Maintained
2943
2944 USB SERIAL CYPRESS M8 DRIVER
2945 P: Lonnie Mendez
2946 M: dignome@gmail.com
2947 L: linux-usb-users@lists.sourceforge.net
2948 L: linux-usb-devel@lists.sourceforge.net
2949 S: Maintained
2950 W: http://geocities.com/i0xox0i
2951 W: http://firstlight.net/cvs
2952
2953 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
2954 L: linux-usb-users@lists.sourceforge.net
2955 L: linux-usb-devel@lists.sourceforge.net
2956 S: Maintained
2957
2958 USB AUERSWALD DRIVER
2959 P: Wolfgang Muees
2960 M: wolfgang@iksw-muees.de
2961 L: linux-usb-users@lists.sourceforge.net
2962 L: linux-usb-devel@lists.sourceforge.net
2963 S: Maintained
2964
2965 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
2966 P: Gary Brubaker
2967 M: xavyer@ix.netcom.com
2968 L: linux-usb-users@lists.sourceforge.net
2969 L: linux-usb-devel@lists.sourceforge.net
2970 S: Maintained
2971
2972 USB SERIAL KEYSPAN DRIVER
2973 P: Greg Kroah-Hartman
2974 M: greg@kroah.com
2975 L: linux-usb-users@lists.sourceforge.net
2976 L: linux-usb-devel@lists.sourceforge.net
2977 W: http://www.kroah.com/linux/
2978 S: Maintained
2979
2980 USB SERIAL WHITEHEAT DRIVER
2981 P: Stuart MacDonald
2982 M: stuartm@connecttech.com
2983 L: linux-usb-users@lists.sourceforge.net
2984 L: linux-usb-devel@lists.sourceforge.net
2985 W: http://www.connecttech.com
2986 S: Supported
2987
2988 USB SN9C10x DRIVER
2989 P: Luca Risolia
2990 M: luca.risolia@studio.unibo.it
2991 L: linux-usb-devel@lists.sourceforge.net
2992 L: video4linux-list@redhat.com
2993 W: http://www.linux-projects.org
2994 S: Maintained
2995
2996 USB SUBSYSTEM
2997 P: Greg Kroah-Hartman
2998 M: gregkh@suse.de
2999 L: linux-usb-users@lists.sourceforge.net
3000 L: linux-usb-devel@lists.sourceforge.net
3001 W: http://www.linux-usb.org
3002 T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3003 S: Supported
3004
3005 USB UHCI DRIVER
3006 P: Alan Stern
3007 M: stern@rowland.harvard.edu
3008 L: linux-usb-users@lists.sourceforge.net
3009 L: linux-usb-devel@lists.sourceforge.net
3010 S: Maintained
3011
3012 USB "USBNET" DRIVER
3013 P: David Brownell
3014 M: dbrownell@users.sourceforge.net
3015 L: linux-usb-devel@lists.sourceforge.net
3016 S: Maintained
3017
3018 USB W996[87]CF DRIVER
3019 P: Luca Risolia
3020 M: luca.risolia@studio.unibo.it
3021 L: linux-usb-devel@lists.sourceforge.net
3022 L: video4linux-list@redhat.com
3023 W: http://www.linux-projects.org
3024 S: Maintained
3025
3026 USB ZC0301 DRIVER
3027 P: Luca Risolia
3028 M: luca.risolia@studio.unibo.it
3029 L: linux-usb-devel@lists.sourceforge.net
3030 L: video4linux-list@redhat.com
3031 W: http://www.linux-projects.org
3032 S: Maintained
3033
3034 USB ZD1201 DRIVER
3035 P: Jeroen Vreeken
3036 M: pe1rxq@amsat.org
3037 L: linux-usb-users@lists.sourceforge.net
3038 L: linux-usb-devel@lists.sourceforge.net
3039 W: http://linux-lc100020.sourceforge.net
3040 S: Maintained
3041
3042 USER-MODE LINUX
3043 P: Jeff Dike
3044 M: jdike@karaya.com
3045 L: user-mode-linux-devel@lists.sourceforge.net
3046 L: user-mode-linux-user@lists.sourceforge.net
3047 W: http://user-mode-linux.sourceforge.net
3048 S: Maintained
3049
3050 FAT/VFAT/MSDOS FILESYSTEM:
3051 P: OGAWA Hirofumi
3052 M: hirofumi@mail.parknet.co.jp
3053 L: linux-kernel@vger.kernel.org
3054 S: Maintained
3055
3056 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3057 P: Jeff Garzik
3058 S: Odd fixes
3059
3060 VIA RHINE NETWORK DRIVER
3061 P: Roger Luethi
3062 M: rl@hellgate.ch
3063 S: Maintained
3064
3065 VIAPRO SMBUS DRIVER
3066 P: Jean Delvare
3067 M: khali@linux-fr.org
3068 L: lm-sensors@lm-sensors.org
3069 S: Maintained
3070
3071 UCLINUX (AND M68KNOMMU)
3072 P: Greg Ungerer
3073 M: gerg@uclinux.org
3074 W: http://www.uclinux.org/
3075 L: uclinux-dev@uclinux.org (subscribers-only)
3076 S: Maintained
3077
3078 UCLINUX FOR NEC V850
3079 P: Miles Bader
3080 M: uclinux-v850@lsi.nec.co.jp
3081 W: http://www.ic.nec.co.jp/micro/uclinux/eng/
3082 W: http://www.ee.nec.de/uclinux/
3083 S: Supported
3084
3085 UCLINUX FOR RENESAS H8/300
3086 P: Yoshinori Sato
3087 M: ysato@users.sourceforge.jp
3088 W: http://uclinux-h8.sourceforge.jp/
3089 S: Supported
3090
3091 USB DIAMOND RIO500 DRIVER
3092 P: Cesar Miquel
3093 M: miquel@df.uba.ar
3094 L: rio500-users@lists.sourceforge.net
3095 W: http://rio500.sourceforge.net
3096 S: Maintained
3097
3098 VIDEO FOR LINUX
3099 P: Mauro Carvalho Chehab
3100 M: mchehab@infradead.org
3101 M: v4l-dvb-maintainer@linuxtv.org
3102 L: video4linux-list@redhat.com
3103 W: http://linuxtv.org
3104 T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3105 S: Maintained
3106
3107 VT8231 HARDWARE MONITOR DRIVER
3108 P: Roger Lucas
3109 M: roger@planbit.co.uk
3110 L: lm-sensors@lm-sensors.org
3111 S: Maintained
3112
3113 W1 DALLAS'S 1-WIRE BUS
3114 P: Evgeniy Polyakov
3115 M: johnpol@2ka.mipt.ru
3116 L: lm-sensors@lm-sensors.org
3117 S: Maintained
3118
3119 W83L51xD SD/MMC CARD INTERFACE DRIVER
3120 P: Pierre Ossman
3121 M: drzeus-wbsd@drzeus.cx
3122 L: wbsd-devel@list.drzeus.cx
3123 W: http://projects.drzeus.cx/wbsd
3124 S: Maintained
3125
3126 W83L785TS HARDWARE MONITOR DRIVER
3127 P: Jean Delvare
3128 M: khali@linux-fr.org
3129 L: lm-sensors@lm-sensors.org
3130 S: Odd Fixes
3131
3132 WATCHDOG DEVICE DRIVERS
3133 P: Wim Van Sebroeck
3134 M: wim@iguana.be
3135 T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3136 S: Maintained
3137
3138 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3139 P: Jean Tourrilhes
3140 M: jt@hpl.hp.com
3141 W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3142 S: Maintained
3143
3144 WD7000 SCSI DRIVER
3145 P: Miroslav Zagorac
3146 M: zaga@fly.cc.fer.hr
3147 L: linux-scsi@vger.kernel.org
3148 S: Maintained
3149
3150 WISTRON LAPTOP BUTTON DRIVER
3151 P: Miloslav Trmac
3152 M: mitr@volny.cz
3153 S: Maintained
3154
3155 WL3501 WIRELESS PCMCIA CARD DRIVER
3156 P: Arnaldo Carvalho de Melo
3157 M: acme@conectiva.com.br
3158 W: http://advogato.org/person/acme
3159 S: Maintained
3160
3161 X.25 NETWORK LAYER
3162 P: Henner Eisen
3163 M: eis@baty.hanse.de
3164 L: linux-x25@vger.kernel.org
3165 S: Maintained
3166
3167 XFS FILESYSTEM
3168 P: Silicon Graphics Inc
3169 M: xfs-masters@oss.sgi.com
3170 M: nathans@sgi.com
3171 L: linux-xfs@oss.sgi.com
3172 W: http://oss.sgi.com/projects/xfs
3173 S: Supported
3174
3175 X86 3-LEVEL PAGING (PAE) SUPPORT
3176 P: Ingo Molnar
3177 M: mingo@redhat.com
3178 S: Maintained
3179
3180 X86-64 port
3181 P: Andi Kleen
3182 M: ak@suse.de
3183 L: discuss@x86-64.org
3184 W: http://www.x86-64.org
3185 S: Maintained
3186
3187 YAM DRIVER FOR AX.25
3188 P: Jean-Paul Roubelat
3189 M: jpr@f6fbb.org
3190 L: linux-hams@vger.kernel.org
3191 S: Maintained
3192
3193 YEALINK PHONE DRIVER
3194 P: Henk Vergonet
3195 M: Henk.Vergonet@gmail.com
3196 L: usbb2k-api-dev@nongnu.org
3197 S: Maintained
3198
3199 YMFPCI YAMAHA PCI SOUND (Use ALSA instead)
3200 P: Pete Zaitcev
3201 M: zaitcev@yahoo.com
3202 L: linux-kernel@vger.kernel.org
3203 S: Obsolete
3204
3205 Z8530 DRIVER FOR AX.25
3206 P: Joerg Reuter
3207 M: jreuter@yaina.de
3208 W: http://yaina.de/jreuter/
3209 W: http://www.qsl.net/dl1bke/
3210 L: linux-hams@vger.kernel.org
3211 S: Maintained
3212
3213 ZF MACHZ WATCHDOG
3214 P: Fernando Fuganti
3215 M: fuganti@netbank.com.br
3216 W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3217 S: Maintained
3218
3219 ZR36067 VIDEO FOR LINUX DRIVER
3220 P: Ronald Bultje
3221 M: rbultje@ronald.bitfreak.net
3222 L: mjpeg-users@lists.sourceforge.net
3223 W: http://mjpeg.sourceforge.net/driver-zoran/
3224 S: Maintained
3225
3226 ZR36120 VIDEO FOR LINUX DRIVER
3227 P: Pauline Middelink
3228 M: middelin@polyware.nl
3229 W: http://www.polyware.nl/~middelin/En/hobbies.html
3230 W: http://www.polyware.nl/~middelin/hobbies.html
3231 S: Maintained
3232
3233 THE REST
3234 P: Linus Torvalds
3235 S: Buried alive in reporters