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