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