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