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