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