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