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