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