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