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