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