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