ALSA: hda: take reg_lock in azx_init_cmd_io/azx_free_cmd_io
[pandora-kernel.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE CC: the maintainers and mailing lists that are generated
40         by scripts/get_maintainer.pl.  The results returned by the
41         script will be best if you have git installed and are making
42         your changes in a branch derived from Linus' latest git tree.
43         See Documentation/SubmittingPatches for details.
44
45         PLEASE try to include any credit lines you want added with the
46         patch. It avoids people being missed off by mistake and makes
47         it easier to know who wants adding and who doesn't.
48
49         PLEASE document known bugs. If it doesn't work for everything
50         or does something very odd once a month document it.
51
52         PLEASE remember that submissions must be made under the terms
53         of the OSDL certificate of contribution and should include a
54         Signed-off-by: line.  The current version of this "Developer's
55         Certificate of Origin" (DCO) is listed in the file
56         Documentation/SubmittingPatches.
57
58 6.      Make sure you have the right to send any changes you make. If you
59         do changes at work you may find your employer owns the patch
60         not you.
61
62 7.      When sending security related changes or reports to a maintainer
63         please Cc: security@kernel.org, especially if the maintainer
64         does not respond.
65
66 8.      Happy hacking.
67
68                 -----------------------------------
69
70 Maintainers List (try to look for most precise areas first)
71
72 Note: For the hard of thinking, this list is meant to remain in alphabetical
73 order. If you could add yourselves to it in alphabetical order that would be
74 so much easier [Ed]
75
76 P: Person
77 M: Mail patches to
78 L: Mailing list that is relevant to this area
79 W: Web-page with status/info
80 T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
81 S: Status, one of the following:
82
83         Supported:      Someone is actually paid to look after this.
84         Maintained:     Someone actually looks after it.
85         Odd Fixes:      It has a maintainer but they don't have time to do
86                         much other than throw the odd patch in. See below..
87         Orphan:         No current maintainer [but maybe you could take the
88                         role as you write your new code].
89         Obsolete:       Old code. Something tagged obsolete generally means
90                         it has been replaced by a better system and you
91                         should be using that.
92
93 F: Files and directories with wildcard patterns.
94    A trailing slash includes all files and subdirectory files.
95         F:      drivers/net/    all files in and below drivers/net
96         F:      drivers/net/*   all files in drivers/net, but not below
97         F:      */net/*         all files in "any top level directory"/net
98    One pattern per line.  Multiple F: lines acceptable.
99 X: Files and directories that are NOT maintained, same rules as F:
100    Files exclusions are tested before file matches.
101    Can be useful for excluding a specific subdirectory, for instance:
102         F:      net/
103         X:      net/ipv6/
104    matches all files in and below net excluding net/ipv6/
105
106 3C505 NETWORK DRIVER
107 P:      Philip Blundell
108 M:      philb@gnu.org
109 L:      netdev@vger.kernel.org
110 S:      Maintained
111 F:      drivers/net/3c505*
112
113 3C59X NETWORK DRIVER
114 P:      Steffen Klassert
115 M:      klassert@mathematik.tu-chemnitz.de
116 L:      netdev@vger.kernel.org
117 S:      Maintained
118 F:      Documentation/networking/vortex.txt
119 F:      drivers/net/3c59x.c
120
121 3CR990 NETWORK DRIVER
122 P:      David Dillow
123 M:      dave@thedillows.org
124 L:      netdev@vger.kernel.org
125 S:      Maintained
126 F:      drivers/net/typhoon*
127
128 3W-9XXX SATA-RAID CONTROLLER DRIVER
129 P:      Adam Radford
130 M:      linuxraid@amcc.com
131 L:      linux-scsi@vger.kernel.org
132 W:      http://www.amcc.com
133 S:      Supported
134 F:      drivers/scsi/3w-9xxx*
135
136 3W-XXXX ATA-RAID CONTROLLER DRIVER
137 P:      Adam Radford
138 M:      linuxraid@amcc.com
139 L:      linux-scsi@vger.kernel.org
140 W:      http://www.amcc.com
141 S:      Supported
142 F:      drivers/scsi/3w-xxxx*
143
144 53C700 AND 53C700-66 SCSI DRIVER
145 P:      James E.J. Bottomley
146 M:      James.Bottomley@HansenPartnership.com
147 L:      linux-scsi@vger.kernel.org
148 S:      Maintained
149 F:      drivers/scsi/53c700*
150
151 6PACK NETWORK DRIVER FOR AX.25
152 P:      Andreas Koensgen
153 M:      ajk@iehk.rwth-aachen.de
154 L:      linux-hams@vger.kernel.org
155 S:      Maintained
156 F:      drivers/net/hamradio/6pack.c
157
158 8169 10/100/1000 GIGABIT ETHERNET DRIVER
159 P:      Francois Romieu
160 M:      romieu@fr.zoreil.com
161 L:      netdev@vger.kernel.org
162 S:      Maintained
163 F:      drivers/net/r8169.c
164
165 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
166 P:      Alan Cox
167 M:      alan@lxorguk.ukuu.org.uk
168 L:      linux-serial@vger.kernel.org
169 W:      http://serial.sourceforge.net
170 S:      Odd Fixes
171 F:      drivers/serial/8250*
172 F:      include/linux/serial_8250.h
173
174 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
175 P:      Paul Gortmaker
176 M:      p_gortmaker@yahoo.com
177 L:      netdev@vger.kernel.org
178 S:      Maintained
179 F:      drivers/net/*8390*
180 F:      drivers/net/ax88796.c
181
182 9P FILE SYSTEM
183 P:      Eric Van Hensbergen
184 M:      ericvh@gmail.com
185 P:      Ron Minnich
186 M:      rminnich@sandia.gov
187 P:      Latchesar Ionkov
188 M:      lucho@ionkov.net
189 L:      v9fs-developer@lists.sourceforge.net
190 W:      http://swik.net/v9fs
191 T:      git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
192 S:      Maintained
193 F:      Documentation/filesystems/9p.txt
194 F:      fs/9p/
195
196 A2232 SERIAL BOARD DRIVER
197 P:      Enver Haase
198 M:      A2232@gmx.net
199 L:      linux-m68k@lists.linux-m68k.org
200 S:      Maintained
201 F:      drivers/char/ser_a2232*
202
203 AACRAID SCSI RAID DRIVER
204 P:      Adaptec OEM Raid Solutions
205 M:      aacraid@adaptec.com
206 L:      linux-scsi@vger.kernel.org
207 W:      http://www.adaptec.com/
208 S:      Supported
209 F:      Documentation/scsi/aacraid.txt
210 F:      drivers/scsi/aacraid/
211
212 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
213 P:      Hans de Goede
214 M:      j.w.r.degoede@hhs.nl
215 L:      lm-sensors@lm-sensors.org
216 S:      Maintained
217 F:      drivers/hwmon/abituguru.c
218
219 ABIT UGURU 3 HARDWARE MONITOR DRIVER
220 P:      Alistair John Strachan
221 M:      alistair@devzero.co.uk
222 L:      lm-sensors@lm-sensors.org
223 S:      Maintained
224 F:      drivers/hwmon/abituguru3.c
225
226 ACENIC DRIVER
227 P:      Jes Sorensen
228 M:      jes@trained-monkey.org
229 L:      linux-acenic@sunsite.dk
230 S:      Maintained
231 F:      drivers/net/acenic*
232
233 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
234 P: Peter Feuerer
235 M: peter@piie.net
236 W: http://piie.net/?section=acerhdf
237 S: Maintained
238 F: drivers/platform/x86/acerhdf.c
239
240 ACER WMI LAPTOP EXTRAS
241 P:      Carlos Corbacho
242 M:      carlos@strangeworlds.co.uk
243 L:      aceracpi@googlegroups.com (subscribers-only)
244 W:      http://code.google.com/p/aceracpi
245 S:      Maintained
246 F:      drivers/platform/x86/acer-wmi.c
247
248 ACPI
249 P:      Len Brown
250 M:      lenb@kernel.org
251 L:      linux-acpi@vger.kernel.org
252 W:      http://www.lesswatts.org/projects/acpi/
253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
254 S:      Supported
255 F:      drivers/acpi/
256 F:      drivers/pnp/pnpacpi/
257 F:      include/linux/acpi.h
258
259 ACPI BATTERY DRIVERS
260 P:      Alexey Starikovskiy
261 M:      astarikovskiy@suse.de
262 L:      linux-acpi@vger.kernel.org
263 W:      http://www.lesswatts.org/projects/acpi/
264 S:      Supported
265 F:      drivers/acpi/battery.c
266 F:      drivers/acpi/*sbs*
267
268 ACPI EC DRIVER
269 P:      Alexey Starikovskiy
270 M:      astarikovskiy@suse.de
271 L:      linux-acpi@vger.kernel.org
272 W:      http://www.lesswatts.org/projects/acpi/
273 S:      Supported
274 F:      drivers/acpi/ec.c
275
276 ACPI FAN DRIVER
277 P:      Zhang Rui
278 M:      rui.zhang@intel.com
279 L:      linux-acpi@vger.kernel.org
280 W:      http://www.lesswatts.org/projects/acpi/
281 S:      Supported
282 F:      drivers/acpi/fan.c
283
284 ACPI PCI HOTPLUG DRIVER
285 P:      Kristen Carlson Accardi
286 M:      kristen.c.accardi@intel.com
287 L:      linux-pci@vger.kernel.org
288 S:      Supported
289 F:      drivers/pci/hotplug/acpi*
290
291 ACPI THERMAL DRIVER
292 P:      Zhang Rui
293 M:      rui.zhang@intel.com
294 L:      linux-acpi@vger.kernel.org
295 W:      http://www.lesswatts.org/projects/acpi/
296 S:      Supported
297 F:      drivers/acpi/*thermal*
298
299 ACPI VIDEO DRIVER
300 P:      Zhang Rui
301 M:      rui.zhang@intel.com
302 L:      linux-acpi@vger.kernel.org
303 W:      http://www.lesswatts.org/projects/acpi/
304 S:      Supported
305 F:      drivers/acpi/video.c
306
307 ACPI WMI DRIVER
308 P:      Carlos Corbacho
309 M:      carlos@strangeworlds.co.uk
310 L:      linux-acpi@vger.kernel.org
311 W:      http://www.lesswatts.org/projects/acpi/
312 S:      Maintained
313 F:      drivers/platform/x86/wmi.c
314
315 AD1889 ALSA SOUND DRIVER
316 P:      Kyle McMartin
317 M:      kyle@mcmartin.ca
318 P:      Thibaut Varene
319 M:      T-Bone@parisc-linux.org
320 W:      http://wiki.parisc-linux.org/AD1889
321 L:      linux-parisc@vger.kernel.org
322 S:      Maintained
323 F:      sound/pci/ad1889.*
324
325 ADM1025 HARDWARE MONITOR DRIVER
326 P:      Jean Delvare
327 M:      khali@linux-fr.org
328 L:      lm-sensors@lm-sensors.org
329 S:      Maintained
330 F:      Documentation/hwmon/adm1025
331 F:      drivers/hwmon/adm1025.c
332
333 ADM1029 HARDWARE MONITOR DRIVER
334 P:      Corentin Labbe
335 M:      corentin.labbe@geomatys.fr
336 L:      lm-sensors@lm-sensors.org
337 S:      Maintained
338 F:      drivers/hwmon/adm1029.c
339
340 ADM8211 WIRELESS DRIVER
341 P:      Michael Wu
342 M:      flamingice@sourmilk.net
343 L:      linux-wireless@vger.kernel.org
344 W:      http://linuxwireless.org/
345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
346 S:      Maintained
347 F:      drivers/net/wireless/adm8211.*
348
349 ADT746X FAN DRIVER
350 P:      Colin Leroy
351 M:      colin@colino.net
352 S:      Maintained
353 F:      drivers/macintosh/therm_adt746x.c
354
355 ADVANSYS SCSI DRIVER
356 P:      Matthew Wilcox
357 M:      matthew@wil.cx
358 L:      linux-scsi@vger.kernel.org
359 S:      Maintained
360 F:      Documentation/scsi/advansys.txt
361 F:      drivers/scsi/advansys.c
362
363 AEDSP16 DRIVER
364 P:      Riccardo Facchetti
365 M:      fizban@tin.it
366 S:      Maintained
367 F:      sound/oss/aedsp16.c
368
369 AFFS FILE SYSTEM
370 P:      Roman Zippel
371 M:      zippel@linux-m68k.org
372 S:      Maintained
373 F:      Documentation/filesystems/affs.txt
374 F:      fs/affs/
375
376 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
377 P:      David Howells
378 M:      dhowells@redhat.com
379 L:      linux-afs@lists.infradead.org
380 S:      Supported
381 F:      fs/afs/
382 F:      include/net/af_rxrpc.h
383 F:      net/rxrpc/af_rxrpc.c
384
385 AGPGART DRIVER
386 P:      David Airlie
387 M:      airlied@linux.ie
388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
389 S:      Maintained
390 F:      drivers/char/agp/
391 F:      include/linux/agp*
392
393 AHA152X SCSI DRIVER
394 P:      Juergen E. Fischer
395 M:      fischer@norbit.de
396 L:      linux-scsi@vger.kernel.org
397 S:      Maintained
398 F:      drivers/scsi/aha152x*
399 F:      drivers/scsi/pcmcia/aha152x*
400
401 AIC7XXX / AIC79XX SCSI DRIVER
402 P:      Hannes Reinecke
403 M:      hare@suse.de
404 L:      linux-scsi@vger.kernel.org
405 S:      Maintained
406 F:      drivers/scsi/aic7xxx/
407 F:      drivers/scsi/aic7xxx_old/
408
409 AIO
410 P:      Benjamin LaHaise
411 M:      bcrl@kvack.org
412 L:      linux-aio@kvack.org
413 S:      Supported
414 F:      fs/aio.c
415 F:      include/linux/*aio*.h
416
417 ALCATEL SPEEDTOUCH USB DRIVER
418 P:      Duncan Sands
419 M:      duncan.sands@free.fr
420 L:      linux-usb@vger.kernel.org
421 W:      http://www.linux-usb.org/SpeedTouch/
422 S:      Maintained
423 F:      drivers/usb/atm/speedtch.c
424 F:      drivers/usb/atm/usbatm.c
425
426 ALCHEMY AU1XX0 MMC DRIVER
427 P:      Manuel Lauss
428 M:      manuel.lauss@gmail.com
429 S:      Maintained
430 F:      drivers/mmc/host/au1xmmc.c
431
432 ALI1563 I2C DRIVER
433 P:      Rudolf Marek
434 M:      r.marek@assembler.cz
435 L:      linux-i2c@vger.kernel.org
436 S:      Maintained
437 F:      Documentation/i2c/busses/i2c-ali1563
438 F:      drivers/i2c/busses/i2c-ali1563.c
439
440 ALPHA PORT
441 P:      Richard Henderson
442 M:      rth@twiddle.net
443 S:      Odd Fixes for 2.4; Maintained for 2.6.
444 P:      Ivan Kokshaysky
445 M:      ink@jurassic.park.msu.ru
446 S:      Maintained for 2.4; PCI support for 2.6.
447 L:      linux-alpha@vger.kernel.org
448 F:      arch/alpha/
449
450 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
451 P:      Thomas Dahlmann
452 M:      dahlmann.thomas@arcor.de
453 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
454 S:      Supported
455 F:      drivers/usb/gadget/amd5536udc.*
456
457 AMD GEODE PROCESSOR/CHIPSET SUPPORT
458 P:      Jordan Crouse
459 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
460 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
461 S:      Supported
462 F:      arch/x86/kernel/geode_32.c
463 F:      drivers/char/hw_random/geode-rng.c
464 F:      drivers/crypto/geode*
465 F:      drivers/video/geode/
466 F:      arch/x86/include/asm/geode.h
467
468 AMD IOMMU (AMD-VI)
469 P:      Joerg Roedel
470 M:      joerg.roedel@amd.com
471 L:      iommu@lists.linux-foundation.org
472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
473 S:      Supported
474 F:      arch/x86/kernel/amd_iommu*.c
475 F:      arch/x86/include/asm/amd_iommu*.h
476
477 AMD MICROCODE UPDATE SUPPORT
478 P:      Andreas Herrmann
479 M:      andreas.herrmann3@amd.com
480 L:      amd64-microcode@amd64.org
481 S:      Supported
482 F:      arch/x86/kernel/microcode_amd.c
483
484 AMS (Apple Motion Sensor) DRIVER
485 P:      Stelian Pop
486 M:      stelian@popies.net
487 P:      Michael Hanselmann
488 M:      linux-kernel@hansmi.ch
489 S:      Supported
490 F:      drivers/hwmon/ams/
491
492 AMSO1100 RNIC DRIVER
493 P:      Tom Tucker
494 M:      tom@opengridcomputing.com
495 P:      Steve Wise
496 M:      swise@opengridcomputing.com
497 L:      general@lists.openfabrics.org
498 S:      Maintained
499 F:      drivers/infiniband/hw/amso1100/
500
501 AOA (Apple Onboard Audio) ALSA DRIVER
502 P:      Johannes Berg
503 M:      johannes@sipsolutions.net
504 L:      linuxppc-dev@ozlabs.org
505 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
506 S:      Maintained
507 F:      sound/aoa/
508
509 APM DRIVER
510 P:      Stephen Rothwell
511 M:      sfr@canb.auug.org.au
512 L:      linux-laptop@vger.kernel.org
513 W:      http://www.canb.auug.org.au/~sfr/
514 S:      Supported
515 F:      arch/x86/kernel/apm_32.c
516 F:      include/linux/apm_bios.h
517
518 APPLE BCM5974 MULTITOUCH DRIVER
519 P:      Henrik Rydberg
520 M:      rydberg@euromail.se
521 L:      linux-input@vger.kernel.org
522 S:      Maintained
523 F:      drivers/input/mouse/bcm5974.c
524
525 APPLE SMC DRIVER
526 P:      Nicolas Boichat
527 M:      nicolas@boichat.ch
528 L:      mactel-linux-devel@lists.sourceforge.net
529 S:      Maintained
530 F:      drivers/hwmon/applesmc.c
531
532 APPLETALK NETWORK LAYER
533 P:      Arnaldo Carvalho de Melo
534 M:      acme@ghostprotocols.net
535 S:      Maintained
536 F:      drivers/net/appletalk/
537 F:      net/appletalk/
538
539 APPLETOUCH TOUCHPAD DRIVER
540 P:      Johannes Berg
541 M:      johannes@sipsolutions.net
542 L:      linux-input@vger.kernel.org
543 S:      Maintained
544 F:      Documentation/input/appletouch.txt
545 F:      drivers/input/mouse/appletouch.c
546
547 ARC FRAMEBUFFER DRIVER
548 P:      Jaya Kumar
549 M:      jayalk@intworks.biz
550 S:      Maintained
551 F:      drivers/video/arcfb.c
552 F:      drivers/video/fb_defio.c
553
554 ARM MFM AND FLOPPY DRIVERS
555 P:      Ian Molton
556 M:      spyro@f2s.com
557 S:      Maintained
558 F:      arch/arm/lib/floppydma.S
559 F:      arch/arm/include/asm/floppy.h
560
561 ARM PORT
562 P:      Russell King
563 M:      linux@arm.linux.org.uk
564 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
565 W:      http://www.arm.linux.org.uk/
566 S:      Maintained
567 F:      arch/arm/
568
569 ARM PRIMECELL MMCI PL180/1 DRIVER
570 S:      Orphan
571 F:      drivers/mmc/host/mmci.*
572
573 ARM/ADI ROADRUNNER MACHINE SUPPORT
574 P:      Lennert Buytenhek
575 M:      kernel@wantstofly.org
576 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
577 S:      Maintained
578 F:      arch/arm/mach-ixp23xx/
579 F:      arch/arm/mach-ixp23xx/include/mach/
580
581 ARM/ADS SPHERE MACHINE SUPPORT
582 P:      Lennert Buytenhek
583 M:      kernel@wantstofly.org
584 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
585 S:      Maintained
586
587 ARM/AFEB9260 MACHINE SUPPORT
588 P:      Sergey Lapin
589 M:      slapin@ossfans.org
590 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
591 S:      Maintained
592
593 ARM/AJECO 1ARM MACHINE SUPPORT
594 P:      Lennert Buytenhek
595 M:      kernel@wantstofly.org
596 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
597 S:      Maintained
598
599 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
600 P:      Andrew Victor
601 M:      linux@maxim.org.za
602 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
603 W:      http://maxim.org.za/at91_26.html
604 S:      Maintained
605
606 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
607 P:      Lennert Buytenhek
608 M:      kernel@wantstofly.org
609 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
610 S:      Maintained
611
612 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
613 P:      Lennert Buytenhek
614 M:      kernel@wantstofly.org
615 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
616 S:      Maintained
617
618 ARM/CLKDEV SUPPORT
619 P:      Russell King
620 M:      linux@arm.linux.org.uk
621 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
622 F:      arch/arm/common/clkdev.c
623 F:      arch/arm/include/asm/clkdev.h
624
625 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
626 P:      Mike Rapoport
627 M:      mike@compulab.co.il
628 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
629 S:      Maintained
630
631 ARM/CORGI MACHINE SUPPORT
632 P:      Richard Purdie
633 M:      rpurdie@rpsys.net
634 S:      Maintained
635
636 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
637 P:      Paulius Zaleckas
638 M:      paulius.zaleckas@teltonika.lt
639 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
640 T:      git git://gitorious.org/linux-gemini/mainline.git
641 S:      Maintained
642 F:      arch/arm/mach-gemini/
643
644 ARM/EBSA110 MACHINE SUPPORT
645 P:      Russell King
646 M:      linux@arm.linux.org.uk
647 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
648 W:      http://www.arm.linux.org.uk/
649 S:      Maintained
650 F:      arch/arm/mach-ebsa110/
651 F:      drivers/net/arm/am79c961a.*
652
653 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
654 P:      Daniel Ribeiro
655 M:      drwyrm@gmail.com
656 P:      Stefan Schmidt
657 M:      stefan@openezx.org
658 P:      Harald Welte
659 M:      laforge@openezx.org
660 L:      openezx-devel@lists.openezx.org (subscribers-only)
661 W:      http://www.openezx.org/
662 S:      Maintained
663 T:      topgit git://git.openezx.org/openezx.git
664 F:      arch/arm/mach-pxa/ezx.c
665
666 ARM/FARADAY FA526 PORT
667 P:      Paulius Zaleckas
668 M:      paulius.zaleckas@teltonika.lt
669 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
670 S:      Maintained
671 F:      arch/arm/mm/*-fa*
672
673 ARM/FOOTBRIDGE ARCHITECTURE
674 P:      Russell King
675 M:      linux@arm.linux.org.uk
676 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677 W:      http://www.arm.linux.org.uk/
678 S:      Maintained
679 F:      arch/arm/include/asm/hardware/dec21285.h
680 F:      arch/arm/mach-footbridge/
681
682 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
683 P:      Sascha Hauer
684 M:      kernel@pengutronix.de
685 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
686 S:      Maintained
687
688 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
689 P:      Lennert Buytenhek
690 M:      kernel@wantstofly.org
691 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
692 S:      Maintained
693
694 ARM/GUMSTIX MACHINE SUPPORT
695 P:      Steve Sakoman
696 M:      sakoman@gmail.com
697 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
698 S:      Maintained
699
700 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
701 P:      Philipp Zabel
702 M:      philipp.zabel@gmail.com
703 S:      Maintained
704 F:      arch/arm/mach-pxa/hx4700.c
705 F:      arch/arm/mach-pxa/include/mach/hx4700.h
706
707 ARM/HP JORNADA 7XX MACHINE SUPPORT
708 P:      Kristoffer Ericson
709 M:      kristoffer.ericson@gmail.com
710 W:      www.jlime.com
711 S:      Maintained
712
713 ARM/INTEL IOP32X ARM ARCHITECTURE
714 P:      Lennert Buytenhek
715 M:      kernel@wantstofly.org
716 P:      Dan Williams
717 M:      dan.j.williams@intel.com
718 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
719 S:      Supported
720
721 ARM/INTEL IOP33X ARM ARCHITECTURE
722 P:      Dan Williams
723 M:      dan.j.williams@intel.com
724 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
725 S:      Supported
726
727 ARM/INTEL IOP13XX ARM ARCHITECTURE
728 P:      Lennert Buytenhek
729 M:      kernel@wantstofly.org
730 P:      Dan Williams
731 M:      dan.j.williams@intel.com
732 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
733 S:      Supported
734
735 ARM/INTEL IQ81342EX MACHINE SUPPORT
736 P:      Lennert Buytenhek
737 M:      kernel@wantstofly.org
738 P:      Dan Williams
739 M:      dan.j.williams@intel.com
740 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
741 S:      Supported
742
743 ARM/INTEL IXP2000 ARM ARCHITECTURE
744 P:      Lennert Buytenhek
745 M:      kernel@wantstofly.org
746 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
747 S:      Maintained
748
749 ARM/INTEL IXDP2850 MACHINE SUPPORT
750 P:      Lennert Buytenhek
751 M:      kernel@wantstofly.org
752 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
753 S:      Maintained
754
755 ARM/INTEL IXP23XX ARM ARCHITECTURE
756 P:      Lennert Buytenhek
757 M:      kernel@wantstofly.org
758 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
759 S:      Maintained
760
761 ARM/INTEL XSC3 (MANZANO) ARM CORE
762 P:      Lennert Buytenhek
763 M:      kernel@wantstofly.org
764 P:      Dan Williams
765 M:      dan.j.williams@intel.com
766 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
767 S:      Supported
768
769 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
770 P:      Lennert Buytenhek
771 M:      kernel@wantstofly.org
772 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
773 S:      Maintained
774
775 ARM/LOGICPD PXA270 MACHINE SUPPORT
776 P:      Lennert Buytenhek
777 M:      kernel@wantstofly.org
778 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
779 S:      Maintained
780
781 ARM/MAGICIAN MACHINE SUPPORT
782 P:      Philipp Zabel
783 M:      philipp.zabel@gmail.com
784 S:      Maintained
785
786 ARM/MIOA701 MACHINE SUPPORT
787 P:      Robert Jarzmik
788 M:      robert.jarzmik@free.fr
789 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
790 F:      arch/arm/mach-pxa/mioa701.c
791 S:      Maintained
792
793 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
794 P:      Michael Petchkovsky
795 M:      mkpetch@internode.on.net
796 S:      Maintained
797
798 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
799 P:      Nelson Castillo
800 M:      arhuaco@freaks-unidos.net
801 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
802 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
803 S:      Supported
804
805 ARM/TOSA MACHINE SUPPORT
806 P:      Dmitry Eremin-Solenikov
807 M:      dbaryshkov@gmail.com
808 P:      Dirk Opfer
809 M:      dirk@opfer-online.de
810 S:      Maintained
811
812 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
813 P:      Marek Vasut
814 M:      marek.vasut@gmail.com
815 W:      http://hackndev.com
816 S:      Maintained
817
818 ARM/PALM TREO 680 SUPPORT
819 P:      Tomas Cech
820 M:      sleep_walker@suse.cz
821 W:      http://hackndev.com
822 S:      Maintained
823
824 ARM/PALMZ72 SUPPORT
825 P:      Sergey Lapin
826 M:      slapin@ossfans.org
827 W:      http://hackndev.com
828 S:      Maintained
829
830 ARM/PLEB SUPPORT
831 P:      Peter Chubb
832 M:      pleb@gelato.unsw.edu.au
833 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
834 S:      Maintained
835
836 ARM/PT DIGITAL BOARD PORT
837 P:      Stefan Eletzhofer
838 M:      stefan.eletzhofer@eletztrick.de
839 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
840 W:      http://www.arm.linux.org.uk/
841 S:      Maintained
842
843 ARM/RADISYS ENP2611 MACHINE SUPPORT
844 P:      Lennert Buytenhek
845 M:      kernel@wantstofly.org
846 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
847 S:      Maintained
848
849 ARM/RISCPC ARCHITECTURE
850 P:      Russell King
851 M:      linux@arm.linux.org.uk
852 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
853 W:      http://www.arm.linux.org.uk/
854 S:      Maintained
855 F:      arch/arm/common/time-acorn.c
856 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
857 F:      arch/arm/include/asm/hardware/ioc.h
858 F:      arch/arm/include/asm/hardware/iomd.h
859 F:      arch/arm/include/asm/hardware/memc.h
860 F:      arch/arm/mach-rpc/
861 F:      drivers/net/arm/ether*
862 F:      drivers/scsi/arm/
863
864 ARM/SHARK MACHINE SUPPORT
865 P:      Alexander Schulz
866 M:      alex@shark-linux.de
867 W:      http://www.shark-linux.de/shark.html
868 S:      Maintained
869
870 ARM/S3C2410 ARM ARCHITECTURE
871 P:      Ben Dooks
872 M:      ben-linux@fluff.org
873 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
874 W:      http://www.fluff.org/ben/linux/
875 S:      Maintained
876
877 ARM/S3C2440 ARM ARCHITECTURE
878 P:      Ben Dooks
879 M:      ben-linux@fluff.org
880 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
881 W:      http://www.fluff.org/ben/linux/
882 S:      Maintained
883
884 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
885 P:      Lennert Buytenhek
886 M:      kernel@wantstofly.org
887 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
888 S:      Maintained
889
890 ARM/THECUS N2100 MACHINE SUPPORT
891 P:      Lennert Buytenhek
892 M:      kernel@wantstofly.org
893 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
894 S:      Maintained
895
896 ARM/NUVOTON W90X900 ARM ARCHITECTURE
897 P:      Wan ZongShun
898 M:      mcuos.com@gmail.com
899 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
900 W:      http://www.mcuos.com
901 S:      Maintained
902
903 ARM/VFP SUPPORT
904 P:      Russell King
905 M:      linux@arm.linux.org.uk
906 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
907 W:      http://www.arm.linux.org.uk/
908 S:      Maintained
909 F:      arch/arm/vfp/
910
911 ARPD SUPPORT
912 P:      Jonathan Layes
913 L:      netdev@vger.kernel.org
914 S:      Maintained
915 F:      net/ipv4/arp.c
916
917 ASUS ACPI EXTRAS DRIVER
918 P:      Corentin Chary
919 M:      corentincj@iksaif.net
920 P:      Karol Kozimor
921 M:      sziwan@users.sourceforge.net
922 L:      acpi4asus-user@lists.sourceforge.net
923 W:      http://acpi4asus.sf.net
924 S:      Maintained
925 F:      arch/x86/kernel/acpi/boot.c
926 F:      drivers/platform/x86/asus_acpi.c
927
928 ASUS ASB100 HARDWARE MONITOR DRIVER
929 P:      Mark M. Hoffman
930 M:      mhoffman@lightlink.com
931 L:      lm-sensors@lm-sensors.org
932 S:      Maintained
933 F:      drivers/hwmon/asb100.c
934
935 ASUS LAPTOP EXTRAS DRIVER
936 P:      Corentin Chary
937 M:      corentincj@iksaif.net
938 L:      acpi4asus-user@lists.sourceforge.net
939 W:      http://acpi4asus.sf.net
940 S:      Maintained
941 F:      drivers/platform/x86/asus-laptop.c
942
943 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
944 P:      Dan Williams
945 M:      dan.j.williams@intel.com
946 P:      Maciej Sosnowski
947 M:      maciej.sosnowski@intel.com
948 W:      http://sourceforge.net/projects/xscaleiop
949 S:      Supported
950 F:      Documentation/crypto/async-tx-api.txt
951 F:      crypto/async_tx/
952 F:      drivers/dma/
953 F:      include/linux/dmaengine.h
954 F:      include/linux/async_tx.h
955
956 ATA OVER ETHERNET (AOE) DRIVER
957 P:      Ed L. Cashin
958 M:      ecashin@coraid.com
959 W:      http://www.coraid.com/support/linux
960 S:      Supported
961 F:      Documentation/aoe/
962 F:      drivers/block/aoe/
963
964 ATHEROS ATH5K WIRELESS DRIVER
965 P:      Jiri Slaby
966 M:      jirislaby@gmail.com
967 P:      Nick Kossifidis
968 M:      mickflemm@gmail.com
969 P:      Luis R. Rodriguez
970 M:      lrodriguez@atheros.com
971 P:      Bob Copeland
972 M:      me@bobcopeland.com
973 L:      linux-wireless@vger.kernel.org
974 L:      ath5k-devel@lists.ath5k.org
975 S:      Maintained
976 F:      drivers/net/wireless/ath/ath5k/
977
978 ATHEROS ATH9K WIRELESS DRIVER
979 P:      Luis R. Rodriguez
980 M:      lrodriguez@atheros.com
981 P:      Jouni Malinen
982 M:      jmalinen@atheros.com
983 P:      Sujith Manoharan
984 M:      Sujith.Manoharan@atheros.com
985 P:      Vasanthakumar Thiagarajan
986 M:      vasanth@atheros.com
987 P:      Senthil Balasubramanian
988 M:      senthilkumar@atheros.com
989 L:      linux-wireless@vger.kernel.org
990 L:      ath9k-devel@lists.ath9k.org
991 S:      Supported
992 F:      drivers/net/wireless/ath/ath9k/
993
994 ATHEROS AR9170 WIRELESS DRIVER
995 P:      Christian Lamparter
996 M:      chunkeey@web.de
997 L:      linux-wireless@vger.kernel.org
998 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
999 S:      Maintained
1000 F:      drivers/net/wireless/ath/ar9170/
1001
1002 ATI_REMOTE2 DRIVER
1003 P:      Ville Syrjala
1004 M:      syrjala@sci.fi
1005 S:      Maintained
1006 F:      drivers/input/misc/ati_remote2.c
1007
1008 ATLX ETHERNET DRIVERS
1009 P:      Jay Cliburn
1010 M:      jcliburn@gmail.com
1011 P:      Chris Snook
1012 M:      csnook@redhat.com
1013 P:      Jie Yang
1014 M:      jie.yang@atheros.com
1015 L:      atl1-devel@lists.sourceforge.net
1016 W:      http://sourceforge.net/projects/atl1
1017 W:      http://atl1.sourceforge.net
1018 S:      Maintained
1019 F:      drivers/net/atlx/
1020
1021 ATM
1022 P:      Chas Williams
1023 M:      chas@cmf.nrl.navy.mil
1024 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
1025 L:      netdev@vger.kernel.org
1026 W:      http://linux-atm.sourceforge.net
1027 S:      Maintained
1028 F:      drivers/atm/
1029 F:      include/linux/atm*
1030
1031 ATMEL AT91 MCI DRIVER
1032 P:      Nicolas Ferre
1033 M:      nicolas.ferre@atmel.com
1034 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1035 W:      http://www.atmel.com/products/AT91/
1036 W:      http://www.at91.com/
1037 S:      Maintained
1038 F:      drivers/mmc/host/at91_mci.c
1039
1040 ATMEL AT91 / AT32 MCI DRIVER
1041 P:      Nicolas Ferre
1042 M:      nicolas.ferre@atmel.com
1043 S:      Maintained
1044 F:      drivers/mmc/host/atmel-mci.c
1045 F:      drivers/mmc/host/atmel-mci-regs.h
1046
1047 ATMEL AT91 / AT32 SERIAL DRIVER
1048 P:      Haavard Skinnemoen
1049 M:      hskinnemoen@atmel.com
1050 S:      Supported
1051 F:      drivers/serial/atmel_serial.c
1052
1053 ATMEL LCDFB DRIVER
1054 P:      Nicolas Ferre
1055 M:      nicolas.ferre@atmel.com
1056 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1057 S:      Maintained
1058 F:      drivers/video/atmel_lcdfb.c
1059 F:      include/video/atmel_lcdc.h
1060
1061 ATMEL MACB ETHERNET DRIVER
1062 P:      Haavard Skinnemoen
1063 M:      hskinnemoen@atmel.com
1064 S:      Supported
1065 F:      drivers/net/macb.*
1066
1067 ATMEL SPI DRIVER
1068 P:      Haavard Skinnemoen
1069 M:      hskinnemoen@atmel.com
1070 S:      Supported
1071 F:      drivers/spi/atmel_spi.*
1072
1073 ATMEL USBA UDC DRIVER
1074 P:      Haavard Skinnemoen
1075 M:      hskinnemoen@atmel.com
1076 L:      kernel@avr32linux.org
1077 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1078 S:      Supported
1079 F:      drivers/usb/gadget/atmel_usba_udc.*
1080
1081 ATMEL WIRELESS DRIVER
1082 P:      Simon Kelley
1083 M:      simon@thekelleys.org.uk
1084 L:      linux-wireless@vger.kernel.org
1085 W:      http://www.thekelleys.org.uk/atmel
1086 W:      http://atmelwlandriver.sourceforge.net/
1087 S:      Maintained
1088 F:      drivers/net/wireless/atmel*
1089
1090 AUDIT SUBSYSTEM
1091 P:      Al Viro
1092 M:      viro@zeniv.linux.org.uk
1093 P:      Eric Paris
1094 M:      eparis@redhat.com
1095 L:      linux-audit@redhat.com (subscribers-only)
1096 W:      http://people.redhat.com/sgrubb/audit/
1097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1098 S:      Maintained
1099 F:      include/linux/audit.h
1100 F:      kernel/audit*
1101
1102 AUXILIARY DISPLAY DRIVERS
1103 P:      Miguel Ojeda Sandonis
1104 M:      miguel.ojeda.sandonis@gmail.com
1105 W:      http://miguelojeda.es/auxdisplay.htm
1106 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1107 S:      Maintained
1108 F:      drivers/auxdisplay/
1109 F:      include/linux/cfag12864b.h
1110
1111 AVR32 ARCHITECTURE
1112 P:      Haavard Skinnemoen
1113 M:      hskinnemoen@atmel.com
1114 W:      http://www.atmel.com/products/AVR32/
1115 W:      http://avr32linux.org/
1116 W:      http://avrfreaks.net/
1117 S:      Supported
1118 F:      arch/avr32/
1119
1120 AVR32/AT32AP MACHINE SUPPORT
1121 P:      Haavard Skinnemoen
1122 M:      hskinnemoen@atmel.com
1123 S:      Supported
1124 F:      arch/avr32/mach-at32ap/
1125
1126 AX.25 NETWORK LAYER
1127 P:      Ralf Baechle
1128 M:      ralf@linux-mips.org
1129 L:      linux-hams@vger.kernel.org
1130 W:      http://www.linux-ax25.org/
1131 S:      Maintained
1132 F:      include/linux/ax25.h
1133 F:      include/net/ax25.h
1134 F:      net/ax25/
1135
1136 B43 WIRELESS DRIVER
1137 P:      Michael Buesch
1138 M:      mb@bu3sch.de
1139 P:      Stefano Brivio
1140 M:      stefano.brivio@polimi.it
1141 L:      linux-wireless@vger.kernel.org
1142 W:      http://linuxwireless.org/en/users/Drivers/b43
1143 S:      Maintained
1144 F:      drivers/net/wireless/b43/
1145
1146 B43LEGACY WIRELESS DRIVER
1147 P:      Larry Finger
1148 M:      Larry.Finger@lwfinger.net
1149 P:      Stefano Brivio
1150 M:      stefano.brivio@polimi.it
1151 L:      linux-wireless@vger.kernel.org
1152 W:      http://linuxwireless.org/en/users/Drivers/b43
1153 S:      Maintained
1154 F:      drivers/net/wireless/b43legacy/
1155
1156 BACKLIGHT CLASS/SUBSYSTEM
1157 P:      Richard Purdie
1158 M:      rpurdie@rpsys.net
1159 S:      Maintained
1160 F:      drivers/video/backlight/
1161 F:      include/linux/backlight.h
1162
1163 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1164 P:      Thomas Sailer
1165 M:      t.sailer@alumni.ethz.ch
1166 L:      linux-hams@vger.kernel.org
1167 W:      http://www.baycom.org/~tom/ham/ham.html
1168 S:      Maintained
1169 F:      drivers/net/hamradio/baycom*
1170
1171 BEFS FILE SYSTEM
1172 P:      Sergey S. Kostyliov
1173 M:      rathamahata@php4.ru
1174 S:      Maintained
1175 F:      Documentation/filesystems/befs.txt
1176 F:      fs/befs/
1177
1178 BFS FILE SYSTEM
1179 P:      Tigran A. Aivazian
1180 M:      tigran@aivazian.fsnet.co.uk
1181 S:      Maintained
1182 F:      Documentation/filesystems/bfs.txt
1183 F:      fs/bfs/
1184 F:      include/linux/bfs_fs.h
1185
1186 BLACKFIN ARCHITECTURE
1187 P:      Mike Frysinger
1188 M:      vapier@gentoo.org
1189 L:      uclinux-dist-devel@blackfin.uclinux.org
1190 W:      http://blackfin.uclinux.org
1191 S:      Supported
1192 F:      arch/blackfin/
1193
1194 BLACKFIN EMAC DRIVER
1195 P:      Michael Hennerich
1196 M:      michael.hennerich@analog.com
1197 L:      uclinux-dist-devel@blackfin.uclinux.org
1198 W:      http://blackfin.uclinux.org
1199 S:      Supported
1200 F:      drivers/net/bfin_mac.*
1201
1202 BLACKFIN RTC DRIVER
1203 P:      Mike Frysinger
1204 M:      vapier.adi@gmail.com
1205 L:      uclinux-dist-devel@blackfin.uclinux.org
1206 W:      http://blackfin.uclinux.org
1207 S:      Supported
1208 F:      drivers/rtc/rtc-bfin.c
1209
1210 BLACKFIN SERIAL DRIVER
1211 P:      Sonic Zhang
1212 M:      sonic.zhang@analog.com
1213 L:      uclinux-dist-devel@blackfin.uclinux.org
1214 W:      http://blackfin.uclinux.org
1215 S:      Supported
1216 F:      drivers/serial/bfin_5xx.c
1217
1218 BLACKFIN WATCHDOG DRIVER
1219 P:      Mike Frysinger
1220 M:      vapier.adi@gmail.com
1221 L:      uclinux-dist-devel@blackfin.uclinux.org
1222 W:      http://blackfin.uclinux.org
1223 S:      Supported
1224 F:      drivers/watchdog/bfin_wdt.c
1225
1226 BLACKFIN I2C TWI DRIVER
1227 P:      Sonic Zhang
1228 M:      sonic.zhang@analog.com
1229 L:      uclinux-dist-devel@blackfin.uclinux.org
1230 W:      http://blackfin.uclinux.org/
1231 S:      Supported
1232 F:      drivers/i2c/busses/i2c-bfin-twi.c
1233
1234 BLOCK LAYER
1235 P:      Jens Axboe
1236 M:      axboe@kernel.dk
1237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1238 S:      Maintained
1239 F:      block/
1240
1241 BLOCK2MTD DRIVER
1242 P:      Joern Engel
1243 M:      joern@lazybastard.org
1244 L:      linux-mtd@lists.infradead.org
1245 S:      Maintained
1246 F:      drivers/mtd/devices/block2mtd.c
1247
1248 BLUETOOTH DRIVERS
1249 P:      Marcel Holtmann
1250 M:      marcel@holtmann.org
1251 L:      linux-bluetooth@vger.kernel.org
1252 W:      http://www.bluez.org/
1253 S:      Maintained
1254 F:      drivers/bluetooth/
1255
1256 BLUETOOTH SUBSYSTEM
1257 P:      Marcel Holtmann
1258 M:      marcel@holtmann.org
1259 L:      linux-bluetooth@vger.kernel.org
1260 W:      http://www.bluez.org/
1261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1262 S:      Maintained
1263 F:      net/bluetooth/
1264 F:      include/net/bluetooth/
1265
1266 BONDING DRIVER
1267 P:      Jay Vosburgh
1268 M:      fubar@us.ibm.com
1269 L:      bonding-devel@lists.sourceforge.net
1270 W:      http://sourceforge.net/projects/bonding/
1271 S:      Supported
1272 F:      drivers/net/bonding/
1273 F:      include/linux/if_bonding.h
1274
1275 BROADCOM B44 10/100 ETHERNET DRIVER
1276 P:      Gary Zambrano
1277 M:      zambrano@broadcom.com
1278 L:      netdev@vger.kernel.org
1279 S:      Supported
1280 F:      drivers/net/b44.*
1281
1282 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1283 P:      Michael Chan
1284 M:      mchan@broadcom.com
1285 L:      netdev@vger.kernel.org
1286 S:      Supported
1287 F:      drivers/net/bnx2.*
1288 F:      drivers/net/bnx2_*
1289
1290 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1291 P:      Eilon Greenstein
1292 M:      eilong@broadcom.com
1293 L:      netdev@vger.kernel.org
1294 S:      Supported
1295 F:      drivers/net/bnx2x*
1296
1297 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1298 P:      Matt Carlson
1299 M:      mcarlson@broadcom.com
1300 P:      Michael Chan
1301 M:      mchan@broadcom.com
1302 L:      netdev@vger.kernel.org
1303 S:      Supported
1304 F:      drivers/net/tg3.*
1305
1306 BSG (block layer generic sg v4 driver)
1307 P:      FUJITA Tomonori
1308 M:      fujita.tomonori@lab.ntt.co.jp
1309 L:      linux-scsi@vger.kernel.org
1310 S:      Supported
1311 F:      block/bsg.c
1312 F:      include/linux/bsg.h
1313
1314 BT8XXGPIO DRIVER
1315 P:      Michael Buesch
1316 M:      mb@bu3sch.de
1317 W:      http://bu3sch.de/btgpio.php
1318 S:      Maintained
1319 F:      drivers/gpio/bt8xxgpio.c
1320
1321 BTRFS FILE SYSTEM
1322 P:      Chris Mason
1323 M:      chris.mason@oracle.com
1324 L:      linux-btrfs@vger.kernel.org
1325 W:      http://btrfs.wiki.kernel.org/
1326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1327 S:      Maintained
1328 F:      Documentation/filesystems/btrfs.txt
1329 F:      fs/btrfs/
1330
1331 BTTV VIDEO4LINUX DRIVER
1332 P:      Mauro Carvalho Chehab
1333 M:      mchehab@infradead.org
1334 L:      linux-media@vger.kernel.org
1335 W:      http://linuxtv.org
1336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1337 S:      Maintained
1338 F:      Documentation/video4linux/bttv/
1339 F:      drivers/media/video/bt8xx/bttv*
1340
1341 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1342 P:      David Howells
1343 M:      dhowells@redhat.com
1344 L:      linux-cachefs@redhat.com
1345 S:      Supported
1346 F:      Documentation/filesystems/caching/cachefiles.txt
1347 F:      fs/cachefiles/
1348
1349 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1350 P:      Jonathan Corbet
1351 M:      corbet@lwn.net
1352 L:      linux-media@vger.kernel.org
1353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1354 S:      Maintained
1355 F:      Documentation/video4linux/cafe_ccic
1356 F:      drivers/media/video/cafe_ccic*
1357
1358 CALGARY x86-64 IOMMU
1359 P:      Muli Ben-Yehuda
1360 M:      muli@il.ibm.com
1361 P:      Jon D. Mason
1362 M:      jdmason@kudzu.us
1363 L:      discuss@x86-64.org
1364 S:      Maintained
1365 F:      arch/x86/kernel/pci-calgary_64.c
1366 F:      arch/x86/kernel/tce_64.c
1367 F:      arch/x86/include/asm/calgary.h
1368 F:      arch/x86/include/asm/tce.h
1369
1370 CAN NETWORK LAYER
1371 P:      Urs Thuermann
1372 M:      urs.thuermann@volkswagen.de
1373 P:      Oliver Hartkopp
1374 M:      oliver.hartkopp@volkswagen.de
1375 L:      socketcan-core@lists.berlios.de (subscribers-only)
1376 W:      http://developer.berlios.de/projects/socketcan/
1377 S:      Maintained
1378 F:      drivers/net/can/
1379 F:      include/linux/can/
1380 F:      include/linux/can.h
1381
1382 CAN NETWORK DRIVERS
1383 P:      Wolfgang Grandegger
1384 M:      wg@grandegger.com
1385 L:      socketcan-core@lists.berlios.de (subscribers-only)
1386 W:      http://developer.berlios.de/projects/socketcan/
1387 S:      Maintained
1388
1389 CELL BROADBAND ENGINE ARCHITECTURE
1390 P:      Arnd Bergmann
1391 M:      arnd@arndb.de
1392 L:      linuxppc-dev@ozlabs.org
1393 L:      cbe-oss-dev@ozlabs.org
1394 W:      http://www.ibm.com/developerworks/power/cell/
1395 S:      Supported
1396 F:      arch/powerpc/include/asm/cell*.h
1397 F:      arch/powerpc/include/asm/spu*.h
1398 F:      arch/powerpc/oprofile/*cell*
1399 F:      arch/powerpc/platforms/cell/
1400
1401 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1402 P:      David Vrabel
1403 M:      david.vrabel@csr.com
1404 L:      linux-usb@vger.kernel.org
1405 S:      Supported
1406 F:      Documentation/usb/WUSB-Design-overview.txt
1407 F:      Documentation/usb/wusb-cbaf
1408 F:      drivers/usb/wusbcore/
1409 F:      include/linux/usb/wusb*
1410
1411 CFAG12864B LCD DRIVER
1412 P:      Miguel Ojeda Sandonis
1413 M:      miguel.ojeda.sandonis@gmail.com
1414 W:      http://miguelojeda.es/auxdisplay.htm
1415 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1416 S:      Maintained
1417 F:      drivers/auxdisplay/cfag12864b.c
1418 F:      include/linux/cfag12864b.h
1419
1420 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1421 P:      Miguel Ojeda Sandonis
1422 M:      miguel.ojeda.sandonis@gmail.com
1423 W:      http://miguelojeda.es/auxdisplay.htm
1424 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1425 S:      Maintained
1426 F:      drivers/auxdisplay/cfag12864bfb.c
1427 F:      include/linux/cfag12864b.h
1428
1429 CFG80211 and NL80211
1430 P:      Johannes Berg
1431 M:      johannes@sipsolutions.net
1432 L:      linux-wireless@vger.kernel.org
1433 S:      Maintained
1434 F:      include/linux/nl80211.h
1435 F:      include/net/cfg80211.h
1436 F:      net/wireless/*
1437 X:      net/wireless/wext*
1438
1439 CHECKPATCH
1440 P:      Andy Whitcroft
1441 M:      apw@canonical.com
1442 S:      Supported
1443 F:      scripts/checkpatch.pl
1444
1445 CISCO 10G ETHERNET DRIVER
1446 P:      Scott Feldman
1447 M:      scofeldm@cisco.com
1448 P:      Joe Eykholt
1449 M:      jeykholt@cisco.com
1450 S:      Supported
1451 F:      drivers/net/enic/
1452
1453 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1454 P:      Lennert Buytenhek
1455 M:      kernel@wantstofly.org
1456 L:      netdev@vger.kernel.org
1457 S:      Maintained
1458 F:      drivers/net/arm/ep93xx_eth.c
1459
1460 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1461 P:      Lennert Buytenhek
1462 M:      kernel@wantstofly.org
1463 L:      linux-usb@vger.kernel.org
1464 S:      Maintained
1465 F:      drivers/usb/host/ohci-ep93xx.c
1466
1467 CIRRUS LOGIC CS4270 SOUND DRIVER
1468 P:      Timur Tabi
1469 M:      timur@freescale.com
1470 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1471 S:      Supported
1472 F:      sound/soc/codecs/cs4270*
1473
1474 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1475 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1476 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1477 P:      Nils Faerber (port to kernel 2.4)
1478 M:      Nils Faerber <nils@kernelconcepts.de>
1479 S:      Maintained
1480 F:      Documentation/input/cs461x.txt
1481 F:      sound/pci/cs46xx/
1482
1483 CLK API
1484 P:      Russell King
1485 M:      linux@arm.linux.org.uk
1486 F:      include/linux/clk.h
1487
1488 CISCO FCOE HBA DRIVER
1489 P:      Abhijeet Joglekar
1490 M:      abjoglek@cisco.com
1491 P:      Joe Eykholt
1492 M:      jeykholt@cisco.com
1493 L:      linux-scsi@vger.kernel.org
1494 S:      Supported
1495 F:      drivers/scsi/fnic/
1496
1497 CODA FILE SYSTEM
1498 P:      Jan Harkes
1499 M:      jaharkes@cs.cmu.edu
1500 M:      coda@cs.cmu.edu
1501 L:      codalist@coda.cs.cmu.edu
1502 W:      http://www.coda.cs.cmu.edu/
1503 S:      Maintained
1504 F:      Documentation/filesystems/coda.txt
1505 F:      fs/coda/
1506 F:      include/linux/coda*.h
1507
1508 COMMON INTERNET FILE SYSTEM (CIFS)
1509 P:      Steve French
1510 M:      sfrench@samba.org
1511 L:      linux-cifs-client@lists.samba.org
1512 L:      samba-technical@lists.samba.org
1513 W:      http://linux-cifs.samba.org/
1514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1515 S:      Supported
1516 F:      Documentation/filesystems/cifs.txt
1517 F:      fs/cifs/
1518
1519 COMPACTPCI HOTPLUG CORE
1520 P:      Scott Murray
1521 M:      scottm@somanetworks.com
1522 M:      scott@spiteful.org
1523 L:      linux-pci@vger.kernel.org
1524 S:      Supported
1525 F:      drivers/pci/hotplug/cpci_hotplug*
1526
1527 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1528 P:      Scott Murray
1529 M:      scottm@somanetworks.com
1530 M:      scott@spiteful.org
1531 L:      linux-pci@vger.kernel.org
1532 S:      Supported
1533 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1534
1535 COMPACTPCI HOTPLUG GENERIC DRIVER
1536 P:      Scott Murray
1537 M:      scottm@somanetworks.com
1538 M:      scott@spiteful.org
1539 L:      linux-pci@vger.kernel.org
1540 S:      Supported
1541 F:      drivers/pci/hotplug/cpcihp_generic.c
1542
1543 COMPAL LAPTOP SUPPORT
1544 P:      Cezary Jackiewicz
1545 M:      cezary.jackiewicz@gmail.com
1546 S:      Maintained
1547 F:      drivers/platform/x86/compal-laptop.c
1548
1549 COMPUTONE INTELLIPORT MULTIPORT CARD
1550 P:      Michael H. Warfield
1551 M:      mhw@wittsend.com
1552 W:      http://www.wittsend.com/computone.html
1553 S:      Maintained
1554 F:      Documentation/serial/computone.txt
1555 F:      drivers/char/ip2/
1556
1557 CONEXANT ACCESSRUNNER USB DRIVER
1558 P:      Simon Arlott
1559 M:      cxacru@fire.lp0.eu
1560 L:      accessrunner-general@lists.sourceforge.net
1561 W:      http://accessrunner.sourceforge.net/
1562 S:      Maintained
1563 F:      drivers/usb/atm/cxacru.c
1564
1565 CONFIGFS
1566 P:      Joel Becker
1567 M:      joel.becker@oracle.com
1568 S:      Supported
1569 F:      fs/configfs/
1570 F:      include/linux/configfs.h
1571
1572 CONTROL GROUPS (CGROUPS)
1573 P:      Paul Menage
1574 M:      menage@google.com
1575 P:      Li Zefan
1576 M:      lizf@cn.fujitsu.com
1577 L:      containers@lists.linux-foundation.org
1578 S:      Maintained
1579 F:      include/linux/cgroup*
1580 F:      kernel/cgroup*
1581 F:      mm/*cgroup*
1582
1583 CORETEMP HARDWARE MONITORING DRIVER
1584 P:      Rudolf Marek
1585 M:      r.marek@assembler.cz
1586 L:      lm-sensors@lm-sensors.org
1587 S:      Maintained
1588 F:      Documentation/hwmon/coretemp
1589 F:      drivers/hwmon/coretemp.c
1590
1591 COSA/SRP SYNC SERIAL DRIVER
1592 P:      Jan "Yenya" Kasprzak
1593 M:      kas@fi.muni.cz
1594 W:      http://www.fi.muni.cz/~kas/cosa/
1595 S:      Maintained
1596 F:      drivers/net/wan/cosa*
1597
1598 CPMAC ETHERNET DRIVER
1599 P:      Florian Fainelli
1600 M:      florian@openwrt.org
1601 L:      netdev@vger.kernel.org
1602 S:      Maintained
1603 F:      drivers/net/cpmac.c
1604
1605 CPU FREQUENCY DRIVERS
1606 P:      Dave Jones
1607 M:      davej@redhat.com
1608 L:      cpufreq@vger.kernel.org
1609 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1611 S:      Maintained
1612 F:      arch/x86/kernel/cpu/cpufreq/
1613 F:      drivers/cpufreq/
1614 F:      include/linux/cpufreq.h
1615
1616 CPUID/MSR DRIVER
1617 P:      H. Peter Anvin
1618 M:      hpa@zytor.com
1619 S:      Maintained
1620 F:      arch/x86/kernel/cpuid.c
1621 F:      arch/x86/kernel/msr.c
1622
1623 CPUSETS
1624 P:      Paul Menage
1625 M:      menage@google.com
1626 W:      http://www.bullopensource.org/cpuset/
1627 W:      http://oss.sgi.com/projects/cpusets/
1628 S:      Supported
1629 F:      Documentation/cgroups/cpusets.txt
1630 F:      include/linux/cpuset.h
1631 F:      kernel/cpuset.c
1632
1633 CRAMFS FILESYSTEM
1634 W:      http://sourceforge.net/projects/cramfs/
1635 S:      Orphan
1636 F:      Documentation/filesystems/cramfs.txt
1637 F:      fs/cramfs/
1638
1639 CRIS PORT
1640 P:      Mikael Starvik
1641 M:      starvik@axis.com
1642 P:      Jesper Nilsson
1643 M:      jesper.nilsson@axis.com
1644 L:      linux-cris-kernel@axis.com
1645 W:      http://developer.axis.com
1646 S:      Maintained
1647 F:      arch/cris/
1648
1649 CRYPTO API
1650 P:      Herbert Xu
1651 M:      herbert@gondor.apana.org.au
1652 P:      David S. Miller
1653 M:      davem@davemloft.net
1654 L:      linux-crypto@vger.kernel.org
1655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1656 S:      Maintained
1657 F:      Documentation/crypto/
1658 F:      arch/*/crypto/
1659 F:      crypto/
1660 F:      drivers/crypto/
1661 F:      include/crypto/
1662
1663 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1664 P:      Neil Horman
1665 M:      nhorman@tuxdriver.com
1666 L:      linux-crypto@vger.kernel.org
1667 S:      Maintained
1668
1669 CS5535 Audio ALSA driver
1670 P:      Jaya Kumar
1671 M:      jayakumar.alsa@gmail.com
1672 S:      Maintained
1673 F:      sound/pci/cs5535audio/
1674
1675 CX18 VIDEO4LINUX DRIVER
1676 P:      Hans Verkuil
1677 M:      hverkuil@xs4all.nl
1678 P:      Andy Walls
1679 M:      awalls@radix.net
1680 L:      ivtv-devel@ivtvdriver.org
1681 L:      ivtv-users@ivtvdriver.org
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 W:      http://linuxtv.org
1685 S:      Maintained
1686 F:      Documentation/video4linux/cx18.txt
1687 F:      drivers/media/video/cx18/
1688
1689 CXGB3 ETHERNET DRIVER (CXGB3)
1690 P:      Divy Le Ray
1691 M:      divy@chelsio.com
1692 L:      netdev@vger.kernel.org
1693 W:      http://www.chelsio.com
1694 S:      Supported
1695 F:      drivers/net/cxgb3/
1696
1697 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1698 P:      Steve Wise
1699 M:      swise@chelsio.com
1700 L:      general@lists.openfabrics.org
1701 W:      http://www.openfabrics.org
1702 S:      Supported
1703 F:      drivers/infiniband/hw/cxgb3/
1704
1705 CYBERPRO FB DRIVER
1706 P:      Russell King
1707 M:      linux@arm.linux.org.uk
1708 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1709 W:      http://www.arm.linux.org.uk/
1710 S:      Maintained
1711 F:      drivers/video/cyber2000fb.*
1712
1713 CYCLADES 2X SYNC CARD DRIVER
1714 P:      Arnaldo Carvalho de Melo
1715 M:      acme@ghostprotocols.net
1716 W:      http://oops.ghostprotocols.net:81/blog
1717 S:      Maintained
1718 F:      drivers/net/wan/cycx*
1719
1720 CYCLADES ASYNC MUX DRIVER
1721 W:      http://www.cyclades.com/
1722 S:      Orphan
1723 F:      drivers/char/cyclades.c
1724 F:      include/linux/cyclades.h
1725
1726 CYCLADES PC300 DRIVER
1727 W:      http://www.cyclades.com/
1728 S:      Orphan
1729 F:      drivers/net/wan/pc300*
1730
1731 DAMA SLAVE for AX.25
1732 P:      Joerg Reuter
1733 M:      jreuter@yaina.de
1734 W:      http://yaina.de/jreuter/
1735 W:      http://www.qsl.net/dl1bke/
1736 L:      linux-hams@vger.kernel.org
1737 S:      Maintained
1738 F:      net/ax25/af_ax25.c
1739 F:      net/ax25/ax25_dev.c
1740 F:      net/ax25/ax25_ds_*
1741 F:      net/ax25/ax25_in.c
1742 F:      net/ax25/ax25_out.c
1743 F:      net/ax25/ax25_timer.c
1744 F:      net/ax25/sysctl_net_ax25.c
1745
1746 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1747 P:      Tobias Ringstrom
1748 M:      tori@unhappy.mine.nu
1749 L:      netdev@vger.kernel.org
1750 S:      Maintained
1751 F:      Documentation/networking/dmfe.txt
1752 F:      drivers/net/tulip/dmfe.c
1753
1754 DC390/AM53C974 SCSI driver
1755 P:      Kurt Garloff
1756 M:      garloff@suse.de
1757 W:      http://www.garloff.de/kurt/linux/dc390/
1758 P:      Guennadi Liakhovetski
1759 M:      g.liakhovetski@gmx.de
1760 S:      Maintained
1761 F:      drivers/scsi/tmscsim.*
1762
1763 DC395x SCSI driver
1764 P:      Oliver Neukum
1765 M:      oliver@neukum.name
1766 P:      Ali Akcaagac
1767 M:      aliakc@web.de
1768 P:      Jamie Lenehan
1769 M:      lenehan@twibble.org
1770 W:      http://twibble.org/dist/dc395x/
1771 L:      dc395x@twibble.org
1772 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1773 S:      Maintained
1774 F:      Documentation/scsi/dc395x.txt
1775 F:      drivers/scsi/dc395x.*
1776
1777 DCCP PROTOCOL
1778 P:      Arnaldo Carvalho de Melo
1779 M:      acme@ghostprotocols.net
1780 L:      dccp@vger.kernel.org
1781 W:      http://linux-net.osdl.org/index.php/DCCP
1782 S:      Maintained
1783 F:      include/linux/dccp.h
1784 F:      include/linux/tfrc.h
1785 F:      net/dccp/
1786
1787 DECnet NETWORK LAYER
1788 P:      Christine Caulfield
1789 M:      christine.caulfield@googlemail.com
1790 W:      http://linux-decnet.sourceforge.net
1791 L:      linux-decnet-user@lists.sourceforge.net
1792 S:      Maintained
1793 F:      Documentation/networking/decnet.txt
1794 F:      net/decnet/
1795
1796 DEFXX FDDI NETWORK DRIVER
1797 P:      Maciej W. Rozycki
1798 M:      macro@linux-mips.org
1799 S:      Maintained
1800 F:      drivers/net/defxx.*
1801
1802 DELL LAPTOP DRIVER
1803 P:      Matthew Garrett
1804 M:      mjg59@srcf.ucam.org
1805 S:      Maintained
1806 F:      drivers/platform/x86/dell-laptop.c
1807
1808 DELL LAPTOP SMM DRIVER
1809 P:      Massimo Dal Zotto
1810 M:      dz@debian.org
1811 W:      http://www.debian.org/~dz/i8k/
1812 S:      Maintained
1813 F:      drivers/char/i8k.c
1814 F:      include/linux/i8k.h
1815
1816 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1817 P:      Doug Warzecha
1818 M:      Douglas_Warzecha@dell.com
1819 S:      Maintained
1820 F:      Documentation/dcdbas.txt
1821 F:      drivers/firmware/dcdbas.*
1822
1823 DELL WMI EXTRAS DRIVER
1824 P:      Matthew Garrett
1825 M:      mjg59@srcf.ucam.org
1826 S:      Maintained
1827
1828 DEVICE NUMBER REGISTRY
1829 P:      Torben Mathiasen
1830 M:      device@lanana.org
1831 W:      http://lanana.org/docs/device-list/index.html
1832 S:      Maintained
1833
1834 DEVICE-MAPPER  (LVM)
1835 P:      Alasdair Kergon
1836 L:      dm-devel@redhat.com
1837 W:      http://sources.redhat.com/dm
1838 S:      Maintained
1839 F:      Documentation/device-mapper/
1840 F:      drivers/md/dm*
1841 F:      include/linux/device-mapper.h
1842 F:      include/linux/dm-*.h
1843
1844 DIGI INTL. EPCA DRIVER
1845 P:      Digi International, Inc
1846 M:      Eng.Linux@digi.com
1847 L:      Eng.Linux@digi.com
1848 W:      http://www.digi.com
1849 S:      Orphan
1850 F:      Documentation/serial/digiepca.txt
1851 F:      drivers/char/epca*
1852 F:      drivers/char/digi*
1853
1854 DIRECTORY NOTIFICATION (DNOTIFY)
1855 P:      Eric Paris
1856 M:      eparis@parisplace.org
1857 S:      Maintained
1858 F:      Documentation/filesystems/dnotify.txt
1859 F:      fs/notify/dnotify/
1860 F:      include/linux/dnotify.h
1861
1862 DISK GEOMETRY AND PARTITION HANDLING
1863 P:      Andries Brouwer
1864 M:      aeb@cwi.nl
1865 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1866 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1867 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1868 S:      Maintained
1869
1870 DISKQUOTA
1871 P:      Jan Kara
1872 M:      jack@suse.cz
1873 S:      Maintained
1874 F:      Documentation/filesystems/quota.txt
1875 F:      fs/quota/
1876 F:      include/linux/quota*.h
1877
1878 DISTRIBUTED LOCK MANAGER (DLM)
1879 P:      Christine Caulfield
1880 M:      ccaulfie@redhat.com
1881 P:      David Teigland
1882 M:      teigland@redhat.com
1883 L:      cluster-devel@redhat.com
1884 W:      http://sources.redhat.com/cluster/
1885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1886 S:      Supported
1887 F:      fs/dlm/
1888
1889 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1890 P:      Maciej Sosnowski
1891 M:      maciej.sosnowski@intel.com
1892 P:      Dan Williams
1893 M:      dan.j.williams@intel.com
1894 S:      Supported
1895 F:      drivers/dma/
1896 F:      include/linux/dma*
1897
1898 DME1737 HARDWARE MONITOR DRIVER
1899 P:      Juerg Haefliger
1900 M:      juergh@gmail.com
1901 L:      lm-sensors@lm-sensors.org
1902 S:      Maintained
1903 F:      Documentation/hwmon/dme1737
1904 F:      drivers/hwmon/dme1737.c
1905
1906 DOCBOOK FOR DOCUMENTATION
1907 P:      Randy Dunlap
1908 M:      rdunlap@xenotime.net
1909 S:      Maintained
1910
1911 DOCKING STATION DRIVER
1912 P:      Shaohua Li
1913 M:      shaohua.li@intel.com
1914 L:      linux-acpi@vger.kernel.org
1915 S:      Supported
1916 F:      drivers/acpi/dock.c
1917
1918 DOCUMENTATION
1919 P:      Randy Dunlap
1920 M:      rdunlap@xenotime.net
1921 L:      linux-doc@vger.kernel.org
1922 S:      Maintained
1923 F:      Documentation/
1924
1925 DOUBLETALK DRIVER
1926 P:      James R. Van Zandt
1927 M:      jrv@vanzandt.mv.com
1928 L:      blinux-list@redhat.com
1929 S:      Maintained
1930 F:      drivers/char/dtlk.c
1931 F:      include/linux/dtlk.h
1932
1933 DPT_I2O SCSI RAID DRIVER
1934 P:      Adaptec OEM Raid Solutions
1935 M:      aacraid@adaptec.com
1936 L:      linux-scsi@vger.kernel.org
1937 W:      http://www.adaptec.com/
1938 S:      Maintained
1939 F:      drivers/scsi/dpt*
1940 F:      drivers/scsi/dpt/
1941
1942 DRIVER CORE, KOBJECTS, AND SYSFS
1943 P:      Greg Kroah-Hartman
1944 M:      gregkh@suse.de
1945 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1946 S:      Supported
1947 F:      Documentation/kobject.txt
1948 F:      drivers/base/
1949 F:      fs/sysfs/
1950 F:      include/linux/kobj*
1951 F:      lib/kobj*
1952
1953 DRM DRIVERS
1954 P:      David Airlie
1955 M:      airlied@linux.ie
1956 L:      dri-devel@lists.sourceforge.net
1957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1958 S:      Maintained
1959 F:      drivers/gpu/drm/
1960
1961 DSCC4 DRIVER
1962 P:      Francois Romieu
1963 M:      romieu@fr.zoreil.com
1964 L:      netdev@vger.kernel.org
1965 S:      Maintained
1966 F:      drivers/net/wan/dscc4.c
1967
1968 DZ DECSTATION DZ11 SERIAL DRIVER
1969 P:      Maciej W. Rozycki
1970 M:      macro@linux-mips.org
1971 S:      Maintained
1972 F:      drivers/serial/dz.*
1973
1974 EATA-DMA SCSI DRIVER
1975 P:      Michael Neuffer
1976 M:      mike@i-Connect.Net
1977 L:      linux-eata@i-connect.net
1978 L:      linux-scsi@vger.kernel.org
1979 S:      Maintained
1980 F:      drivers/scsi/eata*
1981
1982 EATA ISA/EISA/PCI SCSI DRIVER
1983 P:      Dario Ballabio
1984 M:      ballabio_dario@emc.com
1985 L:      linux-scsi@vger.kernel.org
1986 S:      Maintained
1987 F:      drivers/scsi/eata.c
1988
1989 EATA-PIO SCSI DRIVER
1990 P:      Michael Neuffer
1991 M:      mike@i-Connect.Net
1992 L:      linux-eata@i-connect.net
1993 L:      linux-scsi@vger.kernel.org
1994 S:      Maintained
1995 F:      drivers/scsi/eata_pio.*
1996
1997 EBTABLES
1998 P:      Bart De Schuymer
1999 M:      bart.de.schuymer@pandora.be
2000 L:      ebtables-user@lists.sourceforge.net
2001 L:      ebtables-devel@lists.sourceforge.net
2002 W:      http://ebtables.sourceforge.net/
2003 S:      Maintained
2004 F:      include/linux/netfilter_bridge/ebt_*.h
2005 F:      net/bridge/netfilter/ebt*.c
2006
2007 ECRYPT FILE SYSTEM
2008 P:      Tyler Hicks
2009 M:      tyhicks@linux.vnet.ibm.com
2010 P:      Dustin Kirkland
2011 M:      kirkland@canonical.com
2012 L:      ecryptfs-devel@lists.launchpad.net
2013 W:      https://launchpad.net/ecryptfs
2014 S:      Supported
2015 F:      Documentation/filesystems/ecryptfs.txt
2016 F:      fs/ecryptfs/
2017
2018 EDAC-CORE
2019 P:      Doug Thompson
2020 M:      dougthompson@xmission.com
2021 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2022 W:      bluesmoke.sourceforge.net
2023 S:      Supported
2024 F:      Documentation/edac.txt
2025 F:      drivers/edac/edac_*
2026 F:      include/linux/edac.h
2027
2028 EDAC-AMD64
2029 P:      Doug Thompson
2030 M:      dougthompson@xmission.com
2031 P:      Borislav Petkov
2032 M:      borislav.petkov@amd.com
2033 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2034 W:      bluesmoke.sourceforge.net
2035 S:      Supported
2036 F:      drivers/edac/amd64_edac*
2037
2038 EDAC-E752X
2039 P:      Mark Gross
2040 M:      mark.gross@intel.com
2041 P:      Doug Thompson
2042 M:      dougthompson@xmission.com
2043 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2044 W:      bluesmoke.sourceforge.net
2045 S:      Maintained
2046 F:      drivers/edac/e752x_edac.c
2047
2048 EDAC-E7XXX
2049 P:      Doug Thompson
2050 M:      dougthompson@xmission.com
2051 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2052 W:      bluesmoke.sourceforge.net
2053 S:      Maintained
2054 F:      drivers/edac/e7xxx_edac.c
2055
2056 EDAC-I82443BXGX
2057 P:      Tim Small
2058 M:      tim@buttersideup.com
2059 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2060 W:      bluesmoke.sourceforge.net
2061 S:      Maintained
2062 F:      drivers/edac/i82443bxgx_edac.c
2063
2064 EDAC-I3000
2065 P:      Jason Uhlenkott
2066 M:      juhlenko@akamai.com
2067 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2068 W:      bluesmoke.sourceforge.net
2069 S:      Maintained
2070 F:      drivers/edac/i3000_edac.c
2071
2072 EDAC-I5000
2073 P:      Doug Thompson
2074 M:      dougthompson@xmission.com
2075 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2076 W:      bluesmoke.sourceforge.net
2077 S:      Maintained
2078 F:      drivers/edac/i5000_edac.c
2079
2080 EDAC-I5400
2081 P:      Mauro Carvalho Chehab
2082 M:      mchehab@redhat.com
2083 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2084 W:      bluesmoke.sourceforge.net
2085 S:      Maintained
2086 F:      drivers/edac/i5400_edac.c
2087
2088 EDAC-I82975X
2089 P:      Ranganathan Desikan
2090 M:      rdesikan@jetzbroadband.com
2091 P:      Arvind R.
2092 M:      arvind@acarlab.com
2093 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2094 W:      bluesmoke.sourceforge.net
2095 S:      Maintained
2096 F:      drivers/edac/i82975x_edac.c
2097
2098 EDAC-PASEMI
2099 P:      Egor Martovetsky
2100 M:      egor@pasemi.com
2101 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2102 W:      bluesmoke.sourceforge.net
2103 S:      Maintained
2104 F:      drivers/edac/pasemi_edac.c
2105
2106 EDAC-R82600
2107 P:      Tim Small
2108 M:      tim@buttersideup.com
2109 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2110 W:      bluesmoke.sourceforge.net
2111 S:      Maintained
2112 F:      drivers/edac/r82600_edac.c
2113
2114 EEEPC LAPTOP EXTRAS DRIVER
2115 P:      Corentin Chary
2116 M:      corentincj@iksaif.net
2117 L:      acpi4asus-user@lists.sourceforge.net
2118 W:      http://acpi4asus.sf.net
2119 S:      Maintained
2120 F:      drivers/platform/x86/eeepc-laptop.c
2121
2122 EFS FILESYSTEM
2123 W:      http://aeschi.ch.eu.org/efs/
2124 S:      Orphan
2125 F:      fs/efs/
2126
2127 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2128 P:      Hoang-Nam Nguyen
2129 M:      hnguyen@de.ibm.com
2130 P:      Christoph Raisch
2131 M:      raisch@de.ibm.com
2132 L:      general@lists.openfabrics.org
2133 S:      Supported
2134 F:      drivers/infiniband/hw/ehca/
2135
2136 EMBEDDED LINUX
2137 P:      Paul Gortmaker
2138 M:      paul.gortmaker@windriver.com
2139 P:      Matt Mackall
2140 M:      mpm@selenic.com
2141 P:      David Woodhouse
2142 M:      dwmw2@infradead.org
2143 L:      linux-embedded@vger.kernel.org
2144 S:      Maintained
2145
2146 EMULEX LPFC FC SCSI DRIVER
2147 P:      James Smart
2148 M:      james.smart@emulex.com
2149 L:      linux-scsi@vger.kernel.org
2150 W:      http://sourceforge.net/projects/lpfcxxxx
2151 S:      Supported
2152 F:      drivers/scsi/lpfc/
2153
2154 ENE CB710 FLASH CARD READER DRIVER
2155 P:      MichaÅ‚ MirosÅ‚aw
2156 M:      mirq-linux@rere.qmqm.pl
2157 L:      linux-kernel@vger.kernel.org
2158 S:      Maintained
2159 F:      drivers/misc/cb710/
2160 F:      drivers/mmc/host/cb710-mmc.*
2161 F:      include/linux/cb710.h
2162
2163 EPSON 1355 FRAMEBUFFER DRIVER
2164 P:      Christopher Hoover
2165 M:      ch@murgatroid.com
2166 P:      Christopher Hoover
2167 M:      ch@hpl.hp.com
2168 S:      Maintained
2169 F:      drivers/video/epson1355fb.c
2170
2171 EPSON S1D13XXX FRAMEBUFFER DRIVER
2172 P:      Kristoffer Ericson
2173 M:      kristoffer.ericson@gmail.com
2174 S:      Maintained
2175 F:      drivers/video/s1d13xxxfb.c
2176 F:      include/video/s1d13xxxfb.h
2177
2178 ETHEREXPRESS-16 NETWORK DRIVER
2179 P:      Philip Blundell
2180 M:      philb@gnu.org
2181 L:      netdev@vger.kernel.org
2182 S:      Maintained
2183 F:      drivers/net/eexpress.*
2184
2185 ETHERNET BRIDGE
2186 P:      Stephen Hemminger
2187 M:      shemminger@linux-foundation.org
2188 L:      bridge@lists.linux-foundation.org
2189 W:      http://www.linux-foundation.org/en/Net:Bridge
2190 S:      Maintained
2191 F:      include/linux/netfilter_bridge/
2192 F:      net/bridge/
2193
2194 ETHERTEAM 16I DRIVER
2195 P:      Mika Kuoppala
2196 M:      miku@iki.fi
2197 S:      Maintained
2198 F:      drivers/net/eth16i.c
2199
2200 EXT2 FILE SYSTEM
2201 L:      linux-ext4@vger.kernel.org
2202 S:      Maintained
2203 F:      Documentation/filesystems/ext2.txt
2204 F:      fs/ext2/
2205 F:      include/linux/ext2*
2206
2207 EXT3 FILE SYSTEM
2208 P:      Stephen Tweedie
2209 M:      sct@redhat.com
2210 P:      Andrew Morton
2211 M:      akpm@linux-foundation.org
2212 P:      Andreas Dilger
2213 M:      adilger@sun.com
2214 L:      linux-ext4@vger.kernel.org
2215 S:      Maintained
2216 F:      Documentation/filesystems/ext3.txt
2217 F:      fs/ext3/
2218 F:      include/linux/ext3*
2219
2220 EXT4 FILE SYSTEM
2221 P:      Theodore Ts'o
2222 M:      tytso@mit.edu
2223 P:      Andreas Dilger
2224 M:      adilger@sun.com
2225 L:      linux-ext4@vger.kernel.org
2226 W:      http://ext4.wiki.kernel.org
2227 S:      Maintained
2228 F:      Documentation/filesystems/ext4.txt
2229 F:      fs/ext4/
2230
2231 F71805F HARDWARE MONITORING DRIVER
2232 P:      Jean Delvare
2233 M:      khali@linux-fr.org
2234 L:      lm-sensors@lm-sensors.org
2235 S:      Maintained
2236 F:      Documentation/hwmon/f71805f
2237 F:      drivers/hwmon/f71805f.c
2238
2239 FARSYNC SYNCHRONOUS DRIVER
2240 P:      Kevin Curtis
2241 M:      kevin.curtis@farsite.co.uk
2242 W:      http://www.farsite.co.uk/
2243 S:      Supported
2244 F:      drivers/net/wan/farsync.*
2245
2246 FAULT INJECTION SUPPORT
2247 P:      Akinobu Mita
2248 M:      akinobu.mita@gmail.com
2249 S:      Supported
2250 F:      Documentation/fault-injection/
2251 F:      lib/fault-inject.c
2252
2253 FILE LOCKING (flock() and fcntl()/lockf())
2254 P:      Matthew Wilcox
2255 M:      matthew@wil.cx
2256 L:      linux-fsdevel@vger.kernel.org
2257 S:      Maintained
2258 F:      include/linux/fcntl.h
2259 F:      include/linux/fs.h
2260 F:      fs/fcntl.c
2261 F:      fs/locks.c
2262
2263 FILESYSTEMS (VFS and infrastructure)
2264 P:      Alexander Viro
2265 M:      viro@zeniv.linux.org.uk
2266 L:      linux-fsdevel@vger.kernel.org
2267 S:      Maintained
2268 F:      fs/*
2269
2270 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2271 P:      Riku Voipio
2272 M:      riku.vipio@iki.fi
2273 L:      lm-sensors@lm-sensors.org
2274 S:      Maintained
2275 F:      drivers/hwmon/f75375s.c
2276 F:      include/linux/f75375s.h
2277
2278 FIREWIRE SUBSYSTEM
2279 P:      Kristian Hoegsberg
2280 M:      krh@redhat.com
2281 P:      Stefan Richter
2282 M:      stefanr@s5r6.in-berlin.de
2283 L:      linux1394-devel@lists.sourceforge.net
2284 W:      http://www.linux1394.org/
2285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2286 S:      Maintained
2287 F:      drivers/firewire/
2288 F:      include/linux/firewire*.h
2289
2290 FIRMWARE LOADER (request_firmware)
2291 S:      Orphan
2292 F:      Documentation/firmware_class/
2293 F:      drivers/base/firmware*.c
2294 F:      include/linux/firmware.h
2295
2296 FPU EMULATOR
2297 P:      Bill Metzenthen
2298 M:      billm@melbpc.org.au
2299 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2300 S:      Maintained
2301 F:      arch/x86/math-emu/
2302
2303 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2304 P:      Mike McLagan
2305 M:      mike.mclagan@linux.org
2306 L:      netdev@vger.kernel.org
2307 S:      Maintained
2308 F:      drivers/net/wan/dlci.c
2309 F:      drivers/net/wan/sdla.c
2310
2311 FRAMEBUFFER LAYER
2312 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2313 W:      http://linux-fbdev.sourceforge.net/
2314 S:      Orphan
2315 F:      Documentation/fb/
2316 F:      drivers/video/fb*
2317 F:      include/linux/fb.h
2318
2319 FREESCALE DMA DRIVER
2320 P:      Li Yang
2321 M:      leoli@freescale.com
2322 P:      Zhang Wei
2323 M:      zw@zh-kernel.org
2324 L:      linuxppc-dev@ozlabs.org
2325 S:      Maintained
2326 F:      drivers/dma/fsldma.*
2327
2328 FREESCALE I2C CPM DRIVER
2329 P:      Jochen Friedrich
2330 M:      jochen@scram.de
2331 L:      linuxppc-dev@ozlabs.org
2332 L:      linux-i2c@vger.kernel.org
2333 S:      Maintained
2334 F:      drivers/i2c/busses/i2c-cpm.c
2335
2336 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2337 P:      Sascha Hauer
2338 M:      kernel@pengutronix.de
2339 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2340 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2341 S:      Maintained
2342 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2343 F:      drivers/video/imxfb.c
2344
2345 FREESCALE SOC FS_ENET DRIVER
2346 P:      Pantelis Antoniou
2347 M:      pantelis.antoniou@gmail.com
2348 P:      Vitaly Bordug
2349 M:      vbordug@ru.mvista.com
2350 L:      linuxppc-dev@ozlabs.org
2351 L:      netdev@vger.kernel.org
2352 S:      Maintained
2353 F:      drivers/net/fs_enet/
2354 F:      include/linux/fs_enet_pd.h
2355
2356 FREESCALE QUICC ENGINE LIBRARY
2357 P:      Timur Tabi
2358 M:      timur@freescale.com
2359 L:      linuxppc-dev@ozlabs.org
2360 S:      Supported
2361 F:      arch/powerpc/sysdev/qe_lib/
2362 F:      arch/powerpc/include/asm/*qe.h
2363
2364 FREESCALE HIGHSPEED USB DEVICE DRIVER
2365 P:      Li Yang
2366 M:      leoli@freescale.com
2367 L:      linux-usb@vger.kernel.org
2368 L:      linuxppc-dev@ozlabs.org
2369 S:      Maintained
2370 F:      drivers/usb/gadget/fsl_usb2_udc.c
2371
2372 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2373 P:      Li Yang
2374 M:      leoli@freescale.com
2375 L:      netdev@vger.kernel.org
2376 L:      linuxppc-dev@ozlabs.org
2377 S:      Maintained
2378 F:      drivers/net/ucc_geth*
2379
2380 FREESCALE QUICC ENGINE UCC UART DRIVER
2381 P:      Timur Tabi
2382 M:      timur@freescale.com
2383 L:      linuxppc-dev@ozlabs.org
2384 S:      Supported
2385 F:      drivers/serial/ucc_uart.c
2386
2387 FREESCALE SOC SOUND DRIVERS
2388 P:      Timur Tabi
2389 M:      timur@freescale.com
2390 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2391 L:      linuxppc-dev@ozlabs.org
2392 S:      Supported
2393 F:      sound/soc/fsl/fsl*
2394 F:      sound/soc/fsl/mpc8610_hpcd.c
2395
2396 FREEVXFS FILESYSTEM
2397 P:      Christoph Hellwig
2398 M:      hch@infradead.org
2399 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2400 S:      Maintained
2401 F:      fs/freevxfs/
2402
2403 FREEZER
2404 P:      Pavel Machek
2405 M:      pavel@ucw.cz
2406 P:      Rafael J. Wysocki
2407 M:      rjw@sisk.pl
2408 L:      linux-pm@lists.linux-foundation.org
2409 S:      Supported
2410 F:      Documentation/power/freezing-of-tasks.txt
2411 F:      include/linux/freezer.h
2412 F:      kernel/freezer.c
2413
2414 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2415 P:      David Howells
2416 M:      dhowells@redhat.com
2417 L:      linux-cachefs@redhat.com
2418 S:      Supported
2419 F:      Documentation/filesystems/caching/
2420 F:      fs/fscache/
2421 F:      include/linux/fscache*.h
2422
2423 FTRACE
2424 P:      Steven Rostedt
2425 M:      rostedt@goodmis.org
2426 S:      Maintained
2427 F:      Documentation/trace/ftrace.txt
2428 F:      arch/*/*/*/ftrace.h
2429 F:      arch/*/kernel/ftrace.c
2430 F:      include/*/ftrace.h
2431 F:      kernel/trace/
2432
2433 FUJITSU FR-V (FRV) PORT
2434 P:      David Howells
2435 M:      dhowells@redhat.com
2436 S:      Maintained
2437 F:      arch/frv/
2438
2439 FUJITSU LAPTOP EXTRAS
2440 P:      Jonathan Woithe
2441 M:      jwoithe@physics.adelaide.edu.au
2442 L:      linux-acpi@vger.kernel.org
2443 S:      Maintained
2444 F:      drivers/platform/x86/fujitsu-laptop.c
2445
2446 FUSE: FILESYSTEM IN USERSPACE
2447 P:      Miklos Szeredi
2448 M:      miklos@szeredi.hu
2449 L:      fuse-devel@lists.sourceforge.net
2450 W:      http://fuse.sourceforge.net/
2451 S:      Maintained
2452 F:      fs/fuse/
2453 F:      include/linux/fuse.h
2454
2455 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2456 P:      Rik Faith
2457 M:      faith@cs.unc.edu
2458 L:      linux-scsi@vger.kernel.org
2459 S:      Odd Fixes (e.g., new signatures)
2460 F:      drivers/scsi/fdomain.*
2461
2462 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2463 P:      Achim Leubner
2464 M:      achim_leubner@adaptec.com
2465 L:      linux-scsi@vger.kernel.org
2466 W:      http://www.icp-vortex.com/
2467 S:      Supported
2468 F:      drivers/scsi/gdt*
2469
2470 GENERIC GPIO I2C DRIVER
2471 P:      Haavard Skinnemoen
2472 M:      hskinnemoen@atmel.com
2473 S:      Supported
2474 F:      drivers/i2c/busses/i2c-gpio.c
2475 F:      include/linux/i2c-gpio.h
2476
2477 GENERIC HDLC (WAN) DRIVERS
2478 P:      Krzysztof Halasa
2479 M:      khc@pm.waw.pl
2480 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2481 S:      Maintained
2482 F:      drivers/net/wan/c101.c
2483 F:      drivers/net/wan/hd6457*
2484 F:      drivers/net/wan/hdlc*
2485 F:      drivers/net/wan/n2.c
2486 F:      drivers/net/wan/pc300too.c
2487 F:      drivers/net/wan/pci200syn.c
2488 F:      drivers/net/wan/wanxl*
2489
2490 GENERIC INCLUDE/ASM HEADER FILES
2491 P:      Arnd Bergmann
2492 M:      arnd@arndb.de
2493 L:      linux-arch@vger.kernel.org
2494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2495 S:      Maintained
2496 F:      include/asm-generic
2497
2498 GFS2 FILE SYSTEM
2499 P:      Steven Whitehouse
2500 M:      swhiteho@redhat.com
2501 L:      cluster-devel@redhat.com
2502 W:      http://sources.redhat.com/cluster/
2503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2505 S:      Supported
2506 F:      Documentation/filesystems/gfs2*.txt
2507 F:      fs/gfs2/
2508 F:      include/linux/gfs2_ondisk.h
2509
2510 GIGASET ISDN DRIVERS
2511 P:      Hansjoerg Lipp
2512 M:      hjlipp@web.de
2513 P:      Tilman Schmidt
2514 M:      tilman@imap.cc
2515 L:      gigaset307x-common@lists.sourceforge.net
2516 W:      http://gigaset307x.sourceforge.net/
2517 S:      Maintained
2518 F:      Documentation/isdn/README.gigaset
2519 F:      drivers/isdn/gigaset/
2520 F:      include/linux/gigaset_dev.h
2521
2522 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2523 P:      Frank Seidel
2524 M:      frank@f-seidel.de
2525 L:      lm-sensors@lm-sensors.org
2526 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2527 S:      Maintained
2528 F:      drivers/hwmon/hdaps.c
2529
2530 HYPERVISOR VIRTUAL CONSOLE DRIVER
2531 L:      linuxppc-dev@ozlabs.org
2532 S:      Odd Fixes
2533 F:      drivers/char/hvc_*
2534
2535 GSPCA FINEPIX SUBDRIVER
2536 P:      Frank Zago
2537 M:      frank@zago.net
2538 L:      linux-media@vger.kernel.org
2539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2540 S:      Maintained
2541 F:      drivers/media/video/gspca/finepix.c
2542
2543 GSPCA M5602 SUBDRIVER
2544 P:      Erik Andren
2545 M:      erik.andren@gmail.com
2546 L:      linux-media@vger.kernel.org
2547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2548 S:      Maintained
2549 F:      drivers/media/video/gspca/m5602/
2550
2551 GSPCA PAC207 SONIXB SUBDRIVER
2552 P:      Hans de Goede
2553 M:      hdegoede@redhat.com
2554 L:      linux-media@vger.kernel.org
2555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2556 S:      Maintained
2557 F:      drivers/media/video/gspca/pac207.c
2558
2559 GSPCA T613 SUBDRIVER
2560 P:      Leandro Costantino
2561 M:      lcostantino@gmail.com
2562 L:      linux-media@vger.kernel.org
2563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2564 S:      Maintained
2565 F:      drivers/media/video/gspca/t613.c
2566
2567 GSPCA USB WEBCAM DRIVER
2568 P:      Jean-Francois Moine
2569 M:      moinejf@free.fr
2570 W:      http://moinejf.free.fr
2571 L:      linux-media@vger.kernel.org
2572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2573 S:      Maintained
2574 F:      drivers/media/video/gspca/
2575
2576 HARDWARE MONITORING
2577 L:      lm-sensors@lm-sensors.org
2578 W:      http://www.lm-sensors.org/
2579 S:      Orphan
2580 F:      drivers/hwmon/
2581
2582 HARDWARE RANDOM NUMBER GENERATOR CORE
2583 S:      Orphan
2584 F:      Documentation/hw_random.txt
2585 F:      drivers/char/hw_random/
2586 F:      include/linux/hw_random.h
2587
2588 HARMONY SOUND DRIVER
2589 P:      Kyle McMartin
2590 M:      kyle@mcmartin.ca
2591 L:      linux-parisc@vger.kernel.org
2592 S:      Maintained
2593 F:      sound/parisc/harmony.*
2594
2595 HAYES ESP SERIAL DRIVER
2596 P:      Andrew J. Robinson
2597 M:      arobinso@nyx.net
2598 W:      http://www.nyx.net/~arobinso
2599 S:      Maintained
2600 F:      Documentation/serial/hayes-esp.txt
2601 F:      drivers/char/esp.c
2602
2603 HEWLETT-PACKARD SMART2 RAID DRIVER
2604 P:      Chirag Kantharia
2605 M:      chirag.kantharia@hp.com
2606 L:      iss_storagedev@hp.com
2607 S:      Maintained
2608 F:      Documentation/blockdev/cpqarray.txt
2609 F:      drivers/block/cpqarray.*
2610
2611 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2612 P:      Mike Miller
2613 M:      mike.miller@hp.com
2614 L:      iss_storagedev@hp.com
2615 S:      Supported
2616 F:      Documentation/blockdev/cciss.txt
2617 F:      drivers/block/cciss*
2618 F:      include/linux/cciss_ioctl.h
2619
2620 HFS FILESYSTEM
2621 P:      Roman Zippel
2622 M:      zippel@linux-m68k.org
2623 S:      Maintained
2624 F:      Documentation/filesystems/hfs.txt
2625 F:      fs/hfs/
2626
2627 HGA FRAMEBUFFER DRIVER
2628 P:      Ferenc Bakonyi
2629 M:      fero@drama.obuda.kando.hu
2630 L:      linux-nvidia@lists.surfsouth.com
2631 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2632 S:      Maintained
2633 F:      drivers/video/hgafb.c
2634
2635 HIBERNATION (aka Software Suspend, aka swsusp)
2636 P:      Pavel Machek
2637 M:      pavel@ucw.cz
2638 P:      Rafael J. Wysocki
2639 M:      rjw@sisk.pl
2640 L:      linux-pm@lists.linux-foundation.org
2641 S:      Supported
2642 F:      arch/x86/power/
2643 F:      drivers/base/power/
2644 F:      kernel/power/
2645 F:      include/linux/suspend.h
2646 F:      include/linux/freezer.h
2647 F:      include/linux/pm.h
2648 F:      arch/*/include/asm/suspend*.h
2649
2650 HID CORE LAYER
2651 P:      Jiri Kosina
2652 M:      jkosina@suse.cz
2653 L:      linux-input@vger.kernel.org
2654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2655 S:      Maintained
2656 F:      drivers/hid/
2657 F:      include/linux/hid*
2658
2659 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2660 P:      Thomas Gleixner
2661 M:      tglx@linutronix.de
2662 S:      Maintained
2663 F:      Documentation/timers/
2664 F:      kernel/hrtimer.c
2665 F:      include/linux/hrtimer.h
2666
2667 HIGH-SPEED SCC DRIVER FOR AX.25
2668 P:      Klaus Kudielka
2669 M:      klaus.kudielka@ieee.org
2670 L:      linux-hams@vger.kernel.org
2671 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2672 S:      Maintained
2673 F:      drivers/net/hamradio/dmascc.c
2674 F:      drivers/net/hamradio/scc.c
2675
2676 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2677 P:      HighPoint Linux Team
2678 M:      linux@highpoint-tech.com
2679 W:      http://www.highpoint-tech.com
2680 S:      Supported
2681 F:      Documentation/scsi/hptiop.txt
2682 F:      drivers/scsi/hptiop.c
2683
2684 HIPPI
2685 P:      Jes Sorensen
2686 M:      jes@trained-monkey.org
2687 L:      linux-hippi@sunsite.dk
2688 S:      Maintained
2689 F:      include/linux/hippidevice.h
2690 F:      include/linux/if_hippi.h
2691 F:      net/802/hippi.c
2692
2693 HOST AP DRIVER
2694 P:      Jouni Malinen
2695 M:      j@w1.fi
2696 L:      hostap@shmoo.com (subscribers-only)
2697 L:      linux-wireless@vger.kernel.org
2698 W:      http://hostap.epitest.fi/
2699 S:      Maintained
2700 F:      drivers/net/wireless/hostap/
2701
2702 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2703 P:      Carlos Corbacho
2704 M:      carlos@strangeworlds.co.uk
2705 S:      Odd Fixes
2706 F:      drivers/platform/x86/tc1100-wmi.c
2707
2708 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2709 P:      Jaroslav Kysela
2710 M:      perex@perex.cz
2711 S:      Maintained
2712 F:      drivers/net/hp100.*
2713
2714 HPET:   High Precision Event Timers driver
2715 P:      Clemens Ladisch
2716 M:      clemens@ladisch.de
2717 S:      Maintained
2718 F:      Documentation/timers/hpet.txt
2719 F:      drivers/char/hpet.c
2720 F:      include/linux/hpet.h
2721
2722 HPET:   i386
2723 P:      Venkatesh Pallipadi (Venki)
2724 M:      venkatesh.pallipadi@intel.com
2725 S:      Maintained
2726 F:      arch/x86/kernel/hpet.c
2727 F:      arch/x86/include/asm/hpet.h
2728
2729 HPET:   x86_64
2730 P:      Vojtech Pavlik
2731 M:      vojtech@suse.cz
2732 S:      Maintained
2733
2734 HPET:   ACPI
2735 P:      Bob Picco
2736 M:      bob.picco@hp.com
2737 S:      Maintained
2738 F:      drivers/char/hpet.c
2739
2740 HPFS FILESYSTEM
2741 P:      Mikulas Patocka
2742 M:      mikulas@artax.karlin.mff.cuni.cz
2743 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2744 S:      Maintained
2745 F:      fs/hpfs/
2746
2747 HSO 3G MODEM DRIVER
2748 P:      Jan Dumon
2749 M:      j.dumon@option.com
2750 W:      http://www.pharscape.org
2751 S:      Maintained
2752 F:      drivers/net/usb/hso.c
2753
2754 HTCPEN TOUCHSCREEN DRIVER
2755 P:      Pau Oliva Fora
2756 M:      pof@eslack.org
2757 L:      linux-input@vger.kernel.org
2758 S:      Maintained
2759 F:      drivers/input/touchscreen/htcpen.c
2760
2761 HUGETLB FILESYSTEM
2762 P:      William Irwin
2763 M:      wli@holomorphy.com
2764 S:      Maintained
2765 F:      fs/hugetlbfs/
2766
2767 I2C/SMBUS STUB DRIVER
2768 P:      Mark M. Hoffman
2769 M:      mhoffman@lightlink.com
2770 L:      linux-i2c@vger.kernel.org
2771 S:      Maintained
2772 F:      drivers/i2c/busses/i2c-stub.c
2773
2774 I2C SUBSYSTEM
2775 P:      Jean Delvare (PC drivers, core)
2776 M:      khali@linux-fr.org
2777 P:      Ben Dooks (embedded platforms)
2778 M:      ben-linux@fluff.org
2779 L:      linux-i2c@vger.kernel.org
2780 W:      http://i2c.wiki.kernel.org/
2781 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2782 S:      Maintained
2783 F:      Documentation/i2c/
2784 F:      drivers/i2c/
2785 F:      include/linux/i2c.h
2786 F:      include/linux/i2c-dev.h
2787 F:      include/linux/i2c-id.h
2788
2789 I2C-TINY-USB DRIVER
2790 P:      Till Harbaum
2791 M:      till@harbaum.org
2792 L:      linux-i2c@vger.kernel.org
2793 W:      http://www.harbaum.org/till/i2c_tiny_usb
2794 S:      Maintained
2795 F:      drivers/i2c/busses/i2c-tiny-usb.c
2796
2797 i386 BOOT CODE
2798 P:      H. Peter Anvin
2799 M:      hpa@zytor.com
2800 S:      Maintained
2801 F:      arch/x86/boot/
2802
2803 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2804 P:      H. Peter Anvin
2805 M:      hpa@zytor.com
2806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2807 S:      Maintained
2808
2809 IA64 (Itanium) PLATFORM
2810 P:      Tony Luck
2811 M:      tony.luck@intel.com
2812 L:      linux-ia64@vger.kernel.org
2813 W:      http://www.ia64-linux.org/
2814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2815 S:      Maintained
2816 F:      arch/ia64/
2817
2818 IBM MCA SCSI SUBSYSTEM DRIVER
2819 P:      Michael Lang
2820 M:      langa2@kph.uni-mainz.de
2821 W:      http://www.uni-mainz.de/~langm000/linux.html
2822 S:      Maintained
2823 F:      drivers/scsi/ibmmca.c
2824
2825 IBM Power Linux RAID adapter
2826 P:      Brian King
2827 M:      brking@us.ibm.com
2828 S:      Supported
2829 F:      drivers/scsi/ipr.*
2830
2831 IBM ServeRAID RAID DRIVER
2832 P:      Jack Hammer
2833 P:      Dave Jeffery
2834 M:      ipslinux@adaptec.com
2835 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2836 S:      Supported
2837 F:      drivers/scsi/ips.*
2838
2839 IDE SUBSYSTEM
2840 P:      David S. Miller
2841 M:      davem@davemloft.net
2842 L:      linux-ide@vger.kernel.org
2843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2844 S:      Maintained
2845 F:      Documentation/ide/
2846 F:      drivers/ide/
2847 F:      include/linux/ide.h
2848
2849 IDE/ATAPI DRIVERS
2850 P:      Borislav Petkov
2851 M:      petkovbb@gmail.com
2852 L:      linux-ide@vger.kernel.org
2853 S:      Maintained
2854 F:      Documentation/cdrom/ide-cd
2855 F:      drivers/ide/ide-cd*
2856
2857 IDLE-I7300
2858 P:      Andy Henroid
2859 M:      andrew.d.henroid@intel.com
2860 L:      linux-pm@lists.linux-foundation.org
2861 S:      Supported
2862 F:      drivers/idle/i7300_idle.c
2863
2864 IEEE 1394 SUBSYSTEM
2865 P:      Ben Collins
2866 M:      ben.collins@ubuntu.com
2867 P:      Stefan Richter
2868 M:      stefanr@s5r6.in-berlin.de
2869 L:      linux1394-devel@lists.sourceforge.net
2870 W:      http://www.linux1394.org/
2871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2872 S:      Maintained
2873 F:      drivers/ieee1394/
2874
2875 IEEE 1394 RAW I/O DRIVER
2876 P:      Dan Dennedy
2877 M:      dan@dennedy.org
2878 P:      Stefan Richter
2879 M:      stefanr@s5r6.in-berlin.de
2880 L:      linux1394-devel@lists.sourceforge.net
2881 S:      Maintained
2882 F:      drivers/ieee1394/raw1394*
2883
2884 IEEE 802.15.4 SUBSYSTEM
2885 P:      Dmitry Eremin-Solenikov
2886 M:      dbaryshkov@gmail.com
2887 P:      Sergey Lapin
2888 M:      slapin@ossfans.org
2889 L:      linux-zigbee-devel@lists.sourceforge.net
2890 W:      http://apps.sourceforge.net/trac/linux-zigbee
2891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2892 S:      Maintained
2893 F:      net/ieee802154/
2894 F:      drivers/ieee802154/
2895
2896 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2897 P:      Mimi Zohar
2898 M:      zohar@us.ibm.com
2899 S:      Supported
2900 F:      security/integrity/ima/
2901
2902 IMS TWINTURBO FRAMEBUFFER DRIVER
2903 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2904 S:      Orphan
2905 F:      drivers/video/imsttfb.c
2906
2907 INFINIBAND SUBSYSTEM
2908 P:      Roland Dreier
2909 M:      rolandd@cisco.com
2910 P:      Sean Hefty
2911 M:      sean.hefty@intel.com
2912 P:      Hal Rosenstock
2913 M:      hal.rosenstock@gmail.com
2914 L:      general@lists.openfabrics.org (moderated for non-subscribers)
2915 W:      http://www.openib.org/
2916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2917 S:      Supported
2918 F:      Documentation/infiniband/
2919 F:      drivers/infiniband/
2920 F:      include/linux/if_infiniband.h
2921
2922 INOTIFY
2923 P:      John McCutchan
2924 M:      john@johnmccutchan.com
2925 P:      Robert Love
2926 M:      rlove@rlove.org
2927 P:      Eric Paris
2928 M:      eparis@parisplace.org
2929 S:      Maintained
2930 F:      Documentation/filesystems/inotify.txt
2931 F:      fs/notify/inotify/
2932 F:      include/linux/inotify.h
2933
2934 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2935 P:      Dmitry Torokhov
2936 M:      dmitry.torokhov@gmail.com
2937 M:      dtor@mail.ru
2938 L:      linux-input@vger.kernel.org
2939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2940 S:      Maintained
2941 F:      drivers/input/
2942
2943 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2944 P:      Sylvain Meyer
2945 M:      sylvain.meyer@worldonline.fr
2946 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2947 S:      Maintained
2948 F:      Documentation/fb/intelfb.txt
2949 F:      drivers/video/intelfb/
2950
2951 INTEL 810/815 FRAMEBUFFER DRIVER
2952 P:      Antonino Daplas
2953 M:      adaplas@gmail.com
2954 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2955 S:      Maintained
2956 F:      drivers/video/i810/
2957
2958 INTEL MENLOW THERMAL DRIVER
2959 P:      Sujith Thomas
2960 M:      sujith.thomas@intel.com
2961 L:      linux-acpi@vger.kernel.org
2962 W:      http://www.lesswatts.org/projects/acpi/
2963 S:      Supported
2964 F:      drivers/platform/x86/intel_menlow.c
2965
2966 INTEL IA32 MICROCODE UPDATE SUPPORT
2967 P:      Tigran Aivazian
2968 M:      tigran@aivazian.fsnet.co.uk
2969 S:      Maintained
2970 F:      arch/x86/kernel/microcode_core.c
2971 F:      arch/x86/kernel/microcode_intel.c
2972
2973 INTEL I/OAT DMA DRIVER
2974 P:      Maciej Sosnowski
2975 M:      maciej.sosnowski@intel.com
2976 S:      Supported
2977 F:      drivers/dma/ioat*
2978
2979 INTEL IOMMU (VT-d)
2980 P:      David Woodhouse
2981 M:      dwmw2@infradead.org
2982 L:      iommu@lists.linux-foundation.org
2983 T:      git git://git.infradead.org/iommu-2.6.git
2984 S:      Supported
2985 F:      drivers/pci/intel-iommu.c
2986 F:      include/linux/intel-iommu.h
2987
2988 INTEL IOP-ADMA DMA DRIVER
2989 P:      Dan Williams
2990 M:      dan.j.williams@intel.com
2991 S:      Supported
2992 F:      drivers/dma/iop-adma.c
2993
2994 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2995 P:      Krzysztof Halasa
2996 M:      khc@pm.waw.pl
2997 S:      Maintained
2998 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2999 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
3000 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3001 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
3002 F:      drivers/net/arm/ixp4xx_eth.c
3003 F:      drivers/net/wan/ixp4xx_hss.c
3004
3005 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3006 P:      Deepak Saxena
3007 M:      dsaxena@plexity.net
3008 S:      Maintained
3009 F:      drivers/char/hw_random/ixp4xx-rng.c
3010
3011 INTEL IXP2000 ETHERNET DRIVER
3012 P:      Lennert Buytenhek
3013 M:      kernel@wantstofly.org
3014 L:      netdev@vger.kernel.org
3015 S:      Maintained
3016 F:      drivers/net/ixp2000/
3017
3018 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
3019 P:      Jeff Kirsher
3020 M:      jeffrey.t.kirsher@intel.com
3021 P:      Jesse Brandeburg
3022 M:      jesse.brandeburg@intel.com
3023 P:      Bruce Allan
3024 M:      bruce.w.allan@intel.com
3025 P:      PJ Waskiewicz
3026 M:      peter.p.waskiewicz.jr@intel.com
3027 P:      John Ronciak
3028 M:      john.ronciak@intel.com
3029 L:      e1000-devel@lists.sourceforge.net
3030 W:      http://e1000.sourceforge.net/
3031 S:      Supported
3032 F:      drivers/net/e100.c
3033 F:      drivers/net/e1000/
3034 F:      drivers/net/e1000e/
3035 F:      drivers/net/igb/
3036 F:      drivers/net/ixgb/
3037 F:      drivers/net/ixgbe/
3038
3039 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3040 P:      Zhu Yi
3041 M:      yi.zhu@intel.com
3042 P:      James Ketrenos
3043 M:      jketreno@linux.intel.com
3044 P:      Reinette Chatre
3045 M:      reinette.chatre@intel.com
3046 L:      linux-wireless@vger.kernel.org
3047 L:      ipw2100-devel@lists.sourceforge.net
3048 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3049 W:      http://ipw2100.sourceforge.net
3050 S:      Supported
3051 F:      Documentation/networking/README.ipw2100
3052 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3053
3054 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3055 P:      Zhu Yi
3056 M:      yi.zhu@intel.com
3057 P:      James Ketrenos
3058 M:      jketreno@linux.intel.com
3059 P:      Reinette Chatre
3060 M:      reinette.chatre@intel.com
3061 L:      linux-wireless@vger.kernel.org
3062 L:      ipw2100-devel@lists.sourceforge.net
3063 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3064 W:      http://ipw2200.sourceforge.net
3065 S:      Supported
3066 F:      Documentation/networking/README.ipw2200
3067 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3068
3069 INTEL WIRELESS WIMAX CONNECTION 2400
3070 P:      Inaky Perez-Gonzalez
3071 M:      inaky.perez-gonzalez@intel.com
3072 M:      linux-wimax@intel.com
3073 L:      wimax@linuxwimax.org
3074 S:      Supported
3075 W:      http://linuxwimax.org
3076 F:      Documentation/wimax/README.i2400m
3077 F:      drivers/net/wimax/i2400m/
3078 F:      include/linux/wimax/i2400m.h
3079
3080 INTEL WIRELESS WIFI LINK (iwlwifi)
3081 P:      Zhu Yi
3082 M:      yi.zhu@intel.com
3083 P:      Reinette Chatre
3084 M:      reinette.chatre@intel.com
3085 L:      linux-wireless@vger.kernel.org
3086 L:      ipw3945-devel@lists.sourceforge.net
3087 W:      http://intellinuxwireless.org
3088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3089 S:      Supported
3090 F:      drivers/net/wireless/iwlwifi/
3091
3092 IOC3 ETHERNET DRIVER
3093 P:      Ralf Baechle
3094 M:      ralf@linux-mips.org
3095 L:      linux-mips@linux-mips.org
3096 S:      Maintained
3097 F:      drivers/net/ioc3-eth.c
3098
3099 IOC3 SERIAL DRIVER
3100 P:      Pat Gefre
3101 M:      pfg@sgi.com
3102 L:      linux-mips@linux-mips.org
3103 S:      Maintained
3104 F:      drivers/serial/ioc3_serial.c
3105
3106 IP MASQUERADING
3107 P:      Juanjo Ciarlante
3108 M:      jjciarla@raiz.uncu.edu.ar
3109 S:      Maintained
3110 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3111
3112 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3113 P:      Francois Romieu
3114 M:      romieu@fr.zoreil.com
3115 P:      Sorbica Shieh
3116 M:      sorbica@icplus.com.tw
3117 P:      Jesse Huang
3118 M:      jesse@icplus.com.tw
3119 L:      netdev@vger.kernel.org
3120 S:      Maintained
3121 F:      drivers/net/ipg.c
3122
3123 IPATH DRIVER
3124 P:      Ralph Campbell
3125 M:      infinipath@qlogic.com
3126 L:      general@lists.openfabrics.org
3127 T:      git git://git.qlogic.com/ipath-linux-2.6
3128 S:      Supported
3129 F:      drivers/infiniband/hw/ipath/
3130
3131 IPMI SUBSYSTEM
3132 P:      Corey Minyard
3133 M:      minyard@acm.org
3134 L:      openipmi-developer@lists.sourceforge.net
3135 W:      http://openipmi.sourceforge.net/
3136 S:      Supported
3137 F:      Documentation/IPMI.txt
3138 F:      drivers/char/ipmi/
3139 F:      include/linux/ipmi*
3140
3141 IPS SCSI RAID DRIVER
3142 P:      Adaptec OEM Raid Solutions
3143 M:      aacraid@adaptec.com
3144 L:      linux-scsi@vger.kernel.org
3145 W:      http://www.adaptec.com/
3146 S:      Maintained
3147 F:      drivers/scsi/ips*
3148
3149 IPVS
3150 P:      Wensong Zhang
3151 M:      wensong@linux-vs.org
3152 P:      Simon Horman
3153 M:      horms@verge.net.au
3154 P:      Julian Anastasov
3155 M:      ja@ssi.bg
3156 L:      netdev@vger.kernel.org
3157 L:      lvs-devel@vger.kernel.org
3158 S:      Maintained
3159 F:      Documentation/networking/ipvs-sysctl.txt
3160 F:      net/netfilter/ipvs/
3161
3162 IPWIRELESS DRIVER
3163 P:      Jiri Kosina
3164 M:      jkosina@suse.cz
3165 P:      David Sterba
3166 M:      dsterba@suse.cz
3167 S:      Maintained
3168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3169 F:      drivers/char/pcmcia/ipwireless/
3170
3171 IPX NETWORK LAYER
3172 P:      Arnaldo Carvalho de Melo
3173 M:      acme@ghostprotocols.net
3174 L:      netdev@vger.kernel.org
3175 S:      Maintained
3176 F:      include/linux/ipx.h
3177 F:      include/net/ipx.h
3178 F:      net/ipx/
3179
3180 IRDA SUBSYSTEM
3181 P:      Samuel Ortiz
3182 M:      samuel@sortiz.org
3183 L:      irda-users@lists.sourceforge.net (subscribers-only)
3184 W:      http://irda.sourceforge.net/
3185 S:      Maintained
3186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3187 F:      Documentation/networking/irda.txt
3188 F:      drivers/net/irda/
3189 F:      include/net/irda/
3190 F:      net/irda/
3191
3192 ISAPNP
3193 P:      Jaroslav Kysela
3194 M:      perex@perex.cz
3195 S:      Maintained
3196 F:      Documentation/isapnp.txt
3197 F:      drivers/pnp/isapnp/
3198 F:      include/linux/isapnp.h
3199
3200 ISCSI
3201 P:      Mike Christie
3202 M:      michaelc@cs.wisc.edu
3203 L:      open-iscsi@googlegroups.com
3204 W:      www.open-iscsi.org
3205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3206 S:      Maintained
3207 F:      drivers/scsi/*iscsi*
3208 F:      include/scsi/*iscsi*
3209
3210 ISDN SUBSYSTEM
3211 P:      Karsten Keil
3212 M:      isdn@linux-pingi.de
3213 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3214 W:      http://www.isdn4linux.de
3215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3216 S:      Maintained
3217 F:      Documentation/isdn/
3218 F:      drivers/isdn/
3219 F:      include/linux/isdn.h
3220 F:      include/linux/isdn/
3221
3222 ISDN SUBSYSTEM (Eicon active card driver)
3223 P:      Armin Schindler
3224 M:      mac@melware.de
3225 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3226 W:      http://www.melware.de
3227 S:      Maintained
3228 F:      drivers/isdn/hardware/eicon/
3229
3230 IVTV VIDEO4LINUX DRIVER
3231 P:      Hans Verkuil
3232 M:      hverkuil@xs4all.nl
3233 L:      ivtv-devel@ivtvdriver.org
3234 L:      ivtv-users@ivtvdriver.org
3235 L:      linux-media@vger.kernel.org
3236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3237 W:      http://www.ivtvdriver.org
3238 S:      Maintained
3239 F:      Documentation/video4linux/*.ivtv
3240 F:      drivers/media/video/ivtv/
3241 F:      include/linux/ivtv*
3242
3243 JFS FILESYSTEM
3244 P:      Dave Kleikamp
3245 M:      shaggy@austin.ibm.com
3246 L:      jfs-discussion@lists.sourceforge.net
3247 W:      http://jfs.sourceforge.net/
3248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3249 S:      Supported
3250 F:      Documentation/filesystems/jfs.txt
3251 F:      fs/jfs/
3252
3253 JME NETWORK DRIVER
3254 P:      Guo-Fu Tseng
3255 M:      cooldavid@cooldavid.org
3256 L:      netdev@vger.kernel.org
3257 S:      Maintained
3258 F:      drivers/net/jme.*
3259
3260 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3261 P:      David Woodhouse
3262 M:      dwmw2@infradead.org
3263 L:      linux-mtd@lists.infradead.org
3264 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3265 S:      Maintained
3266 F:      fs/jffs2/
3267 F:      include/linux/jffs2.h
3268
3269 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3270 P:      Stephen Tweedie
3271 M:      sct@redhat.com
3272 P:      Andrew Morton
3273 M:      akpm@linux-foundation.org
3274 L:      linux-ext4@vger.kernel.org
3275 S:      Maintained
3276 F:      fs/jbd*/
3277 F:      include/linux/ext*jbd*.h
3278 F:      include/linux/jbd*.h
3279
3280 K8TEMP HARDWARE MONITORING DRIVER
3281 P:      Rudolf Marek
3282 M:      r.marek@assembler.cz
3283 L:      lm-sensors@lm-sensors.org
3284 S:      Maintained
3285 F:      Documentation/hwmon/k8temp
3286 F:      drivers/hwmon/k8temp.c
3287
3288 KCONFIG
3289 P:      Roman Zippel
3290 M:      zippel@linux-m68k.org
3291 L:      linux-kbuild@vger.kernel.org
3292 S:      Maintained
3293 F:      Documentation/kbuild/kconfig-language.txt
3294 F:      scripts/kconfig/
3295
3296 KDUMP
3297 P:      Vivek Goyal
3298 M:      vgoyal@redhat.com
3299 P:      Haren Myneni
3300 M:      hbabu@us.ibm.com
3301 L:      kexec@lists.infradead.org
3302 W:      http://lse.sourceforge.net/kdump/
3303 S:      Maintained
3304 F:      Documentation/kdump/
3305
3306 KERNEL AUTOMOUNTER (AUTOFS)
3307 P:      H. Peter Anvin
3308 M:      hpa@zytor.com
3309 L:      autofs@linux.kernel.org
3310 S:      Odd Fixes
3311 F:      fs/autofs/
3312
3313 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3314 P:      Ian Kent
3315 M:      raven@themaw.net
3316 L:      autofs@linux.kernel.org
3317 S:      Maintained
3318 F:      fs/autofs4/
3319
3320 KERNEL BUILD
3321 P:      Sam Ravnborg
3322 M:      sam@ravnborg.org
3323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3325 L:      linux-kbuild@vger.kernel.org
3326 S:      Maintained
3327 F:      Documentation/kbuild/
3328 F:      Makefile
3329 F:      scripts/Makefile.*
3330
3331 KERNEL JANITORS
3332 P:      Several
3333 L:      kernel-janitors@vger.kernel.org
3334 W:      http://www.kerneljanitors.org/
3335 S:      Maintained
3336
3337 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3338 P:      J. Bruce Fields
3339 M:      bfields@fieldses.org
3340 P:      Neil Brown
3341 M:      neilb@suse.de
3342 L:      linux-nfs@vger.kernel.org
3343 W:      http://nfs.sourceforge.net/
3344 S:      Supported
3345 F:      fs/nfsd/
3346 F:      include/linux/nfsd/
3347 F:      fs/lockd/
3348 F:      fs/nfs_common/
3349 F:      net/sunrpc/
3350 F:      include/linux/lockd/
3351 F:      include/linux/sunrpc/
3352
3353 KERNEL VIRTUAL MACHINE (KVM)
3354 P:      Avi Kivity
3355 M:      avi@redhat.com
3356 L:      kvm@vger.kernel.org
3357 W:      http://kvm.qumranet.com
3358 S:      Supported
3359 F:      Documentation/*/kvm.txt
3360 F:      arch/*/kvm/
3361 F:      arch/*/include/asm/kvm*
3362 F:      include/linux/kvm*
3363 F:      virt/kvm/
3364
3365 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3366 P:      Joerg Roedel
3367 M:      joerg.roedel@amd.com
3368 L:      kvm@vger.kernel.org
3369 W:      http://kvm.qumranet.com
3370 S:      Supported
3371 F:      arch/x86/include/asm/svm.h
3372 F:      arch/x86/kvm/kvm_svm.h
3373 F:      arch/x86/kvm/svm.c
3374
3375 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3376 P:      Hollis Blanchard
3377 M:      hollisb@us.ibm.com
3378 L:      kvm-ppc@vger.kernel.org
3379 W:      http://kvm.qumranet.com
3380 S:      Supported
3381 F:      arch/powerpc/include/asm/kvm*
3382 F:      arch/powerpc/kvm/
3383
3384 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3385 P:      Xiantao Zhang
3386 M:      xiantao.zhang@intel.com
3387 L:      kvm-ia64@vger.kernel.org
3388 W:      http://kvm.qumranet.com
3389 S:      Supported
3390 F:      Documentation/ia64/kvm.txt
3391 F:      arch/ia64/include/asm/kvm*
3392 F:      arch/ia64/kvm/
3393
3394 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3395 P:      Carsten Otte
3396 M:      cotte@de.ibm.com
3397 P:      Christian Borntraeger
3398 M:      borntraeger@de.ibm.com
3399 M:      linux390@de.ibm.com
3400 L:      linux-s390@vger.kernel.org
3401 W:      http://www.ibm.com/developerworks/linux/linux390/
3402 S:      Supported
3403 F:      Documentation/s390/kvm.txt
3404 F:      arch/s390/include/asm/kvm*
3405 F:      arch/s390/kvm/
3406
3407 KEXEC
3408 P:      Eric Biederman
3409 M:      ebiederm@xmission.com
3410 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3411 L:      kexec@lists.infradead.org
3412 S:      Maintained
3413 F:      include/linux/kexec.h
3414 F:      kernel/kexec.c
3415
3416 KGDB
3417 P:      Jason Wessel
3418 M:      jason.wessel@windriver.com
3419 L:      kgdb-bugreport@lists.sourceforge.net
3420 S:      Maintained
3421 F:      Documentation/DocBook/kgdb.tmpl
3422 F:      drivers/misc/kgdbts.c
3423 F:      drivers/serial/kgdboc.c
3424 F:      include/linux/kgdb.h
3425 F:      kernel/kgdb.c
3426
3427 KMEMCHECK
3428 P:      Vegard Nossum
3429 M:      vegardno@ifi.uio.no
3430 P       Pekka Enberg
3431 M:      penberg@cs.helsinki.fi
3432 L:      linux-kernel@vger.kernel.org
3433 S:      Maintained
3434
3435 KMEMLEAK
3436 P:      Catalin Marinas
3437 M:      catalin.marinas@arm.com
3438 L:      linux-kernel@vger.kernel.org
3439 S:      Maintained
3440 F:      Documentation/kmemleak.txt
3441 F:      include/linux/kmemleak.h
3442 F:      mm/kmemleak.c
3443 F:      mm/kmemleak-test.c
3444
3445 KMEMTRACE
3446 P:      Eduard - Gabriel Munteanu
3447 M:      eduard.munteanu@linux360.ro
3448 S:      Maintained
3449 F:      Documentation/trace/kmemtrace.txt
3450 F:      include/linux/kmemtrace.h
3451 F:      kernel/trace/kmemtrace.c
3452
3453 KPROBES
3454 P:      Ananth N Mavinakayanahalli
3455 M:      ananth@in.ibm.com
3456 P:      Anil S Keshavamurthy
3457 M:      anil.s.keshavamurthy@intel.com
3458 P:      David S. Miller
3459 M:      davem@davemloft.net
3460 P:      Masami Hiramatsu
3461 M:      mhiramat@redhat.com
3462 S:      Maintained
3463 F:      Documentation/kprobes.txt
3464 F:      include/linux/kprobes.h
3465 F:      kernel/kprobes.c
3466
3467 KS0108 LCD CONTROLLER DRIVER
3468 P:      Miguel Ojeda Sandonis
3469 M:      miguel.ojeda.sandonis@gmail.com
3470 W:      http://miguelojeda.es/auxdisplay.htm
3471 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3472 S:      Maintained
3473 F:      Documentation/auxdisplay/ks0108
3474 F:      drivers/auxdisplay/ks0108.c
3475 F:      include/linux/ks0108.h
3476
3477 LAPB module
3478 L:      linux-x25@vger.kernel.org
3479 S:      Orphan
3480 F:      Documentation/networking/lapb-module.txt
3481 F:      include/*/lapb.h
3482 F:      net/lapb/
3483
3484 LASI 53c700 driver for PARISC
3485 P:      James E.J. Bottomley
3486 M:      James.Bottomley@HansenPartnership.com
3487 L:      linux-scsi@vger.kernel.org
3488 S:      Maintained
3489 F:      Documentation/scsi/53c700.txt
3490 F:      drivers/scsi/53c700*
3491
3492 LED SUBSYSTEM
3493 P:      Richard Purdie
3494 M:      rpurdie@rpsys.net
3495 S:      Maintained
3496 F:      drivers/leds/
3497 F:      include/linux/leds.h
3498
3499 LEGO USB Tower driver
3500 P:      Juergen Stuber
3501 M:      starblue@users.sourceforge.net
3502 L:      legousb-devel@lists.sourceforge.net
3503 W:      http://legousb.sourceforge.net/
3504 S:      Maintained
3505 F:      drivers/usb/misc/legousbtower.c
3506
3507 LGUEST
3508 P:      Rusty Russell
3509 M:      rusty@rustcorp.com.au
3510 L:      lguest@ozlabs.org
3511 W:      http://lguest.ozlabs.org/
3512 S:      Maintained
3513 F:      Documentation/lguest/
3514 F:      arch/x86/lguest/
3515 F:      drivers/lguest/
3516 F:      include/linux/lguest*.h
3517 F:      arch/x86/include/asm/lguest*.h
3518
3519 LINUX FOR IBM pSERIES (RS/6000)
3520 P:      Paul Mackerras
3521 M:      paulus@au.ibm.com
3522 W:      http://www.ibm.com/linux/ltc/projects/ppc
3523 S:      Supported
3524
3525 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3526 P:      Benjamin Herrenschmidt
3527 M:      benh@kernel.crashing.org
3528 P:      Paul Mackerras
3529 M:      paulus@samba.org
3530 W:      http://www.penguinppc.org/
3531 L:      linuxppc-dev@ozlabs.org
3532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3533 S:      Supported
3534
3535 LINUX FOR POWER MACINTOSH
3536 P:      Benjamin Herrenschmidt
3537 M:      benh@kernel.crashing.org
3538 W:      http://www.penguinppc.org/
3539 L:      linuxppc-dev@ozlabs.org
3540 S:      Maintained
3541
3542 LINUX FOR POWERPC EMBEDDED MPC5XXX
3543 P:      Grant Likely
3544 M:      grant.likely@secretlab.ca
3545 L:      linuxppc-dev@ozlabs.org
3546 T:      git git://git.secretlab.ca/git/linux-2.6.git
3547 S:      Maintained
3548
3549 LINUX FOR POWERPC EMBEDDED PPC4XX
3550 P:      Josh Boyer
3551 M:      jwboyer@linux.vnet.ibm.com
3552 P:      Matt Porter
3553 M:      mporter@kernel.crashing.org
3554 W:      http://www.penguinppc.org/
3555 L:      linuxppc-dev@ozlabs.org
3556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3557 S:      Maintained
3558
3559 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3560 P:      Grant Likely
3561 M:      grant.likely@secretlab.ca
3562 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3563 L:      linuxppc-dev@ozlabs.org
3564 T:      git git://git.secretlab.ca/git/linux-2.6.git
3565 S:      Maintained
3566
3567 LINUX FOR POWERPC EMBEDDED PPC8XX
3568 P:      Vitaly Bordug
3569 M:      vitb@kernel.crashing.org
3570 P:      Marcelo Tosatti
3571 M:      marcelo@kvack.org
3572 W:      http://www.penguinppc.org/
3573 L:      linuxppc-dev@ozlabs.org
3574 S:      Maintained
3575
3576 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3577 P:      Kumar Gala
3578 M:      galak@kernel.crashing.org
3579 W:      http://www.penguinppc.org/
3580 L:      linuxppc-dev@ozlabs.org
3581 S:      Maintained
3582
3583 LINUX FOR POWERPC PA SEMI PWRFICIENT
3584 P:      Olof Johansson
3585 M:      olof@lixom.net
3586 W:      http://www.pasemi.com/
3587 L:      linuxppc-dev@ozlabs.org
3588 S:      Supported
3589
3590 LINUX SECURITY MODULE (LSM) FRAMEWORK
3591 P:      Chris Wright
3592 M:      chrisw@sous-sol.org
3593 L:      linux-security-module@vger.kernel.org
3594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3595 S:      Supported
3596
3597 LLC (802.2)
3598 P:      Arnaldo Carvalho de Melo
3599 M:      acme@ghostprotocols.net
3600 S:      Maintained
3601 F:      include/linux/llc.h
3602 F:      include/net/llc*
3603 F:      net/llc/
3604
3605 LIS3LV02D ACCELEROMETER DRIVER
3606 P:      Eric Piel
3607 M:      eric.piel@tremplin-utc.net
3608 S:      Maintained
3609 F:      Documentation/hwmon/lis3lv02d
3610 F:      drivers/hwmon/lis3lv02d.*
3611
3612 LM83 HARDWARE MONITOR DRIVER
3613 P:      Jean Delvare
3614 M:      khali@linux-fr.org
3615 L:      lm-sensors@lm-sensors.org
3616 S:      Maintained
3617 F:      Documentation/hwmon/lm83
3618 F:      drivers/hwmon/lm83.c
3619
3620 LM90 HARDWARE MONITOR DRIVER
3621 P:      Jean Delvare
3622 M:      khali@linux-fr.org
3623 L:      lm-sensors@lm-sensors.org
3624 S:      Maintained
3625 F:      Documentation/hwmon/lm90
3626 F:      drivers/hwmon/lm90.c
3627
3628 LOCKDEP AND LOCKSTAT
3629 P:      Peter Zijlstra
3630 M:      peterz@infradead.org
3631 P:      Ingo Molnar
3632 M:      mingo@redhat.com
3633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3634 S:      Maintained
3635 F:      Documentation/lockdep*.txt
3636 F:      Documentation/lockstat.txt
3637 F:      include/linux/lockdep.h
3638 F:      kernel/lockdep*
3639
3640 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3641 P:      Richard Russon (FlatCap)
3642 M:      ldm@flatcap.org
3643 L:      linux-ntfs-dev@lists.sourceforge.net
3644 W:      http://www.linux-ntfs.org/content/view/19/37/
3645 S:      Maintained
3646 F:      Documentation/ldm.txt
3647 F:      fs/partitions/ldm.*
3648
3649 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3650 P:      Eric Moore
3651 M:      Eric.Moore@lsi.com
3652 M:      support@lsi.com
3653 L:      DL-MPTFusionLinux@lsi.com
3654 L:      linux-scsi@vger.kernel.org
3655 W:      http://www.lsilogic.com/support
3656 S:      Supported
3657 F:      drivers/message/fusion/
3658
3659 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3660 P:      Matthew Wilcox
3661 M:      matthew@wil.cx
3662 L:      linux-scsi@vger.kernel.org
3663 S:      Maintained
3664 F:      drivers/scsi/sym53c8xx_2/
3665
3666 LTP (Linux Test Project)
3667 P:      Subrata Modak
3668 M:      subrata@linux.vnet.ibm.com
3669 P:      Mike Frysinger
3670 M:      vapier@gentoo.org
3671 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3672 W:      http://ltp.sourceforge.net/
3673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3674 S:      Maintained
3675
3676 M32R ARCHITECTURE
3677 P:      Hirokazu Takata
3678 M:      takata@linux-m32r.org
3679 L:      linux-m32r@ml.linux-m32r.org
3680 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3681 W:      http://www.linux-m32r.org/
3682 S:      Maintained
3683 F:      arch/m32r/
3684
3685 M68K ARCHITECTURE
3686 P:      Geert Uytterhoeven
3687 M:      geert@linux-m68k.org
3688 P:      Roman Zippel
3689 M:      zippel@linux-m68k.org
3690 L:      linux-m68k@lists.linux-m68k.org
3691 W:      http://www.linux-m68k.org/
3692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3693 S:      Maintained
3694 F:      arch/m68k/
3695 F:      drivers/zorro/
3696
3697 M68K ON APPLE MACINTOSH
3698 P:      Joshua Thompson
3699 M:      funaho@jurai.org
3700 W:      http://www.mac.linux-m68k.org/
3701 L:      linux-m68k@lists.linux-m68k.org
3702 S:      Maintained
3703 F:      arch/m68k/mac/
3704
3705 M68K ON HP9000/300
3706 P:      Philip Blundell
3707 M:      philb@gnu.org
3708 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3709 S:      Maintained
3710 F:      arch/m68k/hp300/
3711
3712 MAC80211
3713 P:      Johannes Berg
3714 M:      johannes@sipsolutions.net
3715 L:      linux-wireless@vger.kernel.org
3716 W:      http://linuxwireless.org/
3717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3718 S:      Maintained
3719 F:      Documentation/networking/mac80211-injection.txt
3720 F:      include/net/mac80211.h
3721 F:      net/mac80211/
3722
3723 MAC80211 PID RATE CONTROL
3724 P:      Stefano Brivio
3725 M:      stefano.brivio@polimi.it
3726 P:      Mattias Nissler
3727 M:      mattias.nissler@gmx.de
3728 L:      linux-wireless@vger.kernel.org
3729 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3731 S:      Maintained
3732 F:      net/mac80211/rc80211_pid*
3733
3734 MACVLAN DRIVER
3735 P:      Patrick McHardy
3736 M:      kaber@trash.net
3737 L:      netdev@vger.kernel.org
3738 S:      Maintained
3739 F:      drivers/net/macvlan.c
3740 F:      include/linux/if_macvlan.h
3741
3742 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3743 P:      Michael Kerrisk
3744 M:      mtk.manpages@gmail.com
3745 W:      http://www.kernel.org/doc/man-pages
3746 L:      linux-man@vger.kernel.org
3747 S:      Maintained
3748
3749 MARVELL LIBERTAS WIRELESS DRIVER
3750 P:      Dan Williams
3751 M:      dcbw@redhat.com
3752 L:      libertas-dev@lists.infradead.org
3753 S:      Maintained
3754 F:      drivers/net/wireless/libertas/
3755
3756 MARVELL MV643XX ETHERNET DRIVER
3757 P:      Lennert Buytenhek
3758 M:      buytenh@marvell.com
3759 L:      netdev@vger.kernel.org
3760 S:      Supported
3761 F:      drivers/net/mv643xx_eth.*
3762 F:      include/linux/mv643xx.h
3763
3764 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3765 P:      Nicolas Pitre
3766 M:      nico@cam.org
3767 S:      Maintained
3768
3769 MARVELL YUKON / SYSKONNECT DRIVER
3770 P:      Mirko Lindner
3771 M:      mlindner@syskonnect.de
3772 P:      Ralph Roesler
3773 M:      rroesler@syskonnect.de
3774 W:      http://www.syskonnect.com
3775 S:      Supported
3776
3777 MATROX FRAMEBUFFER DRIVER
3778 P:      Petr Vandrovec
3779 M:      vandrove@vc.cvut.cz
3780 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)