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