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