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