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