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