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