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