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