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