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