]> Git Repo - linux.git/blob - MAINTAINERS
ocfs2_dlm: Ensure correct ordering of set/clear refmap bit on lockres
[linux.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: [email protected], 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:      [email protected]
86 L:      [email protected]
87 L:      [email protected]
88 W:      http://www.linuxtr.net
89 S:      Maintained
90
91 3C505 NETWORK DRIVER
92 P:      Philip Blundell
93 M:      [email protected]
94 L:      [email protected]
95 S:      Maintained
96
97 3CR990 NETWORK DRIVER
98 P:      David Dillow
99 M:      [email protected]
100 L:      [email protected]
101 S:      Maintained
102
103 3W-XXXX ATA-RAID CONTROLLER DRIVER
104 P:      Adam Radford
105 M:      [email protected]
106 L:      [email protected]
107 W:      http://www.amcc.com
108 S:      Supported
109
110 3W-9XXX SATA-RAID CONTROLLER DRIVER
111 P:      Adam Radford
112 M:      [email protected]
113 L:      [email protected]
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:      [email protected]
120 L:      [email protected]
121 S:      Maintained
122
123 6PACK NETWORK DRIVER FOR AX.25
124 P:      Andreas Koensgen
125 M:      [email protected]
126 L:      [email protected]
127 S:      Maintained
128
129 8139CP 10/100 FAST ETHERNET DRIVER
130 P:      Jeff Garzik
131 M:      [email protected]
132 S:      Maintained
133
134 8139TOO 10/100 FAST ETHERNET DRIVER
135 P:      Jeff Garzik
136 M:      [email protected]
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:      [email protected]
143 L:      [email protected]
144 S:      Maintained
145
146 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147 L:      [email protected]
148 W:      http://serial.sourceforge.net
149 S:      Orphan
150
151 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152 P:      Paul Gortmaker
153 M:      [email protected]
154 L:      [email protected]
155 S:      Maintained
156
157 9P FILE SYSTEM
158 P:      Eric Van Hensbergen
159 M:      [email protected]
160 P:      Ron Minnich
161 M:      [email protected]
162 P:      Latchesar Ionkov
163 M:      [email protected]
164 L:      [email protected]
165 W:      http://v9fs.sf.net
166 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167 S:      Maintained
168
169 A2232 SERIAL BOARD DRIVER
170 P:      Enver Haase
171 M:      [email protected]
172 M:      [email protected]
173 L:      [email protected]
174 S:      Maintained
175
176 AIO
177 P:      Benjamin LaHaise
178 M:      [email protected]
179 L:      [email protected]
180 S:      Supported
181
182 ABIT UGURU HARDWARE MONITOR DRIVER
183 P:      Hans de Goede
184 M:      [email protected]
185 L:      [email protected]
186 S:      Maintained
187
188 ACENIC DRIVER
189 P:      Jes Sorensen
190 M:      [email protected]
191 L:      [email protected]
192 S:      Maintained
193
194 ACI MIXER DRIVER
195 P:      Robert Siemer
196 M:      [email protected]
197 L:      [email protected]
198 W:      http://www.stud.uni-karlsruhe.de/~uh1b/
199 S:      Maintained
200
201 AACRAID SCSI RAID DRIVER
202 P:      Adaptec OEM Raid Solutions
203 L:      [email protected]
204 W:      http://linux.dell.com/storage.shtml
205 S:      Supported
206
207 ACPI
208 P:      Len Brown
209 M:      [email protected]
210 M:      [email protected]
211 L:      [email protected]
212 W:      http://acpi.sourceforge.net/
213 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
214 S:      Supported
215
216 ACPI BATTERY DRIVERS
217 P:      Vladimir P. Lebedev
218 M:      [email protected]
219 L:      [email protected]
220 W:      http://acpi.sourceforge.net/
221 S:      Supported
222
223 ACPI EC DRIVER
224 P:      Alexey Starikovskiy
225 M:      [email protected]
226 L:      [email protected]
227 W:      http://acpi.sourceforge.net/
228 S:      Supported
229
230 ACPI FAN DRIVER
231 P:      Konstantin A. Karasyov
232 M:      [email protected]
233 L:      [email protected]
234 W:      http://acpi.sourceforge.net/
235 S:      Supported
236
237 ACPI PCI HOTPLUG DRIVER
238 P:      Kristen Carlson Accardi
239 M:      [email protected]
240 L:      [email protected]
241 S:      Supported
242
243 ACPI THERMAL DRIVER
244 P:      Konstantin A. Karasyov
245 M:      [email protected]
246 L:      [email protected]
247 W:      http://acpi.sourceforge.net/
248 S:      Supported
249
250 AD1816 SOUND DRIVER
251 P:      Thorsten Knabe
252 M:      Thorsten Knabe <[email protected]>
253 W:      http://linux.thorsten-knabe.de
254 S:      Maintained
255
256 AD1889 SOUND DRIVER
257 P:      Kyle McMartin
258 M:      [email protected]
259 P:      Thibaut Varene
260 M:      [email protected]
261 W:      http://wiki.parisc-linux.org/AD1889
262 L:      [email protected]
263 S:      Maintained
264
265 ADM1025 HARDWARE MONITOR DRIVER
266 P:      Jean Delvare
267 M:      [email protected]
268 L:      [email protected]
269 S:      Maintained
270
271 ADT746X FAN DRIVER
272 P:      Colin Leroy
273 M:      [email protected]
274 S:      Maintained
275
276 AEDSP16 DRIVER
277 P:      Riccardo Facchetti
278 M:      [email protected]
279 S:      Maintained
280
281 AFFS FILE SYSTEM
282 P:      Roman Zippel
283 M:      [email protected]
284 S:      Maintained
285
286 AGPGART DRIVER
287 P:      Dave Jones
288 M:      [email protected]
289 W:      http://www.codemonkey.org.uk/projects/agp/
290 T:      git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
291 S:      Maintained
292
293 AHA152X SCSI DRIVER
294 P:      Juergen E. Fischer
295 M:      Juergen Fischer <[email protected]>
296 L:      [email protected]
297 S:      Maintained
298
299 ALCATEL SPEEDTOUCH USB DRIVER
300 P:      Duncan Sands
301 M:      [email protected]
302 L:      [email protected]
303 L:      [email protected]
304 W:      http://www.linux-usb.org/SpeedTouch/
305 S:      Maintained
306
307 ALI1563 I2C DRIVER
308 P:      Rudolf Marek
309 M:      [email protected]
310 L:      [email protected]
311 S:      Maintained
312
313 ALPHA PORT
314 P:      Richard Henderson
315 M:      [email protected]
316 S:      Odd Fixes for 2.4; Maintained for 2.6.
317 P:      Ivan Kokshaysky
318 M:      [email protected]
319 S:      Maintained for 2.4; PCI support for 2.6.
320
321 AMD GEODE PROCESSOR/CHIPSET SUPPORT
322 P:      Jordan Crouse
323 M:      [email protected]
324 L:      [email protected]
325 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
326 S:      Supported
327
328 AMS (Apple Motion Sensor) DRIVER
329 P:      Stelian Pop
330 M:      [email protected]
331 P:      Michael Hanselmann
332 M:      [email protected]
333 S:      Supported
334
335 AMSO1100 RNIC DRIVER
336 P:      Tom Tucker
337 M:      [email protected]
338 P:      Steve Wise
339 M:      [email protected]
340 L:      [email protected]
341 S:      Maintained
342
343 AOA (Apple Onboard Audio) ALSA DRIVER
344 P:      Johannes Berg
345 M:      [email protected]
346 L:      [email protected]
347 L:      [email protected]
348 S:      Maintained
349
350 APM DRIVER
351 P:      Stephen Rothwell
352 M:      [email protected]
353 L:      [email protected]
354 W:      http://www.canb.auug.org.au/~sfr/
355 S:      Supported
356
357 APPLETALK NETWORK LAYER
358 P:      Arnaldo Carvalho de Melo
359 M:      [email protected]
360 S:      Maintained
361
362 ARC FRAMEBUFFER DRIVER
363 P:      Jaya Kumar
364 M:      [email protected]
365 S:      Maintained
366
367 ARM26 ARCHITECTURE
368 P:      Ian Molton
369 M:      [email protected]
370 S:      Maintained
371
372 ARM26/ARCHIMEDES
373 P:      Ian Molton
374 M:      [email protected]
375 S:      Maintained
376
377 ARM26/A5000
378 P:      John Appleby
379 M:      [email protected]
380 S:      Maintained
381
382 ARM MFM AND FLOPPY DRIVERS
383 P:      Ian Molton
384 M:      [email protected]
385 S:      Maintained
386
387 ARM/ADI ROADRUNNER MACHINE SUPPORT
388 P:      Lennert Buytenhek
389 M:      [email protected]
390 L:      [email protected] (subscribers-only)
391 S:      Maintained
392
393 ARM/ADS SPHERE MACHINE SUPPORT
394 P:      Lennert Buytenhek
395 M:      [email protected]
396 L:      [email protected] (subscribers-only)
397 S:      Maintained
398
399 ARM/AJECO 1ARM MACHINE SUPPORT
400 P:      Lennert Buytenhek
401 M:      [email protected]
402 L:      [email protected] (subscribers-only)
403 S:      Maintained
404
405 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
406 P:      Andrew Victor
407 M:      [email protected]
408 L:      [email protected] (subscribers-only)
409 W:      http://maxim.org.za/at91_26.html
410 S:      Maintained
411
412 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
413 P:      Lennert Buytenhek
414 M:      [email protected]
415 L:      [email protected] (subscribers-only)
416 S:      Maintained
417
418 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
419 P:      Lennert Buytenhek
420 M:      [email protected]
421 L:      [email protected] (subscribers-only)
422 S:      Maintained
423
424 ARM/CORGI MACHINE SUPPORT
425 P:      Richard Purdie
426 M:      [email protected]
427 S:      Maintained
428
429 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
430 P:      Lennert Buytenhek
431 M:      [email protected]
432 L:      [email protected] (subscribers-only)
433 S:      Maintained
434
435 ARM/HP JORNADA 7XX MACHINE SUPPORT
436 P:      Kristoffer Ericson
437 M:      [email protected]
438 W:      www.jlime.com
439 S:      Maintained
440
441 ARM/INTEL IOP32X ARM ARCHITECTURE
442 P:      Lennert Buytenhek
443 M:      [email protected]
444 P:      Dan Williams
445 M:      [email protected]
446 L:      [email protected] (subscribers-only)
447 S:      Supported
448
449 ARM/INTEL IOP33X ARM ARCHITECTURE
450 P:      Dan Williams
451 M:      [email protected]
452 L:      [email protected] (subscribers-only)
453 S:      Supported
454
455 ARM/INTEL IOP13XX ARM ARCHITECTURE
456 P:      Lennert Buytenhek
457 M:      [email protected]
458 P:      Dan Williams
459 M:      [email protected]
460 L:      [email protected] (subscribers-only)
461 S:      Supported
462
463 ARM/INTEL IQ81342EX MACHINE SUPPORT
464 P:      Lennert Buytenhek
465 M:      [email protected]
466 P:      Dan Williams
467 M:      [email protected]
468 L:      [email protected] (subscribers-only)
469 S:      Supported
470
471 ARM/INTEL IXP2000 ARM ARCHITECTURE
472 P:      Lennert Buytenhek
473 M:      [email protected]
474 L:      [email protected] (subscribers-only)
475 S:      Maintained
476
477 ARM/INTEL IXDP2850 MACHINE SUPPORT
478 P:      Lennert Buytenhek
479 M:      [email protected]
480 L:      [email protected] (subscribers-only)
481 S:      Maintained
482
483 ARM/INTEL IXP23XX ARM ARCHITECTURE
484 P:      Lennert Buytenhek
485 M:      [email protected]
486 L:      [email protected] (subscribers-only)
487 S:      Maintained
488
489 ARM/INTEL XSC3 (MANZANO) ARM CORE
490 P:      Lennert Buytenhek
491 M:      [email protected]
492 P:      Dan Williams
493 M:      [email protected]
494 L:      [email protected] (subscribers-only)
495 S:      Supported
496
497 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
498 P:      Lennert Buytenhek
499 M:      [email protected]
500 L:      [email protected] (subscribers-only)
501 S:      Maintained
502
503 ARM/LOGICPD PXA270 MACHINE SUPPORT
504 P:      Lennert Buytenhek
505 M:      [email protected]
506 L:      [email protected] (subscribers-only)
507 S:      Maintained
508
509 ARM/TOSA MACHINE SUPPORT
510 P:      Dirk Opfer
511 M:      [email protected]
512 S:      Maintained
513
514 ARM/PLEB SUPPORT
515 P:      Peter Chubb
516 M:      [email protected]
517 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
518 S:      Maintained
519
520 ARM/PT DIGITAL BOARD PORT
521 P:      Stefan Eletzhofer
522 M:      [email protected]
523 L:      [email protected] (subscribers-only)
524 W:      http://www.arm.linux.org.uk/
525 S:      Maintained
526
527 ARM/RADISYS ENP2611 MACHINE SUPPORT
528 P:      Lennert Buytenhek
529 M:      [email protected]
530 L:      [email protected] (subscribers-only)
531 S:      Maintained
532
533 ARM/SHARK MACHINE SUPPORT
534 P:      Alexander Schulz
535 M:      [email protected]
536 W:      http://www.shark-linux.de/shark.html
537 S:      Maintained
538
539 ARM/STRONGARM110 PORT
540 P:      Russell King
541 M:      [email protected]
542 L:      [email protected] (subscribers-only)
543 W:      http://www.arm.linux.org.uk/
544 S:      Maintained
545
546 ARM/S3C2410 ARM ARCHITECTURE
547 P:      Ben Dooks
548 M:      [email protected]
549 L:      [email protected] (subscribers-only)
550 W:      http://www.fluff.org/ben/linux/
551 S:      Maintained
552
553 ARM/S3C2440 ARM ARCHITECTURE
554 P:      Ben Dooks
555 M:      [email protected]
556 L:      [email protected] (subscribers-only)
557 W:      http://www.fluff.org/ben/linux/
558 S:      Maintained
559
560 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
561 P:      Lennert Buytenhek
562 M:      [email protected]
563 L:      [email protected] (subscribers-only)
564 S:      Maintained
565
566 ARM/THECUS N2100 MACHINE SUPPORT
567 P:      Lennert Buytenhek
568 M:      [email protected]
569 L:      [email protected] (subscribers-only)
570 S:      Maintained
571
572 ARPD SUPPORT
573 P:      Jonathan Layes
574 L:      [email protected]
575 S:      Maintained
576
577 ASUS ACPI EXTRAS DRIVER
578 P:      Corentin Chary
579 M:      [email protected]
580 P:      Karol Kozimor
581 M:      [email protected]
582 L:      [email protected]
583 W:      http://sourceforge.net/projects/acpi4asus
584 W:      http://xf.iksaif.net/acpi4asus
585 S:      Maintained
586
587 ATA OVER ETHERNET DRIVER
588 P:      Ed L. Cashin
589 M:      [email protected]
590 W:      http://www.coraid.com/support/linux
591 S:      Supported
592
593 ATM
594 P:      Chas Williams
595 M:      [email protected]
596 L:      [email protected] (subscribers-only)
597 W:      http://linux-atm.sourceforge.net
598 S:      Maintained
599
600 ATMEL MACB ETHERNET DRIVER
601 P:      Haavard Skinnemoen
602 M:      [email protected]
603 S:      Supported
604
605 ATMEL WIRELESS DRIVER
606 P:      Simon Kelley
607 M:      [email protected]
608 W:      http://www.thekelleys.org.uk/atmel
609 W:      http://atmelwlandriver.sourceforge.net/
610 S:      Maintained
611
612 AUDIT SUBSYSTEM
613 P:      David Woodhouse
614 M:      [email protected]
615 L:      [email protected]
616 W:      http://people.redhat.com/sgrubb/audit/
617 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
618 S:      Maintained
619
620 AVR32 ARCHITECTURE
621 P:      Haavard Skinnemoen
622 M:      [email protected]
623 W:      http://www.atmel.com/products/AVR32/
624 W:      http://avr32linux.org/
625 W:      http://avrfreaks.net/
626 S:      Supported
627
628 AVR32/AT32AP MACHINE SUPPORT
629 P:      Haavard Skinnemoen
630 M:      [email protected]
631 S:      Supported
632
633 AX.25 NETWORK LAYER
634 P:      Ralf Baechle
635 M:      [email protected]
636 L:      [email protected]
637 W:      http://www.linux-ax25.org/
638 S:      Maintained
639
640 BAYCOM/HDLCDRV DRIVERS FOR AX.25
641 P:      Thomas Sailer
642 M:      [email protected]
643 L:      [email protected]
644 W:      http://www.baycom.org/~tom/ham/ham.html
645 S:      Maintained
646
647 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
648 P:      Larry Finger
649 M:      [email protected]
650 P:      Stefano Brivio
651 M:      [email protected]
652 W:      http://bcm43xx.berlios.de/
653 S:      Maintained
654
655 BEFS FILE SYSTEM
656 P:      Sergey S. Kostyliov
657 M:      [email protected]
658 L:      [email protected]
659 S:      Maintained
660
661 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
662 P:      Kenji Hollis
663 W:      http://ftp.bitgate.com/pcwd/
664 S:      Maintained
665
666 BFS FILE SYSTEM
667 P:      Tigran A. Aivazian
668 M:      [email protected]
669 L:      [email protected]
670 S:      Maintained
671
672 BLOCK LAYER
673 P:      Jens Axboe
674 M:      [email protected]
675 L:      [email protected]
676 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
677 S:      Maintained
678
679 BLUETOOTH SUBSYSTEM
680 P:      Marcel Holtmann
681 M:      [email protected]
682 P:      Maxim Krasnyansky
683 M:      [email protected]
684 L:      [email protected]
685 W:      http://bluez.sf.net
686 W:      http://www.bluez.org
687 W:      http://www.holtmann.org/linux/bluetooth/
688 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
689 S:      Maintained
690
691 BLUETOOTH RFCOMM LAYER
692 P:      Marcel Holtmann
693 M:      [email protected]
694 P:      Maxim Krasnyansky
695 M:      [email protected]
696 S:      Maintained
697
698 BLUETOOTH BNEP LAYER
699 P:      Marcel Holtmann
700 M:      [email protected]
701 P:      Maxim Krasnyansky
702 M:      [email protected]
703 S:      Maintained
704
705 BLUETOOTH CMTP LAYER
706 P:      Marcel Holtmann
707 M:      [email protected]
708 S:      Maintained
709
710 BLUETOOTH HIDP LAYER
711 P:      Marcel Holtmann
712 M:      [email protected]
713 S:      Maintained
714
715 BLUETOOTH HCI UART DRIVER
716 P:      Marcel Holtmann
717 M:      [email protected]
718 P:      Maxim Krasnyansky
719 M:      [email protected]
720 S:      Maintained
721
722 BLUETOOTH HCI USB DRIVER
723 P:      Marcel Holtmann
724 M:      [email protected]
725 P:      Maxim Krasnyansky
726 M:      [email protected]
727 S:      Maintained
728
729 BLUETOOTH HCI BCM203X DRIVER
730 P:      Marcel Holtmann
731 M:      [email protected]
732 S:      Maintained
733
734 BLUETOOTH HCI BPA10X DRIVER
735 P:      Marcel Holtmann
736 M:      [email protected]
737 S:      Maintained
738
739 BLUETOOTH HCI BFUSB DRIVER
740 P:      Marcel Holtmann
741 M:      [email protected]
742 S:      Maintained
743
744 BLUETOOTH HCI DTL1 DRIVER
745 P:      Marcel Holtmann
746 M:      [email protected]
747 S:      Maintained
748
749 BLUETOOTH HCI BLUECARD DRIVER
750 P:      Marcel Holtmann
751 M:      [email protected]
752 S:      Maintained
753
754 BLUETOOTH HCI BT3C DRIVER
755 P:      Marcel Holtmann
756 M:      [email protected]
757 S:      Maintained
758
759 BLUETOOTH HCI BTUART DRIVER
760 P:      Marcel Holtmann
761 M:      [email protected]
762 S:      Maintained
763
764 BLUETOOTH HCI VHCI DRIVER
765 P:      Maxim Krasnyansky
766 M:      [email protected]
767 S:      Maintained
768
769 BONDING DRIVER
770 P:      Chad Tindel
771 M:      [email protected]
772 P:      Jay Vosburgh
773 M:      [email protected]
774 L:      [email protected]
775 W:      http://sourceforge.net/projects/bonding/
776 S:      Supported
777
778 BROADBAND PROCESSOR ARCHITECTURE
779 P:      Arnd Bergmann
780 M:      [email protected]
781 L:      [email protected]
782 W:      http://www.penguinppc.org/ppc64/
783 S:      Supported
784
785 BROADCOM B44 10/100 ETHERNET DRIVER
786 P:      Gary Zambrano
787 M:      [email protected]
788 L:      [email protected]
789 S:      Supported
790
791 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
792 P:      Michael Chan
793 M:      [email protected]
794 L:      [email protected]
795 S:      Supported
796
797 BROADCOM TG3 GIGABIT ETHERNET DRIVER
798 P:      Michael Chan
799 M:      [email protected]
800 L:      [email protected]
801 S:      Supported
802
803 BTTV VIDEO4LINUX DRIVER
804 P:      Mauro Carvalho Chehab
805 M:      [email protected]
806 M:      [email protected]
807 L:      [email protected]
808 W:      http://linuxtv.org
809 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
810 S:      Maintained
811
812 CALGARY x86-64 IOMMU
813 P:      Muli Ben-Yehuda
814 M:      [email protected]
815 P:      Jon D. Mason
816 M:      [email protected]
817 L:      [email protected]
818 L:      [email protected]
819 S:      Maintained
820
821 COMMON INTERNET FILE SYSTEM (CIFS)
822 P:      Steve French
823 M:      [email protected]
824 L:      [email protected]
825 L:      [email protected]
826 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
827 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
828 S:      Supported       
829
830 CONFIGFS
831 P:      Joel Becker
832 M:      [email protected]
833 L:      [email protected]
834 S:      Supported
835
836 CIRRUS LOGIC EP93XX ETHERNET DRIVER
837 P:      Lennert Buytenhek
838 M:      [email protected]
839 L:      [email protected]
840 S:      Maintained
841
842 CIRRUS LOGIC GENERIC FBDEV DRIVER
843 P:      Jeff Garzik
844 M:      [email protected]
845 L:      [email protected] (subscribers-only)
846 S:      Odd Fixes
847
848 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
849 P:      Lennert Buytenhek
850 M:      [email protected]
851 L:      [email protected]
852 S:      Maintained
853
854 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
855 P:      Cirrus Logic Corporation (kernel 2.2 driver)
856 M:      Cirrus Logic Corporation, Thomas Woller <[email protected]>
857 P:      Nils Faerber (port to kernel 2.4)
858 M:      Nils Faerber <[email protected]>
859 S:      Maintained
860
861 CODA FILE SYSTEM
862 P:      Jan Harkes
863 M:      [email protected]
864 M:      [email protected]
865 L:      [email protected]
866 W:      http://www.coda.cs.cmu.edu/
867 S:      Maintained
868
869 COMPACTPCI HOTPLUG CORE
870 P:      Scott Murray
871 M:      [email protected]
872 M:      [email protected]
873 L:      [email protected]
874 S:      Supported
875
876 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
877 P:      Scott Murray
878 M:      [email protected]
879 M:      [email protected]
880 L:      [email protected]
881 S:      Supported
882
883 COMPACTPCI HOTPLUG GENERIC DRIVER
884 P:      Scott Murray
885 M:      [email protected]
886 M:      [email protected]
887 L:      [email protected]
888 S:      Supported
889
890 COMPUTONE INTELLIPORT MULTIPORT CARD
891 P:      Michael H. Warfield
892 M:      [email protected]
893 W:      http://www.wittsend.com/computone.html
894 S:      Maintained
895
896 COSA/SRP SYNC SERIAL DRIVER
897 P:      Jan "Yenya" Kasprzak
898 M:      [email protected]
899 W:      http://www.fi.muni.cz/~kas/cosa/
900 S:      Maintained
901
902 CPU FREQUENCY DRIVERS
903 P:      Dave Jones
904 M:      [email protected]
905 L:      [email protected]
906 W:      http://www.codemonkey.org.uk/projects/cpufreq/
907 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
908 S:      Maintained
909
910 CPUID/MSR DRIVER
911 P:      H. Peter Anvin
912 M:      [email protected]
913 S:      Maintained
914
915 CPUSETS
916 P:      Paul Jackson
917 P:      Simon Derr
918 M:      [email protected]
919 M:      [email protected]
920 L:      [email protected]
921 W:      http://www.bullopensource.org/cpuset/
922 S:      Supported
923
924 CRAMFS FILESYSTEM
925 W:      http://sourceforge.net/projects/cramfs/
926 S:      Orphan
927
928 CRIS PORT
929 P:      Mikael Starvik
930 M:      [email protected]
931 L:      [email protected]
932 W:      http://developer.axis.com
933 S:      Maintained
934
935 CRYPTO API
936 P:      Herbert Xu
937 M:      [email protected]
938 P:      David S. Miller
939 M:      [email protected]
940 L:      [email protected]
941 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
942 S:      Maintained
943
944 CS5535 Audio ALSA driver
945 P:      Jaya Kumar
946 M:      [email protected]
947 S:      Maintained
948
949 CYBERPRO FB DRIVER
950 P:      Russell King
951 M:      [email protected]
952 W:      http://www.arm.linux.org.uk/
953 S:      Maintained
954
955 CYBLAFB FRAMEBUFFER DRIVER
956 P:      Knut Petersen
957 M:      [email protected]
958 L:      [email protected] (subscribers-only)
959 S:      Maintained
960
961 CYCLADES 2X SYNC CARD DRIVER
962 P:      Arnaldo Carvalho de Melo
963 M:      [email protected]
964 W:      http://advogato.org/person/acme
965 L:      [email protected]
966 S:      Maintained
967
968 CYCLADES ASYNC MUX DRIVER
969 M:      [email protected]
970 W:      http://www.cyclades.com/
971 S:      Supported
972
973 CYCLADES PC300 DRIVER
974 M:      [email protected]
975 W:      http://www.cyclades.com/
976 S:      Supported
977
978 DAMA SLAVE for AX.25
979 P:      Joerg Reuter
980 M:      [email protected]
981 W:      http://yaina.de/jreuter/
982 W:      http://www.qsl.net/dl1bke/
983 L:      [email protected]
984 S:      Maintained
985
986 DC395x SCSI driver
987 P:      Oliver Neukum
988 M:      [email protected]
989 P:      Ali Akcaagac
990 M:      [email protected]
991 P:      Jamie Lenehan
992 M:      [email protected]
993 W:      http://twibble.org/dist/dc395x/
994 L:      [email protected]
995 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
996 S:      Maintained
997
998 DC390/AM53C974 SCSI driver
999 P:      Kurt Garloff
1000 M:      [email protected]
1001 W:      http://www.garloff.de/kurt/linux/dc390/
1002 P:      Guennadi Liakhovetski
1003 M:      [email protected]
1004 S:      Maintained
1005
1006 DCCP PROTOCOL
1007 P:      Arnaldo Carvalho de Melo
1008 M:      [email protected]
1009 L:      [email protected]
1010 W:      http://linux-net.osdl.org/index.php/DCCP
1011 S:      Maintained
1012
1013 DECnet NETWORK LAYER
1014 P:      Patrick Caulfield
1015 M:      [email protected]
1016 W:      http://linux-decnet.sourceforge.net
1017 L:      [email protected]
1018 S:      Maintained
1019
1020 DEFXX FDDI NETWORK DRIVER
1021 P:      Maciej W. Rozycki
1022 M:      [email protected]
1023 S:      Maintained
1024
1025 DELL LAPTOP SMM DRIVER
1026 P:      Massimo Dal Zotto
1027 M:      [email protected]
1028 W:      http://www.debian.org/~dz/i8k/
1029 S:      Maintained
1030
1031 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1032 P:      Doug Warzecha
1033 M:      [email protected]
1034 S:      Maintained
1035
1036 DEVICE-MAPPER  (LVM)
1037 P:      Alasdair Kergon
1038 L:      [email protected]
1039 W:      http://sources.redhat.com/dm
1040 S:      Maintained
1041
1042 DEVICE NUMBER REGISTRY
1043 P:      Torben Mathiasen
1044 M:      [email protected]
1045 W:      http://lanana.org/docs/device-list/index.html
1046 L:      [email protected]
1047 S:      Maintained
1048
1049 DEVICE FILESYSTEM
1050 S:      Obsolete
1051
1052 DIGI INTL. EPCA DRIVER
1053 P:      Digi International, Inc
1054 M:      [email protected]
1055 L:      [email protected]
1056 W:      http://www.digi.com
1057 S:      Orphaned
1058
1059 DIGI RIGHTSWITCH NETWORK DRIVER
1060 P:      Rick Richardson
1061 L:      [email protected]
1062 W:      http://www.digi.com
1063 S:      Orphaned
1064
1065 DIRECTORY NOTIFICATION
1066 P:      Stephen Rothwell
1067 M:      [email protected]
1068 L:      [email protected]
1069 S:      Supported
1070
1071 DISK GEOMETRY AND PARTITION HANDLING
1072 P:      Andries Brouwer
1073 M:      [email protected]
1074 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1075 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1076 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1077 S:      Maintained
1078
1079 DISKQUOTA:
1080 P:      Jan Kara
1081 M:      [email protected]
1082 L:      [email protected]
1083 S:      Maintained
1084
1085 DISTRIBUTED LOCK MANAGER
1086 P:      Patrick Caulfield
1087 M:      [email protected]
1088 P:      David Teigland
1089 M:      [email protected]
1090 L:      [email protected]
1091 W:      http://sources.redhat.com/cluster/
1092 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1093 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1094 S:      Supported
1095
1096 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1097 P:      Tobias Ringstrom
1098 M:      [email protected]
1099 L:      [email protected]
1100 S:      Maintained
1101
1102 DOCBOOK FOR DOCUMENTATION
1103 P:      Randy Dunlap
1104 M:      [email protected]
1105 S:      Maintained
1106
1107 DOCKING STATION DRIVER
1108 P:      Kristen Carlson Accardi
1109 M:      [email protected]
1110 L:      [email protected]
1111 S:      Supported
1112
1113 DOUBLETALK DRIVER
1114 P:      James R. Van Zandt
1115 M:      [email protected]
1116 L:      [email protected]
1117 S:      Maintained
1118
1119 DRIVER CORE, KOBJECTS, AND SYSFS
1120 P:      Greg Kroah-Hartman
1121 M:      [email protected]
1122 L:      [email protected]
1123 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1124 S:      Supported
1125
1126 DRM DRIVERS
1127 P:      David Airlie
1128 M:      [email protected]
1129 L:      [email protected]
1130 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1131 S:      Maintained
1132
1133 DSCC4 DRIVER
1134 P:      Francois Romieu
1135 M:      [email protected]
1136 L:      [email protected]
1137 S:      Maintained
1138
1139 DVB SUBSYSTEM AND DRIVERS
1140 P:      LinuxTV.org Project
1141 M:      [email protected]
1142 L:      [email protected] (subscription required)
1143 W:      http://linuxtv.org/
1144 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1145 S:      Maintained
1146
1147 EATA-DMA SCSI DRIVER
1148 P:      Michael Neuffer
1149 L:      [email protected][email protected]
1150 S:      Maintained
1151
1152 EATA ISA/EISA/PCI SCSI DRIVER
1153 P:      Dario Ballabio
1154 M:      [email protected]
1155 L:      [email protected]
1156 S:      Maintained
1157
1158 EATA-PIO SCSI DRIVER
1159 P:      Michael Neuffer
1160 M:      [email protected]
1161 L:      [email protected][email protected]
1162 S:      Maintained
1163
1164 EBTABLES
1165 P:      Bart De Schuymer
1166 M:      [email protected]
1167 L:      [email protected]
1168 L:      [email protected]
1169 W:      http://ebtables.sourceforge.net/
1170 S:      Maintained
1171
1172 ECRYPT FILE SYSTEM
1173 P:      Mike Halcrow, Phillip Hellewell
1174 M:      [email protected][email protected]
1175 L:      [email protected]
1176 W:      http://ecryptfs.sourceforge.net/
1177 S:      Supported
1178
1179 EDAC-CORE
1180 P:      Doug Thompson
1181 M:      [email protected]
1182 L:      [email protected]
1183 W:      bluesmoke.sourceforge.net
1184 S:      Supported
1185
1186 EDAC-E752X
1187 P:      Mark Gross
1188 M:      [email protected]
1189 L:      [email protected]
1190 W:      bluesmoke.sourceforge.net
1191 S:      Maintained
1192
1193 EDAC-E7XXX
1194 P:      Doug Thompson
1195 M:      [email protected]
1196 L:      [email protected]
1197 W:      bluesmoke.sourceforge.net
1198 S:      Maintained
1199
1200 EDAC-R82600
1201 P:      Tim Small
1202 M:      [email protected]
1203 L:      [email protected]
1204 W:      bluesmoke.sourceforge.net
1205 S:      Maintained
1206
1207 EEPRO100 NETWORK DRIVER
1208 P:      Andrey V. Savochkin
1209 M:      [email protected]
1210 S:      Maintained
1211
1212 EFS FILESYSTEM
1213 W:      http://aeschi.ch.eu.org/efs/
1214 S:      Orphan
1215
1216 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1217 P:      Hoang-Nam Nguyen
1218 M:      [email protected]
1219 P:      Christoph Raisch
1220 M:      [email protected]
1221 L:      [email protected]
1222 S:      Supported
1223
1224 EMU10K1 SOUND DRIVER
1225 P:      James Courtier-Dutton
1226 M:      [email protected]
1227 L:      [email protected]
1228 W:      http://sourceforge.net/projects/emu10k1/
1229 S:      Maintained
1230
1231 EMULEX LPFC FC SCSI DRIVER
1232 P:      James Smart
1233 M:      [email protected]
1234 L:      [email protected]
1235 W:      http://sourceforge.net/projects/lpfcxxxx
1236 S:      Supported
1237
1238 EPSON 1355 FRAMEBUFFER DRIVER
1239 P:      Christopher Hoover
1240 M:      [email protected][email protected]
1241 S:      Maintained
1242
1243 ETHEREXPRESS-16 NETWORK DRIVER
1244 P:      Philip Blundell
1245 M:      [email protected]
1246 L:      [email protected]
1247 S:      Maintained
1248
1249 ETHERNET BRIDGE
1250 P:      Stephen Hemminger
1251 M:      [email protected]
1252 L:      [email protected]
1253 W:      http://bridge.sourceforge.net/
1254 S:      Maintained
1255
1256 ETHERTEAM 16I DRIVER
1257 P:      Mika Kuoppala
1258 M:      [email protected]
1259 S:      Maintained
1260
1261 EXT2 FILE SYSTEM
1262 L:      [email protected]
1263 S:      Maintained
1264
1265 EXT3 FILE SYSTEM
1266 P:      Stephen Tweedie, Andrew Morton
1267 M:      [email protected][email protected][email protected]
1268 L:      [email protected]
1269 S:      Maintained
1270
1271 EXT4 FILE SYSTEM
1272 P:      Stephen Tweedie, Andrew Morton
1273 M:      [email protected][email protected][email protected]
1274 L:      [email protected]
1275 S:      Maintained
1276
1277 F71805F HARDWARE MONITORING DRIVER
1278 P:      Jean Delvare
1279 M:      [email protected]
1280 L:      [email protected]
1281 S:      Maintained
1282
1283 FARSYNC SYNCHRONOUS DRIVER
1284 P:      Kevin Curtis
1285 M:      [email protected]
1286 W:      http://www.farsite.co.uk/
1287 S:      Supported
1288
1289 FRAMEBUFFER LAYER
1290 P:      Antonino Daplas
1291 M:      [email protected]
1292 L:      [email protected] (subscribers-only)
1293 W:      http://linux-fbdev.sourceforge.net/
1294 S:      Maintained
1295
1296 FREESCALE SOC FS_ENET DRIVER
1297 P:      Pantelis Antoniou
1298 M:      [email protected]
1299 P:      Vitaly Bordug
1300 M:      [email protected]
1301 L:      [email protected]
1302 L:      [email protected]
1303 S:      Maintained
1304
1305 FILE LOCKING (flock() and fcntl()/lockf())
1306 P:      Matthew Wilcox
1307 M:      [email protected]
1308 L:      [email protected]
1309 S:      Maintained
1310
1311 FILESYSTEMS (VFS and infrastructure)
1312 P:      Alexander Viro
1313 M:      [email protected]
1314 S:      Maintained
1315
1316 FIRMWARE LOADER (request_firmware)
1317 L:      [email protected]
1318 S:      Orphan
1319
1320 FPU EMULATOR
1321 P:      Bill Metzenthen
1322 M:      [email protected]
1323 W:      http://suburbia.net/~billm/floating-point/emulator/
1324 S:      Maintained
1325
1326 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1327 P:      Mike McLagan
1328 M:      [email protected]
1329 L:      [email protected]
1330 S:      Maintained
1331
1332 FREEVXFS FILESYSTEM
1333 P:      Christoph Hellwig
1334 M:      [email protected]
1335 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1336 S:      Maintained
1337
1338 FUJITSU FR-V PORT
1339 P:      David Howells
1340 M:      [email protected]
1341 S:      Maintained
1342
1343 FUSE: FILESYSTEM IN USERSPACE
1344 P:      Miklos Szeredi
1345 M:      [email protected]
1346 L:      [email protected]
1347 W:      http://fuse.sourceforge.net/
1348 S:      Maintained
1349
1350 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1351 P:      Rik Faith
1352 M:      [email protected]
1353 L:      [email protected]
1354 S:      Odd fixes (e.g., new signatures)
1355
1356 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1357 P:      Achim Leubner
1358 M:      [email protected]
1359 L:      [email protected]
1360 W:      http://www.icp-vortex.com/
1361 S:      Supported
1362
1363 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1364 P:      Krzysztof Halasa
1365 M:      [email protected]
1366 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1367 S:      Maintained
1368
1369 GFS2 FILE SYSTEM
1370 P:      Steven Whitehouse
1371 M:      [email protected]
1372 L:      [email protected]
1373 W:      http://sources.redhat.com/cluster/
1374 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1375 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1376 S:      Supported
1377
1378 GIGASET ISDN DRIVERS
1379 P:      Hansjoerg Lipp
1380 M:      [email protected]
1381 P:      Tilman Schmidt
1382 M:      [email protected]
1383 L:      [email protected]
1384 W:      http://gigaset307x.sourceforge.net/
1385 S:      Maintained
1386
1387 HARDWARE MONITORING
1388 P:      Jean Delvare
1389 M:      [email protected]
1390 L:      [email protected]
1391 W:      http://www.lm-sensors.org/
1392 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
1393 S:      Maintained
1394
1395 HARDWARE RANDOM NUMBER GENERATOR CORE
1396 P:      Michael Buesch
1397 M:      [email protected]
1398 S:      Maintained
1399
1400 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1401 P:      Robert Love
1402 M:      [email protected]
1403 M:      [email protected]
1404 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1405 S:      Maintained
1406
1407 HARMONY SOUND DRIVER
1408 P:      Kyle McMartin
1409 M:      [email protected]
1410 W:      http://www.parisc-linux.org/~kyle/harmony/
1411 L:      [email protected]
1412 S:      Maintained
1413
1414 HAYES ESP SERIAL DRIVER
1415 P:      Andrew J. Robinson
1416 M:      [email protected]
1417 L:      [email protected]
1418 W:      http://www.nyx.net/~arobinso
1419 S:      Maintained
1420
1421 HFS FILESYSTEM
1422 P:      Roman Zippel
1423 M:      [email protected]
1424 L:      [email protected]
1425 S:      Maintained
1426
1427 HGA FRAMEBUFFER DRIVER
1428 P:      Ferenc Bakonyi
1429 M:      [email protected]
1430 L:      [email protected]
1431 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1432 S:      Maintained
1433
1434 HID CORE LAYER
1435 P:      Jiri Kosina
1436 M:      [email protected]
1437 L:      [email protected]
1438 S:      Maintained
1439
1440 HIGH-SPEED SCC DRIVER FOR AX.25
1441 P:      Klaus Kudielka
1442 M:      [email protected]
1443 L:      [email protected]
1444 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1445 S:      Maintained
1446
1447 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1448 P:      HighPoint Linux Team
1449 M:      [email protected]
1450 W:      http://www.highpoint-tech.com
1451 S:      Supported
1452
1453 HIPPI
1454 P:      Jes Sorensen
1455 M:      [email protected]
1456 L:      [email protected]
1457 S:      Maintained
1458
1459 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1460 P:      Chirag Kantharia
1461 M:      [email protected]
1462 L:      [email protected]
1463 S:      Maintained
1464  
1465 HEWLETT-PACKARD SMART2 RAID DRIVER
1466 P:      Chirag Kantharia
1467 M:      [email protected]
1468 L:      [email protected]
1469 S:      Maintained
1470  
1471 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1472 P:      Mike Miller
1473 M:      [email protected]
1474 L:      [email protected]
1475 S:      Supported
1476  
1477 HOST AP DRIVER
1478 P:      Jouni Malinen
1479 M:      [email protected]
1480 L:      [email protected]
1481 W:      http://hostap.epitest.fi/
1482 S:      Maintained
1483
1484 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1485 P:      Jaroslav Kysela
1486 M:      [email protected]
1487 S:      Maintained
1488
1489 HPET:   High Precision Event Timers driver (hpet.c)
1490 P:      Clemens Ladisch
1491 M:      [email protected]
1492 S:      Maintained
1493
1494 HPET:   i386
1495 P:      Venkatesh Pallipadi (Venki)
1496 M:      [email protected]
1497 S:      Maintained
1498
1499 HPET:   x86_64
1500 P:      Andi Kleen and Vojtech Pavlik
1501 M:      [email protected] and [email protected]
1502 S:      Maintained
1503
1504 HPET:   ACPI hpet.c
1505 P:      Bob Picco
1506 M:      [email protected]
1507 S:      Maintained
1508
1509 HPFS FILESYSTEM
1510 P:      Mikulas Patocka
1511 M:      [email protected]
1512 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1513 S:      Maintained
1514
1515 HUGETLB FILESYSTEM
1516 P:      William Irwin
1517 M:      [email protected]
1518 S:      Maintained
1519
1520 I2C SUBSYSTEM
1521 P:      Jean Delvare
1522 M:      [email protected]
1523 L:      [email protected]
1524 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1525 S:      Maintained
1526
1527 I2O
1528 P:      Markus Lidel
1529 M:      [email protected]
1530 W:      http://i2o.shadowconnect.com/
1531 S:      Maintained
1532
1533 i386 BOOT CODE
1534 P:      Riley H. Williams
1535 M:      [email protected]
1536 L:      [email protected]
1537 S:      Maintained
1538
1539 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1540 P:      Dave Jones
1541 M:      [email protected]
1542 P:      H. Peter Anvin
1543 M:      [email protected]
1544 S:      Maintained
1545
1546 i810 TCO TIMER WATCHDOG
1547 P:      Nils Faerber
1548 M:      [email protected]
1549 W:      http://www.kernelconcepts.de/
1550 S:      Maintained
1551
1552 IA64 (Itanium) PLATFORM
1553 P:      Tony Luck
1554 M:      [email protected]
1555 L:      [email protected]
1556 W:      http://www.ia64-linux.org/
1557 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1558 S:      Maintained
1559
1560 IBM ACPI EXTRAS DRIVER
1561 P:      Henrique de Moraes Holschuh
1562 M:      [email protected]
1563 L:      [email protected]
1564 W:      http://ibm-acpi.sourceforge.net
1565 W:      http://thinkwiki.org/wiki/Ibm-acpi
1566 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1567 S:      Maintained
1568
1569 SN-IA64 (Itanium) SUB-PLATFORM
1570 P:      Jes Sorensen
1571 M:      [email protected]
1572 L:      [email protected]
1573 L:      [email protected]
1574 W:      http://www.sgi.com/altix
1575 S:      Maintained
1576
1577 IBM MCA SCSI SUBSYSTEM DRIVER
1578 P:      Michael Lang
1579 M:      [email protected]
1580 W:      http://www.uni-mainz.de/~langm000/linux.html
1581 S:      Maintained
1582
1583 IBM Power Linux RAID adapter
1584 P:      Brian King
1585 M:      [email protected]
1586 S:      Supported
1587
1588 IBM ServeRAID RAID DRIVER
1589 P:      Jack Hammer
1590 P:      Dave Jeffery
1591 M:      [email protected]
1592 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1593 S:      Supported 
1594
1595 IDE SUBSYSTEM
1596 P:      Bartlomiej Zolnierkiewicz
1597 M:      [email protected]
1598 L:      [email protected]
1599 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1600 S:      Maintained
1601
1602 IDE/ATAPI CDROM DRIVER
1603 P:      Alan Cox
1604 M:      [email protected]
1605 L:      [email protected]
1606 S:      Maintained
1607
1608 IDE/ATAPI FLOPPY DRIVERS
1609 P:      Paul Bristow
1610 M:      Paul Bristow <[email protected]>
1611 W:      http://paulbristow.net/linux/idefloppy.html
1612 L:      [email protected]
1613 S:      Maintained
1614
1615 IDE/ATAPI TAPE DRIVERS
1616 P:      Gadi Oxman
1617 M:      Gadi Oxman <[email protected]>
1618 L:      [email protected]
1619 S:      Maintained
1620
1621 IEEE 1394 SUBSYSTEM
1622 P:      Ben Collins
1623 M:      [email protected]
1624 P:      Stefan Richter
1625 M:      [email protected]
1626 L:      [email protected]
1627 W:      http://www.linux1394.org/
1628 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1629 S:      Maintained
1630
1631 IEEE 1394 IPV4 DRIVER (eth1394)
1632 P:      Stefan Richter
1633 M:      [email protected]
1634 L:      [email protected]
1635 S:      Odd Fixes
1636
1637 IEEE 1394 PCILYNX DRIVER
1638 P:      Jody McIntyre
1639 M:      [email protected]
1640 P:      Stefan Richter
1641 M:      [email protected]
1642 L:      [email protected]
1643 S:      Odd Fixes
1644
1645 IEEE 1394 RAW I/O DRIVER
1646 P:      Ben Collins
1647 M:      [email protected]
1648 P:      Dan Dennedy
1649 M:      [email protected]
1650 L:      [email protected]
1651 S:      Maintained
1652
1653 IMS TWINTURBO FRAMEBUFFER DRIVER
1654 P:      Paul Mundt
1655 M:      [email protected]
1656 L:      [email protected] (subscribers-only)
1657 S:      Maintained
1658
1659 INFINIBAND SUBSYSTEM
1660 P:      Roland Dreier
1661 M:      [email protected]
1662 P:      Sean Hefty
1663 M:      [email protected]
1664 P:      Hal Rosenstock
1665 M:      [email protected]
1666 L:      [email protected]
1667 W:      http://www.openib.org/
1668 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1669 S:      Supported
1670
1671 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1672 P:      Dmitry Torokhov
1673 M:      [email protected]
1674 M:      [email protected]
1675 L:      [email protected]
1676 L:      [email protected]
1677 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1678 S:      Maintained
1679
1680 INOTIFY
1681 P:      John McCutchan
1682 M:      [email protected]
1683 P:      Robert Love
1684 M:      [email protected]
1685 L:      [email protected]
1686 S:      Maintained
1687
1688 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1689 P:      Sylvain Meyer
1690 M:      [email protected]
1691 L:      [email protected] (subscribers-only)
1692 S:      Maintained
1693
1694 INTEL 810/815 FRAMEBUFFER DRIVER
1695 P:      Antonino Daplas
1696 M:      [email protected]
1697 L:      [email protected] (subscribers-only)
1698 S:      Maintained
1699
1700 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1701 P:      Ingo Molnar
1702 M:      [email protected]
1703 S:      Maintained
1704
1705 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1706 P:      Jeff Garzik
1707 M:      [email protected]
1708 W:      http://sourceforge.net/projects/gkernel/
1709 S:      Maintained
1710
1711 INTEL IA32 MICROCODE UPDATE SUPPORT
1712 P:      Tigran Aivazian
1713 M:      [email protected]
1714 S:      Maintained
1715
1716 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1717 P:      Deepak Saxena
1718 M:      [email protected]
1719 S:      Maintained
1720
1721 INTEL IXP2000 ETHERNET DRIVER
1722 P:      Lennert Buytenhek
1723 M:      [email protected]
1724 L:      [email protected]
1725 S:      Maintained
1726
1727 INTEL PRO/100 ETHERNET SUPPORT
1728 P:      John Ronciak
1729 M:      [email protected]
1730 P:      Jesse Brandeburg
1731 M:      [email protected]
1732 P:      Jeff Kirsher
1733 M:      [email protected]
1734 P:      Auke Kok
1735 M:      [email protected]
1736 W:      http://sourceforge.net/projects/e1000/
1737 S:      Supported
1738
1739 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1740 P:      Jeb Cramer
1741 M:      [email protected]
1742 P:      John Ronciak
1743 M:      [email protected]
1744 P:      Jesse Brandeburg
1745 M:      [email protected]
1746 P:      Jeff Kirsher
1747 M:      [email protected]
1748 P:      Auke Kok
1749 M:      [email protected]
1750 W:      http://sourceforge.net/projects/e1000/
1751 S:      Supported
1752
1753 INTEL PRO/10GbE SUPPORT
1754 P:      Jeff Kirsher
1755 M:      [email protected]
1756 P:      Ayyappan Veeraiyan
1757 M:      [email protected]
1758 P:      John Ronciak
1759 M:      [email protected]
1760 P:      Jesse Brandeburg
1761 M:      [email protected]
1762 P:      Auke Kok
1763 M:      [email protected]
1764 W:      http://sourceforge.net/projects/e1000/
1765 S:      Supported
1766
1767 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1768 P:      Yi Zhu
1769 M:      [email protected]
1770 P:      James Ketrenos
1771 M:      [email protected]
1772 L:      [email protected]
1773 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1774 W:      http://ipw2100.sourceforge.net
1775 S:      Supported
1776
1777 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1778 P:      Yi Zhu
1779 M:      [email protected]
1780 P:      James Ketrenos
1781 M:      [email protected]
1782 L:      [email protected]
1783 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1784 W:      http://ipw2200.sourceforge.net
1785 S:      Supported
1786
1787 IOC3 DRIVER
1788 P:      Ralf Baechle
1789 M:      [email protected]
1790 L:      [email protected]
1791 S:      Maintained
1792
1793 IP MASQUERADING:
1794 P:      Juanjo Ciarlante
1795 M:      [email protected]
1796 S:      Maintained
1797
1798 IPATH DRIVER:
1799 P:      Bryan O'Sullivan
1800 M:      [email protected]
1801 L:      [email protected]
1802 S:      Supported
1803
1804 IPMI SUBSYSTEM
1805 P:      Corey Minyard
1806 M:      [email protected]
1807 L:      [email protected]
1808 W:      http://openipmi.sourceforge.net/
1809 S:      Supported
1810
1811 IPX NETWORK LAYER
1812 P:      Arnaldo Carvalho de Melo
1813 M:      [email protected]
1814 L:      [email protected]
1815 S:      Maintained
1816
1817 IRDA SUBSYSTEM
1818 P:      Samuel Ortiz
1819 M:      [email protected]
1820 L:      [email protected] (subscribers-only)
1821 W:      http://irda.sourceforge.net/
1822 S:      Maintained
1823
1824 ISAPNP
1825 P:      Jaroslav Kysela
1826 M:      [email protected]
1827 S:      Maintained
1828
1829 ISDN SUBSYSTEM
1830 P:      Karsten Keil
1831 M:      [email protected]
1832 P:      Kai Germaschewski
1833 M:      [email protected]
1834 L:      [email protected]
1835 W:      http://www.isdn4linux.de
1836 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1837 S:      Maintained
1838
1839 ISDN SUBSYSTEM (Eicon active card driver)
1840 P:      Armin Schindler
1841 M:      [email protected]
1842 L:      [email protected]
1843 W:      http://www.melware.de
1844 S:      Maintained
1845
1846 JOURNALLING FLASH FILE SYSTEM (JFFS)
1847 P:      Axis Communications AB
1848 M:      [email protected]
1849 L:      [email protected]
1850 W:      http://www.developer.axis.com/software/jffs/
1851 S:      Maintained
1852
1853 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1854 P:      David Woodhouse
1855 M:      [email protected]
1856 L:      [email protected]
1857 W:      http://sources.redhat.com/jffs2/
1858 S:      Maintained
1859
1860 JFS FILESYSTEM
1861 P:      Dave Kleikamp
1862 M:      [email protected]
1863 L:      [email protected]
1864 W:      http://jfs.sourceforge.net/
1865 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1866 S:      Supported
1867
1868 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1869 P:      Stephen Tweedie, Andrew Morton
1870 M:      [email protected][email protected]
1871 L:      [email protected]
1872 S:      Maintained
1873
1874 K8TEMP HARDWARE MONITORING DRIVER
1875 P:      Rudolf Marek
1876 M:      [email protected]
1877 L:      [email protected]
1878 S:      Maintained
1879
1880 KCONFIG
1881 P:      Roman Zippel
1882 M:      [email protected]
1883 L:      [email protected]
1884 S:      Maintained
1885
1886 KDUMP
1887 P:      Vivek Goyal
1888 M:      [email protected]
1889 P:      Haren Myneni
1890 M:      [email protected]
1891 L:      [email protected]
1892 L:      [email protected]
1893 W:      http://lse.sourceforge.net/kdump/
1894 S:      Maintained
1895
1896 KERNEL AUTOMOUNTER (AUTOFS)
1897 P:      H. Peter Anvin
1898 M:      [email protected]
1899 L:      [email protected]
1900 S:      Odd Fixes
1901
1902 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1903 P:      Ian Kent
1904 M:      [email protected]
1905 L:      [email protected]
1906 S:      Maintained
1907
1908 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1909 P:      Kai Germaschewski
1910 M:      [email protected]
1911 P:      Sam Ravnborg
1912 M:      [email protected]
1913 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1914 S:      Maintained 
1915
1916 KERNEL JANITORS
1917 P:      Several
1918 L:      [email protected]
1919 W:      http://www.kerneljanitors.org/
1920 S:      Maintained
1921
1922 KERNEL NFSD
1923 P:      Neil Brown
1924 M:      [email protected]
1925 L:      [email protected]
1926 W:      http://nfs.sourceforge.net/
1927 S:      Supported
1928
1929 KERNEL VIRTUAL MACHINE (KVM)
1930 P:      Avi Kivity
1931 M:      [email protected]
1932 L:      [email protected]
1933 W:      kvm.sourceforge.net
1934 S:      Supported
1935
1936 KEXEC
1937 P:      Eric Biederman
1938 M:      [email protected]
1939 W:      http://www.xmission.com/~ebiederm/files/kexec/
1940 L:      [email protected]
1941 L:      [email protected]
1942 S:      Maintained
1943
1944 KPROBES
1945 P:      Prasanna S Panchamukhi
1946 M:      [email protected]
1947 P:      Ananth N Mavinakayanahalli
1948 M:      [email protected]
1949 P:      Anil S Keshavamurthy
1950 M:      [email protected]
1951 P:      David S. Miller
1952 M:      [email protected]
1953 L:      [email protected]
1954 S:      Maintained
1955
1956 LAPB module
1957 L:      [email protected]
1958 S:      Orphan
1959
1960 LASI 53c700 driver for PARISC
1961 P:      James E.J. Bottomley
1962 M:      [email protected]
1963 L:      [email protected]
1964 S:      Maintained
1965
1966 LED SUBSYSTEM
1967 P:      Richard Purdie
1968 M:      [email protected]
1969 S:      Maintained
1970
1971 LEGO USB Tower driver
1972 P:      Juergen Stuber
1973 M:      [email protected]
1974 L:      [email protected]
1975 W:      http://legousb.sourceforge.net/
1976 S:      Maintained
1977
1978 LINUX FOR IBM pSERIES (RS/6000)
1979 P:      Paul Mackerras
1980 M:      [email protected]
1981 W:      http://www.ibm.com/linux/ltc/projects/ppc
1982 S:      Supported
1983
1984 LINUX FOR NCR VOYAGER
1985 P:      James Bottomley
1986 M:      [email protected]
1987 W:      http://www.hansenpartnership.com/voyager
1988 S:      Maintained
1989
1990 LINUX FOR POWERPC
1991 P:      Paul Mackerras
1992 M:      [email protected]
1993 W:      http://www.penguinppc.org/
1994 L:      [email protected]
1995 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1996 S:      Supported
1997
1998 LINUX FOR POWER MACINTOSH
1999 P:      Benjamin Herrenschmidt
2000 M:      [email protected]
2001 W:      http://www.penguinppc.org/
2002 L:      [email protected]
2003 S:      Maintained
2004
2005 LINUX FOR POWERPC EMBEDDED MPC52XX
2006 P:      Sylvain Munaut
2007 M:      [email protected]
2008 W:      http://www.246tNt.com/mpc52xx/
2009 W:      http://www.penguinppc.org/
2010 L:      [email protected]
2011 L:      [email protected]
2012 S:      Maintained
2013
2014 LINUX FOR POWERPC EMBEDDED PPC4XX
2015 P:      Matt Porter
2016 M:      [email protected]
2017 W:      http://www.penguinppc.org/
2018 L:      [email protected]
2019 S:      Maintained
2020
2021 LINUX FOR POWERPC BOOT CODE
2022 P:      Tom Rini
2023 M:      [email protected]
2024 W:      http://www.penguinppc.org/
2025 L:      [email protected]
2026 S:      Maintained
2027
2028 LINUX FOR POWERPC EMBEDDED PPC8XX
2029 P:      Marcelo Tosatti
2030 M:      [email protected]
2031 W:      http://www.penguinppc.org/
2032 L:      [email protected]
2033 S:      Maintained
2034
2035 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2036 P:      Kumar Gala
2037 M:      [email protected]
2038 W:      http://www.penguinppc.org/
2039 L:      [email protected]
2040 S:      Maintained
2041
2042 LINUX FOR POWERPC PA SEMI PWRFICIENT
2043 P:      Olof Johansson
2044 M:      [email protected]
2045 W:      http://www.pasemi.com/
2046 L:      [email protected]
2047 S:      Supported
2048
2049 LLC (802.2)
2050 P:      Arnaldo Carvalho de Melo
2051 M:      [email protected]
2052 S:      Maintained
2053
2054 LINUX FOR 64BIT POWERPC
2055 P:      Paul Mackerras
2056 M:      [email protected]
2057 M:      [email protected]
2058 P:      Anton Blanchard
2059 M:      [email protected]
2060 M:      [email protected]
2061 W:      http://www.penguinppc.org/ppc64/
2062 L:      [email protected]
2063 S:      Supported
2064
2065 LINUX SECURITY MODULE (LSM) FRAMEWORK
2066 P:      Chris Wright
2067 M:      [email protected]
2068 L:      [email protected]
2069 W:      http://lsm.immunix.org
2070 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2071 S:      Supported
2072
2073 LM83 HARDWARE MONITOR DRIVER
2074 P:      Jean Delvare
2075 M:      [email protected]
2076 L:      [email protected]
2077 S:      Maintained
2078
2079 LM90 HARDWARE MONITOR DRIVER
2080 P:      Jean Delvare
2081 M:      [email protected]
2082 L:      [email protected]
2083 S:      Maintained
2084
2085 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2086 P:      Richard Russon (FlatCap)
2087 M:      [email protected]
2088 L:      [email protected] 
2089 W:      http://ldm.sourceforge.net
2090 S:      Maintained
2091
2092 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2093 P:      Eric Moore
2094 M:      [email protected]
2095 M:      [email protected]
2096 L:      [email protected]
2097 L:      [email protected]
2098 W:      http://www.lsilogic.com/support
2099 S:      Supported
2100
2101 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2102 P:      Matthew Wilcox
2103 M:      [email protected]
2104 L:      [email protected]
2105 S:      Maintained
2106
2107 M68K ARCHITECTURE
2108 P:      Geert Uytterhoeven
2109 M:      [email protected]
2110 P:      Roman Zippel
2111 M:      [email protected]
2112 L:      [email protected]
2113 W:      http://www.linux-m68k.org/
2114 W:      http://linux-m68k-cvs.ubb.ca/
2115 S:      Maintained
2116
2117 M68K ON APPLE MACINTOSH
2118 P:      Joshua Thompson
2119 M:      [email protected]
2120 W:      http://www.mac.linux-m68k.org/
2121 L:      [email protected]
2122 S:      Maintained
2123
2124 M68K ON HP9000/300
2125 P:      Philip Blundell
2126 M:      [email protected]
2127 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2128 S:      Maintained
2129
2130 MARVELL YUKON / SYSKONNECT DRIVER
2131 P:      Mirko Lindner
2132 M:      [email protected]
2133 P:      Ralph Roesler
2134 M:      [email protected]
2135 W:      http://www.syskonnect.com
2136 S:      Supported
2137
2138 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2139 P:      Michael Kerrisk
2140 M:      [email protected]
2141 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2142 S:      Maintained
2143
2144 MARVELL MV643XX ETHERNET DRIVER
2145 P:      Dale Farnsworth
2146 M:      [email protected]
2147 P:      Manish Lachwani
2148 M:      [email protected]
2149 L:      [email protected]
2150 S:      Odd Fixes for 2.4; Maintained for 2.6.
2151
2152 MATROX FRAMEBUFFER DRIVER
2153 P:      Petr Vandrovec
2154 M:      [email protected]
2155 L:      [email protected] (subscribers-only)
2156 S:      Maintained
2157
2158 MEGARAID SCSI DRIVERS
2159 P:      Neela Syam Kolli
2160 M:      [email protected]
2161 S:      [email protected]
2162 W:      http://megaraid.lsilogic.com
2163 S:      Maintained
2164
2165 MEMORY MANAGEMENT
2166 L:      [email protected]
2167 L:      [email protected]
2168 W:      http://www.linux-mm.org
2169 S:      Maintained
2170
2171 MEMORY TECHNOLOGY DEVICES (MTD)
2172 P:      David Woodhouse
2173 M:      [email protected]
2174 W:      http://www.linux-mtd.infradead.org/
2175 L:      [email protected]
2176 T:      git git://git.infradead.org/mtd-2.6.git
2177 S:      Maintained
2178
2179 MICROTEK X6 SCANNER
2180 P:      Oliver Neukum
2181 M:      [email protected]
2182 S:      Maintained
2183
2184 MIPS
2185 P:      Ralf Baechle
2186 M:      [email protected]
2187 W:      http://www.linux-mips.org/
2188 L:      [email protected]
2189 T:      git www.linux-mips.org:/pub/scm/linux.git
2190 S:      Supported
2191
2192 MISCELLANEOUS MCA-SUPPORT
2193 P:      James Bottomley
2194 M:      [email protected]
2195 L:      [email protected]
2196 S:      Maintained
2197
2198 MODULE SUPPORT
2199 P:      Rusty Russell
2200 M:      [email protected]
2201 L:      [email protected]
2202 S:      Maintained
2203
2204 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2205 P:      Stelian Pop
2206 M:      [email protected]
2207 W:      http://popies.net/meye/
2208 S:      Maintained
2209
2210 MOUSE AND MISC DEVICES [GENERAL]
2211 P:      Alessandro Rubini
2212 M:      [email protected]
2213 L:      [email protected]
2214 S:      Maintained
2215
2216 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2217 P:      Jiri Slaby
2218 M:      [email protected]
2219 L:      [email protected]
2220 S:      Maintained
2221
2222 MSI LAPTOP SUPPORT
2223 P:      Lennart Poettering
2224 M:      [email protected]
2225 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2226 W:      http://0pointer.de/lennart/tchibo.html
2227 S:      Maintained
2228
2229 MTRR AND SIMILAR SUPPORT [i386]
2230 P:      Richard Gooch
2231 M:      [email protected]
2232 L:      [email protected]
2233 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2234 S:      Maintained
2235
2236 MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2237 P:      Pierre Ossman
2238 M:      [email protected]
2239 L:      [email protected]
2240 S:      Maintained
2241
2242 MULTISOUND SOUND DRIVER
2243 P:      Andrew Veliath
2244 M:      [email protected]
2245 S:      Maintained
2246
2247 MULTITECH MULTIPORT CARD (ISICOM)
2248 P:      Jiri Slaby
2249 M:      [email protected]
2250 L:      [email protected]
2251 S:      Maintained
2252
2253 NATSEMI ETHERNET DRIVER (DP8381x)
2254 P:      Tim Hockin
2255 M:      [email protected]
2256 S:      Maintained
2257
2258 NCP FILESYSTEM
2259 P:      Petr Vandrovec
2260 M:      [email protected]
2261 L:      [email protected]
2262 S:      Maintained
2263
2264 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2265 P:      James E.J. Bottomley
2266 M:      [email protected]
2267 L:      [email protected]
2268 S:      Maintained
2269
2270 NETEM NETWORK EMULATOR
2271 P:      Stephen Hemminger
2272 M:      [email protected]
2273 L:      [email protected]
2274 S:      Maintained
2275
2276 NETFILTER/IPTABLES/IPCHAINS
2277 P:      Rusty Russell
2278 P:      Marc Boucher
2279 P:      James Morris
2280 P:      Harald Welte
2281 P:      Jozsef Kadlecsik
2282 P:      Patrick McHardy
2283 M:      [email protected]
2284 L:      [email protected]
2285 L:      [email protected] (subscribers-only)
2286 L:      [email protected]
2287 W:      http://www.netfilter.org/
2288 W:      http://www.iptables.org/
2289 S:      Supported
2290
2291 NETLABEL
2292 P:      Paul Moore
2293 M:      [email protected]
2294 W:      http://netlabel.sf.net
2295 L:      [email protected]
2296 S:      Supported
2297
2298 NETROM NETWORK LAYER
2299 P:      Ralf Baechle
2300 M:      [email protected]
2301 L:      [email protected]
2302 W:      http://www.linux-ax25.org/
2303 S:      Maintained
2304
2305 NETWORK BLOCK DEVICE (NBD)
2306 P:      Paul Clements
2307 M:      [email protected]
2308 S:      Maintained
2309
2310 NETWORK DEVICE DRIVERS
2311 P:      Andrew Morton
2312 M:      [email protected]
2313 P:      Jeff Garzik
2314 M:      [email protected]
2315 L:      [email protected]
2316 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2317 S:      Maintained
2318
2319 NETWORKING [GENERAL]
2320 P:      Networking Team
2321 M:      [email protected]
2322 L:      [email protected]
2323 W:      http://linux-net.osdl.org/
2324 S:      Maintained
2325
2326 NETWORKING [IPv4/IPv6]
2327 P:      David S. Miller
2328 M:      [email protected]
2329 P:      Alexey Kuznetsov
2330 M:      [email protected]
2331 P:      Pekka Savola (ipv6)
2332 M:      [email protected]
2333 P:      James Morris
2334 M:      [email protected]
2335 P:      Hideaki YOSHIFUJI
2336 M:      [email protected]
2337 P:      Patrick McHardy
2338 M:      [email protected]
2339 L:      [email protected]
2340 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2341 S:      Maintained
2342
2343 NETWORKING [WIRELESS]
2344 P:      John W. Linville
2345 M:      [email protected]
2346 L:      [email protected]
2347 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2348 S:      Maintained
2349
2350 NETXEN (1/10) GbE SUPPORT
2351 P:      Amit S. Kale
2352 M:      [email protected]
2353 L:      [email protected]
2354 W:      http://www.netxen.com
2355 S:      Supported
2356
2357 IPVS
2358 P:      Wensong Zhang
2359 M:      [email protected]
2360 P:      Simon Horman
2361 M:      [email protected]
2362 P:      Julian Anastasov
2363 M:      [email protected]
2364 L:      [email protected]
2365 S:      Maintained
2366
2367 NFS CLIENT
2368 P:      Trond Myklebust
2369 M:      [email protected]
2370 L:      [email protected]
2371 S:      Maintained
2372
2373 NI5010 NETWORK DRIVER
2374 P:      Jan-Pascal van Best
2375 M:      [email protected]
2376 P:      Andreas Mohr
2377 M:      [email protected]
2378 L:      [email protected]
2379 S:      Maintained
2380
2381 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2382 P:      YOKOTA Hiroshi
2383 M:      [email protected]
2384 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2385 S:      Maintained
2386
2387 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2388 P:      GOTO Masanori
2389 M:      [email protected]
2390 P:      YOKOTA Hiroshi
2391 M:      [email protected]
2392 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2393 S:      Maintained
2394
2395 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2396 P:      Eberhard Moenkeberg
2397 M:      [email protected]
2398 L:      [email protected]
2399 S:      Maintained
2400
2401 NTFS FILESYSTEM
2402 P:      Anton Altaparmakov
2403 M:      [email protected]
2404 L:      [email protected]
2405 L:      [email protected]
2406 W:      http://linux-ntfs.sf.net/
2407 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2408 S:      Maintained
2409
2410 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2411 P:      Antonino Daplas
2412 M:      [email protected]
2413 L:      [email protected] (subscribers-only)
2414 S:      Maintained
2415
2416 OPENCORES I2C BUS DRIVER
2417 P:      Peter Korsgaard
2418 M:      [email protected]
2419 L:      [email protected]
2420 S:      Maintained
2421
2422 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2423 P:      Mark Fasheh
2424 M:      [email protected]
2425 P:      Kurt Hackel
2426 M:      [email protected]
2427 L:      [email protected]
2428 W:      http://oss.oracle.com/projects/ocfs2/
2429 S:      Supported       
2430
2431 OLYMPIC NETWORK DRIVER
2432 P:      Peter De Shrijver
2433 M:      [email protected]
2434 P:      Mike Phillips
2435 M:      [email protected] 
2436 L:      [email protected]
2437 L:      [email protected]
2438 W:      http://www.linuxtr.net
2439 S:      Maintained
2440
2441 OMNIKEY CARDMAN 4000 DRIVER
2442 P:      Harald Welte
2443 M:      [email protected]
2444 S:      Maintained
2445
2446 OMNIKEY CARDMAN 4040 DRIVER
2447 P:      Harald Welte
2448 M:      [email protected]
2449 S:      Maintained
2450
2451 ONSTREAM SCSI TAPE DRIVER
2452 P:      Willem Riede
2453 M:      [email protected]
2454 L:      [email protected]
2455 L:      [email protected]
2456 S:      Maintained
2457
2458 OPL3-SA2, SA3, and SAx DRIVER
2459 P:      Zwane Mwaikambo
2460 M:      [email protected]
2461 L:      [email protected]
2462 S:      Maintained
2463
2464 OPROFILE
2465 P:      Philippe Elie
2466 M:      [email protected]
2467 L:      [email protected]
2468 S:      Maintained
2469
2470 ORINOCO DRIVER
2471 P:      Pavel Roskin
2472 M:      [email protected]
2473 P:      David Gibson
2474 M:      [email protected]
2475 L:      [email protected]
2476 L:      [email protected]
2477 W:      http://www.nongnu.org/orinoco/
2478 S:      Maintained
2479
2480 PARALLEL PORT SUPPORT
2481 P:      Phil Blundell
2482 M:      [email protected]
2483 P:      Tim Waugh
2484 M:      [email protected]
2485 P:      David Campbell
2486 P:      Andrea Arcangeli
2487 M:      [email protected]
2488 L:      [email protected]
2489 W:      http://people.redhat.com/twaugh/parport/
2490 S:      Maintained
2491
2492 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2493 P:      Tim Waugh
2494 M:      [email protected]
2495 L:      [email protected]
2496 W:      http://www.torque.net/linux-pp.html
2497 S:      Maintained
2498
2499 PARISC ARCHITECTURE
2500 P:      Matthew Wilcox
2501 M:      [email protected]
2502 P:      Grant Grundler
2503 M:      [email protected]
2504 P:      Kyle McMartin
2505 M:      [email protected]
2506 L:      [email protected]
2507 W:      http://www.parisc-linux.org/
2508 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2509 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2510 S:      Maintained
2511
2512 PC87360 HARDWARE MONITORING DRIVER
2513 P:      Jim Cromie
2514 M:      [email protected]
2515 L:      [email protected]
2516 S:      Maintained
2517
2518 PC8736x GPIO DRIVER
2519 P:      Jim Cromie
2520 M:      [email protected]
2521 S:      Maintained
2522
2523 PCI ERROR RECOVERY
2524 P:      Linas Vepstas
2525 M:      [email protected]
2526 L:      [email protected]
2527 L:      [email protected]
2528 S:      Supported
2529
2530 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2531 P:      Thomas Sailer
2532 M:      [email protected]
2533 L:      [email protected]
2534 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2535 S:      Maintained
2536
2537 PCI SUBSYSTEM
2538 P:      Greg Kroah-Hartman
2539 M:      [email protected]
2540 L:      [email protected]
2541 L:      [email protected]
2542 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2543 S:      Supported
2544
2545 PCI HOTPLUG CORE
2546 P:      Kristen Carlson Accardi
2547 M:      [email protected]
2548 S:      Supported
2549
2550 PCI HOTPLUG COMPAQ DRIVER
2551 P:      Greg Kroah-Hartman
2552 M:      [email protected]
2553 S:      Maintained
2554
2555 PCIE HOTPLUG DRIVER
2556 P:      Kristen Carlson Accardi
2557 M:      [email protected]
2558 L:      [email protected]
2559 S:      Supported
2560
2561 PCMCIA SUBSYSTEM
2562 P:      Linux PCMCIA Team
2563 L:      [email protected]
2564 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2565 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2566 S:      Maintained
2567
2568 PCNET32 NETWORK DRIVER
2569 P:      Thomas Bogendörfer
2570 M:      [email protected]
2571 L:      [email protected]
2572 S:      Maintained
2573
2574 PER-TASK DELAY ACCOUNTING
2575 P:      Shailabh Nagar
2576 M:      [email protected]
2577 L:      [email protected]
2578 S:      Maintained
2579
2580 PERSONALITY HANDLING
2581 P:      Christoph Hellwig
2582 M:      [email protected]
2583 L:      [email protected]
2584 S:      Maintained
2585
2586 PHRAM MTD DRIVER
2587 P:      Jörn Engel
2588 M:      [email protected]
2589 L:      [email protected]
2590 S:      Maintained
2591
2592 PKTCDVD DRIVER
2593 P:      Peter Osterlund
2594 M:      [email protected]
2595 L:      [email protected]
2596 S:      Maintained
2597
2598 POSIX CLOCKS and TIMERS
2599 P:      George Anzinger
2600 M:      [email protected]
2601 L:      [email protected]
2602 S:      Supported
2603
2604 POWERPC 4xx EMAC DRIVER
2605 P:      Eugene Surovegin
2606 M:      [email protected]
2607 W:      http://kernel.ebshome.net/emac/
2608 L:      [email protected]
2609 L:      [email protected]
2610 S:      Maintained
2611
2612 PNP SUPPORT
2613 P:      Adam Belay
2614 M:      [email protected]
2615 S:      Maintained
2616
2617 PNXxxxx I2C DRIVER
2618 P:      Vitaly Wool
2619 M:      [email protected]
2620 L:      [email protected]
2621 S:      Maintained
2622
2623 PPP PROTOCOL DRIVERS AND COMPRESSORS
2624 P:      Paul Mackerras
2625 M:      [email protected]
2626 L:      [email protected]
2627 S:      Maintained
2628
2629 PPP OVER ATM (RFC 2364)
2630 P:      Mitchell Blank Jr
2631 M:      [email protected]
2632 S:      Maintained
2633
2634 PPP OVER ETHERNET
2635 P:      Michal Ostrowski
2636 M:      [email protected]
2637 S:      Maintained
2638
2639 PREEMPTIBLE KERNEL
2640 P:      Robert Love
2641 M:      [email protected]
2642 L:      [email protected]
2643 L:      [email protected]
2644 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2645 S:      Supported
2646
2647 PRISM54 WIRELESS DRIVER
2648 P:      Prism54 Development Team
2649 M:      [email protected]
2650 L:      [email protected]
2651 W:      http://prism54.org
2652 S:      Maintained
2653
2654 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2655 P:      Peter Denison
2656 M:      [email protected]
2657 W:      http://www.pnd-pc.demon.co.uk/promise/
2658 S:      Maintained
2659
2660 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2661 P:      Mikael Pettersson
2662 M:      [email protected]
2663 L:      [email protected]
2664 S:      Maintained
2665
2666 PS3 PLATFORM SUPPORT
2667 P:      Geoff Levand
2668 M:      [email protected]
2669 L:      [email protected]
2670 L:      [email protected]
2671 S:      Supported
2672
2673 PVRUSB2 VIDEO4LINUX DRIVER
2674 P:      Mike Isely
2675 M:      [email protected]
2676 L:      [email protected]
2677 L:      [email protected]
2678 W:      http://www.isely.net/pvrusb2/
2679 S:      Maintained
2680
2681 PXA2xx SUPPORT
2682 P:      Nicolas Pitre
2683 M:      [email protected]
2684 L:      [email protected] (subscribers-only)
2685 S:      Maintained
2686
2687 QLOGIC QLA2XXX FC-SCSI DRIVER
2688 P:      Andrew Vasquez
2689 M:      [email protected]
2690 L:      [email protected]
2691 S:      Supported
2692
2693 QLOGIC QLA3XXX NETWORK DRIVER
2694 P:      Ron Mercer
2695 M:      [email protected]
2696 L:      [email protected]
2697 S:      Supported
2698
2699 QNX4 FILESYSTEM
2700 P:      Anders Larsen
2701 M:      [email protected]
2702 L:      [email protected]
2703 W:      http://www.alarsen.net/linux/qnx4fs/
2704 S:      Maintained
2705
2706 RADEON FRAMEBUFFER DISPLAY DRIVER
2707 P:      Benjamin Herrenschmidt
2708 M:      [email protected]
2709 L:      [email protected] (subscribers-only)
2710 S:      Maintained
2711
2712 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2713 P:      Paul Mackerras
2714 M:      [email protected]
2715 L:      [email protected] (subscribers-only)
2716 S:      Maintained
2717
2718 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2719 P:      Corey Thomas
2720 M:      [email protected]
2721 L:      [email protected]
2722 S:      Maintained
2723
2724 RANDOM NUMBER DRIVER
2725 P:      Matt Mackall
2726 M:      [email protected]
2727 S:      Maintained
2728
2729 RAPIDIO SUBSYSTEM
2730 P:      Matt Porter
2731 M:      [email protected]
2732 L:      [email protected]
2733 S:      Maintained
2734
2735 READ-COPY UPDATE (RCU)
2736 P:      Dipankar Sarma
2737 M:      [email protected]
2738 W:      http://www.rdrop.com/users/paulmck/rclock/
2739 L:      [email protected]
2740 S:      Supported
2741
2742 RCUTORTURE MODULE
2743 P:      Josh Triplett
2744 M:      [email protected]
2745 L:      [email protected]
2746 S:      Maintained
2747
2748 REAL TIME CLOCK DRIVER
2749 P:      Paul Gortmaker
2750 M:      [email protected]
2751 L:      [email protected]
2752 S:      Maintained
2753
2754 REAL TIME CLOCK (RTC) SUBSYSTEM
2755 P:      Alessandro Zummo
2756 M:      [email protected]
2757 L:      [email protected]
2758 S:      Maintained
2759
2760 REISERFS FILE SYSTEM
2761 P:      Hans Reiser
2762 M:      [email protected]
2763 L:      [email protected]
2764 W:      http://www.namesys.com
2765 S:      Supported
2766
2767 ROCKETPORT DRIVER
2768 P:      Comtrol Corp.
2769 W:      http://www.comtrol.com
2770 S:      Maintained
2771
2772 ROSE NETWORK LAYER
2773 P:      Ralf Baechle
2774 M:      [email protected]
2775 L:      [email protected]
2776 W:      http://www.linux-ax25.org/
2777 S:      Maintained
2778
2779 RISCOM8 DRIVER
2780 S:      Orphan
2781
2782 S3 SAVAGE FRAMEBUFFER DRIVER
2783 P:      Antonino Daplas
2784 M:      [email protected]
2785 L:      [email protected] (subscribers-only)
2786 S:      Maintained
2787
2788 S390
2789 P:      Martin Schwidefsky
2790 M:      [email protected]
2791 P:      Heiko Carstens
2792 M:      [email protected]
2793 M:      [email protected]
2794 L:      [email protected]
2795 W:      http://www.ibm.com/developerworks/linux/linux390/
2796 S:      Supported
2797
2798 S390 NETWORK DRIVERS
2799 P:      Frank Pavlic
2800 M:      [email protected]
2801 M:      [email protected]
2802 L:      [email protected]
2803 W:      http://www.ibm.com/developerworks/linux/linux390/
2804 S:      Supported
2805
2806 S390 ZFCP DRIVER
2807 P:      Swen Schillig
2808 M:      [email protected]
2809 M:      [email protected]
2810 L:      [email protected]
2811 W:      http://www.ibm.com/developerworks/linux/linux390/
2812 S:      Supported
2813
2814 SAA7146 VIDEO4LINUX-2 DRIVER
2815 P:      Michael Hunold
2816 M:      [email protected]
2817 W:      http://www.mihu.de/linux/saa7146
2818 S:      Maintained
2819
2820 SBPCD CDROM DRIVER
2821 P:      Eberhard Moenkeberg
2822 M:      [email protected]
2823 L:      [email protected]
2824 S:      Maintained
2825
2826 SC1200 WDT DRIVER
2827 P:      Zwane Mwaikambo
2828 M:      [email protected]
2829 S:      Maintained
2830
2831 SCHEDULER
2832 P:      Ingo Molnar
2833 M:      [email protected]
2834 P:      Robert Love    [the preemptible kernel bits]
2835 M:      [email protected]
2836 L:      [email protected]
2837 S:      Maintained
2838
2839 SCSI CDROM DRIVER
2840 P:      Jens Axboe
2841 M:      [email protected]
2842 L:      [email protected]
2843 W:      http://www.kernel.dk
2844 S:      Maintained
2845
2846 SCSI SG DRIVER
2847 P:      Doug Gilbert
2848 M:      [email protected]
2849 L:      [email protected]
2850 W:      http://www.torque.net/sg
2851 S:      Maintained
2852
2853 SCSI SUBSYSTEM
2854 P:      James E.J. Bottomley
2855 M:      [email protected]
2856 L:      [email protected]
2857 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2858 S:      Maintained
2859
2860 SCSI TAPE DRIVER
2861 P:      Kai Mäkisara
2862 M:      [email protected]
2863 L:      [email protected]
2864 S:      Maintained
2865
2866 SCTP PROTOCOL
2867 P:      Sridhar Samudrala
2868 M:      [email protected]
2869 L:      [email protected]
2870 S:      Supported
2871
2872 SCx200 CPU SUPPORT
2873 P:      Jim Cromie
2874 M:      [email protected]
2875 S:      Odd Fixes
2876
2877 SCx200 GPIO DRIVER
2878 P:      Jim Cromie
2879 M:      [email protected]
2880 S:      Maintained
2881
2882 SCx200 HRT CLOCKSOURCE DRIVER
2883 P:      Jim Cromie
2884 M:      [email protected]
2885 S:      Maintained
2886
2887 SECURITY CONTACT
2888 P:      Security Officers
2889 M:      [email protected]
2890 S:      Supported
2891
2892 SELINUX SECURITY MODULE
2893 P:      Stephen Smalley
2894 M:      [email protected]
2895 P:      James Morris
2896 M:      [email protected]
2897 L:      [email protected] (kernel issues)
2898 L:      [email protected] (general discussion)
2899 W:      http://www.nsa.gov/selinux
2900 S:      Supported
2901
2902 SERIAL ATA (SATA) SUBSYSTEM:
2903 P:      Jeff Garzik
2904 M:      [email protected]
2905 L:      [email protected]
2906 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2907 S:      Supported
2908
2909 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2910 P:      Pat Gefre
2911 M:      [email protected]
2912 L:      [email protected]
2913 S:      Supported
2914
2915 SGI VISUAL WORKSTATION 320 AND 540
2916 P:      Andrey Panin
2917 M:      [email protected]
2918 L:      [email protected]
2919 W:      http://linux-visws.sf.net
2920 S:      Maintained for 2.6.
2921
2922 SIMTEC EB110ATX (Chalice CATS)
2923 P:      Ben Dooks
2924 P:      Vincent Sanders
2925 M:      [email protected]
2926 W:      http://www.simtec.co.uk/products/EB110ATX/
2927 S:      Supported
2928
2929 SIMTEC EB2410ITX (BAST)
2930 P:      Ben Dooks
2931 P:      Vincent Sanders
2932 M:      [email protected]
2933 W:      http://www.simtec.co.uk/products/EB2410ITX/
2934 S:      Supported
2935
2936 SIS 190 ETHERNET DRIVER
2937 P:      Francois Romieu
2938 M:      [email protected]
2939 L:      [email protected]
2940 S:      Maintained
2941
2942 SIS 5513 IDE CONTROLLER DRIVER
2943 P:      Lionel Bouton
2944 M:      [email protected]
2945 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2946 W:      http://gyver.homeip.net/sis5513/index.html
2947 S:      Maintained
2948
2949 SIS 900/7016 FAST ETHERNET DRIVER
2950 P:      Daniele Venzano
2951 M:      [email protected]
2952 W:      http://www.brownhat.org/sis900.html
2953 L:      [email protected]
2954 S:      Maintained
2955
2956 SIS FRAMEBUFFER DRIVER
2957 P:      Thomas Winischhofer
2958 M:      [email protected]
2959 W:      http://www.winischhofer.net/linuxsisvga.shtml
2960 S:      Maintained      
2961
2962 SIS USB2VGA DRIVER
2963 P:      Thomas Winischhofer
2964 M:      [email protected]
2965 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2966 S:      Maintained
2967
2968 SMC91x ETHERNET DRIVER
2969 P:      Nicolas Pitre
2970 M:      [email protected]
2971 S:      Maintained
2972
2973 SOFTMAC LAYER (IEEE 802.11)
2974 P:      Johannes Berg
2975 M:      [email protected]
2976 P:      Joe Jezak
2977 M:      [email protected]
2978 P:      Daniel Drake
2979 M:      [email protected]
2980 W:      http://softmac.sipsolutions.net/
2981 L:      [email protected]
2982 S:      Maintained
2983
2984 SOFTWARE RAID (Multiple Disks) SUPPORT
2985 P:      Ingo Molnar
2986 M:      [email protected]
2987 P:      Neil Brown
2988 M:      [email protected]
2989 L:      [email protected]
2990 S:      Supported
2991
2992 SOFTWARE SUSPEND:
2993 P:      Pavel Machek
2994 M:      [email protected]
2995 L:      [email protected]
2996 S:      Maintained
2997
2998 SONIC NETWORK DRIVER
2999 P:      Thomas Bogendoerfer
3000 M:      [email protected]
3001 L:      [email protected]
3002 S:      Maintained
3003
3004 SONY VAIO CONTROL DEVICE DRIVER
3005 P:      Stelian Pop
3006 M:      [email protected]
3007 W:      http://popies.net/sonypi/
3008 S:      Maintained
3009
3010 SOUND
3011 P:      Jaroslav Kysela
3012 M:      [email protected]
3013 L:      [email protected]
3014 S:      Maintained
3015
3016 SPI SUBSYSTEM
3017 P:      David Brownell
3018 M:      [email protected]
3019 L:      [email protected]
3020 S:      Maintained
3021
3022 STABLE BRANCH:
3023 P:      Greg Kroah-Hartman
3024 M:      [email protected]
3025 P:      Chris Wright
3026 M:      [email protected]
3027 L:      [email protected]
3028 S:      Maintained
3029
3030 TPM DEVICE DRIVER
3031 P:      Kylene Hall
3032 M:      [email protected]
3033 W:      http://tpmdd.sourceforge.net
3034 L:      [email protected]
3035 S:      Maintained
3036
3037 Telecom Clock Driver for MCPL0010
3038 P:      Mark Gross
3039 M:      [email protected]
3040 S:      Supported
3041
3042 TENSILICA XTENSA PORT (xtensa):
3043 P:      Chris Zankel
3044 M:      [email protected]
3045 S:      Maintained
3046
3047 UltraSPARC (sparc64):
3048 P:      David S. Miller
3049 M:      [email protected]
3050 L:      [email protected]
3051 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3052 S:      Maintained
3053
3054 SHARP LH SUPPORT (LH7952X & LH7A40X)
3055 P:      Marc Singer
3056 M:      [email protected]
3057 W:      http://projects.buici.com/arm
3058 L:      [email protected] (subscribers-only)
3059 S:      Maintained
3060
3061 SHPC HOTPLUG DRIVER
3062 P:      Kristen Carlson Accardi
3063 M:      [email protected]
3064 L:      [email protected]
3065 S:      Supported
3066
3067 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3068 P:      Pierre Ossman
3069 M:      [email protected]
3070 L:      [email protected]
3071 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3072 S:      Maintained
3073
3074 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3075 P:      Stephen Hemminger
3076 M:      [email protected]
3077 L:      [email protected]
3078 S:      Maintained
3079
3080 SOEKRIS NET48XX LED SUPPORT
3081 P:      Chris Boot
3082 M:      [email protected]
3083 S:      Maintained
3084
3085 SPARC (sparc32):
3086 P:      William L. Irwin
3087 M:      [email protected]
3088 L:      [email protected]
3089 S:      Maintained
3090
3091 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3092 P:      Roger Wolff
3093 M:      [email protected]
3094 L:      [email protected] ?
3095 S:      Supported
3096
3097 SPIDERNET NETWORK DRIVER for CELL
3098 P:      Jim Lewis
3099 M:      [email protected]
3100 L:      [email protected]
3101 S:      Supported
3102
3103 SRM (Alpha) environment access
3104 P:      Jan-Benedict Glaw
3105 M:      [email protected]
3106 L:      [email protected]
3107 S:      Maintained
3108
3109 STARFIRE/DURALAN NETWORK DRIVER
3110 P:      Ion Badulescu
3111 M:      [email protected]
3112 S:      Maintained
3113
3114 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3115 W:      http://mosquitonet.Stanford.EDU/strip.html
3116 S:      Unsupported ?
3117
3118 STRADIS MPEG-2 DECODER DRIVER
3119 P:      Nathan Laredo
3120 M:      [email protected]
3121 W:      http://www.stradis.com/
3122 S:      Maintained
3123
3124 SUPERH (sh)
3125 P:      Paul Mundt
3126 M:      [email protected]
3127 L:      [email protected] (subscribers-only)
3128 W:      http://www.linux-sh.org
3129 S:      Maintained
3130
3131 SUPERH64 (sh64)
3132 P:      Paul Mundt
3133 M:      [email protected]
3134 L:      [email protected]
3135 W:      http://www.linux-sh.org
3136 S:      Maintained
3137
3138 SUN3/3X
3139 P:      Sam Creasey
3140 M:      [email protected]
3141 W:      http://sammy.net/sun3/
3142 S:      Maintained
3143
3144 SVGA HANDLING
3145 P:      Martin Mares
3146 M:      [email protected]
3147 L:      [email protected]
3148 S:      Maintained
3149
3150 SYSV FILESYSTEM
3151 P:      Christoph Hellwig
3152 M:      [email protected]
3153 S:      Maintained
3154
3155 TC CLASSIFIER
3156 P:      Jamal Hadi Salim
3157 M:      [email protected]
3158 L:      [email protected]
3159 S:      Maintained
3160
3161 TCP LOW PRIORITY MODULE
3162 P:      Wong Hoi Sing, Edison
3163 M:      [email protected]
3164 P:      Hung Hing Lun, Mike
3165 M:      [email protected]
3166 W:      http://tcp-lp-mod.sourceforge.net/
3167 S:      Maintained
3168
3169 TI FLASH MEDIA INTERFACE DRIVER
3170 P:      Alex Dubov
3171 M:      [email protected]
3172 S:      Maintained
3173
3174 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3175 P:      Deepak Saxena
3176 M:      [email protected]
3177 S:      Maintained
3178
3179 TASKSTATS STATISTICS INTERFACE
3180 P:      Shailabh Nagar
3181 M:      [email protected]
3182 L:      [email protected]
3183 S:      Maintained
3184
3185 TI PARALLEL LINK CABLE DRIVER
3186 P:      Romain Lievin
3187 M:      [email protected]
3188 S:      Maintained
3189
3190 TIPC NETWORK LAYER
3191 P:      Per Liden
3192 M:      [email protected]
3193 P:      Jon Maloy
3194 M:      [email protected]
3195 P:      Allan Stephens
3196 M:      [email protected]
3197 L:      [email protected]
3198 W:      http://tipc.sourceforge.net/
3199 W:      http://tipc.cslab.ericsson.net/
3200 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3201 S:      Maintained
3202
3203 TLAN NETWORK DRIVER
3204 P:      Samuel Chessman
3205 M:      [email protected]
3206 L:      [email protected]
3207 W:      http://sourceforge.net/projects/tlan/
3208 S:      Maintained
3209
3210 TOKEN-RING NETWORK DRIVER
3211 P:      Mike Phillips
3212 M:      [email protected]
3213 L:      [email protected]
3214 L:      [email protected]
3215 W:      http://www.linuxtr.net
3216 S:      Maintained
3217
3218 TOSHIBA ACPI EXTRAS DRIVER
3219 P:      John Belmonte
3220 M:      [email protected]
3221 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3222 S:      Maintained
3223
3224 TOSHIBA SMM DRIVER
3225 P:      Jonathan Buzzard
3226 M:      [email protected]
3227 L:      [email protected]
3228 W:      http://www.buzzard.org.uk/toshiba/
3229 S:      Maintained
3230
3231 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3232 P:      Muli Ben-Yehuda
3233 M:      [email protected]
3234 L:      [email protected]
3235 S:      Maintained
3236
3237 TRIVIAL PATCHES
3238 P:      Adrian Bunk
3239 M:      [email protected]
3240 L:      [email protected]
3241 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3242 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3243 S:      Maintained
3244
3245 TMS380 TOKEN-RING NETWORK DRIVER
3246 P:      Adam Fritzler
3247 M:      [email protected]
3248 L:      [email protected]
3249 W:      http://www.auk.cx/tms380tr/
3250 S:      Maintained
3251
3252 TULIP NETWORK DRIVER
3253 P:      Valerie Henson
3254 M:      [email protected]
3255 L:      [email protected]
3256 W:      http://sourceforge.net/projects/tulip/
3257 S:      Maintained
3258
3259 TUN/TAP driver
3260 P:      Maxim Krasnyansky
3261 M:      [email protected]
3262 L:      [email protected]
3263 W:      http://vtun.sourceforge.net/tun
3264 S:      Maintained
3265
3266 U14-34F SCSI DRIVER
3267 P:      Dario Ballabio
3268 M:      [email protected]
3269 L:      [email protected]
3270 S:      Maintained
3271
3272 UDF FILESYSTEM
3273 P:      Ben Fennema
3274 M:      [email protected]
3275 W:      http://linux-udf.sourceforge.net
3276 S:      Maintained
3277
3278 UNIFORM CDROM DRIVER
3279 P:      Jens Axboe
3280 M:      [email protected]
3281 L:      [email protected]
3282 W:      http://www.kernel.dk
3283 S:      Maintained
3284
3285 USB ACM DRIVER
3286 P:      Oliver Neukum
3287 M:      [email protected]
3288 L:      [email protected]
3289 L:      [email protected]
3290 S:      Maintained
3291
3292 USB BLOCK DRIVER (UB ub)
3293 P:      Pete Zaitcev
3294 M:      [email protected]
3295 L:      [email protected]
3296 L:      [email protected]
3297 S:      Supported
3298
3299 USB CDC ETHERNET DRIVER
3300 P:      Greg Kroah-Hartman
3301 M:      [email protected]
3302 L:      [email protected]
3303 L:      [email protected]
3304 S:      Maintained
3305 W:      http://www.kroah.com/linux-usb/
3306
3307 USB EHCI DRIVER
3308 P:      David Brownell
3309 M:      [email protected]
3310 L:      [email protected]
3311 S:      Odd Fixes
3312
3313 USB ET61X[12]51 DRIVER
3314 P:      Luca Risolia
3315 M:      [email protected]
3316 L:      [email protected]
3317 L:      [email protected]
3318 W:      http://www.linux-projects.org
3319 S:      Maintained
3320
3321 USB GADGET/PERIPHERAL SUBSYSTEM
3322 P:      David Brownell
3323 M:      [email protected]
3324 L:      [email protected]
3325 W:      http://www.linux-usb.org/gadget
3326 S:      Maintained
3327
3328 USB HID/HIDBP DRIVERS
3329 P:      Jiri Kosina
3330 M:      [email protected]
3331 L:      [email protected]
3332 S:      Maintained
3333
3334 USB HUB DRIVER
3335 P:      Johannes Erdfelt
3336 M:      [email protected]
3337 L:      [email protected]
3338 L:      [email protected]
3339 S:      Maintained
3340
3341 USB ISP116X DRIVER
3342 P:      Olav Kongas
3343 M:      [email protected]
3344 L:      [email protected]
3345 S:      Maintained
3346
3347 USB KAWASAKI LSI DRIVER
3348 P:      Oliver Neukum
3349 M:      [email protected]
3350 L:      [email protected]
3351 L:      [email protected]
3352 S:      Maintained
3353
3354 USB MASS STORAGE DRIVER
3355 P:      Matthew Dharm
3356 M:      [email protected]
3357 L:      [email protected]
3358 L:      [email protected]
3359 S:      Maintained
3360 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3361
3362 USB OHCI DRIVER
3363 P:      David Brownell
3364 M:      [email protected]
3365 L:      [email protected]
3366 L:      [email protected]
3367 S:      Odd Fixes
3368
3369 USB OPTION-CARD DRIVER
3370 P:      Matthias Urlichs
3371 M:      [email protected]
3372 L:      [email protected]
3373 S:      Maintained
3374
3375 USB OV511 DRIVER
3376 P:      Mark McClelland
3377 M:      [email protected]
3378 L:      [email protected]
3379 L:      [email protected]
3380 W:      http://alpha.dyndns.org/ov511/
3381 S:      Maintained
3382
3383 USB PEGASUS DRIVER
3384 P:      Petko Manolov
3385 M:      [email protected]
3386 L:      [email protected]
3387 L:      [email protected]
3388 W:      http://pegasus2.sourceforge.net/
3389 S:      Maintained
3390
3391 USB PRINTER DRIVER
3392 P:      Vojtech Pavlik
3393 M:      [email protected]
3394 L:      [email protected]
3395 L:      [email protected]
3396 S:      Maintained
3397
3398 USB RTL8150 DRIVER
3399 P:      Petko Manolov
3400 M:      [email protected]
3401 L:      [email protected]
3402 L:      [email protected]
3403 W:      http://pegasus2.sourceforge.net/
3404 S:      Maintained
3405
3406 USB SE401 DRIVER
3407 P:      Jeroen Vreeken
3408 M:      [email protected]
3409 L:      [email protected]
3410 L:      [email protected]
3411 W:      http://www.chello.nl/~j.vreeken/se401/
3412 S:      Maintained
3413
3414 USB SERIAL CYBERJACK DRIVER
3415 P:      Matthias Bruestle and Harald Welte
3416 M:      [email protected]
3417 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3418 S:      Maintained
3419
3420 USB SERIAL DIGI ACCELEPORT DRIVER
3421 P:      Peter Berger and Al Borchers
3422 M:      [email protected]
3423 M:      [email protected]
3424 L:      [email protected]
3425 L:      [email protected]
3426 S:      Maintained
3427
3428 USB SERIAL DRIVER
3429 P:      Greg Kroah-Hartman
3430 M:      [email protected]
3431 L:      [email protected]
3432 L:      [email protected]
3433 S:      Supported
3434
3435 USB SERIAL BELKIN F5U103 DRIVER
3436 P:      William Greathouse
3437 M:      [email protected]
3438 L:      [email protected]
3439 L:      [email protected]
3440 S:      Maintained
3441
3442 USB SERIAL CYPRESS M8 DRIVER
3443 P:      Lonnie Mendez
3444 M:      [email protected]
3445 L:      [email protected]
3446 L:      [email protected]
3447 S:      Maintained
3448 W:      http://geocities.com/i0xox0i
3449 W:      http://firstlight.net/cvs
3450
3451 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3452 L:      [email protected]
3453 L:      [email protected]
3454 S:      Maintained
3455
3456 USB AUERSWALD DRIVER
3457 P:      Wolfgang Muees
3458 M:      [email protected]
3459 L:      [email protected]
3460 L:      [email protected]
3461 S:      Maintained
3462
3463 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3464 P:      Gary Brubaker
3465 M:      [email protected]
3466 L:      [email protected]
3467 L:      [email protected]
3468 S:      Maintained
3469
3470 USB SERIAL KEYSPAN DRIVER
3471 P:      Greg Kroah-Hartman
3472 M:      [email protected]
3473 L:      [email protected]
3474 L:      [email protected]
3475 W:      http://www.kroah.com/linux/
3476 S:      Maintained
3477
3478 USB SERIAL WHITEHEAT DRIVER
3479 P:      Stuart MacDonald
3480 M:      [email protected]
3481 L:      [email protected]
3482 L:      [email protected]
3483 W:      http://www.connecttech.com
3484 S:      Supported
3485
3486 USB SN9C10x DRIVER
3487 P:      Luca Risolia
3488 M:      [email protected]
3489 L:      [email protected]
3490 L:      [email protected]
3491 W:      http://www.linux-projects.org
3492 S:      Maintained
3493
3494 USB SUBSYSTEM
3495 P:      Greg Kroah-Hartman
3496 M:      [email protected]
3497 L:      [email protected]
3498 L:      [email protected]
3499 W:      http://www.linux-usb.org
3500 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3501 S:      Supported
3502
3503 USB UHCI DRIVER
3504 P:      Alan Stern
3505 M:      [email protected]
3506 L:      [email protected]
3507 L:      [email protected]
3508 S:      Maintained
3509
3510 USB "USBNET" DRIVER FRAMEWORK
3511 P:      David Brownell
3512 M:      [email protected]
3513 L:      [email protected]
3514 W:      http://www.linux-usb.org/usbnet
3515 S:      Maintained
3516
3517 USB W996[87]CF DRIVER
3518 P:      Luca Risolia
3519 M:      [email protected]
3520 L:      [email protected]
3521 L:      [email protected]
3522 W:      http://www.linux-projects.org
3523 S:      Maintained
3524
3525 USB ZC0301 DRIVER
3526 P:      Luca Risolia
3527 M:      [email protected]
3528 L:      [email protected]
3529 L:      [email protected]
3530 W:      http://www.linux-projects.org
3531 S:      Maintained
3532
3533 USB ZD1201 DRIVER
3534 P:      Jeroen Vreeken
3535 M:      [email protected]
3536 L:      [email protected]
3537 L:      [email protected]
3538 W:      http://linux-lc100020.sourceforge.net
3539 S:      Maintained
3540
3541 USER-MODE LINUX
3542 P:      Jeff Dike
3543 M:      [email protected]
3544 L:      [email protected]
3545 L:      [email protected]
3546 W:      http://user-mode-linux.sourceforge.net
3547 S:      Maintained
3548         
3549 FAT/VFAT/MSDOS FILESYSTEM:
3550 P:      OGAWA Hirofumi
3551 M:      [email protected]
3552 L:      [email protected]
3553 S:      Maintained
3554
3555 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3556 P:      Jeff Garzik
3557 S:      Odd fixes
3558
3559 VIA RHINE NETWORK DRIVER
3560 P:      Roger Luethi
3561 M:      [email protected]
3562 S:      Maintained
3563
3564 VIAPRO SMBUS DRIVER
3565 P:      Jean Delvare
3566 M:      [email protected]
3567 L:      [email protected]
3568 S:      Maintained
3569
3570 VIA VELOCITY NETWORK DRIVER
3571 P:      Francois Romieu
3572 M:      [email protected]
3573 L:      [email protected]
3574 S:      Maintained
3575
3576 UCLINUX (AND M68KNOMMU)
3577 P:      Greg Ungerer
3578 M:      [email protected]
3579 W:      http://www.uclinux.org/
3580 L:      [email protected]  (subscribers-only)
3581 S:      Maintained
3582
3583 UCLINUX FOR NEC V850
3584 P:      Miles Bader
3585 M:      [email protected]
3586 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3587 W:      http://www.ee.nec.de/uclinux/
3588 S:      Supported
3589
3590 UCLINUX FOR RENESAS H8/300
3591 P:      Yoshinori Sato
3592 M:      [email protected]
3593 W:      http://uclinux-h8.sourceforge.jp/
3594 S:      Supported
3595
3596 UFS FILESYSTEM
3597 P: Evgeniy Dushistov
3598 M: [email protected]
3599 L: [email protected]
3600 S: Maintained
3601
3602 USB DIAMOND RIO500 DRIVER
3603 P:      Cesar Miquel
3604 M:      [email protected]
3605 L:      [email protected]
3606 W:      http://rio500.sourceforge.net
3607 S:      Maintained
3608
3609 VIDEO FOR LINUX
3610 P:      Mauro Carvalho Chehab
3611 M:      [email protected]
3612 M:      [email protected]
3613 L:      [email protected]
3614 W:      http://linuxtv.org
3615 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3616 S:      Maintained
3617
3618 VT1211 HARDWARE MONITOR DRIVER
3619 P:      Juerg Haefliger
3620 M:      [email protected]
3621 L:      [email protected]
3622 S:      Maintained
3623
3624 VT8231 HARDWARE MONITOR DRIVER
3625 P:      Roger Lucas
3626 M:      [email protected]
3627 L:      [email protected]
3628 S:      Maintained
3629
3630 W1 DALLAS'S 1-WIRE BUS
3631 P:      Evgeniy Polyakov
3632 M:      [email protected]
3633 S:      Maintained
3634
3635 W83791D HARDWARE MONITORING DRIVER
3636 P:      Charles Spirakis
3637 M:      [email protected]
3638 L:      [email protected]
3639 S:      Maintained
3640
3641 W83793 HARDWARE MONITORING DRIVER
3642 P:      Rudolf Marek
3643 M:      [email protected]
3644 L:      [email protected]
3645 S:      Maintained
3646
3647 W83L51xD SD/MMC CARD INTERFACE DRIVER
3648 P:      Pierre Ossman
3649 M:      [email protected]
3650 L:      [email protected]
3651 W:      http://projects.drzeus.cx/wbsd
3652 S:      Maintained
3653
3654 WATCHDOG DEVICE DRIVERS
3655 P:      Wim Van Sebroeck
3656 M:      [email protected]
3657 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3658 S:      Maintained
3659
3660 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3661 P:      Jean Tourrilhes
3662 M:      [email protected]
3663 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3664 S:      Maintained
3665
3666 WD7000 SCSI DRIVER
3667 P:      Miroslav Zagorac
3668 M:      [email protected]
3669 L:      [email protected]
3670 S:      Maintained
3671
3672 WISTRON LAPTOP BUTTON DRIVER
3673 P:      Miloslav Trmac
3674 M:      [email protected]
3675 S:      Maintained
3676
3677 WL3501 WIRELESS PCMCIA CARD DRIVER
3678 P:      Arnaldo Carvalho de Melo
3679 M:      [email protected]
3680 W:      http://advogato.org/person/acme
3681 S:      Maintained
3682
3683 X.25 NETWORK LAYER
3684 P:      Henner Eisen
3685 M:      [email protected]
3686 L:      [email protected]
3687 S:      Maintained
3688
3689 XFS FILESYSTEM
3690 P:      Silicon Graphics Inc
3691 P:      Tim Shimmin, David Chatterton
3692 M:      [email protected]
3693 L:      [email protected]
3694 W:      http://oss.sgi.com/projects/xfs
3695 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3696 S:      Supported
3697
3698 XILINX UARTLITE SERIAL DRIVER
3699 P:      Peter Korsgaard
3700 M:      [email protected]
3701 L:      [email protected]
3702 S:      Maintained
3703
3704 X86 3-LEVEL PAGING (PAE) SUPPORT
3705 P:      Ingo Molnar
3706 M:      [email protected]
3707 S:      Maintained
3708
3709 X86-64 port
3710 P:      Andi Kleen
3711 M:      [email protected]
3712 L:      [email protected]
3713 W:      http://www.x86-64.org
3714 S:      Maintained
3715
3716 YAM DRIVER FOR AX.25
3717 P:      Jean-Paul Roubelat
3718 M:      [email protected]
3719 L:      [email protected]
3720 S:      Maintained
3721
3722 YEALINK PHONE DRIVER
3723 P:      Henk Vergonet
3724 M:      [email protected]
3725 L:      [email protected]
3726 S:      Maintained
3727
3728 Z8530 DRIVER FOR AX.25
3729 P:      Joerg Reuter
3730 M:      [email protected]
3731 W:      http://yaina.de/jreuter/
3732 W:      http://www.qsl.net/dl1bke/
3733 L:      [email protected]
3734 S:      Maintained
3735
3736 ZD1211RW WIRELESS DRIVER
3737 P:      Daniel Drake
3738 M:      [email protected]
3739 P:      Ulrich Kunitz
3740 M:      [email protected]
3741 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3742 L:      [email protected] (subscribers-only)
3743 S:      Maintained
3744
3745 ZF MACHZ WATCHDOG
3746 P:      Fernando Fuganti
3747 M:      [email protected]
3748 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3749 S:      Maintained
3750
3751 ZR36067 VIDEO FOR LINUX DRIVER
3752 P:      Ronald Bultje
3753 M:      [email protected]
3754 L:      [email protected]
3755 W:      http://mjpeg.sourceforge.net/driver-zoran/
3756 S:      Maintained
3757
3758 ZR36120 VIDEO FOR LINUX DRIVER
3759 P:      Pauline Middelink
3760 M:      [email protected]
3761 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3762 W:      http://www.polyware.nl/~middelin/hobbies.html
3763 S:      Maintained
3764
3765 THE REST
3766 P:      Linus Torvalds
3767 S:      Buried alive in reporters
This page took 0.223713 seconds and 4 git commands to generate.