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