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