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