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