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