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