MAINTAINERS: Remove L: linux-kernel@vger.kernel.org
[safe/jmp/linux-2.6] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE CC: the maintainers and mailing lists that are generated
40         by scripts/get_maintainer.pl.  The results returned by the
41         script will be best if you have git installed and are making
42         your changes in a branch derived from Linus' latest git tree.
43         See Documentation/SubmittingPatches for details.
44
45         PLEASE try to include any credit lines you want added with the
46         patch. It avoids people being missed off by mistake and makes
47         it easier to know who wants adding and who doesn't.
48
49         PLEASE document known bugs. If it doesn't work for everything
50         or does something very odd once a month document it.
51
52         PLEASE remember that submissions must be made under the terms
53         of the OSDL certificate of contribution and should include a
54         Signed-off-by: line.  The current version of this "Developer's
55         Certificate of Origin" (DCO) is listed in the file
56         Documentation/SubmittingPatches.
57
58 6.      Make sure you have the right to send any changes you make. If you
59         do changes at work you may find your employer owns the patch
60         not you.
61
62 7.      When sending security related changes or reports to a maintainer
63         please Cc: security@kernel.org, especially if the maintainer
64         does not respond.
65
66 8.      Happy hacking.
67
68                 -----------------------------------
69
70 Maintainers List (try to look for most precise areas first)
71
72 Note: For the hard of thinking, this list is meant to remain in alphabetical
73 order. If you could add yourselves to it in alphabetical order that would be
74 so much easier [Ed]
75
76 P: Person
77 M: Mail patches to
78 L: Mailing list that is relevant to this area
79 W: Web-page with status/info
80 T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
81 S: Status, one of the following:
82
83         Supported:      Someone is actually paid to look after this.
84         Maintained:     Someone actually looks after it.
85         Odd Fixes:      It has a maintainer but they don't have time to do
86                         much other than throw the odd patch in. See below..
87         Orphan:         No current maintainer [but maybe you could take the
88                         role as you write your new code].
89         Obsolete:       Old code. Something tagged obsolete generally means
90                         it has been replaced by a better system and you
91                         should be using that.
92
93 F: Files and directories with wildcard patterns.
94    A trailing slash includes all files and subdirectory files.
95         F:      drivers/net/    all files in and below drivers/net
96         F:      drivers/net/*   all files in drivers/net, but not below
97         F:      */net/*         all files in "any top level directory"/net
98    One pattern per line.  Multiple F: lines acceptable.
99 X: Files and directories that are NOT maintained, same rules as F:
100    Files exclusions are tested before file matches.
101    Can be useful for excluding a specific subdirectory, for instance:
102         F:      net/
103         X:      net/ipv6/
104    matches all files in and below net excluding net/ipv6/
105
106 3C505 NETWORK DRIVER
107 P:      Philip Blundell
108 M:      philb@gnu.org
109 L:      netdev@vger.kernel.org
110 S:      Maintained
111 F:      drivers/net/3c505*
112
113 3C59X NETWORK DRIVER
114 P:      Steffen Klassert
115 M:      klassert@mathematik.tu-chemnitz.de
116 L:      netdev@vger.kernel.org
117 S:      Maintained
118 F:      Documentation/networking/vortex.txt
119 F:      drivers/net/3c59x.c
120
121 3CR990 NETWORK DRIVER
122 P:      David Dillow
123 M:      dave@thedillows.org
124 L:      netdev@vger.kernel.org
125 S:      Maintained
126 F:      drivers/net/typhoon*
127
128 3W-9XXX SATA-RAID CONTROLLER DRIVER
129 P:      Adam Radford
130 M:      linuxraid@amcc.com
131 L:      linux-scsi@vger.kernel.org
132 W:      http://www.amcc.com
133 S:      Supported
134 F:      drivers/scsi/3w-9xxx*
135
136 3W-XXXX ATA-RAID CONTROLLER DRIVER
137 P:      Adam Radford
138 M:      linuxraid@amcc.com
139 L:      linux-scsi@vger.kernel.org
140 W:      http://www.amcc.com
141 S:      Supported
142 F:      drivers/scsi/3w-xxxx*
143
144 53C700 AND 53C700-66 SCSI DRIVER
145 P:      James E.J. Bottomley
146 M:      James.Bottomley@HansenPartnership.com
147 L:      linux-scsi@vger.kernel.org
148 S:      Maintained
149 F:      drivers/scsi/53c700*
150
151 6PACK NETWORK DRIVER FOR AX.25
152 P:      Andreas Koensgen
153 M:      ajk@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:      linux-media@vger.kernel.org
1732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1733 W:      http://linuxtv.org
1734 W:      http://www.ivtvdriver.org/index.php/Cx18
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 S:      Maintained
2208 F:      drivers/misc/cb710/
2209 F:      drivers/mmc/host/cb710-mmc.*
2210 F:      include/linux/cb710.h
2211
2212 EPSON 1355 FRAMEBUFFER DRIVER
2213 P:      Christopher Hoover
2214 M:      ch@murgatroid.com
2215 P:      Christopher Hoover
2216 M:      ch@hpl.hp.com
2217 S:      Maintained
2218 F:      drivers/video/epson1355fb.c
2219
2220 EPSON S1D13XXX FRAMEBUFFER DRIVER
2221 P:      Kristoffer Ericson
2222 M:      kristoffer.ericson@gmail.com
2223 S:      Maintained
2224 F:      drivers/video/s1d13xxxfb.c
2225 F:      include/video/s1d13xxxfb.h
2226
2227 ETHEREXPRESS-16 NETWORK DRIVER
2228 P:      Philip Blundell
2229 M:      philb@gnu.org
2230 L:      netdev@vger.kernel.org
2231 S:      Maintained
2232 F:      drivers/net/eexpress.*
2233
2234 ETHERNET BRIDGE
2235 P:      Stephen Hemminger
2236 M:      shemminger@linux-foundation.org
2237 L:      bridge@lists.linux-foundation.org
2238 W:      http://www.linux-foundation.org/en/Net:Bridge
2239 S:      Maintained
2240 F:      include/linux/netfilter_bridge/
2241 F:      net/bridge/
2242
2243 ETHERTEAM 16I DRIVER
2244 P:      Mika Kuoppala
2245 M:      miku@iki.fi
2246 S:      Maintained
2247 F:      drivers/net/eth16i.c
2248
2249 EXT2 FILE SYSTEM
2250 L:      linux-ext4@vger.kernel.org
2251 S:      Maintained
2252 F:      Documentation/filesystems/ext2.txt
2253 F:      fs/ext2/
2254 F:      include/linux/ext2*
2255
2256 EXT3 FILE SYSTEM
2257 P:      Stephen Tweedie
2258 M:      sct@redhat.com
2259 P:      Andrew Morton
2260 M:      akpm@linux-foundation.org
2261 P:      Andreas Dilger
2262 M:      adilger@sun.com
2263 L:      linux-ext4@vger.kernel.org
2264 S:      Maintained
2265 F:      Documentation/filesystems/ext3.txt
2266 F:      fs/ext3/
2267 F:      include/linux/ext3*
2268
2269 EXT4 FILE SYSTEM
2270 P:      Theodore Ts'o
2271 M:      tytso@mit.edu
2272 P:      Andreas Dilger
2273 M:      adilger@sun.com
2274 L:      linux-ext4@vger.kernel.org
2275 W:      http://ext4.wiki.kernel.org
2276 S:      Maintained
2277 F:      Documentation/filesystems/ext4.txt
2278 F:      fs/ext4/
2279
2280 F71805F HARDWARE MONITORING DRIVER
2281 P:      Jean Delvare
2282 M:      khali@linux-fr.org
2283 L:      lm-sensors@lm-sensors.org
2284 S:      Maintained
2285 F:      Documentation/hwmon/f71805f
2286 F:      drivers/hwmon/f71805f.c
2287
2288 FARSYNC SYNCHRONOUS DRIVER
2289 P:      Kevin Curtis
2290 M:      kevin.curtis@farsite.co.uk
2291 W:      http://www.farsite.co.uk/
2292 S:      Supported
2293 F:      drivers/net/wan/farsync.*
2294
2295 FAULT INJECTION SUPPORT
2296 P:      Akinobu Mita
2297 M:      akinobu.mita@gmail.com
2298 S:      Supported
2299 F:      Documentation/fault-injection/
2300 F:      lib/fault-inject.c
2301
2302 FILE LOCKING (flock() and fcntl()/lockf())
2303 P:      Matthew Wilcox
2304 M:      matthew@wil.cx
2305 L:      linux-fsdevel@vger.kernel.org
2306 S:      Maintained
2307 F:      include/linux/fcntl.h
2308 F:      include/linux/fs.h
2309 F:      fs/fcntl.c
2310 F:      fs/locks.c
2311
2312 FILESYSTEMS (VFS and infrastructure)
2313 P:      Alexander Viro
2314 M:      viro@zeniv.linux.org.uk
2315 L:      linux-fsdevel@vger.kernel.org
2316 S:      Maintained
2317 F:      fs/*
2318
2319 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2320 P:      Riku Voipio
2321 M:      riku.vipio@iki.fi
2322 L:      lm-sensors@lm-sensors.org
2323 S:      Maintained
2324 F:      drivers/hwmon/f75375s.c
2325 F:      include/linux/f75375s.h
2326
2327 FIREWIRE SUBSYSTEM
2328 P:      Kristian Hoegsberg
2329 M:      krh@redhat.com
2330 P:      Stefan Richter
2331 M:      stefanr@s5r6.in-berlin.de
2332 L:      linux1394-devel@lists.sourceforge.net
2333 W:      http://www.linux1394.org/
2334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2335 S:      Maintained
2336 F:      drivers/firewire/
2337 F:      include/linux/firewire*.h
2338
2339 FIRMWARE LOADER (request_firmware)
2340 S:      Orphan
2341 F:      Documentation/firmware_class/
2342 F:      drivers/base/firmware*.c
2343 F:      include/linux/firmware.h
2344
2345 FPU EMULATOR
2346 P:      Bill Metzenthen
2347 M:      billm@melbpc.org.au
2348 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2349 S:      Maintained
2350 F:      arch/x86/math-emu/
2351
2352 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2353 P:      Mike McLagan
2354 M:      mike.mclagan@linux.org
2355 L:      netdev@vger.kernel.org
2356 S:      Maintained
2357 F:      drivers/net/wan/dlci.c
2358 F:      drivers/net/wan/sdla.c
2359
2360 FRAMEBUFFER LAYER
2361 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2362 W:      http://linux-fbdev.sourceforge.net/
2363 S:      Orphan
2364 F:      Documentation/fb/
2365 F:      drivers/video/fb*
2366 F:      include/linux/fb.h
2367
2368 FREESCALE DMA DRIVER
2369 P:      Li Yang
2370 M:      leoli@freescale.com
2371 P:      Zhang Wei
2372 M:      zw@zh-kernel.org
2373 L:      linuxppc-dev@ozlabs.org
2374 S:      Maintained
2375 F:      drivers/dma/fsldma.*
2376
2377 FREESCALE I2C CPM DRIVER
2378 P:      Jochen Friedrich
2379 M:      jochen@scram.de
2380 L:      linuxppc-dev@ozlabs.org
2381 L:      linux-i2c@vger.kernel.org
2382 S:      Maintained
2383 F:      drivers/i2c/busses/i2c-cpm.c
2384
2385 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2386 P:      Sascha Hauer
2387 M:      kernel@pengutronix.de
2388 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2389 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2390 S:      Maintained
2391 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2392 F:      drivers/video/imxfb.c
2393
2394 FREESCALE SOC FS_ENET DRIVER
2395 P:      Pantelis Antoniou
2396 M:      pantelis.antoniou@gmail.com
2397 P:      Vitaly Bordug
2398 M:      vbordug@ru.mvista.com
2399 L:      linuxppc-dev@ozlabs.org
2400 L:      netdev@vger.kernel.org
2401 S:      Maintained
2402 F:      drivers/net/fs_enet/
2403 F:      include/linux/fs_enet_pd.h
2404
2405 FREESCALE QUICC ENGINE LIBRARY
2406 P:      Timur Tabi
2407 M:      timur@freescale.com
2408 L:      linuxppc-dev@ozlabs.org
2409 S:      Supported
2410 F:      arch/powerpc/sysdev/qe_lib/
2411 F:      arch/powerpc/include/asm/*qe.h
2412
2413 FREESCALE HIGHSPEED USB DEVICE DRIVER
2414 P:      Li Yang
2415 M:      leoli@freescale.com
2416 L:      linux-usb@vger.kernel.org
2417 L:      linuxppc-dev@ozlabs.org
2418 S:      Maintained
2419 F:      drivers/usb/gadget/fsl_usb2_udc.c
2420
2421 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2422 P:      Li Yang
2423 M:      leoli@freescale.com
2424 L:      netdev@vger.kernel.org
2425 L:      linuxppc-dev@ozlabs.org
2426 S:      Maintained
2427 F:      drivers/net/ucc_geth*
2428
2429 FREESCALE QUICC ENGINE UCC UART DRIVER
2430 P:      Timur Tabi
2431 M:      timur@freescale.com
2432 L:      linuxppc-dev@ozlabs.org
2433 S:      Supported
2434 F:      drivers/serial/ucc_uart.c
2435
2436 FREESCALE SOC SOUND DRIVERS
2437 P:      Timur Tabi
2438 M:      timur@freescale.com
2439 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2440 L:      linuxppc-dev@ozlabs.org
2441 S:      Supported
2442 F:      sound/soc/fsl/fsl*
2443 F:      sound/soc/fsl/mpc8610_hpcd.c
2444
2445 FREEVXFS FILESYSTEM
2446 P:      Christoph Hellwig
2447 M:      hch@infradead.org
2448 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2449 S:      Maintained
2450 F:      fs/freevxfs/
2451
2452 FREEZER
2453 P:      Pavel Machek
2454 M:      pavel@ucw.cz
2455 P:      Rafael J. Wysocki
2456 M:      rjw@sisk.pl
2457 L:      linux-pm@lists.linux-foundation.org
2458 S:      Supported
2459 F:      Documentation/power/freezing-of-tasks.txt
2460 F:      include/linux/freezer.h
2461 F:      kernel/freezer.c
2462
2463 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2464 P:      David Howells
2465 M:      dhowells@redhat.com
2466 L:      linux-cachefs@redhat.com
2467 S:      Supported
2468 F:      Documentation/filesystems/caching/
2469 F:      fs/fscache/
2470 F:      include/linux/fscache*.h
2471
2472 FTRACE
2473 P:      Steven Rostedt
2474 M:      rostedt@goodmis.org
2475 S:      Maintained
2476 F:      Documentation/trace/ftrace.txt
2477 F:      arch/*/*/*/ftrace.h
2478 F:      arch/*/kernel/ftrace.c
2479 F:      include/*/ftrace.h
2480 F:      kernel/trace/
2481
2482 FUJITSU FR-V (FRV) PORT
2483 P:      David Howells
2484 M:      dhowells@redhat.com
2485 S:      Maintained
2486 F:      arch/frv/
2487
2488 FUJITSU LAPTOP EXTRAS
2489 P:      Jonathan Woithe
2490 M:      jwoithe@physics.adelaide.edu.au
2491 L:      linux-acpi@vger.kernel.org
2492 S:      Maintained
2493 F:      drivers/platform/x86/fujitsu-laptop.c
2494
2495 FUSE: FILESYSTEM IN USERSPACE
2496 P:      Miklos Szeredi
2497 M:      miklos@szeredi.hu
2498 L:      fuse-devel@lists.sourceforge.net
2499 W:      http://fuse.sourceforge.net/
2500 S:      Maintained
2501 F:      fs/fuse/
2502 F:      include/linux/fuse.h
2503
2504 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2505 P:      Rik Faith
2506 M:      faith@cs.unc.edu
2507 L:      linux-scsi@vger.kernel.org
2508 S:      Odd Fixes (e.g., new signatures)
2509 F:      drivers/scsi/fdomain.*
2510
2511 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2512 P:      Achim Leubner
2513 M:      achim_leubner@adaptec.com
2514 L:      linux-scsi@vger.kernel.org
2515 W:      http://www.icp-vortex.com/
2516 S:      Supported
2517 F:      drivers/scsi/gdt*
2518
2519 GENERIC GPIO I2C DRIVER
2520 P:      Haavard Skinnemoen
2521 M:      hskinnemoen@atmel.com
2522 S:      Supported
2523 F:      drivers/i2c/busses/i2c-gpio.c
2524 F:      include/linux/i2c-gpio.h
2525
2526 GENERIC HDLC (WAN) DRIVERS
2527 P:      Krzysztof Halasa
2528 M:      khc@pm.waw.pl
2529 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2530 S:      Maintained
2531 F:      drivers/net/wan/c101.c
2532 F:      drivers/net/wan/hd6457*
2533 F:      drivers/net/wan/hdlc*
2534 F:      drivers/net/wan/n2.c
2535 F:      drivers/net/wan/pc300too.c
2536 F:      drivers/net/wan/pci200syn.c
2537 F:      drivers/net/wan/wanxl*
2538
2539 GENERIC INCLUDE/ASM HEADER FILES
2540 P:      Arnd Bergmann
2541 M:      arnd@arndb.de
2542 L:      linux-arch@vger.kernel.org
2543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2544 S:      Maintained
2545 F:      include/asm-generic
2546
2547 GFS2 FILE SYSTEM
2548 P:      Steven Whitehouse
2549 M:      swhiteho@redhat.com
2550 L:      cluster-devel@redhat.com
2551 W:      http://sources.redhat.com/cluster/
2552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2554 S:      Supported
2555 F:      Documentation/filesystems/gfs2*.txt
2556 F:      fs/gfs2/
2557 F:      include/linux/gfs2_ondisk.h
2558
2559 GIGASET ISDN DRIVERS
2560 P:      Hansjoerg Lipp
2561 M:      hjlipp@web.de
2562 P:      Tilman Schmidt
2563 M:      tilman@imap.cc
2564 L:      gigaset307x-common@lists.sourceforge.net
2565 W:      http://gigaset307x.sourceforge.net/
2566 S:      Maintained
2567 F:      Documentation/isdn/README.gigaset
2568 F:      drivers/isdn/gigaset/
2569 F:      include/linux/gigaset_dev.h
2570
2571 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2572 P:      Frank Seidel
2573 M:      frank@f-seidel.de
2574 L:      lm-sensors@lm-sensors.org
2575 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2576 S:      Maintained
2577 F:      drivers/hwmon/hdaps.c
2578
2579 HYPERVISOR VIRTUAL CONSOLE DRIVER
2580 L:      linuxppc-dev@ozlabs.org
2581 S:      Odd Fixes
2582 F:      drivers/char/hvc_*
2583
2584 GSPCA FINEPIX SUBDRIVER
2585 P:      Frank Zago
2586 M:      frank@zago.net
2587 L:      linux-media@vger.kernel.org
2588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2589 S:      Maintained
2590 F:      drivers/media/video/gspca/finepix.c
2591
2592 GSPCA M5602 SUBDRIVER
2593 P:      Erik Andren
2594 M:      erik.andren@gmail.com
2595 L:      linux-media@vger.kernel.org
2596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2597 S:      Maintained
2598 F:      drivers/media/video/gspca/m5602/
2599
2600 GSPCA PAC207 SONIXB SUBDRIVER
2601 P:      Hans de Goede
2602 M:      hdegoede@redhat.com
2603 L:      linux-media@vger.kernel.org
2604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2605 S:      Maintained
2606 F:      drivers/media/video/gspca/pac207.c
2607
2608 GSPCA T613 SUBDRIVER
2609 P:      Leandro Costantino
2610 M:      lcostantino@gmail.com
2611 L:      linux-media@vger.kernel.org
2612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2613 S:      Maintained
2614 F:      drivers/media/video/gspca/t613.c
2615
2616 GSPCA USB WEBCAM DRIVER
2617 P:      Jean-Francois Moine
2618 M:      moinejf@free.fr
2619 W:      http://moinejf.free.fr
2620 L:      linux-media@vger.kernel.org
2621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2622 S:      Maintained
2623 F:      drivers/media/video/gspca/
2624
2625 HARDWARE MONITORING
2626 L:      lm-sensors@lm-sensors.org
2627 W:      http://www.lm-sensors.org/
2628 S:      Orphan
2629 F:      drivers/hwmon/
2630
2631 HARDWARE RANDOM NUMBER GENERATOR CORE
2632 S:      Orphan
2633 F:      Documentation/hw_random.txt
2634 F:      drivers/char/hw_random/
2635 F:      include/linux/hw_random.h
2636
2637 HARMONY SOUND DRIVER
2638 P:      Kyle McMartin
2639 M:      kyle@mcmartin.ca
2640 L:      linux-parisc@vger.kernel.org
2641 S:      Maintained
2642 F:      sound/parisc/harmony.*
2643
2644 HAYES ESP SERIAL DRIVER
2645 P:      Andrew J. Robinson
2646 M:      arobinso@nyx.net
2647 W:      http://www.nyx.net/~arobinso
2648 S:      Maintained
2649 F:      Documentation/serial/hayes-esp.txt
2650 F:      drivers/char/esp.c
2651
2652 HEWLETT-PACKARD SMART2 RAID DRIVER
2653 P:      Chirag Kantharia
2654 M:      chirag.kantharia@hp.com
2655 L:      iss_storagedev@hp.com
2656 S:      Maintained
2657 F:      Documentation/blockdev/cpqarray.txt
2658 F:      drivers/block/cpqarray.*
2659
2660 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2661 P:      Mike Miller
2662 M:      mike.miller@hp.com
2663 L:      iss_storagedev@hp.com
2664 S:      Supported
2665 F:      Documentation/blockdev/cciss.txt
2666 F:      drivers/block/cciss*
2667 F:      include/linux/cciss_ioctl.h
2668
2669 HFS FILESYSTEM
2670 P:      Roman Zippel
2671 M:      zippel@linux-m68k.org
2672 S:      Maintained
2673 F:      Documentation/filesystems/hfs.txt
2674 F:      fs/hfs/
2675
2676 HGA FRAMEBUFFER DRIVER
2677 P:      Ferenc Bakonyi
2678 M:      fero@drama.obuda.kando.hu
2679 L:      linux-nvidia@lists.surfsouth.com
2680 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2681 S:      Maintained
2682 F:      drivers/video/hgafb.c
2683
2684 HIBERNATION (aka Software Suspend, aka swsusp)
2685 P:      Pavel Machek
2686 M:      pavel@ucw.cz
2687 P:      Rafael J. Wysocki
2688 M:      rjw@sisk.pl
2689 L:      linux-pm@lists.linux-foundation.org
2690 S:      Supported
2691 F:      arch/x86/power/
2692 F:      drivers/base/power/
2693 F:      kernel/power/
2694 F:      include/linux/suspend.h
2695 F:      include/linux/freezer.h
2696 F:      include/linux/pm.h
2697 F:      arch/*/include/asm/suspend*.h
2698
2699 HID CORE LAYER
2700 P:      Jiri Kosina
2701 M:      jkosina@suse.cz
2702 L:      linux-input@vger.kernel.org
2703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2704 S:      Maintained
2705 F:      drivers/hid/
2706 F:      include/linux/hid*
2707
2708 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2709 P:      Thomas Gleixner
2710 M:      tglx@linutronix.de
2711 S:      Maintained
2712 F:      Documentation/timers/
2713 F:      kernel/hrtimer.c
2714 F:      include/linux/hrtimer.h
2715
2716 HIGH-SPEED SCC DRIVER FOR AX.25
2717 P:      Klaus Kudielka
2718 M:      klaus.kudielka@ieee.org
2719 L:      linux-hams@vger.kernel.org
2720 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2721 S:      Maintained
2722 F:      drivers/net/hamradio/dmascc.c
2723 F:      drivers/net/hamradio/scc.c
2724
2725 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2726 P:      HighPoint Linux Team
2727 M:      linux@highpoint-tech.com
2728 W:      http://www.highpoint-tech.com
2729 S:      Supported
2730 F:      Documentation/scsi/hptiop.txt
2731 F:      drivers/scsi/hptiop.c
2732
2733 HIPPI
2734 P:      Jes Sorensen
2735 M:      jes@trained-monkey.org
2736 L:      linux-hippi@sunsite.dk
2737 S:      Maintained
2738 F:      include/linux/hippidevice.h
2739 F:      include/linux/if_hippi.h
2740 F:      net/802/hippi.c
2741
2742 HOST AP DRIVER
2743 P:      Jouni Malinen
2744 M:      j@w1.fi
2745 L:      hostap@shmoo.com (subscribers-only)
2746 L:      linux-wireless@vger.kernel.org
2747 W:      http://hostap.epitest.fi/
2748 S:      Maintained
2749 F:      drivers/net/wireless/hostap/
2750
2751 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2752 P:      Carlos Corbacho
2753 M:      carlos@strangeworlds.co.uk
2754 S:      Odd Fixes
2755 F:      drivers/platform/x86/tc1100-wmi.c
2756
2757 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2758 P:      Jaroslav Kysela
2759 M:      perex@perex.cz
2760 S:      Maintained
2761 F:      drivers/net/hp100.*
2762
2763 HPET:   High Precision Event Timers driver
2764 P:      Clemens Ladisch
2765 M:      clemens@ladisch.de
2766 S:      Maintained
2767 F:      Documentation/timers/hpet.txt
2768 F:      drivers/char/hpet.c
2769 F:      include/linux/hpet.h
2770
2771 HPET:   i386
2772 P:      Venkatesh Pallipadi (Venki)
2773 M:      venkatesh.pallipadi@intel.com
2774 S:      Maintained
2775 F:      arch/x86/kernel/hpet.c
2776 F:      arch/x86/include/asm/hpet.h
2777
2778 HPET:   x86_64
2779 P:      Vojtech Pavlik
2780 M:      vojtech@suse.cz
2781 S:      Maintained
2782
2783 HPET:   ACPI
2784 P:      Bob Picco
2785 M:      bob.picco@hp.com
2786 S:      Maintained
2787 F:      drivers/char/hpet.c
2788
2789 HPFS FILESYSTEM
2790 P:      Mikulas Patocka
2791 M:      mikulas@artax.karlin.mff.cuni.cz
2792 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2793 S:      Maintained
2794 F:      fs/hpfs/
2795
2796 HSO 3G MODEM DRIVER
2797 P:      Jan Dumon
2798 M:      j.dumon@option.com
2799 W:      http://www.pharscape.org
2800 S:      Maintained
2801 F:      drivers/net/usb/hso.c
2802
2803 HTCPEN TOUCHSCREEN DRIVER
2804 P:      Pau Oliva Fora
2805 M:      pof@eslack.org
2806 L:      linux-input@vger.kernel.org
2807 S:      Maintained
2808 F:      drivers/input/touchscreen/htcpen.c
2809
2810 HUGETLB FILESYSTEM
2811 P:      William Irwin
2812 M:      wli@holomorphy.com
2813 S:      Maintained
2814 F:      fs/hugetlbfs/
2815
2816 I2C/SMBUS STUB DRIVER
2817 P:      Mark M. Hoffman
2818 M:      mhoffman@lightlink.com
2819 L:      linux-i2c@vger.kernel.org
2820 S:      Maintained
2821 F:      drivers/i2c/busses/i2c-stub.c
2822
2823 I2C SUBSYSTEM
2824 P:      Jean Delvare (PC drivers, core)
2825 M:      khali@linux-fr.org
2826 P:      Ben Dooks (embedded platforms)
2827 M:      ben-linux@fluff.org
2828 L:      linux-i2c@vger.kernel.org
2829 W:      http://i2c.wiki.kernel.org/
2830 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2831 S:      Maintained
2832 F:      Documentation/i2c/
2833 F:      drivers/i2c/
2834 F:      include/linux/i2c.h
2835 F:      include/linux/i2c-dev.h
2836 F:      include/linux/i2c-id.h
2837
2838 I2C-TINY-USB DRIVER
2839 P:      Till Harbaum
2840 M:      till@harbaum.org
2841 L:      linux-i2c@vger.kernel.org
2842 W:      http://www.harbaum.org/till/i2c_tiny_usb
2843 S:      Maintained
2844 F:      drivers/i2c/busses/i2c-tiny-usb.c
2845
2846 i386 BOOT CODE
2847 P:      H. Peter Anvin
2848 M:      hpa@zytor.com
2849 S:      Maintained
2850 F:      arch/x86/boot/
2851
2852 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2853 P:      H. Peter Anvin
2854 M:      hpa@zytor.com
2855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2856 S:      Maintained
2857
2858 IA64 (Itanium) PLATFORM
2859 P:      Tony Luck
2860 M:      tony.luck@intel.com
2861 P:      Fenghua Yu
2862 M:      fenghua.yu@intel.com
2863 L:      linux-ia64@vger.kernel.org
2864 W:      http://www.ia64-linux.org/
2865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2866 S:      Maintained
2867 F:      arch/ia64/
2868
2869 IBM MCA SCSI SUBSYSTEM DRIVER
2870 P:      Michael Lang
2871 M:      langa2@kph.uni-mainz.de
2872 W:      http://www.uni-mainz.de/~langm000/linux.html
2873 S:      Maintained
2874 F:      drivers/scsi/ibmmca.c
2875
2876 IBM Power Linux RAID adapter
2877 P:      Brian King
2878 M:      brking@us.ibm.com
2879 S:      Supported
2880 F:      drivers/scsi/ipr.*
2881
2882 IBM ServeRAID RAID DRIVER
2883 P:      Jack Hammer
2884 P:      Dave Jeffery
2885 M:      ipslinux@adaptec.com
2886 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2887 S:      Supported
2888 F:      drivers/scsi/ips.*
2889
2890 IDE SUBSYSTEM
2891 P:      David S. Miller
2892 M:      davem@davemloft.net
2893 L:      linux-ide@vger.kernel.org
2894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2895 S:      Maintained
2896 F:      Documentation/ide/
2897 F:      drivers/ide/
2898 F:      include/linux/ide.h
2899
2900 IDE/ATAPI DRIVERS
2901 P:      Borislav Petkov
2902 M:      petkovbb@gmail.com
2903 L:      linux-ide@vger.kernel.org
2904 S:      Maintained
2905 F:      Documentation/cdrom/ide-cd
2906 F:      drivers/ide/ide-cd*
2907
2908 IDLE-I7300
2909 P:      Andy Henroid
2910 M:      andrew.d.henroid@intel.com
2911 L:      linux-pm@lists.linux-foundation.org
2912 S:      Supported
2913 F:      drivers/idle/i7300_idle.c
2914
2915 IEEE 1394 SUBSYSTEM
2916 P:      Ben Collins
2917 M:      ben.collins@ubuntu.com
2918 P:      Stefan Richter
2919 M:      stefanr@s5r6.in-berlin.de
2920 L:      linux1394-devel@lists.sourceforge.net
2921 W:      http://www.linux1394.org/
2922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2923 S:      Maintained
2924 F:      drivers/ieee1394/
2925
2926 IEEE 1394 RAW I/O DRIVER
2927 P:      Dan Dennedy
2928 M:      dan@dennedy.org
2929 P:      Stefan Richter
2930 M:      stefanr@s5r6.in-berlin.de
2931 L:      linux1394-devel@lists.sourceforge.net
2932 S:      Maintained
2933 F:      drivers/ieee1394/raw1394*
2934
2935 IEEE 802.15.4 SUBSYSTEM
2936 P:      Dmitry Eremin-Solenikov
2937 M:      dbaryshkov@gmail.com
2938 P:      Sergey Lapin
2939 M:      slapin@ossfans.org
2940 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2941 W:      http://apps.sourceforge.net/trac/linux-zigbee
2942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2943 S:      Maintained
2944 F:      net/ieee802154/
2945 F:      drivers/ieee802154/
2946
2947 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2948 P:      Mimi Zohar
2949 M:      zohar@us.ibm.com
2950 S:      Supported
2951 F:      security/integrity/ima/
2952
2953 IMS TWINTURBO FRAMEBUFFER DRIVER
2954 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2955 S:      Orphan
2956 F:      drivers/video/imsttfb.c
2957
2958 INFINIBAND SUBSYSTEM
2959 P:      Roland Dreier
2960 M:      rolandd@cisco.com
2961 P:      Sean Hefty
2962 M:      sean.hefty@intel.com
2963 P:      Hal Rosenstock
2964 M:      hal.rosenstock@gmail.com
2965 L:      general@lists.openfabrics.org (moderated for non-subscribers)
2966 W:      http://www.openib.org/
2967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2968 S:      Supported
2969 F:      Documentation/infiniband/
2970 F:      drivers/infiniband/
2971 F:      include/linux/if_infiniband.h
2972
2973 INOTIFY
2974 P:      John McCutchan
2975 M:      john@johnmccutchan.com
2976 P:      Robert Love
2977 M:      rlove@rlove.org
2978 P:      Eric Paris
2979 M:      eparis@parisplace.org
2980 S:      Maintained
2981 F:      Documentation/filesystems/inotify.txt
2982 F:      fs/notify/inotify/
2983 F:      include/linux/inotify.h
2984
2985 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2986 P:      Dmitry Torokhov
2987 M:      dmitry.torokhov@gmail.com
2988 M:      dtor@mail.ru
2989 L:      linux-input@vger.kernel.org
2990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2991 S:      Maintained
2992 F:      drivers/input/
2993
2994 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2995 P:      Sylvain Meyer
2996 M:      sylvain.meyer@worldonline.fr
2997 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2998 S:      Maintained
2999 F:      Documentation/fb/intelfb.txt
3000 F:      drivers/video/intelfb/
3001
3002 INTEL 810/815 FRAMEBUFFER DRIVER
3003 P:      Antonino Daplas
3004 M:      adaplas@gmail.com
3005 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3006 S:      Maintained
3007 F:      drivers/video/i810/
3008
3009 INTEL MENLOW THERMAL DRIVER
3010 P:      Sujith Thomas
3011 M:      sujith.thomas@intel.com
3012 L:      linux-acpi@vger.kernel.org
3013 W:      http://www.lesswatts.org/projects/acpi/
3014 S:      Supported
3015 F:      drivers/platform/x86/intel_menlow.c
3016
3017 INTEL IA32 MICROCODE UPDATE SUPPORT
3018 P:      Tigran Aivazian
3019 M:      tigran@aivazian.fsnet.co.uk
3020 S:      Maintained
3021 F:      arch/x86/kernel/microcode_core.c
3022 F:      arch/x86/kernel/microcode_intel.c
3023
3024 INTEL I/OAT DMA DRIVER
3025 P:      Maciej Sosnowski
3026 M:      maciej.sosnowski@intel.com
3027 S:      Supported
3028 F:      drivers/dma/ioat*
3029
3030 INTEL IOMMU (VT-d)
3031 P:      David Woodhouse
3032 M:      dwmw2@infradead.org
3033 L:      iommu@lists.linux-foundation.org
3034 T:      git git://git.infradead.org/iommu-2.6.git
3035 S:      Supported
3036 F:      drivers/pci/intel-iommu.c
3037 F:      include/linux/intel-iommu.h
3038
3039 INTEL IOP-ADMA DMA DRIVER
3040 P:      Dan Williams
3041 M:      dan.j.williams@intel.com
3042 S:      Supported
3043 F:      drivers/dma/iop-adma.c
3044
3045 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3046 P:      Krzysztof Halasa
3047 M:      khc@pm.waw.pl
3048 S:      Maintained
3049 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
3050 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
3051 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3052 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
3053 F:      drivers/net/arm/ixp4xx_eth.c
3054 F:      drivers/net/wan/ixp4xx_hss.c
3055
3056 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3057 P:      Deepak Saxena
3058 M:      dsaxena@plexity.net
3059 S:      Maintained
3060 F:      drivers/char/hw_random/ixp4xx-rng.c
3061
3062 INTEL IXP2000 ETHERNET DRIVER
3063 P:      Lennert Buytenhek
3064 M:      kernel@wantstofly.org
3065 L:      netdev@vger.kernel.org
3066 S:      Maintained
3067 F:      drivers/net/ixp2000/
3068
3069 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
3070 P:      Jeff Kirsher
3071 M:      jeffrey.t.kirsher@intel.com
3072 P:      Jesse Brandeburg
3073 M:      jesse.brandeburg@intel.com
3074 P:      Bruce Allan
3075 M:      bruce.w.allan@intel.com
3076 P:      PJ Waskiewicz
3077 M:      peter.p.waskiewicz.jr@intel.com
3078 P:      John Ronciak
3079 M:      john.ronciak@intel.com
3080 L:      e1000-devel@lists.sourceforge.net
3081 W:      http://e1000.sourceforge.net/
3082 S:      Supported
3083 F:      drivers/net/e100.c
3084 F:      drivers/net/e1000/
3085 F:      drivers/net/e1000e/
3086 F:      drivers/net/igb/
3087 F:      drivers/net/ixgb/
3088 F:      drivers/net/ixgbe/
3089
3090 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3091 P:      Zhu Yi
3092 M:      yi.zhu@intel.com
3093 P:      James Ketrenos
3094 M:      jketreno@linux.intel.com
3095 P:      Reinette Chatre
3096 M:      reinette.chatre@intel.com
3097 L:      linux-wireless@vger.kernel.org
3098 L:      ipw2100-devel@lists.sourceforge.net
3099 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3100 W:      http://ipw2100.sourceforge.net
3101 S:      Supported
3102 F:      Documentation/networking/README.ipw2100
3103 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3104
3105 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3106 P:      Zhu Yi
3107 M:      yi.zhu@intel.com
3108 P:      James Ketrenos
3109 M:      jketreno@linux.intel.com
3110 P:      Reinette Chatre
3111 M:      reinette.chatre@intel.com
3112 L:      linux-wireless@vger.kernel.org
3113 L:      ipw2100-devel@lists.sourceforge.net
3114 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3115 W:      http://ipw2200.sourceforge.net
3116 S:      Supported
3117 F:      Documentation/networking/README.ipw2200
3118 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3119
3120 INTEL WIRELESS WIMAX CONNECTION 2400
3121 P:      Inaky Perez-Gonzalez
3122 M:      inaky.perez-gonzalez@intel.com
3123 M:      linux-wimax@intel.com
3124 L:      wimax@linuxwimax.org
3125 S:      Supported
3126 W:      http://linuxwimax.org
3127 F:      Documentation/wimax/README.i2400m
3128 F:      drivers/net/wimax/i2400m/
3129 F:      include/linux/wimax/i2400m.h
3130
3131 INTEL WIRELESS WIFI LINK (iwlwifi)
3132 P:      Zhu Yi
3133 M:      yi.zhu@intel.com
3134 P:      Reinette Chatre
3135 M:      reinette.chatre@intel.com
3136 L:      linux-wireless@vger.kernel.org
3137 L:      ipw3945-devel@lists.sourceforge.net
3138 W:      http://intellinuxwireless.org
3139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3140 S:      Supported
3141 F:      drivers/net/wireless/iwlwifi/
3142
3143 IOC3 ETHERNET DRIVER
3144 P:      Ralf Baechle
3145 M:      ralf@linux-mips.org
3146 L:      linux-mips@linux-mips.org
3147 S:      Maintained
3148 F:      drivers/net/ioc3-eth.c
3149
3150 IOC3 SERIAL DRIVER
3151 P:      Pat Gefre
3152 M:      pfg@sgi.com
3153 L:      linux-mips@linux-mips.org
3154 S:      Maintained
3155 F:      drivers/serial/ioc3_serial.c
3156
3157 IP MASQUERADING
3158 P:      Juanjo Ciarlante
3159 M:      jjciarla@raiz.uncu.edu.ar
3160 S:      Maintained
3161 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3162
3163 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3164 P:      Francois Romieu
3165 M:      romieu@fr.zoreil.com
3166 P:      Sorbica Shieh
3167 M:      sorbica@icplus.com.tw
3168 P:      Jesse Huang
3169 M:      jesse@icplus.com.tw
3170 L:      netdev@vger.kernel.org
3171 S:      Maintained
3172 F:      drivers/net/ipg.c
3173
3174 IPATH DRIVER
3175 P:      Ralph Campbell
3176 M:      infinipath@qlogic.com
3177 L:      general@lists.openfabrics.org
3178 T:      git git://git.qlogic.com/ipath-linux-2.6
3179 S:      Supported
3180 F:      drivers/infiniband/hw/ipath/
3181
3182 IPMI SUBSYSTEM
3183 P:      Corey Minyard
3184 M:      minyard@acm.org
3185 L:      openipmi-developer@lists.sourceforge.net
3186 W:      http://openipmi.sourceforge.net/
3187 S:      Supported
3188 F:      Documentation/IPMI.txt
3189 F:      drivers/char/ipmi/
3190 F:      include/linux/ipmi*
3191
3192 IPS SCSI RAID DRIVER
3193 P:      Adaptec OEM Raid Solutions
3194 M:      aacraid@adaptec.com
3195 L:      linux-scsi@vger.kernel.org
3196 W:      http://www.adaptec.com/
3197 S:      Maintained
3198 F:      drivers/scsi/ips*
3199
3200 IPVS
3201 P:      Wensong Zhang
3202 M:      wensong@linux-vs.org
3203 P:      Simon Horman
3204 M:      horms@verge.net.au
3205 P:      Julian Anastasov
3206 M:      ja@ssi.bg
3207 L:      netdev@vger.kernel.org
3208 L:      lvs-devel@vger.kernel.org
3209 S:      Maintained
3210 F:      Documentation/networking/ipvs-sysctl.txt
3211 F:      net/netfilter/ipvs/
3212
3213 IPWIRELESS DRIVER
3214 P:      Jiri Kosina
3215 M:      jkosina@suse.cz
3216 P:      David Sterba
3217 M:      dsterba@suse.cz
3218 S:      Maintained
3219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3220 F:      drivers/char/pcmcia/ipwireless/
3221
3222 IPX NETWORK LAYER
3223 P:      Arnaldo Carvalho de Melo
3224 M:      acme@ghostprotocols.net
3225 L:      netdev@vger.kernel.org
3226 S:      Maintained
3227 F:      include/linux/ipx.h
3228 F:      include/net/ipx.h
3229 F:      net/ipx/
3230
3231 IRDA SUBSYSTEM
3232 P:      Samuel Ortiz
3233 M:      samuel@sortiz.org
3234 L:      irda-users@lists.sourceforge.net (subscribers-only)
3235 W:      http://irda.sourceforge.net/
3236 S:      Maintained
3237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3238 F:      Documentation/networking/irda.txt
3239 F:      drivers/net/irda/
3240 F:      include/net/irda/
3241 F:      net/irda/
3242
3243 ISAPNP
3244 P:      Jaroslav Kysela
3245 M:      perex@perex.cz
3246 S:      Maintained
3247 F:      Documentation/isapnp.txt
3248 F:      drivers/pnp/isapnp/
3249 F:      include/linux/isapnp.h
3250
3251 ISCSI
3252 P:      Mike Christie
3253 M:      michaelc@cs.wisc.edu
3254 L:      open-iscsi@googlegroups.com
3255 W:      www.open-iscsi.org
3256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3257 S:      Maintained
3258 F:      drivers/scsi/*iscsi*
3259 F:      include/scsi/*iscsi*
3260
3261 ISDN SUBSYSTEM
3262 P:      Karsten Keil
3263 M:      isdn@linux-pingi.de
3264 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3265 W:      http://www.isdn4linux.de
3266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3267 S:      Maintained
3268 F:      Documentation/isdn/
3269 F:      drivers/isdn/
3270 F:      include/linux/isdn.h
3271 F:      include/linux/isdn/
3272
3273 ISDN SUBSYSTEM (Eicon active card driver)
3274 P:      Armin Schindler
3275 M:      mac@melware.de
3276 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3277 W:      http://www.melware.de
3278 S:      Maintained
3279 F:      drivers/isdn/hardware/eicon/
3280
3281 IVTV VIDEO4LINUX DRIVER
3282 P:      Hans Verkuil
3283 M:      hverkuil@xs4all.nl
3284 L:      ivtv-devel@ivtvdriver.org
3285 L:      linux-media@vger.kernel.org
3286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3287 W:      http://www.ivtvdriver.org
3288 S:      Maintained
3289 F:      Documentation/video4linux/*.ivtv
3290 F:      drivers/media/video/ivtv/
3291 F:      include/linux/ivtv*
3292
3293 JFS FILESYSTEM
3294 P:      Dave Kleikamp
3295 M:      shaggy@linux.vnet.ibm.com
3296 L:      jfs-discussion@lists.sourceforge.net
3297 W:      http://jfs.sourceforge.net/
3298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3299 S:      Maintained
3300 F:      Documentation/filesystems/jfs.txt
3301 F:      fs/jfs/
3302
3303 JME NETWORK DRIVER
3304 P:      Guo-Fu Tseng
3305 M:      cooldavid@cooldavid.org
3306 L:      netdev@vger.kernel.org
3307 S:      Maintained
3308 F:      drivers/net/jme.*
3309
3310 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3311 P:      David Woodhouse
3312 M:      dwmw2@infradead.org
3313 L:      linux-mtd@lists.infradead.org
3314 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3315 S:      Maintained
3316 F:      fs/jffs2/
3317 F:      include/linux/jffs2.h
3318
3319 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3320 P:      Stephen Tweedie
3321 M:      sct@redhat.com
3322 P:      Andrew Morton
3323 M:      akpm@linux-foundation.org
3324 L:      linux-ext4@vger.kernel.org
3325 S:      Maintained
3326 F:      fs/jbd*/
3327 F:      include/linux/ext*jbd*.h
3328 F:      include/linux/jbd*.h
3329
3330 K8TEMP HARDWARE MONITORING DRIVER
3331 P:      Rudolf Marek
3332 M:      r.marek@assembler.cz
3333 L:      lm-sensors@lm-sensors.org
3334 S:      Maintained
3335 F:      Documentation/hwmon/k8temp
3336 F:      drivers/hwmon/k8temp.c
3337
3338 KCONFIG
3339 P:      Roman Zippel
3340 M:      zippel@linux-m68k.org
3341 L:      linux-kbuild@vger.kernel.org
3342 S:      Maintained
3343 F:      Documentation/kbuild/kconfig-language.txt
3344 F:      scripts/kconfig/
3345
3346 KDUMP
3347 P:      Vivek Goyal
3348 M:      vgoyal@redhat.com
3349 P:      Haren Myneni
3350 M:      hbabu@us.ibm.com
3351 L:      kexec@lists.infradead.org
3352 W:      http://lse.sourceforge.net/kdump/
3353 S:      Maintained
3354 F:      Documentation/kdump/
3355
3356 KERNEL AUTOMOUNTER (AUTOFS)
3357 P:      H. Peter Anvin
3358 M:      hpa@zytor.com
3359 L:      autofs@linux.kernel.org
3360 S:      Odd Fixes
3361 F:      fs/autofs/
3362
3363 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3364 P:      Ian Kent
3365 M:      raven@themaw.net
3366 L:      autofs@linux.kernel.org
3367 S:      Maintained
3368 F:      fs/autofs4/
3369
3370 KERNEL BUILD
3371 P:      Sam Ravnborg
3372 M:      sam@ravnborg.org
3373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3375 L:      linux-kbuild@vger.kernel.org
3376 S:      Maintained
3377 F:      Documentation/kbuild/
3378 F:      Makefile
3379 F:      scripts/Makefile.*
3380
3381 KERNEL JANITORS
3382 P:      Several
3383 L:      kernel-janitors@vger.kernel.org
3384 W:      http://www.kerneljanitors.org/
3385 S:      Maintained
3386
3387 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3388 P:      J. Bruce Fields
3389 M:      bfields@fieldses.org
3390 P:      Neil Brown
3391 M:      neilb@suse.de
3392 L:      linux-nfs@vger.kernel.org
3393 W:      http://nfs.sourceforge.net/
3394 S:      Supported
3395 F:      fs/nfsd/
3396 F:      include/linux/nfsd/
3397 F:      fs/lockd/
3398 F:      fs/nfs_common/
3399 F:      net/sunrpc/
3400 F:      include/linux/lockd/
3401 F:      include/linux/sunrpc/
3402
3403 KERNEL VIRTUAL MACHINE (KVM)
3404 P:      Avi Kivity
3405 M:      avi@redhat.com
3406 L:      kvm@vger.kernel.org
3407 W:      http://kvm.qumranet.com
3408 S:      Supported
3409 F:      Documentation/*/kvm.txt
3410 F:      arch/*/kvm/
3411 F:      arch/*/include/asm/kvm*
3412 F:      include/linux/kvm*
3413 F:      virt/kvm/
3414
3415 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3416 P:      Joerg Roedel
3417 M:      joerg.roedel@amd.com
3418 L:      kvm@vger.kernel.org
3419 W:      http://kvm.qumranet.com
3420 S:      Supported
3421 F:      arch/x86/include/asm/svm.h
3422 F:      arch/x86/kvm/kvm_svm.h
3423 F:      arch/x86/kvm/svm.c
3424
3425 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3426 P:      Hollis Blanchard
3427 M:      hollisb@us.ibm.com
3428 L:      kvm-ppc@vger.kernel.org
3429 W:      http://kvm.qumranet.com
3430 S:      Supported
3431 F:      arch/powerpc/include/asm/kvm*
3432 F:      arch/powerpc/kvm/
3433
3434 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3435 P:      Xiantao Zhang
3436 M:      xiantao.zhang@intel.com
3437 L:      kvm-ia64@vger.kernel.org
3438 W:      http://kvm.qumranet.com
3439 S:      Supported
3440 F:      Documentation/ia64/kvm.txt
3441 F:      arch/ia64/include/asm/kvm*
3442 F:      arch/ia64/kvm/
3443
3444 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3445 P:      Carsten Otte
3446 M:      cotte@de.ibm.com
3447 P:      Christian Borntraeger
3448 M:      borntraeger@de.ibm.com
3449 M:      linux390@de.ibm.com
3450 L:      linux-s390@vger.kernel.org
3451 W:      http://www.ibm.com/developerworks/linux/linux390/
3452 S:      Supported
3453 F:      Documentation/s390/kvm.txt
3454 F:      arch/s390/include/asm/kvm*
3455 F:      arch/s390/kvm/
3456
3457 KEXEC
3458 P:      Eric Biederman
3459 M:      ebiederm@xmission.com
3460 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3461 L:      kexec@lists.infradead.org
3462 S:      Maintained
3463 F:      include/linux/kexec.h
3464 F:      kernel/kexec.c
3465
3466 KGDB
3467 P:      Jason Wessel
3468 M:      jason.wessel@windriver.com
3469 L:      kgdb-bugreport@lists.sourceforge.net
3470 S:      Maintained
3471 F:      Documentation/DocBook/kgdb.tmpl
3472 F:      drivers/misc/kgdbts.c
3473 F:      drivers/serial/kgdboc.c
3474 F:      include/linux/kgdb.h
3475 F:      kernel/kgdb.c
3476
3477 KMEMCHECK
3478 P:      Vegard Nossum
3479 M:      vegardno@ifi.uio.no
3480 P       Pekka Enberg
3481 M:      penberg@cs.helsinki.fi
3482 S:      Maintained
3483
3484 KMEMLEAK
3485 P:      Catalin Marinas
3486 M:      catalin.marinas@arm.com
3487 S:      Maintained
3488 F:      Documentation/kmemleak.txt
3489 F:      include/linux/kmemleak.h
3490 F:      mm/kmemleak.c
3491 F:      mm/kmemleak-test.c
3492
3493 KMEMTRACE
3494 P:      Eduard - Gabriel Munteanu
3495 M:      eduard.munteanu@linux360.ro
3496 S:      Maintained
3497 F:      Documentation/trace/kmemtrace.txt
3498 F:      include/linux/kmemtrace.h
3499 F:      kernel/trace/kmemtrace.c
3500
3501 KPROBES
3502 P:      Ananth N Mavinakayanahalli
3503 M:      ananth@in.ibm.com
3504 P:      Anil S Keshavamurthy
3505 M:      anil.s.keshavamurthy@intel.com
3506 P:      David S. Miller
3507 M:      davem@davemloft.net
3508 P:      Masami Hiramatsu
3509 M:      mhiramat@redhat.com
3510 S:      Maintained
3511 F:      Documentation/kprobes.txt
3512 F:      include/linux/kprobes.h
3513 F:      kernel/kprobes.c
3514
3515 KS0108 LCD CONTROLLER DRIVER
3516 P:      Miguel Ojeda Sandonis
3517 M:      miguel.ojeda.sandonis@gmail.com
3518 W:      http://miguelojeda.es/auxdisplay.htm
3519 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3520 S:      Maintained
3521 F:      Documentation/auxdisplay/ks0108
3522 F:      drivers/auxdisplay/ks0108.c
3523 F:      include/linux/ks0108.h
3524
3525 LAPB module
3526 L:      linux-x25@vger.kernel.org
3527 S:      Orphan
3528 F:      Documentation/networking/lapb-module.txt
3529 F:      include/*/lapb.h
3530 F:      net/lapb/
3531
3532 LASI 53c700 driver for PARISC
3533 P:      James E.J. Bottomley
3534 M:      James.Bottomley@HansenPartnership.com
3535 L:      linux-scsi@vger.kernel.org
3536 S:      Maintained
3537 F:      Documentation/scsi/53c700.txt
3538 F:      drivers/scsi/53c700*
3539
3540 LED SUBSYSTEM
3541 P:      Richard Purdie
3542 M:      rpurdie@rpsys.net
3543 S:      Maintained
3544 F:      drivers/leds/
3545 F:      include/linux/leds.h
3546
3547 LEGO USB Tower driver
3548 P:      Juergen Stuber
3549 M:      starblue@users.sourceforge.net
3550 L:      legousb-devel@lists.sourceforge.net
3551 W:      http://legousb.sourceforge.net/
3552 S:      Maintained
3553 F:      drivers/usb/misc/legousbtower.c
3554
3555 LGUEST
3556 P:      Rusty Russell
3557 M:      rusty@rustcorp.com.au
3558 L:      lguest@ozlabs.org
3559 W:      http://lguest.ozlabs.org/
3560 S:      Maintained
3561 F:      Documentation/lguest/
3562 F:      arch/x86/lguest/
3563 F:      drivers/lguest/
3564 F:      include/linux/lguest*.h
3565 F:      arch/x86/include/asm/lguest*.h
3566
3567 LINUX FOR IBM pSERIES (RS/6000)
3568 P:      Paul Mackerras
3569 M:      paulus@au.ibm.com
3570 W:      http://www.ibm.com/linux/ltc/projects/ppc
3571 S:      Supported
3572
3573 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3574 P:      Benjamin Herrenschmidt
3575 M:      benh@kernel.crashing.org
3576 P:      Paul Mackerras
3577 M:      paulus@samba.org
3578 W:      http://www.penguinppc.org/
3579 L:      linuxppc-dev@ozlabs.org
3580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3581 S:      Supported
3582
3583 LINUX FOR POWER MACINTOSH
3584 P:      Benjamin Herrenschmidt
3585 M:      benh@kernel.crashing.org
3586 W:      http://www.penguinppc.org/
3587 L:      linuxppc-dev@ozlabs.org
3588 S:      Maintained
3589
3590 LINUX FOR POWERPC EMBEDDED MPC5XXX
3591 P:      Grant Likely
3592 M:      grant.likely@secretlab.ca
3593 L:      linuxppc-dev@ozlabs.org
3594 T:      git git://git.secretlab.ca/git/linux-2.6.git
3595 S:      Maintained
3596
3597 LINUX FOR POWERPC EMBEDDED PPC4XX
3598 P:      Josh Boyer
3599 M:      jwboyer@linux.vnet.ibm.com
3600 P:      Matt Porter
3601 M:      mporter@kernel.crashing.org
3602 W:      http://www.penguinppc.org/
3603 L:      linuxppc-dev@ozlabs.org
3604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3605 S:      Maintained
3606
3607 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3608 P:      Grant Likely
3609 M:      grant.likely@secretlab.ca
3610 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3611 L:      linuxppc-dev@ozlabs.org
3612 T:      git git://git.secretlab.ca/git/linux-2.6.git
3613 S:      Maintained
3614
3615 LINUX FOR POWERPC EMBEDDED PPC8XX
3616 P:      Vitaly Bordug
3617 M:      vitb@kernel.crashing.org
3618 P:      Marcelo Tosatti
3619 M:      marcelo@kvack.org
3620 W:      http://www.penguinppc.org/
3621 L:      linuxppc-dev@ozlabs.org
3622 S:      Maintained
3623
3624 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3625 P:      Kumar Gala
3626 M:      galak@kernel.crashing.org
3627 W:      http://www.penguinppc.org/
3628 L:      linuxppc-dev@ozlabs.org
3629 S:      Maintained
3630
3631 LINUX FOR POWERPC PA SEMI PWRFICIENT
3632 P:      Olof Johansson
3633 M:      olof@lixom.net
3634 W:      http://www.pasemi.com/
3635 L:      linuxppc-dev@ozlabs.org
3636 S:      Supported
3637
3638 LINUX SECURITY MODULE (LSM) FRAMEWORK
3639 P:      Chris Wright
3640 M:      chrisw@sous-sol.org
3641 L:      linux-security-module@vger.kernel.org
3642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3643 S:      Supported
3644
3645 LLC (802.2)
3646 P:      Arnaldo Carvalho de Melo
3647 M:      acme@ghostprotocols.net
3648 S:      Maintained
3649 F:      include/linux/llc.h
3650 F:      include/net/llc*
3651 F:      net/llc/
3652
3653 LIS3LV02D ACCELEROMETER DRIVER
3654 P:      Eric Piel
3655 M:      eric.piel@tremplin-utc.net
3656 S:      Maintained
3657 F:      Documentation/hwmon/lis3lv02d
3658 F:      drivers/hwmon/lis3lv02d.*
3659
3660 LM83 HARDWARE MONITOR DRIVER
3661 P:      Jean Delvare
3662 M:      khali@linux-fr.org
3663 L:      lm-sensors@lm-sensors.org
3664 S:      Maintained
3665 F:      Documentation/hwmon/lm83
3666 F:      drivers/hwmon/lm83.c
3667
3668 LM90 HARDWARE MONITOR DRIVER
3669 P:      Jean Delvare
3670 M:      khali@linux-fr.org
3671 L:      lm-sensors@lm-sensors.org
3672 S:      Maintained
3673 F:      Documentation/hwmon/lm90
3674 F:      drivers/hwmon/lm90.c
3675
3676 LOCKDEP AND LOCKSTAT
3677 P:      Peter Zijlstra
3678 M:      peterz@infradead.org
3679 P:      Ingo Molnar
3680 M:      mingo@redhat.com
3681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3682 S:      Maintained
3683 F:      Documentation/lockdep*.txt
3684 F:      Documentation/lockstat.txt
3685 F:      include/linux/lockdep.h
3686 F:      kernel/lockdep*
3687
3688 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3689 P:      Richard Russon (FlatCap)
3690 M:      ldm@flatcap.org
3691 L:      linux-ntfs-dev@lists.sourceforge.net
3692 W:      http://www.linux-ntfs.org/content/view/19/37/
3693 S:      Maintained
3694 F:      Documentation/ldm.txt
3695 F:      fs/partitions/ldm.*
3696
3697 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3698 P:      Eric Moore
3699 M:      Eric.Moore@lsi.com
3700 M:      support@lsi.com
3701 L:      DL-MPTFusionLinux@lsi.com
3702 L:      linux-scsi@vger.kernel.org
3703 W:      http://www.lsilogic.com/support
3704 S:      Supported
3705 F:      drivers/message/fusion/
3706
3707 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3708 P:      Matthew Wilcox
3709 M:      matthew@wil.cx
3710 L:      linux-scsi@vger.kernel.org
3711 S:      Maintained
3712 F:      drivers/scsi/sym53c8xx_2/
3713
3714 LTP (Linux Test Project)
3715 P:      Subrata Modak
3716 M:      subrata@linux.vnet.ibm.com
3717 P:      Mike Frysinger
3718 M:      vapier@gentoo.org
3719 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3720 W:      http://ltp.sourceforge.net/
3721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3722 S:      Maintained
3723
3724 M32R ARCHITECTURE
3725 P:      Hirokazu Takata
3726 M:      takata@linux-m32r.org
3727 L:      linux-m32r@ml.linux-m32r.org
3728 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3729 W:      http://www.linux-m32r.org/
3730 S:      Maintained
3731 F:      arch/m32r/
3732
3733 M68K ARCHITECTURE
3734 P:      Geert Uytterhoeven
3735 M:      geert@linux-m68k.org
3736 P:      Roman Zippel
3737 M:      zippel@linux-m68k.org
3738 L:      linux-m68k@lists.linux-m68k.org
3739 W:      http://www.linux-m68k.org/
3740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3741 S:      Maintained
3742 F:      arch/m68k/
3743 F:      drivers/zorro/
3744
3745 M68K ON APPLE MACINTOSH
3746 P:      Joshua Thompson
3747 M:      funaho@jurai.org
3748 W:      http://www.mac.linux-m68k.org/
3749 L:      linux-m68k@lists.linux-m68k.org
3750 S:      Maintained
3751 F:      arch/m68k/mac/
3752
3753 M68K ON HP9000/300
3754 P:      Philip Blundell
3755 M:      philb@gnu.org
3756 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3757 S:      Maintained
3758 F:      arch/m68k/hp300/
3759
3760 MAC80211
3761 P:      Johannes Berg
3762 M:      johannes@sipsolutions.net
3763 L:      linux-wireless@vger.kernel.org
3764 W:      http://linuxwireless.org/
3765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3766 S:      Maintained
3767 F:      Documentation/networking/mac80211-injection.txt
3768 F:      include/net/mac80211.h
3769 F:      net/mac80211/
3770
3771 MAC80211 PID RATE CONTROL
3772 P:      Stefano Brivio
3773 M:      stefano.brivio@polimi.it
3774 P:      Mattias Nissler
3775 M:      mattias.nissler@gmx.de
3776 L:      linux-wireless@vger.kernel.org
3777 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3779 S:      Maintained
3780 F:      net/mac80211/rc80211_pid*
3781
3782 MACVLAN DRIVER
3783 P:      Patrick McHardy
3784 M:      kaber@trash.net
3785 L:      netdev@vger.kernel.org
3786 S:      Maintained
3787 F:      drivers/net/macvlan.c
3788 F:      include/linux/if_macvlan.h
3789
3790 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3791 P:      Michael Kerrisk
3792 M:      mtk.manpages@gmail.com
3793 W:      http://www.kernel.org/doc/man-pages
3794 L:      linux-man@vger.kernel.org
3795 S:      Maintained
3796
3797 MARVELL LIBERTAS WIRELESS DRIVER
3798 P:      Dan Williams
3799 M:      dcbw@redhat.com
3800 L:      libertas-dev@lists.infradead.org
3801 S:      Maintained
3802 F:      drivers/net/wireless/libertas/
3803
3804 MARVELL MV643XX ETHERNET DRIVER
3805 P:      Lennert Buytenhek
3806 M:      buytenh@marvell.com
3807 L:      netdev@vger.kernel.org
3808 S:      Supported
3809 F:      drivers/net/mv643xx_eth.*
3810 F:      include/linux/mv643xx.h
3811
3812 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3813 P:      Nicolas Pitre
3814 M:      nico@cam.org
3815 S:      Maintained
3816
3817 MARVELL YUKON / SYSKONNECT DRIVER
3818 P:      Mirko Lindner
3819 M:      mlindner@syskonnect.de
3820 P:      Ralph Roesler
3821 M:      rroesler@syskonnect.de
3822 W:      http://www.syskonnect.com
3823 S:      Supported
3824
3825 MATROX FRAMEBUFFER DRIVER
3826 P:      Petr Vandrovec
3827 M:      vandrove@vc.cvut.cz
3828 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3829 S:      Maintained
3830 F:      drivers/video/matrox/matroxfb_*
3831 F:      include/linux/matroxfb.h
3832
3833 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3834 P:      Hans J. Koch
3835 M:      hjk@linutronix.de
3836 L:      lm-sensors@lm-sensors.org
3837 S:      Maintained
3838 F:      Documentation/hwmon/max6650
3839 F:      drivers/hwmon/max6650.c
3840
3841 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3842 P:      Mauro Carvalho Chehab
3843 M:      mchehab@infradead.org
3844 P:      LinuxTV.org Project
3845 L:      linux-media@vger.kernel.org
3846 W:      http://linuxtv.org
3847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3848 S:      Maintained
3849 F:      Documentation/dvb/
3850 F:      Documentation/video4linux/
3851 F:      drivers/media/
3852 F:      include/media/
3853 F:      include/linux/dvb/
3854 F:      include/linux/videodev*.h
3855
3856 MEGARAID SCSI DRIVERS
3857 P:      Neela Syam Kolli
3858 M:      megaraidlinux@lsi.com
3859 L:      linux-scsi@vger.kernel.org
3860 W:      http://megaraid.lsilogic.com
3861 S:      Maintained
3862 F:      Documentation/scsi/megaraid.txt
3863 F:      drivers/scsi/megaraid.*
3864 F:      drivers/scsi/megaraid/
3865
3866 MEMORY MANAGEMENT
3867 L:      linux-mm@kvack.org
3868 W:      http://www.linux-mm.org
3869 S:      Maintained
3870 F:      include/linux/mm.h
3871 F:      mm/
3872
3873 MEMORY RESOURCE CONTROLLER
3874 P:      Balbir Singh
3875 M:      balbir@linux.vnet.ibm.com
3876 P:      Pavel Emelyanov
3877 M:      xemul@openvz.org
3878 P:      KAMEZAWA Hiroyuki
3879 M:      kamezawa.hiroyu@jp.fujitsu.com
3880 L:      linux-mm@kvack.org
3881 S:      Maintained
3882 F:      mm/memcontrol.c
3883
3884 MEMORY TECHNOLOGY DEVICES (MTD)
3885 P:      David Woodhouse
3886 M:      dwmw2@infradead.org
3887 W:      http://www.linux-mtd.infradead.org/
3888 L:      linux-mtd@lists.infradead.org
3889 T:      git git://git.infradead.org/mtd-2.6.git
3890 S:      Maintained
3891 F:      drivers/mtd/
3892 F:      include/linux/mtd/
3893 F:      include/mtd/
3894
3895 MICROBLAZE ARCHITECTURE
3896 P:      Michal Simek
3897 M:      monstr@monstr.eu
3898 L:      microblaze-uclinux@itee.uq.edu.au
3899 W:      http://www.monstr.eu/fdt/
3900 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3901 S:      Supported
3902 F:      arch/microblaze/
3903
3904 MICROTEK X6 SCANNER
3905 P:      Oliver Neukum
3906 M:      oliver@neukum.name
3907 S:      Maintained
3908 F:      drivers/usb/image/microtek.*
3909
3910 MIPS
3911 P:      Ralf Baechle
3912 M:      ralf@linux-mips.org
3913 W:      http://www.linux-mips.org/
3914 L:      linux-mips@linux-mips.org
3915 T:      git git://git.linux-mips.org/pub/scm/linux.git
3916 S:      Supported
3917 F:      Documentation/mips/
3918 F:      arch/mips/
3919
3920 MISCELLANEOUS MCA-SUPPORT
3921 P:      James Bottomley
3922 M:      James.Bottomley@HansenPartnership.com
3923 S:      Maintained
3924 F:      Documentation/ia64/mca.txt
3925 F:      Documentation/mca.txt
3926 F:      drivers/mca/
3927 F:      include/linux/mca*
3928
3929 MODULE SUPPORT
3930 P:      Rusty Russell
3931 M:      rusty@rustcorp.com.au
3932 S:      Maintained
3933 F:      include/linux/module.h
3934 F:      kernel/module.c
3935
3936 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3937 P:      Stelian Pop
3938 M:      stelian@popies.net
3939 W:      http://popies.net/meye/
3940 S:      Maintained
3941 F:      Documentation/video4linux/meye.txt
3942 F:      drivers/media/video/meye.*
3943 F:      include/linux/meye.h
3944
3945 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3946 P:      Pavel Pisa
3947 M:      ppisa@pikron.com
3948 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3949 S:      Maintained
3950 F:      drivers/mmc/host/imxmmc.*
3951
3952 MOUSE AND MISC DEVICES [GENERAL]
3953 P:      Alessandro Rubini
3954 M:      rubini@ipvvis.unipv.it
3955 S:      Maintained
3956 F:      drivers/input/mouse/
3957 F:      include/linux/gpio_mouse.h
3958
3959 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3960 P:      Jiri Slaby
3961 M:      jirislaby@gmail.com
3962 S:      Maintained
3963 F:      Documentation/serial/moxa-smartio
3964 F:      drivers/char/mxser.*
3965
3966 MSI LAPTOP SUPPORT
3967 P:      Lennart Poettering
3968 M:      mzxreary@0pointer.de
3969 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3970 W:      http://0pointer.de/lennart/tchibo.html
3971 S:      Maintained
3972 F:      drivers/platform/x86/msi-laptop.c
3973
3974 MULTIFUNCTION DEVICES (MFD)
3975 P:      Samuel Ortiz
3976 M:      sameo@linux.intel.com
3977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3978 S:      Supported
3979 F:      drivers/mfd/
3980
3981 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3982 P:      Pierre Ossman
3983 M:      pierre@ossman.eu
3984 S:      Maintained
3985 F:      drivers/mmc/
3986 F:      include/linux/mmc/
3987
3988 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3989 P:      David Brownell
3990 M:      dbrownell@users.sourceforge.net
3991 S:      Odd Fixes
3992 F:      drivers/mmc/host/mmc_spi.c
3993 F:      include/linux/spi/mmc_spi.h
3994
3995 MULTISOUND SOUND DRIVER
3996 P:      Andrew Veliath
3997 M:      andrewtv@usa.net
3998 S:      Maintained
3999 F:      Documentation/sound/oss/MultiSound
4000 F:      sound/oss/msnd*
4001
4002 MULTITECH MULTIPORT CARD (ISICOM)
4003 P:      Jiri Slaby
4004 M:      jirislaby@gmail.com
4005 S:      Maintained
4006 F:      drivers/char/isicom.c
4007 F:      include/linux/isicom.h
4008
4009 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4010 P:      Felipe Balbi
4011 M:      felipe.balbi@nokia.com
4012 L:      linux-usb@vger.kernel.org
4013 T:      git git://gitorious.org/musb/mainline.git
4014 S:      Maintained
4015 F:      drivers/usb/musb/
4016
4017 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4018 P:      Andrew Gallatin
4019 M:      gallatin@myri.com
4020 P:      Brice Goglin
4021 M:      brice@myri.com
4022 L:      netdev@vger.kernel.org
4023 W:      http://www.myri.com/scs/download-Myri10GE.html
4024 S:      Supported
4025 F:      drivers/net/myri10ge/
4026
4027 NATSEMI ETHERNET DRIVER (DP8381x)
4028 P:      Tim Hockin
4029 M:      thockin@hockin.org
4030 S:      Maintained
4031 F:      drivers/net/natsemi.c
4032
4033 NCP FILESYSTEM
4034 P:      Petr Vandrovec
4035 M:      vandrove@vc.cvut.cz
4036 L:      linware@sh.cvut.cz
4037 S:      Maintained
4038 F:      fs/ncpfs/
4039
4040 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4041 P:      James E.J. Bottomley
4042 M:      James.Bottomley@HansenPartnership.com
4043 L:      linux-scsi@vger.kernel.org
4044 S:      Maintained
4045 F:      drivers/scsi/NCR_D700.*
4046
4047 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4048 P:      Faisal Latif
4049 M:      faisal.latif@intel.com
4050 P:      Chien Tung
4051 M:      chien.tin.tung@intel.com
4052 L:      general@lists.openfabrics.org
4053 W:      http://www.neteffect.com
4054 S:      Supported
4055 F:      drivers/infiniband/hw/nes/
4056
4057 NETEM NETWORK EMULATOR
4058 P:      Stephen Hemminger
4059 M:      shemminger@linux-foundation.org
4060 L:      netem@lists.linux-foundation.org
4061 S:      Maintained
4062 F:      net/sched/sch_netem.c
4063
4064 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4065 P:      Ramkrishna Vepa
4066 M:      ram.vepa@neterion.com
4067 P:      Rastapur Santosh
4068 M:      santosh.rastapur@neterion.com
4069 P:      Sivakumar Subramani
4070 M:      sivakumar.subramani@neterion.com
4071 P:      Sreenivasa Honnur
4072 M:      sreenivasa.honnur@neterion.com
4073 P:      Anil Murthy
4074 M:      anil.murthy@neterion.com
4075 L:      netdev@vger.kernel.org
4076 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4077 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4078 S:      Supported
4079 F:      Documentation/networking/s2io.txt
4080 F:      drivers/net/s2io*
4081
4082 NETFILTER/IPTABLES/IPCHAINS
4083 P:      Rusty Russell
4084 P:      Marc Boucher
4085 P:      James Morris
4086 P:      Harald Welte
4087 P:      Jozsef Kadlecsik
4088 P:      Patrick McHardy
4089 M:      kaber@trash.net
4090 L:      netfilter-devel@vger.kernel.org
4091 L:      netfilter@vger.kernel.org
4092 L:      coreteam@netfilter.org
4093 W:      http://www.netfilter.org/
4094 W:      http://www.iptables.org/
4095 T:      git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4096 S:      Supported
4097 F:      include/linux/netfilter*
4098 F:      include/linux/netfilter/
4099 F:      include/net/netfilter/
4100 F:      net/*/netfilter.c
4101 F:      net/*/netfilter/
4102 F:      net/netfilter/
4103
4104 NETLABEL
4105 P:      Paul Moore
4106 M:      paul.moore@hp.com
4107 W:      http://netlabel.sf.net
4108 L:      netdev@vger.kernel.org
4109 S:      Supported
4110 F:      Documentation/netlabel/
4111 F:      include/net/netlabel.h
4112 F:      net/netlabel/
4113
4114 NETROM NETWORK LAYER
4115 P:      Ralf Baechle
4116 M:      ralf@linux-mips.org
4117 L:      linux-hams@vger.kernel.org
4118 W:      http://www.linux-ax25.org/
4119 S:      Maintained
4120 F:      include/linux/netrom.h
4121 F:      include/net/netrom.h
4122 F:      net/netrom/
4123
4124 NETWORK BLOCK DEVICE (NBD)
4125 P:      Paul Clements
4126 M:      Paul.Clements@steeleye.com
4127 S:      Maintained
4128 F:      Documentation/blockdev/nbd.txt
4129 F:      drivers/block/nbd.c
4130 F:      include/linux/nbd.h
4131
4132 NETWORKING [GENERAL]
4133 P:      David S. Miller
4134 M:      davem@davemloft.net
4135 L:      netdev@vger.kernel.org
4136 W:      http://www.linuxfoundation.org/en/Net
4137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4138 S:      Maintained
4139 F:      net/
4140 F:      include/net/
4141
4142 NETWORKING [IPv4/IPv6]
4143 P:      David S. Miller
4144 M:      davem@davemloft.net
4145 P:      Alexey Kuznetsov
4146 M:      kuznet@ms2.inr.ac.ru
4147 P:      Pekka Savola (ipv6)
4148 M:      pekkas@netcore.fi
4149 P:      James Morris
4150 M:      jmorris@namei.org
4151 P:      Hideaki YOSHIFUJI
4152 M:      yoshfuji@linux-ipv6.org
4153 P:      Patrick McHardy
4154 M:      kaber@trash.net
4155 L:      netdev@vger.kernel.org
4156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4157 S:      Maintained
4158 F:      net/ipv4/
4159 F:      net/ipv6/
4160 F:      include/net/ip*
4161
4162 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4163 P:      Paul Moore
4164 M:      paul.moore@hp.com
4165 L:      netdev@vger.kernel.org
4166 S:      Maintained
4167
4168 NETWORKING [WIRELESS]
4169 P:      John W. Linville
4170 M:      linville@tuxdriver.com
4171 L:      linux-wireless@vger.kernel.org
4172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4173 S:      Maintained
4174 F:      net/wireless/
4175 F:      include/net/ieee80211*
4176 F:      include/linux/wireless.h
4177
4178 NETWORKING DRIVERS
4179 L:      netdev@vger.kernel.org
4180 W:      http://www.linuxfoundation.org/en/Net
4181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4182 S:      Odd Fixes
4183 F:      drivers/net/
4184
4185 NETXEN (1/10) GbE SUPPORT
4186 P:      Dhananjay Phadke
4187 M:      dhananjay@netxen.com
4188 L:      netdev@vger.kernel.org
4189 W:      http://www.netxen.com
4190 S:      Supported
4191 F:      drivers/net/netxen/
4192
4193 NFS, SUNRPC, AND LOCKD CLIENTS
4194 P:      Trond Myklebust
4195 M:      Trond.Myklebust@netapp.com
4196 L:      linux-nfs@vger.kernel.org
4197 W:      http://client.linux-nfs.org
4198 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4199 S:      Maintained
4200 F:      fs/lockd/
4201 F:      fs/nfs/
4202 F:      fs/nfs_common/
4203 F:      net/sunrpc/
4204 F:      include/linux/lockd/
4205 F:      include/linux/nfs*
4206 F:      include/linux/sunrpc/
4207
4208 NI5010 NETWORK DRIVER
4209 P:      Jan-Pascal van Best
4210 M:      janpascal@vanbest.org
4211 P:      Andreas Mohr
4212 M:      andi@lisas.de
4213 L:      netdev@vger.kernel.org
4214 S:      Maintained
4215 F:      drivers/net/ni5010.*
4216
4217 NILFS2 FILESYSTEM
4218 P:      KONISHI Ryusuke
4219 M:      konishi.ryusuke@lab.ntt.co.jp
4220 L:      users@nilfs.org
4221 W:      http://www.nilfs.org/en/
4222 S:      Supported
4223 F:      Documentation/filesystems/nilfs2.txt
4224 F:      fs/nilfs2/
4225 F:      include/linux/nilfs2_fs.h
4226
4227 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4228 P:      YOKOTA Hiroshi
4229 M:      yokota@netlab.is.tsukuba.ac.jp
4230 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4231 S:      Maintained
4232 F:      Documentation/scsi/NinjaSCSI.txt
4233 F:      drivers/scsi/pcmcia/nsp_*
4234
4235 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4236 P:      GOTO Masanori
4237 M:      gotom@debian.or.jp
4238 P:      YOKOTA Hiroshi
4239 M:      yokota@netlab.is.tsukuba.ac.jp
4240 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4241 S:      Maintained
4242 F:      Documentation/scsi/NinjaSCSI.txt
4243 F:      drivers/scsi/nsp32*
4244
4245 NTFS FILESYSTEM
4246 P:      Anton Altaparmakov
4247 M:      aia21@cantab.net
4248 L:      linux-ntfs-dev@lists.sourceforge.net
4249 W:      http://www.linux-ntfs.org/
4250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4251 S:      Maintained
4252 F:      Documentation/filesystems/ntfs.txt
4253 F:      fs/ntfs/
4254
4255 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4256 P:      Antonino Daplas
4257 M:      adaplas@gmail.com
4258 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4259 S:      Maintained
4260 F:      drivers/video/riva/
4261 F:      drivers/video/nvidia/
4262
4263 OMAP SUPPORT
4264 P:      Tony Lindgren <tony@atomide.com>
4265 M:      tony@atomide.com
4266 L:      linux-omap@vger.kernel.org
4267 W:      http://www.muru.com/linux/omap/
4268 W:      http://linux.omap.com/
4269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4270 S:      Maintained
4271 F:      arch/arm/*omap*
4272
4273 OMAP CLOCK FRAMEWORK SUPPORT
4274 P:      Paul Walmsley
4275 M:      paul@pwsan.com
4276 L:      linux-omap@vger.kernel.org
4277 S:      Maintained
4278 F:      arch/arm/*omap*/*clock*
4279
4280 OMAP POWER MANAGEMENT SUPPORT
4281 P:      Kevin Hilman
4282 M:      khilman@deeprootsystems.com
4283 L:      linux-omap@vger.kernel.org
4284 S:      Maintained
4285 F:      arch/arm/*omap*/*pm*
4286
4287 OMAP AUDIO SUPPORT
4288 P:      Jarkko Nikula
4289 M:      jhnikula@gmail.com
4290 L:      alsa-devel@alsa-project.org (subscribers-only)
4291 L:      linux-omap@vger.kernel.org
4292 S:      Maintained
4293 F:      sound/soc/omap/
4294
4295 OMAP FRAMEBUFFER SUPPORT
4296 P:      Imre Deak
4297 M:      imre.deak@nokia.com
4298 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4299 L:      linux-omap@vger.kernel.org
4300 S:      Maintained
4301 F:      drivers/video/omap/
4302
4303 OMAP MMC SUPPORT
4304 P:      Jarkko Lavinen
4305 M:      jarkko.lavinen@nokia.com
4306 L:      linux-omap@vger.kernel.org
4307 S:      Maintained
4308 F:      drivers/mmc/host/*omap*
4309
4310 OMAP RANDOM NUMBER GENERATOR SUPPORT
4311 P:      Deepak Saxena
4312 M:      dsaxena@plexity.net
4313 S:      Maintained
4314 F:      drivers/char/hw_random/omap-rng.c
4315
4316 OMAP USB SUPPORT
4317 P:      Felipe Balbi
4318 M:      felipe.balbi@nokia.com
4319 P:      David Brownell
4320 M:      dbrownell@users.sourceforge.net
4321 L:      linux-usb@vger.kernel.org
4322 L:      linux-omap@vger.kernel.org
4323 S:      Maintained
4324
4325 OMFS FILESYSTEM
4326 P:      Bob Copeland
4327 M:      me@bobcopeland.com
4328 L:      linux-karma-devel@lists.sourceforge.net
4329 S:      Maintained
4330 F:      Documentation/filesystems/omfs.txt
4331 F:      fs/omfs/
4332
4333 OMNIKEY CARDMAN 4000 DRIVER
4334 P:      Harald Welte
4335 M:      laforge@gnumonks.org
4336 S:      Maintained
4337 F:      drivers/char/pcmcia/cm4000_cs.c
4338 F:      include/linux/cm4000_cs.h
4339
4340 OMNIKEY CARDMAN 4040 DRIVER
4341 P:      Harald Welte
4342 M:      laforge@gnumonks.org
4343 S:      Maintained
4344 F:      drivers/char/pcmcia/cm4040_cs.*
4345
4346 OMNIVISION OV7670 SENSOR DRIVER
4347 P:      Jonathan Corbet
4348 M:      corbet@lwn.net
4349 L:      linux-media@vger.kernel.org
4350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4351 S:      Maintained
4352 F:      drivers/media/video/ov7670.c
4353
4354 ONENAND FLASH DRIVER
4355 P:      Kyungmin Park
4356 M:      kyungmin.park@samsung.com
4357 L:      linux-mtd@lists.infradead.org
4358 S:      Maintained
4359 F:      drivers/mtd/onenand/
4360 F:      include/linux/mtd/onenand*.h
4361
4362 ONSTREAM SCSI TAPE DRIVER
4363 P:      Willem Riede
4364 M:      osst@riede.org
4365 L:      osst-users@lists.sourceforge.net
4366 L:      linux-scsi@vger.kernel.org
4367 S:      Maintained
4368 F:      drivers/scsi/osst*
4369 F:      drivers/scsi/st*
4370
4371 OPENCORES I2C BUS DRIVER
4372 P:      Peter Korsgaard
4373 M:      jacmet@sunsite.dk
4374 L:      linux-i2c@vger.kernel.org
4375 S:      Maintained
4376 F:      Documentation/i2c/busses/i2c-ocores
4377 F:      drivers/i2c/busses/i2c-ocores.c
4378
4379 OPROFILE
4380 P:      Robert Richter
4381 M:      robert.richter@amd.com
4382 L:      oprofile-list@lists.sf.net
4383 S:      Maintained
4384 F:      arch/*/oprofile/
4385 F:      drivers/oprofile/
4386 F:      include/linux/oprofile.h
4387
4388 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4389 P:      Mark Fasheh
4390 M:      mfasheh@suse.com
4391 P:      Joel Becker
4392 M:      joel.becker@oracle.com
4393 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4394 W:      http://oss.oracle.com/projects/ocfs2/
4395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4396 S:      Supported
4397 F:      Documentation/filesystems/ocfs2.txt
4398 F:      Documentation/filesystems/dlmfs.txt
4399 F:      fs/ocfs2/
4400
4401 ORINOCO DRIVER
4402 P:      Pavel Roskin
4403 M:      proski@gnu.org
4404 P:      David Gibson
4405 M:      hermes@gibson.dropbear.id.au
4406 L:      linux-wireless@vger.kernel.org
4407 L:      orinoco-users@lists.sourceforge.net
4408 L:      orinoco-devel@lists.sourceforge.net
4409 W:      http://www.nongnu.org/orinoco/
4410 S:      Maintained
4411 F:      drivers/net/wireless/orinoco/
4412
4413 OSD LIBRARY and FILESYSTEM
4414 P:      Boaz Harrosh
4415 M:      bharrosh@panasas.com
4416 P:      Benny Halevy
4417 M:      bhalevy@panasas.com
4418 L:      osd-dev@open-osd.org
4419 W:      http://open-osd.org
4420 T:      git git://git.open-osd.org/open-osd.git
4421 S:      Maintained
4422 F:      drivers/scsi/osd/
4423 F:      drivers/include/scsi/osd_*
4424 F:      fs/exofs/
4425
4426 P54 WIRELESS DRIVER
4427 P:      Michael Wu
4428 M:      flamingice@sourmilk.net
4429 L:      linux-wireless@vger.kernel.org
4430 W:      http://prism54.org
4431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4432 S:      Maintained
4433 F:      drivers/net/wireless/p54/
4434
4435 PA SEMI ETHERNET DRIVER
4436 P:      Olof Johansson
4437 M:      olof@lixom.net
4438 L:      netdev@vger.kernel.org
4439 S:      Maintained
4440 F:      drivers/net/pasemi_mac.*
4441
4442 PA SEMI SMBUS DRIVER
4443 P:      Olof Johansson
4444 M:      olof@lixom.net
4445 L:      linux-i2c@vger.kernel.org
4446 S:      Maintained
4447 F:      drivers/i2c/busses/i2c-pasemi.c
4448
4449 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4450 P:      Harald Welte
4451 M:      laforge@gnumonks.org
4452 S:      Maintained
4453 F:      drivers/platform/x86/panasonic-laptop.c
4454
4455 PANASONIC MN10300/AM33 PORT
4456 P:      David Howells
4457 M:      dhowells@redhat.com
4458 P:      Koichi Yasutake
4459 M:      yasutake.koichi@jp.panasonic.com
4460 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4461 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4462 S:      Maintained
4463 F:      Documentation/mn10300/
4464 F:      arch/mn10300/
4465
4466 PARALLEL PORT SUPPORT
4467 L:      linux-parport@lists.infradead.org (subscribers-only)
4468 S:      Orphan
4469 F:      drivers/parport/
4470 F:      include/linux/parport*.h
4471 F:      drivers/char/ppdev.c
4472 F:      include/linux/ppdev.h
4473
4474 PARAVIRT_OPS INTERFACE
4475 P:      Jeremy Fitzhardinge
4476 M:      jeremy@xensource.com
4477 P:      Chris Wright
4478 M:      chrisw@sous-sol.org
4479 P:      Alok Kataria
4480 M:      akataria@vmware.com
4481 P:      Rusty Russell
4482 M:      rusty@rustcorp.com.au
4483 L:      virtualization@lists.osdl.org
4484 S:      Supported
4485 F:      Documentation/ia64/paravirt_ops.txt
4486 F:      arch/*/kernel/paravirt*
4487 F:      arch/*/include/asm/paravirt.h
4488
4489 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4490 P:      Tim Waugh
4491 M:      tim@cyberelk.net
4492 L:      linux-parport@lists.infradead.org (subscribers-only)
4493 W:      http://www.torque.net/linux-pp.html
4494 S:      Maintained
4495 F:      Documentation/blockdev/paride.txt
4496 F:      drivers/block/paride/
4497
4498 PARISC ARCHITECTURE
4499 P:      Kyle McMartin
4500 M:      kyle@mcmartin.ca
4501 P:      Helge Deller
4502 M:      deller@gmx.de
4503 L:      linux-parisc@vger.kernel.org
4504 W:      http://www.parisc-linux.org/
4505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4506 S:      Maintained
4507 F:      arch/parisc/
4508 F:      drivers/parisc/
4509
4510 PC87360 HARDWARE MONITORING DRIVER
4511 P:      Jim Cromie
4512 M:      jim.cromie@gmail.com
4513 L:      lm-sensors@lm-sensors.org
4514 S:      Maintained
4515 F:      Documentation/hwmon/pc87360
4516 F:      drivers/hwmon/pc87360.c
4517
4518 PC8736x GPIO DRIVER
4519 P:      Jim Cromie
4520 M:      jim.cromie@gmail.com
4521 S:      Maintained
4522 F:      drivers/char/pc8736x_gpio.c
4523
4524 PCA9532 LED DRIVER
4525 P:      Riku Voipio
4526 M:      riku.voipio@iki.fi
4527 S:      Maintained
4528 F:      drivers/leds/leds-pca9532.c
4529 F:      include/linux/leds-pca9532.h
4530
4531 PCI ERROR RECOVERY
4532 P:      Linas Vepstas
4533 M:      linas@austin.ibm.com
4534 L:      linux-pci@vger.kernel.org
4535 S:      Supported
4536 F:      Documentation/PCI/pci-error-recovery.txt
4537 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4538
4539 PCI SUBSYSTEM
4540 P:      Jesse Barnes
4541 M:      jbarnes@virtuousgeek.org
4542 L:      linux-pci@vger.kernel.org
4543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4544 S:      Supported
4545 F:      Documentation/PCI/
4546 F:      drivers/pci/
4547 F:      include/linux/pci*
4548
4549 PCIE HOTPLUG DRIVER
4550 P:      Kristen Carlson Accardi
4551 M:      kristen.c.accardi@intel.com
4552 L:      linux-pci@vger.kernel.org
4553 S:      Supported
4554 F:      drivers/pci/pcie/
4555
4556 PCMCIA SUBSYSTEM
4557 P:      Linux PCMCIA Team
4558 L:      linux-pcmcia@lists.infradead.org
4559 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4561 S:      Maintained
4562 F:      Documentation/pcmcia/
4563 F:      drivers/pcmcia/
4564 F:      include/pcmcia/
4565
4566 PCNET32 NETWORK DRIVER
4567 P:      Don Fry
4568 M:      pcnet32@verizon.net
4569 L:      netdev@vger.kernel.org
4570 S:      Maintained
4571 F:      drivers/net/pcnet32.c
4572
4573 PER-TASK DELAY ACCOUNTING
4574 P:      Balbir Singh
4575 M:      balbir@linux.vnet.ibm.com
4576 S:      Maintained
4577 F:      include/linux/delayacct.h
4578 F:      kernel/delayacct.c
4579
4580 PERFORMANCE COUNTER SUBSYSTEM
4581 P:      Peter Zijlstra
4582 M:      a.p.zijlstra@chello.nl
4583 P:      Paul Mackerras
4584 M:      paulus@samba.org
4585 P:      Ingo Molnar
4586 M:      mingo@elte.hu
4587 S:      Supported
4588
4589 PERSONALITY HANDLING
4590 P:      Christoph Hellwig
4591 M:      hch@infradead.org
4592 L:      linux-abi-devel@lists.sourceforge.net
4593 S:      Maintained
4594 F:      include/linux/personality.h
4595
4596 PHRAM MTD DRIVER
4597 P:      Joern Engel
4598 M:      joern@lazybastard.org
4599 L:      linux-mtd@lists.infradead.org
4600 S:      Maintained
4601 F:      drivers/mtd/devices/phram.c
4602
4603 PKTCDVD DRIVER
4604 P:      Peter Osterlund
4605 M:      petero2@telia.com
4606 S:      Maintained
4607 F:      drivers/block/pktcdvd.c
4608 F:      include/linux/pktcdvd.h
4609
4610 POSIX CLOCKS and TIMERS
4611 P:      Thomas Gleixner
4612 M:      tglx@linutronix.de
4613 S:      Supported
4614 F:      fs/timerfd.c
4615 F:      include/linux/timer*
4616 F:      kernel/*timer*
4617
4618 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4619 P:      Anton Vorontsov
4620 M:      cbou@mail.ru
4621 P:      David Woodhouse
4622 M:      dwmw2@infradead.org
4623 T:      git git://git.infradead.org/battery-2.6.git
4624 S:      Maintained
4625 F:      include/linux/power_supply.h
4626 F:      drivers/power/power_supply*
4627
4628 PNP SUPPORT
4629 P:      Adam Belay
4630 M:      abelay@mit.edu
4631 P:      Bjorn Helgaas
4632 M:      bjorn.helgaas@hp.com
4633 S:      Maintained
4634 F:      drivers/pnp/
4635
4636 PNXxxxx I2C DRIVER
4637 P:      Vitaly Wool
4638 M:      vitalywool@gmail.com
4639 L:      linux-i2c@vger.kernel.org
4640 S:      Maintained
4641 F:      drivers/i2c/busses/i2c-pnx.c
4642
4643 PPP PROTOCOL DRIVERS AND COMPRESSORS
4644 P:      Paul Mackerras
4645 M:      paulus@samba.org
4646 L:      linux-ppp@vger.kernel.org
4647 S:      Maintained
4648 F:      drivers/net/ppp_*
4649
4650 PPP OVER ATM (RFC 2364)
4651 P:      Mitchell Blank Jr
4652 M:      mitch@sfgoth.com
4653 S:      Maintained
4654 F:      net/atm/pppoatm.c
4655 F:      include/linux/atmppp.h
4656
4657 PPP OVER ETHERNET
4658 P:      Michal Ostrowski
4659 M:      mostrows@earthlink.net
4660 S:      Maintained
4661 F:      drivers/net/pppoe.c
4662 F:      drivers/net/pppox.c
4663
4664 PPP OVER L2TP
4665 P:      James Chapman
4666 M:      jchapman@katalix.com
4667 S:      Maintained
4668 F:      drivers/net/pppol2tp.c
4669 F:      include/linux/if_pppol2tp.h
4670
4671 PPS SUPPORT
4672 P:      Rodolfo Giometti
4673 M:      giometti@enneenne.com
4674 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4675 L:      linuxpps@ml.enneenne.com (subscribers-only)
4676 S:      Maintained
4677
4678 PREEMPTIBLE KERNEL
4679 P:      Robert Love
4680 M:      rml@tech9.net
4681 L:      kpreempt-tech@lists.sourceforge.net
4682 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4683 S:      Supported
4684 F:      Documentation/preempt-locking.txt
4685 F:      include/linux/preempt.h
4686
4687 PRISM54 WIRELESS DRIVER
4688 P:      Luis R. Rodriguez
4689 M:      mcgrof@gmail.com
4690 L:      linux-wireless@vger.kernel.org
4691 W:      http://prism54.org
4692 S:      Maintained
4693 F:      drivers/net/wireless/prism54/
4694
4695 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4696 P:      Peter Denison
4697 M:      promise@pnd-pc.demon.co.uk
4698 W:      http://www.pnd-pc.demon.co.uk/promise/
4699 S:      Maintained
4700
4701 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4702 P:      Mikael Pettersson
4703 M:      mikpe@it.uu.se
4704 L:      linux-ide@vger.kernel.org
4705 S:      Maintained
4706 F:      drivers/ata/sata_promise.*
4707
4708 PS3 NETWORK SUPPORT
4709 P:      Geoff Levand
4710 M:      geoffrey.levand@am.sony.com
4711 L:      netdev@vger.kernel.org
4712 L:      cbe-oss-dev@ozlabs.org
4713 S:      Supported
4714 F:      drivers/net/ps3_gelic_net.*
4715
4716 PS3 PLATFORM SUPPORT
4717 P:      Geoff Levand
4718 M:      geoffrey.levand@am.sony.com
4719 L:      linuxppc-dev@ozlabs.org
4720 L:      cbe-oss-dev@ozlabs.org
4721 S:      Supported
4722 F:      arch/powerpc/boot/ps3*
4723 F:      arch/powerpc/include/asm/lv1call.h
4724 F:      arch/powerpc/include/asm/ps3*.h
4725 F:      arch/powerpc/platforms/ps3/
4726 F:      drivers/*/ps3*
4727 F:      drivers/ps3/
4728 F:      drivers/rtc/rtc-ps3.c
4729 F:      drivers/usb/host/*ps3.c
4730 F:      sound/ppc/snd_ps3*
4731
4732 PS3VRAM DRIVER
4733 P:      Jim Paris
4734 M:      jim@jtan.com
4735 L:      cbe-oss-dev@ozlabs.org
4736 S:      Maintained
4737
4738 PTRACE SUPPORT
4739 P:      Roland McGrath
4740 M:      roland@redhat.com
4741 P:      Oleg Nesterov
4742 M:      oleg@redhat.com
4743 S:      Maintained
4744 F:      include/asm-generic/syscall.h
4745 F:      include/linux/ptrace.h
4746 F:      include/linux/regset.h
4747 F:      include/linux/tracehook.h
4748 F:      kernel/ptrace.c
4749
4750 PVRUSB2 VIDEO4LINUX DRIVER
4751 P:      Mike Isely
4752 M:      isely@pobox.com
4753 L:      pvrusb2@isely.net       (subscribers-only)
4754 L:      linux-media@vger.kernel.org
4755 W:      http://www.isely.net/pvrusb2/
4756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4757 S:      Maintained
4758 F:      Documentation/video4linux/README.pvrusb2
4759 F:      drivers/media/video/pvrusb2/
4760
4761 PXA2xx/PXA3xx SUPPORT
4762 P:      Eric Miao
4763 M:      eric.y.miao@gmail.com
4764 P:      Russell King
4765 M:      linux@arm.linux.org.uk
4766 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4767 S:      Maintained
4768 F:      arch/arm/mach-pxa/
4769 F:      drivers/pcmcia/pxa2xx*
4770 F:      drivers/spi/pxa2xx*
4771 F:      drivers/usb/gadget/pxa2*
4772 F:      include/sound/pxa2xx-lib.h
4773 F:      sound/arm/pxa*
4774 F:      sound/soc/pxa
4775
4776 PXA168 SUPPORT
4777 P:      Eric Miao
4778 M:      eric.y.miao@gmail.com
4779 P:      Jason Chagas
4780 M:      jason.chagas@marvell.com
4781 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4783 S:      Maintained
4784
4785 PXA910 SUPPORT
4786 P:      Eric Miao
4787 M:      eric.y.miao@gmail.com
4788 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4790 S:      Maintained
4791
4792 PXA MMCI DRIVER
4793 S:      Orphan
4794
4795 PXA RTC DRIVER
4796 P:      Robert Jarzmik
4797 M:      robert.jarzmik@free.fr
4798 L:      rtc-linux@googlegroups.com
4799 S:      Maintained
4800
4801 QLOGIC QLA2XXX FC-SCSI DRIVER
4802 P:      Andrew Vasquez
4803 M:      linux-driver@qlogic.com
4804 L:      linux-scsi@vger.kernel.org
4805 S:      Supported
4806 F:      Documentation/scsi/LICENSE.qla2xxx
4807 F:      drivers/scsi/qla2xxx/
4808
4809 QLOGIC QLA3XXX NETWORK DRIVER
4810 P:      Ron Mercer
4811 M:      linux-driver@qlogic.com
4812 L:      netdev@vger.kernel.org
4813 S:      Supported
4814 F:      Documentation/networking/LICENSE.qla3xxx
4815 F:      drivers/net/qla3xxx.*
4816
4817 QLOGIC QLGE 10Gb ETHERNET DRIVER
4818 P:      Ron Mercer
4819 M:      ron.mercer@qlogic.com
4820 M:      linux-driver@qlogic.com
4821 L:      netdev@vger.kernel.org
4822 S:      Supported
4823 F:      drivers/net/qlge/
4824
4825 QNX4 FILESYSTEM
4826 P:      Anders Larsen
4827 M:      al@alarsen.net
4828 W:      http://www.alarsen.net/linux/qnx4fs/
4829 S:      Maintained
4830 F:      fs/qnx4/
4831 F:      include/linux/qnx4_fs.h
4832 F:      include/linux/qnxtypes.h
4833
4834 RADEON FRAMEBUFFER DISPLAY DRIVER
4835 P:      Benjamin Herrenschmidt
4836 M:      benh@kernel.crashing.org
4837 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4838 S:      Maintained
4839 F:      drivers/video/aty/radeon*
4840 F:      include/linux/radeonfb.h
4841
4842 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4843 P:      Paul Mackerras
4844 M:      paulus@samba.org
4845 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4846 S:      Maintained
4847 F:      drivers/video/aty/aty128fb.c
4848
4849 RALINK RT2X00 WIRELESS LAN DRIVER
4850 P:      rt2x00 project
4851 L:      linux-wireless@vger.kernel.org
4852 L:      users@rt2x00.serialmonkey.com
4853 W:      http://rt2x00.serialmonkey.com/
4854 S:      Maintained
4855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4856 F:      drivers/net/wireless/rt2x00/
4857
4858 RAMDISK RAM BLOCK DEVICE DRIVER
4859 P:      Nick Piggin
4860 M:      npiggin@suse.de
4861 S:      Maintained
4862 F:      Documentation/blockdev/ramdisk.txt
4863 F:      drivers/block/brd.c
4864
4865 RANDOM NUMBER DRIVER
4866 P:      Matt Mackall
4867 M:      mpm@selenic.com
4868 S:      Maintained
4869 F:      drivers/char/random.c
4870
4871 RAPIDIO SUBSYSTEM
4872 P:      Matt Porter
4873 M:      mporter@kernel.crashing.org
4874 S:      Maintained
4875 F:      drivers/rapidio/
4876
4877 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4878 P:      Corey Thomas
4879 M:      coreythomas@charter.net
4880 L:      linux-wireless@vger.kernel.org
4881 S:      Maintained
4882 F:      drivers/net/wireless/ray*
4883
4884 RCUTORTURE MODULE
4885 P:      Josh Triplett
4886 M:      josh@freedesktop.org
4887 P:      Paul E. McKenney
4888 M:      paulmck@linux.vnet.ibm.com
4889 S:      Maintained
4890 F:      Documentation/RCU/torture.txt
4891 F:      kernel/rcutorture.c
4892
4893 RDC R-321X SoC
4894 P:      Florian Fainelli
4895 M:      florian@openwrt.org
4896 S:      Maintained
4897
4898 RDC R6040 FAST ETHERNET DRIVER
4899 P:      Florian Fainelli
4900 M:      florian@openwrt.org
4901 L:      netdev@vger.kernel.org
4902 S:      Maintained
4903 F:      drivers/net/r6040.c
4904
4905 RDS - RELIABLE DATAGRAM SOCKETS
4906 P:      Andy Grover
4907 M:      andy.grover@oracle.com
4908 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
4909 S:      Supported
4910 F:      net/rds/
4911
4912 READ-COPY UPDATE (RCU)
4913 P:      Dipankar Sarma
4914 M:      dipankar@in.ibm.com
4915 P:      Paul E. McKenney
4916 M:      paulmck@linux.vnet.ibm.com
4917 W:      http://www.rdrop.com/users/paulmck/rclock/
4918 S:      Supported
4919 F:      Documentation/RCU/rcu.txt
4920 F:      Documentation/RCU/rcuref.txt
4921 F:      include/linux/rcupdate.h
4922 F:      include/linux/srcu.h
4923 F:      kernel/rcupdate.c
4924
4925 REAL TIME CLOCK DRIVER
4926 P:      Paul Gortmaker
4927 M:      p_gortmaker@yahoo.com
4928 S:      Maintained
4929 F:      Documentation/rtc.txt
4930 F:      drivers/rtc/
4931 F:      include/linux/rtc.h
4932
4933 REAL TIME CLOCK (RTC) SUBSYSTEM
4934 P:      Alessandro Zummo
4935 M:      a.zummo@towertech.it
4936 L:      rtc-linux@googlegroups.com
4937 S:      Maintained
4938 F:      Documentation/rtc.txt
4939 F:      drivers/rtc/
4940 F:      include/linux/rtc.h
4941
4942 REISERFS FILE SYSTEM
4943 L:      reiserfs-devel@vger.kernel.org
4944 S:      Supported
4945 F:      fs/reiserfs/
4946
4947 RFKILL
4948 P:      Johannes Berg
4949 M:      johannes@sipsolutions.net
4950 L:      linux-wireless@vger.kernel.org
4951 S:      Maintained
4952 F       Documentation/rfkill.txt
4953 F:      net/rfkill/
4954
4955 RISCOM8 DRIVER
4956 S:      Orphan
4957 F:      Documentation/serial/riscom8.txt
4958 F:      drivers/char/riscom8*
4959
4960 ROCKETPORT DRIVER
4961 P:      Comtrol Corp.
4962 W:      http://www.comtrol.com
4963 S:      Maintained
4964 F:      Documentation/serial/rocket.txt
4965 F:      drivers/char/rocket*
4966
4967 ROSE NETWORK LAYER
4968 P:      Ralf Baechle
4969 M:      ralf@linux-mips.org
4970 L:      linux-hams@vger.kernel.org
4971 W:      http://www.linux-ax25.org/
4972 S:      Maintained
4973 F:      include/linux/rose.h
4974 F:      include/net/rose.h
4975 F:      net/rose/
4976
4977 RTL8180 WIRELESS DRIVER
4978 P:      John W. Linville
4979 M:      linville@tuxdriver.com
4980 L:      linux-wireless@vger.kernel.org
4981 W:      http://linuxwireless.org/
4982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4983 S:      Maintained
4984 F:      drivers/net/wireless/rtl818*
4985
4986 RTL8187 WIRELESS DRIVER
4987 P:      Herton Ronaldo Krzesinski
4988 M:      herton@mandriva.com.br
4989 P:      Hin-Tak Leung
4990 M:      htl10@users.sourceforge.net
4991 P:      Larry Finger
4992 M:      Larry.Finger@lwfinger.net
4993 L:      linux-wireless@vger.kernel.org
4994 W:      http://linuxwireless.org/
4995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4996 S:      Maintained
4997 F:      drivers/net/wireless/rtl818x/rtl8187*
4998
4999 S3 SAVAGE FRAMEBUFFER DRIVER
5000 P:      Antonino Daplas
5001 M:      adaplas@gmail.com
5002 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5003 S:      Maintained
5004 F:      drivers/video/savage/
5005
5006 S390
5007 P:      Martin Schwidefsky
5008 M:      schwidefsky@de.ibm.com
5009 P:      Heiko Carstens
5010 M:      heiko.carstens@de.ibm.com
5011 M:      linux390@de.ibm.com
5012 L:      linux-s390@vger.kernel.org
5013 W:      http://www.ibm.com/developerworks/linux/linux390/
5014 S:      Supported
5015 F:      arch/s390/
5016
5017 S390 NETWORK DRIVERS
5018 P:      Ursula Braun
5019 M:      ursula.braun@de.ibm.com
5020 P:      Frank Blaschka
5021 M:      blaschka@linux.vnet.ibm.com
5022 M:      linux390@de.ibm.com
5023 L:      linux-s390@vger.kernel.org
5024 W:      http://www.ibm.com/developerworks/linux/linux390/
5025 S:      Supported
5026 F:      drivers/s390/net/
5027
5028 S390 ZCRYPT DRIVER
5029 P:      Felix Beck
5030 M:      felix.beck@de.ibm.com
5031 P:      Ralph Wuerthner
5032 M:      ralph.wuerthner@de.ibm.com
5033 M:      linux390@de.ibm.com
5034 L:      linux-s390@vger.kernel.org
5035 S:      Supported
5036 F:      drivers/s390/crypto/
5037
5038 S390 ZFCP DRIVER
5039 P:      Christof Schmitt
5040 M:      christof.schmitt@de.ibm.com
5041 P:      Martin Peschke
5042 M:      mp3@de.ibm.com
5043 M:      linux390@de.ibm.com
5044 L:      linux-s390@vger.kernel.org
5045 W:      http://www.ibm.com/developerworks/linux/linux390/
5046 S:      Supported
5047 F:      Documentation/s390/zfcpdump.txt
5048 F:      drivers/s390/scsi/zfcp_*
5049
5050 S390 IUCV NETWORK LAYER
5051 P:      Ursula Braun
5052 M:      ursula.braun@de.ibm.com
5053 M:      linux390@de.ibm.com
5054 L:      linux-s390@vger.kernel.org
5055 W:      http://www.ibm.com/developerworks/linux/linux390/
5056 S:      Supported
5057 F:      drivers/s390/net/*iucv*
5058 F:      include/net/iucv/
5059 F:      net/iucv/
5060
5061 S3C24XX SD/MMC Driver
5062 P:      Ben Dooks
5063 M:      ben-linux@fluff.org
5064 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5065 S:      Supported
5066 F:      drivers/mmc/host/s3cmci.*
5067
5068 SAA7146 VIDEO4LINUX-2 DRIVER
5069 P:      Michael Hunold
5070 M:      michael@mihu.de
5071 L:      linux-media@vger.kernel.org
5072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5073 W:      http://www.mihu.de/linux/saa7146
5074 S:      Maintained
5075 F:      drivers/media/common/saa7146*
5076 F:      drivers/media/video/*7146*
5077 F:      include/media/*7146*
5078
5079 SC1200 WDT DRIVER
5080 P:      Zwane Mwaikambo
5081 M:      zwane@arm.linux.org.uk
5082 S:      Maintained
5083 F:      drivers/watchdog/sc1200wdt.c
5084
5085 SCHEDULER
5086 P:      Ingo Molnar
5087 M:      mingo@elte.hu
5088 P:      Peter Zijlstra
5089 M:      peterz@infradead.org
5090 S:      Maintained
5091 F:      kernel/sched*
5092 F:      include/linux/sched.h
5093
5094 SCSI CDROM DRIVER
5095 P:      Jens Axboe
5096 M:      axboe@kernel.dk
5097 L:      linux-scsi@vger.kernel.org
5098 W:      http://www.kernel.dk
5099 S:      Maintained
5100 F:      drivers/scsi/sr*
5101
5102 SCSI SG DRIVER
5103 P:      Doug Gilbert
5104 M:      dgilbert@interlog.com
5105 L:      linux-scsi@vger.kernel.org
5106 W:      http://www.torque.net/sg
5107 S:      Maintained
5108 F:      drivers/scsi/sg.c
5109 F:      include/scsi/sg.h
5110
5111 SCSI SUBSYSTEM
5112 P:      James E.J. Bottomley
5113 M:      James.Bottomley@HansenPartnership.com
5114 L:      linux-scsi@vger.kernel.org
5115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5118 S:      Maintained
5119 F:      drivers/scsi/
5120 F:      include/scsi/
5121
5122 SCSI TAPE DRIVER
5123 P:      Kai Mäkisara
5124 M:      Kai.Makisara@kolumbus.fi
5125 L:      linux-scsi@vger.kernel.org
5126 S:      Maintained
5127 F:      Documentation/scsi/st.txt
5128 F:      drivers/scsi/st*
5129
5130 SCTP PROTOCOL
5131 P:      Vlad Yasevich
5132 M:      vladislav.yasevich@hp.com
5133 P:      Sridhar Samudrala
5134 M:      sri@us.ibm.com
5135 L:      linux-sctp@vger.kernel.org
5136 W:      http://lksctp.sourceforge.net
5137 S:      Supported
5138 F:      Documentation/networking/sctp.txt
5139 F:      include/linux/sctp.h
5140 F:      include/net/sctp/
5141 F:      net/sctp/
5142
5143 SCx200 CPU SUPPORT
5144 P:      Jim Cromie
5145 M:      jim.cromie@gmail.com
5146 S:      Odd Fixes
5147 F:      Documentation/i2c/busses/scx200_acb
5148 F:      arch/x86/kernel/scx200_32.c
5149 F:      drivers/watchdog/scx200_wdt.c
5150 F:      drivers/i2c/busses/scx200*
5151 F:      drivers/mtd/maps/scx200_docflash.c
5152 F:      include/linux/scx200.h
5153
5154 SCx200 GPIO DRIVER
5155 P:      Jim Cromie
5156 M:      jim.cromie@gmail.com
5157 S:      Maintained
5158 F:      drivers/char/scx200_gpio.c
5159 F:      include/linux/scx200_gpio.h
5160
5161 SCx200 HRT CLOCKSOURCE DRIVER
5162 P:      Jim Cromie
5163 M:      jim.cromie@gmail.com
5164 S:      Maintained
5165 F:      drivers/clocksource/scx200_hrt.c
5166
5167 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5168 P:      Sascha Sommer
5169 M:      saschasommer@freenet.de
5170 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5171 S:      Maintained
5172 F:      drivers/mmc/host/sdricoh_cs.c
5173
5174 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5175 P:      Pierre Ossman
5176 M:      pierre@ossman.eu
5177 L:      sdhci-devel@lists.ossman.eu
5178 S:      Maintained
5179
5180 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5181 P:      Anton Vorontsov
5182 M:      avorontsov@ru.mvista.com
5183 L:      linuxppc-dev@ozlabs.org
5184 L:      sdhci-devel@lists.ossman.eu
5185 S:      Maintained
5186 F:      drivers/mmc/host/sdhci.*
5187
5188 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5189 P:      Ben Dooks
5190 M:      ben-linux@fluff.org
5191 L:      sdhci-devel@lists.ossman.eu
5192 S:      Maintained
5193 F:      drivers/mmc/host/sdhci-s3c.c
5194
5195 SECURITY SUBSYSTEM
5196 P:      James Morris
5197 M:      jmorris@namei.org
5198 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5199 T:      git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5200 W:      http://security.wiki.kernel.org/
5201 S:      Supported
5202 F:      security/
5203
5204 SECURITY CONTACT
5205 P:      Security Officers
5206 M:      security@kernel.org
5207 S:      Supported
5208
5209 SELINUX SECURITY MODULE
5210 P:      Stephen Smalley
5211 M:      sds@tycho.nsa.gov
5212 P:      James Morris
5213 M:      jmorris@namei.org
5214 P:      Eric Paris
5215 M:      eparis@parisplace.org
5216 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5217 W:      http://selinuxproject.org
5218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5219 S:      Supported
5220 F:      include/linux/selinux*
5221 F:      security/selinux/
5222
5223 SENSABLE PHANTOM
5224 P:      Jiri Slaby
5225 M:      jirislaby@gmail.com
5226 S:      Maintained
5227 F:      drivers/misc/phantom.c
5228 F:      include/linux/phantom.h
5229
5230 SERIAL ATA (SATA) SUBSYSTEM
5231 P:      Jeff Garzik
5232 M:      jgarzik@pobox.com
5233 L:      linux-ide@vger.kernel.org
5234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5235 S:      Supported
5236 F:      drivers/ata/
5237 F:      include/linux/ata.h
5238 F:      include/linux/libata.h
5239
5240 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5241 P:      Sathya Perla
5242 M:      sathyap@serverengines.com
5243 P:      Subbu Seetharaman
5244 M:      subbus@serverengines.com
5245 L:      netdev@vger.kernel.org
5246 W:      http://www.serverengines.com
5247 S:      Supported
5248 F:      drivers/net/benet/
5249
5250 SFC NETWORK DRIVER
5251 P:      Steve Hodgson
5252 P:      Ben Hutchings
5253 P:      Robert Stonehouse
5254 M:      linux-net-drivers@solarflare.com
5255 S:      Supported
5256 F:      drivers/net/sfc/
5257
5258 SGI GRU DRIVER
5259 P:      Jack Steiner
5260 M:      steiner@sgi.com
5261 S:      Maintained
5262 F:      drivers/misc/sgi-gru/
5263
5264 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5265 P:      Pat Gefre
5266 M:      pfg@sgi.com
5267 L:      linux-ia64@vger.kernel.org
5268 S:      Supported
5269 F:      Documentation/ia64/serial.txt
5270 F:      drivers/serial/ioc?_serial.c
5271 F:      include/linux/ioc?.h
5272
5273 SGI VISUAL WORKSTATION 320 AND 540
5274 P:      Andrey Panin
5275 M:      pazke@donpac.ru
5276 L:      linux-visws-devel@lists.sf.net
5277 W:      http://linux-visws.sf.net
5278 S:      Maintained for 2.6.
5279 F:      Documentation/sgi-visws.txt
5280
5281 SGI XP/XPC/XPNET DRIVER
5282 P:      Robin Holt
5283 M:      holt@sgi.com
5284 S:      Maintained
5285 F:      drivers/misc/sgi-xp/
5286
5287 SHARP LH SUPPORT (LH7952X & LH7A40X)
5288 P:      Marc Singer
5289 M:      elf@buici.com
5290 W:      http://projects.buici.com/arm
5291 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5292 S:      Maintained
5293 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5294 F:      arch/arm/mach-lh7a40x/
5295 F:      drivers/serial/serial_lh7a40x.c
5296 F:      drivers/usb/gadget/lh7a40*
5297 F:      drivers/usb/host/ohci-lh7a40*
5298
5299 SHPC HOTPLUG DRIVER
5300 P:      Kristen Carlson Accardi
5301 M:      kristen.c.accardi@intel.com
5302 L:      linux-pci@vger.kernel.org
5303 S:      Supported
5304 F:      drivers/pci/hotplug/shpchp*
5305
5306 SIMTEC EB110ATX (Chalice CATS)
5307 P:      Ben Dooks
5308 P:      Vincent Sanders
5309 M:      support@simtec.co.uk
5310 W:      http://www.simtec.co.uk/products/EB110ATX/
5311 S:      Supported
5312
5313 SIMTEC EB2410ITX (BAST)
5314 P:      Ben Dooks
5315 P:      Vincent Sanders
5316 M:      support@simtec.co.uk
5317 W:      http://www.simtec.co.uk/products/EB2410ITX/
5318 S:      Supported
5319 F:      arch/arm/mach-s3c2410/
5320 F:      drivers/*/*s3c2410*
5321 F:      drivers/*/*/*s3c2410*
5322
5323 SIS 190 ETHERNET DRIVER
5324 P:      Francois Romieu
5325 M:      romieu@fr.zoreil.com
5326 L:      netdev@vger.kernel.org
5327 S:      Maintained
5328 F:      drivers/net/sis190.c
5329
5330 SIS 900/7016 FAST ETHERNET DRIVER
5331 P:      Daniele Venzano
5332 M:      venza@brownhat.org
5333 W:      http://www.brownhat.org/sis900.html
5334 L:      netdev@vger.kernel.org
5335 S:      Maintained
5336 F:      drivers/net/sis900.*
5337
5338 SIS 96X I2C/SMBUS DRIVER
5339 P:      Mark M. Hoffman
5340 M:      mhoffman@lightlink.com
5341 L:      linux-i2c@vger.kernel.org
5342 S:      Maintained
5343 F:      Documentation/i2c/busses/i2c-sis96x
5344 F:      drivers/i2c/busses/i2c-sis96x.c
5345
5346 SIS FRAMEBUFFER DRIVER
5347 P:      Thomas Winischhofer
5348 M:      thomas@winischhofer.net
5349 W:      http://www.winischhofer.net/linuxsisvga.shtml
5350 S:      Maintained
5351 F:      Documentation/fb/sisfb.txt
5352 F:      drivers/video/sis/
5353 F:      include/video/sisfb.h
5354
5355 SIS USB2VGA DRIVER
5356 P:      Thomas Winischhofer
5357 M:      thomas@winischhofer.net
5358 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5359 S:      Maintained
5360 F:      drivers/usb/misc/sisusbvga/
5361
5362 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5363 P:      Stephen Hemminger
5364 M:      shemminger@linux-foundation.org
5365 L:      netdev@vger.kernel.org
5366 S:      Maintained
5367 F:      drivers/net/skge.*
5368 F:      drivers/net/sky2.*
5369
5370 SLAB ALLOCATOR
5371 P:      Christoph Lameter
5372 M:      cl@linux-foundation.org
5373 P:      Pekka Enberg
5374 M:      penberg@cs.helsinki.fi
5375 P:      Matt Mackall
5376 M:      mpm@selenic.com
5377 L:      linux-mm@kvack.org
5378 S:      Maintained
5379 F:      include/linux/sl?b*.h
5380 F:      mm/sl?b.c
5381
5382 SMC91x ETHERNET DRIVER
5383 P:      Nicolas Pitre
5384 M:      nico@cam.org
5385 S:      Maintained
5386 F:      drivers/net/smc91x.*
5387
5388 SMSC47B397 HARDWARE MONITOR DRIVER
5389 P:      Mark M. Hoffman
5390 M:      mhoffman@lightlink.com
5391 L:      lm-sensors@lm-sensors.org
5392 S:      Maintained
5393 F:      Documentation/hwmon/smsc47b397
5394 F:      drivers/hwmon/smsc47b397.c
5395
5396 SMSC911x ETHERNET DRIVER
5397 P:      Steve Glendinning
5398 M:      steve.glendinning@smsc.com
5399 L:      netdev@vger.kernel.org
5400 S:      Supported
5401 F:      include/linux/smsc911x.h
5402 F:      drivers/net/smsc911x.*
5403
5404 SMSC9420 PCI ETHERNET DRIVER
5405 P:      Steve Glendinning
5406 M:      steve.glendinning@smsc.com
5407 L:      netdev@vger.kernel.org
5408 S:      Supported
5409 F:      drivers/net/smsc9420.*
5410
5411 SMX UIO Interface
5412 P:      Ben Nizette
5413 M:      bn@niasdigital.com
5414 S:      Maintained
5415 F:      drivers/uio/uio_smx.c
5416
5417 SN-IA64 (Itanium) SUB-PLATFORM
5418 P:      Jes Sorensen
5419 M:      jes@sgi.com
5420 L:      linux-altix@sgi.com
5421 L:      linux-ia64@vger.kernel.org
5422 W:      http://www.sgi.com/altix
5423 S:      Maintained
5424 F:      arch/ia64/sn/
5425
5426 SOC-CAMERA V4L2 SUBSYSTEM
5427 P:      Guennadi Liakhovetski
5428 M:      g.liakhovetski@gmx.de
5429 L:      linux-media@vger.kernel.org
5430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5431 S:      Maintained
5432 F:      include/media/v4l2*
5433 F:      drivers/media/video/v4l2*
5434
5435 SOEKRIS NET48XX LED SUPPORT
5436 P:      Chris Boot
5437 M:      bootc@bootc.net
5438 S:      Maintained
5439 F:      drivers/leds/leds-net48xx.c
5440
5441 SOFTWARE RAID (Multiple Disks) SUPPORT
5442 P:      Neil Brown
5443 M:      neilb@suse.de
5444 L:      linux-raid@vger.kernel.org
5445 S:      Supported
5446 F:      drivers/md/
5447 F:      include/linux/raid/
5448
5449 SONIC NETWORK DRIVER
5450 P:      Thomas Bogendoerfer
5451 M:      tsbogend@alpha.franken.de
5452 L:      netdev@vger.kernel.org
5453 S:      Maintained
5454 F:      drivers/net/sonic.*
5455
5456 SONICS SILICON BACKPLANE DRIVER (SSB)
5457 P:      Michael Buesch
5458 M:      mb@bu3sch.de
5459 L:      netdev@vger.kernel.org
5460 S:      Maintained
5461 F:      drivers/ssb/
5462 F:      include/linux/ssb/
5463
5464 SONY VAIO CONTROL DEVICE DRIVER
5465 P:      Mattia Dongili
5466 M:      malattia@linux.it
5467 L:      linux-acpi@vger.kernel.org
5468 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5469 S:      Maintained
5470 F:      Documentation/laptops/sony-laptop.txt
5471 F:      drivers/char/sonypi.c
5472 F:      drivers/platform/x86/sony-laptop.c
5473 F:      include/linux/sony-laptop.h
5474
5475 SONY MEMORYSTICK CARD SUPPORT
5476 P:      Alex Dubov
5477 M:      oakad@yahoo.com
5478 W:      http://tifmxx.berlios.de/
5479 S:      Maintained
5480 F:      drivers/memstick/host/tifm_ms.c
5481
5482 SOUND
5483 P:      Jaroslav Kysela
5484 M:      perex@perex.cz
5485 P:      Takashi Iwai
5486 M:      tiwai@suse.de
5487 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5488 W:      http://www.alsa-project.org/
5489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5490 T:      git git://git.alsa-project.org/alsa-kernel.git
5491 S:      Maintained
5492 F:      Documentation/sound/
5493 F:      include/sound/
5494 F:      sound/
5495
5496 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5497 P:      Liam Girdwood
5498 M:      lrg@slimlogic.co.uk
5499 P:      Mark Brown
5500 M:      broonie@opensource.wolfsonmicro.com
5501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5502 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5503 W:      http://alsa-project.org/main/index.php/ASoC
5504 S:      Supported
5505 F:      sound/soc/
5506 F:      include/sound/soc*
5507
5508 SPARC + UltraSPARC (sparc/sparc64)
5509 P:      David S. Miller
5510 M:      davem@davemloft.net
5511 L:      sparclinux@vger.kernel.org
5512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5514 S:      Maintained
5515 F:      arch/sparc/
5516
5517 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5518 P:      Roger Wolff
5519 M:      R.E.Wolff@BitWizard.nl
5520 S:      Supported
5521 F:      Documentation/serial/specialix.txt
5522 F:      drivers/char/specialix*
5523
5524 SPI SUBSYSTEM
5525 P:      David Brownell
5526 M:      dbrownell@users.sourceforge.net
5527 L:      spi-devel-general@lists.sourceforge.net
5528 S:      Maintained
5529 F:      Documentation/spi/
5530 F:      drivers/spi/
5531 F:      include/linux/spi/
5532
5533 SPIDERNET NETWORK DRIVER for CELL
5534 P:      Ishizaki Kou
5535 M:      kou.ishizaki@toshiba.co.jp
5536 P:      Jens Osterkamp
5537 M:      jens@de.ibm.com
5538 L:      netdev@vger.kernel.org
5539 S:      Supported
5540 F:      Documentation/networking/spider_net.txt
5541 F:      drivers/net/spider_net*
5542
5543 SPU FILE SYSTEM
5544 P:      Jeremy Kerr
5545 M:      jk@ozlabs.org
5546 L:      linuxppc-dev@ozlabs.org
5547 L:      cbe-oss-dev@ozlabs.org
5548 W:      http://www.ibm.com/developerworks/power/cell/
5549 S:      Supported
5550 F:      Documentation/filesystems/spufs.txt
5551 F:      arch/powerpc/platforms/cell/spufs/
5552
5553 SQUASHFS FILE SYSTEM
5554 P:      Phillip Lougher
5555 M:      phillip@lougher.demon.co.uk
5556 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5557 W:      http://squashfs.org.uk
5558 S:      Maintained
5559 F:      Documentation/filesystems/squashfs.txt
5560 F:      fs/squashfs/
5561
5562 SRM (Alpha) environment access
5563 P:      Jan-Benedict Glaw
5564 M:      jbglaw@lug-owl.de
5565 S:      Maintained
5566 F:      arch/alpha/kernel/srm_env.c
5567
5568 STABLE BRANCH
5569 P:      Greg Kroah-Hartman
5570 M:      greg@kroah.com
5571 P:      Chris Wright
5572 M:      chrisw@sous-sol.org
5573 L:      stable@kernel.org
5574 S:      Maintained
5575
5576 STAGING SUBSYSTEM
5577 P:      Greg Kroah-Hartman
5578 M:      gregkh@suse.de
5579 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5580 L:      devel@driverdev.osuosl.org
5581 S:      Maintained
5582 F:      drivers/staging/
5583
5584 STARFIRE/DURALAN NETWORK DRIVER
5585 P:      Ion Badulescu
5586 M:      ionut@badula.org
5587 S:      Odd Fixes
5588 F:      drivers/net/starfire*
5589
5590 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5591 S:      Orphan
5592 F:      drivers/net/wireless/strip.c
5593 F:      include/linux/if_strip.h
5594
5595 STRADIS MPEG-2 DECODER DRIVER
5596 P:      Nathan Laredo
5597 M:      laredo@gnu.org
5598 W:      http://www.stradis.com/
5599 S:      Maintained
5600 F:      drivers/media/video/stradis.c
5601
5602 SUN3/3X
5603 P:      Sam Creasey
5604 M:      sammy@sammy.net
5605 W:      http://sammy.net/sun3/
5606 S:      Maintained
5607 F:      arch/m68k/kernel/*sun3*
5608 F:      arch/m68k/sun3*/
5609 F:      arch/m68k/include/asm/sun3*
5610
5611 SUPERH
5612 P:      Paul Mundt
5613 M:      lethal@linux-sh.org
5614 L:      linux-sh@vger.kernel.org
5615 W:      http://www.linux-sh.org
5616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5617 S:      Supported
5618 F:      Documentation/sh/
5619 F:      arch/sh/
5620 F:      drivers/sh/
5621
5622 SUSPEND TO RAM
5623 P:      Len Brown
5624 M:      len.brown@intel.com
5625 P:      Pavel Machek
5626 M:      pavel@ucw.cz
5627 P:      Rafael J. Wysocki
5628 M:      rjw@sisk.pl
5629 L:      linux-pm@lists.linux-foundation.org
5630 S:      Supported
5631 F:      Documentation/power/
5632 F:      arch/x86/kernel/acpi/
5633 F:      drivers/base/power/
5634 F:      kernel/power/
5635 F:      include/linux/suspend.h
5636 F:      include/linux/freezer.h
5637 F:      include/linux/pm.h
5638
5639 SVGA HANDLING
5640 P:      Martin Mares
5641 M:      mj@ucw.cz
5642 L:      linux-video@atrey.karlin.mff.cuni.cz
5643 S:      Maintained
5644 F:      Documentation/svga.txt
5645 F:      arch/x86/boot/video*
5646
5647 SYSV FILESYSTEM
5648 P:      Christoph Hellwig
5649 M:      hch@infradead.org
5650 S:      Maintained
5651 F:      Documentation/filesystems/sysv-fs.txt
5652 F:      fs/sysv/
5653 F:      include/linux/sysv_fs.h
5654
5655 TASKSTATS STATISTICS INTERFACE
5656 P:      Balbir Singh
5657 M:      balbir@linux.vnet.ibm.com
5658 S:      Maintained
5659 F:      Documentation/accounting/taskstats*
5660 F:      include/linux/taskstats*
5661 F:      kernel/taskstats.c
5662
5663 TC CLASSIFIER
5664 P:      Jamal Hadi Salim
5665 M:      hadi@cyberus.ca
5666 L:      netdev@vger.kernel.org
5667 S:      Maintained
5668 F:      include/linux/pkt_cls.h
5669 F:      include/net/pkt_cls.h
5670 F:      net/sched/
5671
5672 TCP LOW PRIORITY MODULE
5673 P:      Wong Hoi Sing, Edison
5674 M:      hswong3i@gmail.com
5675 P:      Hung Hing Lun, Mike
5676 M:      hlhung3i@gmail.com
5677 W:      http://tcp-lp-mod.sourceforge.net/
5678 S:      Maintained
5679 F:      net/ipv4/tcp_lp.c
5680
5681 TEHUTI ETHERNET DRIVER
5682 P:      Alexander Indenbaum
5683 M:      baum@tehutinetworks.net
5684 P:      Andy Gospodarek
5685 M:      andy@greyhouse.net
5686 L:      netdev@vger.kernel.org
5687 S:      Supported
5688 F:      drivers/net/tehuti*
5689
5690 Telecom Clock Driver for MCPL0010
5691 P:      Mark Gross
5692 M:      mark.gross@intel.com
5693 S:      Supported
5694 F:      drivers/char/tlclk.c
5695
5696 TENSILICA XTENSA PORT (xtensa)
5697 P:      Chris Zankel
5698 M:      chris@zankel.net
5699 S:      Maintained
5700 F:      arch/xtensa/
5701
5702 THINKPAD ACPI EXTRAS DRIVER
5703 P:      Henrique de Moraes Holschuh
5704 M:      ibm-acpi@hmh.eng.br
5705 L:      ibm-acpi-devel@lists.sourceforge.net
5706 W:      http://ibm-acpi.sourceforge.net
5707 W:      http://thinkwiki.org/wiki/Ibm-acpi
5708 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5709 S:      Maintained
5710 F:      drivers/platform/x86/thinkpad_acpi.c
5711
5712 TI FLASH MEDIA INTERFACE DRIVER
5713 P:      Alex Dubov
5714 M:      oakad@yahoo.com
5715 S:      Maintained
5716 F:      drivers/misc/tifm*
5717 F:      drivers/mmc/host/tifm_sd.c
5718 F:      include/linux/tifm.h
5719
5720 TI TWL4030 SERIES SOC CODEC DRIVER
5721 P:      Peter Ujfalusi
5722 M:      peter.ujfalusi@nokia.com
5723 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5724 S:      Maintained
5725 F:      sound/soc/codecs/twl4030*
5726
5727 TIPC NETWORK LAYER
5728 P:      Per Liden
5729 M:      per.liden@ericsson.com
5730 P:      Jon Maloy
5731 M:      jon.maloy@ericsson.com
5732 P:      Allan Stephens
5733 M:      allan.stephens@windriver.com
5734 L:      tipc-discussion@lists.sourceforge.net
5735 W:      http://tipc.sourceforge.net/
5736 W:      http://tipc.cslab.ericsson.net/
5737 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5738 S:      Maintained
5739 F:      include/linux/tipc*.h
5740 F:      include/net/tipc/
5741 F:      net/tipc/
5742
5743 TLAN NETWORK DRIVER
5744 P:      Samuel Chessman
5745 M:      chessman@tux.org
5746 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
5747 W:      http://sourceforge.net/projects/tlan/
5748 S:      Maintained
5749 F:      Documentation/networking/tlan.txt
5750 F:      drivers/net/tlan.*
5751
5752 TOMOYO SECURITY MODULE
5753 P:      Kentaro Takeda
5754 M:      takedakn@nttdata.co.jp
5755 P:      Tetsuo Handa
5756 M:      penguin-kernel@I-love.SAKURA.ne.jp
5757 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5758 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5759 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5760 W:      http://tomoyo.sourceforge.jp/
5761 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5762 S:      Maintained
5763 F:      security/tomoyo/
5764
5765 TOSHIBA ACPI EXTRAS DRIVER
5766 S:      Orphan
5767 F:      drivers/platform/x86/toshiba_acpi.c
5768
5769 TOSHIBA SMM DRIVER
5770 P:      Jonathan Buzzard
5771 M:      jonathan@buzzard.org.uk
5772 L:      tlinux-users@tce.toshiba-dme.co.jp
5773 W:      http://www.buzzard.org.uk/toshiba/
5774 S:      Maintained
5775 F:      drivers/char/toshiba.c
5776 F:      include/linux/toshiba.h
5777
5778 TMIO MMC DRIVER
5779 P:      Ian Molton
5780 M:      ian@mnementh.co.uk
5781 S:      Maintained
5782 F:      drivers/mmc/host/tmio_mmc.*
5783
5784 TMPFS (SHMEM FILESYSTEM)
5785 P:      Hugh Dickins
5786 M:      hugh.dickins@tiscali.co.uk
5787 L:      linux-mm@kvack.org
5788 S:      Maintained
5789 F:      include/linux/shmem_fs.h
5790 F:      mm/shmem.c
5791
5792 TPM DEVICE DRIVER
5793 P:      Debora Velarde
5794 M:      debora@linux.vnet.ibm.com
5795 P:      Rajiv Andrade
5796 M:      srajiv@linux.vnet.ibm.com
5797 W:      http://tpmdd.sourceforge.net
5798 P:      Marcel Selhorst
5799 M:      m.selhorst@sirrix.com
5800 W:      http://www.sirrix.com
5801 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5802 S:      Maintained
5803 F:      drivers/char/tpm/
5804
5805 TRIVIAL PATCHES
5806 P:      Jiri Kosina
5807 M:      trivial@kernel.org
5808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5809 S:      Maintained
5810
5811 TTY LAYER
5812 P:      Alan Cox
5813 M:      alan@lxorguk.ukuu.org.uk
5814 S:      Maintained
5815 T:      stgit http://zeniv.linux.org.uk/~alan/ttydev/
5816 F:      drivers/char/tty_*
5817 F:      drivers/serial/serial_core.c
5818 F:      include/linux/serial_core.h
5819 F:      include/linux/serial.h
5820 F:      include/linux/tty.h
5821
5822 TULIP NETWORK DRIVERS
5823 P:      Grant Grundler
5824 M:      grundler@parisc-linux.org
5825 P:      Kyle McMartin
5826 M:      kyle@mcmartin.ca
5827 L:      netdev@vger.kernel.org
5828 S:      Maintained
5829 F:      drivers/net/tulip/
5830
5831 TUN/TAP driver
5832 P:      Maxim Krasnyansky
5833 M:      maxk@qualcomm.com
5834 L:      vtun@office.satix.net
5835 W:      http://vtun.sourceforge.net/tun
5836 S:      Maintained
5837 F:      Documentation/networking/tuntap.txt
5838 F:      arch/um/os-Linux/drivers/
5839
5840 TURBOCHANNEL SUBSYSTEM
5841 P:      Maciej W. Rozycki
5842 M:      macro@linux-mips.org
5843 S:      Maintained
5844 F:      drivers/tc/
5845 F:      include/linux/tc.h
5846
5847 U14-34F SCSI DRIVER
5848 P:      Dario Ballabio
5849 M:      ballabio_dario@emc.com
5850 L:      linux-scsi@vger.kernel.org
5851 S:      Maintained
5852 F:      drivers/scsi/u14-34f.c
5853
5854 UBI FILE SYSTEM (UBIFS)
5855 P:      Artem Bityutskiy
5856 M:      dedekind@infradead.org
5857 P:      Adrian Hunter
5858 M:      adrian.hunter@nokia.com
5859 L:      linux-mtd@lists.infradead.org
5860 T:      git git://git.infradead.org/ubifs-2.6.git
5861 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5862 S:      Maintained
5863 F:      Documentation/filesystems/ubifs.txt
5864 F:      fs/ubifs/
5865
5866 UCLINUX (AND M68KNOMMU)
5867 P:      Greg Ungerer
5868 M:      gerg@uclinux.org
5869 W:      http://www.uclinux.org/
5870 L:      uclinux-dev@uclinux.org  (subscribers-only)
5871 S:      Maintained
5872 F:      arch/m68knommu/
5873
5874 UCLINUX FOR RENESAS H8/300 (H8300)
5875 P:      Yoshinori Sato
5876 M:      ysato@users.sourceforge.jp
5877 W:      http://uclinux-h8.sourceforge.jp/
5878 S:      Supported
5879
5880 UDF FILESYSTEM
5881 P:      Jan Kara
5882 M:      jack@suse.cz
5883 W:      http://linux-udf.sourceforge.net
5884 S:      Maintained
5885 F:      Documentation/filesystems/udf.txt
5886 F:      fs/udf/
5887
5888 UFS FILESYSTEM
5889 P:      Evgeniy Dushistov
5890 M:      dushistov@mail.ru
5891 S:      Maintained
5892 F:      Documentation/filesystems/ufs.txt
5893 F:      fs/ufs/
5894
5895 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5896 P:      David Vrabel
5897 M:      david.vrabel@csr.com
5898 L:      linux-usb@vger.kernel.org
5899 S:      Supported
5900 F:      drivers/uwb/*
5901 F:      include/linux/uwb.h
5902 F:      include/linux/uwb/
5903
5904 UNIFORM CDROM DRIVER
5905 P:      Jens Axboe
5906 M:      axboe@kernel.dk
5907 W:      http://www.kernel.dk
5908 S:      Maintained
5909 F:      Documentation/cdrom/
5910 F:      drivers/cdrom/cdrom.c
5911 F:      include/linux/cdrom.h
5912
5913 UNSORTED BLOCK IMAGES (UBI)
5914 P:      Artem Bityutskiy
5915 M:      dedekind@infradead.org
5916 W:      http://www.linux-mtd.infradead.org/
5917 L:      linux-mtd@lists.infradead.org
5918 T:      git git://git.infradead.org/ubi-2.6.git
5919 S:      Maintained
5920 F:      drivers/mtd/ubi/
5921 F:      include/linux/mtd/ubi.h
5922 F:      include/mtd/ubi-user.h
5923
5924 USB ACM DRIVER
5925 P:      Oliver Neukum
5926 M:      oliver@neukum.name
5927 L:      linux-usb@vger.kernel.org
5928 S:      Maintained
5929 F:      Documentation/usb/acm.txt
5930 F:      drivers/usb/class/cdc-acm.*
5931
5932 USB BLOCK DRIVER (UB ub)
5933 P:      Pete Zaitcev
5934 M:      zaitcev@redhat.com
5935 L:      linux-usb@vger.kernel.org
5936 S:      Supported
5937 F:      drivers/block/ub.c
5938
5939 USB CDC ETHERNET DRIVER
5940 P:      Greg Kroah-Hartman
5941 M:      greg@kroah.com
5942 L:      linux-usb@vger.kernel.org
5943 S:      Maintained
5944 W:      http://www.kroah.com/linux-usb/
5945 F:      drivers/net/usb/cdc_*.c
5946 F:      include/linux/usb/cdc.h
5947
5948 USB CYPRESS C67X00 DRIVER
5949 P:      Peter Korsgaard
5950 M:      jacmet@sunsite.dk
5951 L:      linux-usb@vger.kernel.org
5952 S:      Maintained
5953 F:      drivers/usb/c67x00/
5954
5955 USB DAVICOM DM9601 DRIVER
5956 P:      Peter Korsgaard
5957 M:      jacmet@sunsite.dk
5958 L:      netdev@vger.kernel.org
5959 W:      http://www.linux-usb.org/usbnet
5960 S:      Maintained
5961 F:      drivers/net/usb/dm9601.c
5962
5963 USB DIAMOND RIO500 DRIVER
5964 P:      Cesar Miquel
5965 M:      miquel@df.uba.ar
5966 L:      rio500-users@lists.sourceforge.net
5967 W:      http://rio500.sourceforge.net
5968 S:      Maintained
5969 F:      drivers/usb/misc/rio500*
5970
5971 USB EHCI DRIVER
5972 P:      David Brownell
5973 M:      dbrownell@users.sourceforge.net
5974 L:      linux-usb@vger.kernel.org
5975 S:      Odd Fixes
5976 F:      Documentation/usb/ehci.txt
5977 F:      drivers/usb/host/ehci*
5978
5979 USB ET61X[12]51 DRIVER
5980 P:      Luca Risolia
5981 M:      luca.risolia@studio.unibo.it
5982 L:      linux-usb@vger.kernel.org
5983 L:      linux-media@vger.kernel.org
5984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5985 W:      http://www.linux-projects.org
5986 S:      Maintained
5987 F:      drivers/media/video/et61x251/
5988
5989 USB GADGET/PERIPHERAL SUBSYSTEM
5990 P:      David Brownell
5991 M:      dbrownell@users.sourceforge.net
5992 L:      linux-usb@vger.kernel.org
5993 W:      http://www.linux-usb.org/gadget
5994 S:      Maintained
5995 F:      drivers/usb/gadget/
5996 F:      include/linux/usb/gadget*
5997
5998 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5999 P:      Jiri Kosina
6000 M:      jkosina@suse.cz
6001 L:      linux-usb@vger.kernel.org
6002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6003 S:      Maintained
6004 F:      Documentation/usb/hiddev.txt
6005 F:      drivers/hid/usbhid/
6006
6007 USB ISP116X DRIVER
6008 P:      Olav Kongas
6009 M:      ok@artecdesign.ee
6010 L:      linux-usb@vger.kernel.org
6011 S:      Maintained
6012 F:      drivers/usb/host/isp116x*
6013 F:      include/linux/usb/isp116x.h
6014
6015 USB KAWASAKI LSI DRIVER
6016 P:      Oliver Neukum
6017 M:      oliver@neukum.name
6018 L:      linux-usb@vger.kernel.org
6019 S:      Maintained
6020 F:      drivers/usb/serial/kl5kusb105.*
6021
6022 USB MASS STORAGE DRIVER
6023 P:      Matthew Dharm
6024 M:      mdharm-usb@one-eyed-alien.net
6025 L:      linux-usb@vger.kernel.org
6026 L:      usb-storage@lists.one-eyed-alien.net
6027 S:      Maintained
6028 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
6029 F:      drivers/usb/storage/
6030
6031 USB OHCI DRIVER
6032 P:      David Brownell
6033 M:      dbrownell@users.sourceforge.net
6034 L:      linux-usb@vger.kernel.org
6035 S:      Odd Fixes
6036 F:      Documentation/usb/ohci.txt
6037 F:      drivers/usb/host/ohci*
6038
6039 USB OPTION-CARD DRIVER
6040 P:      Matthias Urlichs
6041 M:      smurf@smurf.noris.de
6042 L:      linux-usb@vger.kernel.org
6043 S:      Maintained
6044 F:      drivers/usb/serial/option.c
6045
6046 USB OV511 DRIVER
6047 P:      Mark McClelland
6048 M:      mmcclell@bigfoot.com
6049 L:      linux-usb@vger.kernel.org
6050 W:      http://alpha.dyndns.org/ov511/
6051 S:      Maintained
6052 F:      drivers/media/video/ov511.*
6053
6054 USB PEGASUS DRIVER
6055 P:      Petko Manolov
6056 M:      petkan@users.sourceforge.net
6057 L:      linux-usb@vger.kernel.org
6058 L:      netdev@vger.kernel.org
6059 W:      http://pegasus2.sourceforge.net/
6060 S:      Maintained
6061 F:      drivers/net/usb/pegasus.*
6062
6063 USB PRINTER DRIVER (usblp)
6064 P:      Pete Zaitcev
6065 M:      zaitcev@redhat.com
6066 L:      linux-usb@vger.kernel.org
6067 S:      Supported
6068 F:      drivers/usb/class/usblp.c
6069
6070 USB RTL8150 DRIVER
6071 P:      Petko Manolov
6072 M:      petkan@users.sourceforge.net
6073 L:      linux-usb@vger.kernel.org
6074 L:      netdev@vger.kernel.org
6075 W:      http://pegasus2.sourceforge.net/
6076 S:      Maintained
6077 F:      drivers/net/usb/rtl8150.c
6078
6079 USB SE401 DRIVER
6080 P:      Jeroen Vreeken
6081 M:      pe1rxq@amsat.org
6082 L:      linux-usb@vger.kernel.org
6083 W:      http://www.chello.nl/~j.vreeken/se401/
6084 S:      Maintained
6085 F:      Documentation/video4linux/se401.txt
6086 F:      drivers/media/video/se401.*
6087
6088 USB SERIAL BELKIN F5U103 DRIVER
6089 P:      William Greathouse
6090 M:      wgreathouse@smva.com
6091 L:      linux-usb@vger.kernel.org
6092 S:      Maintained
6093 F:      drivers/usb/serial/belkin_sa.*
6094
6095 USB SERIAL CYPRESS M8 DRIVER
6096 P:      Lonnie Mendez
6097 M:      dignome@gmail.com
6098 L:      linux-usb@vger.kernel.org
6099 S:      Maintained
6100 W:      http://geocities.com/i0xox0i
6101 W:      http://firstlight.net/cvs
6102 F:      drivers/usb/serial/cypress_m8.*
6103
6104 USB SERIAL CYBERJACK DRIVER
6105 P:      Matthias Bruestle and Harald Welte
6106 M:      support@reiner-sct.com
6107 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
6108 S:      Maintained
6109 F:      drivers/usb/serial/cyberjack.c
6110
6111 USB SERIAL DIGI ACCELEPORT DRIVER
6112 P:      Peter Berger and Al Borchers
6113 M:      pberger@brimson.com
6114 M:      alborchers@steinerpoint.com
6115 L:      linux-usb@vger.kernel.org
6116 S:      Maintained
6117 F:      drivers/usb/serial/digi_acceleport.c
6118
6119 USB SERIAL DRIVER
6120 P:      Greg Kroah-Hartman
6121 M:      gregkh@suse.de
6122 L:      linux-usb@vger.kernel.org
6123 S:      Supported
6124 F:      Documentation/usb/usb-serial.txt
6125 F:      drivers/usb/serial/generic.c
6126 F:      drivers/usb/serial/usb-serial.c
6127 F:      include/linux/usb/serial.h
6128
6129 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6130 P:      Gary Brubaker
6131 M:      xavyer@ix.netcom.com
6132 L:      linux-usb@vger.kernel.org
6133 S:      Maintained
6134 F:      drivers/usb/serial/empeg.c
6135
6136 USB SERIAL KEYSPAN DRIVER
6137 P:      Greg Kroah-Hartman
6138 M:      greg@kroah.com
6139 L:      linux-usb@vger.kernel.org
6140 W:      http://www.kroah.com/linux/
6141 S:      Maintained
6142 F:      drivers/usb/serial/*keyspan*
6143
6144 USB SERIAL WHITEHEAT DRIVER
6145 P:      Support Department
6146 M:      support@connecttech.com
6147 L:      linux-usb@vger.kernel.org
6148 W:      http://www.connecttech.com
6149 S:      Supported
6150 F:      drivers/usb/serial/whiteheat*
6151
6152 USB SMSC95XX ETHERNET DRIVER
6153 P:      Steve Glendinning
6154 M:      steve.glendinning@smsc.com
6155 L:      netdev@vger.kernel.org
6156 S:      Supported
6157 F:      drivers/net/usb/smsc95xx.*
6158
6159 USB SN9C1xx DRIVER
6160 P:      Luca Risolia
6161 M:      luca.risolia@studio.unibo.it
6162 L:      linux-usb@vger.kernel.org
6163 L:      linux-media@vger.kernel.org
6164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6165 W:      http://www.linux-projects.org
6166 S:      Maintained
6167 F:      Documentation/video4linux/sn9c102.txt
6168 F:      drivers/media/video/sn9c102/
6169
6170 USB SUBSYSTEM
6171 P:      Greg Kroah-Hartman
6172 M:      gregkh@suse.de
6173 L:      linux-usb@vger.kernel.org
6174 W:      http://www.linux-usb.org
6175 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6176 S:      Supported
6177 F:      Documentation/usb/
6178 F:      drivers/net/usb/
6179 F:      drivers/usb/
6180 F:      include/linux/usb.h
6181 F:      include/linux/usb/
6182
6183 USB UHCI DRIVER
6184 P:      Alan Stern
6185 M:      stern@rowland.harvard.edu
6186 L:      linux-usb@vger.kernel.org
6187 S:      Maintained
6188 F:      drivers/usb/host/uhci*
6189
6190 USB "USBNET" DRIVER FRAMEWORK
6191 P:      David Brownell
6192 M:      dbrownell@users.sourceforge.net
6193 L:      netdev@vger.kernel.org
6194 W:      http://www.linux-usb.org/usbnet
6195 S:      Maintained
6196 F:      drivers/net/usb/usbnet.c
6197 F:      include/linux/usb/usbnet.h
6198
6199 USB VIDEO CLASS
6200 P:      Laurent Pinchart
6201 M:      laurent.pinchart@skynet.be
6202 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6203 L:      linux-media@vger.kernel.org
6204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6205 W:      http://linux-uvc.berlios.de
6206 S:      Maintained
6207 F:      drivers/media/video/uvc/
6208
6209 USB W996[87]CF DRIVER
6210 P:      Luca Risolia
6211 M:      luca.risolia@studio.unibo.it
6212 L:      linux-usb@vger.kernel.org
6213 L:      linux-media@vger.kernel.org
6214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6215 W:      http://www.linux-projects.org
6216 S:      Maintained
6217 F:      Documentation/video4linux/w9968cf.txt
6218 F:      drivers/media/video/w996*
6219
6220 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6221 P:      Jussi Kivilinna
6222 M:      jussi.kivilinna@mbnet.fi
6223 L:      linux-wireless@vger.kernel.org
6224 S:      Maintained
6225 F:      drivers/net/wireless/rndis_wlan.c
6226
6227 USB XHCI DRIVER
6228 P:      Sarah Sharp
6229 M:      sarah.a.sharp@intel.com
6230 L:      linux-usb@vger.kernel.org
6231 S:      Supported
6232
6233 USB ZC0301 DRIVER
6234 P:      Luca Risolia
6235 M:      luca.risolia@studio.unibo.it
6236 L:      linux-usb@vger.kernel.org
6237 L:      linux-media@vger.kernel.org
6238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6239 W:      http://www.linux-projects.org
6240 S:      Maintained
6241 F:      Documentation/video4linux/zc0301.txt
6242 F:      drivers/media/video/zc0301/
6243
6244 USB ZD1201 DRIVER
6245 P:      Jeroen Vreeken
6246 M:      pe1rxq@amsat.org
6247 L:      linux-usb@vger.kernel.org
6248 W:      http://linux-lc100020.sourceforge.net
6249 S:      Maintained
6250 F:      drivers/net/wireless/zd1201.*
6251
6252 USB ZR364XX DRIVER
6253 P:      Antoine Jacquet
6254 M:      royale@zerezo.com
6255 L:      linux-usb@vger.kernel.org
6256 L:      linux-media@vger.kernel.org
6257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6258 W:      http://royale.zerezo.com/zr364xx/
6259 S:      Maintained
6260 F:      Documentation/video4linux/zr364xx.txt
6261 F:      drivers/media/video/zr364xx.c
6262
6263 USER-MODE LINUX (UML)
6264 P:      Jeff Dike
6265 M:      jdike@addtoit.com
6266 L:      user-mode-linux-devel@lists.sourceforge.net
6267 L:      user-mode-linux-user@lists.sourceforge.net
6268 W:      http://user-mode-linux.sourceforge.net
6269 S:      Maintained
6270 F:      Documentation/uml/
6271 F:      arch/um/
6272 F:      fs/hostfs/
6273 F:      fs/hppfs/
6274
6275 USERSPACE I/O (UIO)
6276 P:      Hans J. Koch
6277 M:      hjk@linutronix.de
6278 P:      Greg Kroah-Hartman
6279 M:      gregkh@suse.de
6280 S:      Maintained
6281 F:      Documentation/DocBook/uio-howto.tmpl
6282 F:      drivers/uio/
6283 F:      include/linux/uio*.h
6284
6285 UTIL-LINUX-NG PACKAGE
6286 P:      Karel Zak
6287 M:      kzak@redhat.com
6288 L:      util-linux-ng@vger.kernel.org
6289 W:      http://kernel.org/~kzak/util-linux-ng/
6290 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6291 S:      Maintained
6292
6293 UVESAFB DRIVER
6294 P:      Michal Januszewski
6295 M:      spock@gentoo.org
6296 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6297 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6298 S:      Maintained
6299 F:      Documentation/fb/uvesafb.txt
6300 F:      drivers/video/uvesafb.*
6301
6302 VFAT/FAT/MSDOS FILESYSTEM
6303 P:      OGAWA Hirofumi
6304 M:      hirofumi@mail.parknet.co.jp
6305 S:      Maintained
6306 F:      Documentation/filesystems/vfat.txt
6307 F:      fs/fat/
6308
6309 VIA RHINE NETWORK DRIVER
6310 P:      Roger Luethi
6311 M:      rl@hellgate.ch
6312 S:      Maintained
6313 F:      drivers/net/via-rhine.c
6314
6315 VIAPRO SMBUS DRIVER
6316 P:      Jean Delvare
6317 M:      khali@linux-fr.org
6318 L:      linux-i2c@vger.kernel.org
6319 S:      Maintained
6320 F:      Documentation/i2c/busses/i2c-viapro
6321 F:      drivers/i2c/busses/i2c-viapro.c
6322
6323 VIA SD/MMC CARD CONTROLLER DRIVER
6324 P:      Joseph Chan
6325 M:      JosephChan@via.com.tw
6326 P:      Harald Welte
6327 M:      HaraldWelte@viatech.com
6328 S:      Maintained
6329 F:      drivers/mmc/host/via-sdmmc.c
6330
6331 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6332 P:      Joseph Chan
6333 M:      JosephChan@via.com.tw
6334 P:      Scott Fang
6335 M:      ScottFang@viatech.com.cn
6336 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6337 S:      Maintained
6338 F:      drivers/video/via/
6339
6340 VIA VELOCITY NETWORK DRIVER
6341 P:      Francois Romieu
6342 M:      romieu@fr.zoreil.com
6343 L:      netdev@vger.kernel.org
6344 S:      Maintained
6345 F:      drivers/net/via-velocity.*
6346
6347 VLAN (802.1Q)
6348 P:      Patrick McHardy
6349 M:      kaber@trash.net
6350 L:      netdev@vger.kernel.org
6351 S:      Maintained
6352 F:      drivers/net/macvlan.c
6353 F:      include/linux/if_*vlan.h
6354 F:      net/8021q/
6355
6356 VLYNQ BUS
6357 P:      Florian Fainelli
6358 M:      florian@openwrt.org
6359 L:      openwrt-devel@lists.openwrt.org
6360 S:      Maintained
6361 F:      drivers/vlynq/vlynq.c
6362 F:      include/linux/vlynq.h
6363
6364 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6365 P:      Liam Girdwood
6366 M:      lrg@slimlogic.co.uk
6367 P:      Mark Brown
6368 M:      broonie@opensource.wolfsonmicro.com
6369 W:      http://opensource.wolfsonmicro.com/node/15
6370 W:      http://www.slimlogic.co.uk/?p=48
6371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6372 S:      Supported
6373 F:      drivers/regulator/
6374 F:      include/linux/regulator/
6375
6376 VT1211 HARDWARE MONITOR DRIVER
6377 P:      Juerg Haefliger
6378 M:      juergh@gmail.com
6379 L:      lm-sensors@lm-sensors.org
6380 S:      Maintained
6381 F:      Documentation/hwmon/vt1211
6382 F:      drivers/hwmon/vt1211.c
6383
6384 VT8231 HARDWARE MONITOR DRIVER
6385 P:      Roger Lucas
6386 M:      vt8231@hiddenengine.co.uk
6387 L:      lm-sensors@lm-sensors.org
6388 S:      Maintained
6389 F:      drivers/hwmon/vt8231.c
6390
6391 W1 DALLAS'S 1-WIRE BUS
6392 P:      Evgeniy Polyakov
6393 M:      johnpol@2ka.mipt.ru
6394 S:      Maintained
6395 F:      Documentation/w1/
6396 F:      drivers/w1/
6397
6398 W83791D HARDWARE MONITORING DRIVER
6399 P:      Marc Hulsman
6400 M:      m.hulsman@tudelft.nl
6401 L:      lm-sensors@lm-sensors.org
6402 S:      Maintained
6403 F:      Documentation/hwmon/w83791d
6404 F:      drivers/hwmon/w83791d.c
6405
6406 W83793 HARDWARE MONITORING DRIVER
6407 P:      Rudolf Marek
6408 M:      r.marek@assembler.cz
6409 L:      lm-sensors@lm-sensors.org
6410 S:      Maintained
6411 F:      Documentation/hwmon/w83793
6412 F:      drivers/hwmon/w83793.c
6413
6414 W83L51xD SD/MMC CARD INTERFACE DRIVER
6415 P:      Pierre Ossman
6416 M:      pierre@ossman.eu
6417 S:      Maintained
6418 F:      drivers/mmc/host/wbsd.*
6419
6420 WATCHDOG DEVICE DRIVERS
6421 P:      Wim Van Sebroeck
6422 M:      wim@iguana.be
6423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6424 S:      Maintained
6425 F:      Documentation/watchdog/
6426 F:      drivers/watchdog/
6427 F:      include/linux/watchdog.h
6428
6429 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6430 P:      Jean Tourrilhes
6431 M:      jt@hpl.hp.com
6432 L:      linux-wireless@vger.kernel.org
6433 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6434 S:      Maintained
6435 F:      Documentation/networking/wavelan.txt
6436 F:      drivers/net/wireless/wavelan*
6437
6438 WD7000 SCSI DRIVER
6439 P:      Miroslav Zagorac
6440 M:      zaga@fly.cc.fer.hr
6441 L:      linux-scsi@vger.kernel.org
6442 S:      Maintained
6443 F:      drivers/scsi/wd7000.c
6444
6445 WIMAX STACK
6446 P:      Inaky Perez-Gonzalez
6447 M:      inaky.perez-gonzalez@intel.com
6448 M:      linux-wimax@intel.com
6449 L:      wimax@linuxwimax.org
6450 S:      Supported
6451 W:      http://linuxwimax.org
6452
6453 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6454 P:      David Vrabel
6455 M:      david.vrabel@csr.com
6456 S:      Maintained
6457 F:      include/linux/wlp.h
6458 F:      drivers/uwb/wlp/
6459
6460 WISTRON LAPTOP BUTTON DRIVER
6461 P:      Miloslav Trmac
6462 M:      mitr@volny.cz
6463 S:      Maintained
6464 F:      drivers/input/misc/wistron_btns.c
6465
6466 WL3501 WIRELESS PCMCIA CARD DRIVER
6467 P:      Arnaldo Carvalho de Melo
6468 M:      acme@ghostprotocols.net
6469 L:      linux-wireless@vger.kernel.org
6470 W:      http://oops.ghostprotocols.net:81/blog
6471 S:      Maintained
6472 F:      drivers/net/wireless/wl3501*
6473
6474 WM97XX TOUCHSCREEN DRIVERS
6475 P:      Mark Brown
6476 M:      broonie@opensource.wolfsonmicro.com
6477 P:      Liam Girdwood
6478 M:      lrg@slimlogic.co.uk
6479 L:      linux-input@vger.kernel.org
6480 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6481 W:      http://opensource.wolfsonmicro.com/node/7
6482 S:      Supported
6483 F:      drivers/input/touchscreen/*wm97*
6484 F:      include/linux/wm97xx.h
6485
6486 X.25 NETWORK LAYER
6487 P:      Henner Eisen
6488 M:      eis@baty.hanse.de
6489 L:      linux-x25@vger.kernel.org
6490 S:      Maintained
6491 F:      Documentation/networking/x25*
6492 F:      include/net/x25*
6493 F:      net/x25/
6494
6495 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6496 P:      Thomas Gleixner
6497 M:      tglx@linutronix.de
6498 P:      Ingo Molnar
6499 M:      mingo@redhat.com
6500 P:      H. Peter Anvin
6501 M:      hpa@zytor.com
6502 M:      x86@kernel.org
6503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6504 S:      Maintained
6505 F:      Documentation/x86/
6506 F:      arch/x86/
6507
6508 XEN HYPERVISOR INTERFACE
6509 P:      Jeremy Fitzhardinge
6510 M:      jeremy@xensource.com
6511 P:      Chris Wright
6512 M:      chrisw@sous-sol.org
6513 L:      virtualization@lists.osdl.org
6514 L:      xen-devel@lists.xensource.com
6515 S:      Supported
6516 F:      arch/x86/xen/
6517 F:      drivers/*/xen-*front.c
6518 F:      drivers/xen/
6519 F:      arch/x86/include/asm/xen/
6520 F:      include/xen/
6521
6522 XFS FILESYSTEM
6523 P:      Silicon Graphics Inc
6524 P:      Felix Blyakher
6525 M:      felixb@sgi.com
6526 M:      xfs-masters@oss.sgi.com
6527 L:      xfs@oss.sgi.com
6528 W:      http://oss.sgi.com/projects/xfs
6529 T:      git git://oss.sgi.com/xfs/xfs.git
6530 S:      Supported
6531 F:      Documentation/filesystems/xfs.txt
6532 F:      fs/xfs/
6533
6534 XILINX SYSTEMACE DRIVER
6535 P:      Grant Likely
6536 M:      grant.likely@secretlab.ca
6537 W:      http://www.secretlab.ca/
6538 S:      Maintained
6539 F:      drivers/block/xsysace.c
6540
6541 XILINX UARTLITE SERIAL DRIVER
6542 P:      Peter Korsgaard
6543 M:      jacmet@sunsite.dk
6544 L:      linux-serial@vger.kernel.org
6545 S:      Maintained
6546 F:      drivers/serial/uartlite.c
6547
6548 YAM DRIVER FOR AX.25
6549 P:      Jean-Paul Roubelat
6550 M:      jpr@f6fbb.org
6551 L:      linux-hams@vger.kernel.org
6552 S:      Maintained
6553 F:      drivers/net/hamradio/yam*
6554 F:      include/linux/yam.h
6555
6556 YEALINK PHONE DRIVER
6557 P:      Henk Vergonet
6558 M:      Henk.Vergonet@gmail.com
6559 L:      usbb2k-api-dev@nongnu.org
6560 S:      Maintained
6561 F:      Documentation/input/yealink.txt
6562 F:      drivers/input/misc/yealink.*
6563
6564 Z8530 DRIVER FOR AX.25
6565 P:      Joerg Reuter
6566 M:      jreuter@yaina.de
6567 W:      http://yaina.de/jreuter/
6568 W:      http://www.qsl.net/dl1bke/
6569 L:      linux-hams@vger.kernel.org
6570 S:      Maintained
6571 F:      Documentation/networking/z8530drv.txt
6572 F:      drivers/net/hamradio/*scc.c
6573 F:      drivers/net/hamradio/z8530.h
6574
6575 ZD1211RW WIRELESS DRIVER
6576 P:      Daniel Drake
6577 M:      dsd@gentoo.org
6578 P:      Ulrich Kunitz
6579 M:      kune@deine-taler.de
6580 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6581 L:      linux-wireless@vger.kernel.org
6582 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6583 S:      Maintained
6584 F:      drivers/net/wireless/zd1211rw/
6585
6586 ZR36067 VIDEO FOR LINUX DRIVER
6587 L:      mjpeg-users@lists.sourceforge.net
6588 L:      linux-media@vger.kernel.org
6589 W:      http://mjpeg.sourceforge.net/driver-zoran/
6590 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6591 S:      Odd Fixes
6592 F:      drivers/media/video/zoran/
6593
6594 ZS DECSTATION Z85C30 SERIAL DRIVER
6595 P:      Maciej W. Rozycki
6596 M:      macro@linux-mips.org
6597 S:      Maintained
6598 F:      drivers/serial/zs.*
6599
6600 THE REST
6601 P:      Linus Torvalds
6602 M:      torvalds@linux-foundation.org
6603 L:      linux-kernel@vger.kernel.org
6604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6605 S:      Buried alive in reporters
6606 F:      *
6607 F:      */