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