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