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