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