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