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