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