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