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