ACPI: thinkpad-acpi: check version of hot key firmware
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / MAINTAINERS
blob95fc5ed8fc907ac781082f14a16df0c91a0ca5d5
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. See
34         Documentation/CodingStyle for guidance here.
36         PLEASE try to include any credit lines you want added with the
37         patch. It avoids people being missed off by mistake and makes
38         it easier to know who wants adding and who doesn't.
40         PLEASE document known bugs. If it doesn't work for everything
41         or does something very odd once a month document it.
43         PLEASE remember that submissions must be made under the terms
44         of the OSDL certificate of contribution
45         (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46         and should include a Signed-off-by: line.
48 6.      Make sure you have the right to send any changes you make. If you
49         do changes at work you may find your employer owns the patch
50         not you.
52 7.      When sending security related changes or reports to a maintainer
53         please Cc: security@kernel.org, especially if the maintainer
54         does not respond.
56 8.      Happy hacking.
58                 -----------------------------------
60 Maintainers List (try to look for most precise areas first)
62 Note: For the hard of thinking, this list is meant to remain in alphabetical
63 order. If you could add yourselves to it in alphabetical order that would be
64 so much easier [Ed]
66 P: Person
67 M: Mail patches to
68 L: Mailing list that is relevant to this area
69 W: Web-page with status/info
70 T: SCM tree type and location.  Type is one of: git, hg, quilt.
71 S: Status, one of the following:
73         Supported:      Someone is actually paid to look after this.
74         Maintained:     Someone actually looks after it.
75         Odd Fixes:      It has a maintainer but they don't have time to do
76                         much other than throw the odd patch in. See below..
77         Orphan:         No current maintainer [but maybe you could take the
78                         role as you write your new code].
79         Obsolete:       Old code. Something tagged obsolete generally means
80                         it has been replaced by a better system and you
81                         should be using that.
83 3C359 NETWORK DRIVER
84 P:      Mike Phillips
85 M:      mikep@linuxtr.net
86 L:      netdev@vger.kernel.org
87 L:      linux-tr@linuxtr.net
88 W:      http://www.linuxtr.net
89 S:      Maintained
91 3C505 NETWORK DRIVER
92 P:      Philip Blundell
93 M:      philb@gnu.org
94 L:      netdev@vger.kernel.org
95 S:      Maintained
97 3CR990 NETWORK DRIVER
98 P:      David Dillow
99 M:      dave@thedillows.org
100 L:      netdev@vger.kernel.org
101 S:      Maintained
103 3W-XXXX ATA-RAID CONTROLLER DRIVER
104 P:      Adam Radford
105 M:      linuxraid@amcc.com
106 L:      linux-scsi@vger.kernel.org
107 W:      http://www.amcc.com
108 S:      Supported
110 3W-9XXX SATA-RAID CONTROLLER DRIVER
111 P:      Adam Radford
112 M:      linuxraid@amcc.com
113 L:      linux-scsi@vger.kernel.org
114 W:      http://www.amcc.com
115 S:      Supported
117 53C700 AND 53C700-66 SCSI DRIVER
118 P:      James E.J. Bottomley
119 M:      James.Bottomley@HansenPartnership.com
120 L:      linux-scsi@vger.kernel.org
121 S:      Maintained
123 6PACK NETWORK DRIVER FOR AX.25
124 P:      Andreas Koensgen
125 M:      ajk@iehk.rwth-aachen.de
126 L:      linux-hams@vger.kernel.org
127 S:      Maintained
129 8139CP 10/100 FAST ETHERNET DRIVER
130 P:      Jeff Garzik
131 M:      jgarzik@pobox.com
132 S:      Maintained
134 8139TOO 10/100 FAST ETHERNET DRIVER
135 P:      Jeff Garzik
136 M:      jgarzik@pobox.com
137 W:      http://sourceforge.net/projects/gkernel/
138 S:      Maintained
140 8169 10/100/1000 GIGABIT ETHERNET DRIVER
141 P:      Francois Romieu
142 M:      romieu@fr.zoreil.com
143 L:      netdev@vger.kernel.org
144 S:      Maintained
146 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147 L:      linux-serial@vger.kernel.org
148 W:      http://serial.sourceforge.net
149 S:      Orphan
151 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152 P:      Paul Gortmaker
153 M:      p_gortmaker@yahoo.com
154 L:      netdev@vger.kernel.org
155 S:      Maintained
157 9P FILE SYSTEM
158 P:      Eric Van Hensbergen
159 M:      ericvh@gmail.com
160 P:      Ron Minnich
161 M:      rminnich@lanl.gov
162 P:      Latchesar Ionkov
163 M:      lucho@ionkov.net
164 L:      v9fs-developer@lists.sourceforge.net
165 W:      http://v9fs.sf.net
166 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167 S:      Maintained
169 A2232 SERIAL BOARD DRIVER
170 P:      Enver Haase
171 M:      ehaase@inf.fu-berlin.de
172 M:      A2232@gmx.net
173 L:      linux-m68k@lists.linux-m68k.org
174 S:      Maintained
177 P:      Benjamin LaHaise
178 M:      bcrl@kvack.org
179 L:      linux-aio@kvack.org
180 S:      Supported
182 ABIT UGURU HARDWARE MONITOR DRIVER
183 P:      Hans de Goede
184 M:      j.w.r.degoede@hhs.nl
185 L:      lm-sensors@lm-sensors.org
186 S:      Maintained
188 ACENIC DRIVER
189 P:      Jes Sorensen
190 M:      jes@trained-monkey.org
191 L:      linux-acenic@sunsite.dk
192 S:      Maintained
194 ACI MIXER DRIVER
195 P:      Robert Siemer
196 M:      Robert.Siemer@gmx.de
197 L:      linux-sound@vger.kernel.org
198 W:      http://www.stud.uni-karlsruhe.de/~uh1b/
199 S:      Maintained
201 AACRAID SCSI RAID DRIVER
202 P:      Adaptec OEM Raid Solutions
203 L:      linux-scsi@vger.kernel.org
204 W:      http://linux.dell.com/storage.shtml
205 S:      Supported
207 ACPI
208 P:      Len Brown
209 M:      len.brown@intel.com
210 M:      lenb@kernel.org
211 L:      linux-acpi@vger.kernel.org
212 W:      http://acpi.sourceforge.net/
213 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
214 S:      Supported
216 ACPI BATTERY DRIVERS
217 P:      Vladimir P. Lebedev
218 M:      vladimir.p.lebedev@intel.com
219 L:      linux-acpi@vger.kernel.org
220 W:      http://acpi.sourceforge.net/
221 S:      Supported
223 ACPI EC DRIVER
224 P:      Alexey Starikovskiy
225 M:      alexey.y.starikovskiy@linux.intel.com
226 L:      linux-acpi@vger.kernel.org
227 W:      http://acpi.sourceforge.net/
228 S:      Supported
230 ACPI FAN DRIVER
231 P:      Konstantin A. Karasyov
232 M:      konstantin.a.karasyov@intel.com
233 L:      linux-acpi@vger.kernel.org
234 W:      http://acpi.sourceforge.net/
235 S:      Supported
237 ACPI PCI HOTPLUG DRIVER
238 P:      Kristen Carlson Accardi
239 M:      kristen.c.accardi@intel.com
240 L:      pcihpd-discuss@lists.sourceforge.net
241 S:      Supported
243 ACPI THERMAL DRIVER
244 P:      Konstantin A. Karasyov
245 M:      konstantin.a.karasyov@intel.com
246 L:      linux-acpi@vger.kernel.org
247 W:      http://acpi.sourceforge.net/
248 S:      Supported
250 AD1816 SOUND DRIVER
251 P:      Thorsten Knabe
252 M:      Thorsten Knabe <linux@thorsten-knabe.de>
253 W:      http://linux.thorsten-knabe.de
254 S:      Maintained
256 AD1889 SOUND DRIVER
257 P:      Kyle McMartin
258 M:      kyle@parisc-linux.org
259 P:      Thibaut Varene
260 M:      T-Bone@parisc-linux.org
261 W:      http://wiki.parisc-linux.org/AD1889
262 L:      parisc-linux@lists.parisc-linux.org
263 S:      Maintained
265 ADM1025 HARDWARE MONITOR DRIVER
266 P:      Jean Delvare
267 M:      khali@linux-fr.org
268 L:      lm-sensors@lm-sensors.org
269 S:      Maintained
271 ADT746X FAN DRIVER
272 P:      Colin Leroy
273 M:      colin@colino.net
274 S:      Maintained
276 AEDSP16 DRIVER
277 P:      Riccardo Facchetti
278 M:      fizban@tin.it
279 S:      Maintained
281 AFFS FILE SYSTEM
282 P:      Roman Zippel
283 M:      zippel@linux-m68k.org
284 S:      Maintained
286 AGPGART DRIVER
287 P:      Dave Jones
288 M:      davej@codemonkey.org.uk
289 W:      http://www.codemonkey.org.uk/projects/agp/
290 T:      git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
291 S:      Maintained
293 AHA152X SCSI DRIVER
294 P:      Juergen E. Fischer
295 M:      Juergen Fischer <fischer@norbit.de>
296 L:      linux-scsi@vger.kernel.org
297 S:      Maintained
299 ALCATEL SPEEDTOUCH USB DRIVER
300 P:      Duncan Sands
301 M:      duncan.sands@free.fr
302 L:      linux-usb-users@lists.sourceforge.net
303 L:      linux-usb-devel@lists.sourceforge.net
304 W:      http://www.linux-usb.org/SpeedTouch/
305 S:      Maintained
307 ALI1563 I2C DRIVER
308 P:      Rudolf Marek
309 M:      r.marek@assembler.cz
310 L:      i2c@lm-sensors.org
311 S:      Maintained
313 ALPHA PORT
314 P:      Richard Henderson
315 M:      rth@twiddle.net
316 S:      Odd Fixes for 2.4; Maintained for 2.6.
317 P:      Ivan Kokshaysky
318 M:      ink@jurassic.park.msu.ru
319 S:      Maintained for 2.4; PCI support for 2.6.
321 AMD GEODE PROCESSOR/CHIPSET SUPPORT
322 P:      Jordan Crouse
323 M:      info-linux@geode.amd.com
324 L:      info-linux@geode.amd.com
325 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
326 S:      Supported
328 AMS (Apple Motion Sensor) DRIVER
329 P:      Stelian Pop
330 M:      stelian@popies.net
331 P:      Michael Hanselmann
332 M:      linux-kernel@hansmi.ch
333 S:      Supported
335 AMSO1100 RNIC DRIVER
336 P:      Tom Tucker
337 M:      tom@opengridcomputing.com
338 P:      Steve Wise
339 M:      swise@opengridcomputing.com
340 L:      openib-general@openib.org
341 S:      Maintained
343 AOA (Apple Onboard Audio) ALSA DRIVER
344 P:      Johannes Berg
345 M:      johannes@sipsolutions.net
346 L:      linuxppc-dev@ozlabs.org
347 L:      alsa-devel@alsa-project.org
348 S:      Maintained
350 APM DRIVER
351 P:      Stephen Rothwell
352 M:      sfr@canb.auug.org.au
353 L:      linux-laptop@vger.kernel.org
354 W:      http://www.canb.auug.org.au/~sfr/
355 S:      Supported
357 APPLETALK NETWORK LAYER
358 P:      Arnaldo Carvalho de Melo
359 M:      acme@conectiva.com.br
360 S:      Maintained
362 ARC FRAMEBUFFER DRIVER
363 P:      Jaya Kumar
364 M:      jayalk@intworks.biz
365 S:      Maintained
367 ARM26 ARCHITECTURE
368 P:      Ian Molton
369 M:      spyro@f2s.com
370 S:      Maintained
372 ARM26/ARCHIMEDES
373 P:      Ian Molton
374 M:      spyro@f2s.com
375 S:      Maintained
377 ARM26/A5000
378 P:      John Appleby
379 M:      john@dnsworld.co.uk
380 S:      Maintained
382 ARM MFM AND FLOPPY DRIVERS
383 P:      Ian Molton
384 M:      spyro@f2s.com
385 S:      Maintained
387 ARM/ADI ROADRUNNER MACHINE SUPPORT
388 P:      Lennert Buytenhek
389 M:      kernel@wantstofly.org
390 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
391 S:      Maintained
393 ARM/ADS SPHERE MACHINE SUPPORT
394 P:      Lennert Buytenhek
395 M:      kernel@wantstofly.org
396 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
397 S:      Maintained
399 ARM/AJECO 1ARM MACHINE SUPPORT
400 P:      Lennert Buytenhek
401 M:      kernel@wantstofly.org
402 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
403 S:      Maintained
405 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
406 P:      Andrew Victor
407 M:      andrew@sanpeople.com
408 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
409 W:      http://maxim.org.za/at91_26.html
410 S:      Maintained
412 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
413 P:      Lennert Buytenhek
414 M:      kernel@wantstofly.org
415 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
416 S:      Maintained
418 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
419 P:      Lennert Buytenhek
420 M:      kernel@wantstofly.org
421 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
422 S:      Maintained
424 ARM/CORGI MACHINE SUPPORT
425 P:      Richard Purdie
426 M:      rpurdie@rpsys.net
427 S:      Maintained
429 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
430 P:      Lennert Buytenhek
431 M:      kernel@wantstofly.org
432 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
433 S:      Maintained
435 ARM/HP JORNADA 7XX MACHINE SUPPORT
436 P:      Kristoffer Ericson
437 M:      kristoffer_e1@hotmail.com
438 W:      www.jlime.com
439 S:      Maintained
441 ARM/INTEL IOP32X ARM ARCHITECTURE
442 P:      Lennert Buytenhek
443 M:      kernel@wantstofly.org
444 P:      Dan Williams
445 M:      dan.j.williams@intel.com
446 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
447 S:      Supported
449 ARM/INTEL IOP33X ARM ARCHITECTURE
450 P:      Dan Williams
451 M:      dan.j.williams@intel.com
452 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
453 S:      Supported
455 ARM/INTEL IOP13XX ARM ARCHITECTURE
456 P:      Lennert Buytenhek
457 M:      kernel@wantstofly.org
458 P:      Dan Williams
459 M:      dan.j.williams@intel.com
460 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
461 S:      Supported
463 ARM/INTEL IQ81342EX MACHINE SUPPORT
464 P:      Lennert Buytenhek
465 M:      kernel@wantstofly.org
466 P:      Dan Williams
467 M:      dan.j.williams@intel.com
468 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
469 S:      Supported
471 ARM/INTEL IXP2000 ARM ARCHITECTURE
472 P:      Lennert Buytenhek
473 M:      kernel@wantstofly.org
474 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
475 S:      Maintained
477 ARM/INTEL IXDP2850 MACHINE SUPPORT
478 P:      Lennert Buytenhek
479 M:      kernel@wantstofly.org
480 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
481 S:      Maintained
483 ARM/INTEL IXP23XX ARM ARCHITECTURE
484 P:      Lennert Buytenhek
485 M:      kernel@wantstofly.org
486 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487 S:      Maintained
489 ARM/INTEL XSC3 (MANZANO) ARM CORE
490 P:      Lennert Buytenhek
491 M:      kernel@wantstofly.org
492 P:      Dan Williams
493 M:      dan.j.williams@intel.com
494 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
495 S:      Supported
497 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
498 P:      Lennert Buytenhek
499 M:      kernel@wantstofly.org
500 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
501 S:      Maintained
503 ARM/LOGICPD PXA270 MACHINE SUPPORT
504 P:      Lennert Buytenhek
505 M:      kernel@wantstofly.org
506 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
507 S:      Maintained
509 ARM/TOSA MACHINE SUPPORT
510 P:      Dirk Opfer
511 M:      dirk@opfer-online.de
512 S:      Maintained
514 ARM/PLEB SUPPORT
515 P:      Peter Chubb
516 M:      pleb@gelato.unsw.edu.au
517 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
518 S:      Maintained
520 ARM/PT DIGITAL BOARD PORT
521 P:      Stefan Eletzhofer
522 M:      stefan.eletzhofer@eletztrick.de
523 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
524 W:      http://www.arm.linux.org.uk/
525 S:      Maintained
527 ARM/RADISYS ENP2611 MACHINE SUPPORT
528 P:      Lennert Buytenhek
529 M:      kernel@wantstofly.org
530 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
531 S:      Maintained
533 ARM/SHARK MACHINE SUPPORT
534 P:      Alexander Schulz
535 M:      alex@shark-linux.de
536 W:      http://www.shark-linux.de/shark.html
537 S:      Maintained
539 ARM/STRONGARM110 PORT
540 P:      Russell King
541 M:      rmk@arm.linux.org.uk
542 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
543 W:      http://www.arm.linux.org.uk/
544 S:      Maintained
546 ARM/S3C2410 ARM ARCHITECTURE
547 P:      Ben Dooks
548 M:      ben-linux@fluff.org
549 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
550 W:      http://www.fluff.org/ben/linux/
551 S:      Maintained
553 ARM/S3C2440 ARM ARCHITECTURE
554 P:      Ben Dooks
555 M:      ben-linux@fluff.org
556 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
557 W:      http://www.fluff.org/ben/linux/
558 S:      Maintained
560 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
561 P:      Lennert Buytenhek
562 M:      kernel@wantstofly.org
563 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564 S:      Maintained
566 ARM/THECUS N2100 MACHINE SUPPORT
567 P:      Lennert Buytenhek
568 M:      kernel@wantstofly.org
569 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
570 S:      Maintained
572 ARPD SUPPORT
573 P:      Jonathan Layes
574 L:      netdev@vger.kernel.org
575 S:      Maintained
577 ASUS ACPI EXTRAS DRIVER
578 P:      Corentin Chary
579 M:      corentincj@iksaif.net
580 P:      Karol Kozimor
581 M:      sziwan@users.sourceforge.net
582 L:      acpi4asus-user@lists.sourceforge.net
583 W:      http://sourceforge.net/projects/acpi4asus
584 W:      http://xf.iksaif.net/acpi4asus
585 S:      Maintained
587 ATA OVER ETHERNET DRIVER
588 P:      Ed L. Cashin
589 M:      ecashin@coraid.com
590 W:      http://www.coraid.com/support/linux
591 S:      Supported
594 P:      Chas Williams
595 M:      chas@cmf.nrl.navy.mil
596 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
597 W:      http://linux-atm.sourceforge.net
598 S:      Maintained
600 ATMEL MACB ETHERNET DRIVER
601 P:      Haavard Skinnemoen
602 M:      hskinnemoen@atmel.com
603 S:      Supported
605 ATMEL WIRELESS DRIVER
606 P:      Simon Kelley
607 M:      simon@thekelleys.org.uk
608 W:      http://www.thekelleys.org.uk/atmel
609 W:      http://atmelwlandriver.sourceforge.net/
610 S:      Maintained
612 AUDIT SUBSYSTEM
613 P:      David Woodhouse
614 M:      dwmw2@infradead.org
615 L:      linux-audit@redhat.com
616 W:      http://people.redhat.com/sgrubb/audit/
617 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
618 S:      Maintained
620 AVR32 ARCHITECTURE
621 P:      Haavard Skinnemoen
622 M:      hskinnemoen@atmel.com
623 W:      http://www.atmel.com/products/AVR32/
624 W:      http://avr32linux.org/
625 W:      http://avrfreaks.net/
626 S:      Supported
628 AVR32/AT32AP MACHINE SUPPORT
629 P:      Haavard Skinnemoen
630 M:      hskinnemoen@atmel.com
631 S:      Supported
633 AX.25 NETWORK LAYER
634 P:      Ralf Baechle
635 M:      ralf@linux-mips.org
636 L:      linux-hams@vger.kernel.org
637 W:      http://www.linux-ax25.org/
638 S:      Maintained
640 BAYCOM/HDLCDRV DRIVERS FOR AX.25
641 P:      Thomas Sailer
642 M:      t.sailer@alumni.ethz.ch
643 L:      linux-hams@vger.kernel.org
644 W:      http://www.baycom.org/~tom/ham/ham.html
645 S:      Maintained
647 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
648 P:      Larry Finger
649 M:      Larry.Finger@lwfinger.net
650 P:      Stefano Brivio
651 M:      st3@riseup.net
652 W:      http://bcm43xx.berlios.de/
653 S:      Maintained
655 BEFS FILE SYSTEM
656 P:      Sergey S. Kostyliov
657 M:      rathamahata@php4.ru
658 L:      linux-kernel@vger.kernel.org
659 S:      Maintained
661 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
662 P:      Kenji Hollis
663 W:      http://ftp.bitgate.com/pcwd/
664 S:      Maintained
666 BFS FILE SYSTEM
667 P:      Tigran A. Aivazian
668 M:      tigran@aivazian.fsnet.co.uk
669 L:      linux-kernel@vger.kernel.org
670 S:      Maintained
672 BLOCK LAYER
673 P:      Jens Axboe
674 M:      axboe@kernel.dk
675 L:      linux-kernel@vger.kernel.org
676 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
677 S:      Maintained
679 BLUETOOTH SUBSYSTEM
680 P:      Marcel Holtmann
681 M:      marcel@holtmann.org
682 P:      Maxim Krasnyansky
683 M:      maxk@qualcomm.com
684 L:      bluez-devel@lists.sf.net
685 W:      http://bluez.sf.net
686 W:      http://www.bluez.org
687 W:      http://www.holtmann.org/linux/bluetooth/
688 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
689 S:      Maintained
691 BLUETOOTH RFCOMM LAYER
692 P:      Marcel Holtmann
693 M:      marcel@holtmann.org
694 P:      Maxim Krasnyansky
695 M:      maxk@qualcomm.com
696 S:      Maintained
698 BLUETOOTH BNEP LAYER
699 P:      Marcel Holtmann
700 M:      marcel@holtmann.org
701 P:      Maxim Krasnyansky
702 M:      maxk@qualcomm.com
703 S:      Maintained
705 BLUETOOTH CMTP LAYER
706 P:      Marcel Holtmann
707 M:      marcel@holtmann.org
708 S:      Maintained
710 BLUETOOTH HIDP LAYER
711 P:      Marcel Holtmann
712 M:      marcel@holtmann.org
713 S:      Maintained
715 BLUETOOTH HCI UART DRIVER
716 P:      Marcel Holtmann
717 M:      marcel@holtmann.org
718 P:      Maxim Krasnyansky
719 M:      maxk@qualcomm.com
720 S:      Maintained
722 BLUETOOTH HCI USB DRIVER
723 P:      Marcel Holtmann
724 M:      marcel@holtmann.org
725 P:      Maxim Krasnyansky
726 M:      maxk@qualcomm.com
727 S:      Maintained
729 BLUETOOTH HCI BCM203X DRIVER
730 P:      Marcel Holtmann
731 M:      marcel@holtmann.org
732 S:      Maintained
734 BLUETOOTH HCI BPA10X DRIVER
735 P:      Marcel Holtmann
736 M:      marcel@holtmann.org
737 S:      Maintained
739 BLUETOOTH HCI BFUSB DRIVER
740 P:      Marcel Holtmann
741 M:      marcel@holtmann.org
742 S:      Maintained
744 BLUETOOTH HCI DTL1 DRIVER
745 P:      Marcel Holtmann
746 M:      marcel@holtmann.org
747 S:      Maintained
749 BLUETOOTH HCI BLUECARD DRIVER
750 P:      Marcel Holtmann
751 M:      marcel@holtmann.org
752 S:      Maintained
754 BLUETOOTH HCI BT3C DRIVER
755 P:      Marcel Holtmann
756 M:      marcel@holtmann.org
757 S:      Maintained
759 BLUETOOTH HCI BTUART DRIVER
760 P:      Marcel Holtmann
761 M:      marcel@holtmann.org
762 S:      Maintained
764 BLUETOOTH HCI VHCI DRIVER
765 P:      Maxim Krasnyansky
766 M:      maxk@qualcomm.com
767 S:      Maintained
769 BONDING DRIVER
770 P:      Chad Tindel
771 M:      ctindel@users.sourceforge.net
772 P:      Jay Vosburgh
773 M:      fubar@us.ibm.com
774 L:      bonding-devel@lists.sourceforge.net
775 W:      http://sourceforge.net/projects/bonding/
776 S:      Supported
778 BROADBAND PROCESSOR ARCHITECTURE
779 P:      Arnd Bergmann
780 M:      arnd@arndb.de
781 L:      linuxppc-dev@ozlabs.org
782 W:      http://www.penguinppc.org/ppc64/
783 S:      Supported
785 BROADCOM B44 10/100 ETHERNET DRIVER
786 P:      Gary Zambrano
787 M:      zambrano@broadcom.com
788 L:      netdev@vger.kernel.org
789 S:      Supported
791 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
792 P:      Michael Chan
793 M:      mchan@broadcom.com
794 L:      netdev@vger.kernel.org
795 S:      Supported
797 BROADCOM TG3 GIGABIT ETHERNET DRIVER
798 P:      Michael Chan
799 M:      mchan@broadcom.com
800 L:      netdev@vger.kernel.org
801 S:      Supported
803 BTTV VIDEO4LINUX DRIVER
804 P:      Mauro Carvalho Chehab
805 M:      mchehab@infradead.org
806 M:      v4l-dvb-maintainer@linuxtv.org
807 L:      video4linux-list@redhat.com
808 W:      http://linuxtv.org
809 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
810 S:      Maintained
812 CALGARY x86-64 IOMMU
813 P:      Muli Ben-Yehuda
814 M:      muli@il.ibm.com
815 P:      Jon D. Mason
816 M:      jdmason@kudzu.us
817 L:      linux-kernel@vger.kernel.org
818 L:      discuss@x86-64.org
819 S:      Maintained
821 COMMON INTERNET FILE SYSTEM (CIFS)
822 P:      Steve French
823 M:      sfrench@samba.org
824 L:      linux-cifs-client@lists.samba.org
825 L:      samba-technical@lists.samba.org
826 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
827 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
828 S:      Supported       
830 CONFIGFS
831 P:      Joel Becker
832 M:      joel.becker@oracle.com
833 L:      linux-kernel@vger.kernel.org
834 S:      Supported
836 CIRRUS LOGIC EP93XX ETHERNET DRIVER
837 P:      Lennert Buytenhek
838 M:      kernel@wantstofly.org
839 L:      netdev@vger.kernel.org
840 S:      Maintained
842 CIRRUS LOGIC GENERIC FBDEV DRIVER
843 P:      Jeff Garzik
844 M:      jgarzik@pobox.com
845 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
846 S:      Odd Fixes
848 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
849 P:      Lennert Buytenhek
850 M:      kernel@wantstofly.org
851 L:      linux-usb-devel@lists.sourceforge.net
852 S:      Maintained
854 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
855 P:      Cirrus Logic Corporation (kernel 2.2 driver)
856 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
857 P:      Nils Faerber (port to kernel 2.4)
858 M:      Nils Faerber <nils@kernelconcepts.de>
859 S:      Maintained
861 CODA FILE SYSTEM
862 P:      Jan Harkes
863 M:      jaharkes@cs.cmu.edu
864 M:      coda@cs.cmu.edu
865 L:      codalist@coda.cs.cmu.edu
866 W:      http://www.coda.cs.cmu.edu/
867 S:      Maintained
869 COMPACTPCI HOTPLUG CORE
870 P:      Scott Murray
871 M:      scottm@somanetworks.com
872 M:      scott@spiteful.org
873 L:      pcihpd-discuss@lists.sourceforge.net
874 S:      Supported
876 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
877 P:      Scott Murray
878 M:      scottm@somanetworks.com
879 M:      scott@spiteful.org
880 L:      pcihpd-discuss@lists.sourceforge.net
881 S:      Supported
883 COMPACTPCI HOTPLUG GENERIC DRIVER
884 P:      Scott Murray
885 M:      scottm@somanetworks.com
886 M:      scott@spiteful.org
887 L:      pcihpd-discuss@lists.sourceforge.net
888 S:      Supported
890 COMPUTONE INTELLIPORT MULTIPORT CARD
891 P:      Michael H. Warfield
892 M:      mhw@wittsend.com
893 W:      http://www.wittsend.com/computone.html
894 S:      Maintained
896 COSA/SRP SYNC SERIAL DRIVER
897 P:      Jan "Yenya" Kasprzak
898 M:      kas@fi.muni.cz
899 W:      http://www.fi.muni.cz/~kas/cosa/
900 S:      Maintained
902 CPU FREQUENCY DRIVERS
903 P:      Dave Jones
904 M:      davej@codemonkey.org.uk
905 L:      cpufreq@lists.linux.org.uk
906 W:      http://www.codemonkey.org.uk/projects/cpufreq/
907 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
908 S:      Maintained
910 CPUID/MSR DRIVER
911 P:      H. Peter Anvin
912 M:      hpa@zytor.com
913 S:      Maintained
915 CPUSETS
916 P:      Paul Jackson
917 P:      Simon Derr
918 M:      pj@sgi.com
919 M:      simon.derr@bull.net
920 L:      linux-kernel@vger.kernel.org
921 W:      http://www.bullopensource.org/cpuset/
922 S:      Supported
924 CRAMFS FILESYSTEM
925 W:      http://sourceforge.net/projects/cramfs/
926 S:      Orphan
928 CRIS PORT
929 P:      Mikael Starvik
930 M:      starvik@axis.com
931 L:      dev-etrax@axis.com
932 W:      http://developer.axis.com
933 S:      Maintained
935 CRYPTO API
936 P:      Herbert Xu
937 M:      herbert@gondor.apana.org.au
938 P:      David S. Miller
939 M:      davem@davemloft.net
940 L:      linux-crypto@vger.kernel.org
941 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
942 S:      Maintained
944 CS5535 Audio ALSA driver
945 P:      Jaya Kumar
946 M:      jayakumar.alsa@gmail.com
947 S:      Maintained
949 CYBERPRO FB DRIVER
950 P:      Russell King
951 M:      rmk@arm.linux.org.uk
952 W:      http://www.arm.linux.org.uk/
953 S:      Maintained
955 CYBLAFB FRAMEBUFFER DRIVER
956 P:      Knut Petersen
957 M:      Knut_Petersen@t-online.de
958 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
959 S:      Maintained
961 CYCLADES 2X SYNC CARD DRIVER
962 P:      Arnaldo Carvalho de Melo
963 M:      acme@conectiva.com.br
964 W:      http://advogato.org/person/acme
965 L:      cycsyn-devel@bazar.conectiva.com.br
966 S:      Maintained
968 CYCLADES ASYNC MUX DRIVER
969 M:      async@cyclades.com
970 W:      http://www.cyclades.com/
971 S:      Supported
973 CYCLADES PC300 DRIVER
974 M:      pc300@cyclades.com
975 W:      http://www.cyclades.com/
976 S:      Supported
978 DAMA SLAVE for AX.25
979 P:      Joerg Reuter
980 M:      jreuter@yaina.de
981 W:      http://yaina.de/jreuter/
982 W:      http://www.qsl.net/dl1bke/
983 L:      linux-hams@vger.kernel.org
984 S:      Maintained
986 DC395x SCSI driver
987 P:      Oliver Neukum
988 M:      oliver@neukum.name
989 P:      Ali Akcaagac
990 M:      aliakc@web.de
991 P:      Jamie Lenehan
992 M:      lenehan@twibble.org
993 W:      http://twibble.org/dist/dc395x/
994 L:      dc395x@twibble.org
995 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
996 S:      Maintained
998 DC390/AM53C974 SCSI driver
999 P:      Kurt Garloff
1000 M:      garloff@suse.de
1001 W:      http://www.garloff.de/kurt/linux/dc390/
1002 P:      Guennadi Liakhovetski
1003 M:      g.liakhovetski@gmx.de
1004 S:      Maintained
1006 DCCP PROTOCOL
1007 P:      Arnaldo Carvalho de Melo
1008 M:      acme@mandriva.com
1009 L:      dccp@vger.kernel.org
1010 W:      http://linux-net.osdl.org/index.php/DCCP
1011 S:      Maintained
1013 DECnet NETWORK LAYER
1014 P:      Patrick Caulfield
1015 M:      patrick@tykepenguin.com
1016 W:      http://linux-decnet.sourceforge.net
1017 L:      linux-decnet-user@lists.sourceforge.net
1018 S:      Maintained
1020 DEFXX FDDI NETWORK DRIVER
1021 P:      Maciej W. Rozycki
1022 M:      macro@linux-mips.org
1023 S:      Maintained
1025 DELL LAPTOP SMM DRIVER
1026 P:      Massimo Dal Zotto
1027 M:      dz@debian.org
1028 W:      http://www.debian.org/~dz/i8k/
1029 S:      Maintained
1031 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1032 P:      Doug Warzecha
1033 M:      Douglas_Warzecha@dell.com
1034 S:      Maintained
1036 DEVICE-MAPPER  (LVM)
1037 P:      Alasdair Kergon
1038 L:      dm-devel@redhat.com
1039 W:      http://sources.redhat.com/dm
1040 S:      Maintained
1042 DEVICE NUMBER REGISTRY
1043 P:      Torben Mathiasen
1044 M:      device@lanana.org
1045 W:      http://lanana.org/docs/device-list/index.html
1046 L:      linux-kernel@vger.kernel.org
1047 S:      Maintained
1049 DEVICE FILESYSTEM
1050 S:      Obsolete
1052 DIGI INTL. EPCA DRIVER
1053 P:      Digi International, Inc
1054 M:      Eng.Linux@digi.com
1055 L:      Eng.Linux@digi.com
1056 W:      http://www.digi.com
1057 S:      Orphaned
1059 DIGI RIGHTSWITCH NETWORK DRIVER
1060 P:      Rick Richardson
1061 L:      netdev@vger.kernel.org
1062 W:      http://www.digi.com
1063 S:      Orphaned
1065 DIRECTORY NOTIFICATION
1066 P:      Stephen Rothwell
1067 M:      sfr@canb.auug.org.au
1068 L:      linux-kernel@vger.kernel.org
1069 S:      Supported
1071 DISK GEOMETRY AND PARTITION HANDLING
1072 P:      Andries Brouwer
1073 M:      aeb@cwi.nl
1074 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1075 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1076 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1077 S:      Maintained
1079 DISKQUOTA:
1080 P:      Jan Kara
1081 M:      jack@suse.cz
1082 L:      linux-kernel@vger.kernel.org
1083 S:      Maintained
1085 DISTRIBUTED LOCK MANAGER
1086 P:      Patrick Caulfield
1087 M:      pcaulfie@redhat.com
1088 P:      David Teigland
1089 M:      teigland@redhat.com
1090 L:      cluster-devel@redhat.com
1091 W:      http://sources.redhat.com/cluster/
1092 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1093 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1094 S:      Supported
1096 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1097 P:      Tobias Ringstrom
1098 M:      tori@unhappy.mine.nu
1099 L:      linux-kernel@vger.kernel.org
1100 S:      Maintained
1102 DOCBOOK FOR DOCUMENTATION
1103 P:      Randy Dunlap
1104 M:      rdunlap@xenotime.net
1105 S:      Maintained
1107 DOCKING STATION DRIVER
1108 P:      Kristen Carlson Accardi
1109 M:      kristen.c.accardi@intel.com
1110 L:      linux-acpi@vger.kernel.org
1111 S:      Supported
1113 DOUBLETALK DRIVER
1114 P:      James R. Van Zandt
1115 M:      jrv@vanzandt.mv.com
1116 L:      blinux-list@redhat.com
1117 S:      Maintained
1119 DRIVER CORE, KOBJECTS, AND SYSFS
1120 P:      Greg Kroah-Hartman
1121 M:      gregkh@suse.de
1122 L:      linux-kernel@vger.kernel.org
1123 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1124 S:      Supported
1126 DRM DRIVERS
1127 P:      David Airlie
1128 M:      airlied@linux.ie
1129 L:      dri-devel@lists.sourceforge.net
1130 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1131 S:      Maintained
1133 DSCC4 DRIVER
1134 P:      Francois Romieu
1135 M:      romieu@fr.zoreil.com
1136 L:      netdev@vger.kernel.org
1137 S:      Maintained
1139 DVB SUBSYSTEM AND DRIVERS
1140 P:      LinuxTV.org Project
1141 M:      v4l-dvb-maintainer@linuxtv.org
1142 L:      linux-dvb@linuxtv.org (subscription required)
1143 W:      http://linuxtv.org/
1144 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1145 S:      Maintained
1147 EATA-DMA SCSI DRIVER
1148 P:      Michael Neuffer
1149 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1150 S:      Maintained
1152 EATA ISA/EISA/PCI SCSI DRIVER
1153 P:      Dario Ballabio
1154 M:      ballabio_dario@emc.com
1155 L:      linux-scsi@vger.kernel.org
1156 S:      Maintained
1158 EATA-PIO SCSI DRIVER
1159 P:      Michael Neuffer
1160 M:      mike@i-Connect.Net
1161 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1162 S:      Maintained
1164 EBTABLES
1165 P:      Bart De Schuymer
1166 M:      bart.de.schuymer@pandora.be
1167 L:      ebtables-user@lists.sourceforge.net
1168 L:      ebtables-devel@lists.sourceforge.net
1169 W:      http://ebtables.sourceforge.net/
1170 S:      Maintained
1172 ECRYPT FILE SYSTEM
1173 P:      Mike Halcrow, Phillip Hellewell
1174 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1175 L:      ecryptfs-devel@lists.sourceforge.net
1176 W:      http://ecryptfs.sourceforge.net/
1177 S:      Supported
1179 EDAC-CORE
1180 P:      Doug Thompson
1181 M:      norsk5@xmission.com
1182 L:      bluesmoke-devel@lists.sourceforge.net
1183 W:      bluesmoke.sourceforge.net
1184 S:      Supported
1186 EDAC-E752X
1187 P:      Mark Gross
1188 M:      mark.gross@intel.com
1189 L:      bluesmoke-devel@lists.sourceforge.net
1190 W:      bluesmoke.sourceforge.net
1191 S:      Maintained
1193 EDAC-E7XXX
1194 P:      Doug Thompson
1195 M:      norsk5@xmission.com
1196 L:      bluesmoke-devel@lists.sourceforge.net
1197 W:      bluesmoke.sourceforge.net
1198 S:      Maintained
1200 EDAC-R82600
1201 P:      Tim Small
1202 M:      tim@buttersideup.com
1203 L:      bluesmoke-devel@lists.sourceforge.net
1204 W:      bluesmoke.sourceforge.net
1205 S:      Maintained
1207 EEPRO100 NETWORK DRIVER
1208 P:      Andrey V. Savochkin
1209 M:      saw@saw.sw.com.sg
1210 S:      Maintained
1212 EFS FILESYSTEM
1213 W:      http://aeschi.ch.eu.org/efs/
1214 S:      Orphan
1216 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1217 P:      Hoang-Nam Nguyen
1218 M:      hnguyen@de.ibm.com
1219 P:      Christoph Raisch
1220 M:      raisch@de.ibm.com
1221 L:      openib-general@openib.org
1222 S:      Supported
1224 EMU10K1 SOUND DRIVER
1225 P:      James Courtier-Dutton
1226 M:      James@superbug.demon.co.uk
1227 L:      emu10k1-devel@lists.sourceforge.net
1228 W:      http://sourceforge.net/projects/emu10k1/
1229 S:      Maintained
1231 EMULEX LPFC FC SCSI DRIVER
1232 P:      James Smart
1233 M:      james.smart@emulex.com
1234 L:      linux-scsi@vger.kernel.org
1235 W:      http://sourceforge.net/projects/lpfcxxxx
1236 S:      Supported
1238 EPSON 1355 FRAMEBUFFER DRIVER
1239 P:      Christopher Hoover
1240 M:      ch@murgatroid.com, ch@hpl.hp.com
1241 S:      Maintained
1243 ETHEREXPRESS-16 NETWORK DRIVER
1244 P:      Philip Blundell
1245 M:      philb@gnu.org
1246 L:      netdev@vger.kernel.org
1247 S:      Maintained
1249 ETHERNET BRIDGE
1250 P:      Stephen Hemminger
1251 M:      shemminger@linux-foundation.org
1252 L:      bridge@osdl.org
1253 W:      http://bridge.sourceforge.net/
1254 S:      Maintained
1256 ETHERTEAM 16I DRIVER
1257 P:      Mika Kuoppala
1258 M:      miku@iki.fi
1259 S:      Maintained
1261 EXT2 FILE SYSTEM
1262 L:      linux-ext4@vger.kernel.org
1263 S:      Maintained
1265 EXT3 FILE SYSTEM
1266 P:      Stephen Tweedie, Andrew Morton
1267 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1268 L:      linux-ext4@vger.kernel.org
1269 S:      Maintained
1271 EXT4 FILE SYSTEM
1272 P:      Stephen Tweedie, Andrew Morton
1273 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1274 L:      linux-ext4@vger.kernel.org
1275 S:      Maintained
1277 F71805F HARDWARE MONITORING DRIVER
1278 P:      Jean Delvare
1279 M:      khali@linux-fr.org
1280 L:      lm-sensors@lm-sensors.org
1281 S:      Maintained
1283 FARSYNC SYNCHRONOUS DRIVER
1284 P:      Kevin Curtis
1285 M:      kevin.curtis@farsite.co.uk
1286 W:      http://www.farsite.co.uk/
1287 S:      Supported
1289 FRAMEBUFFER LAYER
1290 P:      Antonino Daplas
1291 M:      adaplas@pol.net
1292 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1293 W:      http://linux-fbdev.sourceforge.net/
1294 S:      Maintained
1296 FREESCALE SOC FS_ENET DRIVER
1297 P:      Pantelis Antoniou
1298 M:      pantelis.antoniou@gmail.com
1299 P:      Vitaly Bordug
1300 M:      vbordug@ru.mvista.com
1301 L:      linuxppc-embedded@ozlabs.org
1302 L:      netdev@vger.kernel.org
1303 S:      Maintained
1305 FILE LOCKING (flock() and fcntl()/lockf())
1306 P:      Matthew Wilcox
1307 M:      matthew@wil.cx
1308 L:      linux-fsdevel@vger.kernel.org
1309 S:      Maintained
1311 FILESYSTEMS (VFS and infrastructure)
1312 P:      Alexander Viro
1313 M:      viro@zeniv.linux.org.uk
1314 S:      Maintained
1316 FIRMWARE LOADER (request_firmware)
1317 L:      linux-kernel@vger.kernel.org
1318 S:      Orphan
1320 FPU EMULATOR
1321 P:      Bill Metzenthen
1322 M:      billm@suburbia.net
1323 W:      http://suburbia.net/~billm/floating-point/emulator/
1324 S:      Maintained
1326 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1327 P:      Mike McLagan
1328 M:      mike.mclagan@linux.org
1329 L:      netdev@vger.kernel.org
1330 S:      Maintained
1332 FREEVXFS FILESYSTEM
1333 P:      Christoph Hellwig
1334 M:      hch@infradead.org
1335 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1336 S:      Maintained
1338 FUJITSU FR-V PORT
1339 P:      David Howells
1340 M:      dhowells@redhat.com
1341 S:      Maintained
1343 FUSE: FILESYSTEM IN USERSPACE
1344 P:      Miklos Szeredi
1345 M:      miklos@szeredi.hu
1346 L:      fuse-devel@lists.sourceforge.net
1347 W:      http://fuse.sourceforge.net/
1348 S:      Maintained
1350 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1351 P:      Rik Faith
1352 M:      faith@cs.unc.edu
1353 L:      linux-scsi@vger.kernel.org
1354 S:      Odd fixes (e.g., new signatures)
1356 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1357 P:      Achim Leubner
1358 M:      achim_leubner@adaptec.com
1359 L:      linux-scsi@vger.kernel.org
1360 W:      http://www.icp-vortex.com/
1361 S:      Supported
1363 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1364 P:      Krzysztof Halasa
1365 M:      khc@pm.waw.pl
1366 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1367 S:      Maintained
1369 GFS2 FILE SYSTEM
1370 P:      Steven Whitehouse
1371 M:      swhiteho@redhat.com
1372 L:      cluster-devel@redhat.com
1373 W:      http://sources.redhat.com/cluster/
1374 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1375 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1376 S:      Supported
1378 GIGASET ISDN DRIVERS
1379 P:      Hansjoerg Lipp
1380 M:      hjlipp@web.de
1381 P:      Tilman Schmidt
1382 M:      tilman@imap.cc
1383 L:      gigaset307x-common@lists.sourceforge.net
1384 W:      http://gigaset307x.sourceforge.net/
1385 S:      Maintained
1387 HARDWARE MONITORING
1388 P:      Jean Delvare
1389 M:      khali@linux-fr.org
1390 L:      lm-sensors@lm-sensors.org
1391 W:      http://www.lm-sensors.org/
1392 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-hwmon/
1393 S:      Maintained
1395 HARDWARE RANDOM NUMBER GENERATOR CORE
1396 P:      Michael Buesch
1397 M:      mb@bu3sch.de
1398 S:      Maintained
1400 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1401 P:      Robert Love
1402 M:      rlove@rlove.org
1403 M:      linux-kernel@vger.kernel.org
1404 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1405 S:      Maintained
1407 HARMONY SOUND DRIVER
1408 P:      Kyle McMartin
1409 M:      kyle@parisc-linux.org
1410 W:      http://www.parisc-linux.org/~kyle/harmony/
1411 L:      parisc-linux@lists.parisc-linux.org
1412 S:      Maintained
1414 HAYES ESP SERIAL DRIVER
1415 P:      Andrew J. Robinson
1416 M:      arobinso@nyx.net
1417 L:      linux-kernel@vger.kernel.org
1418 W:      http://www.nyx.net/~arobinso
1419 S:      Maintained
1421 HFS FILESYSTEM
1422 P:      Roman Zippel
1423 M:      zippel@linux-m68k.org
1424 L:      linux-kernel@vger.kernel.org
1425 S:      Maintained
1427 HGA FRAMEBUFFER DRIVER
1428 P:      Ferenc Bakonyi
1429 M:      fero@drama.obuda.kando.hu
1430 L:      linux-nvidia@lists.surfsouth.com
1431 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1432 S:      Maintained
1434 HID CORE LAYER
1435 P:      Jiri Kosina
1436 M:      jkosina@suse.cz
1437 L:      linux-input@atrey.karlin.mff.cuni.cz
1438 S:      Maintained
1440 HIGH-SPEED SCC DRIVER FOR AX.25
1441 P:      Klaus Kudielka
1442 M:      klaus.kudielka@ieee.org
1443 L:      linux-hams@vger.kernel.org
1444 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1445 S:      Maintained
1447 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1448 P:      HighPoint Linux Team
1449 M:      linux@highpoint-tech.com
1450 W:      http://www.highpoint-tech.com
1451 S:      Supported
1453 HIPPI
1454 P:      Jes Sorensen
1455 M:      jes@trained-monkey.org
1456 L:      linux-hippi@sunsite.dk
1457 S:      Maintained
1459 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1460 P:      Chirag Kantharia
1461 M:      chirag.kantharia@hp.com
1462 L:      iss_storagedev@hp.com
1463 S:      Maintained
1465 HEWLETT-PACKARD SMART2 RAID DRIVER
1466 P:      Chirag Kantharia
1467 M:      chirag.kantharia@hp.com
1468 L:      iss_storagedev@hp.com
1469 S:      Maintained
1471 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1472 P:      Mike Miller
1473 M:      mike.miller@hp.com
1474 L:      iss_storagedev@hp.com
1475 S:      Supported
1477 HOST AP DRIVER
1478 P:      Jouni Malinen
1479 M:      jkmaline@cc.hut.fi
1480 L:      hostap@shmoo.com
1481 W:      http://hostap.epitest.fi/
1482 S:      Maintained
1484 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1485 P:      Jaroslav Kysela
1486 M:      perex@suse.cz
1487 S:      Maintained
1489 HPET:   High Precision Event Timers driver (hpet.c)
1490 P:      Clemens Ladisch
1491 M:      clemens@ladisch.de
1492 S:      Maintained
1494 HPET:   i386
1495 P:      Venkatesh Pallipadi (Venki)
1496 M:      venkatesh.pallipadi@intel.com
1497 S:      Maintained
1499 HPET:   x86_64
1500 P:      Andi Kleen and Vojtech Pavlik
1501 M:      ak@muc.de and vojtech@suse.cz
1502 S:      Maintained
1504 HPET:   ACPI hpet.c
1505 P:      Bob Picco
1506 M:      bob.picco@hp.com
1507 S:      Maintained
1509 HPFS FILESYSTEM
1510 P:      Mikulas Patocka
1511 M:      mikulas@artax.karlin.mff.cuni.cz
1512 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1513 S:      Maintained
1515 HUGETLB FILESYSTEM
1516 P:      William Irwin
1517 M:      wli@holomorphy.com
1518 S:      Maintained
1520 I2C SUBSYSTEM
1521 P:      Jean Delvare
1522 M:      khali@linux-fr.org
1523 L:      i2c@lm-sensors.org
1524 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1525 S:      Maintained
1528 P:      Markus Lidel
1529 M:      markus.lidel@shadowconnect.com
1530 W:      http://i2o.shadowconnect.com/
1531 S:      Maintained
1533 i386 BOOT CODE
1534 P:      Riley H. Williams
1535 M:      Riley@Williams.Name
1536 L:      Linux-Kernel@vger.kernel.org
1537 S:      Maintained
1539 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1540 P:      Dave Jones
1541 M:      davej@codemonkey.org.uk
1542 P:      H. Peter Anvin
1543 M:      hpa@zytor.com
1544 S:      Maintained
1546 i810 TCO TIMER WATCHDOG
1547 P:      Nils Faerber
1548 M:      nils@kernelconcepts.de
1549 W:      http://www.kernelconcepts.de/
1550 S:      Maintained
1552 IA64 (Itanium) PLATFORM
1553 P:      Tony Luck
1554 M:      tony.luck@intel.com
1555 L:      linux-ia64@vger.kernel.org
1556 W:      http://www.ia64-linux.org/
1557 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1558 S:      Maintained
1560 SN-IA64 (Itanium) SUB-PLATFORM
1561 P:      Jes Sorensen
1562 M:      jes@sgi.com
1563 L:      linux-altix@sgi.com
1564 L:      linux-ia64@vger.kernel.org
1565 W:      http://www.sgi.com/altix
1566 S:      Maintained
1568 IBM MCA SCSI SUBSYSTEM DRIVER
1569 P:      Michael Lang
1570 M:      langa2@kph.uni-mainz.de
1571 W:      http://www.uni-mainz.de/~langm000/linux.html
1572 S:      Maintained
1574 IBM Power Linux RAID adapter
1575 P:      Brian King
1576 M:      brking@us.ibm.com
1577 S:      Supported
1579 IBM ServeRAID RAID DRIVER
1580 P:      Jack Hammer
1581 P:      Dave Jeffery
1582 M:      ipslinux@adaptec.com
1583 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1584 S:      Supported 
1586 IDE SUBSYSTEM
1587 P:      Bartlomiej Zolnierkiewicz
1588 M:      bzolnier@gmail.com
1589 L:      linux-ide@vger.kernel.org
1590 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1591 S:      Maintained
1593 IDE/ATAPI CDROM DRIVER
1594 P:      Alan Cox
1595 M:      alan@lxorguk.ukuu.org.uk
1596 L:      linux-ide@vger.kernel.org
1597 S:      Maintained
1599 IDE/ATAPI FLOPPY DRIVERS
1600 P:      Paul Bristow
1601 M:      Paul Bristow <paul@paulbristow.net>
1602 W:      http://paulbristow.net/linux/idefloppy.html
1603 L:      linux-kernel@vger.kernel.org
1604 S:      Maintained
1606 IDE/ATAPI TAPE DRIVERS
1607 P:      Gadi Oxman
1608 M:      Gadi Oxman <gadio@netvision.net.il>
1609 L:      linux-kernel@vger.kernel.org
1610 S:      Maintained
1612 IEEE 1394 SUBSYSTEM
1613 P:      Ben Collins
1614 M:      bcollins@debian.org
1615 P:      Stefan Richter
1616 M:      stefanr@s5r6.in-berlin.de
1617 L:      linux1394-devel@lists.sourceforge.net
1618 W:      http://www.linux1394.org/
1619 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1620 S:      Maintained
1622 IEEE 1394 IPV4 DRIVER (eth1394)
1623 P:      Stefan Richter
1624 M:      stefanr@s5r6.in-berlin.de
1625 L:      linux1394-devel@lists.sourceforge.net
1626 S:      Odd Fixes
1628 IEEE 1394 PCILYNX DRIVER
1629 P:      Jody McIntyre
1630 M:      scjody@modernduck.com
1631 P:      Stefan Richter
1632 M:      stefanr@s5r6.in-berlin.de
1633 L:      linux1394-devel@lists.sourceforge.net
1634 S:      Odd Fixes
1636 IEEE 1394 RAW I/O DRIVER
1637 P:      Ben Collins
1638 M:      bcollins@debian.org
1639 P:      Dan Dennedy
1640 M:      dan@dennedy.org
1641 L:      linux1394-devel@lists.sourceforge.net
1642 S:      Maintained
1644 IMS TWINTURBO FRAMEBUFFER DRIVER
1645 P:      Paul Mundt
1646 M:      lethal@chaoticdreams.org
1647 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1648 S:      Maintained
1650 INFINIBAND SUBSYSTEM
1651 P:      Roland Dreier
1652 M:      rolandd@cisco.com
1653 P:      Sean Hefty
1654 M:      mshefty@ichips.intel.com
1655 P:      Hal Rosenstock
1656 M:      halr@voltaire.com
1657 L:      openib-general@openib.org
1658 W:      http://www.openib.org/
1659 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1660 S:      Supported
1662 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1663 P:      Dmitry Torokhov
1664 M:      dmitry.torokhov@gmail.com
1665 M:      dtor@mail.ru
1666 L:      linux-input@atrey.karlin.mff.cuni.cz
1667 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1668 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1669 S:      Maintained
1671 INOTIFY
1672 P:      John McCutchan
1673 M:      ttb@tentacle.dhs.org
1674 P:      Robert Love
1675 M:      rml@novell.com
1676 L:      linux-kernel@vger.kernel.org
1677 S:      Maintained
1679 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1680 P:      Sylvain Meyer
1681 M:      sylvain.meyer@worldonline.fr
1682 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1683 S:      Maintained
1685 INTEL 810/815 FRAMEBUFFER DRIVER
1686 P:      Antonino Daplas
1687 M:      adaplas@pol.net
1688 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1689 S:      Maintained
1691 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1692 P:      Ingo Molnar
1693 M:      mingo@redhat.com
1694 S:      Maintained
1696 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1697 P:      Jeff Garzik
1698 M:      jgarzik@pobox.com
1699 W:      http://sourceforge.net/projects/gkernel/
1700 S:      Maintained
1702 INTEL IA32 MICROCODE UPDATE SUPPORT
1703 P:      Tigran Aivazian
1704 M:      tigran@aivazian.fsnet.co.uk
1705 S:      Maintained
1707 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1708 P:      Deepak Saxena
1709 M:      dsaxena@plexity.net
1710 S:      Maintained
1712 INTEL IXP2000 ETHERNET DRIVER
1713 P:      Lennert Buytenhek
1714 M:      kernel@wantstofly.org
1715 L:      netdev@vger.kernel.org
1716 S:      Maintained
1718 INTEL PRO/100 ETHERNET SUPPORT
1719 P:      John Ronciak
1720 M:      john.ronciak@intel.com
1721 P:      Jesse Brandeburg
1722 M:      jesse.brandeburg@intel.com
1723 P:      Jeff Kirsher
1724 M:      jeffrey.t.kirsher@intel.com
1725 P:      Auke Kok
1726 M:      auke-jan.h.kok@intel.com
1727 W:      http://sourceforge.net/projects/e1000/
1728 S:      Supported
1730 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1731 P:      Jeb Cramer
1732 M:      cramerj@intel.com
1733 P:      John Ronciak
1734 M:      john.ronciak@intel.com
1735 P:      Jesse Brandeburg
1736 M:      jesse.brandeburg@intel.com
1737 P:      Jeff Kirsher
1738 M:      jeffrey.t.kirsher@intel.com
1739 P:      Auke Kok
1740 M:      auke-jan.h.kok@intel.com
1741 W:      http://sourceforge.net/projects/e1000/
1742 S:      Supported
1744 INTEL PRO/10GbE SUPPORT
1745 P:      Jeff Kirsher
1746 M:      jeffrey.t.kirsher@intel.com
1747 P:      Ayyappan Veeraiyan
1748 M:      ayyappan.veeraiyan@intel.com
1749 P:      John Ronciak
1750 M:      john.ronciak@intel.com
1751 P:      Jesse Brandeburg
1752 M:      jesse.brandeburg@intel.com
1753 P:      Auke Kok
1754 M:      auke-jan.h.kok@intel.com
1755 W:      http://sourceforge.net/projects/e1000/
1756 S:      Supported
1758 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1759 P:      Yi Zhu
1760 M:      yi.zhu@intel.com
1761 P:      James Ketrenos
1762 M:      jketreno@linux.intel.com
1763 L:      ipw2100-devel@lists.sourceforge.net
1764 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1765 W:      http://ipw2100.sourceforge.net
1766 S:      Supported
1768 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1769 P:      Yi Zhu
1770 M:      yi.zhu@intel.com
1771 P:      James Ketrenos
1772 M:      jketreno@linux.intel.com
1773 L:      ipw2100-devel@lists.sourceforge.net
1774 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1775 W:      http://ipw2200.sourceforge.net
1776 S:      Supported
1778 IOC3 DRIVER
1779 P:      Ralf Baechle
1780 M:      ralf@linux-mips.org
1781 L:      linux-mips@linux-mips.org
1782 S:      Maintained
1784 IP MASQUERADING:
1785 P:      Juanjo Ciarlante
1786 M:      jjciarla@raiz.uncu.edu.ar
1787 S:      Maintained
1789 IPATH DRIVER:
1790 P:      Bryan O'Sullivan
1791 M:      support@pathscale.com
1792 L:      openib-general@openib.org
1793 S:      Supported
1795 IPMI SUBSYSTEM
1796 P:      Corey Minyard
1797 M:      minyard@acm.org
1798 L:      openipmi-developer@lists.sourceforge.net
1799 W:      http://openipmi.sourceforge.net/
1800 S:      Supported
1802 IPX NETWORK LAYER
1803 P:      Arnaldo Carvalho de Melo
1804 M:      acme@conectiva.com.br
1805 L:      netdev@vger.kernel.org
1806 S:      Maintained
1808 IRDA SUBSYSTEM
1809 P:      Samuel Ortiz
1810 M:      samuel@sortiz.org
1811 L:      irda-users@lists.sourceforge.net (subscribers-only)
1812 W:      http://irda.sourceforge.net/
1813 S:      Maintained
1815 ISAPNP
1816 P:      Jaroslav Kysela
1817 M:      perex@suse.cz
1818 S:      Maintained
1820 ISDN SUBSYSTEM
1821 P:      Karsten Keil
1822 M:      kkeil@suse.de
1823 P:      Kai Germaschewski
1824 M:      kai.germaschewski@gmx.de
1825 L:      isdn4linux@listserv.isdn4linux.de
1826 W:      http://www.isdn4linux.de
1827 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1828 S:      Maintained
1830 ISDN SUBSYSTEM (Eicon active card driver)
1831 P:      Armin Schindler
1832 M:      mac@melware.de
1833 L:      isdn4linux@listserv.isdn4linux.de
1834 W:      http://www.melware.de
1835 S:      Maintained
1837 JOURNALLING FLASH FILE SYSTEM (JFFS)
1838 P:      Axis Communications AB
1839 M:      jffs-dev@axis.com
1840 L:      jffs-dev@axis.com
1841 W:      http://www.developer.axis.com/software/jffs/
1842 S:      Maintained
1844 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1845 P:      David Woodhouse
1846 M:      dwmw2@infradead.org
1847 L:      jffs-dev@axis.com
1848 W:      http://sources.redhat.com/jffs2/
1849 S:      Maintained
1851 JFS FILESYSTEM
1852 P:      Dave Kleikamp
1853 M:      shaggy@austin.ibm.com
1854 L:      jfs-discussion@lists.sourceforge.net
1855 W:      http://jfs.sourceforge.net/
1856 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1857 S:      Supported
1859 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1860 P:      Stephen Tweedie, Andrew Morton
1861 M:      sct@redhat.com, akpm@osdl.org
1862 L:      linux-ext4@vger.kernel.org
1863 S:      Maintained
1865 K8TEMP HARDWARE MONITORING DRIVER
1866 P:      Rudolf Marek
1867 M:      r.marek@assembler.cz
1868 L:      lm-sensors@lm-sensors.org
1869 S:      Maintained
1871 KCONFIG
1872 P:      Roman Zippel
1873 M:      zippel@linux-m68k.org
1874 L:      kbuild-devel@lists.sourceforge.net
1875 S:      Maintained
1877 KDUMP
1878 P:      Vivek Goyal
1879 M:      vgoyal@in.ibm.com
1880 P:      Haren Myneni
1881 M:      hbabu@us.ibm.com
1882 L:      fastboot@lists.osdl.org
1883 L:      linux-kernel@vger.kernel.org
1884 W:      http://lse.sourceforge.net/kdump/
1885 S:      Maintained
1887 KERNEL AUTOMOUNTER (AUTOFS)
1888 P:      H. Peter Anvin
1889 M:      hpa@zytor.com
1890 L:      autofs@linux.kernel.org
1891 S:      Odd Fixes
1893 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1894 P:      Ian Kent
1895 M:      raven@themaw.net
1896 L:      autofs@linux.kernel.org
1897 S:      Maintained
1899 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1900 P:      Kai Germaschewski
1901 M:      kai@germaschewski.name
1902 P:      Sam Ravnborg
1903 M:      sam@ravnborg.org
1904 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1905 S:      Maintained 
1907 KERNEL JANITORS
1908 P:      Several
1909 L:      kernel-janitors@lists.osdl.org
1910 W:      http://www.kerneljanitors.org/
1911 S:      Maintained
1913 KERNEL NFSD
1914 P:      Neil Brown
1915 M:      neilb@suse.de
1916 L:      nfs@lists.sourceforge.net
1917 W:      http://nfs.sourceforge.net/
1918 S:      Supported
1920 KERNEL VIRTUAL MACHINE (KVM)
1921 P:      Avi Kivity
1922 M:      avi@qumranet.com
1923 L:      kvm-devel@lists.sourceforge.net
1924 W:      kvm.sourceforge.net
1925 S:      Supported
1927 KEXEC
1928 P:      Eric Biederman
1929 M:      ebiederm@xmission.com
1930 W:      http://www.xmission.com/~ebiederm/files/kexec/
1931 L:      linux-kernel@vger.kernel.org
1932 L:      fastboot@osdl.org
1933 S:      Maintained
1935 KPROBES
1936 P:      Prasanna S Panchamukhi
1937 M:      prasanna@in.ibm.com
1938 P:      Ananth N Mavinakayanahalli
1939 M:      ananth@in.ibm.com
1940 P:      Anil S Keshavamurthy
1941 M:      anil.s.keshavamurthy@intel.com
1942 P:      David S. Miller
1943 M:      davem@davemloft.net
1944 L:      linux-kernel@vger.kernel.org
1945 S:      Maintained
1947 LAPB module
1948 L:      linux-x25@vger.kernel.org
1949 S:      Orphan
1951 LASI 53c700 driver for PARISC
1952 P:      James E.J. Bottomley
1953 M:      James.Bottomley@HansenPartnership.com
1954 L:      linux-scsi@vger.kernel.org
1955 S:      Maintained
1957 LED SUBSYSTEM
1958 P:      Richard Purdie
1959 M:      rpurdie@rpsys.net
1960 S:      Maintained
1962 LEGO USB Tower driver
1963 P:      Juergen Stuber
1964 M:      starblue@users.sourceforge.net
1965 L:      legousb-devel@lists.sourceforge.net
1966 W:      http://legousb.sourceforge.net/
1967 S:      Maintained
1969 LINUX FOR IBM pSERIES (RS/6000)
1970 P:      Paul Mackerras
1971 M:      paulus@au.ibm.com
1972 W:      http://www.ibm.com/linux/ltc/projects/ppc
1973 S:      Supported
1975 LINUX FOR NCR VOYAGER
1976 P:      James Bottomley
1977 M:      James.Bottomley@HansenPartnership.com
1978 W:      http://www.hansenpartnership.com/voyager
1979 S:      Maintained
1981 LINUX FOR POWERPC
1982 P:      Paul Mackerras
1983 M:      paulus@samba.org
1984 W:      http://www.penguinppc.org/
1985 L:      linuxppc-dev@ozlabs.org
1986 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1987 S:      Supported
1989 LINUX FOR POWER MACINTOSH
1990 P:      Benjamin Herrenschmidt
1991 M:      benh@kernel.crashing.org
1992 W:      http://www.penguinppc.org/
1993 L:      linuxppc-dev@ozlabs.org
1994 S:      Maintained
1996 LINUX FOR POWERPC EMBEDDED MPC52XX
1997 P:      Sylvain Munaut
1998 M:      tnt@246tNt.com
1999 W:      http://www.246tNt.com/mpc52xx/
2000 W:      http://www.penguinppc.org/
2001 L:      linuxppc-dev@ozlabs.org
2002 L:      linuxppc-embedded@ozlabs.org
2003 S:      Maintained
2005 LINUX FOR POWERPC EMBEDDED PPC4XX
2006 P:      Matt Porter
2007 M:      mporter@kernel.crashing.org
2008 W:      http://www.penguinppc.org/
2009 L:      linuxppc-embedded@ozlabs.org
2010 S:      Maintained
2012 LINUX FOR POWERPC BOOT CODE
2013 P:      Tom Rini
2014 M:      trini@kernel.crashing.org
2015 W:      http://www.penguinppc.org/
2016 L:      linuxppc-embedded@ozlabs.org
2017 S:      Maintained
2019 LINUX FOR POWERPC EMBEDDED PPC8XX
2020 P:      Marcelo Tosatti
2021 M:      marcelo@kvack.org
2022 W:      http://www.penguinppc.org/
2023 L:      linuxppc-embedded@ozlabs.org
2024 S:      Maintained
2026 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2027 P:      Kumar Gala
2028 M:      galak@kernel.crashing.org
2029 W:      http://www.penguinppc.org/
2030 L:      linuxppc-embedded@ozlabs.org
2031 S:      Maintained
2033 LINUX FOR POWERPC PA SEMI PWRFICIENT
2034 P:      Olof Johansson
2035 M:      olof@lixom.net
2036 W:      http://www.pasemi.com/
2037 L:      linuxppc-dev@ozlabs.org
2038 S:      Supported
2040 LLC (802.2)
2041 P:      Arnaldo Carvalho de Melo
2042 M:      acme@conectiva.com.br
2043 S:      Maintained
2045 LINUX FOR 64BIT POWERPC
2046 P:      Paul Mackerras
2047 M:      paulus@samba.org
2048 M:      paulus@au.ibm.com
2049 P:      Anton Blanchard
2050 M:      anton@samba.org
2051 M:      anton@au.ibm.com
2052 W:      http://www.penguinppc.org/ppc64/
2053 L:      linuxppc-dev@ozlabs.org
2054 S:      Supported
2056 LINUX SECURITY MODULE (LSM) FRAMEWORK
2057 P:      Chris Wright
2058 M:      chrisw@sous-sol.org
2059 L:      linux-security-module@vger.kernel.org
2060 W:      http://lsm.immunix.org
2061 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2062 S:      Supported
2064 LM83 HARDWARE MONITOR DRIVER
2065 P:      Jean Delvare
2066 M:      khali@linux-fr.org
2067 L:      lm-sensors@lm-sensors.org
2068 S:      Maintained
2070 LM90 HARDWARE MONITOR DRIVER
2071 P:      Jean Delvare
2072 M:      khali@linux-fr.org
2073 L:      lm-sensors@lm-sensors.org
2074 S:      Maintained
2076 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
2077 P:      Richard Russon (FlatCap)
2078 M:      ldm@flatcap.org
2079 L:      ldm-devel@lists.sourceforge.net 
2080 W:      http://ldm.sourceforge.net
2081 S:      Maintained
2083 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2084 P:      Eric Moore
2085 M:      Eric.Moore@lsi.com
2086 M:      support@lsi.com
2087 L:      mpt_linux_developer@lsi.com
2088 L:      linux-scsi@vger.kernel.org
2089 W:      http://www.lsilogic.com/support
2090 S:      Supported
2092 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2093 P:      Matthew Wilcox
2094 M:      matthew@wil.cx
2095 L:      linux-scsi@vger.kernel.org
2096 S:      Maintained
2098 M68K ARCHITECTURE
2099 P:      Geert Uytterhoeven
2100 M:      geert@linux-m68k.org
2101 P:      Roman Zippel
2102 M:      zippel@linux-m68k.org
2103 L:      linux-m68k@lists.linux-m68k.org
2104 W:      http://www.linux-m68k.org/
2105 W:      http://linux-m68k-cvs.ubb.ca/
2106 S:      Maintained
2108 M68K ON APPLE MACINTOSH
2109 P:      Joshua Thompson
2110 M:      funaho@jurai.org
2111 W:      http://www.mac.linux-m68k.org/
2112 L:      linux-mac68k@mac.linux-m68k.org
2113 S:      Maintained
2115 M68K ON HP9000/300
2116 P:      Philip Blundell
2117 M:      philb@gnu.org
2118 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2119 S:      Maintained
2121 MARVELL YUKON / SYSKONNECT DRIVER
2122 P:      Mirko Lindner
2123 M:      mlindner@syskonnect.de
2124 P:      Ralph Roesler
2125 M:      rroesler@syskonnect.de
2126 W:      http://www.syskonnect.com
2127 S:      Supported
2129 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2130 P:      Michael Kerrisk
2131 M:      mtk-manpages@gmx.net
2132 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2133 S:      Maintained
2135 MARVELL MV643XX ETHERNET DRIVER
2136 P:      Dale Farnsworth
2137 M:      dale@farnsworth.org
2138 P:      Manish Lachwani
2139 M:      mlachwani@mvista.com
2140 L:      netdev@vger.kernel.org
2141 S:      Odd Fixes for 2.4; Maintained for 2.6.
2143 MATROX FRAMEBUFFER DRIVER
2144 P:      Petr Vandrovec
2145 M:      vandrove@vc.cvut.cz
2146 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2147 S:      Maintained
2149 MEGARAID SCSI DRIVERS
2150 P:      Neela Syam Kolli
2151 M:      Neela.Kolli@engenio.com
2152 S:      linux-scsi@vger.kernel.org
2153 W:      http://megaraid.lsilogic.com
2154 S:      Maintained
2156 MEMORY MANAGEMENT
2157 L:      linux-mm@kvack.org
2158 L:      linux-kernel@vger.kernel.org
2159 W:      http://www.linux-mm.org
2160 S:      Maintained
2162 MEMORY TECHNOLOGY DEVICES (MTD)
2163 P:      David Woodhouse
2164 M:      dwmw2@infradead.org
2165 W:      http://www.linux-mtd.infradead.org/
2166 L:      linux-mtd@lists.infradead.org
2167 T:      git git://git.infradead.org/mtd-2.6.git
2168 S:      Maintained
2170 MICROTEK X6 SCANNER
2171 P:      Oliver Neukum
2172 M:      oliver@neukum.name
2173 S:      Maintained
2175 MIPS
2176 P:      Ralf Baechle
2177 M:      ralf@linux-mips.org
2178 W:      http://www.linux-mips.org/
2179 L:      linux-mips@linux-mips.org
2180 T:      git www.linux-mips.org:/pub/scm/linux.git
2181 S:      Supported
2183 MISCELLANEOUS MCA-SUPPORT
2184 P:      James Bottomley
2185 M:      jejb@steeleye.com
2186 L:      linux-kernel@vger.kernel.org
2187 S:      Maintained
2189 MODULE SUPPORT
2190 P:      Rusty Russell
2191 M:      rusty@rustcorp.com.au
2192 L:      linux-kernel@vger.kernel.org
2193 S:      Maintained
2195 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2196 P:      Stelian Pop
2197 M:      stelian@popies.net
2198 W:      http://popies.net/meye/
2199 S:      Maintained
2201 MOUSE AND MISC DEVICES [GENERAL]
2202 P:      Alessandro Rubini
2203 M:      rubini@ipvvis.unipv.it
2204 L:      linux-kernel@vger.kernel.org
2205 S:      Maintained
2207 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2208 P:      Jiri Slaby
2209 M:      jirislaby@gmail.com
2210 L:      linux-kernel@vger.kernel.org
2211 S:      Maintained
2213 MSI LAPTOP SUPPORT
2214 P:      Lennart Poettering
2215 M:      mzxreary@0pointer.de
2216 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2217 W:      http://0pointer.de/lennart/tchibo.html
2218 S:      Maintained
2220 MTRR AND SIMILAR SUPPORT [i386]
2221 P:      Richard Gooch
2222 M:      rgooch@atnf.csiro.au
2223 L:      linux-kernel@vger.kernel.org
2224 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2225 S:      Maintained
2227 MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2228 P:      Pierre Ossman
2229 M:      drzeus-mmc@drzeus.cx
2230 L:      linux-kernel@vger.kernel.org
2231 S:      Maintained
2233 MULTISOUND SOUND DRIVER
2234 P:      Andrew Veliath
2235 M:      andrewtv@usa.net
2236 S:      Maintained
2238 MULTITECH MULTIPORT CARD (ISICOM)
2239 P:      Jiri Slaby
2240 M:      jirislaby@gmail.com
2241 L:      linux-kernel@vger.kernel.org
2242 S:      Maintained
2244 NATSEMI ETHERNET DRIVER (DP8381x)
2245 P:      Tim Hockin
2246 M:      thockin@hockin.org
2247 S:      Maintained
2249 NCP FILESYSTEM
2250 P:      Petr Vandrovec
2251 M:      vandrove@vc.cvut.cz
2252 L:      linware@sh.cvut.cz
2253 S:      Maintained
2255 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2256 P:      James E.J. Bottomley
2257 M:      James.Bottomley@HansenPartnership.com
2258 L:      linux-scsi@vger.kernel.org
2259 S:      Maintained
2261 NETEM NETWORK EMULATOR
2262 P:      Stephen Hemminger
2263 M:      shemminger@linux-foundation.org
2264 L:      netem@osdl.org
2265 S:      Maintained
2267 NETFILTER/IPTABLES/IPCHAINS
2268 P:      Rusty Russell
2269 P:      Marc Boucher
2270 P:      James Morris
2271 P:      Harald Welte
2272 P:      Jozsef Kadlecsik
2273 P:      Patrick McHardy
2274 M:      kaber@trash.net
2275 L:      netfilter-devel@lists.netfilter.org
2276 L:      netfilter@lists.netfilter.org (subscribers-only)
2277 L:      coreteam@netfilter.org
2278 W:      http://www.netfilter.org/
2279 W:      http://www.iptables.org/
2280 S:      Supported
2282 NETLABEL
2283 P:      Paul Moore
2284 M:      paul.moore@hp.com
2285 W:      http://netlabel.sf.net
2286 L:      netdev@vger.kernel.org
2287 S:      Supported
2289 NETROM NETWORK LAYER
2290 P:      Ralf Baechle
2291 M:      ralf@linux-mips.org
2292 L:      linux-hams@vger.kernel.org
2293 W:      http://www.linux-ax25.org/
2294 S:      Maintained
2296 NETWORK BLOCK DEVICE (NBD)
2297 P:      Paul Clements
2298 M:      Paul.Clements@steeleye.com
2299 S:      Maintained
2301 NETWORK DEVICE DRIVERS
2302 P:      Andrew Morton
2303 M:      akpm@osdl.org
2304 P:      Jeff Garzik
2305 M:      jgarzik@pobox.com
2306 L:      netdev@vger.kernel.org
2307 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2308 S:      Maintained
2310 NETWORKING [GENERAL]
2311 P:      Networking Team
2312 M:      netdev@vger.kernel.org
2313 L:      netdev@vger.kernel.org
2314 W:      http://linux-net.osdl.org/
2315 S:      Maintained
2317 NETWORKING [IPv4/IPv6]
2318 P:      David S. Miller
2319 M:      davem@davemloft.net
2320 P:      Alexey Kuznetsov
2321 M:      kuznet@ms2.inr.ac.ru
2322 P:      Pekka Savola (ipv6)
2323 M:      pekkas@netcore.fi
2324 P:      James Morris
2325 M:      jmorris@namei.org
2326 P:      Hideaki YOSHIFUJI
2327 M:      yoshfuji@linux-ipv6.org
2328 P:      Patrick McHardy
2329 M:      kaber@coreworks.de
2330 L:      netdev@vger.kernel.org
2331 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2332 S:      Maintained
2334 NETWORKING [WIRELESS]
2335 P:      John W. Linville
2336 M:      linville@tuxdriver.com
2337 L:      netdev@vger.kernel.org
2338 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2339 S:      Maintained
2341 NETXEN (1/10) GbE SUPPORT
2342 P:      Amit S. Kale
2343 M:      amitkale@netxen.com
2344 L:      netdev@vger.kernel.org
2345 W:      http://www.netxen.com
2346 S:      Supported
2348 IPVS
2349 P:      Wensong Zhang
2350 M:      wensong@linux-vs.org
2351 P:      Simon Horman
2352 M:      horms@verge.net.au
2353 P:      Julian Anastasov
2354 M:      ja@ssi.bg
2355 L:      netdev@vger.kernel.org
2356 S:      Maintained
2358 NFS CLIENT
2359 P:      Trond Myklebust
2360 M:      trond.myklebust@fys.uio.no
2361 L:      linux-kernel@vger.kernel.org
2362 S:      Maintained
2364 NI5010 NETWORK DRIVER
2365 P:      Jan-Pascal van Best
2366 M:      janpascal@vanbest.org
2367 P:      Andreas Mohr
2368 M:      andi@lisas.de
2369 L:      netdev@vger.kernel.org
2370 S:      Maintained
2372 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2373 P:      YOKOTA Hiroshi
2374 M:      yokota@netlab.is.tsukuba.ac.jp
2375 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2376 S:      Maintained
2378 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2379 P:      GOTO Masanori
2380 M:      gotom@debian.or.jp
2381 P:      YOKOTA Hiroshi
2382 M:      yokota@netlab.is.tsukuba.ac.jp
2383 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2384 S:      Maintained
2386 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2387 P:      Eberhard Moenkeberg
2388 M:      emoenke@gwdg.de
2389 L:      linux-kernel@vger.kernel.org
2390 S:      Maintained
2392 NTFS FILESYSTEM
2393 P:      Anton Altaparmakov
2394 M:      aia21@cantab.net
2395 L:      linux-ntfs-dev@lists.sourceforge.net
2396 L:      linux-kernel@vger.kernel.org
2397 W:      http://linux-ntfs.sf.net/
2398 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2399 S:      Maintained
2401 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2402 P:      Antonino Daplas
2403 M:      adaplas@pol.net
2404 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2405 S:      Maintained
2407 OPENCORES I2C BUS DRIVER
2408 P:      Peter Korsgaard
2409 M:      jacmet@sunsite.dk
2410 L:      i2c@lm-sensors.org
2411 S:      Maintained
2413 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2414 P:      Mark Fasheh
2415 M:      mark.fasheh@oracle.com
2416 P:      Kurt Hackel
2417 M:      kurt.hackel@oracle.com
2418 L:      ocfs2-devel@oss.oracle.com
2419 W:      http://oss.oracle.com/projects/ocfs2/
2420 S:      Supported       
2422 OLYMPIC NETWORK DRIVER
2423 P:      Peter De Shrijver
2424 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2425 P:      Mike Phillips
2426 M:      mikep@linuxtr.net 
2427 L:      netdev@vger.kernel.org
2428 L:      linux-tr@linuxtr.net
2429 W:      http://www.linuxtr.net
2430 S:      Maintained
2432 OMNIKEY CARDMAN 4000 DRIVER
2433 P:      Harald Welte
2434 M:      laforge@gnumonks.org
2435 S:      Maintained
2437 OMNIKEY CARDMAN 4040 DRIVER
2438 P:      Harald Welte
2439 M:      laforge@gnumonks.org
2440 S:      Maintained
2442 ONSTREAM SCSI TAPE DRIVER
2443 P:      Willem Riede
2444 M:      osst@riede.org
2445 L:      osst-users@lists.sourceforge.net
2446 L:      linux-scsi@vger.kernel.org
2447 S:      Maintained
2449 OPL3-SA2, SA3, and SAx DRIVER
2450 P:      Zwane Mwaikambo
2451 M:      zwane@arm.linux.org.uk
2452 L:      linux-sound@vger.kernel.org
2453 S:      Maintained
2455 OPROFILE
2456 P:      Philippe Elie
2457 M:      phil.el@wanadoo.fr
2458 L:      oprofile-list@lists.sf.net
2459 S:      Maintained
2461 ORINOCO DRIVER
2462 P:      Pavel Roskin
2463 M:      proski@gnu.org
2464 P:      David Gibson
2465 M:      hermes@gibson.dropbear.id.au
2466 L:      orinoco-users@lists.sourceforge.net
2467 L:      orinoco-devel@lists.sourceforge.net
2468 W:      http://www.nongnu.org/orinoco/
2469 S:      Maintained
2471 PARALLEL PORT SUPPORT
2472 P:      Phil Blundell
2473 M:      philb@gnu.org
2474 P:      Tim Waugh
2475 M:      tim@cyberelk.net
2476 P:      David Campbell
2477 P:      Andrea Arcangeli
2478 M:      andrea@suse.de
2479 L:      linux-parport@lists.infradead.org
2480 W:      http://people.redhat.com/twaugh/parport/
2481 S:      Maintained
2483 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2484 P:      Tim Waugh
2485 M:      tim@cyberelk.net
2486 L:      linux-parport@lists.infradead.org
2487 W:      http://www.torque.net/linux-pp.html
2488 S:      Maintained
2490 PARISC ARCHITECTURE
2491 P:      Matthew Wilcox
2492 M:      matthew@wil.cx
2493 P:      Grant Grundler
2494 M:      grundler@parisc-linux.org
2495 P:      Kyle McMartin
2496 M:      kyle@parisc-linux.org
2497 L:      parisc-linux@parisc-linux.org
2498 W:      http://www.parisc-linux.org/
2499 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2500 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2501 S:      Maintained
2503 PC87360 HARDWARE MONITORING DRIVER
2504 P:      Jim Cromie
2505 M:      jim.cromie@gmail.com
2506 L:      lm-sensors@lm-sensors.org
2507 S:      Maintained
2509 PC8736x GPIO DRIVER
2510 P:      Jim Cromie
2511 M:      jim.cromie@gmail.com
2512 S:      Maintained
2514 PCI ERROR RECOVERY
2515 P:      Linas Vepstas
2516 M:      linas@austin.ibm.com
2517 L:      linux-kernel@vger.kernel.org
2518 L:      linux-pci@atrey.karlin.mff.cuni.cz
2519 S:      Supported
2521 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2522 P:      Thomas Sailer
2523 M:      sailer@ife.ee.ethz.ch
2524 L:      linux-sound@vger.kernel.org
2525 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2526 S:      Maintained
2528 PCI SUBSYSTEM
2529 P:      Greg Kroah-Hartman
2530 M:      gregkh@suse.de
2531 L:      linux-kernel@vger.kernel.org
2532 L:      linux-pci@atrey.karlin.mff.cuni.cz
2533 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2534 S:      Supported
2536 PCI HOTPLUG CORE
2537 P:      Kristen Carlson Accardi
2538 M:      kristen.c.accardi@intel.com
2539 S:      Supported
2541 PCI HOTPLUG COMPAQ DRIVER
2542 P:      Greg Kroah-Hartman
2543 M:      greg@kroah.com
2544 S:      Maintained
2546 PCIE HOTPLUG DRIVER
2547 P:      Kristen Carlson Accardi
2548 M:      kristen.c.accardi@intel.com
2549 L:      pcihpd-discuss@lists.sourceforge.net
2550 S:      Supported
2552 PCMCIA SUBSYSTEM
2553 P:      Linux PCMCIA Team
2554 L:      linux-pcmcia@lists.infradead.org
2555 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2556 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2557 S:      Maintained
2559 PCNET32 NETWORK DRIVER
2560 P:      Thomas Bogendörfer
2561 M:      tsbogend@alpha.franken.de
2562 L:      netdev@vger.kernel.org
2563 S:      Maintained
2565 PER-TASK DELAY ACCOUNTING
2566 P:      Shailabh Nagar
2567 M:      nagar@watson.ibm.com
2568 L:      linux-kernel@vger.kernel.org
2569 S:      Maintained
2571 PERSONALITY HANDLING
2572 P:      Christoph Hellwig
2573 M:      hch@infradead.org
2574 L:      linux-abi-devel@lists.sourceforge.net
2575 S:      Maintained
2577 PHRAM MTD DRIVER
2578 P:      Jörn Engel
2579 M:      joern@wh.fh-wedel.de
2580 L:      linux-mtd@lists.infradead.org
2581 S:      Maintained
2583 PKTCDVD DRIVER
2584 P:      Peter Osterlund
2585 M:      petero2@telia.com
2586 L:      linux-kernel@vger.kernel.org
2587 S:      Maintained
2589 POSIX CLOCKS and TIMERS
2590 P:      George Anzinger
2591 M:      george@mvista.com
2592 L:      linux-kernel@vger.kernel.org
2593 S:      Supported
2595 POWERPC 4xx EMAC DRIVER
2596 P:      Eugene Surovegin
2597 M:      ebs@ebshome.net
2598 W:      http://kernel.ebshome.net/emac/
2599 L:      linuxppc-embedded@ozlabs.org
2600 L:      netdev@vger.kernel.org
2601 S:      Maintained
2603 PNP SUPPORT
2604 P:      Adam Belay
2605 M:      ambx1@neo.rr.com
2606 S:      Maintained
2608 PNXxxxx I2C DRIVER
2609 P:      Vitaly Wool
2610 M:      vitalywool@gmail.com
2611 L:      i2c@lm-sensors.org
2612 S:      Maintained
2614 PPP PROTOCOL DRIVERS AND COMPRESSORS
2615 P:      Paul Mackerras
2616 M:      paulus@samba.org
2617 L:      linux-ppp@vger.kernel.org
2618 S:      Maintained
2620 PPP OVER ATM (RFC 2364)
2621 P:      Mitchell Blank Jr
2622 M:      mitch@sfgoth.com
2623 S:      Maintained
2625 PPP OVER ETHERNET
2626 P:      Michal Ostrowski
2627 M:      mostrows@speakeasy.net
2628 S:      Maintained
2630 PREEMPTIBLE KERNEL
2631 P:      Robert Love
2632 M:      rml@tech9.net
2633 L:      linux-kernel@vger.kernel.org
2634 L:      kpreempt-tech@lists.sourceforge.net
2635 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2636 S:      Supported
2638 PRISM54 WIRELESS DRIVER
2639 P:      Prism54 Development Team
2640 M:      prism54-private@prism54.org
2641 L:      netdev@vger.kernel.org
2642 W:      http://prism54.org
2643 S:      Maintained
2645 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2646 P:      Peter Denison
2647 M:      promise@pnd-pc.demon.co.uk
2648 W:      http://www.pnd-pc.demon.co.uk/promise/
2649 S:      Maintained
2651 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
2652 P:      Mikael Pettersson
2653 M:      mikpe@it.uu.se
2654 L:      linux-ide@vger.kernel.org
2655 S:      Maintained
2657 PS3 PLATFORM SUPPORT
2658 P:      Geoff Levand
2659 M:      geoffrey.levand@am.sony.com
2660 L:      linuxppc-dev@ozlabs.org
2661 L:      cbe-oss-dev@ozlabs.org
2662 S:      Supported
2664 PVRUSB2 VIDEO4LINUX DRIVER
2665 P:      Mike Isely
2666 M:      isely@pobox.com
2667 L:      pvrusb2@isely.net
2668 L:      video4linux-list@redhat.com
2669 W:      http://www.isely.net/pvrusb2/
2670 S:      Maintained
2672 PXA2xx SUPPORT
2673 P:      Nicolas Pitre
2674 M:      nico@cam.org
2675 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2676 S:      Maintained
2678 QLOGIC QLA2XXX FC-SCSI DRIVER
2679 P:      Andrew Vasquez
2680 M:      linux-driver@qlogic.com
2681 L:      linux-scsi@vger.kernel.org
2682 S:      Supported
2684 QLOGIC QLA3XXX NETWORK DRIVER
2685 P:      Ron Mercer
2686 M:      linux-driver@qlogic.com
2687 L:      netdev@vger.kernel.org
2688 S:      Supported
2690 QNX4 FILESYSTEM
2691 P:      Anders Larsen
2692 M:      al@alarsen.net
2693 L:      linux-kernel@vger.kernel.org
2694 W:      http://www.alarsen.net/linux/qnx4fs/
2695 S:      Maintained
2697 RADEON FRAMEBUFFER DISPLAY DRIVER
2698 P:      Benjamin Herrenschmidt
2699 M:      benh@kernel.crashing.org
2700 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2701 S:      Maintained
2703 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2704 P:      Paul Mackerras
2705 M:      paulus@samba.org
2706 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2707 S:      Maintained
2709 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2710 P:      Corey Thomas
2711 M:      corey@world.std.com
2712 L:      linux-kernel@vger.kernel.org
2713 S:      Maintained
2715 RANDOM NUMBER DRIVER
2716 P:      Matt Mackall
2717 M:      mpm@selenic.com
2718 S:      Maintained
2720 RAPIDIO SUBSYSTEM
2721 P:      Matt Porter
2722 M:      mporter@kernel.crashing.org
2723 L:      linux-kernel@vger.kernel.org
2724 S:      Maintained
2726 READ-COPY UPDATE (RCU)
2727 P:      Dipankar Sarma
2728 M:      dipankar@in.ibm.com
2729 W:      http://www.rdrop.com/users/paulmck/rclock/
2730 L:      linux-kernel@vger.kernel.org
2731 S:      Supported
2733 RCUTORTURE MODULE
2734 P:      Josh Triplett
2735 M:      josh@freedesktop.org
2736 L:      linux-kernel@vger.kernel.org
2737 S:      Maintained
2739 REAL TIME CLOCK DRIVER
2740 P:      Paul Gortmaker
2741 M:      p_gortmaker@yahoo.com
2742 L:      linux-kernel@vger.kernel.org
2743 S:      Maintained
2745 REAL TIME CLOCK (RTC) SUBSYSTEM
2746 P:      Alessandro Zummo
2747 M:      a.zummo@towertech.it
2748 L:      rtc-linux@googlegroups.com
2749 S:      Maintained
2751 REISERFS FILE SYSTEM
2752 P:      Hans Reiser
2753 M:      reiserfs-dev@namesys.com
2754 L:      reiserfs-list@namesys.com
2755 W:      http://www.namesys.com
2756 S:      Supported
2758 ROCKETPORT DRIVER
2759 P:      Comtrol Corp.
2760 W:      http://www.comtrol.com
2761 S:      Maintained
2763 ROSE NETWORK LAYER
2764 P:      Ralf Baechle
2765 M:      ralf@linux-mips.org
2766 L:      linux-hams@vger.kernel.org
2767 W:      http://www.linux-ax25.org/
2768 S:      Maintained
2770 RISCOM8 DRIVER
2771 S:      Orphan
2773 S3 SAVAGE FRAMEBUFFER DRIVER
2774 P:      Antonino Daplas
2775 M:      adaplas@pol.net
2776 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2777 S:      Maintained
2779 S390
2780 P:      Martin Schwidefsky
2781 M:      schwidefsky@de.ibm.com
2782 P:      Heiko Carstens
2783 M:      heiko.carstens@de.ibm.com
2784 M:      linux390@de.ibm.com
2785 L:      linux-390@vm.marist.edu
2786 W:      http://www.ibm.com/developerworks/linux/linux390/
2787 S:      Supported
2789 S390 NETWORK DRIVERS
2790 P:      Frank Pavlic
2791 M:      fpavlic@de.ibm.com
2792 M:      linux390@de.ibm.com
2793 L:      linux-390@vm.marist.edu
2794 W:      http://www.ibm.com/developerworks/linux/linux390/
2795 S:      Supported
2797 S390 ZFCP DRIVER
2798 P:      Swen Schillig
2799 M:      swen@vnet.ibm.com
2800 M:      linux390@de.ibm.com
2801 L:      linux-390@vm.marist.edu
2802 W:      http://www.ibm.com/developerworks/linux/linux390/
2803 S:      Supported
2805 SAA7146 VIDEO4LINUX-2 DRIVER
2806 P:      Michael Hunold
2807 M:      michael@mihu.de
2808 W:      http://www.mihu.de/linux/saa7146
2809 S:      Maintained
2811 SBPCD CDROM DRIVER
2812 P:      Eberhard Moenkeberg
2813 M:      emoenke@gwdg.de
2814 L:      linux-kernel@vger.kernel.org
2815 S:      Maintained
2817 SC1200 WDT DRIVER
2818 P:      Zwane Mwaikambo
2819 M:      zwane@arm.linux.org.uk
2820 S:      Maintained
2822 SCHEDULER
2823 P:      Ingo Molnar
2824 M:      mingo@elte.hu
2825 P:      Robert Love    [the preemptible kernel bits]
2826 M:      rml@tech9.net
2827 L:      linux-kernel@vger.kernel.org
2828 S:      Maintained
2830 SCSI CDROM DRIVER
2831 P:      Jens Axboe
2832 M:      axboe@kernel.dk
2833 L:      linux-scsi@vger.kernel.org
2834 W:      http://www.kernel.dk
2835 S:      Maintained
2837 SCSI SG DRIVER
2838 P:      Doug Gilbert
2839 M:      dgilbert@interlog.com
2840 L:      linux-scsi@vger.kernel.org
2841 W:      http://www.torque.net/sg
2842 S:      Maintained
2844 SCSI SUBSYSTEM
2845 P:      James E.J. Bottomley
2846 M:      James.Bottomley@SteelEye.com
2847 L:      linux-scsi@vger.kernel.org
2848 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2849 S:      Maintained
2851 SCSI TAPE DRIVER
2852 P:      Kai Mäkisara
2853 M:      Kai.Makisara@kolumbus.fi
2854 L:      linux-scsi@vger.kernel.org
2855 S:      Maintained
2857 SCTP PROTOCOL
2858 P:      Sridhar Samudrala
2859 M:      sri@us.ibm.com
2860 L:      lksctp-developers@lists.sourceforge.net
2861 S:      Supported
2863 SCx200 CPU SUPPORT
2864 P:      Jim Cromie
2865 M:      jim.cromie@gmail.com
2866 S:      Odd Fixes
2868 SCx200 GPIO DRIVER
2869 P:      Jim Cromie
2870 M:      jim.cromie@gmail.com
2871 S:      Maintained
2873 SCx200 HRT CLOCKSOURCE DRIVER
2874 P:      Jim Cromie
2875 M:      jim.cromie@gmail.com
2876 S:      Maintained
2878 SECURITY CONTACT
2879 P:      Security Officers
2880 M:      security@kernel.org
2881 S:      Supported
2883 SELINUX SECURITY MODULE
2884 P:      Stephen Smalley
2885 M:      sds@tycho.nsa.gov
2886 P:      James Morris
2887 M:      jmorris@namei.org
2888 L:      linux-kernel@vger.kernel.org (kernel issues)
2889 L:      selinux@tycho.nsa.gov (general discussion)
2890 W:      http://www.nsa.gov/selinux
2891 S:      Supported
2893 SERIAL ATA (SATA) SUBSYSTEM:
2894 P:      Jeff Garzik
2895 M:      jgarzik@pobox.com
2896 L:      linux-ide@vger.kernel.org
2897 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2898 S:      Supported
2900 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2901 P:      Pat Gefre
2902 M:      pfg@sgi.com
2903 L:      linux-ia64@vger.kernel.org
2904 S:      Supported
2906 SGI VISUAL WORKSTATION 320 AND 540
2907 P:      Andrey Panin
2908 M:      pazke@donpac.ru
2909 L:      linux-visws-devel@lists.sf.net
2910 W:      http://linux-visws.sf.net
2911 S:      Maintained for 2.6.
2913 SIMTEC EB110ATX (Chalice CATS)
2914 P:      Ben Dooks
2915 P:      Vincent Sanders
2916 M:      support@simtec.co.uk
2917 W:      http://www.simtec.co.uk/products/EB110ATX/
2918 S:      Supported
2920 SIMTEC EB2410ITX (BAST)
2921 P:      Ben Dooks
2922 P:      Vincent Sanders
2923 M:      support@simtec.co.uk
2924 W:      http://www.simtec.co.uk/products/EB2410ITX/
2925 S:      Supported
2927 SIS 190 ETHERNET DRIVER
2928 P:      Francois Romieu
2929 M:      romieu@fr.zoreil.com
2930 L:      netdev@vger.kernel.org
2931 S:      Maintained
2933 SIS 5513 IDE CONTROLLER DRIVER
2934 P:      Lionel Bouton
2935 M:      Lionel.Bouton@inet6.fr
2936 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2937 W:      http://gyver.homeip.net/sis5513/index.html
2938 S:      Maintained
2940 SIS 900/7016 FAST ETHERNET DRIVER
2941 P:      Daniele Venzano
2942 M:      venza@brownhat.org
2943 W:      http://www.brownhat.org/sis900.html
2944 L:      netdev@vger.kernel.org
2945 S:      Maintained
2947 SIS FRAMEBUFFER DRIVER
2948 P:      Thomas Winischhofer
2949 M:      thomas@winischhofer.net
2950 W:      http://www.winischhofer.net/linuxsisvga.shtml
2951 S:      Maintained      
2953 SIS USB2VGA DRIVER
2954 P:      Thomas Winischhofer
2955 M:      thomas@winischhofer.net
2956 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2957 S:      Maintained
2959 SMC91x ETHERNET DRIVER
2960 P:      Nicolas Pitre
2961 M:      nico@cam.org
2962 S:      Maintained
2964 SOFTMAC LAYER (IEEE 802.11)
2965 P:      Johannes Berg
2966 M:      johannes@sipsolutions.net
2967 P:      Joe Jezak
2968 M:      josejx@gentoo.org
2969 P:      Daniel Drake
2970 M:      dsd@gentoo.org
2971 W:      http://softmac.sipsolutions.net/
2972 L:      netdev@vger.kernel.org
2973 S:      Maintained
2975 SOFTWARE RAID (Multiple Disks) SUPPORT
2976 P:      Ingo Molnar
2977 M:      mingo@redhat.com
2978 P:      Neil Brown
2979 M:      neilb@suse.de
2980 L:      linux-raid@vger.kernel.org
2981 S:      Supported
2983 SOFTWARE SUSPEND:
2984 P:      Pavel Machek
2985 M:      pavel@suse.cz
2986 L:      linux-pm@osdl.org
2987 S:      Maintained
2989 SONIC NETWORK DRIVER
2990 P:      Thomas Bogendoerfer
2991 M:      tsbogend@alpha.franken.de
2992 L:      netdev@vger.kernel.org
2993 S:      Maintained
2995 SONY VAIO CONTROL DEVICE DRIVER
2996 P:      Stelian Pop
2997 M:      stelian@popies.net
2998 W:      http://popies.net/sonypi/
2999 S:      Maintained
3001 SOUND
3002 P:      Jaroslav Kysela
3003 M:      perex@suse.cz
3004 L:      alsa-devel@alsa-project.org
3005 S:      Maintained
3007 SPI SUBSYSTEM
3008 P:      David Brownell
3009 M:      dbrownell@users.sourceforge.net
3010 L:      spi-devel-general@lists.sourceforge.net
3011 S:      Maintained
3013 STABLE BRANCH:
3014 P:      Greg Kroah-Hartman
3015 M:      greg@kroah.com
3016 P:      Chris Wright
3017 M:      chrisw@sous-sol.org
3018 L:      stable@kernel.org
3019 S:      Maintained
3021 TPM DEVICE DRIVER
3022 P:      Kylene Hall
3023 M:      kjhall@us.ibm.com
3024 W:      http://tpmdd.sourceforge.net
3025 L:      tpmdd-devel@lists.sourceforge.net
3026 S:      Maintained
3028 Telecom Clock Driver for MCPL0010
3029 P:      Mark Gross
3030 M:      mark.gross@intel.com
3031 S:      Supported
3033 TENSILICA XTENSA PORT (xtensa):
3034 P:      Chris Zankel
3035 M:      chris@zankel.net
3036 S:      Maintained
3038 THINKPAD ACPI EXTRAS DRIVER
3039 P:      Henrique de Moraes Holschuh
3040 M:      ibm-acpi@hmh.eng.br
3041 L:      ibm-acpi-devel@lists.sourceforge.net
3042 W:      http://ibm-acpi.sourceforge.net
3043 W:      http://thinkwiki.org/wiki/Ibm-acpi
3044 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3045 S:      Maintained
3047 UltraSPARC (sparc64):
3048 P:      David S. Miller
3049 M:      davem@davemloft.net
3050 L:      sparclinux@vger.kernel.org
3051 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3052 S:      Maintained
3054 SHARP LH SUPPORT (LH7952X & LH7A40X)
3055 P:      Marc Singer
3056 M:      elf@buici.com
3057 W:      http://projects.buici.com/arm
3058 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3059 S:      Maintained
3061 SHPC HOTPLUG DRIVER
3062 P:      Kristen Carlson Accardi
3063 M:      kristen.c.accardi@intel.com
3064 L:      pcihpd-discuss@lists.sourceforge.net
3065 S:      Supported
3067 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3068 P:      Pierre Ossman
3069 M:      drzeus-sdhci@drzeus.cx
3070 L:      sdhci-devel@list.drzeus.cx
3071 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3072 S:      Maintained
3074 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3075 P:      Stephen Hemminger
3076 M:      shemminger@linux-foundation.org
3077 L:      netdev@vger.kernel.org
3078 S:      Maintained
3080 SOEKRIS NET48XX LED SUPPORT
3081 P:      Chris Boot
3082 M:      bootc@bootc.net
3083 S:      Maintained
3085 SPARC (sparc32):
3086 P:      William L. Irwin
3087 M:      wli@holomorphy.com
3088 L:      sparclinux@vger.kernel.org
3089 S:      Maintained
3091 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3092 P:      Roger Wolff
3093 M:      R.E.Wolff@BitWizard.nl
3094 L:      linux-kernel@vger.kernel.org ?
3095 S:      Supported
3097 SPIDERNET NETWORK DRIVER for CELL
3098 P:      Jim Lewis
3099 M:      jim@jklewis.com
3100 L:      netdev@vger.kernel.org
3101 S:      Supported
3103 SRM (Alpha) environment access
3104 P:      Jan-Benedict Glaw
3105 M:      jbglaw@lug-owl.de
3106 L:      linux-kernel@vger.kernel.org
3107 S:      Maintained
3109 STARFIRE/DURALAN NETWORK DRIVER
3110 P:      Ion Badulescu
3111 M:      ionut@cs.columbia.edu
3112 S:      Maintained
3114 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3115 W:      http://mosquitonet.Stanford.EDU/strip.html
3116 S:      Unsupported ?
3118 STRADIS MPEG-2 DECODER DRIVER
3119 P:      Nathan Laredo
3120 M:      laredo@gnu.org
3121 W:      http://www.stradis.com/
3122 S:      Maintained
3124 SUPERH (sh)
3125 P:      Paul Mundt
3126 M:      lethal@linux-sh.org
3127 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
3128 W:      http://www.linux-sh.org
3129 S:      Maintained
3131 SUPERH64 (sh64)
3132 P:      Paul Mundt
3133 M:      lethal@linux-sh.org
3134 L:      linuxsh-shmedia-dev@lists.sourceforge.net
3135 W:      http://www.linux-sh.org
3136 S:      Maintained
3138 SUN3/3X
3139 P:      Sam Creasey
3140 M:      sammy@sammy.net
3141 W:      http://sammy.net/sun3/
3142 S:      Maintained
3144 SVGA HANDLING
3145 P:      Martin Mares
3146 M:      mj@ucw.cz
3147 L:      linux-video@atrey.karlin.mff.cuni.cz
3148 S:      Maintained
3150 SYSV FILESYSTEM
3151 P:      Christoph Hellwig
3152 M:      hch@infradead.org
3153 S:      Maintained
3155 TC CLASSIFIER
3156 P:      Jamal Hadi Salim
3157 M:      hadi@cyberus.ca
3158 L:      netdev@vger.kernel.org
3159 S:      Maintained
3161 TCP LOW PRIORITY MODULE
3162 P:      Wong Hoi Sing, Edison
3163 M:      hswong3i@gmail.com
3164 P:      Hung Hing Lun, Mike
3165 M:      hlhung3i@gmail.com
3166 W:      http://tcp-lp-mod.sourceforge.net/
3167 S:      Maintained
3169 TI FLASH MEDIA INTERFACE DRIVER
3170 P:      Alex Dubov
3171 M:      oakad@yahoo.com
3172 S:      Maintained
3174 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3175 P:      Deepak Saxena
3176 M:      dsaxena@plexity.net
3177 S:      Maintained
3179 TASKSTATS STATISTICS INTERFACE
3180 P:      Shailabh Nagar
3181 M:      nagar@watson.ibm.com
3182 L:      linux-kernel@vger.kernel.org
3183 S:      Maintained
3185 TI PARALLEL LINK CABLE DRIVER
3186 P:      Romain Lievin
3187 M:      roms@lpg.ticalc.org
3188 S:      Maintained
3190 TIPC NETWORK LAYER
3191 P:      Per Liden
3192 M:      per.liden@ericsson.com
3193 P:      Jon Maloy
3194 M:      jon.maloy@ericsson.com
3195 P:      Allan Stephens
3196 M:      allan.stephens@windriver.com
3197 L:      tipc-discussion@lists.sourceforge.net
3198 W:      http://tipc.sourceforge.net/
3199 W:      http://tipc.cslab.ericsson.net/
3200 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3201 S:      Maintained
3203 TLAN NETWORK DRIVER
3204 P:      Samuel Chessman
3205 M:      chessman@tux.org
3206 L:      tlan-devel@lists.sourceforge.net
3207 W:      http://sourceforge.net/projects/tlan/
3208 S:      Maintained
3210 TOKEN-RING NETWORK DRIVER
3211 P:      Mike Phillips
3212 M:      mikep@linuxtr.net
3213 L:      netdev@vger.kernel.org
3214 L:      linux-tr@linuxtr.net
3215 W:      http://www.linuxtr.net
3216 S:      Maintained
3218 TOSHIBA ACPI EXTRAS DRIVER
3219 P:      John Belmonte
3220 M:      toshiba_acpi@memebeam.org
3221 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3222 S:      Maintained
3224 TOSHIBA SMM DRIVER
3225 P:      Jonathan Buzzard
3226 M:      jonathan@buzzard.org.uk
3227 L:      tlinux-users@tce.toshiba-dme.co.jp
3228 W:      http://www.buzzard.org.uk/toshiba/
3229 S:      Maintained
3231 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3232 P:      Muli Ben-Yehuda
3233 M:      mulix@mulix.org
3234 L:      linux-kernel@vger.kernel.org
3235 S:      Maintained
3237 TRIVIAL PATCHES
3238 P:      Adrian Bunk
3239 M:      trivial@kernel.org
3240 L:      linux-kernel@vger.kernel.org
3241 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3242 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3243 S:      Maintained
3245 TMS380 TOKEN-RING NETWORK DRIVER
3246 P:      Adam Fritzler
3247 M:      mid@auk.cx
3248 L:      linux-tr@linuxtr.net
3249 W:      http://www.auk.cx/tms380tr/
3250 S:      Maintained
3252 TULIP NETWORK DRIVER
3253 P:      Valerie Henson
3254 M:      val_henson@linux.intel.com
3255 L:      tulip-users@lists.sourceforge.net
3256 W:      http://sourceforge.net/projects/tulip/
3257 S:      Maintained
3259 TUN/TAP driver
3260 P:      Maxim Krasnyansky
3261 M:      maxk@qualcomm.com
3262 L:      vtun@office.satix.net
3263 W:      http://vtun.sourceforge.net/tun
3264 S:      Maintained
3266 U14-34F SCSI DRIVER
3267 P:      Dario Ballabio
3268 M:      ballabio_dario@emc.com
3269 L:      linux-scsi@vger.kernel.org
3270 S:      Maintained
3272 UDF FILESYSTEM
3273 P:      Ben Fennema
3274 M:      bfennema@falcon.csc.calpoly.edu
3275 W:      http://linux-udf.sourceforge.net
3276 S:      Maintained
3278 UNIFORM CDROM DRIVER
3279 P:      Jens Axboe
3280 M:      axboe@kernel.dk
3281 L:      linux-kernel@vger.kernel.org
3282 W:      http://www.kernel.dk
3283 S:      Maintained
3285 USB ACM DRIVER
3286 P:      Oliver Neukum
3287 M:      oliver@neukum.name
3288 L:      linux-usb-users@lists.sourceforge.net
3289 L:      linux-usb-devel@lists.sourceforge.net
3290 S:      Maintained
3292 USB BLOCK DRIVER (UB ub)
3293 P:      Pete Zaitcev
3294 M:      zaitcev@redhat.com
3295 L:      linux-kernel@vger.kernel.org
3296 L:      linux-usb-devel@lists.sourceforge.net
3297 S:      Supported
3299 USB CDC ETHERNET DRIVER
3300 P:      Greg Kroah-Hartman
3301 M:      greg@kroah.com
3302 L:      linux-usb-users@lists.sourceforge.net
3303 L:      linux-usb-devel@lists.sourceforge.net
3304 S:      Maintained
3305 W:      http://www.kroah.com/linux-usb/
3307 USB EHCI DRIVER
3308 P:      David Brownell
3309 M:      dbrownell@users.sourceforge.net
3310 L:      linux-usb-devel@lists.sourceforge.net
3311 S:      Odd Fixes
3313 USB ET61X[12]51 DRIVER
3314 P:      Luca Risolia
3315 M:      luca.risolia@studio.unibo.it
3316 L:      linux-usb-devel@lists.sourceforge.net
3317 L:      video4linux-list@redhat.com
3318 W:      http://www.linux-projects.org
3319 S:      Maintained
3321 USB GADGET/PERIPHERAL SUBSYSTEM
3322 P:      David Brownell
3323 M:      dbrownell@users.sourceforge.net
3324 L:      linux-usb-devel@lists.sourceforge.net
3325 W:      http://www.linux-usb.org/gadget
3326 S:      Maintained
3328 USB HID/HIDBP DRIVERS
3329 P:      Jiri Kosina
3330 M:      jkosina@suse.cz
3331 L:      linux-usb-devel@lists.sourceforge.net
3332 S:      Maintained
3334 USB HUB DRIVER
3335 P:      Johannes Erdfelt
3336 M:      johannes@erdfelt.com
3337 L:      linux-usb-users@lists.sourceforge.net
3338 L:      linux-usb-devel@lists.sourceforge.net
3339 S:      Maintained
3341 USB ISP116X DRIVER
3342 P:      Olav Kongas
3343 M:      ok@artecdesign.ee
3344 L:      linux-usb-devel@lists.sourceforge.net
3345 S:      Maintained
3347 USB KAWASAKI LSI DRIVER
3348 P:      Oliver Neukum
3349 M:      oliver@neukum.name
3350 L:      linux-usb-users@lists.sourceforge.net
3351 L:      linux-usb-devel@lists.sourceforge.net
3352 S:      Maintained
3354 USB MASS STORAGE DRIVER
3355 P:      Matthew Dharm
3356 M:      mdharm-usb@one-eyed-alien.net
3357 L:      linux-usb-users@lists.sourceforge.net
3358 L:      usb-storage@lists.one-eyed-alien.net
3359 S:      Maintained
3360 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3362 USB OHCI DRIVER
3363 P:      David Brownell
3364 M:      dbrownell@users.sourceforge.net
3365 L:      linux-usb-users@lists.sourceforge.net
3366 L:      linux-usb-devel@lists.sourceforge.net
3367 S:      Odd Fixes
3369 USB OPTION-CARD DRIVER
3370 P:      Matthias Urlichs
3371 M:      smurf@smurf.noris.de
3372 L:      linux-usb-devel@lists.sourceforge.net
3373 S:      Maintained
3375 USB OV511 DRIVER
3376 P:      Mark McClelland
3377 M:      mmcclell@bigfoot.com
3378 L:      linux-usb-users@lists.sourceforge.net
3379 L:      linux-usb-devel@lists.sourceforge.net
3380 W:      http://alpha.dyndns.org/ov511/
3381 S:      Maintained
3383 USB PEGASUS DRIVER
3384 P:      Petko Manolov
3385 M:      petkan@users.sourceforge.net
3386 L:      linux-usb-users@lists.sourceforge.net
3387 L:      linux-usb-devel@lists.sourceforge.net
3388 W:      http://pegasus2.sourceforge.net/
3389 S:      Maintained
3391 USB PRINTER DRIVER
3392 P:      Vojtech Pavlik
3393 M:      vojtech@suse.cz
3394 L:      linux-usb-users@lists.sourceforge.net
3395 L:      linux-usb-devel@lists.sourceforge.net
3396 S:      Maintained
3398 USB RTL8150 DRIVER
3399 P:      Petko Manolov
3400 M:      petkan@users.sourceforge.net
3401 L:      linux-usb-users@lists.sourceforge.net
3402 L:      linux-usb-devel@lists.sourceforge.net
3403 W:      http://pegasus2.sourceforge.net/
3404 S:      Maintained
3406 USB SE401 DRIVER
3407 P:      Jeroen Vreeken
3408 M:      pe1rxq@amsat.org
3409 L:      linux-usb-users@lists.sourceforge.net
3410 L:      linux-usb-devel@lists.sourceforge.net
3411 W:      http://www.chello.nl/~j.vreeken/se401/
3412 S:      Maintained
3414 USB SERIAL CYBERJACK DRIVER
3415 P:      Matthias Bruestle and Harald Welte
3416 M:      support@reiner-sct.com
3417 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3418 S:      Maintained
3420 USB SERIAL DIGI ACCELEPORT DRIVER
3421 P:      Peter Berger and Al Borchers
3422 M:      pberger@brimson.com
3423 M:      alborchers@steinerpoint.com
3424 L:      linux-usb-users@lists.sourceforge.net
3425 L:      linux-usb-devel@lists.sourceforge.net
3426 S:      Maintained
3428 USB SERIAL DRIVER
3429 P:      Greg Kroah-Hartman
3430 M:      gregkh@suse.de
3431 L:      linux-usb-users@lists.sourceforge.net
3432 L:      linux-usb-devel@lists.sourceforge.net
3433 S:      Supported
3435 USB SERIAL BELKIN F5U103 DRIVER
3436 P:      William Greathouse
3437 M:      wgreathouse@smva.com
3438 L:      linux-usb-users@lists.sourceforge.net
3439 L:      linux-usb-devel@lists.sourceforge.net
3440 S:      Maintained
3442 USB SERIAL CYPRESS M8 DRIVER
3443 P:      Lonnie Mendez
3444 M:      dignome@gmail.com
3445 L:      linux-usb-users@lists.sourceforge.net
3446 L:      linux-usb-devel@lists.sourceforge.net
3447 S:      Maintained
3448 W:      http://geocities.com/i0xox0i
3449 W:      http://firstlight.net/cvs
3451 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3452 L:      linux-usb-users@lists.sourceforge.net
3453 L:      linux-usb-devel@lists.sourceforge.net
3454 S:      Maintained
3456 USB AUERSWALD DRIVER
3457 P:      Wolfgang Muees
3458 M:      wolfgang@iksw-muees.de
3459 L:      linux-usb-users@lists.sourceforge.net
3460 L:      linux-usb-devel@lists.sourceforge.net
3461 S:      Maintained
3463 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3464 P:      Gary Brubaker
3465 M:      xavyer@ix.netcom.com
3466 L:      linux-usb-users@lists.sourceforge.net
3467 L:      linux-usb-devel@lists.sourceforge.net
3468 S:      Maintained
3470 USB SERIAL KEYSPAN DRIVER
3471 P:      Greg Kroah-Hartman
3472 M:      greg@kroah.com
3473 L:      linux-usb-users@lists.sourceforge.net
3474 L:      linux-usb-devel@lists.sourceforge.net
3475 W:      http://www.kroah.com/linux/
3476 S:      Maintained
3478 USB SERIAL WHITEHEAT DRIVER
3479 P:      Stuart MacDonald
3480 M:      stuartm@connecttech.com
3481 L:      linux-usb-users@lists.sourceforge.net
3482 L:      linux-usb-devel@lists.sourceforge.net
3483 W:      http://www.connecttech.com
3484 S:      Supported
3486 USB SN9C10x DRIVER
3487 P:      Luca Risolia
3488 M:      luca.risolia@studio.unibo.it
3489 L:      linux-usb-devel@lists.sourceforge.net
3490 L:      video4linux-list@redhat.com
3491 W:      http://www.linux-projects.org
3492 S:      Maintained
3494 USB SUBSYSTEM
3495 P:      Greg Kroah-Hartman
3496 M:      gregkh@suse.de
3497 L:      linux-usb-users@lists.sourceforge.net
3498 L:      linux-usb-devel@lists.sourceforge.net
3499 W:      http://www.linux-usb.org
3500 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3501 S:      Supported
3503 USB UHCI DRIVER
3504 P:      Alan Stern
3505 M:      stern@rowland.harvard.edu
3506 L:      linux-usb-users@lists.sourceforge.net
3507 L:      linux-usb-devel@lists.sourceforge.net
3508 S:      Maintained
3510 USB "USBNET" DRIVER FRAMEWORK
3511 P:      David Brownell
3512 M:      dbrownell@users.sourceforge.net
3513 L:      linux-usb-devel@lists.sourceforge.net
3514 W:      http://www.linux-usb.org/usbnet
3515 S:      Maintained
3517 USB W996[87]CF DRIVER
3518 P:      Luca Risolia
3519 M:      luca.risolia@studio.unibo.it
3520 L:      linux-usb-devel@lists.sourceforge.net
3521 L:      video4linux-list@redhat.com
3522 W:      http://www.linux-projects.org
3523 S:      Maintained
3525 USB ZC0301 DRIVER
3526 P:      Luca Risolia
3527 M:      luca.risolia@studio.unibo.it
3528 L:      linux-usb-devel@lists.sourceforge.net
3529 L:      video4linux-list@redhat.com
3530 W:      http://www.linux-projects.org
3531 S:      Maintained
3533 USB ZD1201 DRIVER
3534 P:      Jeroen Vreeken
3535 M:      pe1rxq@amsat.org
3536 L:      linux-usb-users@lists.sourceforge.net
3537 L:      linux-usb-devel@lists.sourceforge.net
3538 W:      http://linux-lc100020.sourceforge.net
3539 S:      Maintained
3541 USER-MODE LINUX
3542 P:      Jeff Dike
3543 M:      jdike@karaya.com
3544 L:      user-mode-linux-devel@lists.sourceforge.net
3545 L:      user-mode-linux-user@lists.sourceforge.net
3546 W:      http://user-mode-linux.sourceforge.net
3547 S:      Maintained
3548         
3549 FAT/VFAT/MSDOS FILESYSTEM:
3550 P:      OGAWA Hirofumi
3551 M:      hirofumi@mail.parknet.co.jp
3552 L:      linux-kernel@vger.kernel.org
3553 S:      Maintained
3555 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3556 P:      Jeff Garzik
3557 S:      Odd fixes
3559 VIA RHINE NETWORK DRIVER
3560 P:      Roger Luethi
3561 M:      rl@hellgate.ch
3562 S:      Maintained
3564 VIAPRO SMBUS DRIVER
3565 P:      Jean Delvare
3566 M:      khali@linux-fr.org
3567 L:      i2c@lm-sensors.org
3568 S:      Maintained
3570 VIA VELOCITY NETWORK DRIVER
3571 P:      Francois Romieu
3572 M:      romieu@fr.zoreil.com
3573 L:      netdev@vger.kernel.org
3574 S:      Maintained
3576 UCLINUX (AND M68KNOMMU)
3577 P:      Greg Ungerer
3578 M:      gerg@uclinux.org
3579 W:      http://www.uclinux.org/
3580 L:      uclinux-dev@uclinux.org  (subscribers-only)
3581 S:      Maintained
3583 UCLINUX FOR NEC V850
3584 P:      Miles Bader
3585 M:      uclinux-v850@lsi.nec.co.jp
3586 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3587 W:      http://www.ee.nec.de/uclinux/
3588 S:      Supported
3590 UCLINUX FOR RENESAS H8/300
3591 P:      Yoshinori Sato
3592 M:      ysato@users.sourceforge.jp
3593 W:      http://uclinux-h8.sourceforge.jp/
3594 S:      Supported
3596 UFS FILESYSTEM
3597 P: Evgeniy Dushistov
3598 M: dushistov@mail.ru
3599 L: linux-kernel@vger.kernel.org
3600 S: Maintained
3602 USB DIAMOND RIO500 DRIVER
3603 P:      Cesar Miquel
3604 M:      miquel@df.uba.ar
3605 L:      rio500-users@lists.sourceforge.net
3606 W:      http://rio500.sourceforge.net
3607 S:      Maintained
3609 VIDEO FOR LINUX
3610 P:      Mauro Carvalho Chehab
3611 M:      mchehab@infradead.org
3612 M:      v4l-dvb-maintainer@linuxtv.org
3613 L:      video4linux-list@redhat.com
3614 W:      http://linuxtv.org
3615 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3616 S:      Maintained
3618 VT1211 HARDWARE MONITOR DRIVER
3619 P:      Juerg Haefliger
3620 M:      juergh@gmail.com
3621 L:      lm-sensors@lm-sensors.org
3622 S:      Maintained
3624 VT8231 HARDWARE MONITOR DRIVER
3625 P:      Roger Lucas
3626 M:      roger@planbit.co.uk
3627 L:      lm-sensors@lm-sensors.org
3628 S:      Maintained
3630 W1 DALLAS'S 1-WIRE BUS
3631 P:      Evgeniy Polyakov
3632 M:      johnpol@2ka.mipt.ru
3633 S:      Maintained
3635 W83791D HARDWARE MONITORING DRIVER
3636 P:      Charles Spirakis
3637 M:      bezaur@gmail.com
3638 L:      lm-sensors@lm-sensors.org
3639 S:      Maintained
3641 W83793 HARDWARE MONITORING DRIVER
3642 P:      Rudolf Marek
3643 M:      r.marek@assembler.cz
3644 L:      lm-sensors@lm-sensors.org
3645 S:      Maintained
3647 W83L51xD SD/MMC CARD INTERFACE DRIVER
3648 P:      Pierre Ossman
3649 M:      drzeus-wbsd@drzeus.cx
3650 L:      wbsd-devel@list.drzeus.cx
3651 W:      http://projects.drzeus.cx/wbsd
3652 S:      Maintained
3654 WATCHDOG DEVICE DRIVERS
3655 P:      Wim Van Sebroeck
3656 M:      wim@iguana.be
3657 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3658 S:      Maintained
3660 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3661 P:      Jean Tourrilhes
3662 M:      jt@hpl.hp.com
3663 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3664 S:      Maintained
3666 WD7000 SCSI DRIVER
3667 P:      Miroslav Zagorac
3668 M:      zaga@fly.cc.fer.hr
3669 L:      linux-scsi@vger.kernel.org
3670 S:      Maintained
3672 WISTRON LAPTOP BUTTON DRIVER
3673 P:      Miloslav Trmac
3674 M:      mitr@volny.cz
3675 S:      Maintained
3677 WL3501 WIRELESS PCMCIA CARD DRIVER
3678 P:      Arnaldo Carvalho de Melo
3679 M:      acme@conectiva.com.br
3680 W:      http://advogato.org/person/acme
3681 S:      Maintained
3683 X.25 NETWORK LAYER
3684 P:      Henner Eisen
3685 M:      eis@baty.hanse.de
3686 L:      linux-x25@vger.kernel.org
3687 S:      Maintained
3689 XFS FILESYSTEM
3690 P:      Silicon Graphics Inc
3691 P:      Tim Shimmin, David Chatterton
3692 M:      xfs-masters@oss.sgi.com
3693 L:      xfs@oss.sgi.com
3694 W:      http://oss.sgi.com/projects/xfs
3695 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3696 S:      Supported
3698 XILINX UARTLITE SERIAL DRIVER
3699 P:      Peter Korsgaard
3700 M:      jacmet@sunsite.dk
3701 L:      linux-serial@vger.kernel.org
3702 S:      Maintained
3704 X86 3-LEVEL PAGING (PAE) SUPPORT
3705 P:      Ingo Molnar
3706 M:      mingo@redhat.com
3707 S:      Maintained
3709 X86-64 port
3710 P:      Andi Kleen
3711 M:      ak@suse.de
3712 L:      discuss@x86-64.org
3713 W:      http://www.x86-64.org
3714 S:      Maintained
3716 YAM DRIVER FOR AX.25
3717 P:      Jean-Paul Roubelat
3718 M:      jpr@f6fbb.org
3719 L:      linux-hams@vger.kernel.org
3720 S:      Maintained
3722 YEALINK PHONE DRIVER
3723 P:      Henk Vergonet
3724 M:      Henk.Vergonet@gmail.com
3725 L:      usbb2k-api-dev@nongnu.org
3726 S:      Maintained
3728 Z8530 DRIVER FOR AX.25
3729 P:      Joerg Reuter
3730 M:      jreuter@yaina.de
3731 W:      http://yaina.de/jreuter/
3732 W:      http://www.qsl.net/dl1bke/
3733 L:      linux-hams@vger.kernel.org
3734 S:      Maintained
3736 ZD1211RW WIRELESS DRIVER
3737 P:      Daniel Drake
3738 M:      dsd@gentoo.org
3739 P:      Ulrich Kunitz
3740 M:      kune@deine-taler.de
3741 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3742 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
3743 S:      Maintained
3745 ZF MACHZ WATCHDOG
3746 P:      Fernando Fuganti
3747 M:      fuganti@netbank.com.br
3748 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3749 S:      Maintained
3751 ZR36067 VIDEO FOR LINUX DRIVER
3752 P:      Ronald Bultje
3753 M:      rbultje@ronald.bitfreak.net
3754 L:      mjpeg-users@lists.sourceforge.net
3755 W:      http://mjpeg.sourceforge.net/driver-zoran/
3756 S:      Maintained
3758 ZR36120 VIDEO FOR LINUX DRIVER
3759 P:      Pauline Middelink
3760 M:      middelin@polyware.nl
3761 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3762 W:      http://www.polyware.nl/~middelin/hobbies.html
3763 S:      Maintained
3765 THE REST
3766 P:      Linus Torvalds
3767 S:      Buried alive in reporters