Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[pandora-kernel.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE try to include any credit lines you want added with the
40         patch. It avoids people being missed off by mistake and makes
41         it easier to know who wants adding and who doesn't.
42
43         PLEASE document known bugs. If it doesn't work for everything
44         or does something very odd once a month document it.
45
46         PLEASE remember that submissions must be made under the terms
47         of the OSDL certificate of contribution and should include a
48         Signed-off-by: line.  The current version of this "Developer's
49         Certificate of Origin" (DCO) is listed in the file
50         Documentation/SubmittingPatches.
51
52 6.      Make sure you have the right to send any changes you make. If you
53         do changes at work you may find your employer owns the patch
54         not you.
55
56 7.      When sending security related changes or reports to a maintainer
57         please Cc: security@kernel.org, especially if the maintainer
58         does not respond.
59
60 8.      Happy hacking.
61
62                 -----------------------------------
63
64 Maintainers List (try to look for most precise areas first)
65
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
68 so much easier [Ed]
69
70 P: Person
71 M: Mail patches to
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
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 F: Files and directories with wildcard patterns.
88    A trailing slash includes all files and subdirectory files.
89         F:      drivers/net/    all files in and below drivers/net
90         F:      drivers/net/*   all files in drivers/net, but not below
91         F:      */net/*         all files in "any top level directory"/net
92    One pattern per line.  Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94    Files exclusions are tested before file matches.
95    Can be useful for excluding a specific subdirectory, for instance:
96         F:      net/
97         X:      net/ipv6/
98    matches all files in and below net excluding net/ipv6/
99
100 3C505 NETWORK DRIVER
101 P:      Philip Blundell
102 M:      philb@gnu.org
103 L:      netdev@vger.kernel.org
104 S:      Maintained
105 F:      drivers/net/3c505*
106
107 3C59X NETWORK DRIVER
108 P:      Steffen Klassert
109 M:      klassert@mathematik.tu-chemnitz.de
110 L:      netdev@vger.kernel.org
111 S:      Maintained
112 F:      Documentation/networking/vortex.txt
113 F:      drivers/net/3c59x.c
114
115 3CR990 NETWORK DRIVER
116 P:      David Dillow
117 M:      dave@thedillows.org
118 L:      netdev@vger.kernel.org
119 S:      Maintained
120 F:      drivers/net/typhoon*
121
122 3W-9XXX SATA-RAID CONTROLLER DRIVER
123 P:      Adam Radford
124 M:      linuxraid@amcc.com
125 L:      linux-scsi@vger.kernel.org
126 W:      http://www.amcc.com
127 S:      Supported
128 F:      drivers/scsi/3w-9xxx*
129
130 3W-XXXX ATA-RAID CONTROLLER DRIVER
131 P:      Adam Radford
132 M:      linuxraid@amcc.com
133 L:      linux-scsi@vger.kernel.org
134 W:      http://www.amcc.com
135 S:      Supported
136 F:      drivers/scsi/3w-xxxx*
137
138 53C700 AND 53C700-66 SCSI DRIVER
139 P:      James E.J. Bottomley
140 M:      James.Bottomley@HansenPartnership.com
141 L:      linux-scsi@vger.kernel.org
142 S:      Maintained
143 F:      drivers/scsi/53c700*
144
145 6PACK NETWORK DRIVER FOR AX.25
146 P:      Andreas Koensgen
147 M:      ajk@iehk.rwth-aachen.de
148 L:      linux-hams@vger.kernel.org
149 S:      Maintained
150 F:      drivers/net/hamradio/6pack.c
151
152 8169 10/100/1000 GIGABIT ETHERNET DRIVER
153 P:      Francois Romieu
154 M:      romieu@fr.zoreil.com
155 L:      netdev@vger.kernel.org
156 S:      Maintained
157 F:      drivers/net/r8169.c
158
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 P:      Alan Cox
161 M:      alan@lxorguk.ukuu.org.uk
162 L:      linux-serial@vger.kernel.org
163 W:      http://serial.sourceforge.net
164 S:      Odd Fixes
165 F:      drivers/serial/8250*
166 F:      include/linux/serial_8250.h
167
168 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
169 P:      Paul Gortmaker
170 M:      p_gortmaker@yahoo.com
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/*8390*
174 F:      drivers/net/ax88796.c
175
176 9P FILE SYSTEM
177 P:      Eric Van Hensbergen
178 M:      ericvh@gmail.com
179 P:      Ron Minnich
180 M:      rminnich@sandia.gov
181 P:      Latchesar Ionkov
182 M:      lucho@ionkov.net
183 L:      v9fs-developer@lists.sourceforge.net
184 W:      http://swik.net/v9fs
185 T:      git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
186 S:      Maintained
187 F:      Documentation/filesystems/9p.txt
188 F:      fs/9p/
189
190 A2232 SERIAL BOARD DRIVER
191 P:      Enver Haase
192 M:      A2232@gmx.net
193 L:      linux-m68k@lists.linux-m68k.org
194 S:      Maintained
195 F:      drivers/char/ser_a2232*
196
197 AACRAID SCSI RAID DRIVER
198 P:      Adaptec OEM Raid Solutions
199 M:      aacraid@adaptec.com
200 L:      linux-scsi@vger.kernel.org
201 W:      http://www.adaptec.com/
202 S:      Supported
203 F:      Documentation/scsi/aacraid.txt
204 F:      drivers/scsi/aacraid/
205
206 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
207 P:      Hans de Goede
208 M:      j.w.r.degoede@hhs.nl
209 L:      lm-sensors@lm-sensors.org
210 S:      Maintained
211 F:      drivers/hwmon/abituguru.c
212
213 ABIT UGURU 3 HARDWARE MONITOR DRIVER
214 P:      Alistair John Strachan
215 M:      alistair@devzero.co.uk
216 L:      lm-sensors@lm-sensors.org
217 S:      Maintained
218 F:      drivers/hwmon/abituguru3.c
219
220 ACENIC DRIVER
221 P:      Jes Sorensen
222 M:      jes@trained-monkey.org
223 L:      linux-acenic@sunsite.dk
224 S:      Maintained
225 F:      drivers/net/acenic*
226
227 ACER WMI LAPTOP EXTRAS
228 P:      Carlos Corbacho
229 M:      carlos@strangeworlds.co.uk
230 L:      aceracpi@googlegroups.com (subscribers-only)
231 W:      http://code.google.com/p/aceracpi
232 S:      Maintained
233 F:      drivers/platform/x86/acer-wmi.c
234
235 ACPI
236 P:      Len Brown
237 M:      lenb@kernel.org
238 L:      linux-acpi@vger.kernel.org
239 W:      http://www.lesswatts.org/projects/acpi/
240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
241 S:      Supported
242 F:      drivers/acpi/
243 F:      drivers/pnp/pnpacpi/
244 F:      include/linux/acpi.h
245
246 ACPI BATTERY DRIVERS
247 P:      Alexey Starikovskiy
248 M:      astarikovskiy@suse.de
249 L:      linux-acpi@vger.kernel.org
250 W:      http://www.lesswatts.org/projects/acpi/
251 S:      Supported
252 F:      drivers/acpi/battery.c
253 F:      drivers/acpi/*sbs*
254
255 ACPI EC DRIVER
256 P:      Alexey Starikovskiy
257 M:      astarikovskiy@suse.de
258 L:      linux-acpi@vger.kernel.org
259 W:      http://www.lesswatts.org/projects/acpi/
260 S:      Supported
261 F:      drivers/acpi/ec.c
262
263 ACPI FAN DRIVER
264 P:      Zhang Rui
265 M:      rui.zhang@intel.com
266 L:      linux-acpi@vger.kernel.org
267 W:      http://www.lesswatts.org/projects/acpi/
268 S:      Supported
269 F:      drivers/acpi/fan.c
270
271 ACPI PCI HOTPLUG DRIVER
272 P:      Kristen Carlson Accardi
273 M:      kristen.c.accardi@intel.com
274 L:      linux-pci@vger.kernel.org
275 S:      Supported
276 F:      drivers/pci/hotplug/acpi*
277
278 ACPI THERMAL DRIVER
279 P:      Zhang Rui
280 M:      rui.zhang@intel.com
281 L:      linux-acpi@vger.kernel.org
282 W:      http://www.lesswatts.org/projects/acpi/
283 S:      Supported
284 F:      drivers/acpi/*thermal*
285
286 ACPI VIDEO DRIVER
287 P:      Zhang Rui
288 M:      rui.zhang@intel.com
289 L:      linux-acpi@vger.kernel.org
290 W:      http://www.lesswatts.org/projects/acpi/
291 S:      Supported
292 F:      drivers/acpi/video.c
293
294 ACPI WMI DRIVER
295 P:      Carlos Corbacho
296 M:      carlos@strangeworlds.co.uk
297 L:      linux-acpi@vger.kernel.org
298 W:      http://www.lesswatts.org/projects/acpi/
299 S:      Maintained
300 F:      drivers/platform/x86/wmi.c
301
302 AD1889 ALSA SOUND DRIVER
303 P:      Kyle McMartin
304 M:      kyle@mcmartin.ca
305 P:      Thibaut Varene
306 M:      T-Bone@parisc-linux.org
307 W:      http://wiki.parisc-linux.org/AD1889
308 L:      linux-parisc@vger.kernel.org
309 S:      Maintained
310 F:      sound/pci/ad1889.*
311
312 ADM1025 HARDWARE MONITOR DRIVER
313 P:      Jean Delvare
314 M:      khali@linux-fr.org
315 L:      lm-sensors@lm-sensors.org
316 S:      Maintained
317 F:      Documentation/hwmon/adm1025
318 F:      drivers/hwmon/adm1025.c
319
320 ADM1029 HARDWARE MONITOR DRIVER
321 P:      Corentin Labbe
322 M:      corentin.labbe@geomatys.fr
323 L:      lm-sensors@lm-sensors.org
324 S:      Maintained
325 F:      drivers/hwmon/adm1029.c
326
327 ADM8211 WIRELESS DRIVER
328 P:      Michael Wu
329 M:      flamingice@sourmilk.net
330 L:      linux-wireless@vger.kernel.org
331 W:      http://linuxwireless.org/
332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
333 S:      Maintained
334 F:      drivers/net/wireless/adm8211.*
335
336 ADT746X FAN DRIVER
337 P:      Colin Leroy
338 M:      colin@colino.net
339 S:      Maintained
340 F:      drivers/macintosh/therm_adt746x.c
341
342 ADVANSYS SCSI DRIVER
343 P:      Matthew Wilcox
344 M:      matthew@wil.cx
345 L:      linux-scsi@vger.kernel.org
346 S:      Maintained
347 F:      Documentation/scsi/advansys.txt
348 F:      drivers/scsi/advansys.c
349
350 AEDSP16 DRIVER
351 P:      Riccardo Facchetti
352 M:      fizban@tin.it
353 S:      Maintained
354 F:      sound/oss/aedsp16.c
355
356 AFFS FILE SYSTEM
357 P:      Roman Zippel
358 M:      zippel@linux-m68k.org
359 S:      Maintained
360 F:      Documentation/filesystems/affs.txt
361 F:      fs/affs/
362
363 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
364 P:      David Howells
365 M:      dhowells@redhat.com
366 L:      linux-afs@lists.infradead.org
367 S:      Supported
368 F:      fs/afs/
369 F:      include/net/af_rxrpc.h
370 F:      net/rxrpc/af_rxrpc.c
371
372 AGPGART DRIVER
373 P:      David Airlie
374 M:      airlied@linux.ie
375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
376 S:      Maintained
377 F:      drivers/char/agp/
378 F:      include/linux/agp*
379
380 AHA152X SCSI DRIVER
381 P:      Juergen E. Fischer
382 M:      fischer@norbit.de
383 L:      linux-scsi@vger.kernel.org
384 S:      Maintained
385 F:      drivers/scsi/aha152x*
386 F:      drivers/scsi/pcmcia/aha152x*
387
388 AIC7XXX / AIC79XX SCSI DRIVER
389 P:      Hannes Reinecke
390 M:      hare@suse.de
391 L:      linux-scsi@vger.kernel.org
392 S:      Maintained
393 F:      drivers/scsi/aic7xxx/
394 F:      drivers/scsi/aic7xxx_old/
395
396 AIO
397 P:      Benjamin LaHaise
398 M:      bcrl@kvack.org
399 L:      linux-aio@kvack.org
400 S:      Supported
401 F:      fs/aio.c
402 F:      include/linux/*aio*.h
403
404 ALCATEL SPEEDTOUCH USB DRIVER
405 P:      Duncan Sands
406 M:      duncan.sands@free.fr
407 L:      linux-usb@vger.kernel.org
408 W:      http://www.linux-usb.org/SpeedTouch/
409 S:      Maintained
410 F:      drivers/usb/atm/speedtch.c
411 F:      drivers/usb/atm/usbatm.c
412
413 ALCHEMY AU1XX0 MMC DRIVER
414 P:      Manuel Lauss
415 M:      manuel.lauss@gmail.com
416 S:      Maintained
417 F:      drivers/mmc/host/au1xmmc.c
418
419 ALI1563 I2C DRIVER
420 P:      Rudolf Marek
421 M:      r.marek@assembler.cz
422 L:      linux-i2c@vger.kernel.org
423 S:      Maintained
424 F:      Documentation/i2c/busses/i2c-ali1563
425 F:      drivers/i2c/busses/i2c-ali1563.c
426
427 ALPHA PORT
428 P:      Richard Henderson
429 M:      rth@twiddle.net
430 S:      Odd Fixes for 2.4; Maintained for 2.6.
431 P:      Ivan Kokshaysky
432 M:      ink@jurassic.park.msu.ru
433 S:      Maintained for 2.4; PCI support for 2.6.
434 L:      linux-alpha@vger.kernel.org
435 F:      arch/alpha/
436
437 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
438 P:      Thomas Dahlmann
439 M:      dahlmann.thomas@arcor.de
440 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
441 S:      Supported
442 F:      drivers/usb/gadget/amd5536udc.*
443
444 AMD GEODE PROCESSOR/CHIPSET SUPPORT
445 P:      Jordan Crouse
446 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
447 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
448 S:      Supported
449 F:      arch/x86/kernel/geode_32.c
450 F:      drivers/char/hw_random/geode-rng.c
451 F:      drivers/crypto/geode*
452 F:      drivers/video/geode/
453 F:      arch/x86/include/asm/geode.h
454
455 AMD IOMMU (AMD-VI)
456 P:      Joerg Roedel
457 M:      joerg.roedel@amd.com
458 L:      iommu@lists.linux-foundation.org
459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
460 S:      Supported
461 F:      arch/x86/kernel/amd_iommu*.c
462 F:      arch/x86/include/asm/amd_iommu*.h
463
464 AMD MICROCODE UPDATE SUPPORT
465 P:      Andreas Herrmann
466 M:      andreas.herrmann3@amd.com
467 L:      amd64-microcode@amd64.org
468 S:      Supported
469 F:      arch/x86/kernel/microcode_amd.c
470
471 AMS (Apple Motion Sensor) DRIVER
472 P:      Stelian Pop
473 M:      stelian@popies.net
474 P:      Michael Hanselmann
475 M:      linux-kernel@hansmi.ch
476 S:      Supported
477 F:      drivers/hwmon/ams/
478
479 AMSO1100 RNIC DRIVER
480 P:      Tom Tucker
481 M:      tom@opengridcomputing.com
482 P:      Steve Wise
483 M:      swise@opengridcomputing.com
484 L:      general@lists.openfabrics.org
485 S:      Maintained
486 F:      drivers/infiniband/hw/amso1100/
487
488 AOA (Apple Onboard Audio) ALSA DRIVER
489 P:      Johannes Berg
490 M:      johannes@sipsolutions.net
491 L:      linuxppc-dev@ozlabs.org
492 L:      alsa-devel@alsa-project.org (subscribers-only)
493 S:      Maintained
494 F:      sound/aoa/
495
496 APM DRIVER
497 P:      Stephen Rothwell
498 M:      sfr@canb.auug.org.au
499 L:      linux-laptop@vger.kernel.org
500 W:      http://www.canb.auug.org.au/~sfr/
501 S:      Supported
502 F:      arch/x86/kernel/apm_32.c
503 F:      include/linux/apm_bios.h
504
505 APPLE BCM5974 MULTITOUCH DRIVER
506 P:      Henrik Rydberg
507 M:      rydberg@euromail.se
508 L:      linux-input@vger.kernel.org
509 S:      Maintained
510 F:      drivers/input/mouse/bcm5974.c
511
512 APPLE SMC DRIVER
513 P:      Nicolas Boichat
514 M:      nicolas@boichat.ch
515 L:      mactel-linux-devel@lists.sourceforge.net
516 S:      Maintained
517 F:      drivers/hwmon/applesmc.c
518
519 APPLETALK NETWORK LAYER
520 P:      Arnaldo Carvalho de Melo
521 M:      acme@ghostprotocols.net
522 S:      Maintained
523 F:      drivers/net/appletalk/
524 F:      net/appletalk/
525
526 APPLETOUCH TOUCHPAD DRIVER
527 P:      Johannes Berg
528 M:      johannes@sipsolutions.net
529 L:      linux-input@vger.kernel.org
530 S:      Maintained
531 F:      Documentation/input/appletouch.txt
532 F:      drivers/input/mouse/appletouch.c
533
534 ARC FRAMEBUFFER DRIVER
535 P:      Jaya Kumar
536 M:      jayalk@intworks.biz
537 S:      Maintained
538 F:      drivers/video/arcfb.c
539 F:      drivers/video/fb_defio.c
540
541 ARM MFM AND FLOPPY DRIVERS
542 P:      Ian Molton
543 M:      spyro@f2s.com
544 S:      Maintained
545 F:      arch/arm/lib/floppydma.S
546 F:      arch/arm/include/asm/floppy.h
547
548 ARM PORT
549 P:      Russell King
550 M:      linux@arm.linux.org.uk
551 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
552 W:      http://www.arm.linux.org.uk/
553 S:      Maintained
554 F:      arch/arm/
555
556 ARM PRIMECELL MMCI PL180/1 DRIVER
557 S:      Orphan
558 F:      drivers/mmc/host/mmci.*
559
560 ARM/ADI ROADRUNNER MACHINE SUPPORT
561 P:      Lennert Buytenhek
562 M:      kernel@wantstofly.org
563 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
564 S:      Maintained
565 F:      arch/arm/mach-ixp23xx/
566 F:      arch/arm/mach-ixp23xx/include/mach/
567
568 ARM/ADS SPHERE MACHINE SUPPORT
569 P:      Lennert Buytenhek
570 M:      kernel@wantstofly.org
571 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
572 S:      Maintained
573
574 ARM/AFEB9260 MACHINE SUPPORT
575 P:      Sergey Lapin
576 M:      slapin@ossfans.org
577 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
578 S:      Maintained
579
580 ARM/AJECO 1ARM MACHINE SUPPORT
581 P:      Lennert Buytenhek
582 M:      kernel@wantstofly.org
583 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
584 S:      Maintained
585
586 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
587 P:      Andrew Victor
588 M:      linux@maxim.org.za
589 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
590 W:      http://maxim.org.za/at91_26.html
591 S:      Maintained
592
593 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
594 P:      Lennert Buytenhek
595 M:      kernel@wantstofly.org
596 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597 S:      Maintained
598
599 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
600 P:      Lennert Buytenhek
601 M:      kernel@wantstofly.org
602 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603 S:      Maintained
604
605 ARM/CLKDEV SUPPORT
606 P:      Russell King
607 M:      linux@arm.linux.org.uk
608 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
609 F:      arch/arm/common/clkdev.c
610 F:      arch/arm/include/asm/clkdev.h
611
612 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
613 P:      Mike Rapoport
614 M:      mike@compulab.co.il
615 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
616 S:      Maintained
617
618 ARM/CORGI MACHINE SUPPORT
619 P:      Richard Purdie
620 M:      rpurdie@rpsys.net
621 S:      Maintained
622
623 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
624 P:      Paulius Zaleckas
625 M:      paulius.zaleckas@teltonika.lt
626 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
627 T:      git git://gitorious.org/linux-gemini/mainline.git
628 S:      Maintained
629 F:      arch/arm/mach-gemini/
630
631 ARM/EBSA110 MACHINE SUPPORT
632 P:      Russell King
633 M:      linux@arm.linux.org.uk
634 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
635 W:      http://www.arm.linux.org.uk/
636 S:      Maintained
637 F:      arch/arm/mach-ebsa110/
638 F:      drivers/net/arm/am79c961a.*
639
640 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
641 P:      Daniel Ribeiro
642 M:      drwyrm@gmail.com
643 P:      Stefan Schmidt
644 M:      stefan@openezx.org
645 P:      Harald Welte
646 M:      laforge@openezx.org
647 L:      openezx-devel@lists.openezx.org (subscribers-only)
648 W:      http://www.openezx.org/
649 S:      Maintained
650
651 ARM/FARADAY FA526 PORT
652 P:      Paulius Zaleckas
653 M:      paulius.zaleckas@teltonika.lt
654 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
655 S:      Maintained
656 F:      arch/arm/mm/*-fa*
657
658 ARM/FOOTBRIDGE ARCHITECTURE
659 P:      Russell King
660 M:      linux@arm.linux.org.uk
661 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
662 W:      http://www.arm.linux.org.uk/
663 S:      Maintained
664 F:      arch/arm/include/asm/hardware/dec21285.h
665 F:      arch/arm/mach-footbridge/
666
667 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
668 P:      Sascha Hauer
669 M:      kernel@pengutronix.de
670 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
671 S:      Maintained
672
673 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
674 P:      Lennert Buytenhek
675 M:      kernel@wantstofly.org
676 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677 S:      Maintained
678
679 ARM/GUMSTIX MACHINE SUPPORT
680 P:      Steve Sakoman
681 M:      sakoman@gmail.com
682 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
683 S:      Maintained
684
685 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
686 P:      Philipp Zabel
687 M:      philipp.zabel@gmail.com
688 S:      Maintained
689 F:      arch/arm/mach-pxa/hx4700.c
690 F:      arch/arm/mach-pxa/include/mach/hx4700.h
691
692 ARM/HP JORNADA 7XX MACHINE SUPPORT
693 P:      Kristoffer Ericson
694 M:      kristoffer.ericson@gmail.com
695 W:      www.jlime.com
696 S:      Maintained
697
698 ARM/INTEL IOP32X ARM ARCHITECTURE
699 P:      Lennert Buytenhek
700 M:      kernel@wantstofly.org
701 P:      Dan Williams
702 M:      dan.j.williams@intel.com
703 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
704 S:      Supported
705
706 ARM/INTEL IOP33X ARM ARCHITECTURE
707 P:      Dan Williams
708 M:      dan.j.williams@intel.com
709 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
710 S:      Supported
711
712 ARM/INTEL IOP13XX ARM ARCHITECTURE
713 P:      Lennert Buytenhek
714 M:      kernel@wantstofly.org
715 P:      Dan Williams
716 M:      dan.j.williams@intel.com
717 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
718 S:      Supported
719
720 ARM/INTEL IQ81342EX MACHINE SUPPORT
721 P:      Lennert Buytenhek
722 M:      kernel@wantstofly.org
723 P:      Dan Williams
724 M:      dan.j.williams@intel.com
725 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
726 S:      Supported
727
728 ARM/INTEL IXP2000 ARM ARCHITECTURE
729 P:      Lennert Buytenhek
730 M:      kernel@wantstofly.org
731 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
732 S:      Maintained
733
734 ARM/INTEL IXDP2850 MACHINE SUPPORT
735 P:      Lennert Buytenhek
736 M:      kernel@wantstofly.org
737 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
738 S:      Maintained
739
740 ARM/INTEL IXP23XX ARM ARCHITECTURE
741 P:      Lennert Buytenhek
742 M:      kernel@wantstofly.org
743 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
744 S:      Maintained
745
746 ARM/INTEL XSC3 (MANZANO) ARM CORE
747 P:      Lennert Buytenhek
748 M:      kernel@wantstofly.org
749 P:      Dan Williams
750 M:      dan.j.williams@intel.com
751 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
752 S:      Supported
753
754 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
755 P:      Lennert Buytenhek
756 M:      kernel@wantstofly.org
757 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
758 S:      Maintained
759
760 ARM/LOGICPD PXA270 MACHINE SUPPORT
761 P:      Lennert Buytenhek
762 M:      kernel@wantstofly.org
763 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
764 S:      Maintained
765
766 ARM/MAGICIAN MACHINE SUPPORT
767 P:      Philipp Zabel
768 M:      philipp.zabel@gmail.com
769 S:      Maintained
770
771 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
772 P:      Michael Petchkovsky
773 M:      mkpetch@internode.on.net
774 S:      Maintained
775
776 ARM/TOSA MACHINE SUPPORT
777 P:      Dmitry Eremin-Solenikov
778 M:      dbaryshkov@gmail.com
779 P:      Dirk Opfer
780 M:      dirk@opfer-online.de
781 S:      Maintained
782
783 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
784 P:      Marek Vasut
785 M:      marek.vasut@gmail.com
786 W:      http://hackndev.com
787 S:      Maintained
788
789 ARM/PALMZ72 SUPPORT
790 P:      Sergey Lapin
791 M:      slapin@ossfans.org
792 W:      http://hackndev.com
793 S:      Maintained
794
795 ARM/PLEB SUPPORT
796 P:      Peter Chubb
797 M:      pleb@gelato.unsw.edu.au
798 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
799 S:      Maintained
800
801 ARM/PT DIGITAL BOARD PORT
802 P:      Stefan Eletzhofer
803 M:      stefan.eletzhofer@eletztrick.de
804 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
805 W:      http://www.arm.linux.org.uk/
806 S:      Maintained
807
808 ARM/RADISYS ENP2611 MACHINE SUPPORT
809 P:      Lennert Buytenhek
810 M:      kernel@wantstofly.org
811 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
812 S:      Maintained
813
814 ARM/RISCPC ARCHITECTURE
815 P:      Russell King
816 M:      linux@arm.linux.org.uk
817 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
818 W:      http://www.arm.linux.org.uk/
819 S:      Maintained
820 F:      arch/arm/common/time-acorn.c
821 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
822 F:      arch/arm/include/asm/hardware/ioc.h
823 F:      arch/arm/include/asm/hardware/iomd.h
824 F:      arch/arm/include/asm/hardware/memc.h
825 F:      arch/arm/mach-rpc/
826 F:      drivers/net/arm/ether*
827 F:      drivers/scsi/arm/
828
829 ARM/SHARK MACHINE SUPPORT
830 P:      Alexander Schulz
831 M:      alex@shark-linux.de
832 W:      http://www.shark-linux.de/shark.html
833 S:      Maintained
834
835 ARM/S3C2410 ARM ARCHITECTURE
836 P:      Ben Dooks
837 M:      ben-linux@fluff.org
838 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
839 W:      http://www.fluff.org/ben/linux/
840 S:      Maintained
841
842 ARM/S3C2440 ARM ARCHITECTURE
843 P:      Ben Dooks
844 M:      ben-linux@fluff.org
845 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
846 W:      http://www.fluff.org/ben/linux/
847 S:      Maintained
848
849 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
850 P:      Lennert Buytenhek
851 M:      kernel@wantstofly.org
852 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
853 S:      Maintained
854
855 ARM/THECUS N2100 MACHINE SUPPORT
856 P:      Lennert Buytenhek
857 M:      kernel@wantstofly.org
858 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
859 S:      Maintained
860
861 ARM/NUVOTON W90X900 ARM ARCHITECTURE
862 P:      Wan ZongShun
863 M:      mcuos.com@gmail.com
864 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
865 W:      http://www.mcuos.com
866 S:      Maintained
867
868 ARM/VFP SUPPORT
869 P:      Russell King
870 M:      linux@arm.linux.org.uk
871 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
872 W:      http://www.arm.linux.org.uk/
873 S:      Maintained
874 F:      arch/arm/vfp/
875
876 ARPD SUPPORT
877 P:      Jonathan Layes
878 L:      netdev@vger.kernel.org
879 S:      Maintained
880 F:      net/ipv4/arp.c
881
882 ASUS ACPI EXTRAS DRIVER
883 P:      Corentin Chary
884 M:      corentincj@iksaif.net
885 P:      Karol Kozimor
886 M:      sziwan@users.sourceforge.net
887 L:      acpi4asus-user@lists.sourceforge.net
888 W:      http://sourceforge.net/projects/acpi4asus
889 W:      http://xf.iksaif.net/acpi4asus
890 S:      Maintained
891 F:      arch/x86/kernel/acpi/boot.c
892 F:      drivers/platform/x86/asus_acpi.c
893
894 ASUS ASB100 HARDWARE MONITOR DRIVER
895 P:      Mark M. Hoffman
896 M:      mhoffman@lightlink.com
897 L:      lm-sensors@lm-sensors.org
898 S:      Maintained
899 F:      drivers/hwmon/asb100.c
900
901 ASUS LAPTOP EXTRAS DRIVER
902 P:      Corentin Chary
903 M:      corentincj@iksaif.net
904 L:      acpi4asus-user@lists.sourceforge.net
905 W:      http://sourceforge.net/projects/acpi4asus
906 W:      http://xf.iksaif.net/acpi4asus
907 S:      Maintained
908 F:      drivers/platform/x86/asus-laptop.c
909
910 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
911 P:      Dan Williams
912 M:      dan.j.williams@intel.com
913 P:      Maciej Sosnowski
914 M:      maciej.sosnowski@intel.com
915 L:      linux-kernel@vger.kernel.org
916 W:      http://sourceforge.net/projects/xscaleiop
917 S:      Supported
918 F:      Documentation/crypto/async-tx-api.txt
919 F:      crypto/async_tx/
920 F:      drivers/dma/
921 F:      include/linux/dmaengine.h
922 F:      include/linux/async_tx.h
923
924 ATA OVER ETHERNET (AOE) DRIVER
925 P:      Ed L. Cashin
926 M:      ecashin@coraid.com
927 W:      http://www.coraid.com/support/linux
928 S:      Supported
929 F:      Documentation/aoe/
930 F:      drivers/block/aoe/
931
932 ATHEROS ATH5K WIRELESS DRIVER
933 P:      Jiri Slaby
934 M:      jirislaby@gmail.com
935 P:      Nick Kossifidis
936 M:      mickflemm@gmail.com
937 P:      Luis R. Rodriguez
938 M:      lrodriguez@atheros.com
939 P:      Bob Copeland
940 M:      me@bobcopeland.com
941 L:      linux-wireless@vger.kernel.org
942 L:      ath5k-devel@lists.ath5k.org
943 S:      Maintained
944 F:      drivers/net/wireless/ath5k/
945
946 ATHEROS ATH9K WIRELESS DRIVER
947 P:      Luis R. Rodriguez
948 M:      lrodriguez@atheros.com
949 P:      Jouni Malinen
950 M:      jmalinen@atheros.com
951 P:      Sujith Manoharan
952 M:      Sujith.Manoharan@atheros.com
953 P:      Vasanthakumar Thiagarajan
954 M:      vasanth@atheros.com
955 P:      Senthil Balasubramanian
956 M:      senthilkumar@atheros.com
957 L:      linux-wireless@vger.kernel.org
958 L:      ath9k-devel@lists.ath9k.org
959 S:      Supported
960 F:      drivers/net/wireless/ath9k/
961
962 ATHEROS AR9170 WIRELESS DRIVER
963 P:      Christian Lamparter
964 M:      chunkeey@web.de
965 L:      linux-wireless@vger.kernel.org
966 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
967 S:      Maintained
968 F:      drivers/net/wireless/ar9170/
969
970 ATI_REMOTE2 DRIVER
971 P:      Ville Syrjala
972 M:      syrjala@sci.fi
973 S:      Maintained
974 F:      drivers/input/misc/ati_remote2.c
975
976 ATLX ETHERNET DRIVERS
977 P:      Jay Cliburn
978 M:      jcliburn@gmail.com
979 P:      Chris Snook
980 M:      csnook@redhat.com
981 P:      Jie Yang
982 M:      jie.yang@atheros.com
983 L:      atl1-devel@lists.sourceforge.net
984 W:      http://sourceforge.net/projects/atl1
985 W:      http://atl1.sourceforge.net
986 S:      Maintained
987 F:      drivers/net/atlx/
988
989 ATM
990 P:      Chas Williams
991 M:      chas@cmf.nrl.navy.mil
992 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
993 L:      netdev@vger.kernel.org
994 W:      http://linux-atm.sourceforge.net
995 S:      Maintained
996 F:      drivers/atm/
997 F:      include/linux/atm*
998
999 ATMEL AT91 MCI DRIVER
1000 P:      Nicolas Ferre
1001 M:      nicolas.ferre@atmel.com
1002 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1003 W:      http://www.atmel.com/products/AT91/
1004 W:      http://www.at91.com/
1005 S:      Maintained
1006 F:      drivers/mmc/host/at91_mci.c
1007
1008 ATMEL AT91 / AT32 SERIAL DRIVER
1009 P:      Haavard Skinnemoen
1010 M:      hskinnemoen@atmel.com
1011 L:      linux-kernel@vger.kernel.org
1012 S:      Supported
1013 F:      drivers/serial/atmel_serial.c
1014
1015 ATMEL LCDFB DRIVER
1016 P:      Nicolas Ferre
1017 M:      nicolas.ferre@atmel.com
1018 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1019 S:      Maintained
1020 F:      drivers/video/atmel_lcdfb.c
1021 F:      include/video/atmel_lcdc.h
1022
1023 ATMEL MACB ETHERNET DRIVER
1024 P:      Haavard Skinnemoen
1025 M:      hskinnemoen@atmel.com
1026 S:      Supported
1027 F:      drivers/net/macb.*
1028
1029 ATMEL SPI DRIVER
1030 P:      Haavard Skinnemoen
1031 M:      hskinnemoen@atmel.com
1032 S:      Supported
1033 F:      drivers/spi/atmel_spi.*
1034
1035 ATMEL USBA UDC DRIVER
1036 P:      Haavard Skinnemoen
1037 M:      hskinnemoen@atmel.com
1038 L:      kernel@avr32linux.org
1039 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1040 S:      Supported
1041 F:      drivers/usb/gadget/atmel_usba_udc.*
1042
1043 ATMEL WIRELESS DRIVER
1044 P:      Simon Kelley
1045 M:      simon@thekelleys.org.uk
1046 L:      linux-wireless@vger.kernel.org
1047 W:      http://www.thekelleys.org.uk/atmel
1048 W:      http://atmelwlandriver.sourceforge.net/
1049 S:      Maintained
1050 F:      drivers/net/wireless/atmel*
1051
1052 AUDIT SUBSYSTEM
1053 P:      Al Viro
1054 M:      viro@zeniv.linux.org.uk
1055 P:      Eric Paris
1056 M:      eparis@redhat.com
1057 L:      linux-audit@redhat.com (subscribers-only)
1058 W:      http://people.redhat.com/sgrubb/audit/
1059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1060 S:      Maintained
1061 F:      include/linux/audit.h
1062 F:      kernel/audit*
1063
1064 AUXILIARY DISPLAY DRIVERS
1065 P:      Miguel Ojeda Sandonis
1066 M:      miguel.ojeda.sandonis@gmail.com
1067 L:      linux-kernel@vger.kernel.org
1068 W:      http://miguelojeda.es/auxdisplay.htm
1069 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1070 S:      Maintained
1071 F:      drivers/auxdisplay/
1072 F:      include/linux/cfag12864b.h
1073
1074 AVR32 ARCHITECTURE
1075 P:      Haavard Skinnemoen
1076 M:      hskinnemoen@atmel.com
1077 W:      http://www.atmel.com/products/AVR32/
1078 W:      http://avr32linux.org/
1079 W:      http://avrfreaks.net/
1080 S:      Supported
1081 F:      arch/avr32/
1082
1083 AVR32/AT32AP MACHINE SUPPORT
1084 P:      Haavard Skinnemoen
1085 M:      hskinnemoen@atmel.com
1086 S:      Supported
1087 F:      arch/avr32/mach-at32ap/
1088
1089 AX.25 NETWORK LAYER
1090 P:      Ralf Baechle
1091 M:      ralf@linux-mips.org
1092 L:      linux-hams@vger.kernel.org
1093 W:      http://www.linux-ax25.org/
1094 S:      Maintained
1095 F:      include/linux/ax25.h
1096 F:      include/net/ax25.h
1097 F:      net/ax25/
1098
1099 B43 WIRELESS DRIVER
1100 P:      Michael Buesch
1101 M:      mb@bu3sch.de
1102 P:      Stefano Brivio
1103 M:      stefano.brivio@polimi.it
1104 L:      linux-wireless@vger.kernel.org
1105 W:      http://linuxwireless.org/en/users/Drivers/b43
1106 S:      Maintained
1107 F:      drivers/net/wireless/b43/
1108
1109 B43LEGACY WIRELESS DRIVER
1110 P:      Larry Finger
1111 M:      Larry.Finger@lwfinger.net
1112 P:      Stefano Brivio
1113 M:      stefano.brivio@polimi.it
1114 L:      linux-wireless@vger.kernel.org
1115 W:      http://linuxwireless.org/en/users/Drivers/b43
1116 S:      Maintained
1117 F:      drivers/net/wireless/b43legacy/
1118
1119 BACKLIGHT CLASS/SUBSYSTEM
1120 P:      Richard Purdie
1121 M:      rpurdie@rpsys.net
1122 S:      Maintained
1123 F:      drivers/video/backlight/
1124 F:      include/linux/backlight.h
1125
1126 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1127 P:      Thomas Sailer
1128 M:      t.sailer@alumni.ethz.ch
1129 L:      linux-hams@vger.kernel.org
1130 W:      http://www.baycom.org/~tom/ham/ham.html
1131 S:      Maintained
1132 F:      drivers/net/hamradio/baycom*
1133
1134 BEFS FILE SYSTEM
1135 P:      Sergey S. Kostyliov
1136 M:      rathamahata@php4.ru
1137 L:      linux-kernel@vger.kernel.org
1138 S:      Maintained
1139 F:      Documentation/filesystems/befs.txt
1140 F:      fs/befs/
1141
1142 BFS FILE SYSTEM
1143 P:      Tigran A. Aivazian
1144 M:      tigran@aivazian.fsnet.co.uk
1145 L:      linux-kernel@vger.kernel.org
1146 S:      Maintained
1147 F:      Documentation/filesystems/bfs.txt
1148 F:      fs/bfs/
1149 F:      include/linux/bfs_fs.h
1150
1151 BLACKFIN ARCHITECTURE
1152 P:      Mike Frysinger
1153 M:      vapier@gentoo.org
1154 L:      uclinux-dist-devel@blackfin.uclinux.org
1155 W:      http://blackfin.uclinux.org
1156 S:      Supported
1157 F:      arch/blackfin/
1158
1159 BLACKFIN EMAC DRIVER
1160 P:      Michael Hennerich
1161 M:      michael.hennerich@analog.com
1162 L:      uclinux-dist-devel@blackfin.uclinux.org
1163 W:      http://blackfin.uclinux.org
1164 S:      Supported
1165 F:      drivers/net/bfin_mac.*
1166
1167 BLACKFIN RTC DRIVER
1168 P:      Mike Frysinger
1169 M:      vapier.adi@gmail.com
1170 L:      uclinux-dist-devel@blackfin.uclinux.org
1171 W:      http://blackfin.uclinux.org
1172 S:      Supported
1173 F:      drivers/rtc/rtc-bfin.c
1174
1175 BLACKFIN SERIAL DRIVER
1176 P:      Sonic Zhang
1177 M:      sonic.zhang@analog.com
1178 L:      uclinux-dist-devel@blackfin.uclinux.org
1179 W:      http://blackfin.uclinux.org
1180 S:      Supported
1181 F:      drivers/serial/bfin_5xx.c
1182
1183 BLACKFIN WATCHDOG DRIVER
1184 P:      Mike Frysinger
1185 M:      vapier.adi@gmail.com
1186 L:      uclinux-dist-devel@blackfin.uclinux.org
1187 W:      http://blackfin.uclinux.org
1188 S:      Supported
1189 F:      drivers/watchdog/bfin_wdt.c
1190
1191 BLACKFIN I2C TWI DRIVER
1192 P:      Sonic Zhang
1193 M:      sonic.zhang@analog.com
1194 L:      uclinux-dist-devel@blackfin.uclinux.org
1195 W:      http://blackfin.uclinux.org/
1196 S:      Supported
1197 F:      drivers/i2c/busses/i2c-bfin-twi.c
1198
1199 BLOCK LAYER
1200 P:      Jens Axboe
1201 M:      axboe@kernel.dk
1202 L:      linux-kernel@vger.kernel.org
1203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1204 S:      Maintained
1205 F:      block/
1206
1207 BLOCK2MTD DRIVER
1208 P:      Joern Engel
1209 M:      joern@lazybastard.org
1210 L:      linux-mtd@lists.infradead.org
1211 S:      Maintained
1212 F:      drivers/mtd/devices/block2mtd.c
1213
1214 BLUETOOTH DRIVERS
1215 P:      Marcel Holtmann
1216 M:      marcel@holtmann.org
1217 L:      linux-bluetooth@vger.kernel.org
1218 W:      http://www.bluez.org/
1219 S:      Maintained
1220 F:      drivers/bluetooth/
1221
1222 BLUETOOTH SUBSYSTEM
1223 P:      Marcel Holtmann
1224 M:      marcel@holtmann.org
1225 L:      linux-bluetooth@vger.kernel.org
1226 W:      http://www.bluez.org/
1227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1228 S:      Maintained
1229 F:      net/bluetooth/
1230 F:      include/net/bluetooth/
1231
1232 BONDING DRIVER
1233 P:      Jay Vosburgh
1234 M:      fubar@us.ibm.com
1235 L:      bonding-devel@lists.sourceforge.net
1236 W:      http://sourceforge.net/projects/bonding/
1237 S:      Supported
1238 F:      drivers/net/bonding/
1239 F:      include/linux/if_bonding.h
1240
1241 BROADCOM B44 10/100 ETHERNET DRIVER
1242 P:      Gary Zambrano
1243 M:      zambrano@broadcom.com
1244 L:      netdev@vger.kernel.org
1245 S:      Supported
1246 F:      drivers/net/b44.*
1247
1248 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1249 P:      Michael Chan
1250 M:      mchan@broadcom.com
1251 L:      netdev@vger.kernel.org
1252 S:      Supported
1253 F:      drivers/net/bnx2.*
1254 F:      drivers/net/bnx2_*
1255
1256 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1257 P:      Eilon Greenstein
1258 M:      eilong@broadcom.com
1259 L:      netdev@vger.kernel.org
1260 S:      Supported
1261 F:      drivers/net/bnx2x*
1262
1263 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1264 P:      Matt Carlson
1265 M:      mcarlson@broadcom.com
1266 P:      Michael Chan
1267 M:      mchan@broadcom.com
1268 L:      netdev@vger.kernel.org
1269 S:      Supported
1270 F:      drivers/net/tg3.*
1271
1272 BSG (block layer generic sg v4 driver)
1273 P:      FUJITA Tomonori
1274 M:      fujita.tomonori@lab.ntt.co.jp
1275 L:      linux-scsi@vger.kernel.org
1276 S:      Supported
1277 F:      block/bsg.c
1278 F:      include/linux/bsg.h
1279
1280 BT8XXGPIO DRIVER
1281 P:      Michael Buesch
1282 M:      mb@bu3sch.de
1283 W:      http://bu3sch.de/btgpio.php
1284 S:      Maintained
1285 F:      drivers/gpio/bt8xxgpio.c
1286
1287 BTRFS FILE SYSTEM
1288 P:      Chris Mason
1289 M:      chris.mason@oracle.com
1290 L:      linux-btrfs@vger.kernel.org
1291 W:      http://btrfs.wiki.kernel.org/
1292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1293 S:      Maintained
1294 F:      Documentation/filesystems/btrfs.txt
1295 F:      fs/btrfs/
1296
1297 BTTV VIDEO4LINUX DRIVER
1298 P:      Mauro Carvalho Chehab
1299 M:      mchehab@infradead.org
1300 L:      linux-media@vger.kernel.org
1301 W:      http://linuxtv.org
1302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1303 S:      Maintained
1304 F:      Documentation/video4linux/bttv/
1305 F:      drivers/media/video/bt8xx/bttv*
1306
1307 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1308 P:      David Howells
1309 M:      dhowells@redhat.com
1310 L:      linux-cachefs@redhat.com
1311 S:      Supported
1312 F:      Documentation/filesystems/caching/cachefiles.txt
1313 F:      fs/cachefiles/
1314
1315 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1316 P:      Jonathan Corbet
1317 M:      corbet@lwn.net
1318 L:      linux-media@vger.kernel.org
1319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1320 S:      Maintained
1321 F:      Documentation/video4linux/cafe_ccic
1322 F:      drivers/media/video/cafe_ccic*
1323
1324 CALGARY x86-64 IOMMU
1325 P:      Muli Ben-Yehuda
1326 M:      muli@il.ibm.com
1327 P:      Jon D. Mason
1328 M:      jdmason@kudzu.us
1329 L:      linux-kernel@vger.kernel.org
1330 L:      discuss@x86-64.org
1331 S:      Maintained
1332 F:      arch/x86/kernel/pci-calgary_64.c
1333 F:      arch/x86/kernel/tce_64.c
1334 F:      arch/x86/include/asm/calgary.h
1335 F:      arch/x86/include/asm/tce.h
1336
1337 CAN NETWORK LAYER
1338 P:      Urs Thuermann
1339 M:      urs.thuermann@volkswagen.de
1340 P:      Oliver Hartkopp
1341 M:      oliver.hartkopp@volkswagen.de
1342 L:      socketcan-core@lists.berlios.de (subscribers-only)
1343 W:      http://developer.berlios.de/projects/socketcan/
1344 S:      Maintained
1345 F:      drivers/net/can/
1346 F:      include/linux/can/
1347 F:      include/linux/can.h
1348
1349 CAN NETWORK DRIVERS
1350 P:      Wolfgang Grandegger
1351 M:      wg@grandegger.com
1352 L:      socketcan-core@lists.berlios.de (subscribers-only)
1353 W:      http://developer.berlios.de/projects/socketcan/
1354 S:      Maintained
1355
1356 CELL BROADBAND ENGINE ARCHITECTURE
1357 P:      Arnd Bergmann
1358 M:      arnd@arndb.de
1359 L:      linuxppc-dev@ozlabs.org
1360 L:      cbe-oss-dev@ozlabs.org
1361 W:      http://www.ibm.com/developerworks/power/cell/
1362 S:      Supported
1363 F:      arch/powerpc/include/asm/cell*.h
1364 F:      arch/powerpc/include/asm/spu*.h
1365 F:      arch/powerpc/oprofile/*cell*
1366 F:      arch/powerpc/platforms/cell/
1367
1368 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1369 P:      David Vrabel
1370 M:      david.vrabel@csr.com
1371 L:      linux-usb@vger.kernel.org
1372 S:      Supported
1373 F:      Documentation/usb/WUSB-Design-overview.txt
1374 F:      Documentation/usb/wusb-cbaf
1375 F:      drivers/usb/wusbcore/
1376 F:      include/linux/usb/wusb*
1377
1378 CFAG12864B LCD DRIVER
1379 P:      Miguel Ojeda Sandonis
1380 M:      miguel.ojeda.sandonis@gmail.com
1381 L:      linux-kernel@vger.kernel.org
1382 W:      http://miguelojeda.es/auxdisplay.htm
1383 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1384 S:      Maintained
1385 F:      drivers/auxdisplay/cfag12864b.c
1386 F:      include/linux/cfag12864b.h
1387
1388 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1389 P:      Miguel Ojeda Sandonis
1390 M:      miguel.ojeda.sandonis@gmail.com
1391 L:      linux-kernel@vger.kernel.org
1392 W:      http://miguelojeda.es/auxdisplay.htm
1393 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1394 S:      Maintained
1395 F:      drivers/auxdisplay/cfag12864bfb.c
1396 F:      include/linux/cfag12864b.h
1397
1398 CFG80211 and NL80211
1399 P:      Johannes Berg
1400 M:      johannes@sipsolutions.net
1401 L:      linux-wireless@vger.kernel.org
1402 S:      Maintained
1403 F:      include/linux/nl80211.h
1404 F:      include/net/cfg80211.h
1405 F:      net/wireless/*
1406 X:      net/wireless/wext*
1407
1408 CHECKPATCH
1409 P:      Andy Whitcroft
1410 M:      apw@canonical.com
1411 L:      linux-kernel@vger.kernel.org
1412 S:      Supported
1413 F:      scripts/checkpatch.pl
1414
1415 CISCO 10G ETHERNET DRIVER
1416 P:      Scott Feldman
1417 M:      scofeldm@cisco.com
1418 P:      Joe Eykholt
1419 M:      jeykholt@cisco.com
1420 S:      Supported
1421 F:      drivers/net/enic/
1422
1423 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1424 P:      Lennert Buytenhek
1425 M:      kernel@wantstofly.org
1426 L:      netdev@vger.kernel.org
1427 S:      Maintained
1428 F:      drivers/net/arm/ep93xx_eth.c
1429
1430 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1431 P:      Lennert Buytenhek
1432 M:      kernel@wantstofly.org
1433 L:      linux-usb@vger.kernel.org
1434 S:      Maintained
1435 F:      drivers/usb/host/ohci-ep93xx.c
1436
1437 CIRRUS LOGIC CS4270 SOUND DRIVER
1438 P:      Timur Tabi
1439 M:      timur@freescale.com
1440 L:      alsa-devel@alsa-project.org
1441 S:      Supported
1442 F:      sound/soc/codecs/cs4270*
1443
1444 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1445 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1446 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1447 P:      Nils Faerber (port to kernel 2.4)
1448 M:      Nils Faerber <nils@kernelconcepts.de>
1449 S:      Maintained
1450 F:      Documentation/input/cs461x.txt
1451 F:      sound/pci/cs46xx/
1452
1453 CLK API
1454 P:      Russell King
1455 M:      linux@arm.linux.org.uk
1456 F:      include/linux/clk.h
1457
1458 CISCO FCOE HBA DRIVER
1459 P:      Abhijeet Joglekar
1460 M:      abjoglek@cisco.com
1461 P:      Joe Eykholt
1462 M:      jeykholt@cisco.com
1463 L:      linux-scsi@vger.kernel.org
1464 S:      Supported
1465
1466 CODA FILE SYSTEM
1467 P:      Jan Harkes
1468 M:      jaharkes@cs.cmu.edu
1469 M:      coda@cs.cmu.edu
1470 L:      codalist@coda.cs.cmu.edu
1471 W:      http://www.coda.cs.cmu.edu/
1472 S:      Maintained
1473 F:      Documentation/filesystems/coda.txt
1474 F:      fs/coda/
1475 F:      include/linux/coda*.h
1476
1477 COMMON INTERNET FILE SYSTEM (CIFS)
1478 P:      Steve French
1479 M:      sfrench@samba.org
1480 L:      linux-cifs-client@lists.samba.org
1481 L:      samba-technical@lists.samba.org
1482 W:      http://linux-cifs.samba.org/
1483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1484 S:      Supported
1485 F:      Documentation/filesystems/cifs.txt
1486 F:      fs/cifs/
1487
1488 COMPACTPCI HOTPLUG CORE
1489 P:      Scott Murray
1490 M:      scottm@somanetworks.com
1491 M:      scott@spiteful.org
1492 L:      linux-pci@vger.kernel.org
1493 S:      Supported
1494 F:      drivers/pci/hotplug/cpci_hotplug*
1495
1496 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1497 P:      Scott Murray
1498 M:      scottm@somanetworks.com
1499 M:      scott@spiteful.org
1500 L:      linux-pci@vger.kernel.org
1501 S:      Supported
1502 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1503
1504 COMPACTPCI HOTPLUG GENERIC DRIVER
1505 P:      Scott Murray
1506 M:      scottm@somanetworks.com
1507 M:      scott@spiteful.org
1508 L:      linux-pci@vger.kernel.org
1509 S:      Supported
1510 F:      drivers/pci/hotplug/cpcihp_generic.c
1511
1512 COMPAL LAPTOP SUPPORT
1513 P:      Cezary Jackiewicz
1514 M:      cezary.jackiewicz@gmail.com
1515 S:      Maintained
1516 F:      drivers/platform/x86/compal-laptop.c
1517
1518 COMPUTONE INTELLIPORT MULTIPORT CARD
1519 P:      Michael H. Warfield
1520 M:      mhw@wittsend.com
1521 W:      http://www.wittsend.com/computone.html
1522 S:      Maintained
1523 F:      Documentation/serial/computone.txt
1524 F:      drivers/char/ip2/
1525
1526 CONEXANT ACCESSRUNNER USB DRIVER
1527 P:      Simon Arlott
1528 M:      cxacru@fire.lp0.eu
1529 L:      accessrunner-general@lists.sourceforge.net
1530 W:      http://accessrunner.sourceforge.net/
1531 S:      Maintained
1532 F:      drivers/usb/atm/cxacru.c
1533
1534 CONFIGFS
1535 P:      Joel Becker
1536 M:      joel.becker@oracle.com
1537 L:      linux-kernel@vger.kernel.org
1538 S:      Supported
1539 F:      fs/configfs/
1540 F:      include/linux/configfs.h
1541
1542 CONTROL GROUPS (CGROUPS)
1543 P:      Paul Menage
1544 M:      menage@google.com
1545 P:      Li Zefan
1546 M:      lizf@cn.fujitsu.com
1547 L:      containers@lists.linux-foundation.org
1548 S:      Maintained
1549 F:      include/linux/cgroup*
1550 F:      kernel/cgroup*
1551
1552 CORETEMP HARDWARE MONITORING DRIVER
1553 P:      Rudolf Marek
1554 M:      r.marek@assembler.cz
1555 L:      lm-sensors@lm-sensors.org
1556 S:      Maintained
1557 F:      Documentation/hwmon/coretemp
1558 F:      drivers/hwmon/coretemp.c
1559
1560 COSA/SRP SYNC SERIAL DRIVER
1561 P:      Jan "Yenya" Kasprzak
1562 M:      kas@fi.muni.cz
1563 W:      http://www.fi.muni.cz/~kas/cosa/
1564 S:      Maintained
1565 F:      drivers/net/wan/cosa*
1566
1567 CPMAC ETHERNET DRIVER
1568 P:      Florian Fainelli
1569 M:      florian@openwrt.org
1570 L:      netdev@vger.kernel.org
1571 S:      Maintained
1572 F:      drivers/net/cpmac.c
1573
1574 CPU FREQUENCY DRIVERS
1575 P:      Dave Jones
1576 M:      davej@redhat.com
1577 L:      cpufreq@vger.kernel.org
1578 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1580 S:      Maintained
1581 F:      arch/x86/kernel/cpu/cpufreq/
1582 F:      drivers/cpufreq/
1583 F:      include/linux/cpufreq.h
1584
1585 CPUID/MSR DRIVER
1586 P:      H. Peter Anvin
1587 M:      hpa@zytor.com
1588 S:      Maintained
1589 F:      arch/x86/kernel/cpuid.c
1590 F:      arch/x86/kernel/msr.c
1591
1592 CPUSETS
1593 P:      Paul Menage
1594 M:      menage@google.com
1595 L:      linux-kernel@vger.kernel.org
1596 W:      http://www.bullopensource.org/cpuset/
1597 W:      http://oss.sgi.com/projects/cpusets/
1598 S:      Supported
1599 F:      Documentation/cgroups/cpusets.txt
1600 F:      include/linux/cpuset.h
1601 F:      kernel/cpuset.c
1602
1603 CRAMFS FILESYSTEM
1604 W:      http://sourceforge.net/projects/cramfs/
1605 S:      Orphan
1606 F:      Documentation/filesystems/cramfs.txt
1607 F:      fs/cramfs/
1608
1609 CRIS PORT
1610 P:      Mikael Starvik
1611 M:      starvik@axis.com
1612 P:      Jesper Nilsson
1613 M:      jesper.nilsson@axis.com
1614 L:      dev-etrax@axis.com
1615 W:      http://developer.axis.com
1616 S:      Maintained
1617 F:      arch/cris/
1618
1619 CRYPTO API
1620 P:      Herbert Xu
1621 M:      herbert@gondor.apana.org.au
1622 P:      David S. Miller
1623 M:      davem@davemloft.net
1624 L:      linux-crypto@vger.kernel.org
1625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1626 S:      Maintained
1627 F:      Documentation/crypto/
1628 F:      arch/*/crypto/
1629 F:      crypto/
1630 F:      drivers/crypto/
1631 F:      include/crypto/
1632
1633 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1634 P:      Neil Horman
1635 M:      nhorman@tuxdriver.com
1636 L:      linux-crypto@vger.kernel.org
1637 S:      Maintained
1638
1639 CS5535 Audio ALSA driver
1640 P:      Jaya Kumar
1641 M:      jayakumar.alsa@gmail.com
1642 S:      Maintained
1643 F:      sound/pci/cs5535audio/
1644
1645 CX18 VIDEO4LINUX DRIVER
1646 P:      Hans Verkuil
1647 M:      hverkuil@xs4all.nl
1648 P:      Andy Walls
1649 M:      awalls@radix.net
1650 L:      ivtv-devel@ivtvdriver.org
1651 L:      ivtv-users@ivtvdriver.org
1652 L:      linux-media@vger.kernel.org
1653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1654 W:      http://linuxtv.org
1655 S:      Maintained
1656 F:      Documentation/video4linux/cx18.txt
1657 F:      drivers/media/video/cx18/
1658
1659 CXGB3 ETHERNET DRIVER (CXGB3)
1660 P:      Divy Le Ray
1661 M:      divy@chelsio.com
1662 L:      netdev@vger.kernel.org
1663 W:      http://www.chelsio.com
1664 S:      Supported
1665 F:      drivers/net/cxgb3/
1666
1667 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1668 P:      Steve Wise
1669 M:      swise@chelsio.com
1670 L:      general@lists.openfabrics.org
1671 W:      http://www.openfabrics.org
1672 S:      Supported
1673 F:      drivers/infiniband/hw/cxgb3/
1674
1675 CYBERPRO FB DRIVER
1676 P:      Russell King
1677 M:      linux@arm.linux.org.uk
1678 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1679 W:      http://www.arm.linux.org.uk/
1680 S:      Maintained
1681 F:      drivers/video/cyber2000fb.*
1682
1683 CYCLADES 2X SYNC CARD DRIVER
1684 P:      Arnaldo Carvalho de Melo
1685 M:      acme@ghostprotocols.net
1686 W:      http://oops.ghostprotocols.net:81/blog
1687 S:      Maintained
1688 F:      drivers/net/wan/cycx*
1689
1690 CYCLADES ASYNC MUX DRIVER
1691 W:      http://www.cyclades.com/
1692 S:      Orphan
1693 F:      drivers/char/cyclades.c
1694 F:      include/linux/cyclades.h
1695
1696 CYCLADES PC300 DRIVER
1697 W:      http://www.cyclades.com/
1698 S:      Orphan
1699 F:      drivers/net/wan/pc300*
1700
1701 DAMA SLAVE for AX.25
1702 P:      Joerg Reuter
1703 M:      jreuter@yaina.de
1704 W:      http://yaina.de/jreuter/
1705 W:      http://www.qsl.net/dl1bke/
1706 L:      linux-hams@vger.kernel.org
1707 S:      Maintained
1708 F:      net/ax25/af_ax25.c
1709 F:      net/ax25/ax25_dev.c
1710 F:      net/ax25/ax25_ds_*
1711 F:      net/ax25/ax25_in.c
1712 F:      net/ax25/ax25_out.c
1713 F:      net/ax25/ax25_timer.c
1714 F:      net/ax25/sysctl_net_ax25.c
1715
1716 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1717 P:      Tobias Ringstrom
1718 M:      tori@unhappy.mine.nu
1719 L:      netdev@vger.kernel.org
1720 S:      Maintained
1721 F:      Documentation/networking/dmfe.txt
1722 F:      drivers/net/tulip/dmfe.c
1723
1724 DC390/AM53C974 SCSI driver
1725 P:      Kurt Garloff
1726 M:      garloff@suse.de
1727 W:      http://www.garloff.de/kurt/linux/dc390/
1728 P:      Guennadi Liakhovetski
1729 M:      g.liakhovetski@gmx.de
1730 S:      Maintained
1731 F:      drivers/scsi/tmscsim.*
1732
1733 DC395x SCSI driver
1734 P:      Oliver Neukum
1735 M:      oliver@neukum.name
1736 P:      Ali Akcaagac
1737 M:      aliakc@web.de
1738 P:      Jamie Lenehan
1739 M:      lenehan@twibble.org
1740 W:      http://twibble.org/dist/dc395x/
1741 L:      dc395x@twibble.org
1742 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1743 S:      Maintained
1744 F:      Documentation/scsi/dc395x.txt
1745 F:      drivers/scsi/dc395x.*
1746
1747 DCCP PROTOCOL
1748 P:      Arnaldo Carvalho de Melo
1749 M:      acme@ghostprotocols.net
1750 L:      dccp@vger.kernel.org
1751 W:      http://linux-net.osdl.org/index.php/DCCP
1752 S:      Maintained
1753 F:      include/linux/dccp.h
1754 F:      include/linux/tfrc.h
1755 F:      net/dccp/
1756
1757 DECnet NETWORK LAYER
1758 P:      Christine Caulfield
1759 M:      christine.caulfield@googlemail.com
1760 W:      http://linux-decnet.sourceforge.net
1761 L:      linux-decnet-user@lists.sourceforge.net
1762 S:      Maintained
1763 F:      Documentation/networking/decnet.txt
1764 F:      net/decnet/
1765
1766 DEFXX FDDI NETWORK DRIVER
1767 P:      Maciej W. Rozycki
1768 M:      macro@linux-mips.org
1769 S:      Maintained
1770 F:      drivers/net/defxx.*
1771
1772 DELL LAPTOP DRIVER
1773 P:      Matthew Garrett
1774 M:      mjg59@srcf.ucam.org
1775 S:      Maintained
1776 F:      drivers/platform/x86/dell-laptop.c
1777
1778 DELL LAPTOP SMM DRIVER
1779 P:      Massimo Dal Zotto
1780 M:      dz@debian.org
1781 W:      http://www.debian.org/~dz/i8k/
1782 S:      Maintained
1783 F:      drivers/char/i8k.c
1784 F:      include/linux/i8k.h
1785
1786 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1787 P:      Doug Warzecha
1788 M:      Douglas_Warzecha@dell.com
1789 S:      Maintained
1790 F:      Documentation/dcdbas.txt
1791 F:      drivers/firmware/dcdbas.*
1792
1793 DELL WMI EXTRAS DRIVER
1794 P:      Matthew Garrett
1795 M:      mjg59@srcf.ucam.org
1796 S:      Maintained
1797
1798 DEVICE NUMBER REGISTRY
1799 P:      Torben Mathiasen
1800 M:      device@lanana.org
1801 W:      http://lanana.org/docs/device-list/index.html
1802 L:      linux-kernel@vger.kernel.org
1803 S:      Maintained
1804
1805 DEVICE-MAPPER  (LVM)
1806 P:      Alasdair Kergon
1807 L:      dm-devel@redhat.com
1808 W:      http://sources.redhat.com/dm
1809 S:      Maintained
1810 F:      Documentation/device-mapper/
1811 F:      drivers/md/dm*
1812 F:      include/linux/device-mapper.h
1813 F:      include/linux/dm-*.h
1814
1815 DIGI INTL. EPCA DRIVER
1816 P:      Digi International, Inc
1817 M:      Eng.Linux@digi.com
1818 L:      Eng.Linux@digi.com
1819 W:      http://www.digi.com
1820 S:      Orphan
1821 F:      Documentation/serial/digiepca.txt
1822 F:      drivers/char/epca*
1823 F:      drivers/char/digi*
1824
1825 DIRECTORY NOTIFICATION (DNOTIFY)
1826 P:      Eric Paris
1827 M:      eparis@parisplace.org
1828 L:      linux-kernel@vger.kernel.org
1829 S:      Maintained
1830 F:      Documentation/filesystems/dnotify.txt
1831 F:      fs/notify/dnotify/
1832 F:      include/linux/dnotify.h
1833
1834 DISK GEOMETRY AND PARTITION HANDLING
1835 P:      Andries Brouwer
1836 M:      aeb@cwi.nl
1837 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1838 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1839 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1840 S:      Maintained
1841
1842 DISKQUOTA
1843 P:      Jan Kara
1844 M:      jack@suse.cz
1845 L:      linux-kernel@vger.kernel.org
1846 S:      Maintained
1847 F:      Documentation/filesystems/quota.txt
1848 F:      fs/quota/
1849 F:      include/linux/quota*.h
1850
1851 DISTRIBUTED LOCK MANAGER (DLM)
1852 P:      Christine Caulfield
1853 M:      ccaulfie@redhat.com
1854 P:      David Teigland
1855 M:      teigland@redhat.com
1856 L:      cluster-devel@redhat.com
1857 W:      http://sources.redhat.com/cluster/
1858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1859 S:      Supported
1860 F:      fs/dlm/
1861
1862 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1863 P:      Maciej Sosnowski
1864 M:      maciej.sosnowski@intel.com
1865 P:      Dan Williams
1866 M:      dan.j.williams@intel.com
1867 L:      linux-kernel@vger.kernel.org
1868 S:      Supported
1869 F:      drivers/dma/
1870 F:      include/linux/dma*
1871
1872 DME1737 HARDWARE MONITOR DRIVER
1873 P:      Juerg Haefliger
1874 M:      juergh@gmail.com
1875 L:      lm-sensors@lm-sensors.org
1876 S:      Maintained
1877 F:      Documentation/hwmon/dme1737
1878 F:      drivers/hwmon/dme1737.c
1879
1880 DOCBOOK FOR DOCUMENTATION
1881 P:      Randy Dunlap
1882 M:      rdunlap@xenotime.net
1883 S:      Maintained
1884
1885 DOCKING STATION DRIVER
1886 P:      Shaohua Li
1887 M:      shaohua.li@intel.com
1888 L:      linux-acpi@vger.kernel.org
1889 S:      Supported
1890 F:      drivers/acpi/dock.c
1891
1892 DOCUMENTATION
1893 P:      Randy Dunlap
1894 M:      rdunlap@xenotime.net
1895 L:      linux-doc@vger.kernel.org
1896 S:      Maintained
1897 F:      Documentation/
1898
1899 DOUBLETALK DRIVER
1900 P:      James R. Van Zandt
1901 M:      jrv@vanzandt.mv.com
1902 L:      blinux-list@redhat.com
1903 S:      Maintained
1904 F:      drivers/char/dtlk.c
1905 F:      include/linux/dtlk.h
1906
1907 DPT_I2O SCSI RAID DRIVER
1908 P:      Adaptec OEM Raid Solutions
1909 M:      aacraid@adaptec.com
1910 L:      linux-scsi@vger.kernel.org
1911 W:      http://www.adaptec.com/
1912 S:      Maintained
1913 F:      drivers/scsi/dpt*
1914 F:      drivers/scsi/dpt/
1915
1916 DRIVER CORE, KOBJECTS, AND SYSFS
1917 P:      Greg Kroah-Hartman
1918 M:      gregkh@suse.de
1919 L:      linux-kernel@vger.kernel.org
1920 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1921 S:      Supported
1922 F:      Documentation/kobject.txt
1923 F:      drivers/base/
1924 F:      fs/sysfs/
1925 F:      include/linux/kobj*
1926 F:      lib/kobj*
1927
1928 DRM DRIVERS
1929 P:      David Airlie
1930 M:      airlied@linux.ie
1931 L:      dri-devel@lists.sourceforge.net
1932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1933 S:      Maintained
1934 F:      drivers/gpu/drm/
1935
1936 DSCC4 DRIVER
1937 P:      Francois Romieu
1938 M:      romieu@fr.zoreil.com
1939 L:      netdev@vger.kernel.org
1940 S:      Maintained
1941 F:      drivers/net/wan/dscc4.c
1942
1943 DZ DECSTATION DZ11 SERIAL DRIVER
1944 P:      Maciej W. Rozycki
1945 M:      macro@linux-mips.org
1946 S:      Maintained
1947 F:      drivers/serial/dz.*
1948
1949 EATA-DMA SCSI DRIVER
1950 P:      Michael Neuffer
1951 M:      mike@i-Connect.Net
1952 L:      linux-eata@i-connect.net
1953 L:      linux-scsi@vger.kernel.org
1954 S:      Maintained
1955 F:      drivers/scsi/eata*
1956
1957 EATA ISA/EISA/PCI SCSI DRIVER
1958 P:      Dario Ballabio
1959 M:      ballabio_dario@emc.com
1960 L:      linux-scsi@vger.kernel.org
1961 S:      Maintained
1962 F:      drivers/scsi/eata.c
1963
1964 EATA-PIO SCSI DRIVER
1965 P:      Michael Neuffer
1966 M:      mike@i-Connect.Net
1967 L:      linux-eata@i-connect.net
1968 L:      linux-scsi@vger.kernel.org
1969 S:      Maintained
1970 F:      drivers/scsi/eata_pio.*
1971
1972 EBTABLES
1973 P:      Bart De Schuymer
1974 M:      bart.de.schuymer@pandora.be
1975 L:      ebtables-user@lists.sourceforge.net
1976 L:      ebtables-devel@lists.sourceforge.net
1977 W:      http://ebtables.sourceforge.net/
1978 S:      Maintained
1979 F:      include/linux/netfilter_bridge/ebt_*.h
1980 F:      net/bridge/netfilter/ebt*.c
1981
1982 ECRYPT FILE SYSTEM
1983 P:      Tyler Hicks
1984 M:      tyhicks@linux.vnet.ibm.com
1985 M:      Dustin Kirkland
1986 P:      kirkland@canonical.com
1987 L:      ecryptfs-devel@lists.launchpad.net
1988 W:      https://launchpad.net/ecryptfs
1989 S:      Supported
1990 F:      Documentation/filesystems/ecryptfs.txt
1991 F:      fs/ecryptfs/
1992
1993 EDAC-CORE
1994 P:      Doug Thompson
1995 M:      dougthompson@xmission.com
1996 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1997 W:      bluesmoke.sourceforge.net
1998 S:      Supported
1999 F:      Documentation/edac.txt
2000 F:      drivers/edac/edac_*
2001 F:      include/linux/edac.h
2002
2003 EDAC-AMD64
2004 P:      Doug Thompson
2005 M:      dougthompson@xmission.com
2006 P:      Borislav Petkov
2007 M:      borislav.petkov@amd.com
2008 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2009 W:      bluesmoke.sourceforge.net
2010 S:      Supported
2011 F:      drivers/edac/amd64_edac*
2012
2013 EDAC-E752X
2014 P:      Mark Gross
2015 M:      mark.gross@intel.com
2016 P:      Doug Thompson
2017 M:      dougthompson@xmission.com
2018 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2019 W:      bluesmoke.sourceforge.net
2020 S:      Maintained
2021 F:      drivers/edac/e752x_edac.c
2022
2023 EDAC-E7XXX
2024 P:      Doug Thompson
2025 M:      dougthompson@xmission.com
2026 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2027 W:      bluesmoke.sourceforge.net
2028 S:      Maintained
2029 F:      drivers/edac/e7xxx_edac.c
2030
2031 EDAC-I82443BXGX
2032 P:      Tim Small
2033 M:      tim@buttersideup.com
2034 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2035 W:      bluesmoke.sourceforge.net
2036 S:      Maintained
2037 F:      drivers/edac/i82443bxgx_edac.c
2038
2039 EDAC-I3000
2040 P:      Jason Uhlenkott
2041 M:      juhlenko@akamai.com
2042 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2043 W:      bluesmoke.sourceforge.net
2044 S:      Maintained
2045 F:      drivers/edac/i3000_edac.c
2046
2047 EDAC-I5000
2048 P:      Doug Thompson
2049 M:      dougthompson@xmission.com
2050 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2051 W:      bluesmoke.sourceforge.net
2052 S:      Maintained
2053 F:      drivers/edac/i5000_edac.c
2054
2055 EDAC-I5400
2056 P:      Mauro Carvalho Chehab
2057 M:      mchehab@redhat.com
2058 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2059 W:      bluesmoke.sourceforge.net
2060 S:      Maintained
2061 F:      drivers/edac/i5400_edac.c
2062
2063 EDAC-I82975X
2064 P:      Ranganathan Desikan
2065 P:      Arvind R.
2066 M:      rdesikan@jetzbroadband.com
2067 M:      arvind@acarlab.com
2068 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2069 W:      bluesmoke.sourceforge.net
2070 S:      Maintained
2071 F:      drivers/edac/i82975x_edac.c
2072
2073 EDAC-PASEMI
2074 P:      Egor Martovetsky
2075 M:      egor@pasemi.com
2076 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2077 W:      bluesmoke.sourceforge.net
2078 S:      Maintained
2079 F:      drivers/edac/pasemi_edac.c
2080
2081 EDAC-R82600
2082 P:      Tim Small
2083 M:      tim@buttersideup.com
2084 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2085 W:      bluesmoke.sourceforge.net
2086 S:      Maintained
2087 F:      drivers/edac/r82600_edac.c
2088
2089 EEEPC LAPTOP EXTRAS DRIVER
2090 P:      Corentin Chary
2091 M:      corentincj@iksaif.net
2092 L:      acpi4asus-user@lists.sourceforge.net
2093 W:      http://sourceforge.net/projects/acpi4asus
2094 S:      Maintained
2095 F:      drivers/platform/x86/eeepc-laptop.c
2096
2097 EFS FILESYSTEM
2098 W:      http://aeschi.ch.eu.org/efs/
2099 S:      Orphan
2100 F:      fs/efs/
2101
2102 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2103 P:      Hoang-Nam Nguyen
2104 M:      hnguyen@de.ibm.com
2105 P:      Christoph Raisch
2106 M:      raisch@de.ibm.com
2107 L:      general@lists.openfabrics.org
2108 S:      Supported
2109 F:      drivers/infiniband/hw/ehca/
2110
2111 EMBEDDED LINUX
2112 P:      Paul Gortmaker
2113 M:      paul.gortmaker@windriver.com
2114 P:      Matt Mackall
2115 M:      mpm@selenic.com
2116 P:      David Woodhouse
2117 M:      dwmw2@infradead.org
2118 L:      linux-embedded@vger.kernel.org
2119 S:      Maintained
2120
2121 EMULEX LPFC FC SCSI DRIVER
2122 P:      James Smart
2123 M:      james.smart@emulex.com
2124 L:      linux-scsi@vger.kernel.org
2125 W:      http://sourceforge.net/projects/lpfcxxxx
2126 S:      Supported
2127 F:      drivers/scsi/lpfc/
2128
2129 ENE CB710 FLASH CARD READER DRIVER
2130 P:      MichaÅ‚ MirosÅ‚aw
2131 M:      mirq-linux@rere.qmqm.pl
2132 L:      linux-kernel@vger.kernel.org
2133 S:      Maintained
2134 F:      drivers/misc/cb710/
2135 F:      drivers/mmc/host/cb710-mmc.*
2136 F:      include/linux/cb710.h
2137
2138 EPSON 1355 FRAMEBUFFER DRIVER
2139 P:      Christopher Hoover
2140 M:      ch@murgatroid.com
2141 P:      Christopher Hoover
2142 M:      ch@hpl.hp.com
2143 S:      Maintained
2144 F:      drivers/video/epson1355fb.c
2145
2146 EPSON S1D13XXX FRAMEBUFFER DRIVER
2147 P:      Kristoffer Ericson
2148 M:      kristoffer.ericson@gmail.com
2149 S:      Maintained
2150 F:      drivers/video/s1d13xxxfb.c
2151 F:      include/video/s1d13xxxfb.h
2152
2153 ETHEREXPRESS-16 NETWORK DRIVER
2154 P:      Philip Blundell
2155 M:      philb@gnu.org
2156 L:      netdev@vger.kernel.org
2157 S:      Maintained
2158 F:      drivers/net/eexpress.*
2159
2160 ETHERNET BRIDGE
2161 P:      Stephen Hemminger
2162 M:      shemminger@linux-foundation.org
2163 L:      bridge@lists.linux-foundation.org
2164 W:      http://www.linux-foundation.org/en/Net:Bridge
2165 S:      Maintained
2166 F:      include/linux/netfilter_bridge/
2167 F:      net/bridge/
2168
2169 ETHERTEAM 16I DRIVER
2170 P:      Mika Kuoppala
2171 M:      miku@iki.fi
2172 S:      Maintained
2173 F:      drivers/net/eth16i.c
2174
2175 EXT2 FILE SYSTEM
2176 L:      linux-ext4@vger.kernel.org
2177 S:      Maintained
2178 F:      Documentation/filesystems/ext2.txt
2179 F:      fs/ext2/
2180 F:      include/linux/ext2*
2181
2182 EXT3 FILE SYSTEM
2183 P:      Stephen Tweedie
2184 M:      sct@redhat.com
2185 P:      Andrew Morton
2186 M:      akpm@linux-foundation.org
2187 P:      Andreas Dilger
2188 M:      adilger@sun.com
2189 L:      linux-ext4@vger.kernel.org
2190 S:      Maintained
2191 F:      Documentation/filesystems/ext3.txt
2192 F:      fs/ext3/
2193 F:      include/linux/ext3*
2194
2195 EXT4 FILE SYSTEM
2196 P:      Theodore Ts'o
2197 M:      tytso@mit.edu
2198 P:      Andreas Dilger
2199 M:      adilger@sun.com
2200 L:      linux-ext4@vger.kernel.org
2201 W:      http://ext4.wiki.kernel.org
2202 S:      Maintained
2203 F:      Documentation/filesystems/ext4.txt
2204 F:      fs/ext4/
2205
2206 F71805F HARDWARE MONITORING DRIVER
2207 P:      Jean Delvare
2208 M:      khali@linux-fr.org
2209 L:      lm-sensors@lm-sensors.org
2210 S:      Maintained
2211 F:      Documentation/hwmon/f71805f
2212 F:      drivers/hwmon/f71805f.c
2213
2214 FARSYNC SYNCHRONOUS DRIVER
2215 P:      Kevin Curtis
2216 M:      kevin.curtis@farsite.co.uk
2217 W:      http://www.farsite.co.uk/
2218 S:      Supported
2219 F:      drivers/net/wan/farsync.*
2220
2221 FAULT INJECTION SUPPORT
2222 P:      Akinobu Mita
2223 M:      akinobu.mita@gmail.com
2224 S:      Supported
2225 F:      Documentation/fault-injection/
2226 F:      lib/fault-inject.c
2227
2228 FILE LOCKING (flock() and fcntl()/lockf())
2229 P:      Matthew Wilcox
2230 M:      matthew@wil.cx
2231 L:      linux-fsdevel@vger.kernel.org
2232 S:      Maintained
2233 F:      include/linux/fcntl.h
2234 F:      include/linux/fs.h
2235 F:      fs/fcntl.c
2236 F:      fs/locks.c
2237
2238 FILESYSTEMS (VFS and infrastructure)
2239 P:      Alexander Viro
2240 M:      viro@zeniv.linux.org.uk
2241 L:      linux-fsdevel@vger.kernel.org
2242 S:      Maintained
2243 F:      fs/*
2244
2245 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2246 P:      Riku Voipio
2247 M:      riku.vipio@iki.fi
2248 L:      lm-sensors@lm-sensors.org
2249 S:      Maintained
2250 F:      drivers/hwmon/f75375s.c
2251 F:      include/linux/f75375s.h
2252
2253 FIREWIRE SUBSYSTEM
2254 P:      Kristian Hoegsberg
2255 M:      krh@redhat.com
2256 P:      Stefan Richter
2257 M:      stefanr@s5r6.in-berlin.de
2258 L:      linux1394-devel@lists.sourceforge.net
2259 W:      http://www.linux1394.org/
2260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2261 S:      Maintained
2262 F:      drivers/firewire/
2263 F:      include/linux/firewire*.h
2264
2265 FIRMWARE LOADER (request_firmware)
2266 L:      linux-kernel@vger.kernel.org
2267 S:      Orphan
2268 F:      Documentation/firmware_class/
2269 F:      drivers/base/firmware*.c
2270 F:      include/linux/firmware.h
2271
2272 FPU EMULATOR
2273 P:      Bill Metzenthen
2274 M:      billm@melbpc.org.au
2275 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2276 S:      Maintained
2277 F:      arch/x86/math-emu/
2278
2279 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2280 P:      Mike McLagan
2281 M:      mike.mclagan@linux.org
2282 L:      netdev@vger.kernel.org
2283 S:      Maintained
2284 F:      drivers/net/wan/dlci.c
2285 F:      drivers/net/wan/sdla.c
2286
2287 FRAMEBUFFER LAYER
2288 P:      Antonino Daplas
2289 M:      adaplas@gmail.com
2290 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2291 W:      http://linux-fbdev.sourceforge.net/
2292 S:      Maintained
2293 F:      Documentation/fb/
2294 F:      drivers/video/fb*
2295 F:      include/linux/fb.h
2296
2297 FREESCALE DMA DRIVER
2298 P:      Li Yang
2299 M:      leoli@freescale.com
2300 P:      Zhang Wei
2301 M:      zw@zh-kernel.org
2302 L:      linuxppc-dev@ozlabs.org
2303 L:      linux-kernel@vger.kernel.org
2304 S:      Maintained
2305 F:      drivers/dma/fsldma.*
2306
2307 FREESCALE I2C CPM DRIVER
2308 P:      Jochen Friedrich
2309 M:      jochen@scram.de
2310 L:      linuxppc-dev@ozlabs.org
2311 L:      linux-i2c@vger.kernel.org
2312 S:      Maintained
2313 F:      drivers/i2c/busses/i2c-cpm.c
2314
2315 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2316 P:      Sascha Hauer
2317 M:      kernel@pengutronix.de
2318 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2319 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2320 S:      Maintained
2321 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2322 F:      drivers/video/imxfb.c
2323
2324 FREESCALE SOC FS_ENET DRIVER
2325 P:      Pantelis Antoniou
2326 M:      pantelis.antoniou@gmail.com
2327 P:      Vitaly Bordug
2328 M:      vbordug@ru.mvista.com
2329 L:      linuxppc-dev@ozlabs.org
2330 L:      netdev@vger.kernel.org
2331 S:      Maintained
2332 F:      drivers/net/fs_enet/
2333 F:      include/linux/fs_enet_pd.h
2334
2335 FREESCALE QUICC ENGINE LIBRARY
2336 P:      Timur Tabi
2337 M:      timur@freescale.com
2338 L:      linuxppc-dev@ozlabs.org
2339 S:      Supported
2340 F:      arch/powerpc/sysdev/qe_lib/
2341 F:      arch/powerpc/include/asm/*qe.h
2342
2343 FREESCALE HIGHSPEED USB DEVICE DRIVER
2344 P:      Li Yang
2345 M:      leoli@freescale.com
2346 L:      linux-usb@vger.kernel.org
2347 L:      linuxppc-dev@ozlabs.org
2348 S:      Maintained
2349 F:      drivers/usb/gadget/fsl_usb2_udc.c
2350
2351 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2352 P:      Li Yang
2353 M:      leoli@freescale.com
2354 L:      netdev@vger.kernel.org
2355 L:      linuxppc-dev@ozlabs.org
2356 S:      Maintained
2357 F:      drivers/net/ucc_geth*
2358
2359 FREESCALE QUICC ENGINE UCC UART DRIVER
2360 P:      Timur Tabi
2361 M:      timur@freescale.com
2362 L:      linuxppc-dev@ozlabs.org
2363 S:      Supported
2364 F:      drivers/serial/ucc_uart.c
2365
2366 FREESCALE SOC SOUND DRIVERS
2367 P:      Timur Tabi
2368 M:      timur@freescale.com
2369 L:      alsa-devel@alsa-project.org
2370 L:      linuxppc-dev@ozlabs.org
2371 S:      Supported
2372 F:      sound/soc/fsl/fsl*
2373 F:      sound/soc/fsl/mpc8610_hpcd.c
2374
2375 FREEVXFS FILESYSTEM
2376 P:      Christoph Hellwig
2377 M:      hch@infradead.org
2378 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2379 S:      Maintained
2380 F:      fs/freevxfs/
2381
2382 FREEZER
2383 P:      Pavel Machek
2384 M:      pavel@ucw.cz
2385 P:      Rafael J. Wysocki
2386 M:      rjw@sisk.pl
2387 L:      linux-pm@lists.linux-foundation.org
2388 S:      Supported
2389 F:      Documentation/power/freezing-of-tasks.txt
2390 F:      include/linux/freezer.h
2391 F:      kernel/freezer.c
2392
2393 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2394 P:      David Howells
2395 M:      dhowells@redhat.com
2396 L:      linux-cachefs@redhat.com
2397 S:      Supported
2398 F:      Documentation/filesystems/caching/
2399 F:      fs/fscache/
2400 F:      include/linux/fscache*.h
2401
2402 FTRACE
2403 P:      Steven Rostedt
2404 M:      rostedt@goodmis.org
2405 S:      Maintained
2406 F:      Documentation/ftrace.txt
2407 F:      arch/*/*/*/ftrace.h
2408 F:      arch/*/kernel/ftrace.c
2409 F:      include/*/ftrace.h
2410 F:      kernel/trace/
2411
2412 FUJITSU FR-V (FRV) PORT
2413 P:      David Howells
2414 M:      dhowells@redhat.com
2415 S:      Maintained
2416 F:      arch/frv/
2417
2418 FUJITSU LAPTOP EXTRAS
2419 P:      Jonathan Woithe
2420 M:      jwoithe@physics.adelaide.edu.au
2421 L:      linux-acpi@vger.kernel.org
2422 S:      Maintained
2423 F:      drivers/platform/x86/fujitsu-laptop.c
2424
2425 FUSE: FILESYSTEM IN USERSPACE
2426 P:      Miklos Szeredi
2427 M:      miklos@szeredi.hu
2428 L:      fuse-devel@lists.sourceforge.net
2429 W:      http://fuse.sourceforge.net/
2430 S:      Maintained
2431 F:      fs/fuse/
2432 F:      include/linux/fuse.h
2433
2434 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2435 P:      Rik Faith
2436 M:      faith@cs.unc.edu
2437 L:      linux-scsi@vger.kernel.org
2438 S:      Odd Fixes (e.g., new signatures)
2439 F:      drivers/scsi/fdomain.*
2440
2441 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2442 P:      Achim Leubner
2443 M:      achim_leubner@adaptec.com
2444 L:      linux-scsi@vger.kernel.org
2445 W:      http://www.icp-vortex.com/
2446 S:      Supported
2447 F:      drivers/scsi/gdt*
2448
2449 GENERIC GPIO I2C DRIVER
2450 P:      Haavard Skinnemoen
2451 M:      hskinnemoen@atmel.com
2452 S:      Supported
2453 F:      drivers/i2c/busses/i2c-gpio.c
2454 F:      include/linux/i2c-gpio.h
2455
2456 GENERIC HDLC (WAN) DRIVERS
2457 P:      Krzysztof Halasa
2458 M:      khc@pm.waw.pl
2459 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2460 S:      Maintained
2461 F:      drivers/net/wan/c101.c
2462 F:      drivers/net/wan/hd6457*
2463 F:      drivers/net/wan/hdlc*
2464 F:      drivers/net/wan/n2.c
2465 F:      drivers/net/wan/pc300too.c
2466 F:      drivers/net/wan/pci200syn.c
2467 F:      drivers/net/wan/wanxl*
2468
2469 GFS2 FILE SYSTEM
2470 P:      Steven Whitehouse
2471 M:      swhiteho@redhat.com
2472 L:      cluster-devel@redhat.com
2473 W:      http://sources.redhat.com/cluster/
2474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2476 S:      Supported
2477 F:      Documentation/filesystems/gfs2*.txt
2478 F:      fs/gfs2/
2479 F:      include/linux/gfs2_ondisk.h
2480
2481 GIGASET ISDN DRIVERS
2482 P:      Hansjoerg Lipp
2483 M:      hjlipp@web.de
2484 P:      Tilman Schmidt
2485 M:      tilman@imap.cc
2486 L:      gigaset307x-common@lists.sourceforge.net
2487 W:      http://gigaset307x.sourceforge.net/
2488 S:      Maintained
2489 F:      Documentation/isdn/README.gigaset
2490 F:      drivers/isdn/gigaset/
2491 F:      include/linux/gigaset_dev.h
2492
2493 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2494 P:      Frank Seidel
2495 M:      frank@f-seidel.de
2496 L:      lm-sensors@lm-sensors.org
2497 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2498 S:      Maintained
2499 F:      drivers/hwmon/hdaps.c
2500
2501 HYPERVISOR VIRTUAL CONSOLE DRIVER
2502 L:      linuxppc-dev@ozlabs.org
2503 L:      linux-kernel@vger.kernel.org
2504 S:      Odd Fixes
2505 F:      drivers/char/hvc_*
2506
2507 GSPCA FINEPIX SUBDRIVER
2508 P:      Frank Zago
2509 M:      frank@zago.net
2510 L:      linux-media@vger.kernel.org
2511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2512 S:      Maintained
2513 F:      drivers/media/video/gspca/finepix.c
2514
2515 GSPCA M5602 SUBDRIVER
2516 P:      Erik Andren
2517 M:      erik.andren@gmail.com
2518 L:      linux-media@vger.kernel.org
2519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2520 S:      Maintained
2521 F:      drivers/media/video/gspca/m5602/
2522
2523 GSPCA PAC207 SONIXB SUBDRIVER
2524 P:      Hans de Goede
2525 M:      hdegoede@redhat.com
2526 L:      linux-media@vger.kernel.org
2527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2528 S:      Maintained
2529 F:      drivers/media/video/gspca/pac207.c
2530
2531 GSPCA T613 SUBDRIVER
2532 P:      Leandro Costantino
2533 M:      lcostantino@gmail.com
2534 L:      linux-media@vger.kernel.org
2535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2536 S:      Maintained
2537 F:      drivers/media/video/gspca/t613.c
2538
2539 GSPCA USB WEBCAM DRIVER
2540 P:      Jean-Francois Moine
2541 M:      moinejf@free.fr
2542 W:      http://moinejf.free.fr
2543 L:      linux-media@vger.kernel.org
2544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2545 S:      Maintained
2546 F:      drivers/media/video/gspca/
2547
2548 HARDWARE MONITORING
2549 L:      lm-sensors@lm-sensors.org
2550 W:      http://www.lm-sensors.org/
2551 S:      Orphan
2552 F:      drivers/hwmon/
2553
2554 HARDWARE RANDOM NUMBER GENERATOR CORE
2555 S:      Orphan
2556 F:      Documentation/hw_random.txt
2557 F:      drivers/char/hw_random/
2558 F:      include/linux/hw_random.h
2559
2560 HARMONY SOUND DRIVER
2561 P:      Kyle McMartin
2562 M:      kyle@mcmartin.ca
2563 L:      linux-parisc@vger.kernel.org
2564 S:      Maintained
2565 F:      sound/parisc/harmony.*
2566
2567 HAYES ESP SERIAL DRIVER
2568 P:      Andrew J. Robinson
2569 M:      arobinso@nyx.net
2570 L:      linux-kernel@vger.kernel.org
2571 W:      http://www.nyx.net/~arobinso
2572 S:      Maintained
2573 F:      Documentation/serial/hayes-esp.txt
2574 F:      drivers/char/esp.c
2575
2576 HEWLETT-PACKARD SMART2 RAID DRIVER
2577 P:      Chirag Kantharia
2578 M:      chirag.kantharia@hp.com
2579 L:      iss_storagedev@hp.com
2580 S:      Maintained
2581 F:      Documentation/blockdev/cpqarray.txt
2582 F:      drivers/block/cpqarray.*
2583
2584 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2585 P:      Mike Miller
2586 M:      mike.miller@hp.com
2587 L:      iss_storagedev@hp.com
2588 S:      Supported
2589 F:      Documentation/blockdev/cciss.txt
2590 F:      drivers/block/cciss*
2591 F:      include/linux/cciss_ioctl.h
2592
2593 HFS FILESYSTEM
2594 P:      Roman Zippel
2595 M:      zippel@linux-m68k.org
2596 L:      linux-kernel@vger.kernel.org
2597 S:      Maintained
2598 F:      Documentation/filesystems/hfs.txt
2599 F:      fs/hfs/
2600
2601 HGA FRAMEBUFFER DRIVER
2602 P:      Ferenc Bakonyi
2603 M:      fero@drama.obuda.kando.hu
2604 L:      linux-nvidia@lists.surfsouth.com
2605 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2606 S:      Maintained
2607 F:      drivers/video/hgafb.c
2608
2609 HIBERNATION (aka Software Suspend, aka swsusp)
2610 P:      Pavel Machek
2611 M:      pavel@ucw.cz
2612 P:      Rafael J. Wysocki
2613 M:      rjw@sisk.pl
2614 L:      linux-pm@lists.linux-foundation.org
2615 S:      Supported
2616 F:      arch/x86/power/
2617 F:      drivers/base/power/
2618 F:      kernel/power/
2619 F:      include/linux/suspend.h
2620 F:      include/linux/freezer.h
2621 F:      include/linux/pm.h
2622 F:      arch/*/include/asm/suspend*.h
2623
2624 HID CORE LAYER
2625 P:      Jiri Kosina
2626 M:      jkosina@suse.cz
2627 L:      linux-input@vger.kernel.org
2628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2629 S:      Maintained
2630 F:      drivers/hid/
2631 F:      include/linux/hid*
2632
2633 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2634 P:      Thomas Gleixner
2635 M:      tglx@linutronix.de
2636 L:      linux-kernel@vger.kernel.org
2637 S:      Maintained
2638 F:      Documentation/timers/
2639 F:      kernel/hrtimer.c
2640 F:      include/linux/hrtimer.h
2641
2642 HIGH-SPEED SCC DRIVER FOR AX.25
2643 P:      Klaus Kudielka
2644 M:      klaus.kudielka@ieee.org
2645 L:      linux-hams@vger.kernel.org
2646 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2647 S:      Maintained
2648 F:      drivers/net/hamradio/dmascc.c
2649 F:      drivers/net/hamradio/scc.c
2650
2651 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2652 P:      HighPoint Linux Team
2653 M:      linux@highpoint-tech.com
2654 W:      http://www.highpoint-tech.com
2655 S:      Supported
2656 F:      Documentation/scsi/hptiop.txt
2657 F:      drivers/scsi/hptiop.c
2658
2659 HIPPI
2660 P:      Jes Sorensen
2661 M:      jes@trained-monkey.org
2662 L:      linux-hippi@sunsite.dk
2663 S:      Maintained
2664 F:      include/linux/hippidevice.h
2665 F:      include/linux/if_hippi.h
2666 F:      net/802/hippi.c
2667
2668 HOST AP DRIVER
2669 P:      Jouni Malinen
2670 M:      j@w1.fi
2671 L:      hostap@shmoo.com (subscribers-only)
2672 L:      linux-wireless@vger.kernel.org
2673 W:      http://hostap.epitest.fi/
2674 S:      Maintained
2675 F:      drivers/net/wireless/hostap/
2676
2677 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2678 P:      Carlos Corbacho
2679 M:      carlos@strangeworlds.co.uk
2680 S:      Odd Fixes
2681 F:      drivers/platform/x86/tc1100-wmi.c
2682
2683 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2684 P:      Jaroslav Kysela
2685 M:      perex@perex.cz
2686 S:      Maintained
2687 F:      drivers/net/hp100.*
2688
2689 HPET:   High Precision Event Timers driver
2690 P:      Clemens Ladisch
2691 M:      clemens@ladisch.de
2692 S:      Maintained
2693 F:      Documentation/timers/hpet.txt
2694 F:      drivers/char/hpet.c
2695 F:      include/linux/hpet.h
2696
2697 HPET:   i386
2698 P:      Venkatesh Pallipadi (Venki)
2699 M:      venkatesh.pallipadi@intel.com
2700 S:      Maintained
2701 F:      arch/x86/kernel/hpet.c
2702 F:      arch/x86/include/asm/hpet.h
2703
2704 HPET:   x86_64
2705 P:      Vojtech Pavlik
2706 M:      vojtech@suse.cz
2707 S:      Maintained
2708
2709 HPET:   ACPI
2710 P:      Bob Picco
2711 M:      bob.picco@hp.com
2712 S:      Maintained
2713 F:      drivers/char/hpet.c
2714
2715 HPFS FILESYSTEM
2716 P:      Mikulas Patocka
2717 M:      mikulas@artax.karlin.mff.cuni.cz
2718 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2719 S:      Maintained
2720 F:      fs/hpfs/
2721
2722 HSO 3G MODEM DRIVER
2723 P:      Jan Dumon
2724 M:      j.dumon@option.com
2725 W:      http://www.pharscape.org
2726 S:      Maintained
2727 F:      drivers/net/usb/hso.c
2728
2729 HTCPEN TOUCHSCREEN DRIVER
2730 P:      Pau Oliva Fora
2731 M:      pof@eslack.org
2732 L:      linux-input@vger.kernel.org
2733 S:      Maintained
2734 F:      drivers/input/touchscreen/htcpen.c
2735
2736 HUGETLB FILESYSTEM
2737 P:      William Irwin
2738 M:      wli@holomorphy.com
2739 S:      Maintained
2740 F:      fs/hugetlbfs/
2741
2742 I2C/SMBUS STUB DRIVER
2743 P:      Mark M. Hoffman
2744 M:      mhoffman@lightlink.com
2745 L:      linux-i2c@vger.kernel.org
2746 S:      Maintained
2747 F:      drivers/i2c/busses/i2c-stub.c
2748
2749 I2C SUBSYSTEM
2750 P:      Jean Delvare (PC drivers, core)
2751 M:      khali@linux-fr.org
2752 P:      Ben Dooks (embedded platforms)
2753 M:      ben-linux@fluff.org
2754 L:      linux-i2c@vger.kernel.org
2755 W:      http://i2c.wiki.kernel.org/
2756 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2757 S:      Maintained
2758 F:      Documentation/i2c/
2759 F:      drivers/i2c/
2760 F:      include/linux/i2c.h
2761 F:      include/linux/i2c-dev.h
2762 F:      include/linux/i2c-id.h
2763
2764 I2C-TINY-USB DRIVER
2765 P:      Till Harbaum
2766 M:      till@harbaum.org
2767 L:      linux-i2c@vger.kernel.org
2768 W:      http://www.harbaum.org/till/i2c_tiny_usb
2769 S:      Maintained
2770 F:      drivers/i2c/busses/i2c-tiny-usb.c
2771
2772 i386 BOOT CODE
2773 P:      H. Peter Anvin
2774 M:      hpa@zytor.com
2775 L:      Linux-Kernel@vger.kernel.org
2776 S:      Maintained
2777 F:      arch/x86/boot/
2778
2779 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2780 P:      H. Peter Anvin
2781 M:      hpa@zytor.com
2782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2783 S:      Maintained
2784
2785 IA64 (Itanium) PLATFORM
2786 P:      Tony Luck
2787 M:      tony.luck@intel.com
2788 L:      linux-ia64@vger.kernel.org
2789 W:      http://www.ia64-linux.org/
2790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2791 S:      Maintained
2792 F:      arch/ia64/
2793
2794 IBM MCA SCSI SUBSYSTEM DRIVER
2795 P:      Michael Lang
2796 M:      langa2@kph.uni-mainz.de
2797 W:      http://www.uni-mainz.de/~langm000/linux.html
2798 S:      Maintained
2799 F:      drivers/scsi/ibmmca.c
2800
2801 IBM Power Linux RAID adapter
2802 P:      Brian King
2803 M:      brking@us.ibm.com
2804 S:      Supported
2805 F:      drivers/scsi/ipr.*
2806
2807 IBM ServeRAID RAID DRIVER
2808 P:      Jack Hammer
2809 P:      Dave Jeffery
2810 M:      ipslinux@adaptec.com
2811 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2812 S:      Supported
2813 F:      drivers/scsi/ips.*
2814
2815 IDE SUBSYSTEM
2816 P:      Bartlomiej Zolnierkiewicz
2817 M:      bzolnier@gmail.com
2818 L:      linux-ide@vger.kernel.org
2819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2820 S:      Maintained
2821 F:      Documentation/ide/
2822 F:      drivers/ide/
2823 F:      include/linux/ide.h
2824
2825 IDE/ATAPI DRIVERS
2826 P:      Borislav Petkov
2827 M:      petkovbb@gmail.com
2828 L:      linux-ide@vger.kernel.org
2829 S:      Maintained
2830 F:      Documentation/cdrom/ide-cd
2831 F:      drivers/ide/ide-cd*
2832
2833 IDLE-I7300
2834 P:      Andy Henroid
2835 M:      andrew.d.henroid@intel.com
2836 L:      linux-pm@lists.linux-foundation.org
2837 S:      Supported
2838 F:      drivers/idle/i7300_idle.c
2839
2840 IEEE 1394 SUBSYSTEM
2841 P:      Ben Collins
2842 M:      ben.collins@ubuntu.com
2843 P:      Stefan Richter
2844 M:      stefanr@s5r6.in-berlin.de
2845 L:      linux1394-devel@lists.sourceforge.net
2846 W:      http://www.linux1394.org/
2847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2848 S:      Maintained
2849 F:      drivers/ieee1394/
2850
2851 IEEE 1394 RAW I/O DRIVER
2852 P:      Dan Dennedy
2853 M:      dan@dennedy.org
2854 P:      Stefan Richter
2855 M:      stefanr@s5r6.in-berlin.de
2856 L:      linux1394-devel@lists.sourceforge.net
2857 S:      Maintained
2858 F:      drivers/ieee1394/raw1394*
2859
2860 IEEE 802.15.4 SUBSYSTEM
2861 P:      Dmitry Eremin-Solenikov
2862 M:      dbaryshkov@gmail.com
2863 P:      Sergey Lapin
2864 M:      slapin@ossfans.org
2865 L:      linux-zigbee-devel@lists.sourceforge.net
2866 W:      http://apps.sourceforge.net/trac/linux-zigbee
2867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lumag/lowpan.git
2868 S:      Maintained
2869 F:      net/ieee802154/
2870 F:      drivers/ieee801254/
2871
2872 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2873 P:      Mimi Zohar
2874 M:      zohar@us.ibm.com
2875 S:      Supported
2876 F:      security/integrity/ima/
2877
2878 IMS TWINTURBO FRAMEBUFFER DRIVER
2879 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2880 S:      Orphan
2881 F:      drivers/video/imsttfb.c
2882
2883 INFINIBAND SUBSYSTEM
2884 P:      Roland Dreier
2885 M:      rolandd@cisco.com
2886 P:      Sean Hefty
2887 M:      sean.hefty@intel.com
2888 P:      Hal Rosenstock
2889 M:      hal.rosenstock@gmail.com
2890 L:      general@lists.openfabrics.org (moderated for non-subscribers)
2891 W:      http://www.openib.org/
2892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2893 S:      Supported
2894 F:      Documentation/infiniband/
2895 F:      drivers/infiniband/
2896 F:      include/linux/if_infiniband.h
2897
2898 INOTIFY
2899 P:      John McCutchan
2900 M:      john@johnmccutchan.com
2901 P:      Robert Love
2902 M:      rlove@rlove.org
2903 P:      Eric Paris
2904 M:      eparis@parisplace.org
2905 L:      linux-kernel@vger.kernel.org
2906 S:      Maintained
2907 F:      Documentation/filesystems/inotify.txt
2908 F:      fs/notify/inotify/
2909 F:      include/linux/inotify.h
2910
2911 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2912 P:      Dmitry Torokhov
2913 M:      dmitry.torokhov@gmail.com
2914 M:      dtor@mail.ru
2915 L:      linux-input@vger.kernel.org
2916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2917 S:      Maintained
2918 F:      drivers/input/
2919
2920 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2921 P:      Sylvain Meyer
2922 M:      sylvain.meyer@worldonline.fr
2923 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2924 S:      Maintained
2925 F:      Documentation/fb/intelfb.txt
2926 F:      drivers/video/intelfb/
2927
2928 INTEL 810/815 FRAMEBUFFER DRIVER
2929 P:      Antonino Daplas
2930 M:      adaplas@gmail.com
2931 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2932 S:      Maintained
2933 F:      drivers/video/i810/
2934
2935 INTEL MENLOW THERMAL DRIVER
2936 P:      Sujith Thomas
2937 M:      sujith.thomas@intel.com
2938 L:      linux-acpi@vger.kernel.org
2939 W:      http://www.lesswatts.org/projects/acpi/
2940 S:      Supported
2941 F:      drivers/platform/x86/intel_menlow.c
2942
2943 INTEL IA32 MICROCODE UPDATE SUPPORT
2944 P:      Tigran Aivazian
2945 M:      tigran@aivazian.fsnet.co.uk
2946 S:      Maintained
2947 F:      arch/x86/kernel/microcode_core.c
2948 F:      arch/x86/kernel/microcode_intel.c
2949
2950 INTEL I/OAT DMA DRIVER
2951 P:      Maciej Sosnowski
2952 M:      maciej.sosnowski@intel.com
2953 L:      linux-kernel@vger.kernel.org
2954 S:      Supported
2955 F:      drivers/dma/ioat*
2956
2957 INTEL IOMMU (VT-d)
2958 P:      David Woodhouse
2959 M:      dwmw2@infradead.org
2960 L:      iommu@lists.linux-foundation.org
2961 T:      git git://git.infradead.org/iommu-2.6.git
2962 S:      Supported
2963 F:      drivers/pci/intel-iommu.c
2964 F:      include/linux/intel-iommu.h
2965
2966 INTEL IOP-ADMA DMA DRIVER
2967 P:      Dan Williams
2968 M:      dan.j.williams@intel.com
2969 L:      linux-kernel@vger.kernel.org
2970 S:      Supported
2971 F:      drivers/dma/iop-adma.c
2972
2973 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2974 P:      Krzysztof Halasa
2975 M:      khc@pm.waw.pl
2976 S:      Maintained
2977 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2978 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
2979 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2980 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
2981 F:      drivers/net/arm/ixp4xx_eth.c
2982 F:      drivers/net/wan/ixp4xx_hss.c
2983
2984 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2985 P:      Deepak Saxena
2986 M:      dsaxena@plexity.net
2987 S:      Maintained
2988 F:      drivers/char/hw_random/ixp4xx-rng.c
2989
2990 INTEL IXP2000 ETHERNET DRIVER
2991 P:      Lennert Buytenhek
2992 M:      kernel@wantstofly.org
2993 L:      netdev@vger.kernel.org
2994 S:      Maintained
2995 F:      drivers/net/ixp2000/
2996
2997 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2998 P:      Jeff Kirsher
2999 M:      jeffrey.t.kirsher@intel.com
3000 P:      Jesse Brandeburg
3001 M:      jesse.brandeburg@intel.com
3002 P:      Bruce Allan
3003 M:      bruce.w.allan@intel.com
3004 P:      PJ Waskiewicz
3005 M:      peter.p.waskiewicz.jr@intel.com
3006 P:      John Ronciak
3007 M:      john.ronciak@intel.com
3008 L:      e1000-devel@lists.sourceforge.net
3009 W:      http://e1000.sourceforge.net/
3010 S:      Supported
3011 F:      drivers/net/e100.c
3012 F:      drivers/net/e1000/
3013 F:      drivers/net/e1000e/
3014 F:      drivers/net/igb/
3015 F:      drivers/net/ixgb/
3016 F:      drivers/net/ixgbe/
3017
3018 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3019 P:      Zhu Yi
3020 M:      yi.zhu@intel.com
3021 P:      James Ketrenos
3022 M:      jketreno@linux.intel.com
3023 P:      Reinette Chatre
3024 M:      reinette.chatre@intel.com
3025 L:      linux-wireless@vger.kernel.org
3026 L:      ipw2100-devel@lists.sourceforge.net
3027 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3028 W:      http://ipw2100.sourceforge.net
3029 S:      Supported
3030 F:      Documentation/networking/README.ipw2100
3031 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3032
3033 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3034 P:      Zhu Yi
3035 M:      yi.zhu@intel.com
3036 P:      James Ketrenos
3037 M:      jketreno@linux.intel.com
3038 P:      Reinette Chatre
3039 M:      reinette.chatre@intel.com
3040 L:      linux-wireless@vger.kernel.org
3041 L:      ipw2100-devel@lists.sourceforge.net
3042 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3043 W:      http://ipw2200.sourceforge.net
3044 S:      Supported
3045 F:      Documentation/networking/README.ipw2200
3046 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3047
3048 INTEL WIRELESS WIMAX CONNECTION 2400
3049 P:      Inaky Perez-Gonzalez
3050 M:      inaky.perez-gonzalez@intel.com
3051 M:      linux-wimax@intel.com
3052 L:      wimax@linuxwimax.org
3053 S:      Supported
3054 W:      http://linuxwimax.org
3055 F:      Documentation/wimax/README.i2400m
3056 F:      drivers/net/wimax/i2400m/
3057 F:      include/linux/wimax/i2400m.h
3058
3059 INTEL WIRELESS WIFI LINK (iwlwifi)
3060 P:      Zhu Yi
3061 M:      yi.zhu@intel.com
3062 P:      Reinette Chatre
3063 M:      reinette.chatre@intel.com
3064 L:      linux-wireless@vger.kernel.org
3065 L:      ipw3945-devel@lists.sourceforge.net
3066 W:      http://intellinuxwireless.org
3067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3068 S:      Supported
3069 F:      drivers/net/wireless/iwlwifi/
3070
3071 IOC3 ETHERNET DRIVER
3072 P:      Ralf Baechle
3073 M:      ralf@linux-mips.org
3074 L:      linux-mips@linux-mips.org
3075 S:      Maintained
3076 F:      drivers/net/ioc3-eth.c
3077
3078 IOC3 SERIAL DRIVER
3079 P:      Pat Gefre
3080 M:      pfg@sgi.com
3081 L:      linux-mips@linux-mips.org
3082 S:      Maintained
3083 F:      drivers/serial/ioc3_serial.c
3084
3085 IP MASQUERADING
3086 P:      Juanjo Ciarlante
3087 M:      jjciarla@raiz.uncu.edu.ar
3088 S:      Maintained
3089 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3090
3091 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3092 P:      Francois Romieu
3093 M:      romieu@fr.zoreil.com
3094 P:      Sorbica Shieh
3095 M:      sorbica@icplus.com.tw
3096 P:      Jesse Huang
3097 M:      jesse@icplus.com.tw
3098 L:      netdev@vger.kernel.org
3099 S:      Maintained
3100 F:      drivers/net/ipg.c
3101
3102 IPATH DRIVER
3103 P:      Ralph Campbell
3104 M:      infinipath@qlogic.com
3105 L:      general@lists.openfabrics.org
3106 T:      git git://git.qlogic.com/ipath-linux-2.6
3107 S:      Supported
3108 F:      drivers/infiniband/hw/ipath/
3109
3110 IPMI SUBSYSTEM
3111 P:      Corey Minyard
3112 M:      minyard@acm.org
3113 L:      openipmi-developer@lists.sourceforge.net
3114 W:      http://openipmi.sourceforge.net/
3115 S:      Supported
3116 F:      Documentation/IPMI.txt
3117 F:      drivers/char/ipmi/
3118 F:      include/linux/ipmi*
3119
3120 IPS SCSI RAID DRIVER
3121 P:      Adaptec OEM Raid Solutions
3122 M:      aacraid@adaptec.com
3123 L:      linux-scsi@vger.kernel.org
3124 W:      http://www.adaptec.com/
3125 S:      Maintained
3126 F:      drivers/scsi/ips*
3127
3128 IPVS
3129 P:      Wensong Zhang
3130 M:      wensong@linux-vs.org
3131 P:      Simon Horman
3132 M:      horms@verge.net.au
3133 P:      Julian Anastasov
3134 M:      ja@ssi.bg
3135 L:      netdev@vger.kernel.org
3136 L:      lvs-devel@vger.kernel.org
3137 S:      Maintained
3138 F:      Documentation/networking/ipvs-sysctl.txt
3139 F:      net/netfilter/ipvs/
3140
3141 IPWIRELESS DRIVER
3142 P:      Jiri Kosina
3143 M:      jkosina@suse.cz
3144 P:      David Sterba
3145 M:      dsterba@suse.cz
3146 S:      Maintained
3147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3148 F:      drivers/char/pcmcia/ipwireless/
3149
3150 IPX NETWORK LAYER
3151 P:      Arnaldo Carvalho de Melo
3152 M:      acme@ghostprotocols.net
3153 L:      netdev@vger.kernel.org
3154 S:      Maintained
3155 F:      include/linux/ipx.h
3156 F:      include/net/ipx.h
3157 F:      net/ipx/
3158
3159 IRDA SUBSYSTEM
3160 P:      Samuel Ortiz
3161 M:      samuel@sortiz.org
3162 L:      irda-users@lists.sourceforge.net (subscribers-only)
3163 W:      http://irda.sourceforge.net/
3164 S:      Maintained
3165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3166 F:      Documentation/networking/irda.txt
3167 F:      drivers/net/irda/
3168 F:      include/net/irda/
3169 F:      net/irda/
3170
3171 ISAPNP
3172 P:      Jaroslav Kysela
3173 M:      perex@perex.cz
3174 S:      Maintained
3175 F:      Documentation/isapnp.txt
3176 F:      drivers/pnp/isapnp/
3177 F:      include/linux/isapnp.h
3178
3179 ISCSI
3180 P:      Mike Christie
3181 M:      michaelc@cs.wisc.edu
3182 L:      open-iscsi@googlegroups.com
3183 W:      www.open-iscsi.org
3184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3185 S:      Maintained
3186 F:      drivers/scsi/*iscsi*
3187 F:      include/scsi/*iscsi*
3188
3189 ISDN SUBSYSTEM
3190 P:      Karsten Keil
3191 M:      isdn@linux-pingi.de
3192 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3193 W:      http://www.isdn4linux.de
3194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3195 S:      Maintained
3196 F:      Documentation/isdn/
3197 F:      drivers/isdn/
3198 F:      include/linux/isdn.h
3199 F:      include/linux/isdn/
3200
3201 ISDN SUBSYSTEM (Eicon active card driver)
3202 P:      Armin Schindler
3203 M:      mac@melware.de
3204 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3205 W:      http://www.melware.de
3206 S:      Maintained
3207 F:      drivers/isdn/hardware/eicon/
3208
3209 IVTV VIDEO4LINUX DRIVER
3210 P:      Hans Verkuil
3211 M:      hverkuil@xs4all.nl
3212 L:      ivtv-devel@ivtvdriver.org
3213 L:      ivtv-users@ivtvdriver.org
3214 L:      linux-media@vger.kernel.org
3215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3216 W:      http://www.ivtvdriver.org
3217 S:      Maintained
3218 F:      Documentation/video4linux/*.ivtv
3219 F:      drivers/media/video/ivtv/
3220 F:      include/linux/ivtv*
3221
3222 JFS FILESYSTEM
3223 P:      Dave Kleikamp
3224 M:      shaggy@austin.ibm.com
3225 L:      jfs-discussion@lists.sourceforge.net
3226 W:      http://jfs.sourceforge.net/
3227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3228 S:      Supported
3229 F:      Documentation/filesystems/jfs.txt
3230 F:      fs/jfs/
3231
3232 JME NETWORK DRIVER
3233 P:      Guo-Fu Tseng
3234 M:      cooldavid@cooldavid.org
3235 L:      netdev@vger.kernel.org
3236 S:      Maintained
3237 F:      drivers/net/jme.*
3238
3239 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3240 P:      David Woodhouse
3241 M:      dwmw2@infradead.org
3242 L:      linux-mtd@lists.infradead.org
3243 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3244 S:      Maintained
3245 F:      fs/jffs2/
3246 F:      include/linux/jffs2.h
3247 F:      include/mtd/jffs2-user.h
3248
3249 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3250 P:      Stephen Tweedie
3251 M:      sct@redhat.com
3252 P:      Andrew Morton
3253 M:      akpm@linux-foundation.org
3254 L:      linux-ext4@vger.kernel.org
3255 S:      Maintained
3256 F:      fs/jbd*/
3257 F:      include/linux/ext*jbd*.h
3258 F:      include/linux/jbd*.h
3259
3260 K8TEMP HARDWARE MONITORING DRIVER
3261 P:      Rudolf Marek
3262 M:      r.marek@assembler.cz
3263 L:      lm-sensors@lm-sensors.org
3264 S:      Maintained
3265 F:      Documentation/hwmon/k8temp
3266 F:      drivers/hwmon/k8temp.c
3267
3268 KCONFIG
3269 P:      Roman Zippel
3270 M:      zippel@linux-m68k.org
3271 L:      linux-kbuild@vger.kernel.org
3272 S:      Maintained
3273 F:      Documentation/kbuild/kconfig-language.txt
3274 F:      scripts/kconfig/
3275
3276 KDUMP
3277 P:      Vivek Goyal
3278 M:      vgoyal@redhat.com
3279 P:      Haren Myneni
3280 M:      hbabu@us.ibm.com
3281 L:      kexec@lists.infradead.org
3282 L:      linux-kernel@vger.kernel.org
3283 W:      http://lse.sourceforge.net/kdump/
3284 S:      Maintained
3285 F:      Documentation/kdump/
3286
3287 KERNEL AUTOMOUNTER (AUTOFS)
3288 P:      H. Peter Anvin
3289 M:      hpa@zytor.com
3290 L:      autofs@linux.kernel.org
3291 S:      Odd Fixes
3292 F:      fs/autofs/
3293
3294 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3295 P:      Ian Kent
3296 M:      raven@themaw.net
3297 L:      autofs@linux.kernel.org
3298 S:      Maintained
3299 F:      fs/autofs4/
3300
3301 KERNEL BUILD
3302 P:      Sam Ravnborg
3303 M:      sam@ravnborg.org
3304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3306 L:      linux-kbuild@vger.kernel.org
3307 S:      Maintained
3308 F:      Documentation/kbuild/
3309 F:      Makefile
3310 F:      scripts/Makefile.*
3311
3312 KERNEL JANITORS
3313 P:      Several
3314 L:      kernel-janitors@vger.kernel.org
3315 W:      http://www.kerneljanitors.org/
3316 S:      Maintained
3317
3318 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3319 P:      J. Bruce Fields
3320 M:      bfields@fieldses.org
3321 P:      Neil Brown
3322 M:      neilb@suse.de
3323 L:      linux-nfs@vger.kernel.org
3324 W:      http://nfs.sourceforge.net/
3325 S:      Supported
3326 F:      fs/nfsd/
3327 F:      include/linux/nfsd/
3328 F:      fs/lockd/
3329 F:      fs/nfs_common/
3330 F:      net/sunrpc/
3331 F:      include/linux/lockd/
3332 F:      include/linux/sunrpc/
3333
3334 KERNEL VIRTUAL MACHINE (KVM)
3335 P:      Avi Kivity
3336 M:      avi@redhat.com
3337 L:      kvm@vger.kernel.org
3338 W:      http://kvm.qumranet.com
3339 S:      Supported
3340 F:      Documentation/*/kvm.txt
3341 F:      arch/*/kvm/
3342 F:      arch/*/include/asm/kvm*
3343 F:      include/linux/kvm*
3344 F:      virt/kvm/
3345
3346 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3347 P:      Joerg Roedel
3348 M:      joerg.roedel@amd.com
3349 L:      kvm@vger.kernel.org
3350 W:      http://kvm.qumranet.com
3351 S:      Supported
3352 F:      arch/x86/include/asm/svm.h
3353 F:      arch/x86/kvm/kvm_svm.h
3354 F:      arch/x86/kvm/svm.c
3355
3356 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3357 P:      Hollis Blanchard
3358 M:      hollisb@us.ibm.com
3359 L:      kvm-ppc@vger.kernel.org
3360 W:      http://kvm.qumranet.com
3361 S:      Supported
3362 F:      arch/powerpc/include/asm/kvm*
3363 F:      arch/powerpc/kvm/
3364
3365 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3366 P:      Xiantao Zhang
3367 M:      xiantao.zhang@intel.com
3368 L:      kvm-ia64@vger.kernel.org
3369 W:      http://kvm.qumranet.com
3370 S:      Supported
3371 F:      Documentation/ia64/kvm.txt
3372 F:      arch/ia64/include/asm/kvm*
3373 F:      arch/ia64/kvm/
3374
3375 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3376 P:      Carsten Otte
3377 M:      cotte@de.ibm.com
3378 P:      Christian Borntraeger
3379 M:      borntraeger@de.ibm.com
3380 M:      linux390@de.ibm.com
3381 L:      linux-s390@vger.kernel.org
3382 W:      http://www.ibm.com/developerworks/linux/linux390/
3383 S:      Supported
3384 F:      Documentation/s390/kvm.txt
3385 F:      arch/s390/include/asm/kvm*
3386 F:      arch/s390/kvm/
3387
3388 KEXEC
3389 P:      Eric Biederman
3390 M:      ebiederm@xmission.com
3391 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3392 L:      linux-kernel@vger.kernel.org
3393 L:      kexec@lists.infradead.org
3394 S:      Maintained
3395 F:      include/linux/kexec.h
3396 F:      kernel/kexec.c
3397
3398 KGDB
3399 P:      Jason Wessel
3400 M:      jason.wessel@windriver.com
3401 L:      kgdb-bugreport@lists.sourceforge.net
3402 S:      Maintained
3403 F:      Documentation/DocBook/kgdb.tmpl
3404 F:      drivers/misc/kgdbts.c
3405 F:      drivers/serial/kgdboc.c
3406 F:      include/linux/kgdb.h
3407 F:      kernel/kgdb.c
3408
3409 KMEMCHECK
3410 P:      Vegard Nossum
3411 M:      vegardno@ifi.uio.no
3412 P       Pekka Enberg
3413 M:      penberg@cs.helsinki.fi
3414 L:      linux-kernel@vger.kernel.org
3415 S:      Maintained
3416
3417 KMEMLEAK
3418 P:      Catalin Marinas
3419 M:      catalin.marinas@arm.com
3420 L:      linux-kernel@vger.kernel.org
3421 S:      Maintained
3422 F:      Documentation/kmemleak.txt
3423 F:      include/linux/kmemleak.h
3424 F:      mm/kmemleak.c
3425 F:      mm/kmemleak-test.c
3426
3427 KMEMTRACE
3428 P:      Eduard - Gabriel Munteanu
3429 M:      eduard.munteanu@linux360.ro
3430 L:      linux-kernel@vger.kernel.org
3431 S:      Maintained
3432 F:      Documentation/trace/kmemtrace.txt
3433 F:      include/trace/kmemtrace.h
3434 F:      kernel/trace/kmemtrace.c
3435
3436 KPROBES
3437 P:      Ananth N Mavinakayanahalli
3438 M:      ananth@in.ibm.com
3439 P:      Anil S Keshavamurthy
3440 M:      anil.s.keshavamurthy@intel.com
3441 P:      David S. Miller
3442 M:      davem@davemloft.net
3443 P:      Masami Hiramatsu
3444 M:      mhiramat@redhat.com
3445 L:      linux-kernel@vger.kernel.org
3446 S:      Maintained
3447 F:      Documentation/kprobes.txt
3448 F:      include/linux/kprobes.h
3449 F:      kernel/kprobes.c
3450
3451 KS0108 LCD CONTROLLER DRIVER
3452 P:      Miguel Ojeda Sandonis
3453 M:      miguel.ojeda.sandonis@gmail.com
3454 L:      linux-kernel@vger.kernel.org
3455 W:      http://miguelojeda.es/auxdisplay.htm
3456 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3457 S:      Maintained
3458 F:      Documentation/auxdisplay/ks0108
3459 F:      drivers/auxdisplay/ks0108.c
3460 F:      include/linux/ks0108.h
3461
3462 LAPB module
3463 L:      linux-x25@vger.kernel.org
3464 S:      Orphan
3465 F:      Documentation/networking/lapb-module.txt
3466 F:      include/*/lapb.h
3467 F:      net/lapb/
3468
3469 LASI 53c700 driver for PARISC
3470 P:      James E.J. Bottomley
3471 M:      James.Bottomley@HansenPartnership.com
3472 L:      linux-scsi@vger.kernel.org
3473 S:      Maintained
3474 F:      Documentation/scsi/53c700.txt
3475 F:      drivers/scsi/53c700*
3476
3477 LED SUBSYSTEM
3478 P:      Richard Purdie
3479 M:      rpurdie@rpsys.net
3480 S:      Maintained
3481 F:      drivers/leds/
3482 F:      include/linux/leds.h
3483
3484 LEGO USB Tower driver
3485 P:      Juergen Stuber
3486 M:      starblue@users.sourceforge.net
3487 L:      legousb-devel@lists.sourceforge.net
3488 W:      http://legousb.sourceforge.net/
3489 S:      Maintained
3490 F:      drivers/usb/misc/legousbtower.c
3491
3492 LGUEST
3493 P:      Rusty Russell
3494 M:      rusty@rustcorp.com.au
3495 L:      lguest@ozlabs.org
3496 W:      http://lguest.ozlabs.org/
3497 S:      Maintained
3498 F:      Documentation/lguest/
3499 F:      arch/x86/lguest/
3500 F:      drivers/lguest/
3501 F:      include/linux/lguest*.h
3502 F:      arch/x86/include/asm/lguest*.h
3503
3504 LINUX FOR IBM pSERIES (RS/6000)
3505 P:      Paul Mackerras
3506 M:      paulus@au.ibm.com
3507 W:      http://www.ibm.com/linux/ltc/projects/ppc
3508 S:      Supported
3509
3510 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3511 P:      Benjamin Herrenschmidt
3512 M:      benh@kernel.crashing.org
3513 P:      Paul Mackerras
3514 M:      paulus@samba.org
3515 W:      http://www.penguinppc.org/
3516 L:      linuxppc-dev@ozlabs.org
3517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3518 S:      Supported
3519
3520 LINUX FOR POWER MACINTOSH
3521 P:      Benjamin Herrenschmidt
3522 M:      benh@kernel.crashing.org
3523 W:      http://www.penguinppc.org/
3524 L:      linuxppc-dev@ozlabs.org
3525 S:      Maintained
3526
3527 LINUX FOR POWERPC EMBEDDED MPC5XXX
3528 P:      Grant Likely
3529 M:      grant.likely@secretlab.ca
3530 L:      linuxppc-dev@ozlabs.org
3531 T:      git git://git.secretlab.ca/git/linux-2.6.git
3532 S:      Maintained
3533
3534 LINUX FOR POWERPC EMBEDDED PPC4XX
3535 P:      Josh Boyer
3536 M:      jwboyer@linux.vnet.ibm.com
3537 P:      Matt Porter
3538 M:      mporter@kernel.crashing.org
3539 W:      http://www.penguinppc.org/
3540 L:      linuxppc-dev@ozlabs.org
3541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3542 S:      Maintained
3543
3544 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3545 P:      Grant Likely
3546 M:      grant.likely@secretlab.ca
3547 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3548 L:      linuxppc-dev@ozlabs.org
3549 T:      git git://git.secretlab.ca/git/linux-2.6.git
3550 S:      Maintained
3551
3552 LINUX FOR POWERPC EMBEDDED PPC8XX
3553 P:      Vitaly Bordug
3554 M:      vitb@kernel.crashing.org
3555 P:      Marcelo Tosatti
3556 M:      marcelo@kvack.org
3557 W:      http://www.penguinppc.org/
3558 L:      linuxppc-dev@ozlabs.org
3559 S:      Maintained
3560
3561 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3562 P:      Kumar Gala
3563 M:      galak@kernel.crashing.org
3564 W:      http://www.penguinppc.org/
3565 L:      linuxppc-dev@ozlabs.org
3566 S:      Maintained
3567
3568 LINUX FOR POWERPC PA SEMI PWRFICIENT
3569 P:      Olof Johansson
3570 M:      olof@lixom.net
3571 W:      http://www.pasemi.com/
3572 L:      linuxppc-dev@ozlabs.org
3573 S:      Supported
3574
3575 LINUX SECURITY MODULE (LSM) FRAMEWORK
3576 P:      Chris Wright
3577 M:      chrisw@sous-sol.org
3578 L:      linux-security-module@vger.kernel.org
3579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3580 S:      Supported
3581
3582 LLC (802.2)
3583 P:      Arnaldo Carvalho de Melo
3584 M:      acme@ghostprotocols.net
3585 S:      Maintained
3586 F:      include/linux/llc.h
3587 F:      include/net/llc*
3588 F:      net/llc/
3589
3590 LIS3LV02D ACCELEROMETER DRIVER
3591 P:      Eric Piel
3592 M:      eric.piel@tremplin-utc.net
3593 S:      Maintained
3594 F:      Documentation/hwmon/lis3lv02d
3595 F:      drivers/hwmon/lis3lv02d.*
3596
3597 LM83 HARDWARE MONITOR DRIVER
3598 P:      Jean Delvare
3599 M:      khali@linux-fr.org
3600 L:      lm-sensors@lm-sensors.org
3601 S:      Maintained
3602 F:      Documentation/hwmon/lm83
3603 F:      drivers/hwmon/lm83.c
3604
3605 LM90 HARDWARE MONITOR DRIVER
3606 P:      Jean Delvare
3607 M:      khali@linux-fr.org
3608 L:      lm-sensors@lm-sensors.org
3609 S:      Maintained
3610 F:      Documentation/hwmon/lm90
3611 F:      drivers/hwmon/lm90.c
3612
3613 LOCKDEP AND LOCKSTAT
3614 P:      Peter Zijlstra
3615 M:      peterz@infradead.org
3616 P:      Ingo Molnar
3617 M:      mingo@redhat.com
3618 L:      linux-kernel@vger.kernel.org
3619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3620 S:      Maintained
3621 F:      Documentation/lockdep*.txt
3622 F:      Documentation/lockstat.txt
3623 F:      include/linux/lockdep.h
3624 F:      kernel/lockdep*
3625
3626 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3627 P:      Richard Russon (FlatCap)
3628 M:      ldm@flatcap.org
3629 L:      linux-ntfs-dev@lists.sourceforge.net
3630 W:      http://www.linux-ntfs.org/content/view/19/37/
3631 S:      Maintained
3632 F:      Documentation/ldm.txt
3633 F:      fs/partitions/ldm.*
3634
3635 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3636 P:      Eric Moore
3637 M:      Eric.Moore@lsi.com
3638 M:      support@lsi.com
3639 L:      DL-MPTFusionLinux@lsi.com
3640 L:      linux-scsi@vger.kernel.org
3641 W:      http://www.lsilogic.com/support
3642 S:      Supported
3643 F:      drivers/message/fusion/
3644
3645 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3646 P:      Matthew Wilcox
3647 M:      matthew@wil.cx
3648 L:      linux-scsi@vger.kernel.org
3649 S:      Maintained
3650 F:      drivers/scsi/sym53c8xx_2/
3651
3652 LTP (Linux Test Project)
3653 P:      Subrata Modak
3654 M:      subrata@linux.vnet.ibm.com
3655 P:      Mike Frysinger
3656 M:      vapier@gentoo.org
3657 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3658 W:      http://ltp.sourceforge.net/
3659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3660 S:      Maintained
3661
3662 M32R ARCHITECTURE
3663 P:      Hirokazu Takata
3664 M:      takata@linux-m32r.org
3665 L:      linux-m32r@ml.linux-m32r.org
3666 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3667 W:      http://www.linux-m32r.org/
3668 S:      Maintained
3669 F:      arch/m32r/
3670 F:      include/asm-m32r/
3671
3672 M68K ARCHITECTURE
3673 P:      Geert Uytterhoeven
3674 M:      geert@linux-m68k.org
3675 P:      Roman Zippel
3676 M:      zippel@linux-m68k.org
3677 L:      linux-m68k@lists.linux-m68k.org
3678 W:      http://www.linux-m68k.org/
3679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3680 S:      Maintained
3681 F:      arch/m68k/
3682 F:      drivers/zorro/
3683
3684 M68K ON APPLE MACINTOSH
3685 P:      Joshua Thompson
3686 M:      funaho@jurai.org
3687 W:      http://www.mac.linux-m68k.org/
3688 L:      linux-m68k@lists.linux-m68k.org
3689 S:      Maintained
3690 F:      arch/m68k/mac/
3691
3692 M68K ON HP9000/300
3693 P:      Philip Blundell
3694 M:      philb@gnu.org
3695 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3696 S:      Maintained
3697 F:      arch/m68k/hp300/
3698
3699 MAC80211
3700 P:      Johannes Berg
3701 M:      johannes@sipsolutions.net
3702 L:      linux-wireless@vger.kernel.org
3703 W:      http://linuxwireless.org/
3704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3705 S:      Maintained
3706 F:      Documentation/networking/mac80211-injection.txt
3707 F:      include/net/mac80211.h
3708 F:      net/mac80211/
3709
3710 MAC80211 PID RATE CONTROL
3711 P:      Stefano Brivio
3712 M:      stefano.brivio@polimi.it
3713 P:      Mattias Nissler
3714 M:      mattias.nissler@gmx.de
3715 L:      linux-wireless@vger.kernel.org
3716 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3718 S:      Maintained
3719 F:      net/mac80211/rc80211_pid*
3720
3721 MACVLAN DRIVER
3722 P:      Patrick McHardy
3723 M:      kaber@trash.net
3724 L:      netdev@vger.kernel.org
3725 S:      Maintained
3726 F:      drivers/net/macvlan.c
3727 F:      include/linux/if_macvlan.h
3728
3729 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3730 P:      Michael Kerrisk
3731 M:      mtk.manpages@gmail.com
3732 W:      http://www.kernel.org/doc/man-pages
3733 L:      linux-man@vger.kernel.org
3734 S:      Maintained
3735
3736 MARVELL LIBERTAS WIRELESS DRIVER
3737 P:      Dan Williams
3738 M:      dcbw@redhat.com
3739 L:      libertas-dev@lists.infradead.org
3740 S:      Maintained
3741 F:      drivers/net/wireless/libertas/
3742
3743 MARVELL MV643XX ETHERNET DRIVER
3744 P:      Lennert Buytenhek
3745 M:      buytenh@marvell.com
3746 L:      netdev@vger.kernel.org
3747 S:      Supported
3748 F:      drivers/net/mv643xx_eth.*
3749 F:      include/linux/mv643xx.h
3750
3751 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3752 P:      Nicolas Pitre
3753 M:      nico@cam.org
3754 L:      linux-kernel@vger.kernel.org
3755 S:      Maintained
3756
3757 MARVELL YUKON / SYSKONNECT DRIVER
3758 P:      Mirko Lindner
3759 M:      mlindner@syskonnect.de
3760 P:      Ralph Roesler
3761 M:      rroesler@syskonnect.de
3762 W:      http://www.syskonnect.com
3763 S:      Supported
3764
3765 MATROX FRAMEBUFFER DRIVER
3766 P:      Petr Vandrovec
3767 M:      vandrove@vc.cvut.cz
3768 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3769 S:      Maintained
3770 F:      drivers/video/matrox/matroxfb_*
3771 F:      include/linux/matroxfb.h
3772
3773 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3774 P:      Hans J. Koch
3775 M:      hjk@linutronix.de
3776 L:      lm-sensors@lm-sensors.org
3777 S:      Maintained
3778 F:      Documentation/hwmon/max6650
3779 F:      drivers/hwmon/max6650.c
3780
3781 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3782 P:      Mauro Carvalho Chehab
3783 M:      mchehab@infradead.org
3784 P:      LinuxTV.org Project
3785 L:      linux-media@vger.kernel.org
3786 W:      http://linuxtv.org
3787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3788 S:      Maintained
3789 F:      Documentation/dvb/
3790 F:      Documentation/video4linux/
3791 F:      drivers/media/
3792 F:      include/media/
3793 F:      include/linux/dvb/
3794 F:      include/linux/videodev*.h
3795
3796 MEGARAID SCSI DRIVERS
3797 P:      Neela Syam Kolli
3798 M:      megaraidlinux@lsi.com
3799 L:      linux-scsi@vger.kernel.org
3800 W:      http://megaraid.lsilogic.com
3801 S:      Maintained
3802 F:      Documentation/scsi/megaraid.txt
3803 F:      drivers/scsi/megaraid.*
3804 F:      drivers/scsi/megaraid/
3805
3806 MEMORY MANAGEMENT
3807 L:      linux-mm@kvack.org
3808 L:      linux-kernel@vger.kernel.org
3809 W:      http://www.linux-mm.org
3810 S:      Maintained
3811 F:      include/linux/mm.h
3812 F:      mm/
3813
3814 MEMORY RESOURCE CONTROLLER
3815 P:      Balbir Singh
3816 M:      balbir@linux.vnet.ibm.com
3817 P:      Pavel Emelyanov
3818 M:      xemul@openvz.org
3819 P:      KAMEZAWA Hiroyuki
3820 M:      kamezawa.hiroyu@jp.fujitsu.com
3821 L:      linux-mm@kvack.org
3822 L:      linux-kernel@vger.kernel.org
3823 S:      Maintained
3824 F:      mm/memcontrol.c
3825
3826 MEMORY TECHNOLOGY DEVICES (MTD)
3827 P:      David Woodhouse
3828 M:      dwmw2@infradead.org
3829 W:      http://www.linux-mtd.infradead.org/
3830 L:      linux-mtd@lists.infradead.org
3831 T:      git git://git.infradead.org/mtd-2.6.git
3832 S:      Maintained
3833 F:      drivers/mtd/
3834 F:      include/linux/mtd/
3835 F:      include/mtd/
3836
3837 MICROBLAZE ARCHITECTURE
3838 P:      Michal Simek
3839 M:      monstr@monstr.eu
3840 L:      microblaze-uclinux@itee.uq.edu.au
3841 W:      http://www.monstr.eu/fdt/
3842 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3843 S:      Supported
3844 F:      arch/microblaze/
3845
3846 MICROTEK X6 SCANNER
3847 P:      Oliver Neukum
3848 M:      oliver@neukum.name
3849 S:      Maintained
3850 F:      drivers/usb/image/microtek.*
3851
3852 MIPS
3853 P:      Ralf Baechle
3854 M:      ralf@linux-mips.org
3855 W:      http://www.linux-mips.org/
3856 L:      linux-mips@linux-mips.org
3857 T:      git git://git.linux-mips.org/pub/scm/linux.git
3858 S:      Supported
3859 F:      Documentation/mips/
3860 F:      arch/mips/
3861
3862 MISCELLANEOUS MCA-SUPPORT
3863 P:      James Bottomley
3864 M:      James.Bottomley@HansenPartnership.com
3865 L:      linux-kernel@vger.kernel.org
3866 S:      Maintained
3867 F:      Documentation/ia64/mca.txt
3868 F:      Documentation/mca.txt
3869 F:      drivers/mca/
3870 F:      include/linux/mca*
3871
3872 MODULE SUPPORT
3873 P:      Rusty Russell
3874 M:      rusty@rustcorp.com.au
3875 L:      linux-kernel@vger.kernel.org
3876 S:      Maintained
3877 F:      include/linux/module.h
3878 F:      kernel/module.c
3879
3880 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3881 P:      Stelian Pop
3882 M:      stelian@popies.net
3883 W:      http://popies.net/meye/
3884 S:      Maintained
3885 F:      Documentation/video4linux/meye.txt
3886 F:      drivers/media/video/meye.*
3887 F:      include/linux/meye.h
3888
3889 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3890 P:      Pavel Pisa
3891 M:      ppisa@pikron.com
3892 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3893 S:      Maintained
3894 F:      drivers/mmc/host/imxmmc.*
3895
3896 MOUSE AND MISC DEVICES [GENERAL]
3897 P:      Alessandro Rubini
3898 M:      rubini@ipvvis.unipv.it
3899 L:      linux-kernel@vger.kernel.org
3900 S:      Maintained
3901 F:      drivers/input/mouse/
3902 F:      include/linux/gpio_mouse.h
3903
3904 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3905 P:      Jiri Slaby
3906 M:      jirislaby@gmail.com
3907 L:      linux-kernel@vger.kernel.org
3908 S:      Maintained
3909 F:      Documentation/serial/moxa-smartio
3910 F:      drivers/char/mxser.*
3911
3912 MSI LAPTOP SUPPORT
3913 P:      Lennart Poettering
3914 M:      mzxreary@0pointer.de
3915 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3916 W:      http://0pointer.de/lennart/tchibo.html
3917 S:      Maintained
3918 F:      drivers/platform/x86/msi-laptop.c
3919
3920 MULTIFUNCTION DEVICES (MFD)
3921 P:      Samuel Ortiz
3922 M:      sameo@linux.intel.com
3923 L:      linux-kernel@vger.kernel.org
3924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3925 S:      Supported
3926 F:      drivers/mfd/
3927
3928 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3929 P:      Pierre Ossman
3930 M:      pierre@ossman.eu
3931 L:      linux-kernel@vger.kernel.org
3932 S:      Maintained
3933 F:      drivers/mmc/
3934 F:      include/linux/mmc/
3935
3936 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3937 P:      David Brownell
3938 M:      dbrownell@users.sourceforge.net
3939 L:      linux-kernel@vger.kernel.org
3940 S:      Odd Fixes
3941 F:      drivers/mmc/host/mmc_spi.c
3942 F:      include/linux/spi/mmc_spi.h
3943
3944 MULTISOUND SOUND DRIVER
3945 P:      Andrew Veliath
3946 M:      andrewtv@usa.net
3947 S:      Maintained
3948 F:      Documentation/sound/oss/MultiSound
3949 F:      sound/oss/msnd*
3950
3951 MULTITECH MULTIPORT CARD (ISICOM)
3952 P:      Jiri Slaby
3953 M:      jirislaby@gmail.com
3954 L:      linux-kernel@vger.kernel.org
3955 S:      Maintained
3956 F:      drivers/char/isicom.c
3957 F:      include/linux/isicom.h
3958
3959 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3960 P:      Felipe Balbi
3961 M:      felipe.balbi@nokia.com
3962 L:      linux-usb@vger.kernel.org
3963 T:      git git://gitorious.org/musb/mainline.git
3964 S:      Maintained
3965 F:      drivers/usb/musb/
3966
3967 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3968 P:      Andrew Gallatin
3969 M:      gallatin@myri.com
3970 P:      Brice Goglin
3971 M:      brice@myri.com
3972 L:      netdev@vger.kernel.org
3973 W:      http://www.myri.com/scs/download-Myri10GE.html
3974 S:      Supported
3975 F:      drivers/net/myri10ge/
3976
3977 NATSEMI ETHERNET DRIVER (DP8381x)
3978 P:      Tim Hockin
3979 M:      thockin@hockin.org
3980 S:      Maintained
3981 F:      drivers/net/natsemi.c
3982
3983 NCP FILESYSTEM
3984 P:      Petr Vandrovec
3985 M:      vandrove@vc.cvut.cz
3986 L:      linware@sh.cvut.cz
3987 S:      Maintained
3988 F:      fs/ncpfs/
3989
3990 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3991 P:      James E.J. Bottomley
3992 M:      James.Bottomley@HansenPartnership.com
3993 L:      linux-scsi@vger.kernel.org
3994 S:      Maintained
3995 F:      drivers/scsi/NCR_D700.*
3996
3997 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3998 P:      Faisal Latif
3999 M:      faisal.latif@intel.com
4000 P:      Chien Tung
4001 M:      chien.tin.tung@intel.com
4002 L:      general@lists.openfabrics.org
4003 W:      http://www.neteffect.com
4004 S:      Supported
4005 F:      drivers/infiniband/hw/nes/
4006
4007 NETEM NETWORK EMULATOR
4008 P:      Stephen Hemminger
4009 M:      shemminger@linux-foundation.org
4010 L:      netem@lists.linux-foundation.org
4011 S:      Maintained
4012 F:      net/sched/sch_netem.c
4013
4014 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4015 P:      Ramkrishna Vepa
4016 M:      ram.vepa@neterion.com
4017 P:      Rastapur Santosh
4018 M:      santosh.rastapur@neterion.com
4019 P:      Sivakumar Subramani
4020 M:      sivakumar.subramani@neterion.com
4021 P:      Sreenivasa Honnur
4022 M:      sreenivasa.honnur@neterion.com
4023 P:      Anil Murthy
4024 M:      anil.murthy@neterion.com
4025 L:      netdev@vger.kernel.org
4026 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4027 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4028 S:      Supported
4029 F:      Documentation/networking/s2io.txt
4030 F:      drivers/net/s2io*
4031
4032 NETFILTER/IPTABLES/IPCHAINS
4033 P:      Rusty Russell
4034 P:      Marc Boucher
4035 P:      James Morris
4036 P:      Harald Welte
4037 P:      Jozsef Kadlecsik
4038 P:      Patrick McHardy
4039 M:      kaber@trash.net
4040 L:      netfilter-devel@vger.kernel.org
4041 L:      netfilter@vger.kernel.org
4042 L:      coreteam@netfilter.org
4043 W:      http://www.netfilter.org/
4044 W:      http://www.iptables.org/
4045 S:      Supported
4046 F:      include/linux/netfilter*
4047 F:      include/linux/netfilter/
4048 F:      include/net/netfilter/
4049 F:      net/*/netfilter.c
4050 F:      net/*/netfilter/
4051 F:      net/netfilter/
4052
4053 NETLABEL
4054 P:      Paul Moore
4055 M:      paul.moore@hp.com
4056 W:      http://netlabel.sf.net
4057 L:      netdev@vger.kernel.org
4058 S:      Supported
4059 F:      Documentation/netlabel/
4060 F:      include/net/netlabel.h
4061 F:      net/netlabel/
4062
4063 NETROM NETWORK LAYER
4064 P:      Ralf Baechle
4065 M:      ralf@linux-mips.org
4066 L:      linux-hams@vger.kernel.org
4067 W:      http://www.linux-ax25.org/
4068 S:      Maintained
4069 F:      include/linux/netrom.h
4070 F:      include/net/netrom.h
4071 F:      net/netrom/
4072
4073 NETWORK BLOCK DEVICE (NBD)
4074 P:      Paul Clements
4075 M:      Paul.Clements@steeleye.com
4076 S:      Maintained
4077 F:      Documentation/blockdev/nbd.txt
4078 F:      drivers/block/nbd.c
4079 F:      include/linux/nbd.h
4080
4081 NETWORKING [GENERAL]
4082 P:      David S. Miller
4083 M:      davem@davemloft.net
4084 L:      netdev@vger.kernel.org
4085 W:      http://www.linuxfoundation.org/en/Net
4086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4087 S:      Maintained
4088 F:      net/
4089 F:      include/net/
4090
4091 NETWORKING [IPv4/IPv6]
4092 P:      David S. Miller
4093 M:      davem@davemloft.net
4094 P:      Alexey Kuznetsov
4095 M:      kuznet@ms2.inr.ac.ru
4096 P:      Pekka Savola (ipv6)
4097 M:      pekkas@netcore.fi
4098 P:      James Morris
4099 M:      jmorris@namei.org
4100 P:      Hideaki YOSHIFUJI
4101 M:      yoshfuji@linux-ipv6.org
4102 P:      Patrick McHardy
4103 M:      kaber@trash.net
4104 L:      netdev@vger.kernel.org
4105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4106 S:      Maintained
4107 F:      net/ipv4/
4108 F:      net/ipv6/
4109 F:      include/net/ip*
4110
4111 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4112 P:      Paul Moore
4113 M:      paul.moore@hp.com
4114 L:      netdev@vger.kernel.org
4115 S:      Maintained
4116
4117 NETWORKING [WIRELESS]
4118 P:      John W. Linville
4119 M:      linville@tuxdriver.com
4120 L:      linux-wireless@vger.kernel.org
4121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4122 S:      Maintained
4123 F:      net/wireless/
4124 F:      include/net/ieee80211*
4125 F:      include/net/wireless.h
4126
4127 NETWORKING DRIVERS
4128 L:      netdev@vger.kernel.org
4129 W:      http://www.linuxfoundation.org/en/Net
4130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4131 S:      Odd Fixes
4132 F:      drivers/net/
4133
4134 NETXEN (1/10) GbE SUPPORT
4135 P:      Dhananjay Phadke
4136 M:      dhananjay@netxen.com
4137 L:      netdev@vger.kernel.org
4138 W:      http://www.netxen.com
4139 S:      Supported
4140 F:      drivers/net/netxen/
4141
4142 NFS, SUNRPC, AND LOCKD CLIENTS
4143 P:      Trond Myklebust
4144 M:      Trond.Myklebust@netapp.com
4145 L:      linux-nfs@vger.kernel.org
4146 W:      http://client.linux-nfs.org
4147 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4148 S:      Maintained
4149 F:      fs/lockd/
4150 F:      fs/nfs/
4151 F:      fs/nfs_common/
4152 F:      net/sunrpc/
4153 F:      include/linux/lockd/
4154 F:      include/linux/nfs*
4155 F:      include/linux/sunrpc/
4156
4157 NI5010 NETWORK DRIVER
4158 P:      Jan-Pascal van Best
4159 M:      janpascal@vanbest.org
4160 P:      Andreas Mohr
4161 M:      andi@lisas.de
4162 L:      netdev@vger.kernel.org
4163 S:      Maintained
4164 F:      drivers/net/ni5010.*
4165
4166 NILFS2 FILESYSTEM
4167 P:      KONISHI Ryusuke
4168 M:      konishi.ryusuke@lab.ntt.co.jp
4169 L:      users@nilfs.org
4170 W:      http://www.nilfs.org/en/
4171 S:      Supported
4172 F:      Documentation/filesystems/nilfs2.txt
4173 F:      fs/nilfs2/
4174 F:      include/linux/nilfs2_fs.h
4175
4176 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4177 P:      YOKOTA Hiroshi
4178 M:      yokota@netlab.is.tsukuba.ac.jp
4179 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4180 S:      Maintained
4181 F:      Documentation/scsi/NinjaSCSI.txt
4182 F:      drivers/scsi/pcmcia/nsp_*
4183
4184 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4185 P:      GOTO Masanori
4186 M:      gotom@debian.or.jp
4187 P:      YOKOTA Hiroshi
4188 M:      yokota@netlab.is.tsukuba.ac.jp
4189 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4190 S:      Maintained
4191 F:      Documentation/scsi/NinjaSCSI.txt
4192 F:      drivers/scsi/nsp32*
4193
4194 NTFS FILESYSTEM
4195 P:      Anton Altaparmakov
4196 M:      aia21@cantab.net
4197 L:      linux-ntfs-dev@lists.sourceforge.net
4198 L:      linux-kernel@vger.kernel.org
4199 W:      http://www.linux-ntfs.org/
4200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4201 S:      Maintained
4202 F:      Documentation/filesystems/ntfs.txt
4203 F:      fs/ntfs/
4204
4205 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4206 P:      Antonino Daplas
4207 M:      adaplas@gmail.com
4208 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4209 S:      Maintained
4210 F:      drivers/video/riva/
4211 F:      drivers/video/nvidia/
4212
4213 OMAP SUPPORT
4214 P:      Tony Lindgren <tony@atomide.com>
4215 M:      tony@atomide.com
4216 L:      linux-omap@vger.kernel.org
4217 W:      http://www.muru.com/linux/omap/
4218 W:      http://linux.omap.com/
4219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4220 S:      Maintained
4221 F:      arch/arm/*omap*
4222
4223 OMAP CLOCK FRAMEWORK SUPPORT
4224 P:      Paul Walmsley
4225 M:      paul@pwsan.com
4226 L:      linux-omap@vger.kernel.org
4227 S:      Maintained
4228 F:      arch/arm/*omap*/*clock*
4229
4230 OMAP POWER MANAGEMENT SUPPORT
4231 P:      Kevin Hilman
4232 M:      khilman@deeprootsystems.com
4233 L:      linux-omap@vger.kernel.org
4234 S:      Maintained
4235 F:      arch/arm/*omap*/*pm*
4236
4237 OMAP AUDIO SUPPORT
4238 P:      Jarkko Nikula
4239 M:      jhnikula@gmail.com
4240 L:      alsa-devel@alsa-project.org (subscribers-only)
4241 L:      linux-omap@vger.kernel.org
4242 S:      Maintained
4243 F:      sound/soc/omap/
4244
4245 OMAP FRAMEBUFFER SUPPORT
4246 P:      Imre Deak
4247 M:      imre.deak@nokia.com
4248 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4249 L:      linux-omap@vger.kernel.org
4250 S:      Maintained
4251 F:      drivers/video/omap/
4252
4253 OMAP MMC SUPPORT
4254 P:      Jarkko Lavinen
4255 M:      jarkko.lavinen@nokia.com
4256 L:      linux-kernel@vger.kernel.org
4257 L:      linux-omap@vger.kernel.org
4258 S:      Maintained
4259 F:      drivers/mmc/host/*omap*
4260
4261 OMAP RANDOM NUMBER GENERATOR SUPPORT
4262 P:      Deepak Saxena
4263 M:      dsaxena@plexity.net
4264 S:      Maintained
4265 F:      drivers/char/hw_random/omap-rng.c
4266
4267 OMAP USB SUPPORT
4268 P:      Felipe Balbi
4269 M:      felipe.balbi@nokia.com
4270 P:      David Brownell
4271 M:      dbrownell@users.sourceforge.net
4272 L:      linux-usb@vger.kernel.org
4273 L:      linux-omap@vger.kernel.org
4274 S:      Maintained
4275
4276 OMFS FILESYSTEM
4277 P:      Bob Copeland
4278 M:      me@bobcopeland.com
4279 L:      linux-karma-devel@lists.sourceforge.net
4280 S:      Maintained
4281 F:      Documentation/filesystems/omfs.txt
4282 F:      fs/omfs/
4283
4284 OMNIKEY CARDMAN 4000 DRIVER
4285 P:      Harald Welte
4286 M:      laforge@gnumonks.org
4287 S:      Maintained
4288 F:      drivers/char/pcmcia/cm4000_cs.c
4289 F:      include/linux/cm4000_cs.h
4290
4291 OMNIKEY CARDMAN 4040 DRIVER
4292 P:      Harald Welte
4293 M:      laforge@gnumonks.org
4294 S:      Maintained
4295 F:      drivers/char/pcmcia/cm4040_cs.*
4296
4297 OMNIVISION OV7670 SENSOR DRIVER
4298 P:      Jonathan Corbet
4299 M:      corbet@lwn.net
4300 L:      linux-media@vger.kernel.org
4301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4302 S:      Maintained
4303 F:      drivers/media/video/ov7670.c
4304
4305 ONENAND FLASH DRIVER
4306 P:      Kyungmin Park
4307 M:      kyungmin.park@samsung.com
4308 L:      linux-mtd@lists.infradead.org
4309 S:      Maintained
4310 F:      drivers/mtd/onenand/
4311 F:      include/linux/mtd/onenand*.h
4312
4313 ONSTREAM SCSI TAPE DRIVER
4314 P:      Willem Riede
4315 M:      osst@riede.org
4316 L:      osst-users@lists.sourceforge.net
4317 L:      linux-scsi@vger.kernel.org
4318 S:      Maintained
4319 F:      drivers/scsi/osst*
4320 F:      drivers/scsi/st*
4321
4322 OPENCORES I2C BUS DRIVER
4323 P:      Peter Korsgaard
4324 M:      jacmet@sunsite.dk
4325 L:      linux-i2c@vger.kernel.org
4326 S:      Maintained
4327 F:      Documentation/i2c/busses/i2c-ocores
4328 F:      drivers/i2c/busses/i2c-ocores.c
4329
4330 OPROFILE
4331 P:      Robert Richter
4332 M:      robert.richter@amd.com
4333 L:      oprofile-list@lists.sf.net
4334 S:      Maintained
4335 F:      arch/*/oprofile/
4336 F:      drivers/oprofile/
4337 F:      include/linux/oprofile.h
4338
4339 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4340 P:      Mark Fasheh
4341 M:      mfasheh@suse.com
4342 P:      Joel Becker
4343 M:      joel.becker@oracle.com
4344 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4345 W:      http://oss.oracle.com/projects/ocfs2/
4346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4347 S:      Supported
4348 F:      Documentation/filesystems/ocfs2.txt
4349 F:      Documentation/filesystems/dlmfs.txt
4350 F:      fs/ocfs2/
4351
4352 ORINOCO DRIVER
4353 P:      Pavel Roskin
4354 M:      proski@gnu.org
4355 P:      David Gibson
4356 M:      hermes@gibson.dropbear.id.au
4357 L:      linux-wireless@vger.kernel.org
4358 L:      orinoco-users@lists.sourceforge.net
4359 L:      orinoco-devel@lists.sourceforge.net
4360 W:      http://www.nongnu.org/orinoco/
4361 S:      Maintained
4362 F:      drivers/net/wireless/orinoco/
4363
4364 OSD LIBRARY
4365 P:      Boaz Harrosh
4366 M:      bharrosh@panasas.com
4367 P:      Benny Halevy
4368 M:      bhalevy@panasas.com
4369 L:      osd-dev@open-osd.org
4370 W:      http://open-osd.org
4371 T:      git git://git.open-osd.org/open-osd.git
4372 S:      Maintained
4373
4374 P54 WIRELESS DRIVER
4375 P:      Michael Wu
4376 M:      flamingice@sourmilk.net
4377 L:      linux-wireless@vger.kernel.org
4378 W:      http://prism54.org
4379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4380 S:      Maintained
4381 F:      drivers/net/wireless/p54/
4382
4383 PA SEMI ETHERNET DRIVER
4384 P:      Olof Johansson
4385 M:      olof@lixom.net
4386 L:      netdev@vger.kernel.org
4387 S:      Maintained
4388 F:      drivers/net/pasemi_mac.*
4389
4390 PA SEMI SMBUS DRIVER
4391 P:      Olof Johansson
4392 M:      olof@lixom.net
4393 L:      linux-i2c@vger.kernel.org
4394 S:      Maintained
4395 F:      drivers/i2c/busses/i2c-pasemi.c
4396
4397 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4398 P:      Harald Welte
4399 M:      laforge@gnumonks.org
4400 S:      Maintained
4401 F:      drivers/platform/x86/panasonic-laptop.c
4402
4403 PANASONIC MN10300/AM33 PORT
4404 P:      David Howells
4405 M:      dhowells@redhat.com
4406 P:      Koichi Yasutake
4407 M:      yasutake.koichi@jp.panasonic.com
4408 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4409 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4410 S:      Maintained
4411 F:      Documentation/mn10300/
4412 F:      arch/mn10300/
4413
4414 PARALLEL PORT SUPPORT
4415 L:      linux-parport@lists.infradead.org (subscribers-only)
4416 S:      Orphan
4417 F:      drivers/parport/
4418 F:      include/linux/parport*.h
4419 F:      drivers/char/ppdev.c
4420 F:      include/linux/ppdev.h
4421
4422 PARAVIRT_OPS INTERFACE
4423 P:      Jeremy Fitzhardinge
4424 M:      jeremy@xensource.com
4425 P:      Chris Wright
4426 M:      chrisw@sous-sol.org
4427 P:      Alok Kataria
4428 M:      akataria@vmware.com
4429 P:      Rusty Russell
4430 M:      rusty@rustcorp.com.au
4431 L:      virtualization@lists.osdl.org
4432 L:      linux-kernel@vger.kernel.org
4433 S:      Supported
4434 F:      Documentation/ia64/paravirt_ops.txt
4435 F:      arch/*/kernel/paravirt*
4436 F:      arch/*/include/asm/paravirt.h
4437
4438 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4439 P:      Tim Waugh
4440 M:      tim@cyberelk.net
4441 L:      linux-parport@lists.infradead.org (subscribers-only)
4442 W:      http://www.torque.net/linux-pp.html
4443 S:      Maintained
4444 F:      Documentation/blockdev/paride.txt
4445 F:      drivers/block/paride/
4446
4447 PARISC ARCHITECTURE
4448 P:      Kyle McMartin
4449 M:      kyle@mcmartin.ca
4450 P:      Helge Deller
4451 M:      deller@gmx.de
4452 L:      linux-parisc@vger.kernel.org
4453 W:      http://www.parisc-linux.org/
4454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4455 S:      Maintained
4456 F:      arch/parisc/
4457 F:      drivers/parisc/
4458
4459 PC87360 HARDWARE MONITORING DRIVER
4460 P:      Jim Cromie
4461 M:      jim.cromie@gmail.com
4462 L:      lm-sensors@lm-sensors.org
4463 S:      Maintained
4464 F:      Documentation/hwmon/pc87360
4465 F:      drivers/hwmon/pc87360.c
4466
4467 PC8736x GPIO DRIVER
4468 P:      Jim Cromie
4469 M:      jim.cromie@gmail.com
4470 S:      Maintained
4471 F:      drivers/char/pc8736x_gpio.c
4472
4473 PCA9532 LED DRIVER
4474 P:      Riku Voipio
4475 M:      riku.voipio@iki.fi
4476 S:      Maintained
4477 F:      drivers/leds/leds-pca9532.c
4478 F:      include/linux/leds-pca9532.h
4479
4480 PCI ERROR RECOVERY
4481 P:      Linas Vepstas
4482 M:      linas@austin.ibm.com
4483 L:      linux-kernel@vger.kernel.org
4484 L:      linux-pci@vger.kernel.org
4485 S:      Supported
4486 F:      Documentation/PCI/pci-error-recovery.txt
4487 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4488
4489 PCI SUBSYSTEM
4490 P:      Jesse Barnes
4491 M:      jbarnes@virtuousgeek.org
4492 L:      linux-kernel@vger.kernel.org
4493 L:      linux-pci@vger.kernel.org
4494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4495 S:      Supported
4496 F:      Documentation/PCI/
4497 F:      drivers/pci/
4498 F:      include/linux/pci*
4499
4500 PCIE HOTPLUG DRIVER
4501 P:      Kristen Carlson Accardi
4502 M:      kristen.c.accardi@intel.com
4503 L:      linux-pci@vger.kernel.org
4504 S:      Supported
4505 F:      drivers/pci/pcie/
4506
4507 PCMCIA SUBSYSTEM
4508 P:      Linux PCMCIA Team
4509 L:      linux-pcmcia@lists.infradead.org
4510 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4512 S:      Maintained
4513 F:      Documentation/pcmcia/
4514 F:      drivers/pcmcia/
4515 F:      include/pcmcia/
4516
4517 PCNET32 NETWORK DRIVER
4518 P:      Don Fry
4519 M:      pcnet32@verizon.net
4520 L:      netdev@vger.kernel.org
4521 S:      Maintained
4522 F:      drivers/net/pcnet32.c
4523
4524 PER-TASK DELAY ACCOUNTING
4525 P:      Balbir Singh
4526 M:      balbir@linux.vnet.ibm.com
4527 L:      linux-kernel@vger.kernel.org
4528 S:      Maintained
4529 F:      include/linux/delayacct.h
4530 F:      kernel/delayacct.c
4531
4532 PERFORMANCE COUNTER SUBSYSTEM
4533 P:      Peter Zijlstra
4534 M:      a.p.zijlstra@chello.nl
4535 P:      Paul Mackerras
4536 M:      paulus@samba.org
4537 P:      Ingo Molnar
4538 M:      mingo@elte.hu
4539 L:      linux-kernel@vger.kernel.org
4540 S:      Supported
4541
4542 PERSONALITY HANDLING
4543 P:      Christoph Hellwig
4544 M:      hch@infradead.org
4545 L:      linux-abi-devel@lists.sourceforge.net
4546 S:      Maintained
4547 F:      include/linux/personality.h
4548
4549 PHRAM MTD DRIVER
4550 P:      Joern Engel
4551 M:      joern@lazybastard.org
4552 L:      linux-mtd@lists.infradead.org
4553 S:      Maintained
4554 F:      drivers/mtd/devices/phram.c
4555
4556 PKTCDVD DRIVER
4557 P:      Peter Osterlund
4558 M:      petero2@telia.com
4559 L:      linux-kernel@vger.kernel.org
4560 S:      Maintained
4561 F:      drivers/block/pktcdvd.c
4562 F:      include/linux/pktcdvd.h
4563
4564 POSIX CLOCKS and TIMERS
4565 P:      Thomas Gleixner
4566 M:      tglx@linutronix.de
4567 L:      linux-kernel@vger.kernel.org
4568 S:      Supported
4569 F:      fs/timerfd.c
4570 F:      include/linux/timer*
4571 F:      kernel/*timer*
4572
4573 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4574 P:      Anton Vorontsov
4575 M:      cbou@mail.ru
4576 P:      David Woodhouse
4577 M:      dwmw2@infradead.org
4578 L:      linux-kernel@vger.kernel.org
4579 T:      git git://git.infradead.org/battery-2.6.git
4580 S:      Maintained
4581 F:      include/linux/power_supply.h
4582 F:      drivers/power/power_supply*
4583
4584 PNP SUPPORT
4585 P:      Adam Belay
4586 M:      abelay@mit.edu
4587 P:      Bjorn Helgaas
4588 M:      bjorn.helgaas@hp.com
4589 S:      Maintained
4590 F:      drivers/pnp/
4591
4592 PNXxxxx I2C DRIVER
4593 P:      Vitaly Wool
4594 M:      vitalywool@gmail.com
4595 L:      linux-i2c@vger.kernel.org
4596 S:      Maintained
4597 F:      drivers/i2c/busses/i2c-pnx.c
4598
4599 PPP PROTOCOL DRIVERS AND COMPRESSORS
4600 P:      Paul Mackerras
4601 M:      paulus@samba.org
4602 L:      linux-ppp@vger.kernel.org
4603 S:      Maintained
4604 F:      drivers/net/ppp_*
4605
4606 PPP OVER ATM (RFC 2364)
4607 P:      Mitchell Blank Jr
4608 M:      mitch@sfgoth.com
4609 S:      Maintained
4610 F:      net/atm/pppoatm.c
4611 F:      include/linux/atmppp.h
4612
4613 PPP OVER ETHERNET
4614 P:      Michal Ostrowski
4615 M:      mostrows@earthlink.net
4616 S:      Maintained
4617 F:      drivers/net/pppoe.c
4618 F:      drivers/net/pppox.c
4619
4620 PPP OVER L2TP
4621 P:      James Chapman
4622 M:      jchapman@katalix.com
4623 S:      Maintained
4624 F:      drivers/net/pppol2tp.c
4625 F:      include/linux/if_pppol2tp.h
4626
4627 PREEMPTIBLE KERNEL
4628 P:      Robert Love
4629 M:      rml@tech9.net
4630 L:      linux-kernel@vger.kernel.org
4631 L:      kpreempt-tech@lists.sourceforge.net
4632 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4633 S:      Supported
4634 F:      Documentation/preempt-locking.txt
4635 F:      include/linux/preempt.h
4636
4637 PRISM54 WIRELESS DRIVER
4638 P:      Luis R. Rodriguez
4639 M:      mcgrof@gmail.com
4640 L:      linux-wireless@vger.kernel.org
4641 W:      http://prism54.org
4642 S:      Maintained
4643 F:      drivers/net/wireless/prism54/
4644
4645 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4646 P:      Peter Denison
4647 M:      promise@pnd-pc.demon.co.uk
4648 W:      http://www.pnd-pc.demon.co.uk/promise/
4649 S:      Maintained
4650
4651 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4652 P:      Mikael Pettersson
4653 M:      mikpe@it.uu.se
4654 L:      linux-ide@vger.kernel.org
4655 S:      Maintained
4656 F:      drivers/ata/sata_promise.*
4657
4658 PS3 NETWORK SUPPORT
4659 P:      Geoff Levand
4660 M:      geoffrey.levand@am.sony.com
4661 L:      netdev@vger.kernel.org
4662 L:      cbe-oss-dev@ozlabs.org
4663 S:      Supported
4664 F:      drivers/net/ps3_gelic_net.*
4665
4666 PS3 PLATFORM SUPPORT
4667 P:      Geoff Levand
4668 M:      geoffrey.levand@am.sony.com
4669 L:      linuxppc-dev@ozlabs.org
4670 L:      cbe-oss-dev@ozlabs.org
4671 S:      Supported
4672 F:      arch/powerpc/boot/ps3*
4673 F:      arch/powerpc/include/asm/lv1call.h
4674 F:      arch/powerpc/include/asm/ps3*.h
4675 F:      arch/powerpc/platforms/ps3/
4676 F:      drivers/*/ps3*
4677 F:      drivers/ps3/
4678 F:      drivers/rtc/rtc-ps3.c
4679 F:      drivers/usb/host/*ps3.c
4680 F:      sound/ppc/snd_ps3*
4681
4682 PS3VRAM DRIVER
4683 P:      Jim Paris
4684 M:      jim@jtan.com
4685 L:      cbe-oss-dev@ozlabs.org
4686 S:      Maintained
4687
4688 PTRACE SUPPORT
4689 P:      Roland McGrath
4690 M:      roland@redhat.com
4691 P:      Oleg Nesterov
4692 M:      oleg@redhat.com
4693 L:      linux-kernel@vger.kernel.org
4694 S:      Maintained
4695 F:      include/asm-generic/syscall.h
4696 F:      include/linux/ptrace.h
4697 F:      include/linux/regset.h
4698 F:      include/linux/tracehook.h
4699 F:      kernel/ptrace.c
4700
4701 PVRUSB2 VIDEO4LINUX DRIVER
4702 P:      Mike Isely
4703 M:      isely@pobox.com
4704 L:      pvrusb2@isely.net       (subscribers-only)
4705 L:      linux-media@vger.kernel.org
4706 W:      http://www.isely.net/pvrusb2/
4707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4708 S:      Maintained
4709 F:      Documentation/video4linux/README.pvrusb2
4710 F:      drivers/media/video/pvrusb2/
4711
4712 PXA2xx/PXA3xx SUPPORT
4713 P:      Eric Miao
4714 M:      eric.y.miao@gmail.com
4715 P:      Russell King
4716 M:      linux@arm.linux.org.uk
4717 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4718 S:      Maintained
4719 F:      arch/arm/mach-pxa/
4720 F:      drivers/pcmcia/pxa2xx*
4721 F:      drivers/spi/pxa2xx*
4722 F:      drivers/usb/gadget/pxa2*
4723 F:      include/sound/pxa2xx-lib.h
4724 F:      sound/arm/pxa*
4725 F:      sound/soc/pxa
4726
4727 PXA168 SUPPORT
4728 P:      Eric Miao
4729 M:      eric.y.miao@gmail.com
4730 P:      Jason Chagas
4731 M:      jason.chagas@marvell.com
4732 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4734 S:      Maintained
4735
4736 PXA910 SUPPORT
4737 P:      Eric Miao
4738 M:      eric.y.miao@gmail.com
4739 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4741 S:      Maintained
4742
4743 PXA MMCI DRIVER
4744 S:      Orphan
4745
4746 PXA RTC DRIVER
4747 P:      Robert Jarzmik
4748 M:      robert.jarzmik@free.fr
4749 L:      rtc-linux@googlegroups.com
4750 S:      Maintained
4751
4752 QLOGIC QLA2XXX FC-SCSI DRIVER
4753 P:      Andrew Vasquez
4754 M:      linux-driver@qlogic.com
4755 L:      linux-scsi@vger.kernel.org
4756 S:      Supported
4757 F:      Documentation/scsi/LICENSE.qla2xxx
4758 F:      drivers/scsi/qla2xxx/
4759
4760 QLOGIC QLA3XXX NETWORK DRIVER
4761 P:      Ron Mercer
4762 M:      linux-driver@qlogic.com
4763 L:      netdev@vger.kernel.org
4764 S:      Supported
4765 F:      Documentation/networking/LICENSE.qla3xxx
4766 F:      drivers/net/qla3xxx.*
4767
4768 QLOGIC QLGE 10Gb ETHERNET DRIVER
4769 P:      Ron Mercer
4770 M:      linux-driver@qlogic.com
4771 M:      ron.mercer@qlogic.com
4772 L:      netdev@vger.kernel.org
4773 S:      Supported
4774 F:      drivers/net/qlge/
4775
4776 QNX4 FILESYSTEM
4777 P:      Anders Larsen
4778 M:      al@alarsen.net
4779 L:      linux-kernel@vger.kernel.org
4780 W:      http://www.alarsen.net/linux/qnx4fs/
4781 S:      Maintained
4782 F:      fs/qnx4/
4783 F:      include/linux/qnx4_fs.h
4784 F:      include/linux/qnxtypes.h
4785
4786 RADEON FRAMEBUFFER DISPLAY DRIVER
4787 P:      Benjamin Herrenschmidt
4788 M:      benh@kernel.crashing.org
4789 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4790 S:      Maintained
4791 F:      drivers/video/aty/radeon*
4792 F:      include/linux/radeonfb.h
4793
4794 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4795 P:      Paul Mackerras
4796 M:      paulus@samba.org
4797 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4798 S:      Maintained
4799 F:      drivers/video/aty/aty128fb.c
4800
4801 RALINK RT2X00 WIRELESS LAN DRIVER
4802 P:      rt2x00 project
4803 L:      linux-wireless@vger.kernel.org
4804 L:      users@rt2x00.serialmonkey.com
4805 W:      http://rt2x00.serialmonkey.com/
4806 S:      Maintained
4807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4808 F:      drivers/net/wireless/rt2x00/
4809
4810 RAMDISK RAM BLOCK DEVICE DRIVER
4811 P:      Nick Piggin
4812 M:      npiggin@suse.de
4813 S:      Maintained
4814 F:      Documentation/blockdev/ramdisk.txt
4815 F:      drivers/block/brd.c
4816
4817 RANDOM NUMBER DRIVER
4818 P:      Matt Mackall
4819 M:      mpm@selenic.com
4820 S:      Maintained
4821 F:      drivers/char/random.c
4822
4823 RAPIDIO SUBSYSTEM
4824 P:      Matt Porter
4825 M:      mporter@kernel.crashing.org
4826 L:      linux-kernel@vger.kernel.org
4827 S:      Maintained
4828 F:      drivers/rapidio/
4829
4830 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4831 P:      Corey Thomas
4832 M:      coreythomas@charter.net
4833 L:      linux-wireless@vger.kernel.org
4834 S:      Maintained
4835 F:      drivers/net/wireless/ray*
4836
4837 RCUTORTURE MODULE
4838 P:      Josh Triplett
4839 M:      josh@freedesktop.org
4840 L:      linux-kernel@vger.kernel.org
4841 S:      Maintained
4842 F:      Documentation/RCU/torture.txt
4843 F:      kernel/rcutorture.c
4844
4845 RDC R-321X SoC
4846 P:      Florian Fainelli
4847 M:      florian@openwrt.org
4848 L:      linux-kernel@vger.kernel.org
4849 S:      Maintained
4850
4851 RDC R6040 FAST ETHERNET DRIVER
4852 P:      Florian Fainelli
4853 M:      florian@openwrt.org
4854 L:      netdev@vger.kernel.org
4855 S:      Maintained
4856 F:      drivers/net/r6040.c
4857
4858 RDS - RELIABLE DATAGRAM SOCKETS
4859 P:      Andy Grover
4860 M:      andy.grover@oracle.com
4861 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
4862 S:      Supported
4863 F:      net/rds/
4864
4865 READ-COPY UPDATE (RCU)
4866 P:      Dipankar Sarma
4867 M:      dipankar@in.ibm.com
4868 W:      http://www.rdrop.com/users/paulmck/rclock/
4869 L:      linux-kernel@vger.kernel.org
4870 S:      Supported
4871 F:      Documentation/RCU/rcu.txt
4872 F:      Documentation/RCU/rcuref.txt
4873 F:      include/linux/rcupdate.h
4874 F:      include/linux/srcu.h
4875 F:      kernel/rcupdate.c
4876
4877 REAL TIME CLOCK DRIVER
4878 P:      Paul Gortmaker
4879 M:      p_gortmaker@yahoo.com
4880 L:      linux-kernel@vger.kernel.org
4881 S:      Maintained
4882 F:      Documentation/rtc.txt
4883 F:      drivers/rtc/
4884 F:      include/linux/rtc.h
4885
4886 REAL TIME CLOCK (RTC) SUBSYSTEM
4887 P:      Alessandro Zummo
4888 M:      a.zummo@towertech.it
4889 L:      rtc-linux@googlegroups.com
4890 S:      Maintained
4891 F:      Documentation/rtc.txt
4892 F:      drivers/rtc/
4893 F:      include/linux/rtc.h
4894
4895 REISERFS FILE SYSTEM
4896 L:      reiserfs-devel@vger.kernel.org
4897 S:      Supported
4898 F:      fs/reiserfs/
4899
4900 RFKILL
4901 P:      Johannes Berg
4902 M:      johannes@sipsolutions.net
4903 L:      linux-wireless@vger.kernel.org
4904 S:      Maintained
4905 F       Documentation/rfkill.txt
4906 F:      net/rfkill/
4907
4908 RISCOM8 DRIVER
4909 S:      Orphan
4910 F:      Documentation/serial/riscom8.txt
4911 F:      drivers/char/riscom8*
4912
4913 ROCKETPORT DRIVER
4914 P:      Comtrol Corp.
4915 W:      http://www.comtrol.com
4916 S:      Maintained
4917 F:      Documentation/serial/rocket.txt
4918 F:      drivers/char/rocket*
4919
4920 ROSE NETWORK LAYER
4921 P:      Ralf Baechle
4922 M:      ralf@linux-mips.org
4923 L:      linux-hams@vger.kernel.org
4924 W:      http://www.linux-ax25.org/
4925 S:      Maintained
4926 F:      include/linux/rose.h
4927 F:      include/net/rose.h
4928 F:      net/rose/
4929
4930 RTL8180 WIRELESS DRIVER
4931 P:      John W. Linville
4932 M:      linville@tuxdriver.com
4933 L:      linux-wireless@vger.kernel.org
4934 W:      http://linuxwireless.org/
4935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4936 S:      Maintained
4937 F:      drivers/net/wireless/rtl818*
4938
4939 RTL8187 WIRELESS DRIVER
4940 P:      Herton Ronaldo Krzesinski
4941 M:      herton@mandriva.com.br
4942 P:      Hin-Tak Leung
4943 M:      htl10@users.sourceforge.net
4944 P:      Larry Finger
4945 M:      Larry.Finger@lwfinger.net
4946 L:      linux-wireless@vger.kernel.org
4947 W:      http://linuxwireless.org/
4948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4949 S:      Maintained
4950 F:      drivers/net/wireless/rtl818x/rtl8187*
4951
4952 S3 SAVAGE FRAMEBUFFER DRIVER
4953 P:      Antonino Daplas
4954 M:      adaplas@gmail.com
4955 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4956 S:      Maintained
4957 F:      drivers/video/savage/
4958
4959 S390
4960 P:      Martin Schwidefsky
4961 M:      schwidefsky@de.ibm.com
4962 P:      Heiko Carstens
4963 M:      heiko.carstens@de.ibm.com
4964 M:      linux390@de.ibm.com
4965 L:      linux-s390@vger.kernel.org
4966 W:      http://www.ibm.com/developerworks/linux/linux390/
4967 S:      Supported
4968 F:      arch/s390/
4969
4970 S390 NETWORK DRIVERS
4971 P:      Ursula Braun
4972 M:      ursula.braun@de.ibm.com
4973 P:      Frank Blaschka
4974 M:      blaschka@linux.vnet.ibm.com
4975 M:      linux390@de.ibm.com
4976 L:      linux-s390@vger.kernel.org
4977 W:      http://www.ibm.com/developerworks/linux/linux390/
4978 S:      Supported
4979 F:      drivers/s390/net/
4980
4981 S390 ZCRYPT DRIVER
4982 P:      Felix Beck
4983 M:      felix.beck@de.ibm.com
4984 P:      Ralph Wuerthner
4985 M:      ralph.wuerthner@de.ibm.com
4986 M:      linux390@de.ibm.com
4987 L:      linux-s390@vger.kernel.org
4988 S:      Supported
4989 F:      drivers/s390/crypto/
4990
4991 S390 ZFCP DRIVER
4992 P:      Christof Schmitt
4993 M:      christof.schmitt@de.ibm.com
4994 P:      Martin Peschke
4995 M:      mp3@de.ibm.com
4996 M:      linux390@de.ibm.com
4997 L:      linux-s390@vger.kernel.org
4998 W:      http://www.ibm.com/developerworks/linux/linux390/
4999 S:      Supported
5000 F:      Documentation/s390/zfcpdump.txt
5001 F:      drivers/s390/scsi/zfcp_*
5002
5003 S390 IUCV NETWORK LAYER
5004 P:      Ursula Braun
5005 M:      ursula.braun@de.ibm.com
5006 M:      linux390@de.ibm.com
5007 L:      linux-s390@vger.kernel.org
5008 W:      http://www.ibm.com/developerworks/linux/linux390/
5009 S:      Supported
5010 F:      drivers/s390/net/*iucv*
5011 F:      include/net/iucv/
5012 F:      net/iucv/
5013
5014 S3C24XX SD/MMC Driver
5015 P:      Ben Dooks
5016 M:      ben-linux@fluff.org
5017 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5018 L:      linux-kernel@vger.kernel.org
5019 S:      Supported
5020 F:      drivers/mmc/host/s3cmci.*
5021
5022 SAA7146 VIDEO4LINUX-2 DRIVER
5023 P:      Michael Hunold
5024 M:      michael@mihu.de
5025 L:      linux-media@vger.kernel.org
5026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5027 W:      http://www.mihu.de/linux/saa7146
5028 S:      Maintained
5029 F:      drivers/media/common/saa7146*
5030 F:      drivers/media/video/*7146*
5031 F:      include/media/*7146*
5032
5033 SC1200 WDT DRIVER
5034 P:      Zwane Mwaikambo
5035 M:      zwane@arm.linux.org.uk
5036 S:      Maintained
5037 F:      drivers/watchdog/sc1200wdt.c
5038
5039 SCHEDULER
5040 P:      Ingo Molnar
5041 M:      mingo@elte.hu
5042 P:      Peter Zijlstra
5043 M:      peterz@infradead.org
5044 L:      linux-kernel@vger.kernel.org
5045 S:      Maintained
5046 F:      kernel/sched*
5047 F:      include/linux/sched.h
5048
5049 SCSI CDROM DRIVER
5050 P:      Jens Axboe
5051 M:      axboe@kernel.dk
5052 L:      linux-scsi@vger.kernel.org
5053 W:      http://www.kernel.dk
5054 S:      Maintained
5055 F:      drivers/scsi/sr*
5056
5057 SCSI SG DRIVER
5058 P:      Doug Gilbert
5059 M:      dgilbert@interlog.com
5060 L:      linux-scsi@vger.kernel.org
5061 W:      http://www.torque.net/sg
5062 S:      Maintained
5063 F:      drivers/scsi/sg.c
5064 F:      include/scsi/sg.h
5065
5066 SCSI SUBSYSTEM
5067 P:      James E.J. Bottomley
5068 M:      James.Bottomley@HansenPartnership.com
5069 L:      linux-scsi@vger.kernel.org
5070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5073 S:      Maintained
5074 F:      drivers/scsi/
5075 F:      include/scsi/
5076
5077 SCSI TAPE DRIVER
5078 P:      Kai Mäkisara
5079 M:      Kai.Makisara@kolumbus.fi
5080 L:      linux-scsi@vger.kernel.org
5081 S:      Maintained
5082 F:      Documentation/scsi/st.txt
5083 F:      drivers/scsi/st*
5084
5085 SCTP PROTOCOL
5086 P:      Vlad Yasevich
5087 M:      vladislav.yasevich@hp.com
5088 P:      Sridhar Samudrala
5089 M:      sri@us.ibm.com
5090 L:      linux-sctp@vger.kernel.org
5091 W:      http://lksctp.sourceforge.net
5092 S:      Supported
5093 F:      Documentation/networking/sctp.txt
5094 F:      include/linux/sctp.h
5095 F:      include/net/sctp/
5096 F:      net/sctp/
5097
5098 SCx200 CPU SUPPORT
5099 P:      Jim Cromie
5100 M:      jim.cromie@gmail.com
5101 S:      Odd Fixes
5102 F:      Documentation/i2c/busses/scx200_acb
5103 F:      arch/x86/kernel/scx200_32.c
5104 F:      drivers/watchdog/scx200_wdt.c
5105 F:      drivers/i2c/busses/scx200*
5106 F:      drivers/mtd/maps/scx200_docflash.c
5107 F:      include/linux/scx200.h
5108
5109 SCx200 GPIO DRIVER
5110 P:      Jim Cromie
5111 M:      jim.cromie@gmail.com
5112 S:      Maintained
5113 F:      drivers/char/scx200_gpio.c
5114 F:      include/linux/scx200_gpio.h
5115
5116 SCx200 HRT CLOCKSOURCE DRIVER
5117 P:      Jim Cromie
5118 M:      jim.cromie@gmail.com
5119 S:      Maintained
5120 F:      drivers/clocksource/scx200_hrt.c
5121
5122 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5123 P:      Sascha Sommer
5124 M:      saschasommer@freenet.de
5125 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5126 S:      Maintained
5127 F:      drivers/mmc/host/sdricoh_cs.c
5128
5129 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5130 P:      Pierre Ossman
5131 M:      pierre@ossman.eu
5132 L:      sdhci-devel@lists.ossman.eu
5133 S:      Maintained
5134
5135 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5136 P:      Anton Vorontsov
5137 M:      avorontsov@ru.mvista.com
5138 L:      linuxppc-dev@ozlabs.org
5139 L:      sdhci-devel@lists.ossman.eu
5140 S:      Maintained
5141 F:      drivers/mmc/host/sdhci.*
5142
5143 SECURITY SUBSYSTEM
5144 P:      James Morris
5145 M:      jmorris@namei.org
5146 L:      linux-kernel@vger.kernel.org
5147 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5148 T:      git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5149 W:      http://security.wiki.kernel.org/
5150 S:      Supported
5151 F:      security/
5152
5153 SECURITY CONTACT
5154 P:      Security Officers
5155 M:      security@kernel.org
5156 S:      Supported
5157
5158 SELINUX SECURITY MODULE
5159 P:      Stephen Smalley
5160 M:      sds@tycho.nsa.gov
5161 P:      James Morris
5162 M:      jmorris@namei.org
5163 P:      Eric Paris
5164 M:      eparis@parisplace.org
5165 L:      linux-kernel@vger.kernel.org (kernel issues)
5166 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5167 W:      http://selinuxproject.org
5168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5169 S:      Supported
5170 F:      include/linux/selinux*
5171 F:      security/selinux/
5172
5173 SENSABLE PHANTOM
5174 P:      Jiri Slaby
5175 M:      jirislaby@gmail.com
5176 S:      Maintained
5177 F:      drivers/misc/phantom.c
5178 F:      include/linux/phantom.h
5179
5180 SERIAL ATA (SATA) SUBSYSTEM
5181 P:      Jeff Garzik
5182 M:      jgarzik@pobox.com
5183 L:      linux-ide@vger.kernel.org
5184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5185 S:      Supported
5186 F:      drivers/ata/
5187 F:      include/linux/ata.h
5188 F:      include/linux/libata.h
5189
5190 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5191 P:      Sathya Perla
5192 M:      sathyap@serverengines.com
5193 P:      Subbu Seetharaman
5194 M:      subbus@serverengines.com
5195 L:      netdev@vger.kernel.org
5196 W:      http://www.serverengines.com
5197 S:      Supported
5198 F:      drivers/net/benet/
5199
5200 SFC NETWORK DRIVER
5201 P:      Steve Hodgson
5202 P:      Ben Hutchings
5203 P:      Robert Stonehouse
5204 M:      linux-net-drivers@solarflare.com
5205 S:      Supported
5206 F:      drivers/net/sfc/
5207
5208 SGI GRU DRIVER
5209 P:      Jack Steiner
5210 M:      steiner@sgi.com
5211 S:      Maintained
5212 F:      drivers/misc/sgi-gru/
5213
5214 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5215 P:      Pat Gefre
5216 M:      pfg@sgi.com
5217 L:      linux-ia64@vger.kernel.org
5218 S:      Supported
5219 F:      Documentation/ia64/serial.txt
5220 F:      drivers/serial/ioc?_serial.c
5221 F:      include/linux/ioc?.h
5222
5223 SGI VISUAL WORKSTATION 320 AND 540
5224 P:      Andrey Panin
5225 M:      pazke@donpac.ru
5226 L:      linux-visws-devel@lists.sf.net
5227 W:      http://linux-visws.sf.net
5228 S:      Maintained for 2.6.
5229 F:      Documentation/sgi-visws.txt
5230
5231 SGI XP/XPC/XPNET DRIVER
5232 P:      Robin Holt
5233 M:      holt@sgi.com
5234 S:      Maintained
5235 F:      drivers/misc/sgi-xp/
5236
5237 SHARP LH SUPPORT (LH7952X & LH7A40X)
5238 P:      Marc Singer
5239 M:      elf@buici.com
5240 W:      http://projects.buici.com/arm
5241 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5242 S:      Maintained
5243 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5244 F:      arch/arm/mach-lh7a40x/
5245 F:      drivers/serial/serial_lh7a40x.c
5246 F:      drivers/usb/gadget/lh7a40*
5247 F:      drivers/usb/host/ohci-lh7a40*
5248
5249 SHPC HOTPLUG DRIVER
5250 P:      Kristen Carlson Accardi
5251 M:      kristen.c.accardi@intel.com
5252 L:      linux-pci@vger.kernel.org
5253 S:      Supported
5254 F:      drivers/pci/hotplug/shpchp*
5255
5256 SIMTEC EB110ATX (Chalice CATS)
5257 P:      Ben Dooks
5258 P:      Vincent Sanders
5259 M:      support@simtec.co.uk
5260 W:      http://www.simtec.co.uk/products/EB110ATX/
5261 S:      Supported
5262
5263 SIMTEC EB2410ITX (BAST)
5264 P:      Ben Dooks
5265 P:      Vincent Sanders
5266 M:      support@simtec.co.uk
5267 W:      http://www.simtec.co.uk/products/EB2410ITX/
5268 S:      Supported
5269 F:      arch/arm/mach-s3c2410/
5270 F:      drivers/*/*s3c2410*
5271 F:      drivers/*/*/*s3c2410*
5272
5273 SIS 190 ETHERNET DRIVER
5274 P:      Francois Romieu
5275 M:      romieu@fr.zoreil.com
5276 L:      netdev@vger.kernel.org
5277 S:      Maintained
5278 F:      drivers/net/sis190.c
5279
5280 SIS 900/7016 FAST ETHERNET DRIVER
5281 P:      Daniele Venzano
5282 M:      venza@brownhat.org
5283 W:      http://www.brownhat.org/sis900.html
5284 L:      netdev@vger.kernel.org
5285 S:      Maintained
5286 F:      drivers/net/sis900.*
5287
5288 SIS 96X I2C/SMBUS DRIVER
5289 P:      Mark M. Hoffman
5290 M:      mhoffman@lightlink.com
5291 L:      linux-i2c@vger.kernel.org
5292 S:      Maintained
5293 F:      Documentation/i2c/busses/i2c-sis96x
5294 F:      drivers/i2c/busses/i2c-sis96x.c
5295
5296 SIS FRAMEBUFFER DRIVER
5297 P:      Thomas Winischhofer
5298 M:      thomas@winischhofer.net
5299 W:      http://www.winischhofer.net/linuxsisvga.shtml
5300 S:      Maintained
5301 F:      Documentation/fb/sisfb.txt
5302 F:      drivers/video/sis/
5303 F:      include/video/sisfb.h
5304
5305 SIS USB2VGA DRIVER
5306 P:      Thomas Winischhofer
5307 M:      thomas@winischhofer.net
5308 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5309 S:      Maintained
5310 F:      drivers/usb/misc/sisusbvga/
5311
5312 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5313 P:      Stephen Hemminger
5314 M:      shemminger@linux-foundation.org
5315 L:      netdev@vger.kernel.org
5316 S:      Maintained
5317 F:      drivers/net/skge.*
5318 F:      drivers/net/sky2.*
5319
5320 SLAB ALLOCATOR
5321 P:      Christoph Lameter
5322 M:      cl@linux-foundation.org
5323 P:      Pekka Enberg
5324 M:      penberg@cs.helsinki.fi
5325 P:      Matt Mackall
5326 M:      mpm@selenic.com
5327 L:      linux-mm@kvack.org
5328 S:      Maintained
5329 F:      include/linux/sl?b*.h
5330 F:      mm/sl?b.c
5331
5332 SMC91x ETHERNET DRIVER
5333 P:      Nicolas Pitre
5334 M:      nico@cam.org
5335 S:      Maintained
5336 F:      drivers/net/smc91x.*
5337
5338 SMSC47B397 HARDWARE MONITOR DRIVER
5339 P:      Mark M. Hoffman
5340 M:      mhoffman@lightlink.com
5341 L:      lm-sensors@lm-sensors.org
5342 S:      Maintained
5343 F:      Documentation/hwmon/smsc47b397
5344 F:      drivers/hwmon/smsc47b397.c
5345
5346 SMSC911x ETHERNET DRIVER
5347 P:      Steve Glendinning
5348 M:      steve.glendinning@smsc.com
5349 L:      netdev@vger.kernel.org
5350 S:      Supported
5351 F:      include/linux/smsc911x.h
5352 F:      drivers/net/smsc911x.*
5353
5354 SMSC9420 PCI ETHERNET DRIVER
5355 P:      Steve Glendinning
5356 M:      steve.glendinning@smsc.com
5357 L:      netdev@vger.kernel.org
5358 S:      Supported
5359 F:      drivers/net/smsc9420.*
5360
5361 SMX UIO Interface
5362 P:      Ben Nizette
5363 M:      bn@niasdigital.com
5364 S:      Maintained
5365 F:      drivers/uio/uio_smx.c
5366
5367 SN-IA64 (Itanium) SUB-PLATFORM
5368 P:      Jes Sorensen
5369 M:      jes@sgi.com
5370 L:      linux-altix@sgi.com
5371 L:      linux-ia64@vger.kernel.org
5372 W:      http://www.sgi.com/altix
5373 S:      Maintained
5374 F:      arch/ia64/sn/
5375
5376 SOC-CAMERA V4L2 SUBSYSTEM
5377 P:      Guennadi Liakhovetski
5378 M:      g.liakhovetski@gmx.de
5379 L:      linux-media@vger.kernel.org
5380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5381 S:      Maintained
5382 F:      include/media/v4l2*
5383 F:      drivers/media/video/v4l2*
5384
5385 SOEKRIS NET48XX LED SUPPORT
5386 P:      Chris Boot
5387 M:      bootc@bootc.net
5388 S:      Maintained
5389 F:      drivers/leds/leds-net48xx.c
5390
5391 SOFTWARE RAID (Multiple Disks) SUPPORT
5392 P:      Neil Brown
5393 M:      neilb@suse.de
5394 L:      linux-raid@vger.kernel.org
5395 S:      Supported
5396 F:      drivers/md/
5397 F:      include/linux/raid/
5398
5399 SONIC NETWORK DRIVER
5400 P:      Thomas Bogendoerfer
5401 M:      tsbogend@alpha.franken.de
5402 L:      netdev@vger.kernel.org
5403 S:      Maintained
5404 F:      drivers/net/sonic.*
5405
5406 SONICS SILICON BACKPLANE DRIVER (SSB)
5407 P:      Michael Buesch
5408 M:      mb@bu3sch.de
5409 L:      netdev@vger.kernel.org
5410 S:      Maintained
5411 F:      drivers/ssb/
5412 F:      include/linux/ssb/
5413
5414 SONY VAIO CONTROL DEVICE DRIVER
5415 P:      Mattia Dongili
5416 M:      malattia@linux.it
5417 L:      linux-acpi@vger.kernel.org
5418 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5419 S:      Maintained
5420 F:      Documentation/laptops/sony-laptop.txt
5421 F:      drivers/char/sonypi.c
5422 F:      drivers/platform/x86/sony-laptop.c
5423 F:      include/linux/sony-laptop.h
5424
5425 SONY MEMORYSTICK CARD SUPPORT
5426 P:      Alex Dubov
5427 M:      oakad@yahoo.com
5428 L:      linux-kernel@vger.kernel.org
5429 W:      http://tifmxx.berlios.de/
5430 S:      Maintained
5431 F:      drivers/memstick/host/tifm_ms.c
5432
5433 SOUND
5434 P:      Jaroslav Kysela
5435 M:      perex@perex.cz
5436 P:      Takashi Iwai
5437 M:      tiwai@suse.de
5438 L:      alsa-devel@alsa-project.org (subscribers-only)
5439 W:      http://www.alsa-project.org/
5440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5441 T:      git git://git.alsa-project.org/alsa-kernel.git
5442 S:      Maintained
5443 F:      Documentation/sound/
5444 F:      include/sound/
5445 F:      sound/
5446
5447 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5448 P:      Liam Girdwood
5449 M:      lrg@slimlogic.co.uk
5450 P:      Mark Brown
5451 M:      broonie@opensource.wolfsonmicro.com
5452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5453 L:      alsa-devel@alsa-project.org (subscribers-only)
5454 W:      http://alsa-project.org/main/index.php/ASoC
5455 S:      Supported
5456 F:      sound/soc/
5457 F:      include/sound/soc*
5458
5459 SPARC + UltraSPARC (sparc/sparc64)
5460 P:      David S. Miller
5461 M:      davem@davemloft.net
5462 L:      sparclinux@vger.kernel.org
5463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5465 S:      Maintained
5466 F:      arch/sparc/
5467
5468 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5469 P:      Roger Wolff
5470 M:      R.E.Wolff@BitWizard.nl
5471 L:      linux-kernel@vger.kernel.org
5472 S:      Supported
5473 F:      Documentation/serial/specialix.txt
5474 F:      drivers/char/specialix*
5475
5476 SPI SUBSYSTEM
5477 P:      David Brownell
5478 M:      dbrownell@users.sourceforge.net
5479 L:      spi-devel-general@lists.sourceforge.net
5480 S:      Maintained
5481 F:      Documentation/spi/
5482 F:      drivers/spi/
5483 F:      include/linux/spi/
5484
5485 SPIDERNET NETWORK DRIVER for CELL
5486 P:      Ishizaki Kou
5487 M:      kou.ishizaki@toshiba.co.jp
5488 P:      Jens Osterkamp
5489 M:      jens@de.ibm.com
5490 L:      netdev@vger.kernel.org
5491 S:      Supported
5492 F:      Documentation/networking/spider_net.txt
5493 F:      drivers/net/spider_net*
5494
5495 SPU FILE SYSTEM
5496 P:      Jeremy Kerr
5497 M:      jk@ozlabs.org
5498 L:      linuxppc-dev@ozlabs.org
5499 L:      cbe-oss-dev@ozlabs.org
5500 W:      http://www.ibm.com/developerworks/power/cell/
5501 S:      Supported
5502 F:      Documentation/filesystems/spufs.txt
5503 F:      arch/powerpc/platforms/cell/spufs/
5504
5505 SQUASHFS FILE SYSTEM
5506 P:      Phillip Lougher
5507 M:      phillip@lougher.demon.co.uk
5508 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5509 W:      http://squashfs.org.uk
5510 S:      Maintained
5511 F:      Documentation/filesystems/squashfs.txt
5512 F:      fs/squashfs/
5513
5514 SRM (Alpha) environment access
5515 P:      Jan-Benedict Glaw
5516 M:      jbglaw@lug-owl.de
5517 L:      linux-kernel@vger.kernel.org
5518 S:      Maintained
5519 F:      arch/alpha/kernel/srm_env.c
5520
5521 STABLE BRANCH
5522 P:      Greg Kroah-Hartman
5523 M:      greg@kroah.com
5524 P:      Chris Wright
5525 M:      chrisw@sous-sol.org
5526 L:      stable@kernel.org
5527 S:      Maintained
5528
5529 STAGING SUBSYSTEM
5530 P:      Greg Kroah-Hartman
5531 M:      gregkh@suse.de
5532 L:      linux-kernel@vger.kernel.org
5533 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5534 S:      Maintained
5535 F:      drivers/staging/
5536
5537 STARFIRE/DURALAN NETWORK DRIVER
5538 P:      Ion Badulescu
5539 M:      ionut@cs.columbia.edu
5540 S:      Maintained
5541 F:      drivers/net/starfire*
5542
5543 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5544 W:      http://mosquitonet.Stanford.EDU/strip.html
5545 S:      Orphan
5546 F:      drivers/net/wireless/strip.c
5547 F:      include/linux/if_strip.h
5548
5549 STRADIS MPEG-2 DECODER DRIVER
5550 P:      Nathan Laredo
5551 M:      laredo@gnu.org
5552 W:      http://www.stradis.com/
5553 S:      Maintained
5554 F:      drivers/media/video/stradis.c
5555
5556 SUN3/3X
5557 P:      Sam Creasey
5558 M:      sammy@sammy.net
5559 W:      http://sammy.net/sun3/
5560 S:      Maintained
5561 F:      arch/m68k/kernel/*sun3*
5562 F:      arch/m68k/sun3*/
5563 F:      arch/m68k/include/asm/sun3*
5564
5565 SUPERH
5566 P:      Paul Mundt
5567 M:      lethal@linux-sh.org
5568 L:      linux-sh@vger.kernel.org
5569 W:      http://www.linux-sh.org
5570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5571 S:      Supported
5572 F:      Documentation/sh/
5573 F:      arch/sh/
5574 F:      drivers/sh/
5575
5576 SUSPEND TO RAM
5577 P:      Len Brown
5578 M:      len.brown@intel.com
5579 P:      Pavel Machek
5580 M:      pavel@ucw.cz
5581 P:      Rafael J. Wysocki
5582 M:      rjw@sisk.pl
5583 L:      linux-pm@lists.linux-foundation.org
5584 S:      Supported
5585 F:      Documentation/power/
5586 F:      arch/x86/kernel/acpi/
5587 F:      drivers/base/power/
5588 F:      kernel/power/
5589 F:      include/linux/suspend.h
5590 F:      include/linux/freezer.h
5591 F:      include/linux/pm.h
5592
5593 SVGA HANDLING
5594 P:      Martin Mares
5595 M:      mj@ucw.cz
5596 L:      linux-video@atrey.karlin.mff.cuni.cz
5597 S:      Maintained
5598 F:      Documentation/svga.txt
5599 F:      arch/x86/boot/video*
5600
5601 SYSV FILESYSTEM
5602 P:      Christoph Hellwig
5603 M:      hch@infradead.org
5604 S:      Maintained
5605 F:      Documentation/filesystems/sysv-fs.txt
5606 F:      fs/sysv/
5607 F:      include/linux/sysv_fs.h
5608
5609 TASKSTATS STATISTICS INTERFACE
5610 P:      Balbir Singh
5611 M:      balbir@linux.vnet.ibm.com
5612 L:      linux-kernel@vger.kernel.org
5613 S:      Maintained
5614 F:      Documentation/accounting/taskstats*
5615 F:      include/linux/taskstats*
5616 F:      kernel/taskstats.c
5617
5618 TC CLASSIFIER
5619 P:      Jamal Hadi Salim
5620 M:      hadi@cyberus.ca
5621 L:      netdev@vger.kernel.org
5622 S:      Maintained
5623 F:      include/linux/pkt_cls.h
5624 F:      include/net/pkt_cls.h
5625 F:      net/sched/
5626
5627 TCP LOW PRIORITY MODULE
5628 P:      Wong Hoi Sing, Edison
5629 M:      hswong3i@gmail.com
5630 P:      Hung Hing Lun, Mike
5631 M:      hlhung3i@gmail.com
5632 W:      http://tcp-lp-mod.sourceforge.net/
5633 S:      Maintained
5634 F:      net/ipv4/tcp_lp.c
5635
5636 TEHUTI ETHERNET DRIVER
5637 P:      Alexander Indenbaum
5638 M:      baum@tehutinetworks.net
5639 P:      Andy Gospodarek
5640 M:      andy@greyhouse.net
5641 L:      netdev@vger.kernel.org
5642 S:      Supported
5643 F:      drivers/net/tehuti*
5644
5645 Telecom Clock Driver for MCPL0010
5646 P:      Mark Gross
5647 M:      mark.gross@intel.com
5648 S:      Supported
5649 F:      drivers/char/tlclk.c
5650
5651 TENSILICA XTENSA PORT (xtensa)
5652 P:      Chris Zankel
5653 M:      chris@zankel.net
5654 S:      Maintained
5655 F:      arch/xtensa/
5656
5657 THINKPAD ACPI EXTRAS DRIVER
5658 P:      Henrique de Moraes Holschuh
5659 M:      ibm-acpi@hmh.eng.br
5660 L:      ibm-acpi-devel@lists.sourceforge.net
5661 W:      http://ibm-acpi.sourceforge.net
5662 W:      http://thinkwiki.org/wiki/Ibm-acpi
5663 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5664 S:      Maintained
5665 F:      drivers/platform/x86/thinkpad_acpi.c
5666
5667 TI FLASH MEDIA INTERFACE DRIVER
5668 P:      Alex Dubov
5669 M:      oakad@yahoo.com
5670 S:      Maintained
5671 F:      drivers/misc/tifm*
5672 F:      drivers/mmc/host/tifm_sd.c
5673 F:      include/linux/tifm.h
5674
5675 TIPC NETWORK LAYER
5676 P:      Per Liden
5677 M:      per.liden@ericsson.com
5678 P:      Jon Maloy
5679 M:      jon.maloy@ericsson.com
5680 P:      Allan Stephens
5681 M:      allan.stephens@windriver.com
5682 L:      tipc-discussion@lists.sourceforge.net
5683 W:      http://tipc.sourceforge.net/
5684 W:      http://tipc.cslab.ericsson.net/
5685 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5686 S:      Maintained
5687 F:      include/linux/tipc*.h
5688 F:      include/net/tipc/
5689 F:      net/tipc/
5690
5691 TLAN NETWORK DRIVER
5692 P:      Samuel Chessman
5693 M:      chessman@tux.org
5694 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
5695 W:      http://sourceforge.net/projects/tlan/
5696 S:      Maintained
5697 F:      Documentation/networking/tlan.txt
5698 F:      drivers/net/tlan.*
5699
5700 TOMOYO SECURITY MODULE
5701 P:      Kentaro Takeda
5702 M:      takedakn@nttdata.co.jp
5703 P:      Tetsuo Handa
5704 M:      penguin-kernel@I-love.SAKURA.ne.jp
5705 L:      linux-kernel@vger.kernel.org (kernel issues)
5706 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5707 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5708 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5709 W:      http://tomoyo.sourceforge.jp/
5710 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5711 S:      Maintained
5712 F:      security/tomoyo/
5713
5714 TOSHIBA ACPI EXTRAS DRIVER
5715 S:      Orphan
5716 F:      drivers/platform/x86/toshiba_acpi.c
5717
5718 TOSHIBA SMM DRIVER
5719 P:      Jonathan Buzzard
5720 M:      jonathan@buzzard.org.uk
5721 L:      tlinux-users@tce.toshiba-dme.co.jp
5722 W:      http://www.buzzard.org.uk/toshiba/
5723 S:      Maintained
5724 F:      drivers/char/toshiba.c
5725 F:      include/linux/toshiba.h
5726
5727 TMIO MMC DRIVER
5728 P:      Ian Molton
5729 M:      ian@mnementh.co.uk
5730 S:      Maintained
5731 F:      drivers/mmc/host/tmio_mmc.*
5732
5733 TMPFS (SHMEM FILESYSTEM)
5734 P:      Hugh Dickins
5735 M:      hugh.dickins@tiscali.co.uk
5736 L:      linux-mm@kvack.org
5737 S:      Maintained
5738 F:      include/linux/shmem_fs.h
5739 F:      mm/shmem.c
5740
5741 TPM DEVICE DRIVER
5742 P:      Debora Velarde
5743 M:      debora@linux.vnet.ibm.com
5744 P:      Rajiv Andrade
5745 M:      srajiv@linux.vnet.ibm.com
5746 W:      http://tpmdd.sourceforge.net
5747 P:      Marcel Selhorst
5748 M:      m.selhorst@sirrix.com
5749 W:      http://www.sirrix.com
5750 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5751 S:      Maintained
5752 F:      drivers/char/tpm/
5753
5754 TRIVIAL PATCHES
5755 P:      Jiri Kosina
5756 M:      trivial@kernel.org
5757 L:      linux-kernel@vger.kernel.org
5758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5759 S:      Maintained
5760
5761 TTY LAYER
5762 P:      Alan Cox
5763 M:      alan@lxorguk.ukuu.org.uk
5764 L:      linux-kernel@vger.kernel.org
5765 S:      Maintained
5766 T:      stgit http://zeniv.linux.org.uk/~alan/ttydev/
5767
5768 TULIP NETWORK DRIVERS
5769 P:      Grant Grundler
5770 M:      grundler@parisc-linux.org
5771 P:      Kyle McMartin
5772 M:      kyle@mcmartin.ca
5773 L:      netdev@vger.kernel.org
5774 S:      Maintained
5775 F:      drivers/net/tulip/
5776
5777 TUN/TAP driver
5778 P:      Maxim Krasnyansky
5779 M:      maxk@qualcomm.com
5780 L:      vtun@office.satix.net
5781 W:      http://vtun.sourceforge.net/tun
5782 S:      Maintained
5783 F:      Documentation/networking/tuntap.txt
5784 F:      arch/um/os-Linux/drivers/
5785
5786 TURBOCHANNEL SUBSYSTEM
5787 P:      Maciej W. Rozycki
5788 M:      macro@linux-mips.org
5789 S:      Maintained
5790 F:      drivers/tc/
5791 F:      include/linux/tc.h
5792
5793 U14-34F SCSI DRIVER
5794 P:      Dario Ballabio
5795 M:      ballabio_dario@emc.com
5796 L:      linux-scsi@vger.kernel.org
5797 S:      Maintained
5798 F:      drivers/scsi/u14-34f.c
5799
5800 UBI FILE SYSTEM (UBIFS)
5801 P:      Artem Bityutskiy
5802 M:      dedekind@infradead.org
5803 P:      Adrian Hunter
5804 M:      ext-adrian.hunter@nokia.com
5805 L:      linux-mtd@lists.infradead.org
5806 T:      git git://git.infradead.org/ubifs-2.6.git
5807 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5808 S:      Maintained
5809 F:      Documentation/filesystems/ubifs.txt
5810 F:      fs/ubifs/
5811
5812 UCLINUX (AND M68KNOMMU)
5813 P:      Greg Ungerer
5814 M:      gerg@uclinux.org
5815 W:      http://www.uclinux.org/
5816 L:      uclinux-dev@uclinux.org  (subscribers-only)
5817 S:      Maintained
5818 F:      arch/m68knommu/
5819
5820 UCLINUX FOR RENESAS H8/300 (H8300)
5821 P:      Yoshinori Sato
5822 M:      ysato@users.sourceforge.jp
5823 W:      http://uclinux-h8.sourceforge.jp/
5824 S:      Supported
5825
5826 UDF FILESYSTEM
5827 P:      Jan Kara
5828 M:      jack@suse.cz
5829 W:      http://linux-udf.sourceforge.net
5830 S:      Maintained
5831 F:      Documentation/filesystems/udf.txt
5832 F:      fs/udf/
5833
5834 UFS FILESYSTEM
5835 P:      Evgeniy Dushistov
5836 M:      dushistov@mail.ru
5837 L:      linux-kernel@vger.kernel.org
5838 S:      Maintained
5839 F:      Documentation/filesystems/ufs.txt
5840 F:      fs/ufs/
5841
5842 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5843 P:      David Vrabel
5844 M:      david.vrabel@csr.com
5845 L:      linux-usb@vger.kernel.org
5846 S:      Supported
5847 F:      drivers/uwb/*
5848 F:      include/linux/uwb.h
5849 F:      include/linux/uwb/
5850
5851 UNIFORM CDROM DRIVER
5852 P:      Jens Axboe
5853 M:      axboe@kernel.dk
5854 L:      linux-kernel@vger.kernel.org
5855 W:      http://www.kernel.dk
5856 S:      Maintained
5857 F:      Documentation/cdrom/
5858 F:      drivers/cdrom/cdrom.c
5859 F:      include/linux/cdrom.h
5860
5861 UNSORTED BLOCK IMAGES (UBI)
5862 P:      Artem Bityutskiy
5863 M:      dedekind@infradead.org
5864 W:      http://www.linux-mtd.infradead.org/
5865 L:      linux-mtd@lists.infradead.org
5866 T:      git git://git.infradead.org/ubi-2.6.git
5867 S:      Maintained
5868 F:      drivers/mtd/ubi/
5869 F:      include/linux/mtd/ubi.h
5870 F:      include/mtd/ubi-user.h
5871
5872 USB ACM DRIVER
5873 P:      Oliver Neukum
5874 M:      oliver@neukum.name
5875 L:      linux-usb@vger.kernel.org
5876 S:      Maintained
5877 F:      Documentation/usb/acm.txt
5878 F:      drivers/usb/class/cdc-acm.*
5879
5880 USB BLOCK DRIVER (UB ub)
5881 P:      Pete Zaitcev
5882 M:      zaitcev@redhat.com
5883 L:      linux-kernel@vger.kernel.org
5884 L:      linux-usb@vger.kernel.org
5885 S:      Supported
5886 F:      drivers/block/ub.c
5887
5888 USB CDC ETHERNET DRIVER
5889 P:      Greg Kroah-Hartman
5890 M:      greg@kroah.com
5891 L:      linux-usb@vger.kernel.org
5892 S:      Maintained
5893 W:      http://www.kroah.com/linux-usb/
5894 F:      drivers/net/usb/cdc_*.c
5895 F:      include/linux/usb/cdc.h
5896
5897 USB CYPRESS C67X00 DRIVER
5898 P:      Peter Korsgaard
5899 M:      jacmet@sunsite.dk
5900 L:      linux-usb@vger.kernel.org
5901 S:      Maintained
5902 F:      drivers/usb/c67x00/
5903
5904 USB DAVICOM DM9601 DRIVER
5905 P:      Peter Korsgaard
5906 M:      jacmet@sunsite.dk
5907 L:      netdev@vger.kernel.org
5908 W:      http://www.linux-usb.org/usbnet
5909 S:      Maintained
5910 F:      drivers/net/usb/dm9601.c
5911
5912 USB DIAMOND RIO500 DRIVER
5913 P:      Cesar Miquel
5914 M:      miquel@df.uba.ar
5915 L:      rio500-users@lists.sourceforge.net
5916 W:      http://rio500.sourceforge.net
5917 S:      Maintained
5918 F:      drivers/usb/misc/rio500*
5919
5920 USB EHCI DRIVER
5921 P:      David Brownell
5922 M:      dbrownell@users.sourceforge.net
5923 L:      linux-usb@vger.kernel.org
5924 S:      Odd Fixes
5925 F:      Documentation/usb/ehci.txt
5926 F:      drivers/usb/host/ehci*
5927
5928 USB ET61X[12]51 DRIVER
5929 P:      Luca Risolia
5930 M:      luca.risolia@studio.unibo.it
5931 L:      linux-usb@vger.kernel.org
5932 L:      linux-media@vger.kernel.org
5933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5934 W:      http://www.linux-projects.org
5935 S:      Maintained
5936 F:      drivers/media/video/et61x251/
5937
5938 USB GADGET/PERIPHERAL SUBSYSTEM
5939 P:      David Brownell
5940 M:      dbrownell@users.sourceforge.net
5941 L:      linux-usb@vger.kernel.org
5942 W:      http://www.linux-usb.org/gadget
5943 S:      Maintained
5944 F:      drivers/usb/gadget/
5945 F:      include/linux/usb/gadget*
5946
5947 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5948 P:      Jiri Kosina
5949 M:      jkosina@suse.cz
5950 L:      linux-usb@vger.kernel.org
5951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5952 S:      Maintained
5953 F:      Documentation/usb/hiddev.txt
5954 F:      drivers/hid/usbhid/
5955
5956 USB ISP116X DRIVER
5957 P:      Olav Kongas
5958 M:      ok@artecdesign.ee
5959 L:      linux-usb@vger.kernel.org
5960 S:      Maintained
5961 F:      drivers/usb/host/isp116x*
5962 F:      include/linux/usb/isp116x.h
5963
5964 USB KAWASAKI LSI DRIVER
5965 P:      Oliver Neukum
5966 M:      oliver@neukum.name
5967 L:      linux-usb@vger.kernel.org
5968 S:      Maintained
5969 F:      drivers/usb/serial/kl5kusb105.*
5970
5971 USB MASS STORAGE DRIVER
5972 P:      Matthew Dharm
5973 M:      mdharm-usb@one-eyed-alien.net
5974 L:      linux-usb@vger.kernel.org
5975 L:      usb-storage@lists.one-eyed-alien.net
5976 S:      Maintained
5977 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
5978 F:      drivers/usb/storage/
5979
5980 USB OHCI DRIVER
5981 P:      David Brownell
5982 M:      dbrownell@users.sourceforge.net
5983 L:      linux-usb@vger.kernel.org
5984 S:      Odd Fixes
5985 F:      Documentation/usb/ohci.txt
5986 F:      drivers/usb/host/ohci*
5987
5988 USB OPTION-CARD DRIVER
5989 P:      Matthias Urlichs
5990 M:      smurf@smurf.noris.de
5991 L:      linux-usb@vger.kernel.org
5992 S:      Maintained
5993 F:      drivers/usb/serial/option.c
5994
5995 USB OV511 DRIVER
5996 P:      Mark McClelland
5997 M:      mmcclell@bigfoot.com
5998 L:      linux-usb@vger.kernel.org
5999 W:      http://alpha.dyndns.org/ov511/
6000 S:      Maintained
6001 F:      drivers/media/video/ov511.*
6002
6003 USB PEGASUS DRIVER
6004 P:      Petko Manolov
6005 M:      petkan@users.sourceforge.net
6006 L:      linux-usb@vger.kernel.org
6007 L:      netdev@vger.kernel.org
6008 W:      http://pegasus2.sourceforge.net/
6009 S:      Maintained
6010 F:      drivers/net/usb/pegasus.*
6011
6012 USB PRINTER DRIVER (usblp)
6013 P:      Pete Zaitcev
6014 M:      zaitcev@redhat.com
6015 L:      linux-usb@vger.kernel.org
6016 S:      Supported
6017 F:      drivers/usb/class/usblp.c
6018
6019 USB RTL8150 DRIVER
6020 P:      Petko Manolov
6021 M:      petkan@users.sourceforge.net
6022 L:      linux-usb@vger.kernel.org
6023 L:      netdev@vger.kernel.org
6024 W:      http://pegasus2.sourceforge.net/
6025 S:      Maintained
6026 F:      drivers/net/usb/rtl8150.c
6027
6028 USB SE401 DRIVER
6029 P:      Jeroen Vreeken
6030 M:      pe1rxq@amsat.org
6031 L:      linux-usb@vger.kernel.org
6032 W:      http://www.chello.nl/~j.vreeken/se401/
6033 S:      Maintained
6034 F:      Documentation/video4linux/se401.txt
6035 F:      drivers/media/video/se401.*
6036
6037 USB SERIAL BELKIN F5U103 DRIVER
6038 P:      William Greathouse
6039 M:      wgreathouse@smva.com
6040 L:      linux-usb@vger.kernel.org
6041 S:      Maintained
6042 F:      drivers/usb/serial/belkin_sa.*
6043
6044 USB SERIAL CYPRESS M8 DRIVER
6045 P:      Lonnie Mendez
6046 M:      dignome@gmail.com
6047 L:      linux-usb@vger.kernel.org
6048 S:      Maintained
6049 W:      http://geocities.com/i0xox0i
6050 W:      http://firstlight.net/cvs
6051 F:      drivers/usb/serial/cypress_m8.*
6052
6053 USB SERIAL CYBERJACK DRIVER
6054 P:      Matthias Bruestle and Harald Welte
6055 M:      support@reiner-sct.com
6056 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
6057 S:      Maintained
6058 F:      drivers/usb/serial/cyberjack.c
6059
6060 USB SERIAL DIGI ACCELEPORT DRIVER
6061 P:      Peter Berger and Al Borchers
6062 M:      pberger@brimson.com
6063 M:      alborchers@steinerpoint.com
6064 L:      linux-usb@vger.kernel.org
6065 S:      Maintained
6066 F:      drivers/usb/serial/digi_acceleport.c
6067
6068 USB SERIAL DRIVER
6069 P:      Greg Kroah-Hartman
6070 M:      gregkh@suse.de
6071 L:      linux-usb@vger.kernel.org
6072 S:      Supported
6073 F:      Documentation/usb/usb-serial.txt
6074 F:      drivers/usb/serial/generic.c
6075 F:      drivers/usb/serial/usb-serial.c
6076 F:      include/linux/usb/serial.h
6077
6078 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6079 P:      Gary Brubaker
6080 M:      xavyer@ix.netcom.com
6081 L:      linux-usb@vger.kernel.org
6082 S:      Maintained
6083 F:      drivers/usb/serial/empeg.c
6084
6085 USB SERIAL KEYSPAN DRIVER
6086 P:      Greg Kroah-Hartman
6087 M:      greg@kroah.com
6088 L:      linux-usb@vger.kernel.org
6089 W:      http://www.kroah.com/linux/
6090 S:      Maintained
6091 F:      drivers/usb/serial/*keyspan*
6092
6093 USB SERIAL WHITEHEAT DRIVER
6094 P:      Support Department
6095 M:      support@connecttech.com
6096 L:      linux-usb@vger.kernel.org
6097 W:      http://www.connecttech.com
6098 S:      Supported
6099 F:      drivers/usb/serial/whiteheat*
6100
6101 USB SMSC95XX ETHERNET DRIVER
6102 P:      Steve Glendinning
6103 M:      steve.glendinning@smsc.com
6104 L:      netdev@vger.kernel.org
6105 S:      Supported
6106 F:      drivers/net/usb/smsc95xx.*
6107
6108 USB SN9C1xx DRIVER
6109 P:      Luca Risolia
6110 M:      luca.risolia@studio.unibo.it
6111 L:      linux-usb@vger.kernel.org
6112 L:      linux-media@vger.kernel.org
6113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6114 W:      http://www.linux-projects.org
6115 S:      Maintained
6116 F:      Documentation/video4linux/sn9c102.txt
6117 F:      drivers/media/video/sn9c102/
6118
6119 USB SUBSYSTEM
6120 P:      Greg Kroah-Hartman
6121 M:      gregkh@suse.de
6122 L:      linux-usb@vger.kernel.org
6123 W:      http://www.linux-usb.org
6124 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6125 S:      Supported
6126 F:      Documentation/usb/
6127 F:      drivers/net/usb/
6128 F:      drivers/usb/
6129 F:      include/linux/usb.h
6130 F:      include/linux/usb/
6131
6132 USB UHCI DRIVER
6133 P:      Alan Stern
6134 M:      stern@rowland.harvard.edu
6135 L:      linux-usb@vger.kernel.org
6136 S:      Maintained
6137 F:      drivers/usb/host/uhci*
6138
6139 USB "USBNET" DRIVER FRAMEWORK
6140 P:      David Brownell
6141 M:      dbrownell@users.sourceforge.net
6142 L:      netdev@vger.kernel.org
6143 W:      http://www.linux-usb.org/usbnet
6144 S:      Maintained
6145 F:      drivers/net/usb/usbnet.c
6146 F:      include/linux/usb/usbnet.h
6147
6148 USB VIDEO CLASS
6149 P:      Laurent Pinchart
6150 M:      laurent.pinchart@skynet.be
6151 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6152 L:      linux-media@vger.kernel.org
6153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6154 W:      http://linux-uvc.berlios.de
6155 S:      Maintained
6156 F:      drivers/media/video/uvc/
6157
6158 USB W996[87]CF DRIVER
6159 P:      Luca Risolia
6160 M:      luca.risolia@studio.unibo.it
6161 L:      linux-usb@vger.kernel.org
6162 L:      linux-media@vger.kernel.org
6163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6164 W:      http://www.linux-projects.org
6165 S:      Maintained
6166 F:      Documentation/video4linux/w9968cf.txt
6167 F:      drivers/media/video/w996*
6168
6169 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6170 P:      Jussi Kivilinna
6171 M:      jussi.kivilinna@mbnet.fi
6172 L:      linux-wireless@vger.kernel.org
6173 S:      Maintained
6174 F:      drivers/net/wireless/rndis_wlan.c
6175
6176 USB XHCI DRIVER
6177 P:      Sarah Sharp
6178 M:      sarah.a.sharp@intel.com
6179 L:      linux-usb@vger.kernel.org
6180 S:      Supported
6181
6182 USB ZC0301 DRIVER
6183 P:      Luca Risolia
6184 M:      luca.risolia@studio.unibo.it
6185 L:      linux-usb@vger.kernel.org
6186 L:      linux-media@vger.kernel.org
6187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6188 W:      http://www.linux-projects.org
6189 S:      Maintained
6190 F:      Documentation/video4linux/zc0301.txt
6191 F:      drivers/media/video/zc0301/
6192
6193 USB ZD1201 DRIVER
6194 P:      Jeroen Vreeken
6195 M:      pe1rxq@amsat.org
6196 L:      linux-usb@vger.kernel.org
6197 W:      http://linux-lc100020.sourceforge.net
6198 S:      Maintained
6199 F:      drivers/net/wireless/zd1201.*
6200
6201 USB ZR364XX DRIVER
6202 P:      Antoine Jacquet
6203 M:      royale@zerezo.com
6204 L:      linux-usb@vger.kernel.org
6205 L:      linux-media@vger.kernel.org
6206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6207 W:      http://royale.zerezo.com/zr364xx/
6208 S:      Maintained
6209 F:      Documentation/video4linux/zr364xx.txt
6210 F:      drivers/media/video/zr364xx.c
6211
6212 USER-MODE LINUX (UML)
6213 P:      Jeff Dike
6214 M:      jdike@addtoit.com
6215 L:      user-mode-linux-devel@lists.sourceforge.net
6216 L:      user-mode-linux-user@lists.sourceforge.net
6217 W:      http://user-mode-linux.sourceforge.net
6218 S:      Maintained
6219 F:      Documentation/uml/
6220 F:      arch/um/
6221 F:      fs/hostfs/
6222 F:      fs/hppfs/
6223
6224 USERSPACE I/O (UIO)
6225 P:      Hans J. Koch
6226 M:      hjk@linutronix.de
6227 P:      Greg Kroah-Hartman
6228 M:      gregkh@suse.de
6229 L:      linux-kernel@vger.kernel.org
6230 S:      Maintained
6231 F:      Documentation/DocBook/uio-howto.tmpl
6232 F:      drivers/uio/
6233 F:      include/linux/uio*.h
6234
6235 UTIL-LINUX-NG PACKAGE
6236 P:      Karel Zak
6237 M:      kzak@redhat.com
6238 L:      util-linux-ng@vger.kernel.org
6239 W:      http://kernel.org/~kzak/util-linux-ng/
6240 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6241 S:      Maintained
6242
6243 UVESAFB DRIVER
6244 P:      Michal Januszewski
6245 M:      spock@gentoo.org
6246 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6247 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6248 S:      Maintained
6249 F:      Documentation/fb/uvesafb.txt
6250 F:      drivers/video/uvesafb.*
6251
6252 VFAT/FAT/MSDOS FILESYSTEM
6253 P:      OGAWA Hirofumi
6254 M:      hirofumi@mail.parknet.co.jp
6255 L:      linux-kernel@vger.kernel.org
6256 S:      Maintained
6257 F:      Documentation/filesystems/vfat.txt
6258 F:      fs/fat/
6259
6260 VIA RHINE NETWORK DRIVER
6261 P:      Roger Luethi
6262 M:      rl@hellgate.ch
6263 S:      Maintained
6264 F:      drivers/net/via-rhine.c
6265
6266 VIAPRO SMBUS DRIVER
6267 P:      Jean Delvare
6268 M:      khali@linux-fr.org
6269 L:      linux-i2c@vger.kernel.org
6270 S:      Maintained
6271 F:      Documentation/i2c/busses/i2c-viapro
6272 F:      drivers/i2c/busses/i2c-viapro.c
6273
6274 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6275 P:      Joseph Chan
6276 M:      JosephChan@via.com.tw
6277 P:      Scott Fang
6278 M:      ScottFang@viatech.com.cn
6279 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6280 S:      Maintained
6281 F:      drivers/video/via/
6282
6283 VIA VELOCITY NETWORK DRIVER
6284 P:      Francois Romieu
6285 M:      romieu@fr.zoreil.com
6286 L:      netdev@vger.kernel.org
6287 S:      Maintained
6288 F:      drivers/net/via-velocity.*
6289
6290 VLAN (802.1Q)
6291 P:      Patrick McHardy
6292 M:      kaber@trash.net
6293 L:      netdev@vger.kernel.org
6294 S:      Maintained
6295 F:      drivers/net/macvlan.c
6296 F:      include/linux/if_*vlan.h
6297 F:      net/8021q/
6298
6299 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6300 P:      Liam Girdwood
6301 M:      lrg@slimlogic.co.uk
6302 P:      Mark Brown
6303 M:      broonie@opensource.wolfsonmicro.com
6304 W:      http://opensource.wolfsonmicro.com/node/15
6305 W:      http://www.slimlogic.co.uk/?p=48
6306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6307 S:      Supported
6308 F:      drivers/regulator/
6309 F:      include/linux/regulator/
6310
6311 VT1211 HARDWARE MONITOR DRIVER
6312 P:      Juerg Haefliger
6313 M:      juergh@gmail.com
6314 L:      lm-sensors@lm-sensors.org
6315 S:      Maintained
6316 F:      Documentation/hwmon/vt1211
6317 F:      drivers/hwmon/vt1211.c
6318
6319 VT8231 HARDWARE MONITOR DRIVER
6320 P:      Roger Lucas
6321 M:      vt8231@hiddenengine.co.uk
6322 L:      lm-sensors@lm-sensors.org
6323 S:      Maintained
6324 F:      drivers/hwmon/vt8231.c
6325
6326 W1 DALLAS'S 1-WIRE BUS
6327 P:      Evgeniy Polyakov
6328 M:      johnpol@2ka.mipt.ru
6329 S:      Maintained
6330 F:      Documentation/w1/
6331 F:      drivers/w1/
6332
6333 W83791D HARDWARE MONITORING DRIVER
6334 P:      Marc Hulsman
6335 M:      m.hulsman@tudelft.nl
6336 L:      lm-sensors@lm-sensors.org
6337 S:      Maintained
6338 F:      Documentation/hwmon/w83791d
6339 F:      drivers/hwmon/w83791d.c
6340
6341 W83793 HARDWARE MONITORING DRIVER
6342 P:      Rudolf Marek
6343 M:      r.marek@assembler.cz
6344 L:      lm-sensors@lm-sensors.org
6345 S:      Maintained
6346 F:      Documentation/hwmon/w83793
6347 F:      drivers/hwmon/w83793.c
6348
6349 W83L51xD SD/MMC CARD INTERFACE DRIVER
6350 P:      Pierre Ossman
6351 M:      pierre@ossman.eu
6352 L:      linux-kernel@vger.kernel.org
6353 S:      Maintained
6354 F:      drivers/mmc/host/wbsd.*
6355
6356 WATCHDOG DEVICE DRIVERS
6357 P:      Wim Van Sebroeck
6358 M:      wim@iguana.be
6359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6360 S:      Maintained
6361 F:      Documentation/watchdog/
6362 F:      drivers/watchdog/
6363 F:      include/linux/watchdog.h
6364
6365 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6366 P:      Jean Tourrilhes
6367 M:      jt@hpl.hp.com
6368 L:      linux-wireless@vger.kernel.org
6369 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6370 S:      Maintained
6371 F:      Documentation/networking/wavelan.txt
6372 F:      drivers/net/wireless/wavelan*
6373
6374 WD7000 SCSI DRIVER
6375 P:      Miroslav Zagorac
6376 M:      zaga@fly.cc.fer.hr
6377 L:      linux-scsi@vger.kernel.org
6378 S:      Maintained
6379 F:      drivers/scsi/wd7000.c
6380
6381 WIMAX STACK
6382 P:      Inaky Perez-Gonzalez
6383 M:      inaky.perez-gonzalez@intel.com
6384 M:      linux-wimax@intel.com
6385 L:      wimax@linuxwimax.org
6386 S:      Supported
6387 W:      http://linuxwimax.org
6388
6389 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6390 P:      David Vrabel
6391 M:      david.vrabel@csr.com
6392 S:      Maintained
6393 F:      include/linux/wlp.h
6394 F:      drivers/uwb/wlp/
6395
6396 WISTRON LAPTOP BUTTON DRIVER
6397 P:      Miloslav Trmac
6398 M:      mitr@volny.cz
6399 S:      Maintained
6400 F:      drivers/input/misc/wistron_btns.c
6401
6402 WL3501 WIRELESS PCMCIA CARD DRIVER
6403 P:      Arnaldo Carvalho de Melo
6404 M:      acme@ghostprotocols.net
6405 L:      linux-wireless@vger.kernel.org
6406 W:      http://oops.ghostprotocols.net:81/blog
6407 S:      Maintained
6408 F:      drivers/net/wireless/wl3501*
6409
6410 WM97XX TOUCHSCREEN DRIVERS
6411 P:      Mark Brown
6412 M:      broonie@opensource.wolfsonmicro.com
6413 P:      Liam Girdwood
6414 M:      lrg@slimlogic.co.uk
6415 L:      linux-input@vger.kernel.org
6416 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6417 W:      http://opensource.wolfsonmicro.com/node/7
6418 S:      Supported
6419 F:      drivers/input/touchscreen/*wm97*
6420 F:      include/linux/wm97xx.h
6421
6422 X.25 NETWORK LAYER
6423 P:      Henner Eisen
6424 M:      eis@baty.hanse.de
6425 L:      linux-x25@vger.kernel.org
6426 S:      Maintained
6427 F:      Documentation/networking/x25*
6428 F:      include/net/x25*
6429 F:      net/x25/
6430
6431 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6432 P:      Thomas Gleixner
6433 M:      tglx@linutronix.de
6434 P:      Ingo Molnar
6435 M:      mingo@redhat.com
6436 P:      H. Peter Anvin
6437 M:      hpa@zytor.com
6438 M:      x86@kernel.org
6439 L:      linux-kernel@vger.kernel.org
6440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6441 S:      Maintained
6442 F:      Documentation/x86/
6443 F:      arch/x86/
6444
6445 XEN HYPERVISOR INTERFACE
6446 P:      Jeremy Fitzhardinge
6447 M:      jeremy@xensource.com
6448 P:      Chris Wright
6449 M:      chrisw@sous-sol.org
6450 L:      virtualization@lists.osdl.org
6451 L:      xen-devel@lists.xensource.com
6452 S:      Supported
6453 F:      arch/x86/xen/
6454 F:      drivers/*/xen-*front.c
6455 F:      drivers/xen/
6456 F:      arch/x86/include/asm/xen/
6457 F:      include/xen/
6458
6459 XFS FILESYSTEM
6460 P:      Silicon Graphics Inc
6461 P:      Felix Blyakher
6462 M:      felixb@sgi.com
6463 M:      xfs-masters@oss.sgi.com
6464 L:      xfs@oss.sgi.com
6465 W:      http://oss.sgi.com/projects/xfs
6466 T:      git git://oss.sgi.com/xfs/xfs.git
6467 S:      Supported
6468 F:      Documentation/filesystems/xfs.txt
6469 F:      fs/xfs/
6470
6471 XILINX SYSTEMACE DRIVER
6472 P:      Grant Likely
6473 M:      grant.likely@secretlab.ca
6474 W:      http://www.secretlab.ca/
6475 L:      linux-kernel@vger.kernel.org
6476 S:      Maintained
6477 F:      drivers/block/xsysace.c
6478
6479 XILINX UARTLITE SERIAL DRIVER
6480 P:      Peter Korsgaard
6481 M:      jacmet@sunsite.dk
6482 L:      linux-serial@vger.kernel.org
6483 S:      Maintained
6484 F:      drivers/serial/uartlite.c
6485
6486 YAM DRIVER FOR AX.25
6487 P:      Jean-Paul Roubelat
6488 M:      jpr@f6fbb.org
6489 L:      linux-hams@vger.kernel.org
6490 S:      Maintained
6491 F:      drivers/net/hamradio/yam*
6492 F:      include/linux/yam.h
6493
6494 YEALINK PHONE DRIVER
6495 P:      Henk Vergonet
6496 M:      Henk.Vergonet@gmail.com
6497 L:      usbb2k-api-dev@nongnu.org
6498 S:      Maintained
6499 F:      Documentation/input/yealink.txt
6500 F:      drivers/input/misc/yealink.*
6501
6502 Z8530 DRIVER FOR AX.25
6503 P:      Joerg Reuter
6504 M:      jreuter@yaina.de
6505 W:      http://yaina.de/jreuter/
6506 W:      http://www.qsl.net/dl1bke/
6507 L:      linux-hams@vger.kernel.org
6508 S:      Maintained
6509 F:      Documentation/networking/z8530drv.txt
6510 F:      drivers/net/hamradio/*scc.c
6511 F:      drivers/net/hamradio/z8530.h
6512
6513 ZD1211RW WIRELESS DRIVER
6514 P:      Daniel Drake
6515 M:      dsd@gentoo.org
6516 P:      Ulrich Kunitz
6517 M:      kune@deine-taler.de
6518 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6519 L:      linux-wireless@vger.kernel.org
6520 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6521 S:      Maintained
6522 F:      drivers/net/wireless/zd1211rw/
6523
6524 ZR36067 VIDEO FOR LINUX DRIVER
6525 L:      mjpeg-users@lists.sourceforge.net
6526 L:      linux-media@vger.kernel.org
6527 W:      http://mjpeg.sourceforge.net/driver-zoran/
6528 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6529 S:      Odd Fixes
6530 F:      drivers/media/video/zoran/
6531
6532 ZS DECSTATION Z85C30 SERIAL DRIVER
6533 P:      Maciej W. Rozycki
6534 M:      macro@linux-mips.org
6535 S:      Maintained
6536 F:      drivers/serial/zs.*
6537
6538 THE REST
6539 P:      Linus Torvalds
6540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6541 S:      Buried alive in reporters