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