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