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