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