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