tracing: fix typing mistake in hint message and comments
[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 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 P:      Li Zefan
1206 M:      lizf@cn.fujitsu.com
1207 L:      containers@lists.linux-foundation.org
1208 S:      Maintained
1209
1210 CORETEMP HARDWARE MONITORING DRIVER
1211 P:      Rudolf Marek
1212 M:      r.marek@assembler.cz
1213 L:      lm-sensors@lm-sensors.org
1214 S:      Maintained
1215
1216 COSA/SRP SYNC SERIAL DRIVER
1217 P:      Jan "Yenya" Kasprzak
1218 M:      kas@fi.muni.cz
1219 W:      http://www.fi.muni.cz/~kas/cosa/
1220 S:      Maintained
1221
1222 CPU FREQUENCY DRIVERS
1223 P:      Dave Jones
1224 M:      davej@redhat.com
1225 L:      cpufreq@vger.kernel.org
1226 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1227 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1228 S:      Maintained
1229
1230 CPUID/MSR DRIVER
1231 P:      H. Peter Anvin
1232 M:      hpa@zytor.com
1233 S:      Maintained
1234
1235 CPUSETS
1236 P:      Paul Menage
1237 M:      menage@google.com
1238 L:      linux-kernel@vger.kernel.org
1239 W:      http://www.bullopensource.org/cpuset/
1240 W:      http://oss.sgi.com/projects/cpusets/
1241 S:      Supported
1242
1243 CRAMFS FILESYSTEM
1244 W:      http://sourceforge.net/projects/cramfs/
1245 S:      Orphan
1246
1247 CRIS PORT
1248 P:      Mikael Starvik
1249 M:      starvik@axis.com
1250 P:      Jesper Nilsson
1251 M:      jesper.nilsson@axis.com
1252 L:      dev-etrax@axis.com
1253 W:      http://developer.axis.com
1254 S:      Maintained
1255
1256 CRYPTO API
1257 P:      Herbert Xu
1258 M:      herbert@gondor.apana.org.au
1259 P:      David S. Miller
1260 M:      davem@davemloft.net
1261 L:      linux-crypto@vger.kernel.org
1262 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1263 S:      Maintained
1264
1265 CS5535 Audio ALSA driver
1266 P:      Jaya Kumar
1267 M:      jayakumar.alsa@gmail.com
1268 S:      Maintained
1269
1270 CX18 VIDEO4LINUX DRIVER
1271 P:      Hans Verkuil, Andy Walls
1272 M:      hverkuil@xs4all.nl, awalls@radix.net
1273 L:      ivtv-devel@ivtvdriver.org
1274 L:      ivtv-users@ivtvdriver.org
1275 L:      linux-media@vger.kernel.org
1276 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1277 W:      http://linuxtv.org
1278 S:      Maintained
1279
1280 CXGB3 ETHERNET DRIVER (CXGB3)
1281 P:      Divy Le Ray
1282 M:      divy@chelsio.com
1283 L:      netdev@vger.kernel.org
1284 W:      http://www.chelsio.com
1285 S:      Supported
1286
1287 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1288 P:      Steve Wise
1289 M:      swise@chelsio.com
1290 L:      general@lists.openfabrics.org
1291 W:      http://www.openfabrics.org
1292 S:      Supported
1293
1294 CYBERPRO FB DRIVER
1295 P:      Russell King
1296 M:      rmk@arm.linux.org.uk
1297 W:      http://www.arm.linux.org.uk/
1298 S:      Maintained
1299
1300 CYBLAFB FRAMEBUFFER DRIVER
1301 P:      Knut Petersen
1302 M:      Knut_Petersen@t-online.de
1303 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1304 S:      Maintained
1305
1306 CYCLADES 2X SYNC CARD DRIVER
1307 P:      Arnaldo Carvalho de Melo
1308 M:      acme@ghostprotocols.net
1309 W:      http://oops.ghostprotocols.net:81/blog
1310 S:      Maintained
1311
1312 CYCLADES ASYNC MUX DRIVER
1313 W:      http://www.cyclades.com/
1314 S:      Orphan
1315
1316 CYCLADES PC300 DRIVER
1317 W:      http://www.cyclades.com/
1318 S:      Orphan
1319
1320 DAMA SLAVE for AX.25
1321 P:      Joerg Reuter
1322 M:      jreuter@yaina.de
1323 W:      http://yaina.de/jreuter/
1324 W:      http://www.qsl.net/dl1bke/
1325 L:      linux-hams@vger.kernel.org
1326 S:      Maintained
1327
1328 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1329 P:      Tobias Ringstrom
1330 M:      tori@unhappy.mine.nu
1331 L:      netdev@vger.kernel.org
1332 S:      Maintained
1333
1334 DC390/AM53C974 SCSI driver
1335 P:      Kurt Garloff
1336 M:      garloff@suse.de
1337 W:      http://www.garloff.de/kurt/linux/dc390/
1338 P:      Guennadi Liakhovetski
1339 M:      g.liakhovetski@gmx.de
1340 S:      Maintained
1341
1342 DC395x SCSI driver
1343 P:      Oliver Neukum
1344 M:      oliver@neukum.name
1345 P:      Ali Akcaagac
1346 M:      aliakc@web.de
1347 P:      Jamie Lenehan
1348 M:      lenehan@twibble.org
1349 W:      http://twibble.org/dist/dc395x/
1350 L:      dc395x@twibble.org
1351 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1352 S:      Maintained
1353
1354 DCCP PROTOCOL
1355 P:      Arnaldo Carvalho de Melo
1356 M:      acme@ghostprotocols.net
1357 L:      dccp@vger.kernel.org
1358 W:      http://linux-net.osdl.org/index.php/DCCP
1359 S:      Maintained
1360
1361 DECnet NETWORK LAYER
1362 P:      Christine Caulfield
1363 M:      christine.caulfield@googlemail.com
1364 W:      http://linux-decnet.sourceforge.net
1365 L:      linux-decnet-user@lists.sourceforge.net
1366 S:      Maintained
1367
1368 DEFXX FDDI NETWORK DRIVER
1369 P:      Maciej W. Rozycki
1370 M:      macro@linux-mips.org
1371 S:      Maintained
1372
1373 DELL LAPTOP DRIVER
1374 P:      Matthew Garrett
1375 M:      mjg59@srcf.ucam.org
1376 S:      Maintained
1377
1378 DELL LAPTOP SMM DRIVER
1379 P:      Massimo Dal Zotto
1380 M:      dz@debian.org
1381 W:      http://www.debian.org/~dz/i8k/
1382 S:      Maintained
1383
1384 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1385 P:      Doug Warzecha
1386 M:      Douglas_Warzecha@dell.com
1387 S:      Maintained
1388
1389 DEVICE NUMBER REGISTRY
1390 P:      Torben Mathiasen
1391 M:      device@lanana.org
1392 W:      http://lanana.org/docs/device-list/index.html
1393 L:      linux-kernel@vger.kernel.org
1394 S:      Maintained
1395
1396 DEVICE-MAPPER  (LVM)
1397 P:      Alasdair Kergon
1398 L:      dm-devel@redhat.com
1399 W:      http://sources.redhat.com/dm
1400 S:      Maintained
1401
1402 DIGI INTL. EPCA DRIVER
1403 P:      Digi International, Inc
1404 M:      Eng.Linux@digi.com
1405 L:      Eng.Linux@digi.com
1406 W:      http://www.digi.com
1407 S:      Orphan
1408
1409 DIRECTORY NOTIFICATION (DNOTIFY)
1410 P:      Stephen Rothwell
1411 M:      sfr@canb.auug.org.au
1412 L:      linux-kernel@vger.kernel.org
1413 S:      Supported
1414
1415 DISK GEOMETRY AND PARTITION HANDLING
1416 P:      Andries Brouwer
1417 M:      aeb@cwi.nl
1418 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1419 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1420 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1421 S:      Maintained
1422
1423 DISKQUOTA
1424 P:      Jan Kara
1425 M:      jack@suse.cz
1426 L:      linux-kernel@vger.kernel.org
1427 S:      Maintained
1428
1429 DISTRIBUTED LOCK MANAGER (DLM)
1430 P:      Christine Caulfield
1431 M:      ccaulfie@redhat.com
1432 P:      David Teigland
1433 M:      teigland@redhat.com
1434 L:      cluster-devel@redhat.com
1435 W:      http://sources.redhat.com/cluster/
1436 T:      git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
1437 S:      Supported
1438
1439 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1440 P:      Maciej Sosnowski
1441 M:      maciej.sosnowski@intel.com
1442 P:      Dan Williams
1443 M:      dan.j.williams@intel.com
1444 L:      linux-kernel@vger.kernel.org
1445 S:      Supported
1446
1447 DME1737 HARDWARE MONITOR DRIVER
1448 P:      Juerg Haefliger
1449 M:      juergh@gmail.com
1450 L:      lm-sensors@lm-sensors.org
1451 S:      Maintained
1452
1453 DOCBOOK FOR DOCUMENTATION
1454 P:      Randy Dunlap
1455 M:      rdunlap@xenotime.net
1456 S:      Maintained
1457
1458 DOCKING STATION DRIVER
1459 P:      Shaohua Li
1460 M:      shaohua.li@intel.com
1461 L:      linux-acpi@vger.kernel.org
1462 S:      Supported
1463
1464 DOCUMENTATION (/Documentation directory)
1465 P:      Michael Kerrisk
1466 M:      mtk.manpages@gmail.com
1467 P:      Randy Dunlap
1468 M:      rdunlap@xenotime.net
1469 L:      linux-doc@vger.kernel.org
1470 S:      Maintained
1471
1472 DOUBLETALK DRIVER
1473 P:      James R. Van Zandt
1474 M:      jrv@vanzandt.mv.com
1475 L:      blinux-list@redhat.com
1476 S:      Maintained
1477
1478 DPT_I2O SCSI RAID DRIVER
1479 P:      Adaptec OEM Raid Solutions
1480 M:      aacraid@adaptec.com
1481 L:      linux-scsi@vger.kernel.org
1482 W:      http://www.adaptec.com/
1483 S:      Maintained
1484
1485 DRIVER CORE, KOBJECTS, AND SYSFS
1486 P:      Greg Kroah-Hartman
1487 M:      gregkh@suse.de
1488 L:      linux-kernel@vger.kernel.org
1489 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1490 S:      Supported
1491
1492 DRM DRIVERS
1493 P:      David Airlie
1494 M:      airlied@linux.ie
1495 L:      dri-devel@lists.sourceforge.net
1496 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1497 S:      Maintained
1498
1499 DSCC4 DRIVER
1500 P:      Francois Romieu
1501 M:      romieu@fr.zoreil.com
1502 L:      netdev@vger.kernel.org
1503 S:      Maintained
1504
1505 DVB SUBSYSTEM AND DRIVERS
1506 P:      LinuxTV.org Project
1507 M:      linux-media@vger.kernel.org
1508 L:      linux-dvb@linuxtv.org (subscription required)
1509 W:      http://linuxtv.org/
1510 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1511 S:      Maintained
1512
1513 DZ DECSTATION DZ11 SERIAL DRIVER
1514 P:      Maciej W. Rozycki
1515 M:      macro@linux-mips.org
1516 S:      Maintained
1517
1518 EATA-DMA SCSI DRIVER
1519 P:      Michael Neuffer
1520 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1521 S:      Maintained
1522
1523 EATA ISA/EISA/PCI SCSI DRIVER
1524 P:      Dario Ballabio
1525 M:      ballabio_dario@emc.com
1526 L:      linux-scsi@vger.kernel.org
1527 S:      Maintained
1528
1529 EATA-PIO SCSI DRIVER
1530 P:      Michael Neuffer
1531 M:      mike@i-Connect.Net
1532 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1533 S:      Maintained
1534
1535 EBTABLES
1536 P:      Bart De Schuymer
1537 M:      bart.de.schuymer@pandora.be
1538 L:      ebtables-user@lists.sourceforge.net
1539 L:      ebtables-devel@lists.sourceforge.net
1540 W:      http://ebtables.sourceforge.net/
1541 S:      Maintained
1542
1543 ECRYPT FILE SYSTEM
1544 P:      Tyler Hicks, Dustin Kirkland
1545 M:      tyhicks@linux.vnet.ibm.com, kirkland@canonical.com
1546 L:      ecryptfs-devel@lists.launchpad.net
1547 W:      https://launchpad.net/ecryptfs
1548 S:      Supported
1549
1550 EDAC-CORE
1551 P:      Doug Thompson
1552 M:      dougthompson@xmission.com
1553 L:      bluesmoke-devel@lists.sourceforge.net
1554 W:      bluesmoke.sourceforge.net
1555 S:      Supported
1556
1557 EDAC-E752X
1558 P:      Mark Gross
1559 P:      Doug Thompson
1560 M:      mark.gross@intel.com
1561 M:      dougthompson@xmission.com
1562 L:      bluesmoke-devel@lists.sourceforge.net
1563 W:      bluesmoke.sourceforge.net
1564 S:      Maintained
1565
1566 EDAC-E7XXX
1567 P:      Doug Thompson
1568 M:      dougthompson@xmission.com
1569 L:      bluesmoke-devel@lists.sourceforge.net
1570 W:      bluesmoke.sourceforge.net
1571 S:      Maintained
1572
1573 EDAC-I82443BXGX
1574 P:      Tim Small
1575 M:      tim@buttersideup.com
1576 L:      bluesmoke-devel@lists.sourceforge.net
1577 W:      bluesmoke.sourceforge.net
1578 S:      Maintained
1579
1580 EDAC-I3000
1581 P:      Jason Uhlenkott
1582 M:      juhlenko@akamai.com
1583 L:      bluesmoke-devel@lists.sourceforge.net
1584 W:      bluesmoke.sourceforge.net
1585 S:      Maintained
1586
1587 EDAC-I5000
1588 P:      Doug Thompson
1589 M:      dougthompson@xmission.com
1590 L:      bluesmoke-devel@lists.sourceforge.net
1591 W:      bluesmoke.sourceforge.net
1592 S:      Maintained
1593
1594 EDAC-I5400
1595 P:      Mauro Carvalho Chehab
1596 M:      mchehab@redhat.com
1597 L:      bluesmoke-devel@lists.sourceforge.net
1598 W:      bluesmoke.sourceforge.net
1599 S:      Maintained
1600
1601 EDAC-I82975X
1602 P:      Ranganathan Desikan
1603 P:      Arvind R.
1604 M:      rdesikan@jetzbroadband.com
1605 M:      arvind@acarlab.com
1606 L:      bluesmoke-devel@lists.sourceforge.net
1607 W:      bluesmoke.sourceforge.net
1608 S:      Maintained
1609
1610 EDAC-PASEMI
1611 P:      Egor Martovetsky
1612 M:      egor@pasemi.com
1613 L:      bluesmoke-devel@lists.sourceforge.net
1614 W:      bluesmoke.sourceforge.net
1615 S:      Maintained
1616
1617 EDAC-R82600
1618 P:      Tim Small
1619 M:      tim@buttersideup.com
1620 L:      bluesmoke-devel@lists.sourceforge.net
1621 W:      bluesmoke.sourceforge.net
1622 S:      Maintained
1623
1624 EEEPC LAPTOP EXTRAS DRIVER
1625 P:      Corentin Chary
1626 M:      corentincj@iksaif.net
1627 L:      acpi4asus-user@lists.sourceforge.net
1628 W:      http://sourceforge.net/projects/acpi4asus
1629 S:      Maintained
1630
1631 EFS FILESYSTEM
1632 W:      http://aeschi.ch.eu.org/efs/
1633 S:      Orphan
1634
1635 EHCA (IBM GX bus InfiniBand adapter) DRIVER
1636 P:      Hoang-Nam Nguyen
1637 M:      hnguyen@de.ibm.com
1638 P:      Christoph Raisch
1639 M:      raisch@de.ibm.com
1640 L:      general@lists.openfabrics.org
1641 S:      Supported
1642
1643 EMBEDDED LINUX
1644 P:      Paul Gortmaker
1645 M:      paul.gortmaker@windriver.com
1646 P:      David Woodhouse
1647 M:      dwmw2@infradead.org
1648 L:      linux-embedded@vger.kernel.org
1649 S:      Maintained
1650
1651 EMULEX LPFC FC SCSI DRIVER
1652 P:      James Smart
1653 M:      james.smart@emulex.com
1654 L:      linux-scsi@vger.kernel.org
1655 W:      http://sourceforge.net/projects/lpfcxxxx
1656 S:      Supported
1657
1658 EPSON 1355 FRAMEBUFFER DRIVER
1659 P:      Christopher Hoover
1660 M:      ch@murgatroid.com, ch@hpl.hp.com
1661 S:      Maintained
1662
1663 EPSON S1D13XXX FRAMEBUFFER DRIVER
1664 P:      Kristoffer Ericson
1665 M:      kristoffer.ericson@gmail.com
1666 S:      Maintained
1667
1668 ETHEREXPRESS-16 NETWORK DRIVER
1669 P:      Philip Blundell
1670 M:      philb@gnu.org
1671 L:      netdev@vger.kernel.org
1672 S:      Maintained
1673
1674 ETHERNET BRIDGE
1675 P:      Stephen Hemminger
1676 M:      shemminger@linux-foundation.org
1677 L:      bridge@lists.linux-foundation.org
1678 W:      http://www.linux-foundation.org/en/Net:Bridge
1679 S:      Maintained
1680
1681 ETHERTEAM 16I DRIVER
1682 P:      Mika Kuoppala
1683 M:      miku@iki.fi
1684 S:      Maintained
1685
1686 EXT2 FILE SYSTEM
1687 L:      linux-ext4@vger.kernel.org
1688 S:      Maintained
1689
1690 EXT3 FILE SYSTEM
1691 P:      Stephen Tweedie, Andrew Morton
1692 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
1693 L:      linux-ext4@vger.kernel.org
1694 S:      Maintained
1695
1696 EXT4 FILE SYSTEM
1697 P:      Theodore Ts'o
1698 M:      tytso@mit.edu, adilger@sun.com
1699 L:      linux-ext4@vger.kernel.org
1700 W:      http://ext4.wiki.kernel.org
1701 S:      Maintained
1702
1703 F71805F HARDWARE MONITORING DRIVER
1704 P:      Jean Delvare
1705 M:      khali@linux-fr.org
1706 L:      lm-sensors@lm-sensors.org
1707 S:      Maintained
1708
1709 FARSYNC SYNCHRONOUS DRIVER
1710 P:      Kevin Curtis
1711 M:      kevin.curtis@farsite.co.uk
1712 W:      http://www.farsite.co.uk/
1713 S:      Supported
1714
1715 FAULT INJECTION SUPPORT
1716 P:      Akinobu Mita
1717 M:      akinobu.mita@gmail.com
1718 S:      Supported
1719
1720 FILE LOCKING (flock() and fcntl()/lockf())
1721 P:      Matthew Wilcox
1722 M:      matthew@wil.cx
1723 L:      linux-fsdevel@vger.kernel.org
1724 S:      Maintained
1725
1726 FILESYSTEMS (VFS and infrastructure)
1727 P:      Alexander Viro
1728 M:      viro@zeniv.linux.org.uk
1729 L:      linux-fsdevel@vger.kernel.org
1730 S:      Maintained
1731
1732 FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1733 P:      Kristian Hoegsberg, Stefan Richter
1734 M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1735 L:      linux1394-devel@lists.sourceforge.net
1736 W:      http://www.linux1394.org/
1737 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1738 S:      Maintained
1739
1740 FIRMWARE LOADER (request_firmware)
1741 L:      linux-kernel@vger.kernel.org
1742 S:      Orphan
1743
1744 FPU EMULATOR
1745 P:      Bill Metzenthen
1746 M:      billm@suburbia.net
1747 W:      http://suburbia.net/~billm/floating-point/emulator/
1748 S:      Maintained
1749
1750 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1751 P:      Mike McLagan
1752 M:      mike.mclagan@linux.org
1753 L:      netdev@vger.kernel.org
1754 S:      Maintained
1755
1756 FRAMEBUFFER LAYER
1757 P:      Antonino Daplas
1758 M:      adaplas@gmail.com
1759 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1760 W:      http://linux-fbdev.sourceforge.net/
1761 S:      Maintained
1762
1763 FREESCALE DMA DRIVER
1764 P:      Li Yang
1765 M:      leoli@freescale.com
1766 P:      Zhang Wei
1767 M:      zw@zh-kernel.org
1768 L:      linuxppc-embedded@ozlabs.org
1769 L:      linux-kernel@vger.kernel.org
1770 S:      Maintained
1771
1772 FREESCALE I2C CPM DRIVER
1773 P:      Jochen Friedrich
1774 M:      jochen@scram.de
1775 L:      linuxppc-dev@ozlabs.org
1776 L:      linux-i2c@vger.kernel.org
1777 S:      Maintained
1778
1779 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1780 P:      Sascha Hauer
1781 M:      kernel@pengutronix.de
1782 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1783 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1784 S:      Maintained
1785
1786 FREESCALE SOC FS_ENET DRIVER
1787 P:      Pantelis Antoniou
1788 M:      pantelis.antoniou@gmail.com
1789 P:      Vitaly Bordug
1790 M:      vbordug@ru.mvista.com
1791 L:      linuxppc-dev@ozlabs.org
1792 L:      netdev@vger.kernel.org
1793 S:      Maintained
1794
1795 FREESCALE QUICC ENGINE LIBRARY
1796 P:      Timur Tabi
1797 M:      timur@freescale.com
1798 L:      linuxppc-dev@ozlabs.org
1799 S:      Supported
1800
1801 FREESCALE HIGHSPEED USB DEVICE DRIVER
1802 P:      Li Yang
1803 M:      leoli@freescale.com
1804 L:      linux-usb@vger.kernel.org
1805 L:      linuxppc-dev@ozlabs.org
1806 S:      Maintained
1807
1808 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1809 P:      Li Yang
1810 M:      leoli@freescale.com
1811 L:      netdev@vger.kernel.org
1812 L:      linuxppc-dev@ozlabs.org
1813 S:      Maintained
1814
1815 FREESCALE QUICC ENGINE UCC UART DRIVER
1816 P:      Timur Tabi
1817 M:      timur@freescale.com
1818 L:      linuxppc-dev@ozlabs.org
1819 S:      Supported
1820
1821 FREESCALE SOC SOUND DRIVERS
1822 P:      Timur Tabi
1823 M:      timur@freescale.com
1824 L:      alsa-devel@alsa-project.org
1825 L:      linuxppc-dev@ozlabs.org
1826 S:      Supported
1827
1828 FREEVXFS FILESYSTEM
1829 P:      Christoph Hellwig
1830 M:      hch@infradead.org
1831 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1832 S:      Maintained
1833
1834 FREEZER
1835 P:      Pavel Machek
1836 M:      pavel@suse.cz
1837 P:      Rafael J. Wysocki
1838 M:      rjw@sisk.pl
1839 L:      linux-pm@lists.linux-foundation.org
1840 S:      Supported
1841
1842 FTRACE
1843 P:      Steven Rostedt
1844 M:      rostedt@goodmis.org
1845 S:      Maintained
1846
1847 FUJITSU FR-V (FRV) PORT
1848 P:      David Howells
1849 M:      dhowells@redhat.com
1850 S:      Maintained
1851
1852 FUJITSU LAPTOP EXTRAS
1853 P:      Jonathan Woithe
1854 M:      jwoithe@physics.adelaide.edu.au
1855 L:      linux-acpi@vger.kernel.org
1856 S:      Maintained
1857
1858 FUSE: FILESYSTEM IN USERSPACE
1859 P:      Miklos Szeredi
1860 M:      miklos@szeredi.hu
1861 L:      fuse-devel@lists.sourceforge.net
1862 W:      http://fuse.sourceforge.net/
1863 S:      Maintained
1864
1865 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1866 P:      Rik Faith
1867 M:      faith@cs.unc.edu
1868 L:      linux-scsi@vger.kernel.org
1869 S:      Odd Fixes (e.g., new signatures)
1870
1871 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1872 P:      Achim Leubner
1873 M:      achim_leubner@adaptec.com
1874 L:      linux-scsi@vger.kernel.org
1875 W:      http://www.icp-vortex.com/
1876 S:      Supported
1877
1878 GENERIC GPIO I2C DRIVER
1879 P:      Haavard Skinnemoen
1880 M:      hskinnemoen@atmel.com
1881 S:      Supported
1882
1883 GENERIC HDLC (WAN) DRIVERS
1884 P:      Krzysztof Halasa
1885 M:      khc@pm.waw.pl
1886 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1887 S:      Maintained
1888
1889 GFS2 FILE SYSTEM
1890 P:      Steven Whitehouse
1891 M:      swhiteho@redhat.com
1892 L:      cluster-devel@redhat.com
1893 W:      http://sources.redhat.com/cluster/
1894 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1895 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1896 S:      Supported
1897
1898 GIGASET ISDN DRIVERS
1899 P:      Hansjoerg Lipp
1900 M:      hjlipp@web.de
1901 P:      Tilman Schmidt
1902 M:      tilman@imap.cc
1903 L:      gigaset307x-common@lists.sourceforge.net
1904 W:      http://gigaset307x.sourceforge.net/
1905 S:      Maintained
1906
1907 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1908 P:      Robert Love
1909 M:      rlove@rlove.org
1910 M:      linux-kernel@vger.kernel.org
1911 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1912 S:      Maintained
1913
1914 GSPCA FINEPIX SUBDRIVER
1915 P:      Frank Zago
1916 M:      frank@zago.net
1917 L:      linux-media@vger.kernel.org
1918 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1919 S:      Maintained
1920
1921 GSPCA M5602 SUBDRIVER
1922 P:      Erik Andren
1923 M:      erik.andren@gmail.com
1924 L:      linux-media@vger.kernel.org
1925 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1926 S:      Maintained
1927
1928 GSPCA PAC207 SONIXB SUBDRIVER
1929 P:      Hans de Goede
1930 M:      hdegoede@redhat.com
1931 L:      linux-media@vger.kernel.org
1932 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1933 S:      Maintained
1934
1935 GSPCA T613 SUBDRIVER
1936 P:      Leandro Costantino
1937 M:      lcostantino@gmail.com
1938 L:      linux-media@vger.kernel.org
1939 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1940 S:      Maintained
1941
1942 GSPCA USB WEBCAM DRIVER
1943 P:      Jean-Francois Moine
1944 M:      moinejf@free.fr
1945 W:      http://moinejf.free.fr
1946 L:      linux-media@vger.kernel.org
1947 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1948 S:      Maintained
1949
1950 HARDWARE MONITORING
1951 L:      lm-sensors@lm-sensors.org
1952 W:      http://www.lm-sensors.org/
1953 S:      Orphan
1954
1955 HARDWARE RANDOM NUMBER GENERATOR CORE
1956 S:      Orphan
1957
1958 HARMONY SOUND DRIVER
1959 P:      Kyle McMartin
1960 M:      kyle@mcmartin.ca
1961 L:      linux-parisc@vger.kernel.org
1962 S:      Maintained
1963
1964 HAYES ESP SERIAL DRIVER
1965 P:      Andrew J. Robinson
1966 M:      arobinso@nyx.net
1967 L:      linux-kernel@vger.kernel.org
1968 W:      http://www.nyx.net/~arobinso
1969 S:      Maintained
1970
1971 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1972 P:      Chirag Kantharia
1973 M:      chirag.kantharia@hp.com
1974 L:      iss_storagedev@hp.com
1975 S:      Maintained
1976
1977 HEWLETT-PACKARD SMART2 RAID DRIVER
1978 P:      Chirag Kantharia
1979 M:      chirag.kantharia@hp.com
1980 L:      iss_storagedev@hp.com
1981 S:      Maintained
1982
1983 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1984 P:      Mike Miller
1985 M:      mike.miller@hp.com
1986 L:      iss_storagedev@hp.com
1987 S:      Supported
1988
1989 HFS FILESYSTEM
1990 P:      Roman Zippel
1991 M:      zippel@linux-m68k.org
1992 L:      linux-kernel@vger.kernel.org
1993 S:      Maintained
1994
1995 HGA FRAMEBUFFER DRIVER
1996 P:      Ferenc Bakonyi
1997 M:      fero@drama.obuda.kando.hu
1998 L:      linux-nvidia@lists.surfsouth.com
1999 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2000 S:      Maintained
2001
2002 HIBERNATION (aka Software Suspend, aka swsusp)
2003 P:      Pavel Machek
2004 M:      pavel@suse.cz
2005 P:      Rafael J. Wysocki
2006 M:      rjw@sisk.pl
2007 L:      linux-pm@lists.linux-foundation.org
2008 S:      Supported
2009
2010 HID CORE LAYER
2011 P:      Jiri Kosina
2012 M:      jkosina@suse.cz
2013 L:      linux-input@vger.kernel.org
2014 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
2015 S:      Maintained
2016
2017 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2018 P:      Thomas Gleixner
2019 M:      tglx@linutronix.de
2020 L:      linux-kernel@vger.kernel.org
2021 S:      Maintained
2022
2023 HIGH-SPEED SCC DRIVER FOR AX.25
2024 P:      Klaus Kudielka
2025 M:      klaus.kudielka@ieee.org
2026 L:      linux-hams@vger.kernel.org
2027 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2028 S:      Maintained
2029
2030 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2031 P:      HighPoint Linux Team
2032 M:      linux@highpoint-tech.com
2033 W:      http://www.highpoint-tech.com
2034 S:      Supported
2035
2036 HIPPI
2037 P:      Jes Sorensen
2038 M:      jes@trained-monkey.org
2039 L:      linux-hippi@sunsite.dk
2040 S:      Maintained
2041
2042 HOST AP DRIVER
2043 P:      Jouni Malinen
2044 M:      j@w1.fi
2045 L:      hostap@shmoo.com (subscribers-only)
2046 L:      linux-wireless@vger.kernel.org
2047 W:      http://hostap.epitest.fi/
2048 S:      Maintained
2049
2050 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2051 P:      Carlos Corbacho
2052 M:      carlos@strangeworlds.co.uk
2053 S:      Odd Fixes
2054
2055 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2056 P:      Jaroslav Kysela
2057 M:      perex@perex.cz
2058 S:      Maintained
2059
2060 HPET:   High Precision Event Timers driver (drivers/char/hpet.c)
2061 P:      Clemens Ladisch
2062 M:      clemens@ladisch.de
2063 S:      Maintained
2064
2065 HPET:   i386
2066 P:      Venkatesh Pallipadi (Venki)
2067 M:      venkatesh.pallipadi@intel.com
2068 S:      Maintained
2069
2070 HPET:   x86_64
2071 P:      Vojtech Pavlik
2072 M:      vojtech@suse.cz
2073 S:      Maintained
2074
2075 HPET:   ACPI hpet.c
2076 P:      Bob Picco
2077 M:      bob.picco@hp.com
2078 S:      Maintained
2079
2080 HPFS FILESYSTEM
2081 P:      Mikulas Patocka
2082 M:      mikulas@artax.karlin.mff.cuni.cz
2083 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2084 S:      Maintained
2085
2086 HSO     3G Modem Driver (hso.c)
2087 P:      Denis Joseph Barrow
2088 M:      d.barow@option.com
2089 W:      http://www.pharscape.org
2090 S:      Maintained
2091
2092 HTCPEN TOUCHSCREEN DRIVER
2093 P:      Pau Oliva Fora
2094 M:      pof@eslack.org
2095 L:      linux-input@vger.kernel.org
2096 S:      Maintained
2097
2098 HUGETLB FILESYSTEM
2099 P:      William Irwin
2100 M:      wli@holomorphy.com
2101 S:      Maintained
2102
2103 I2C/SMBUS STUB DRIVER
2104 P:      Mark M. Hoffman
2105 M:      mhoffman@lightlink.com
2106 L:      linux-i2c@vger.kernel.org
2107 S:      Maintained
2108
2109 I2C SUBSYSTEM
2110 P:      Jean Delvare (PC drivers, core)
2111 M:      khali@linux-fr.org
2112 P:      Ben Dooks (embedded platforms)
2113 M:      ben-linux@fluff.org
2114 L:      linux-i2c@vger.kernel.org
2115 W:      http://i2c.wiki.kernel.org/
2116 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2117 S:      Maintained
2118
2119 I2C-TINY-USB DRIVER
2120 P:      Till Harbaum
2121 M:      till@harbaum.org
2122 L:      linux-i2c@vger.kernel.org
2123 T:      http://www.harbaum.org/till/i2c_tiny_usb
2124 S:      Maintained
2125
2126 i386 BOOT CODE
2127 P:      H. Peter Anvin
2128 M:      hpa@zytor.com
2129 L:      Linux-Kernel@vger.kernel.org
2130 S:      Maintained
2131
2132 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2133 P:      H. Peter Anvin
2134 M:      hpa@zytor.com
2135 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2136 S:      Maintained
2137
2138 IA64 (Itanium) PLATFORM
2139 P:      Tony Luck
2140 M:      tony.luck@intel.com
2141 L:      linux-ia64@vger.kernel.org
2142 W:      http://www.ia64-linux.org/
2143 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2144 S:      Maintained
2145
2146 IBM MCA SCSI SUBSYSTEM DRIVER
2147 P:      Michael Lang
2148 M:      langa2@kph.uni-mainz.de
2149 W:      http://www.uni-mainz.de/~langm000/linux.html
2150 S:      Maintained
2151
2152 IBM Power Linux RAID adapter
2153 P:      Brian King
2154 M:      brking@us.ibm.com
2155 S:      Supported
2156
2157 IBM ServeRAID RAID DRIVER
2158 P:      Jack Hammer
2159 P:      Dave Jeffery
2160 M:      ipslinux@adaptec.com
2161 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2162 S:      Supported
2163
2164 IDE SUBSYSTEM
2165 P:      Bartlomiej Zolnierkiewicz
2166 M:      bzolnier@gmail.com
2167 L:      linux-ide@vger.kernel.org
2168 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2169 S:      Maintained
2170
2171 IDE/ATAPI CDROM DRIVER
2172 P:      Borislav Petkov
2173 M:      petkovbb@gmail.com
2174 L:      linux-ide@vger.kernel.org
2175 S:      Maintained
2176
2177 IDE/ATAPI FLOPPY DRIVERS
2178 P:      Paul Bristow
2179 M:      Paul Bristow <paul@paulbristow.net>
2180 W:      http://paulbristow.net/linux/idefloppy.html
2181 L:      linux-kernel@vger.kernel.org
2182 S:      Maintained
2183
2184 IDE/ATAPI TAPE DRIVERS
2185 P:      Gadi Oxman
2186 M:      Gadi Oxman <gadio@netvision.net.il>
2187 L:      linux-kernel@vger.kernel.org
2188 S:      Maintained
2189
2190 IDLE-I7300
2191 P:      Andy Henroid
2192 M:      andrew.d.henroid@intel.com
2193 L:      linux-pm@lists.linux-foundation.org
2194 S:      Supported
2195
2196 IEEE 1394 SUBSYSTEM (drivers/ieee1394)
2197 P:      Ben Collins
2198 M:      ben.collins@ubuntu.com
2199 P:      Stefan Richter
2200 M:      stefanr@s5r6.in-berlin.de
2201 L:      linux1394-devel@lists.sourceforge.net
2202 W:      http://www.linux1394.org/
2203 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2204 S:      Maintained
2205
2206 IEEE 1394 RAW I/O DRIVER (raw1394)
2207 P:      Dan Dennedy
2208 M:      dan@dennedy.org
2209 P:      Stefan Richter
2210 M:      stefanr@s5r6.in-berlin.de
2211 L:      linux1394-devel@lists.sourceforge.net
2212 S:      Maintained
2213
2214 IMS TWINTURBO FRAMEBUFFER DRIVER
2215 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2216 S:      Orphan
2217
2218 INFINIBAND SUBSYSTEM
2219 P:      Roland Dreier
2220 M:      rolandd@cisco.com
2221 P:      Sean Hefty
2222 M:      sean.hefty@intel.com
2223 P:      Hal Rosenstock
2224 M:      hal.rosenstock@gmail.com
2225 L:      general@lists.openfabrics.org (moderated for non-subscribers)
2226 W:      http://www.openib.org/
2227 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
2228 S:      Supported
2229
2230 INOTIFY
2231 P:      John McCutchan
2232 M:      john@johnmccutchan.com
2233 P:      Robert Love
2234 M:      rlove@rlove.org
2235 L:      linux-kernel@vger.kernel.org
2236 S:      Maintained
2237
2238 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2239 P:      Dmitry Torokhov
2240 M:      dmitry.torokhov@gmail.com
2241 M:      dtor@mail.ru
2242 L:      linux-input@vger.kernel.org
2243 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2244 S:      Maintained
2245
2246 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2247 P:      Sylvain Meyer
2248 M:      sylvain.meyer@worldonline.fr
2249 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2250 S:      Maintained
2251
2252 INTEL 810/815 FRAMEBUFFER DRIVER
2253 P:      Antonino Daplas
2254 M:      adaplas@gmail.com
2255 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2256 S:      Maintained
2257
2258 INTEL MENLOW THERMAL DRIVER
2259 P:      Sujith Thomas
2260 M:      sujith.thomas@intel.com
2261 L:      linux-acpi@vger.kernel.org
2262 W:      http://www.lesswatts.org/projects/acpi/
2263 S:      Supported
2264
2265 INTEL IA32 MICROCODE UPDATE SUPPORT
2266 P:      Tigran Aivazian
2267 M:      tigran@aivazian.fsnet.co.uk
2268 S:      Maintained
2269
2270 INTEL I/OAT DMA DRIVER
2271 P:      Maciej Sosnowski
2272 M:      maciej.sosnowski@intel.com
2273 L:      linux-kernel@vger.kernel.org
2274 S:      Supported
2275
2276 INTEL IOMMU (VT-d)
2277 P:      David Woodhouse
2278 M:      dwmw2@infradead.org
2279 L:      iommu@lists.linux-foundation.org
2280 T:      git://git.infradead.org/iommu-2.6.git
2281 S:      Supported
2282
2283 INTEL IOP-ADMA DMA DRIVER
2284 P:      Dan Williams
2285 M:      dan.j.williams@intel.com
2286 L:      linux-kernel@vger.kernel.org
2287 S:      Supported
2288
2289 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2290 P:      Krzysztof Halasa
2291 M:      khc@pm.waw.pl
2292 S:      Maintained
2293
2294 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2295 P:      Deepak Saxena
2296 M:      dsaxena@plexity.net
2297 S:      Maintained
2298
2299 INTEL IXP2000 ETHERNET DRIVER
2300 P:      Lennert Buytenhek
2301 M:      kernel@wantstofly.org
2302 L:      netdev@vger.kernel.org
2303 S:      Maintained
2304
2305 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2306 P:      Jeff Kirsher
2307 M:      jeffrey.t.kirsher@intel.com
2308 P:      Jesse Brandeburg
2309 M:      jesse.brandeburg@intel.com
2310 P:      Bruce Allan
2311 M:      bruce.w.allan@intel.com
2312 P:      PJ Waskiewicz
2313 M:      peter.p.waskiewicz.jr@intel.com
2314 P:      John Ronciak
2315 M:      john.ronciak@intel.com
2316 L:      e1000-devel@lists.sourceforge.net
2317 W:      http://e1000.sourceforge.net/
2318 S:      Supported
2319
2320 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2321 P:      Zhu Yi
2322 M:      yi.zhu@intel.com
2323 P:      James Ketrenos
2324 M:      jketreno@linux.intel.com
2325 P:      Reinette Chatre
2326 M:      reinette.chatre@intel.com
2327 L:      linux-wireless@vger.kernel.org
2328 L:      ipw2100-devel@lists.sourceforge.net
2329 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2330 W:      http://ipw2100.sourceforge.net
2331 S:      Supported
2332
2333 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2334 P:      Zhu Yi
2335 M:      yi.zhu@intel.com
2336 P:      James Ketrenos
2337 M:      jketreno@linux.intel.com
2338 P:      Reinette Chatre
2339 M:      reinette.chatre@intel.com
2340 L:      linux-wireless@vger.kernel.org
2341 L:      ipw2100-devel@lists.sourceforge.net
2342 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2343 W:      http://ipw2200.sourceforge.net
2344 S:      Supported
2345
2346 INTEL WIRELESS WIMAX CONNECTION 2400
2347 P:      Inaky Perez-Gonzalez
2348 M:      inaky.perez-gonzalez@intel.com
2349 M:      linux-wimax@intel.com
2350 L:      wimax@linuxwimax.org
2351 S:      Supported
2352 W:      http://linuxwimax.org
2353
2354 INTEL WIRELESS WIFI LINK (iwlwifi)
2355 P:      Zhu Yi
2356 M:      yi.zhu@intel.com
2357 P:      Reinette Chatre
2358 M:      reinette.chatre@intel.com
2359 L:      linux-wireless@vger.kernel.org
2360 L:      ipw3945-devel@lists.sourceforge.net
2361 W:      http://intellinuxwireless.org
2362 T:      git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2363 S:      Supported
2364
2365 IOC3 ETHERNET DRIVER
2366 P:      Ralf Baechle
2367 M:      ralf@linux-mips.org
2368 L:      linux-mips@linux-mips.org
2369 S:      Maintained
2370
2371 IOC3 SERIAL DRIVER
2372 P:      Pat Gefre
2373 M:      pfg@sgi.com
2374 L:      linux-mips@linux-mips.org
2375 S:      Maintained
2376
2377 IP MASQUERADING
2378 P:      Juanjo Ciarlante
2379 M:      jjciarla@raiz.uncu.edu.ar
2380 S:      Maintained
2381
2382 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2383 P:      Francois Romieu
2384 M:      romieu@fr.zoreil.com
2385 P:      Sorbica Shieh
2386 M:      sorbica@icplus.com.tw
2387 P:      Jesse Huang
2388 M:      jesse@icplus.com.tw
2389 L:      netdev@vger.kernel.org
2390 S:      Maintained
2391
2392 IPATH DRIVER
2393 P:      Ralph Campbell
2394 M:      infinipath@qlogic.com
2395 L:      general@lists.openfabrics.org
2396 T:      git git://git.qlogic.com/ipath-linux-2.6
2397 S:      Supported
2398
2399 IPMI SUBSYSTEM
2400 P:      Corey Minyard
2401 M:      minyard@acm.org
2402 L:      openipmi-developer@lists.sourceforge.net
2403 W:      http://openipmi.sourceforge.net/
2404 S:      Supported
2405
2406 IPS SCSI RAID DRIVER
2407 P:      Adaptec OEM Raid Solutions
2408 M:      aacraid@adaptec.com
2409 L:      linux-scsi@vger.kernel.org
2410 W:      http://www.adaptec.com/
2411 S:      Maintained
2412
2413 IPVS
2414 P:      Wensong Zhang
2415 M:      wensong@linux-vs.org
2416 P:      Simon Horman
2417 M:      horms@verge.net.au
2418 P:      Julian Anastasov
2419 M:      ja@ssi.bg
2420 L:      netdev@vger.kernel.org
2421 L:      lvs-devel@vger.kernel.org
2422 S:      Maintained
2423
2424 IPWIRELESS DRIVER
2425 P:      Jiri Kosina
2426 M:      jkosina@suse.cz
2427 P:      David Sterba
2428 M:      dsterba@suse.cz
2429 S:      Maintained
2430 T:      git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2431
2432 IPX NETWORK LAYER
2433 P:      Arnaldo Carvalho de Melo
2434 M:      acme@ghostprotocols.net
2435 L:      netdev@vger.kernel.org
2436 S:      Maintained
2437
2438 IRDA SUBSYSTEM
2439 P:      Samuel Ortiz
2440 M:      samuel@sortiz.org
2441 L:      irda-users@lists.sourceforge.net (subscribers-only)
2442 W:      http://irda.sourceforge.net/
2443 S:      Maintained
2444
2445 ISAPNP
2446 P:      Jaroslav Kysela
2447 M:      perex@perex.cz
2448 S:      Maintained
2449
2450 ISCSI
2451 P:      Mike Christie
2452 M:      michaelc@cs.wisc.edu
2453 L:      open-iscsi@googlegroups.com
2454 W:      www.open-iscsi.org
2455 T:      git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2456 S:      Maintained
2457
2458 ISDN SUBSYSTEM
2459 P:      Karsten Keil
2460 M:      kkeil@suse.de
2461 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2462 W:      http://www.isdn4linux.de
2463 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2464 S:      Maintained
2465
2466 ISDN SUBSYSTEM (Eicon active card driver)
2467 P:      Armin Schindler
2468 M:      mac@melware.de
2469 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2470 W:      http://www.melware.de
2471 S:      Maintained
2472
2473 IVTV VIDEO4LINUX DRIVER
2474 P:      Hans Verkuil
2475 M:      hverkuil@xs4all.nl
2476 L:      ivtv-devel@ivtvdriver.org
2477 L:      ivtv-users@ivtvdriver.org
2478 L:      linux-media@vger.kernel.org
2479 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2480 W:      http://www.ivtvdriver.org
2481 S:      Maintained
2482
2483 JFS FILESYSTEM
2484 P:      Dave Kleikamp
2485 M:      shaggy@austin.ibm.com
2486 L:      jfs-discussion@lists.sourceforge.net
2487 W:      http://jfs.sourceforge.net/
2488 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2489 S:      Supported
2490
2491 JME NETWORK DRIVER
2492 P:      Guo-Fu Tseng
2493 M:      cooldavid@cooldavid.org
2494 L:      netdev@vger.kernel.org
2495 S:      Maintained
2496
2497 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2498 P:      David Woodhouse
2499 M:      dwmw2@infradead.org
2500 L:      linux-mtd@lists.infradead.org
2501 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2502 S:      Maintained
2503
2504 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2505 P:      Stephen Tweedie, Andrew Morton
2506 M:      sct@redhat.com, akpm@linux-foundation.org
2507 L:      linux-ext4@vger.kernel.org
2508 S:      Maintained
2509
2510 K8TEMP HARDWARE MONITORING DRIVER
2511 P:      Rudolf Marek
2512 M:      r.marek@assembler.cz
2513 L:      lm-sensors@lm-sensors.org
2514 S:      Maintained
2515
2516 KCONFIG
2517 P:      Roman Zippel
2518 M:      zippel@linux-m68k.org
2519 L:      linux-kbuild@vger.kernel.org
2520 S:      Maintained
2521
2522 KDUMP
2523 P:      Vivek Goyal
2524 M:      vgoyal@redhat.com
2525 P:      Haren Myneni
2526 M:      hbabu@us.ibm.com
2527 L:      kexec@lists.infradead.org
2528 L:      linux-kernel@vger.kernel.org
2529 W:      http://lse.sourceforge.net/kdump/
2530 S:      Maintained
2531
2532 KERNEL AUTOMOUNTER (AUTOFS)
2533 P:      H. Peter Anvin
2534 M:      hpa@zytor.com
2535 L:      autofs@linux.kernel.org
2536 S:      Odd Fixes
2537
2538 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2539 P:      Ian Kent
2540 M:      raven@themaw.net
2541 L:      autofs@linux.kernel.org
2542 S:      Maintained
2543
2544 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2545 P:      Sam Ravnborg
2546 M:      sam@ravnborg.org
2547 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2548 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2549 L:      linux-kbuild@vger.kernel.org
2550 S:      Maintained
2551
2552 KERNEL JANITORS
2553 P:      Several
2554 L:      kernel-janitors@vger.kernel.org
2555 W:      http://www.kerneljanitors.org/
2556 S:      Maintained
2557
2558 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
2559 P:      J. Bruce Fields
2560 M:      bfields@fieldses.org
2561 P:      Neil Brown
2562 M:      neilb@suse.de
2563 L:      linux-nfs@vger.kernel.org
2564 W:      http://nfs.sourceforge.net/
2565 S:      Supported
2566
2567 KERNEL VIRTUAL MACHINE (KVM)
2568 P:      Avi Kivity
2569 M:      avi@redhat.com
2570 L:      kvm@vger.kernel.org
2571 W:      http://kvm.qumranet.com
2572 S:      Supported
2573
2574 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2575 P:      Joerg Roedel
2576 M:      joerg.roedel@amd.com
2577 L:      kvm@vger.kernel.org
2578 W:      http://kvm.qumranet.com
2579 S:      Supported
2580
2581 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2582 P:      Hollis Blanchard
2583 M:      hollisb@us.ibm.com
2584 L:      kvm-ppc@vger.kernel.org
2585 W:      http://kvm.qumranet.com
2586 S:      Supported
2587
2588 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2589 P:      Xiantao Zhang
2590 M:      xiantao.zhang@intel.com
2591 L:      kvm-ia64@vger.kernel.org
2592 W:      http://kvm.qumranet.com
2593 S:      Supported
2594
2595 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2596 P:      Carsten Otte
2597 M:      cotte@de.ibm.com
2598 P:      Christian Borntraeger
2599 M:      borntraeger@de.ibm.com
2600 M:      linux390@de.ibm.com
2601 L:      linux-s390@vger.kernel.org
2602 W:      http://www.ibm.com/developerworks/linux/linux390/
2603 S:      Supported
2604
2605 KEXEC
2606 P:      Eric Biederman
2607 M:      ebiederm@xmission.com
2608 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2609 L:      linux-kernel@vger.kernel.org
2610 L:      kexec@lists.infradead.org
2611 S:      Maintained
2612
2613 KGDB
2614 P:      Jason Wessel
2615 M:      jason.wessel@windriver.com
2616 L:      kgdb-bugreport@lists.sourceforge.net
2617 S:      Maintained
2618
2619 KMEMTRACE
2620 P:      Eduard - Gabriel Munteanu
2621 M:      eduard.munteanu@linux360.ro
2622 L:      linux-kernel@vger.kernel.org
2623 S:      Maintained
2624
2625 KPROBES
2626 P:      Ananth N Mavinakayanahalli
2627 M:      ananth@in.ibm.com
2628 P:      Anil S Keshavamurthy
2629 M:      anil.s.keshavamurthy@intel.com
2630 P:      David S. Miller
2631 M:      davem@davemloft.net
2632 P:      Masami Hiramatsu
2633 M:      mhiramat@redhat.com
2634 L:      linux-kernel@vger.kernel.org
2635 S:      Maintained
2636
2637 KS0108 LCD CONTROLLER DRIVER
2638 P:      Miguel Ojeda Sandonis
2639 M:      miguel.ojeda.sandonis@gmail.com
2640 L:      linux-kernel@vger.kernel.org
2641 W:      http://miguelojeda.es/auxdisplay.htm
2642 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2643 S:      Maintained
2644
2645 LAPB module
2646 L:      linux-x25@vger.kernel.org
2647 S:      Orphan
2648
2649 LASI 53c700 driver for PARISC
2650 P:      James E.J. Bottomley
2651 M:      James.Bottomley@HansenPartnership.com
2652 L:      linux-scsi@vger.kernel.org
2653 S:      Maintained
2654
2655 LED SUBSYSTEM
2656 P:      Richard Purdie
2657 M:      rpurdie@rpsys.net
2658 S:      Maintained
2659
2660 LEGO USB Tower driver
2661 P:      Juergen Stuber
2662 M:      starblue@users.sourceforge.net
2663 L:      legousb-devel@lists.sourceforge.net
2664 W:      http://legousb.sourceforge.net/
2665 S:      Maintained
2666
2667 LGUEST
2668 P:      Rusty Russell
2669 M:      rusty@rustcorp.com.au
2670 L:      lguest@ozlabs.org
2671 W:      http://lguest.ozlabs.org/
2672 S:      Maintained
2673
2674 LINUX FOR IBM pSERIES (RS/6000)
2675 P:      Paul Mackerras
2676 M:      paulus@au.ibm.com
2677 W:      http://www.ibm.com/linux/ltc/projects/ppc
2678 S:      Supported
2679
2680 LINUX FOR NCR VOYAGER
2681 P:      James Bottomley
2682 M:      James.Bottomley@HansenPartnership.com
2683 W:      http://www.hansenpartnership.com/voyager
2684 S:      Maintained
2685
2686 LINUX FOR POWERPC (32-BIT AND 64-BIT)
2687 P:      Benjamin Herrenschmidt
2688 M:      benh@kernel.crashing.org
2689 P:      Paul Mackerras
2690 M:      paulus@samba.org
2691 W:      http://www.penguinppc.org/
2692 L:      linuxppc-dev@ozlabs.org
2693 T:      git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
2694 S:      Supported
2695
2696 LINUX FOR POWER MACINTOSH
2697 P:      Benjamin Herrenschmidt
2698 M:      benh@kernel.crashing.org
2699 W:      http://www.penguinppc.org/
2700 L:      linuxppc-dev@ozlabs.org
2701 S:      Maintained
2702
2703 LINUX FOR POWERPC EMBEDDED MPC5XXX
2704 P:      Sylvain Munaut
2705 M:      tnt@246tNt.com
2706 P:      Grant Likely
2707 M:      grant.likely@secretlab.ca
2708 L:      linuxppc-dev@ozlabs.org
2709 S:      Maintained
2710
2711 LINUX FOR POWERPC EMBEDDED PPC4XX
2712 P:      Josh Boyer
2713 M:      jwboyer@linux.vnet.ibm.com
2714 P:      Matt Porter
2715 M:      mporter@kernel.crashing.org
2716 W:      http://www.penguinppc.org/
2717 L:      linuxppc-dev@ozlabs.org
2718 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2719 S:      Maintained
2720
2721 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2722 P:      Grant Likely
2723 M:      grant.likely@secretlab.ca
2724 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2725 L:      linuxppc-dev@ozlabs.org
2726 S:      Maintained
2727
2728 LINUX FOR POWERPC EMBEDDED PPC8XX
2729 P:      Vitaly Bordug
2730 M:      vitb@kernel.crashing.org
2731 P:      Marcelo Tosatti
2732 M:      marcelo@kvack.org
2733 W:      http://www.penguinppc.org/
2734 L:      linuxppc-dev@ozlabs.org
2735 S:      Maintained
2736
2737 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2738 P:      Kumar Gala
2739 M:      galak@kernel.crashing.org
2740 W:      http://www.penguinppc.org/
2741 L:      linuxppc-dev@ozlabs.org
2742 S:      Maintained
2743
2744 LINUX FOR POWERPC PA SEMI PWRFICIENT
2745 P:      Olof Johansson
2746 M:      olof@lixom.net
2747 W:      http://www.pasemi.com/
2748 L:      linuxppc-dev@ozlabs.org
2749 S:      Supported
2750
2751 LINUX SECURITY MODULE (LSM) FRAMEWORK
2752 P:      Chris Wright
2753 M:      chrisw@sous-sol.org
2754 L:      linux-security-module@vger.kernel.org
2755 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2756 S:      Supported
2757
2758 LLC (802.2)
2759 P:      Arnaldo Carvalho de Melo
2760 M:      acme@ghostprotocols.net
2761 S:      Maintained
2762
2763 LIS3LV02D ACCELEROMETER DRIVER
2764 P:      Eric Piel
2765 M:      eric.piel@tremplin-utc.net
2766 S:      Maintained
2767
2768 LM83 HARDWARE MONITOR DRIVER
2769 P:      Jean Delvare
2770 M:      khali@linux-fr.org
2771 L:      lm-sensors@lm-sensors.org
2772 S:      Maintained
2773
2774 LM90 HARDWARE MONITOR DRIVER
2775 P:      Jean Delvare
2776 M:      khali@linux-fr.org
2777 L:      lm-sensors@lm-sensors.org
2778 S:      Maintained
2779
2780 LOCKDEP AND LOCKSTAT
2781 P:      Peter Zijlstra
2782 M:      peterz@infradead.org
2783 P:      Ingo Molnar
2784 M:      mingo@redhat.com
2785 L:      linux-kernel@vger.kernel.org
2786 T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2787 S:      Maintained
2788
2789 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2790 P:      Richard Russon (FlatCap)
2791 M:      ldm@flatcap.org
2792 L:      linux-ntfs-dev@lists.sourceforge.net
2793 W:      http://www.linux-ntfs.org/content/view/19/37/
2794 S:      Maintained
2795
2796 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2797 P:      Eric Moore
2798 M:      Eric.Moore@lsi.com
2799 M:      support@lsi.com
2800 L:      DL-MPTFusionLinux@lsi.com
2801 L:      linux-scsi@vger.kernel.org
2802 W:      http://www.lsilogic.com/support
2803 S:      Supported
2804
2805 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2806 P:      Matthew Wilcox
2807 M:      matthew@wil.cx
2808 L:      linux-scsi@vger.kernel.org
2809 S:      Maintained
2810
2811 LTP (Linux Test Project)
2812 P:      Subrata Modak
2813 M:      subrata@linux.vnet.ibm.com
2814 P:      Mike Frysinger
2815 M:      vapier@gentoo.org
2816 L:      ltp-list@lists.sourceforge.net (subscribers-only)
2817 W:      http://ltp.sourceforge.net/
2818 T:      git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2819 S:      Maintained
2820
2821 M32R ARCHITECTURE
2822 P:      Hirokazu Takata
2823 M:      takata@linux-m32r.org
2824 L:      linux-m32r@ml.linux-m32r.org
2825 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2826 W:      http://www.linux-m32r.org/
2827 S:      Maintained
2828
2829 M68K ARCHITECTURE
2830 P:      Geert Uytterhoeven
2831 M:      geert@linux-m68k.org
2832 P:      Roman Zippel
2833 M:      zippel@linux-m68k.org
2834 L:      linux-m68k@lists.linux-m68k.org
2835 W:      http://www.linux-m68k.org/
2836 W:      http://linux-m68k-cvs.ubb.ca/
2837 S:      Maintained
2838
2839 M68K ON APPLE MACINTOSH
2840 P:      Joshua Thompson
2841 M:      funaho@jurai.org
2842 W:      http://www.mac.linux-m68k.org/
2843 L:      linux-m68k@lists.linux-m68k.org
2844 S:      Maintained
2845
2846 M68K ON HP9000/300
2847 P:      Philip Blundell
2848 M:      philb@gnu.org
2849 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2850 S:      Maintained
2851
2852 MAC80211
2853 P:      Johannes Berg
2854 M:      johannes@sipsolutions.net
2855 L:      linux-wireless@vger.kernel.org
2856 W:      http://linuxwireless.org/
2857 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2858 S:      Maintained
2859
2860 MAC80211 PID RATE CONTROL
2861 P:      Stefano Brivio
2862 M:      stefano.brivio@polimi.it
2863 P:      Mattias Nissler
2864 M:      mattias.nissler@gmx.de
2865 L:      linux-wireless@vger.kernel.org
2866 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2867 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2868 S:      Maintained
2869
2870 MACVLAN DRIVER
2871 P:      Patrick McHardy
2872 M:      kaber@trash.net
2873 L:      netdev@vger.kernel.org
2874 S:      Maintained
2875
2876 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2877 P:      Michael Kerrisk
2878 M:      mtk.manpages@gmail.com
2879 W:      http://www.kernel.org/doc/man-pages
2880 L:      linux-man@vger.kernel.org
2881 S:      Supported
2882
2883 MARVELL LIBERTAS WIRELESS DRIVER
2884 P:      Dan Williams
2885 M:      dcbw@redhat.com
2886 L:      libertas-dev@lists.infradead.org
2887 S:      Maintained
2888
2889 MARVELL MV643XX ETHERNET DRIVER
2890 P:      Lennert Buytenhek
2891 M:      buytenh@marvell.com
2892 L:      netdev@vger.kernel.org
2893 S:      Supported
2894
2895 MARVELL YUKON / SYSKONNECT DRIVER
2896 P:      Mirko Lindner
2897 M:      mlindner@syskonnect.de
2898 P:      Ralph Roesler
2899 M:      rroesler@syskonnect.de
2900 W:      http://www.syskonnect.com
2901 S:      Supported
2902
2903 MATROX FRAMEBUFFER DRIVER
2904 P:      Petr Vandrovec
2905 M:      vandrove@vc.cvut.cz
2906 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2907 S:      Maintained
2908
2909 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2910 P:      Hans J. Koch
2911 M:      hjk@linutronix.de
2912 L:      lm-sensors@lm-sensors.org
2913 S:      Maintained
2914
2915 MEGARAID SCSI DRIVERS
2916 P:      Neela Syam Kolli
2917 M:      megaraidlinux@lsi.com
2918 L:      linux-scsi@vger.kernel.org
2919 W:      http://megaraid.lsilogic.com
2920 S:      Maintained
2921
2922 MEMORY MANAGEMENT
2923 L:      linux-mm@kvack.org
2924 L:      linux-kernel@vger.kernel.org
2925 W:      http://www.linux-mm.org
2926 S:      Maintained
2927
2928 MEMORY RESOURCE CONTROLLER
2929 P:      Balbir Singh
2930 M:      balbir@linux.vnet.ibm.com
2931 P:      Pavel Emelyanov
2932 M:      xemul@openvz.org
2933 P:      KAMEZAWA Hiroyuki
2934 M:      kamezawa.hiroyu@jp.fujitsu.com
2935 L:      linux-mm@kvack.org
2936 L:      linux-kernel@vger.kernel.org
2937 S:      Maintained
2938
2939 MEMORY TECHNOLOGY DEVICES (MTD)
2940 P:      David Woodhouse
2941 M:      dwmw2@infradead.org
2942 W:      http://www.linux-mtd.infradead.org/
2943 L:      linux-mtd@lists.infradead.org
2944 T:      git git://git.infradead.org/mtd-2.6.git
2945 S:      Maintained
2946
2947 MICROTEK X6 SCANNER
2948 P:      Oliver Neukum
2949 M:      oliver@neukum.name
2950 S:      Maintained
2951
2952 MIPS
2953 P:      Ralf Baechle
2954 M:      ralf@linux-mips.org
2955 W:      http://www.linux-mips.org/
2956 L:      linux-mips@linux-mips.org
2957 T:      git www.linux-mips.org:/pub/scm/linux.git
2958 S:      Supported
2959
2960 MISCELLANEOUS MCA-SUPPORT
2961 P:      James Bottomley
2962 M:      James.Bottomley@HansenPartnership.com
2963 L:      linux-kernel@vger.kernel.org
2964 S:      Maintained
2965
2966 MODULE SUPPORT
2967 P:      Rusty Russell
2968 M:      rusty@rustcorp.com.au
2969 L:      linux-kernel@vger.kernel.org
2970 S:      Maintained
2971
2972 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2973 P:      Stelian Pop
2974 M:      stelian@popies.net
2975 W:      http://popies.net/meye/
2976 S:      Maintained
2977
2978 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2979 P:      Pavel Pisa
2980 M:      ppisa@pikron.com
2981 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2982 S:      Maintained
2983
2984 MOUSE AND MISC DEVICES [GENERAL]
2985 P:      Alessandro Rubini
2986 M:      rubini@ipvvis.unipv.it
2987 L:      linux-kernel@vger.kernel.org
2988 S:      Maintained
2989
2990 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
2991 P:      Jiri Slaby
2992 M:      jirislaby@gmail.com
2993 L:      linux-kernel@vger.kernel.org
2994 S:      Maintained
2995
2996 MSI LAPTOP SUPPORT
2997 P:      Lennart Poettering
2998 M:      mzxreary@0pointer.de
2999 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3000 W:      http://0pointer.de/lennart/tchibo.html
3001 S:      Maintained
3002
3003 MULTIFUNCTION DEVICES (MFD)
3004 P:      Samuel Ortiz
3005 M:      sameo@openedhand.com
3006 L:      linux-kernel@vger.kernel.org
3007 S:      Supported
3008
3009 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3010 P:      Pierre Ossman
3011 M:      drzeus-mmc@drzeus.cx
3012 L:      linux-kernel@vger.kernel.org
3013 S:      Maintained
3014
3015 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3016 P:      David Brownell
3017 M:      dbrownell@users.sourceforge.net
3018 L:      linux-kernel@vger.kernel.org
3019 S:      Odd Fixes
3020
3021 MULTISOUND SOUND DRIVER
3022 P:      Andrew Veliath
3023 M:      andrewtv@usa.net
3024 S:      Maintained
3025
3026 MULTITECH MULTIPORT CARD (ISICOM)
3027 P:      Jiri Slaby
3028 M:      jirislaby@gmail.com
3029 L:      linux-kernel@vger.kernel.org
3030 S:      Maintained
3031
3032 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3033 P:      Felipe Balbi
3034 M:      felipe.balbi@nokia.com
3035 L:      linux-usb@vger.kernel.org
3036 T:      git gitorious.org:/musb/mainline.git
3037 S:      Maintained
3038
3039 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3040 P:      Andrew Gallatin
3041 M:      gallatin@myri.com
3042 P:      Brice Goglin
3043 M:      brice@myri.com
3044 L:      netdev@vger.kernel.org
3045 W:      http://www.myri.com/scs/download-Myri10GE.html
3046 S:      Supported
3047
3048 NATSEMI ETHERNET DRIVER (DP8381x)
3049 P:      Tim Hockin
3050 M:      thockin@hockin.org
3051 S:      Maintained
3052
3053 NCP FILESYSTEM
3054 P:      Petr Vandrovec
3055 M:      vandrove@vc.cvut.cz
3056 L:      linware@sh.cvut.cz
3057 S:      Maintained
3058
3059 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3060 P:      James E.J. Bottomley
3061 M:      James.Bottomley@HansenPartnership.com
3062 L:      linux-scsi@vger.kernel.org
3063 S:      Maintained
3064
3065 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3066 P:      Faisal Latif
3067 M:      faisal.latif@intel.com
3068 P:      Chien Tung
3069 M:      chien.tin.tung@intel.com
3070 L:      general@lists.openfabrics.org
3071 W:      http://www.neteffect.com
3072 S:      Supported
3073 F:      drivers/infiniband/hw/nes/
3074
3075 NETEM NETWORK EMULATOR
3076 P:      Stephen Hemminger
3077 M:      shemminger@linux-foundation.org
3078 L:      netem@lists.linux-foundation.org
3079 S:      Maintained
3080
3081 NETERION (S2IO) Xframe 10GbE DRIVER
3082 P:      Ramkrishna Vepa
3083 M:      ram.vepa@neterion.com
3084 P:      Rastapur Santosh
3085 M:      santosh.rastapur@neterion.com
3086 P:      Sivakumar Subramani
3087 M:      sivakumar.subramani@neterion.com
3088 P:      Sreenivasa Honnur
3089 M:      sreenivasa.honnur@neterion.com
3090 L:      netdev@vger.kernel.org
3091 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3092 S:      Supported
3093
3094 NETFILTER/IPTABLES/IPCHAINS
3095 P:      Rusty Russell
3096 P:      Marc Boucher
3097 P:      James Morris
3098 P:      Harald Welte
3099 P:      Jozsef Kadlecsik
3100 P:      Patrick McHardy
3101 M:      kaber@trash.net
3102 L:      netfilter-devel@vger.kernel.org
3103 L:      netfilter@vger.kernel.org
3104 L:      coreteam@netfilter.org
3105 W:      http://www.netfilter.org/
3106 W:      http://www.iptables.org/
3107 S:      Supported
3108
3109 NETLABEL
3110 P:      Paul Moore
3111 M:      paul.moore@hp.com
3112 W:      http://netlabel.sf.net
3113 L:      netdev@vger.kernel.org
3114 S:      Supported
3115
3116 NETROM NETWORK LAYER
3117 P:      Ralf Baechle
3118 M:      ralf@linux-mips.org
3119 L:      linux-hams@vger.kernel.org
3120 W:      http://www.linux-ax25.org/
3121 S:      Maintained
3122
3123 NETWORK BLOCK DEVICE (NBD)
3124 P:      Paul Clements
3125 M:      Paul.Clements@steeleye.com
3126 S:      Maintained
3127
3128 NETWORK DEVICE DRIVERS
3129 P:      Jeff Garzik
3130 M:      jgarzik@pobox.com
3131 L:      netdev@vger.kernel.org
3132 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
3133 S:      Maintained
3134
3135 NETWORKING [GENERAL]
3136 P:      Networking Team
3137 M:      netdev@vger.kernel.org
3138 L:      netdev@vger.kernel.org
3139 W:      http://linux-net.osdl.org/
3140 S:      Maintained
3141
3142 NETWORKING [IPv4/IPv6]
3143 P:      David S. Miller
3144 M:      davem@davemloft.net
3145 P:      Alexey Kuznetsov
3146 M:      kuznet@ms2.inr.ac.ru
3147 P:      Pekka Savola (ipv6)
3148 M:      pekkas@netcore.fi
3149 P:      James Morris
3150 M:      jmorris@namei.org
3151 P:      Hideaki YOSHIFUJI
3152 M:      yoshfuji@linux-ipv6.org
3153 P:      Patrick McHardy
3154 M:      kaber@trash.net
3155 L:      netdev@vger.kernel.org
3156 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
3157 S:      Maintained
3158
3159 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3160 P:      Paul Moore
3161 M:      paul.moore@hp.com
3162 L:      netdev@vger.kernel.org
3163 S:      Maintained
3164
3165 NETWORKING [WIRELESS]
3166 P:      John W. Linville
3167 M:      linville@tuxdriver.com
3168 L:      linux-wireless@vger.kernel.org
3169 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3170 S:      Maintained
3171
3172 NETXEN (1/10) GbE SUPPORT
3173 P:      Dhananjay Phadke
3174 M:      dhananjay@netxen.com
3175 L:      netdev@vger.kernel.org
3176 W:      http://www.netxen.com
3177 S:      Supported
3178
3179 NFS, SUNRPC, AND LOCKD CLIENTS
3180 P:      Trond Myklebust
3181 M:      Trond.Myklebust@netapp.com
3182 L:      linux-nfs@vger.kernel.org
3183 W:      http://client.linux-nfs.org
3184 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3185 S:      Maintained
3186
3187 NI5010 NETWORK DRIVER
3188 P:      Jan-Pascal van Best
3189 M:      janpascal@vanbest.org
3190 P:      Andreas Mohr
3191 M:      andi@lisas.de
3192 L:      netdev@vger.kernel.org
3193 S:      Maintained
3194
3195 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
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 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3202 P:      GOTO Masanori
3203 M:      gotom@debian.or.jp
3204 P:      YOKOTA Hiroshi
3205 M:      yokota@netlab.is.tsukuba.ac.jp
3206 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3207 S:      Maintained
3208
3209 NTFS FILESYSTEM
3210 P:      Anton Altaparmakov
3211 M:      aia21@cantab.net
3212 L:      linux-ntfs-dev@lists.sourceforge.net
3213 L:      linux-kernel@vger.kernel.org
3214 W:      http://www.linux-ntfs.org/
3215 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3216 S:      Maintained
3217
3218 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3219 P:      Antonino Daplas
3220 M:      adaplas@gmail.com
3221 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3222 S:      Maintained
3223
3224 OMFS FILESYSTEM
3225 P:      Bob Copeland
3226 M:      me@bobcopeland.com
3227 L:      linux-karma-devel@lists.sourceforge.net
3228 S:      Maintained
3229
3230 OMNIKEY CARDMAN 4000 DRIVER
3231 P:      Harald Welte
3232 M:      laforge@gnumonks.org
3233 S:      Maintained
3234
3235 OMNIKEY CARDMAN 4040 DRIVER
3236 P:      Harald Welte
3237 M:      laforge@gnumonks.org
3238 S:      Maintained
3239
3240 OMNIVISION OV7670 SENSOR DRIVER
3241 P:      Jonathan Corbet
3242 M:      corbet@lwn.net
3243 L:      linux-media@vger.kernel.org
3244 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3245 S:      Maintained
3246
3247 ONENAND FLASH DRIVER
3248 P:      Kyungmin Park
3249 M:      kyungmin.park@samsung.com
3250 L:      linux-mtd@lists.infradead.org
3251 S:      Maintained
3252
3253 ONSTREAM SCSI TAPE DRIVER
3254 P:      Willem Riede
3255 M:      osst@riede.org
3256 L:      osst-users@lists.sourceforge.net
3257 L:      linux-scsi@vger.kernel.org
3258 S:      Maintained
3259
3260 OPENCORES I2C BUS DRIVER
3261 P:      Peter Korsgaard
3262 M:      jacmet@sunsite.dk
3263 L:      linux-i2c@vger.kernel.org
3264 S:      Maintained
3265
3266 OPROFILE
3267 P:      Robert Richter
3268 M:      robert.richter@amd.com
3269 L:      oprofile-list@lists.sf.net
3270 S:      Maintained
3271
3272 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3273 P:      Mark Fasheh
3274 M:      mfasheh@suse.com
3275 P:      Joel Becker
3276 M:      joel.becker@oracle.com
3277 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3278 W:      http://oss.oracle.com/projects/ocfs2/
3279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3280 S:      Supported
3281
3282 ORINOCO DRIVER
3283 P:      Pavel Roskin
3284 M:      proski@gnu.org
3285 P:      David Gibson
3286 M:      hermes@gibson.dropbear.id.au
3287 L:      linux-wireless@vger.kernel.org
3288 L:      orinoco-users@lists.sourceforge.net
3289 L:      orinoco-devel@lists.sourceforge.net
3290 W:      http://www.nongnu.org/orinoco/
3291 S:      Maintained
3292
3293 P54 WIRELESS DRIVER
3294 P:      Michael Wu
3295 M:      flamingice@sourmilk.net
3296 L:      linux-wireless@vger.kernel.org
3297 W:      http://prism54.org
3298 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3299 S:      Maintained
3300
3301 PA SEMI ETHERNET DRIVER
3302 P:      Olof Johansson
3303 M:      olof@lixom.net
3304 L:      netdev@vger.kernel.org
3305 S:      Maintained
3306
3307 PA SEMI SMBUS DRIVER
3308 P:      Olof Johansson
3309 M:      olof@lixom.net
3310 L:      linux-i2c@vger.kernel.org
3311 S:      Maintained
3312
3313 PANASONIC LAPTOP ACPI EXTRAS DRIVER
3314 P:      Harald Welte
3315 M:      laforge@gnumonks.org
3316 S:      Maintained
3317
3318 PANASONIC MN10300/AM33 PORT
3319 P:      David Howells
3320 M:      dhowells@redhat.com
3321 P:      Koichi Yasutake
3322 M:      yasutake.koichi@jp.panasonic.com
3323 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
3324 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3325 S:      Maintained
3326
3327 PARALLEL PORT SUPPORT
3328 L:      linux-parport@lists.infradead.org (subscribers-only)
3329 S:      Orphan
3330
3331 PARAVIRT_OPS INTERFACE
3332 P:      Jeremy Fitzhardinge
3333 M:      jeremy@xensource.com
3334 P:      Chris Wright
3335 M:      chrisw@sous-sol.org
3336 P:      Zachary Amsden
3337 M:      zach@vmware.com
3338 P:      Rusty Russell
3339 M:      rusty@rustcorp.com.au
3340 L:      virtualization@lists.osdl.org
3341 L:      linux-kernel@vger.kernel.org
3342 S:      Supported
3343
3344 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3345 P:      Tim Waugh
3346 M:      tim@cyberelk.net
3347 L:      linux-parport@lists.infradead.org (subscribers-only)
3348 W:      http://www.torque.net/linux-pp.html
3349 S:      Maintained
3350
3351 PARISC ARCHITECTURE
3352 P:      Kyle McMartin
3353 M:      kyle@mcmartin.ca
3354 P:      Matthew Wilcox
3355 M:      matthew@wil.cx
3356 P:      Grant Grundler
3357 M:      grundler@parisc-linux.org
3358 L:      linux-parisc@vger.kernel.org
3359 W:      http://www.parisc-linux.org/
3360 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3361 S:      Maintained
3362
3363 PC87360 HARDWARE MONITORING DRIVER
3364 P:      Jim Cromie
3365 M:      jim.cromie@gmail.com
3366 L:      lm-sensors@lm-sensors.org
3367 S:      Maintained
3368
3369 PC8736x GPIO DRIVER
3370 P:      Jim Cromie
3371 M:      jim.cromie@gmail.com
3372 S:      Maintained
3373
3374 PCI ERROR RECOVERY
3375 P:      Linas Vepstas
3376 M:      linas@austin.ibm.com
3377 L:      linux-kernel@vger.kernel.org
3378 L:      linux-pci@vger.kernel.org
3379 S:      Supported
3380
3381 PCI SUBSYSTEM
3382 P:      Jesse Barnes
3383 M:      jbarnes@virtuousgeek.org
3384 L:      linux-kernel@vger.kernel.org
3385 L:      linux-pci@vger.kernel.org
3386 T:      git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3387 S:      Supported
3388
3389 PCIE HOTPLUG DRIVER
3390 P:      Kristen Carlson Accardi
3391 M:      kristen.c.accardi@intel.com
3392 L:      linux-pci@vger.kernel.org
3393 S:      Supported
3394
3395 PCMCIA SUBSYSTEM
3396 P:      Linux PCMCIA Team
3397 L:      linux-pcmcia@lists.infradead.org
3398 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3399 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3400 S:      Maintained
3401
3402 PCNET32 NETWORK DRIVER
3403 P:      Don Fry
3404 M:      pcnet32@verizon.net
3405 L:      netdev@vger.kernel.org
3406 S:      Maintained
3407
3408 PER-TASK DELAY ACCOUNTING
3409 P:      Balbir Singh
3410 M:      balbir@linux.vnet.ibm.com
3411 L:      linux-kernel@vger.kernel.org
3412 S:      Maintained
3413
3414 PERSONALITY HANDLING
3415 P:      Christoph Hellwig
3416 M:      hch@infradead.org
3417 L:      linux-abi-devel@lists.sourceforge.net
3418 S:      Maintained
3419
3420 PHRAM MTD DRIVER
3421 P:      Joern Engel
3422 M:      joern@lazybastard.org
3423 L:      linux-mtd@lists.infradead.org
3424 S:      Maintained
3425
3426 PKTCDVD DRIVER
3427 P:      Peter Osterlund
3428 M:      petero2@telia.com
3429 L:      linux-kernel@vger.kernel.org
3430 S:      Maintained
3431
3432 POSIX CLOCKS and TIMERS
3433 P:      Thomas Gleixner
3434 M:      tglx@linutronix.de
3435 L:      linux-kernel@vger.kernel.org
3436 S:      Supported
3437
3438 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3439 P:      Anton Vorontsov
3440 M:      cbou@mail.ru
3441 P:      David Woodhouse
3442 M:      dwmw2@infradead.org
3443 L:      linux-kernel@vger.kernel.org
3444 T:      git git.infradead.org/battery-2.6.git
3445 S:      Maintained
3446
3447 PNP SUPPORT
3448 P:      Adam Belay
3449 M:      abelay@mit.edu
3450 P:      Bjorn Helgaas
3451 M:      bjorn.helgaas@hp.com
3452 S:      Maintained
3453
3454 PNXxxxx I2C DRIVER
3455 P:      Vitaly Wool
3456 M:      vitalywool@gmail.com
3457 L:      linux-i2c@vger.kernel.org
3458 S:      Maintained
3459
3460 PPP PROTOCOL DRIVERS AND COMPRESSORS
3461 P:      Paul Mackerras
3462 M:      paulus@samba.org
3463 L:      linux-ppp@vger.kernel.org
3464 S:      Maintained
3465
3466 PPP OVER ATM (RFC 2364)
3467 P:      Mitchell Blank Jr
3468 M:      mitch@sfgoth.com
3469 S:      Maintained
3470
3471 PPP OVER ETHERNET
3472 P:      Michal Ostrowski
3473 M:      mostrows@earthlink.net
3474 S:      Maintained
3475
3476 PPP OVER L2TP
3477 P:      James Chapman
3478 M:      jchapman@katalix.com
3479 S:      Maintained
3480
3481 PREEMPTIBLE KERNEL
3482 P:      Robert Love
3483 M:      rml@tech9.net
3484 L:      linux-kernel@vger.kernel.org
3485 L:      kpreempt-tech@lists.sourceforge.net
3486 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3487 S:      Supported
3488
3489 PRISM54 WIRELESS DRIVER
3490 P:      Luis R. Rodriguez
3491 M:      mcgrof@gmail.com
3492 L:      linux-wireless@vger.kernel.org
3493 W:      http://prism54.org
3494 S:      Maintained
3495
3496 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3497 P:      Peter Denison
3498 M:      promise@pnd-pc.demon.co.uk
3499 W:      http://www.pnd-pc.demon.co.uk/promise/
3500 S:      Maintained
3501
3502 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3503 P:      Mikael Pettersson
3504 M:      mikpe@it.uu.se
3505 L:      linux-ide@vger.kernel.org
3506 S:      Maintained
3507
3508 PS3 NETWORK SUPPORT
3509 P:      Masakazu Mokuno
3510 M:      mokuno@sm.sony.co.jp
3511 L:      netdev@vger.kernel.org
3512 L:      cbe-oss-dev@ozlabs.org
3513 S:      Supported
3514
3515 PS3 PLATFORM SUPPORT
3516 P:      Geoff Levand
3517 M:      geoffrey.levand@am.sony.com
3518 L:      linuxppc-dev@ozlabs.org
3519 L:      cbe-oss-dev@ozlabs.org
3520 S:      Supported
3521
3522 PS3VRAM DRIVER
3523 P:      Jim Paris
3524 M:      jim@jtan.com
3525 L:      cbe-oss-dev@ozlabs.org
3526 S:      Maintained
3527
3528 PVRUSB2 VIDEO4LINUX DRIVER
3529 P:      Mike Isely
3530 M:      isely@pobox.com
3531 L:      pvrusb2@isely.net       (subscribers-only)
3532 L:      linux-media@vger.kernel.org
3533 W:      http://www.isely.net/pvrusb2/
3534 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3535 S:      Maintained
3536
3537 PXA2xx/PXA3xx SUPPORT
3538 P:      Eric Miao
3539 M:      eric.miao@marvell.com
3540 P:      Russell King
3541 M:      linux@arm.linux.org.uk
3542 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3543 S:      Maintained
3544
3545 PXA MMCI DRIVER
3546 S:      Orphan
3547
3548 PXA RTC DRIVER
3549 P:      Robert Jarzmik
3550 M:      robert.jarzmik@free.fr
3551 L:      rtc-linux@googlegroups.com
3552 S:      Maintained
3553
3554 QLOGIC QLA2XXX FC-SCSI DRIVER
3555 P:      Andrew Vasquez
3556 M:      linux-driver@qlogic.com
3557 L:      linux-scsi@vger.kernel.org
3558 S:      Supported
3559
3560 QLOGIC QLA3XXX NETWORK DRIVER
3561 P:      Ron Mercer
3562 M:      linux-driver@qlogic.com
3563 L:      netdev@vger.kernel.org
3564 S:      Supported
3565
3566 QLOGIC QLGE 10Gb ETHERNET DRIVER
3567 P:      Ron Mercer
3568 M:      linux-driver@qlogic.com
3569 M:      ron.mercer@qlogic.com
3570 L:      netdev@vger.kernel.org
3571 S:      Supported
3572
3573 QNX4 FILESYSTEM
3574 P:      Anders Larsen
3575 M:      al@alarsen.net
3576 L:      linux-kernel@vger.kernel.org
3577 W:      http://www.alarsen.net/linux/qnx4fs/
3578 S:      Maintained
3579
3580 RADEON FRAMEBUFFER DISPLAY DRIVER
3581 P:      Benjamin Herrenschmidt
3582 M:      benh@kernel.crashing.org
3583 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3584 S:      Maintained
3585
3586 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3587 P:      Paul Mackerras
3588 M:      paulus@samba.org
3589 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3590 S:      Maintained
3591
3592 RALINK RT2X00 WIRELESS LAN DRIVER
3593 P:      rt2x00 project
3594 L:      linux-wireless@vger.kernel.org
3595 L:      rt2400-devel@lists.sourceforge.net
3596 W:      http://rt2x00.serialmonkey.com/
3597 S:      Maintained
3598 T:      git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
3599 F:      drivers/net/wireless/rt2x00/
3600
3601 RAMDISK RAM BLOCK DEVICE DRIVER
3602 P:      Nick Piggin
3603 M:      npiggin@suse.de
3604 S:      Maintained
3605
3606 RANDOM NUMBER DRIVER
3607 P:      Matt Mackall
3608 M:      mpm@selenic.com
3609 S:      Maintained
3610
3611 RAPIDIO SUBSYSTEM
3612 P:      Matt Porter
3613 M:      mporter@kernel.crashing.org
3614 L:      linux-kernel@vger.kernel.org
3615 S:      Maintained
3616
3617 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3618 P:      Corey Thomas
3619 M:      coreythomas@charter.net
3620 L:      linux-wireless@vger.kernel.org
3621 S:      Maintained
3622
3623 RCUTORTURE MODULE
3624 P:      Josh Triplett
3625 M:      josh@freedesktop.org
3626 L:      linux-kernel@vger.kernel.org
3627 S:      Maintained
3628
3629 RDC R-321X SoC
3630 P:      Florian Fainelli
3631 M:      florian.fainelli@telecomint.eu
3632 L:      linux-kernel@vger.kernel.org
3633 S:      Maintained
3634
3635 RDC R6040 FAST ETHERNET DRIVER
3636 P:      Florian Fainelli
3637 M:      florian.fainelli@telecomint.eu
3638 L:      netdev@vger.kernel.org
3639 S:      Maintained
3640
3641 READ-COPY UPDATE (RCU)
3642 P:      Dipankar Sarma
3643 M:      dipankar@in.ibm.com
3644 W:      http://www.rdrop.com/users/paulmck/rclock/
3645 L:      linux-kernel@vger.kernel.org
3646 S:      Supported
3647
3648 REAL TIME CLOCK DRIVER
3649 P:      Paul Gortmaker
3650 M:      p_gortmaker@yahoo.com
3651 L:      linux-kernel@vger.kernel.org
3652 S:      Maintained
3653
3654 REAL TIME CLOCK (RTC) SUBSYSTEM
3655 P:      Alessandro Zummo
3656 M:      a.zummo@towertech.it
3657 L:      rtc-linux@googlegroups.com
3658 S:      Maintained
3659
3660 REISERFS FILE SYSTEM
3661 L:      reiserfs-devel@vger.kernel.org
3662 S:      Supported
3663
3664 RFKILL
3665 P:      Ivo van Doorn
3666 M:      IvDoorn@gmail.com
3667 L:      netdev@vger.kernel.org
3668 S:      Maintained
3669 F:      net/rfkill
3670
3671 RISCOM8 DRIVER
3672 S:      Orphan
3673
3674 ROCKETPORT DRIVER
3675 P:      Comtrol Corp.
3676 W:      http://www.comtrol.com
3677 S:      Maintained
3678
3679 ROSE NETWORK LAYER
3680 P:      Ralf Baechle
3681 M:      ralf@linux-mips.org
3682 L:      linux-hams@vger.kernel.org
3683 W:      http://www.linux-ax25.org/
3684 S:      Maintained
3685
3686 RTL8180 WIRELESS DRIVER
3687 P:      John W. Linville
3688 M:      linville@tuxdriver.com
3689 L:      linux-wireless@vger.kernel.org
3690 W:      http://linuxwireless.org/
3691 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3692 S:      Maintained
3693
3694 RTL8187 WIRELESS DRIVER
3695 P:       Herton Ronaldo Krzesinski
3696 M:      herton@mandriva.com.br
3697 P:      Hin-Tak Leung
3698 M       htl10@users.sourceforge.net
3699 P:      Larry Finger
3700 M:      Larry.Finger@lwfinger.net
3701 L:      linux-wireless@vger.kernel.org
3702 W:      http://linuxwireless.org/
3703 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3704 S:      Maintained
3705
3706 S3 SAVAGE FRAMEBUFFER DRIVER
3707 P:      Antonino Daplas
3708 M:      adaplas@gmail.com
3709 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3710 S:      Maintained
3711
3712 S390
3713 P:      Martin Schwidefsky
3714 M:      schwidefsky@de.ibm.com
3715 P:      Heiko Carstens
3716 M:      heiko.carstens@de.ibm.com
3717 M:      linux390@de.ibm.com
3718 L:      linux-s390@vger.kernel.org
3719 W:      http://www.ibm.com/developerworks/linux/linux390/
3720 S:      Supported
3721
3722 S390 NETWORK DRIVERS
3723 P:      Ursula Braun
3724 M:      ursula.braun@de.ibm.com
3725 P:      Frank Blaschka
3726 M:      blaschka@linux.vnet.ibm.com
3727 M:      linux390@de.ibm.com
3728 L:      linux-s390@vger.kernel.org
3729 W:      http://www.ibm.com/developerworks/linux/linux390/
3730 S:      Supported
3731
3732 S390 ZFCP DRIVER
3733 P:      Christof Schmitt
3734 M:      christof.schmitt@de.ibm.com
3735 P:      Martin Peschke
3736 M:      mp3@de.ibm.com
3737 M:      linux390@de.ibm.com
3738 L:      linux-s390@vger.kernel.org
3739 W:      http://www.ibm.com/developerworks/linux/linux390/
3740 S:      Supported
3741
3742 S390 IUCV NETWORK LAYER
3743 P:      Ursula Braun
3744 M:      ursula.braun@de.ibm.com
3745 M:      linux390@de.ibm.com
3746 L:      linux-s390@vger.kernel.org
3747 W:      http://www.ibm.com/developerworks/linux/linux390/
3748 S:      Supported
3749
3750 S3C24XX SD/MMC Driver
3751 P:      Ben Dooks
3752 M:      ben-linux@fluff.org
3753 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3754 L:      linux-kernel@vger.kernel.org
3755 S:      Supported
3756
3757 SAA7146 VIDEO4LINUX-2 DRIVER
3758 P:      Michael Hunold
3759 M:      michael@mihu.de
3760 L:      linux-media@vger.kernel.org
3761 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3762 W:      http://www.mihu.de/linux/saa7146
3763 S:      Maintained
3764
3765 SC1200 WDT DRIVER
3766 P:      Zwane Mwaikambo
3767 M:      zwane@arm.linux.org.uk
3768 S:      Maintained
3769
3770 SCHEDULER
3771 P:      Ingo Molnar
3772 M:      mingo@elte.hu
3773 P:      Robert Love    [the preemptible kernel bits]
3774 M:      rml@tech9.net
3775 L:      linux-kernel@vger.kernel.org
3776 S:      Maintained
3777
3778 SCSI CDROM DRIVER
3779 P:      Jens Axboe
3780 M:      axboe@kernel.dk
3781 L:      linux-scsi@vger.kernel.org
3782 W:      http://www.kernel.dk
3783 S:      Maintained
3784
3785 SCSI SG DRIVER
3786 P:      Doug Gilbert
3787 M:      dgilbert@interlog.com
3788 L:      linux-scsi@vger.kernel.org
3789 W:      http://www.torque.net/sg
3790 S:      Maintained
3791
3792 SCSI SUBSYSTEM
3793 P:      James E.J. Bottomley
3794 M:      James.Bottomley@HansenPartnership.com
3795 L:      linux-scsi@vger.kernel.org
3796 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3797 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3798 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3799 S:      Maintained
3800
3801 SCSI TAPE DRIVER
3802 P:      Kai Mäkisara
3803 M:      Kai.Makisara@kolumbus.fi
3804 L:      linux-scsi@vger.kernel.org
3805 S:      Maintained
3806
3807 SCTP PROTOCOL
3808 P:      Vlad Yasevich
3809 M:      vladislav.yasevich@hp.com
3810 P:      Sridhar Samudrala
3811 M:      sri@us.ibm.com
3812 L:      linux-sctp@vger.kernel.org
3813 W:      http://lksctp.sourceforge.net
3814 S:      Supported
3815
3816 SCx200 CPU SUPPORT
3817 P:      Jim Cromie
3818 M:      jim.cromie@gmail.com
3819 S:      Odd Fixes
3820
3821 SCx200 GPIO DRIVER
3822 P:      Jim Cromie
3823 M:      jim.cromie@gmail.com
3824 S:      Maintained
3825
3826 SCx200 HRT CLOCKSOURCE DRIVER
3827 P:      Jim Cromie
3828 M:      jim.cromie@gmail.com
3829 S:      Maintained
3830
3831 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3832 P:      Sascha Sommer
3833 M:      saschasommer@freenet.de
3834 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3835 S:      Maintained
3836
3837 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
3838 P:      Pierre Ossman
3839 M:      drzeus-sdhci@drzeus.cx
3840 L:      sdhci-devel@list.drzeus.cx
3841 S:      Maintained
3842
3843 SECURITY SUBSYSTEM
3844 F:      security/
3845 P:      James Morris
3846 M:      jmorris@namei.org
3847 L:      linux-kernel@vger.kernel.org
3848 L:      linux-security-module@vger.kernel.org (suggested Cc:)
3849 T:      git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3850 S:      Supported
3851
3852 SECURITY CONTACT
3853 P:      Security Officers
3854 M:      security@kernel.org
3855 S:      Supported
3856
3857 SELINUX SECURITY MODULE
3858 P:      Stephen Smalley
3859 M:      sds@tycho.nsa.gov
3860 P:      James Morris
3861 M:      jmorris@namei.org
3862 P:      Eric Paris
3863 M:      eparis@parisplace.org
3864 L:      linux-kernel@vger.kernel.org (kernel issues)
3865 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3866 W:      http://selinuxproject.org
3867 T:      git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3868 S:      Supported
3869
3870 SENSABLE PHANTOM
3871 P:      Jiri Slaby
3872 M:      jirislaby@gmail.com
3873 S:      Maintained
3874
3875 SERIAL ATA (SATA) SUBSYSTEM
3876 P:      Jeff Garzik
3877 M:      jgarzik@pobox.com
3878 L:      linux-ide@vger.kernel.org
3879 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3880 S:      Supported
3881
3882 SFC NETWORK DRIVER
3883 P:      Steve Hodgson
3884 P:      Ben Hutchings
3885 P:      Robert Stonehouse
3886 M:      linux-net-drivers@solarflare.com
3887 S:      Supported
3888
3889 SGI GRU DRIVER
3890 P:      Jack Steiner
3891 M:      steiner@sgi.com
3892 S:      Maintained
3893
3894 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3895 P:      Pat Gefre
3896 M:      pfg@sgi.com
3897 L:      linux-ia64@vger.kernel.org
3898 S:      Supported
3899
3900 SGI VISUAL WORKSTATION 320 AND 540
3901 P:      Andrey Panin
3902 M:      pazke@donpac.ru
3903 L:      linux-visws-devel@lists.sf.net
3904 W:      http://linux-visws.sf.net
3905 S:      Maintained for 2.6.
3906
3907 SGI XP/XPC/XPNET DRIVER
3908 P:      Dean Nelson
3909 M:      dcn@sgi.com
3910 S:      Maintained
3911
3912 SHARP LH SUPPORT (LH7952X & LH7A40X)
3913 P:      Marc Singer
3914 M:      elf@buici.com
3915 W:      http://projects.buici.com/arm
3916 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3917 S:      Maintained
3918
3919 SHPC HOTPLUG DRIVER
3920 P:      Kristen Carlson Accardi
3921 M:      kristen.c.accardi@intel.com
3922 L:      linux-pci@vger.kernel.org
3923 S:      Supported
3924
3925 SIMTEC EB110ATX (Chalice CATS)
3926 P:      Ben Dooks
3927 P:      Vincent Sanders
3928 M:      support@simtec.co.uk
3929 W:      http://www.simtec.co.uk/products/EB110ATX/
3930 S:      Supported
3931
3932 SIMTEC EB2410ITX (BAST)
3933 P:      Ben Dooks
3934 P:      Vincent Sanders
3935 M:      support@simtec.co.uk
3936 W:      http://www.simtec.co.uk/products/EB2410ITX/
3937 S:      Supported
3938
3939 SIS 190 ETHERNET DRIVER
3940 P:      Francois Romieu
3941 M:      romieu@fr.zoreil.com
3942 L:      netdev@vger.kernel.org
3943 S:      Maintained
3944
3945 SIS 900/7016 FAST ETHERNET DRIVER
3946 P:      Daniele Venzano
3947 M:      venza@brownhat.org
3948 W:      http://www.brownhat.org/sis900.html
3949 L:      netdev@vger.kernel.org
3950 S:      Maintained
3951
3952 SIS 96X I2C/SMBUS DRIVER
3953 P:      Mark M. Hoffman
3954 M:      mhoffman@lightlink.com
3955 L:      linux-i2c@vger.kernel.org
3956 S:      Maintained
3957
3958 SIS FRAMEBUFFER DRIVER
3959 P:      Thomas Winischhofer
3960 M:      thomas@winischhofer.net
3961 W:      http://www.winischhofer.net/linuxsisvga.shtml
3962 S:      Maintained
3963
3964 SIS USB2VGA DRIVER
3965 P:      Thomas Winischhofer
3966 M:      thomas@winischhofer.net
3967 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3968 S:      Maintained
3969
3970 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3971 P:      Stephen Hemminger
3972 M:      shemminger@linux-foundation.org
3973 L:      netdev@vger.kernel.org
3974 S:      Maintained
3975
3976 SLAB ALLOCATOR
3977 P:      Christoph Lameter
3978 M:      cl@linux-foundation.org
3979 P:      Pekka Enberg
3980 M:      penberg@cs.helsinki.fi
3981 P:      Matt Mackall
3982 M:      mpm@selenic.com
3983 L:      linux-mm@kvack.org
3984 S:      Maintained
3985
3986 SMC91x ETHERNET DRIVER
3987 P:      Nicolas Pitre
3988 M:      nico@cam.org
3989 S:      Maintained
3990
3991 SMSC47B397 HARDWARE MONITOR DRIVER
3992 P:      Mark M. Hoffman
3993 M:      mhoffman@lightlink.com
3994 L:      lm-sensors@lm-sensors.org
3995 S:      Maintained
3996
3997 SMSC911x ETHERNET DRIVER
3998 P:      Steve Glendinning
3999 M:      steve.glendinning@smsc.com
4000 L:      netdev@vger.kernel.org
4001 S:      Supported
4002
4003 SMSC9420 PCI ETHERNET DRIVER
4004 P:      Steve Glendinning
4005 M:      steve.glendinning@smsc.com
4006 L:      netdev@vger.kernel.org
4007 S:      Supported
4008
4009 SMX UIO Interface
4010 P:      Ben Nizette
4011 M:      bn@niasdigital.com
4012 S:      Maintained
4013
4014 SN-IA64 (Itanium) SUB-PLATFORM
4015 P:      Jes Sorensen
4016 M:      jes@sgi.com
4017 L:      linux-altix@sgi.com
4018 L:      linux-ia64@vger.kernel.org
4019 W:      http://www.sgi.com/altix
4020 S:      Maintained
4021
4022 SOC-CAMERA V4L2 SUBSYSTEM
4023 P:      Guennadi Liakhovetski
4024 M:      g.liakhovetski@gmx.de
4025 L:      linux-media@vger.kernel.org
4026 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4027 S:      Maintained
4028
4029 SOEKRIS NET48XX LED SUPPORT
4030 P:      Chris Boot
4031 M:      bootc@bootc.net
4032 S:      Maintained
4033
4034 SOFTWARE RAID (Multiple Disks) SUPPORT
4035 P:      Neil Brown
4036 M:      neilb@suse.de
4037 L:      linux-raid@vger.kernel.org
4038 S:      Supported
4039
4040 SONIC NETWORK DRIVER
4041 P:      Thomas Bogendoerfer
4042 M:      tsbogend@alpha.franken.de
4043 L:      netdev@vger.kernel.org
4044 S:      Maintained
4045
4046 SONICS SILICON BACKPLANE DRIVER (SSB)
4047 P:      Michael Buesch
4048 M:      mb@bu3sch.de
4049 L:      netdev@vger.kernel.org
4050 S:      Maintained
4051
4052 SONY VAIO CONTROL DEVICE DRIVER
4053 P:      Mattia Dongili
4054 M:      malattia@linux.it
4055 L:      linux-acpi@vger.kernel.org
4056 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
4057 S:      Maintained
4058
4059 SONY MEMORYSTICK CARD SUPPORT
4060 P:      Alex Dubov
4061 M:      oakad@yahoo.com
4062 L:      linux-kernel@vger.kernel.org
4063 W:      http://tifmxx.berlios.de/
4064 S:      Maintained
4065
4066 SOUND
4067 P:      Jaroslav Kysela
4068 M:      perex@perex.cz
4069 P:      Takashi Iwai
4070 M:      tiwai@suse.de
4071 L:      alsa-devel@alsa-project.org (subscribers-only)
4072 S:      Maintained
4073
4074 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
4075 P:      Liam Girdwood
4076 M:      lrg@slimlogic.co.uk
4077 P:      Mark Brown
4078 M:      broonie@opensource.wolfsonmicro.com
4079 T:      git opensource.wolfsonmicro.com/linux-2.6-asoc
4080 L:      alsa-devel@alsa-project.org (subscribers-only)
4081 W:      http://alsa-project.org/main/index.php/ASoC
4082 S:      Supported
4083
4084 SPARC + UltraSPARC (sparc/sparc64)
4085 P:      David S. Miller
4086 M:      davem@davemloft.net
4087 L:      sparclinux@vger.kernel.org
4088 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4089 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
4090 S:      Maintained
4091
4092 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4093 P:      Roger Wolff
4094 M:      R.E.Wolff@BitWizard.nl
4095 L:      linux-kernel@vger.kernel.org ?
4096 S:      Supported
4097
4098 SPI SUBSYSTEM
4099 P:      David Brownell
4100 M:      dbrownell@users.sourceforge.net
4101 L:      spi-devel-general@lists.sourceforge.net
4102 S:      Maintained
4103
4104 SPIDERNET NETWORK DRIVER for CELL
4105 P:      Ishizaki Kou
4106 M:      kou.ishizaki@toshiba.co.jp
4107 P:      Jens Osterkamp
4108 M:      jens@de.ibm.com
4109 L:      netdev@vger.kernel.org
4110 S:      Supported
4111
4112 SPU FILE SYSTEM
4113 P:      Jeremy Kerr
4114 M:      jk@ozlabs.org
4115 L:      linuxppc-dev@ozlabs.org
4116 L:      cbe-oss-dev@ozlabs.org
4117 W:      http://www.ibm.com/developerworks/power/cell/
4118 S:      Supported
4119
4120 SQUASHFS FILE SYSTEM
4121 P:      Phillip Lougher
4122 M:      phillip@lougher.demon.co.uk
4123 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
4124 W:      http://squashfs.org.uk
4125 S:      Maintained
4126
4127 SRM (Alpha) environment access
4128 P:      Jan-Benedict Glaw
4129 M:      jbglaw@lug-owl.de
4130 L:      linux-kernel@vger.kernel.org
4131 S:      Maintained
4132
4133 STABLE BRANCH
4134 P:      Greg Kroah-Hartman
4135 M:      greg@kroah.com
4136 P:      Chris Wright
4137 M:      chrisw@sous-sol.org
4138 L:      stable@kernel.org
4139 S:      Maintained
4140
4141 STAGING SUBSYSTEM
4142 P:      Greg Kroah-Hartman
4143 M:      gregkh@suse.de
4144 L:      linux-kernel@vger.kernel.org
4145 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4146 S:      Maintained
4147
4148 STARFIRE/DURALAN NETWORK DRIVER
4149 P:      Ion Badulescu
4150 M:      ionut@cs.columbia.edu
4151 S:      Maintained
4152
4153 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4154 W:      http://mosquitonet.Stanford.EDU/strip.html
4155 S:      Orphan
4156
4157 STRADIS MPEG-2 DECODER DRIVER
4158 P:      Nathan Laredo
4159 M:      laredo@gnu.org
4160 W:      http://www.stradis.com/
4161 S:      Maintained
4162
4163 SUN3/3X
4164 P:      Sam Creasey
4165 M:      sammy@sammy.net
4166 W:      http://sammy.net/sun3/
4167 S:      Maintained
4168
4169 SUPERH
4170 P:      Paul Mundt
4171 M:      lethal@linux-sh.org
4172 L:      linux-sh@vger.kernel.org
4173 W:      http://www.linux-sh.org
4174 T:      git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
4175 S:      Supported
4176
4177 SUSPEND TO RAM
4178 P:      Len Brown
4179 M:      len.brown@intel.com
4180 P:      Pavel Machek
4181 M:      pavel@suse.cz
4182 P:      Rafael J. Wysocki
4183 M:      rjw@sisk.pl
4184 L:      linux-pm@lists.linux-foundation.org
4185 S:      Supported
4186
4187 SVGA HANDLING
4188 P:      Martin Mares
4189 M:      mj@ucw.cz
4190 L:      linux-video@atrey.karlin.mff.cuni.cz
4191 S:      Maintained
4192
4193 SYSV FILESYSTEM
4194 P:      Christoph Hellwig
4195 M:      hch@infradead.org
4196 S:      Maintained
4197
4198 TASKSTATS STATISTICS INTERFACE
4199 P:      Balbir Singh
4200 M:      balbir@linux.vnet.ibm.com
4201 L:      linux-kernel@vger.kernel.org
4202 S:      Maintained
4203
4204 TC CLASSIFIER
4205 P:      Jamal Hadi Salim
4206 M:      hadi@cyberus.ca
4207 L:      netdev@vger.kernel.org
4208 S:      Maintained
4209
4210 TCP LOW PRIORITY MODULE
4211 P:      Wong Hoi Sing, Edison
4212 M:      hswong3i@gmail.com
4213 P:      Hung Hing Lun, Mike
4214 M:      hlhung3i@gmail.com
4215 W:      http://tcp-lp-mod.sourceforge.net/
4216 S:      Maintained
4217
4218 TEHUTI ETHERNET DRIVER
4219 P:      Alexander Indenbaum
4220 M:      baum@tehutinetworks.net
4221 P:      Andy Gospodarek
4222 M:      andy@greyhouse.net
4223 L:      netdev@vger.kernel.org
4224 S:      Supported
4225
4226 Telecom Clock Driver for MCPL0010
4227 P:      Mark Gross
4228 M:      mark.gross@intel.com
4229 S:      Supported
4230
4231 TENSILICA XTENSA PORT (xtensa)
4232 P:      Chris Zankel
4233 M:      chris@zankel.net
4234 S:      Maintained
4235
4236 THINKPAD ACPI EXTRAS DRIVER
4237 P:      Henrique de Moraes Holschuh
4238 M:      ibm-acpi@hmh.eng.br
4239 L:      ibm-acpi-devel@lists.sourceforge.net
4240 W:      http://ibm-acpi.sourceforge.net
4241 W:      http://thinkwiki.org/wiki/Ibm-acpi
4242 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4243 S:      Maintained
4244
4245 TI FLASH MEDIA INTERFACE DRIVER
4246 P:      Alex Dubov
4247 M:      oakad@yahoo.com
4248 S:      Maintained
4249
4250 TI OMAP MMC INTERFACE DRIVER
4251 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
4252 M:      linux-omap@vger.kernel.org
4253 W:      http://linux.omap.com
4254 W:      http://www.muru.com/linux/omap/
4255 S:      Maintained
4256
4257 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4258 P:      Deepak Saxena
4259 M:      dsaxena@plexity.net
4260 S:      Maintained
4261
4262 TIPC NETWORK LAYER
4263 P:      Per Liden
4264 M:      per.liden@ericsson.com
4265 P:      Jon Maloy
4266 M:      jon.maloy@ericsson.com
4267 P:      Allan Stephens
4268 M:      allan.stephens@windriver.com
4269 L:      tipc-discussion@lists.sourceforge.net
4270 W:      http://tipc.sourceforge.net/
4271 W:      http://tipc.cslab.ericsson.net/
4272 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
4273 S:      Maintained
4274
4275 TLAN NETWORK DRIVER
4276 P:      Samuel Chessman
4277 M:      chessman@tux.org
4278 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
4279 W:      http://sourceforge.net/projects/tlan/
4280 S:      Maintained
4281
4282 TOSHIBA ACPI EXTRAS DRIVER
4283 P:      John Belmonte
4284 M:      toshiba_acpi@memebeam.org
4285 W:      http://memebeam.org/toys/ToshibaAcpiDriver
4286 S:      Maintained
4287
4288 TOSHIBA SMM DRIVER
4289 P:      Jonathan Buzzard
4290 M:      jonathan@buzzard.org.uk
4291 L:      tlinux-users@tce.toshiba-dme.co.jp
4292 W:      http://www.buzzard.org.uk/toshiba/
4293 S:      Maintained
4294
4295 TPM DEVICE DRIVER
4296 P:      Debora Velarde
4297 M:      debora@linux.vnet.ibm.com
4298 P:      Rajiv Andrade
4299 M:      srajiv@linux.vnet.ibm.com
4300 W:      http://tpmdd.sourceforge.net
4301 P:      Marcel Selhorst
4302 M:      m.selhorst@sirrix.com
4303 W:      http://www.sirrix.com
4304 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
4305 S:      Maintained
4306
4307 TRIVIAL PATCHES
4308 P:      Jiri Kosina
4309 M:      trivial@kernel.org
4310 L:      linux-kernel@vger.kernel.org
4311 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
4312 S:      Maintained
4313
4314 TTY LAYER
4315 P:      Alan Cox
4316 M:      alan@lxorguk.ukuu.org.uk
4317 L:      linux-kernel@vger.kernel.org
4318 S:      Maintained
4319
4320 TULIP NETWORK DRIVERS
4321 P:      Grant Grundler
4322 M:      grundler@parisc-linux.org
4323 P:      Kyle McMartin
4324 M:      kyle@mcmartin.ca
4325 L:      netdev@vger.kernel.org
4326 S:      Maintained
4327
4328 TUN/TAP driver
4329 P:      Maxim Krasnyansky
4330 M:      maxk@qualcomm.com
4331 L:      vtun@office.satix.net
4332 W:      http://vtun.sourceforge.net/tun
4333 S:      Maintained
4334
4335 TURBOCHANNEL SUBSYSTEM
4336 P:      Maciej W. Rozycki
4337 M:      macro@linux-mips.org
4338 S:      Maintained
4339
4340 U14-34F SCSI DRIVER
4341 P:      Dario Ballabio
4342 M:      ballabio_dario@emc.com
4343 L:      linux-scsi@vger.kernel.org
4344 S:      Maintained
4345
4346 UBI FILE SYSTEM (UBIFS)
4347 P:      Artem Bityutskiy
4348 M:      dedekind@infradead.org
4349 P:      Adrian Hunter
4350 M:      ext-adrian.hunter@nokia.com
4351 L:      linux-mtd@lists.infradead.org
4352 T:      git git://git.infradead.org/ubifs-2.6.git
4353 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
4354 S:      Maintained
4355
4356 UCLINUX (AND M68KNOMMU)
4357 P:      Greg Ungerer
4358 M:      gerg@uclinux.org
4359 W:      http://www.uclinux.org/
4360 L:      uclinux-dev@uclinux.org  (subscribers-only)
4361 S:      Maintained
4362
4363 UCLINUX FOR RENESAS H8/300
4364 P:      Yoshinori Sato
4365 M:      ysato@users.sourceforge.jp
4366 W:      http://uclinux-h8.sourceforge.jp/
4367 S:      Supported
4368
4369 UDF FILESYSTEM
4370 P:      Jan Kara
4371 M:      jack@suse.cz
4372 W:      http://linux-udf.sourceforge.net
4373 S:      Maintained
4374
4375 UFS FILESYSTEM
4376 P:      Evgeniy Dushistov
4377 M:      dushistov@mail.ru
4378 L:      linux-kernel@vger.kernel.org
4379 S:      Maintained
4380
4381 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4382 P:      David Vrabel
4383 M:      david.vrabel@csr.com
4384 L:      linux-usb@vger.kernel.org
4385 S:      Supported
4386
4387 UNIFORM CDROM DRIVER
4388 P:      Jens Axboe
4389 M:      axboe@kernel.dk
4390 L:      linux-kernel@vger.kernel.org
4391 W:      http://www.kernel.dk
4392 S:      Maintained
4393
4394 UNSORTED BLOCK IMAGES (UBI)
4395 P:      Artem Bityutskiy
4396 M:      dedekind@infradead.org
4397 W:      http://www.linux-mtd.infradead.org/
4398 L:      linux-mtd@lists.infradead.org
4399 T:      git git://git.infradead.org/ubi-2.6.git
4400 S:      Maintained
4401
4402 USB ACM DRIVER
4403 P:      Oliver Neukum
4404 M:      oliver@neukum.name
4405 L:      linux-usb@vger.kernel.org
4406 S:      Maintained
4407
4408 USB BLOCK DRIVER (UB ub)
4409 P:      Pete Zaitcev
4410 M:      zaitcev@redhat.com
4411 L:      linux-kernel@vger.kernel.org
4412 L:      linux-usb@vger.kernel.org
4413 S:      Supported
4414
4415 USB CDC ETHERNET DRIVER
4416 P:      Greg Kroah-Hartman
4417 M:      greg@kroah.com
4418 L:      linux-usb@vger.kernel.org
4419 S:      Maintained
4420 W:      http://www.kroah.com/linux-usb/
4421
4422 USB CYPRESS C67X00 DRIVER
4423 P:      Peter Korsgaard
4424 M:      jacmet@sunsite.dk
4425 L:      linux-usb@vger.kernel.org
4426 S:      Maintained
4427
4428 USB DAVICOM DM9601 DRIVER
4429 P:      Peter Korsgaard
4430 M:      jacmet@sunsite.dk
4431 L:      netdev@vger.kernel.org
4432 W:      http://www.linux-usb.org/usbnet
4433 S:      Maintained
4434
4435 USB DIAMOND RIO500 DRIVER
4436 P:      Cesar Miquel
4437 M:      miquel@df.uba.ar
4438 L:      rio500-users@lists.sourceforge.net
4439 W:      http://rio500.sourceforge.net
4440 S:      Maintained
4441
4442 USB EHCI DRIVER
4443 P:      David Brownell
4444 M:      dbrownell@users.sourceforge.net
4445 L:      linux-usb@vger.kernel.org
4446 S:      Odd Fixes
4447
4448 USB ET61X[12]51 DRIVER
4449 P:      Luca Risolia
4450 M:      luca.risolia@studio.unibo.it
4451 L:      linux-usb@vger.kernel.org
4452 L:      linux-media@vger.kernel.org
4453 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4454 W:      http://www.linux-projects.org
4455 S:      Maintained
4456
4457 USB GADGET/PERIPHERAL SUBSYSTEM
4458 P:      David Brownell
4459 M:      dbrownell@users.sourceforge.net
4460 L:      linux-usb@vger.kernel.org
4461 W:      http://www.linux-usb.org/gadget
4462 S:      Maintained
4463
4464 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
4465 P:      Jiri Kosina
4466 M:      jkosina@suse.cz
4467 L:      linux-usb@vger.kernel.org
4468 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4469 S:      Maintained
4470
4471 USB ISP116X DRIVER
4472 P:      Olav Kongas
4473 M:      ok@artecdesign.ee
4474 L:      linux-usb@vger.kernel.org
4475 S:      Maintained
4476
4477 USB KAWASAKI LSI DRIVER
4478 P:      Oliver Neukum
4479 M:      oliver@neukum.name
4480 L:      linux-usb@vger.kernel.org
4481 S:      Maintained
4482
4483 USB MASS STORAGE DRIVER
4484 P:      Matthew Dharm
4485 M:      mdharm-usb@one-eyed-alien.net
4486 L:      linux-usb@vger.kernel.org
4487 L:      usb-storage@lists.one-eyed-alien.net
4488 S:      Maintained
4489 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
4490
4491 USB OHCI DRIVER
4492 P:      David Brownell
4493 M:      dbrownell@users.sourceforge.net
4494 L:      linux-usb@vger.kernel.org
4495 S:      Odd Fixes
4496
4497 USB OPTION-CARD DRIVER
4498 P:      Matthias Urlichs
4499 M:      smurf@smurf.noris.de
4500 L:      linux-usb@vger.kernel.org
4501 S:      Maintained
4502
4503 USB OV511 DRIVER
4504 P:      Mark McClelland
4505 M:      mmcclell@bigfoot.com
4506 L:      linux-usb@vger.kernel.org
4507 W:      http://alpha.dyndns.org/ov511/
4508 S:      Maintained
4509
4510 USB PEGASUS DRIVER
4511 P:      Petko Manolov
4512 M:      petkan@users.sourceforge.net
4513 L:      linux-usb@vger.kernel.org
4514 L:      netdev@vger.kernel.org
4515 W:      http://pegasus2.sourceforge.net/
4516 S:      Maintained
4517
4518 USB PRINTER DRIVER (usblp)
4519 P:      Pete Zaitcev
4520 M:      zaitcev@redhat.com
4521 L:      linux-usb@vger.kernel.org
4522 S:      Supported
4523
4524 USB RTL8150 DRIVER
4525 P:      Petko Manolov
4526 M:      petkan@users.sourceforge.net
4527 L:      linux-usb@vger.kernel.org
4528 L:      netdev@vger.kernel.org
4529 W:      http://pegasus2.sourceforge.net/
4530 S:      Maintained
4531
4532 USB SE401 DRIVER
4533 P:      Jeroen Vreeken
4534 M:      pe1rxq@amsat.org
4535 L:      linux-usb@vger.kernel.org
4536 W:      http://www.chello.nl/~j.vreeken/se401/
4537 S:      Maintained
4538
4539 USB SERIAL BELKIN F5U103 DRIVER
4540 P:      William Greathouse
4541 M:      wgreathouse@smva.com
4542 L:      linux-usb@vger.kernel.org
4543 S:      Maintained
4544
4545 USB SERIAL CYPRESS M8 DRIVER
4546 P:      Lonnie Mendez
4547 M:      dignome@gmail.com
4548 L:      linux-usb@vger.kernel.org
4549 S:      Maintained
4550 W:      http://geocities.com/i0xox0i
4551 W:      http://firstlight.net/cvs
4552
4553 USB SERIAL CYBERJACK DRIVER
4554 P:      Matthias Bruestle and Harald Welte
4555 M:      support@reiner-sct.com
4556 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
4557 S:      Maintained
4558
4559 USB SERIAL DIGI ACCELEPORT DRIVER
4560 P:      Peter Berger and Al Borchers
4561 M:      pberger@brimson.com
4562 M:      alborchers@steinerpoint.com
4563 L:      linux-usb@vger.kernel.org
4564 S:      Maintained
4565
4566 USB SERIAL DRIVER
4567 P:      Greg Kroah-Hartman
4568 M:      gregkh@suse.de
4569 L:      linux-usb@vger.kernel.org
4570 S:      Supported
4571
4572 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4573 P:      Gary Brubaker
4574 M:      xavyer@ix.netcom.com
4575 L:      linux-usb@vger.kernel.org
4576 S:      Maintained
4577
4578 USB SERIAL KEYSPAN DRIVER
4579 P:      Greg Kroah-Hartman
4580 M:      greg@kroah.com
4581 L:      linux-usb@vger.kernel.org
4582 W:      http://www.kroah.com/linux/
4583 S:      Maintained
4584
4585 USB SERIAL WHITEHEAT DRIVER
4586 P:      Support Department
4587 M:      support@connecttech.com
4588 L:      linux-usb@vger.kernel.org
4589 W:      http://www.connecttech.com
4590 S:      Supported
4591
4592 USB SMSC95XX ETHERNET DRIVER
4593 P:      Steve Glendinning
4594 M:      steve.glendinning@smsc.com
4595 L:      netdev@vger.kernel.org
4596 S:      Supported
4597
4598 USB SN9C1xx DRIVER
4599 P:      Luca Risolia
4600 M:      luca.risolia@studio.unibo.it
4601 L:      linux-usb@vger.kernel.org
4602 L:      linux-media@vger.kernel.org
4603 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4604 W:      http://www.linux-projects.org
4605 S:      Maintained
4606
4607 USB SUBSYSTEM
4608 P:      Greg Kroah-Hartman
4609 M:      gregkh@suse.de
4610 L:      linux-usb@vger.kernel.org
4611 W:      http://www.linux-usb.org
4612 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4613 S:      Supported
4614
4615 USB UHCI DRIVER
4616 P:      Alan Stern
4617 M:      stern@rowland.harvard.edu
4618 L:      linux-usb@vger.kernel.org
4619 S:      Maintained
4620
4621 USB "USBNET" DRIVER FRAMEWORK
4622 P:      David Brownell
4623 M:      dbrownell@users.sourceforge.net
4624 L:      netdev@vger.kernel.org
4625 W:      http://www.linux-usb.org/usbnet
4626 S:      Maintained
4627
4628 USB VIDEO CLASS
4629 P:      Laurent Pinchart
4630 M:      laurent.pinchart@skynet.be
4631 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
4632 L:      linux-media@vger.kernel.org
4633 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4634 W:      http://linux-uvc.berlios.de
4635 S:      Maintained
4636
4637 USB W996[87]CF DRIVER
4638 P:      Luca Risolia
4639 M:      luca.risolia@studio.unibo.it
4640 L:      linux-usb@vger.kernel.org
4641 L:      linux-media@vger.kernel.org
4642 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4643 W:      http://www.linux-projects.org
4644 S:      Maintained
4645
4646 USB WIRELESS RNDIS DRIVER (rndis_wlan)
4647 P:      Jussi Kivilinna
4648 M:      jussi.kivilinna@mbnet.fi
4649 L:      linux-wireless@vger.kernel.org
4650 S:      Maintained
4651
4652 USB ZC0301 DRIVER
4653 P:      Luca Risolia
4654 M:      luca.risolia@studio.unibo.it
4655 L:      linux-usb@vger.kernel.org
4656 L:      linux-media@vger.kernel.org
4657 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4658 W:      http://www.linux-projects.org
4659 S:      Maintained
4660
4661 USB ZD1201 DRIVER
4662 P:      Jeroen Vreeken
4663 M:      pe1rxq@amsat.org
4664 L:      linux-usb@vger.kernel.org
4665 W:      http://linux-lc100020.sourceforge.net
4666 S:      Maintained
4667
4668 USB ZR364XX DRIVER
4669 P:      Antoine Jacquet
4670 M:      royale@zerezo.com
4671 L:      linux-usb@vger.kernel.org
4672 L:      linux-media@vger.kernel.org
4673 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4674 W:      http://royale.zerezo.com/zr364xx/
4675 S:      Maintained
4676
4677 USER-MODE LINUX (UML)
4678 P:      Jeff Dike
4679 M:      jdike@addtoit.com
4680 L:      user-mode-linux-devel@lists.sourceforge.net
4681 L:      user-mode-linux-user@lists.sourceforge.net
4682 W:      http://user-mode-linux.sourceforge.net
4683 S:      Maintained
4684
4685 USERSPACE I/O (UIO)
4686 P:      Hans J. Koch
4687 M:      hjk@linutronix.de
4688 P:      Greg Kroah-Hartman
4689 M:      gregkh@suse.de
4690 L:      linux-kernel@vger.kernel.org
4691 S:      Maintained
4692
4693 UTIL-LINUX-NG PACKAGE
4694 P:      Karel Zak
4695 M:      kzak@redhat.com
4696 L:      util-linux-ng@vger.kernel.org
4697 W:      http://kernel.org/~kzak/util-linux-ng/
4698 T:      git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4699 S:      Maintained
4700
4701 UVESAFB DRIVER
4702 P:      Michal Januszewski
4703 M:      spock@gentoo.org
4704 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4705 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
4706 S:      Maintained
4707
4708 VFAT/FAT/MSDOS FILESYSTEM
4709 P:      OGAWA Hirofumi
4710 M:      hirofumi@mail.parknet.co.jp
4711 L:      linux-kernel@vger.kernel.org
4712 S:      Maintained
4713
4714 VIA RHINE NETWORK DRIVER
4715 P:      Roger Luethi
4716 M:      rl@hellgate.ch
4717 S:      Maintained
4718
4719 VIAPRO SMBUS DRIVER
4720 P:      Jean Delvare
4721 M:      khali@linux-fr.org
4722 L:      linux-i2c@vger.kernel.org
4723 S:      Maintained
4724
4725 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4726 P:      Joseph Chan
4727 M:      JosephChan@via.com.tw
4728 P:      Scott Fang
4729 M:      ScottFang@viatech.com.cn
4730 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4731 S:      Maintained
4732
4733 VIA VELOCITY NETWORK DRIVER
4734 P:      Francois Romieu
4735 M:      romieu@fr.zoreil.com
4736 L:      netdev@vger.kernel.org
4737 S:      Maintained
4738
4739 VIDEO FOR LINUX (V4L)
4740 P:      Mauro Carvalho Chehab
4741 M:      mchehab@infradead.org
4742 L:      linux-media@vger.kernel.org
4743 L:      video4linux-list@redhat.com
4744 W:      http://linuxtv.org
4745 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4746 S:      Maintained
4747
4748 VLAN (802.1Q)
4749 P:      Patrick McHardy
4750 M:      kaber@trash.net
4751 L:      netdev@vger.kernel.org
4752 S:      Maintained
4753
4754 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4755 P:      Liam Girdwood
4756 M:      lrg@slimlogic.co.uk
4757 P:      Mark Brown
4758 M:      broonie@opensource.wolfsonmicro.com
4759 W:      http://opensource.wolfsonmicro.com/node/15
4760 W:      http://www.slimlogic.co.uk/?page_id=5
4761 T:      git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4762 S:      Supported
4763
4764 VT1211 HARDWARE MONITOR DRIVER
4765 P:      Juerg Haefliger
4766 M:      juergh@gmail.com
4767 L:      lm-sensors@lm-sensors.org
4768 S:      Maintained
4769
4770 VT8231 HARDWARE MONITOR DRIVER
4771 P:      Roger Lucas
4772 M:      vt8231@hiddenengine.co.uk
4773 L:      lm-sensors@lm-sensors.org
4774 S:      Maintained
4775
4776 W1 DALLAS'S 1-WIRE BUS
4777 P:      Evgeniy Polyakov
4778 M:      johnpol@2ka.mipt.ru
4779 S:      Maintained
4780
4781 W83791D HARDWARE MONITORING DRIVER
4782 P:      Marc Hulsman
4783 M:      m.hulsman@tudelft.nl
4784 L:      lm-sensors@lm-sensors.org
4785 S:      Maintained
4786
4787 W83793 HARDWARE MONITORING DRIVER
4788 P:      Rudolf Marek
4789 M:      r.marek@assembler.cz
4790 L:      lm-sensors@lm-sensors.org
4791 S:      Maintained
4792
4793 W83L51xD SD/MMC CARD INTERFACE DRIVER
4794 P:      Pierre Ossman
4795 M:      drzeus-wbsd@drzeus.cx
4796 L:      linux-kernel@vger.kernel.org
4797 S:      Maintained
4798
4799 WATCHDOG DEVICE DRIVERS
4800 P:      Wim Van Sebroeck
4801 M:      wim@iguana.be
4802 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4803 S:      Maintained
4804
4805 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4806 P:      Jean Tourrilhes
4807 M:      jt@hpl.hp.com
4808 L:      linux-wireless@vger.kernel.org
4809 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4810 S:      Maintained
4811
4812 WD7000 SCSI DRIVER
4813 P:      Miroslav Zagorac
4814 M:      zaga@fly.cc.fer.hr
4815 L:      linux-scsi@vger.kernel.org
4816 S:      Maintained
4817
4818 WIMAX STACK
4819 P:      Inaky Perez-Gonzalez
4820 M:      inaky.perez-gonzalez@intel.com
4821 M:      linux-wimax@intel.com
4822 L:      wimax@linuxwimax.org
4823 S:      Supported
4824 W:      http://linuxwimax.org
4825
4826 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4827 P:      David Vrabel
4828 M:      david.vrabel@csr.com
4829 S:      Maintained
4830
4831 WISTRON LAPTOP BUTTON DRIVER
4832 P:      Miloslav Trmac
4833 M:      mitr@volny.cz
4834 S:      Maintained
4835
4836 WL3501 WIRELESS PCMCIA CARD DRIVER
4837 P:      Arnaldo Carvalho de Melo
4838 M:      acme@ghostprotocols.net
4839 L:      linux-wireless@vger.kernel.org
4840 W:      http://oops.ghostprotocols.net:81/blog
4841 S:      Maintained
4842
4843 WM97XX TOUCHSCREEN DRIVERS
4844 P:      Mark Brown
4845 M:      broonie@opensource.wolfsonmicro.com
4846 P:      Liam Girdwood
4847 M:      lrg@slimlogic.co.uk
4848 L:      linux-input@vger.kernel.org
4849 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
4850 W:      http://opensource.wolfsonmicro.com/node/7
4851 S:      Supported
4852
4853 X.25 NETWORK LAYER
4854 P:      Henner Eisen
4855 M:      eis@baty.hanse.de
4856 L:      linux-x25@vger.kernel.org
4857 S:      Maintained
4858
4859 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4860 P:      Thomas Gleixner
4861 M:      tglx@linutronix.de
4862 P:      Ingo Molnar
4863 M:      mingo@redhat.com
4864 P:      H. Peter Anvin
4865 M:      hpa@zytor.com
4866 M:      x86@kernel.org
4867 L:      linux-kernel@vger.kernel.org
4868 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4869 S:      Maintained
4870
4871 XEN HYPERVISOR INTERFACE
4872 P:      Jeremy Fitzhardinge
4873 M:      jeremy@xensource.com
4874 P:      Chris Wright
4875 M:      chrisw@sous-sol.org
4876 L:      virtualization@lists.osdl.org
4877 L:      xen-devel@lists.xensource.com
4878 S:      Supported
4879
4880 XFS FILESYSTEM
4881 P:      Silicon Graphics Inc
4882 P:      Bill O'Donnell
4883 M:      xfs-masters@oss.sgi.com
4884 L:      xfs@oss.sgi.com
4885 W:      http://oss.sgi.com/projects/xfs
4886 T:      git://oss.sgi.com/xfs/xfs.git
4887 S:      Supported
4888
4889 XILINX SYSTEMACE DRIVER
4890 P:      Grant Likely
4891 M:      grant.likely@secretlab.ca
4892 W:      http://www.secretlab.ca/
4893 L:      linux-kernel@vger.kernel.org
4894 S:      Maintained
4895
4896 XILINX UARTLITE SERIAL DRIVER
4897 P:      Peter Korsgaard
4898 M:      jacmet@sunsite.dk
4899 L:      linux-serial@vger.kernel.org
4900 S:      Maintained
4901
4902 YAM DRIVER FOR AX.25
4903 P:      Jean-Paul Roubelat
4904 M:      jpr@f6fbb.org
4905 L:      linux-hams@vger.kernel.org
4906 S:      Maintained
4907
4908 YEALINK PHONE DRIVER
4909 P:      Henk Vergonet
4910 M:      Henk.Vergonet@gmail.com
4911 L:      usbb2k-api-dev@nongnu.org
4912 S:      Maintained
4913
4914 Z8530 DRIVER FOR AX.25
4915 P:      Joerg Reuter
4916 M:      jreuter@yaina.de
4917 W:      http://yaina.de/jreuter/
4918 W:      http://www.qsl.net/dl1bke/
4919 L:      linux-hams@vger.kernel.org
4920 S:      Maintained
4921
4922 ZD1211RW WIRELESS DRIVER
4923 P:      Daniel Drake
4924 M:      dsd@gentoo.org
4925 P:      Ulrich Kunitz
4926 M:      kune@deine-taler.de
4927 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4928 L:      linux-wireless@vger.kernel.org
4929 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4930 S:      Maintained
4931
4932 ZR36067 VIDEO FOR LINUX DRIVER
4933 P:      Ronald Bultje
4934 M:      rbultje@ronald.bitfreak.net
4935 L:      mjpeg-users@lists.sourceforge.net
4936 W:      http://mjpeg.sourceforge.net/driver-zoran/
4937 S:      Maintained
4938
4939 ZS DECSTATION Z85C30 SERIAL DRIVER
4940 P:      Maciej W. Rozycki
4941 M:      macro@linux-mips.org
4942 S:      Maintained
4943
4944 THE REST
4945 P:      Linus Torvalds
4946 S:      Buried alive in reporters