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