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