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