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