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