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