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