Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[safe/jmp/linux-2.6] / 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 try to include any credit lines you want added with the
40         patch. It avoids people being missed off by mistake and makes
41         it easier to know who wants adding and who doesn't.
42
43         PLEASE document known bugs. If it doesn't work for everything
44         or does something very odd once a month document it.
45
46         PLEASE remember that submissions must be made under the terms
47         of the OSDL certificate of contribution and should include a
48         Signed-off-by: line.  The current version of this "Developer's
49         Certificate of Origin" (DCO) is listed in the file
50         Documentation/SubmittingPatches.
51
52 6.      Make sure you have the right to send any changes you make. If you
53         do changes at work you may find your employer owns the patch
54         not you.
55
56 7.      When sending security related changes or reports to a maintainer
57         please Cc: security@kernel.org, especially if the maintainer
58         does not respond.
59
60 8.      Happy hacking.
61
62                 -----------------------------------
63
64 Maintainers List (try to look for most precise areas first)
65
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
68 so much easier [Ed]
69
70 P: Person
71 M: Mail patches to
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
75 S: Status, one of the following:
76
77         Supported:      Someone is actually paid to look after this.
78         Maintained:     Someone actually looks after it.
79         Odd Fixes:      It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81         Orphan:         No current maintainer [but maybe you could take the
82                         role as you write your new code].
83         Obsolete:       Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
86
87 F: Files and directories with wildcard patterns.
88    A trailing slash includes all files and subdirectory files.
89         F:      drivers/net/    all files in and below drivers/net
90         F:      drivers/net/*   all files in drivers/net, but not below
91         F:      */net/*         all files in "any top level directory"/net
92    One pattern per line.  Multiple F: lines acceptable.
93 X: Files and directories that are NOT maintained, same rules as F:
94    Files exclusions are tested before file matches.
95    Can be useful for excluding a specific subdirectory, for instance:
96         F:      net/
97         X:      net/ipv6/
98    matches all files in and below net excluding net/ipv6/
99
100 3C505 NETWORK DRIVER
101 P:      Philip Blundell
102 M:      philb@gnu.org
103 L:      netdev@vger.kernel.org
104 S:      Maintained
105 F:      drivers/net/3c505*
106
107 3C59X NETWORK DRIVER
108 P:      Steffen Klassert
109 M:      klassert@mathematik.tu-chemnitz.de
110 L:      netdev@vger.kernel.org
111 S:      Maintained
112 F:      Documentation/networking/vortex.txt
113 F:      drivers/net/3c59x.c
114
115 3CR990 NETWORK DRIVER
116 P:      David Dillow
117 M:      dave@thedillows.org
118 L:      netdev@vger.kernel.org
119 S:      Maintained
120 F:      drivers/net/typhoon*
121
122 3W-9XXX SATA-RAID CONTROLLER DRIVER
123 P:      Adam Radford
124 M:      linuxraid@amcc.com
125 L:      linux-scsi@vger.kernel.org
126 W:      http://www.amcc.com
127 S:      Supported
128 F:      drivers/scsi/3w-9xxx*
129
130 3W-XXXX ATA-RAID CONTROLLER DRIVER
131 P:      Adam Radford
132 M:      linuxraid@amcc.com
133 L:      linux-scsi@vger.kernel.org
134 W:      http://www.amcc.com
135 S:      Supported
136 F:      drivers/scsi/3w-xxxx*
137
138 53C700 AND 53C700-66 SCSI DRIVER
139 P:      James E.J. Bottomley
140 M:      James.Bottomley@HansenPartnership.com
141 L:      linux-scsi@vger.kernel.org
142 S:      Maintained
143 F:      drivers/scsi/53c700*
144
145 6PACK NETWORK DRIVER FOR AX.25
146 P:      Andreas Koensgen
147 M:      ajk@iehk.rwth-aachen.de
148 L:      linux-hams@vger.kernel.org
149 S:      Maintained
150 F:      drivers/net/hamradio/6pack.c
151
152 8169 10/100/1000 GIGABIT ETHERNET DRIVER
153 P:      Francois Romieu
154 M:      romieu@fr.zoreil.com
155 L:      netdev@vger.kernel.org
156 S:      Maintained
157 F:      drivers/net/r8169.c
158
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 L:      linux-serial@vger.kernel.org
161 W:      http://serial.sourceforge.net
162 M:      alan@lxorguk.ukuu.org.uk
163 S:      Odd Fixes
164 F:      drivers/serial/8250*
165 F:      include/linux/serial_8250.h
166
167 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
168 P:      Paul Gortmaker
169 M:      p_gortmaker@yahoo.com
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/*8390*
173 F:      drivers/net/ax88796.c
174
175 9P FILE SYSTEM
176 P:      Eric Van Hensbergen
177 M:      ericvh@gmail.com
178 P:      Ron Minnich
179 M:      rminnich@sandia.gov
180 P:      Latchesar Ionkov
181 M:      lucho@ionkov.net
182 L:      v9fs-developer@lists.sourceforge.net
183 W:      http://swik.net/v9fs
184 T:      git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
185 S:      Maintained
186 F:      Documentation/filesystems/9p.txt
187 F:      fs/9p/
188
189 A2232 SERIAL BOARD DRIVER
190 P:      Enver Haase
191 M:      A2232@gmx.net
192 L:      linux-m68k@lists.linux-m68k.org
193 S:      Maintained
194 F:      drivers/char/ser_a2232*
195
196 AACRAID SCSI RAID DRIVER
197 P:      Adaptec OEM Raid Solutions
198 M:      aacraid@adaptec.com
199 L:      linux-scsi@vger.kernel.org
200 W:      http://www.adaptec.com/
201 S:      Supported
202 F:      Documentation/scsi/aacraid.txt
203 F:      drivers/scsi/aacraid/
204
205 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
206 P:      Hans de Goede
207 M:      j.w.r.degoede@hhs.nl
208 L:      lm-sensors@lm-sensors.org
209 S:      Maintained
210 F:      drivers/hwmon/abituguru.c
211
212 ABIT UGURU 3 HARDWARE MONITOR DRIVER
213 P:      Alistair John Strachan
214 M:      alistair@devzero.co.uk
215 L:      lm-sensors@lm-sensors.org
216 S:      Maintained
217 F:      drivers/hwmon/abituguru3.c
218
219 ACENIC DRIVER
220 P:      Jes Sorensen
221 M:      jes@trained-monkey.org
222 L:      linux-acenic@sunsite.dk
223 S:      Maintained
224 F:      drivers/net/acenic*
225
226 ACER WMI LAPTOP EXTRAS
227 P:      Carlos Corbacho
228 M:      carlos@strangeworlds.co.uk
229 L:      aceracpi@googlegroups.com (subscribers-only)
230 W:      http://code.google.com/p/aceracpi
231 S:      Maintained
232 F:      drivers/platform/x86/acer-wmi.c
233
234 ACPI
235 P:      Len Brown
236 M:      lenb@kernel.org
237 L:      linux-acpi@vger.kernel.org
238 W:      http://www.lesswatts.org/projects/acpi/
239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
240 S:      Supported
241 F:      drivers/acpi/
242 F:      drivers/pnp/pnpacpi/
243 F:      include/linux/acpi.h
244
245 ACPI BATTERY DRIVERS
246 P:      Alexey Starikovskiy
247 M:      astarikovskiy@suse.de
248 L:      linux-acpi@vger.kernel.org
249 W:      http://www.lesswatts.org/projects/acpi/
250 S:      Supported
251 F:      drivers/acpi/battery.c
252 F:      drivers/acpi/*sbs*
253
254 ACPI EC DRIVER
255 P:      Alexey Starikovskiy
256 M:      astarikovskiy@suse.de
257 L:      linux-acpi@vger.kernel.org
258 W:      http://www.lesswatts.org/projects/acpi/
259 S:      Supported
260 F:      drivers/acpi/ec.c
261
262 ACPI FAN DRIVER
263 P:      Zhang Rui
264 M:      rui.zhang@intel.com
265 L:      linux-acpi@vger.kernel.org
266 W:      http://www.lesswatts.org/projects/acpi/
267 S:      Supported
268 F:      drivers/acpi/fan.c
269
270 ACPI PCI HOTPLUG DRIVER
271 P:      Kristen Carlson Accardi
272 M:      kristen.c.accardi@intel.com
273 L:      linux-pci@vger.kernel.org
274 S:      Supported
275 F:      drivers/pci/hotplug/acpi*
276
277 ACPI THERMAL DRIVER
278 P:      Zhang Rui
279 M:      rui.zhang@intel.com
280 L:      linux-acpi@vger.kernel.org
281 W:      http://www.lesswatts.org/projects/acpi/
282 S:      Supported
283 F:      drivers/acpi/*thermal*
284
285 ACPI VIDEO DRIVER
286 P:      Zhang Rui
287 M:      rui.zhang@intel.com
288 L:      linux-acpi@vger.kernel.org
289 W:      http://www.lesswatts.org/projects/acpi/
290 S:      Supported
291 F:      drivers/acpi/video.c
292
293 ACPI WMI DRIVER
294 P:      Carlos Corbacho
295 M:      carlos@strangeworlds.co.uk
296 L:      linux-acpi@vger.kernel.org
297 W:      http://www.lesswatts.org/projects/acpi/
298 S:      Maintained
299 F:      drivers/platform/x86/wmi.c
300
301 AD1889 ALSA SOUND DRIVER
302 P:      Kyle McMartin
303 M:      kyle@mcmartin.ca
304 P:      Thibaut Varene
305 M:      T-Bone@parisc-linux.org
306 W:      http://wiki.parisc-linux.org/AD1889
307 L:      linux-parisc@vger.kernel.org
308 S:      Maintained
309 F:      sound/pci/ad1889.*
310
311 ADM1025 HARDWARE MONITOR DRIVER
312 P:      Jean Delvare
313 M:      khali@linux-fr.org
314 L:      lm-sensors@lm-sensors.org
315 S:      Maintained
316 F:      Documentation/hwmon/adm1025
317 F:      drivers/hwmon/adm1025.c
318
319 ADM1029 HARDWARE MONITOR DRIVER
320 P:      Corentin Labbe
321 M:      corentin.labbe@geomatys.fr
322 L:      lm-sensors@lm-sensors.org
323 S:      Maintained
324 F:      drivers/hwmon/adm1029.c
325
326 ADM8211 WIRELESS DRIVER
327 P:      Michael Wu
328 M:      flamingice@sourmilk.net
329 L:      linux-wireless@vger.kernel.org
330 W:      http://linuxwireless.org/
331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
332 S:      Maintained
333 F:      drivers/net/wireless/adm8211.*
334
335 ADT746X FAN DRIVER
336 P:      Colin Leroy
337 M:      colin@colino.net
338 S:      Maintained
339 F:      drivers/macintosh/therm_adt746x.c
340
341 ADVANSYS SCSI DRIVER
342 P:      Matthew Wilcox
343 M:      matthew@wil.cx
344 L:      linux-scsi@vger.kernel.org
345 S:      Maintained
346 F:      Documentation/scsi/advansys.txt
347 F:      drivers/scsi/advansys.c
348
349 AEDSP16 DRIVER
350 P:      Riccardo Facchetti
351 M:      fizban@tin.it
352 S:      Maintained
353 F:      sound/oss/aedsp16.c
354
355 AFFS FILE SYSTEM
356 P:      Roman Zippel
357 M:      zippel@linux-m68k.org
358 S:      Maintained
359 F:      Documentation/filesystems/affs.txt
360 F:      fs/affs/
361
362 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
363 P:      David Howells
364 M:      dhowells@redhat.com
365 L:      linux-afs@lists.infradead.org
366 S:      Supported
367 F:      fs/afs/
368 F:      include/net/af_rxrpc.h
369 F:      net/rxrpc/af_rxrpc.c
370
371 AGPGART DRIVER
372 P:      David Airlie
373 M:      airlied@linux.ie
374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
375 S:      Maintained
376 F:      drivers/char/agp/
377 F:      include/linux/agp*
378
379 AHA152X SCSI DRIVER
380 P:      Juergen E. Fischer
381 M:      fischer@norbit.de
382 L:      linux-scsi@vger.kernel.org
383 S:      Maintained
384 F:      drivers/scsi/aha152x*
385 F:      drivers/scsi/pcmcia/aha152x*
386
387 AIC7XXX / AIC79XX SCSI DRIVER
388 P:      Hannes Reinecke
389 M:      hare@suse.de
390 L:      linux-scsi@vger.kernel.org
391 S:      Maintained
392 F:      drivers/scsi/aic7xxx/
393 F:      drivers/scsi/aic7xxx_old/
394
395 AIO
396 P:      Benjamin LaHaise
397 M:      bcrl@kvack.org
398 L:      linux-aio@kvack.org
399 S:      Supported
400 F:      fs/aio.c
401 F:      include/linux/*aio*.h
402
403 ALCATEL SPEEDTOUCH USB DRIVER
404 P:      Duncan Sands
405 M:      duncan.sands@free.fr
406 L:      linux-usb@vger.kernel.org
407 W:      http://www.linux-usb.org/SpeedTouch/
408 S:      Maintained
409 F:      drivers/usb/atm/speedtch.c
410 F:      drivers/usb/atm/usbatm.c
411
412 ALCHEMY AU1XX0 MMC DRIVER
413 P:      Manuel Lauss
414 M:      manuel.lauss@gmail.com
415 S:      Maintained
416 F:      drivers/mmc/host/au1xmmc.c
417
418 ALI1563 I2C DRIVER
419 P:      Rudolf Marek
420 M:      r.marek@assembler.cz
421 L:      linux-i2c@vger.kernel.org
422 S:      Maintained
423 F:      Documentation/i2c/busses/i2c-ali1563
424 F:      drivers/i2c/busses/i2c-ali1563.c
425
426 ALPHA PORT
427 P:      Richard Henderson
428 M:      rth@twiddle.net
429 S:      Odd Fixes for 2.4; Maintained for 2.6.
430 P:      Ivan Kokshaysky
431 M:      ink@jurassic.park.msu.ru
432 S:      Maintained for 2.4; PCI support for 2.6.
433 L:      linux-alpha@vger.kernel.org
434 F:      arch/alpha/
435
436 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
437 P:      Thomas Dahlmann
438 M:      dahlmann.thomas@arcor.de
439 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
440 S:      Supported
441 F:      drivers/usb/gadget/amd5536udc.*
442
443 AMD GEODE PROCESSOR/CHIPSET SUPPORT
444 P:      Jordan Crouse
445 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
446 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
447 S:      Supported
448 F:      arch/x86/kernel/geode_32.c
449 F:      drivers/char/hw_random/geode-rng.c
450 F:      drivers/crypto/geode*
451 F:      drivers/video/geode/
452 F:      arch/x86/include/asm/geode.h
453
454 AMD IOMMU (AMD-VI)
455 P:      Joerg Roedel
456 M:      joerg.roedel@amd.com
457 L:      iommu@lists.linux-foundation.org
458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
459 S:      Supported
460 F:      arch/x86/kernel/amd_iommu*.c
461 F:      arch/x86/include/asm/amd_iommu*.h
462
463 AMD MICROCODE UPDATE SUPPORT
464 P:      Andreas Herrmann
465 M:      andreas.herrmann3@amd.com
466 L:      amd64-microcode@amd64.org
467 S:      Supported
468 F:      arch/x86/kernel/microcode_amd.c
469
470 AMS (Apple Motion Sensor) DRIVER
471 P:      Stelian Pop
472 M:      stelian@popies.net
473 P:      Michael Hanselmann
474 M:      linux-kernel@hansmi.ch
475 S:      Supported
476 F:      drivers/hwmon/ams/
477
478 AMSO1100 RNIC DRIVER
479 P:      Tom Tucker
480 M:      tom@opengridcomputing.com
481 P:      Steve Wise
482 M:      swise@opengridcomputing.com
483 L:      general@lists.openfabrics.org
484 S:      Maintained
485 F:      drivers/infiniband/hw/amso1100/
486
487 AOA (Apple Onboard Audio) ALSA DRIVER
488 P:      Johannes Berg
489 M:      johannes@sipsolutions.net
490 L:      linuxppc-dev@ozlabs.org
491 L:      alsa-devel@alsa-project.org (subscribers-only)
492 S:      Maintained
493 F:      sound/aoa/
494
495 APM DRIVER
496 P:      Stephen Rothwell
497 M:      sfr@canb.auug.org.au
498 L:      linux-laptop@vger.kernel.org
499 W:      http://www.canb.auug.org.au/~sfr/
500 S:      Supported
501 F:      arch/x86/kernel/apm_32.c
502 F:      include/linux/apm_bios.h
503
504 APPLE BCM5974 MULTITOUCH DRIVER
505 P:      Henrik Rydberg
506 M:      rydberg@euromail.se
507 L:      linux-input@vger.kernel.org
508 S:      Maintained
509 F:      drivers/input/mouse/bcm5974.c
510
511 APPLE SMC DRIVER
512 P:      Nicolas Boichat
513 M:      nicolas@boichat.ch
514 L:      mactel-linux-devel@lists.sourceforge.net
515 S:      Maintained
516 F:      drivers/hwmon/applesmc.c
517
518 APPLETALK NETWORK LAYER
519 P:      Arnaldo Carvalho de Melo
520 M:      acme@ghostprotocols.net
521 S:      Maintained
522 F:      drivers/net/appletalk/
523 F:      net/appletalk/
524
525 APPLETOUCH TOUCHPAD DRIVER
526 P:      Johannes Berg
527 M:      johannes@sipsolutions.net
528 L:      linux-input@vger.kernel.org
529 S:      Maintained
530 F:      Documentation/input/appletouch.txt
531 F:      drivers/input/mouse/appletouch.c
532
533 ARC FRAMEBUFFER DRIVER
534 P:      Jaya Kumar
535 M:      jayalk@intworks.biz
536 S:      Maintained
537 F:      drivers/video/arcfb.c
538 F:      drivers/video/fb_defio.c
539
540 ARM MFM AND FLOPPY DRIVERS
541 P:      Ian Molton
542 M:      spyro@f2s.com
543 S:      Maintained
544 F:      arch/arm/lib/floppydma.S
545 F:      arch/arm/include/asm/floppy.h
546
547 ARM PORT
548 P:      Russell King
549 M:      linux@arm.linux.org.uk
550 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
551 W:      http://www.arm.linux.org.uk/
552 S:      Maintained
553 F:      arch/arm/
554
555 ARM PRIMECELL MMCI PL180/1 DRIVER
556 S:      Orphan
557 F:      drivers/mmc/host/mmci.*
558
559 ARM/ADI ROADRUNNER MACHINE SUPPORT
560 P:      Lennert Buytenhek
561 M:      kernel@wantstofly.org
562 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
563 S:      Maintained
564 F:      arch/arm/mach-ixp23xx/
565 F:      arch/arm/mach-ixp23xx/include/mach/
566
567 ARM/ADS SPHERE MACHINE SUPPORT
568 P:      Lennert Buytenhek
569 M:      kernel@wantstofly.org
570 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
571 S:      Maintained
572
573 ARM/AFEB9260 MACHINE SUPPORT
574 P:      Sergey Lapin
575 M:      slapin@ossfans.org
576 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
577 S:      Maintained
578
579 ARM/AJECO 1ARM MACHINE SUPPORT
580 P:      Lennert Buytenhek
581 M:      kernel@wantstofly.org
582 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
583 S:      Maintained
584
585 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
586 P:      Andrew Victor
587 M:      linux@maxim.org.za
588 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
589 W:      http://maxim.org.za/at91_26.html
590 S:      Maintained
591
592 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
593 P:      Lennert Buytenhek
594 M:      kernel@wantstofly.org
595 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
596 S:      Maintained
597
598 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
599 P:      Lennert Buytenhek
600 M:      kernel@wantstofly.org
601 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
602 S:      Maintained
603
604 ARM/CLKDEV SUPPORT
605 P:      Russell King
606 M:      linux@arm.linux.org.uk
607 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
608 F:      arch/arm/common/clkdev.c
609 F:      arch/arm/include/asm/clkdev.h
610
611 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
612 P:      Mike Rapoport
613 M:      mike@compulab.co.il
614 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
615 S:      Maintained
616
617 ARM/CORGI MACHINE SUPPORT
618 P:      Richard Purdie
619 M:      rpurdie@rpsys.net
620 S:      Maintained
621
622 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
623 P:      Paulius Zaleckas
624 M:      paulius.zaleckas@teltonika.lt
625 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
626 T:      git git://gitorious.org/linux-gemini/mainline.git
627 S:      Maintained
628 F:      arch/arm/mach-gemini/
629
630 ARM/EBSA110 MACHINE SUPPORT
631 P:      Russell King
632 M:      linux@arm.linux.org.uk
633 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
634 W:      http://www.arm.linux.org.uk/
635 S:      Maintained
636 F:      arch/arm/mach-ebsa110/
637 F:      drivers/net/arm/am79c961a.*
638
639 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
640 P:      Daniel Ribeiro
641 M:      drwyrm@gmail.com
642 P:      Stefan Schmidt
643 M:      stefan@openezx.org
644 P:      Harald Welte
645 M:      laforge@openezx.org
646 L:      openezx-devel@lists.openezx.org (subscribers-only)
647 W:      http://www.openezx.org/
648 S:      Maintained
649
650 ARM/FARADAY FA526 PORT
651 P:      Paulius Zaleckas
652 M:      paulius.zaleckas@teltonika.lt
653 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
654 S:      Maintained
655 F:      arch/arm/mm/*-fa*
656
657 ARM/FOOTBRIDGE ARCHITECTURE
658 P:      Russell King
659 M:      linux@arm.linux.org.uk
660 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
661 W:      http://www.arm.linux.org.uk/
662 S:      Maintained
663 F:      arch/arm/include/asm/hardware/dec21285.h
664 F:      arch/arm/mach-footbridge/
665
666 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
667 P:      Sascha Hauer
668 M:      kernel@pengutronix.de
669 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
670 S:      Maintained
671
672 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
673 P:      Lennert Buytenhek
674 M:      kernel@wantstofly.org
675 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
676 S:      Maintained
677
678 ARM/GUMSTIX MACHINE SUPPORT
679 P:      Steve Sakoman
680 M:      sakoman@gmail.com
681 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
682 S:      Maintained
683
684 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
685 P:      Philipp Zabel
686 M:      philipp.zabel@gmail.com
687 S:      Maintained
688 F:      arch/arm/mach-pxa/hx4700.c
689 F:      arch/arm/mach-pxa/include/mach/hx4700.h
690
691 ARM/HP JORNADA 7XX MACHINE SUPPORT
692 P:      Kristoffer Ericson
693 M:      kristoffer.ericson@gmail.com
694 W:      www.jlime.com
695 S:      Maintained
696
697 ARM/INTEL IOP32X ARM ARCHITECTURE
698 P:      Lennert Buytenhek
699 M:      kernel@wantstofly.org
700 P:      Dan Williams
701 M:      dan.j.williams@intel.com
702 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
703 S:      Supported
704
705 ARM/INTEL IOP33X ARM ARCHITECTURE
706 P:      Dan Williams
707 M:      dan.j.williams@intel.com
708 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
709 S:      Supported
710
711 ARM/INTEL IOP13XX ARM ARCHITECTURE
712 P:      Lennert Buytenhek
713 M:      kernel@wantstofly.org
714 P:      Dan Williams
715 M:      dan.j.williams@intel.com
716 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
717 S:      Supported
718
719 ARM/INTEL IQ81342EX MACHINE SUPPORT
720 P:      Lennert Buytenhek
721 M:      kernel@wantstofly.org
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 IXP2000 ARM ARCHITECTURE
728 P:      Lennert Buytenhek
729 M:      kernel@wantstofly.org
730 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
731 S:      Maintained
732
733 ARM/INTEL IXDP2850 MACHINE SUPPORT
734 P:      Lennert Buytenhek
735 M:      kernel@wantstofly.org
736 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
737 S:      Maintained
738
739 ARM/INTEL IXP23XX ARM ARCHITECTURE
740 P:      Lennert Buytenhek
741 M:      kernel@wantstofly.org
742 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
743 S:      Maintained
744
745 ARM/INTEL XSC3 (MANZANO) ARM CORE
746 P:      Lennert Buytenhek
747 M:      kernel@wantstofly.org
748 P:      Dan Williams
749 M:      dan.j.williams@intel.com
750 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
751 S:      Supported
752
753 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
754 P:      Lennert Buytenhek
755 M:      kernel@wantstofly.org
756 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
757 S:      Maintained
758
759 ARM/LOGICPD PXA270 MACHINE SUPPORT
760 P:      Lennert Buytenhek
761 M:      kernel@wantstofly.org
762 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
763 S:      Maintained
764
765 ARM/MAGICIAN MACHINE SUPPORT
766 P:      Philipp Zabel
767 M:      philipp.zabel@gmail.com
768 S:      Maintained
769
770 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
771 P:      Michael Petchkovsky
772 M:      mkpetch@internode.on.net
773 S:      Maintained
774
775 ARM/TOSA MACHINE SUPPORT
776 P:      Dmitry Eremin-Solenikov
777 M:      dbaryshkov@gmail.com
778 P:      Dirk Opfer
779 M:      dirk@opfer-online.de
780 S:      Maintained
781
782 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
783 P:      Marek Vasut
784 M:      marek.vasut@gmail.com
785 W:      http://hackndev.com
786 S:      Maintained
787
788 ARM/PALMZ72 SUPPORT
789 P:      Sergey Lapin
790 M:      slapin@ossfans.org
791 W:      http://hackndev.com
792 S:      Maintained
793
794 ARM/PLEB SUPPORT
795 P:      Peter Chubb
796 M:      pleb@gelato.unsw.edu.au
797 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
798 S:      Maintained
799
800 ARM/PT DIGITAL BOARD PORT
801 P:      Stefan Eletzhofer
802 M:      stefan.eletzhofer@eletztrick.de
803 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
804 W:      http://www.arm.linux.org.uk/
805 S:      Maintained
806
807 ARM/RADISYS ENP2611 MACHINE SUPPORT
808 P:      Lennert Buytenhek
809 M:      kernel@wantstofly.org
810 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
811 S:      Maintained
812
813 ARM/RISCPC ARCHITECTURE
814 P:      Russell King
815 M:      linux@arm.linux.org.uk
816 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
817 W:      http://www.arm.linux.org.uk/
818 S:      Maintained
819 F:      arch/arm/common/time-acorn.c
820 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
821 F:      arch/arm/include/asm/hardware/ioc.h
822 F:      arch/arm/include/asm/hardware/iomd.h
823 F:      arch/arm/include/asm/hardware/memc.h
824 F:      arch/arm/mach-rpc/
825 F:      drivers/net/arm/ether*
826 F:      drivers/scsi/arm/
827
828 ARM/SHARK MACHINE SUPPORT
829 P:      Alexander Schulz
830 M:      alex@shark-linux.de
831 W:      http://www.shark-linux.de/shark.html
832 S:      Maintained
833
834 ARM/S3C2410 ARM ARCHITECTURE
835 P:      Ben Dooks
836 M:      ben-linux@fluff.org
837 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
838 W:      http://www.fluff.org/ben/linux/
839 S:      Maintained
840
841 ARM/S3C2440 ARM ARCHITECTURE
842 P:      Ben Dooks
843 M:      ben-linux@fluff.org
844 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
845 W:      http://www.fluff.org/ben/linux/
846 S:      Maintained
847
848 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
849 P:      Lennert Buytenhek
850 M:      kernel@wantstofly.org
851 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
852 S:      Maintained
853
854 ARM/THECUS N2100 MACHINE SUPPORT
855 P:      Lennert Buytenhek
856 M:      kernel@wantstofly.org
857 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
858 S:      Maintained
859
860 ARM/NUVOTON W90X900 ARM ARCHITECTURE
861 P:      Wan ZongShun
862 M:      mcuos.com@gmail.com
863 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
864 W:      http://www.mcuos.com
865 S:      Maintained
866
867 ARM/VFP SUPPORT
868 P:      Russell King
869 M:      linux@arm.linux.org.uk
870 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
871 W:      http://www.arm.linux.org.uk/
872 S:      Maintained
873 F:      arch/arm/vfp/
874
875 ARPD SUPPORT
876 P:      Jonathan Layes
877 L:      netdev@vger.kernel.org
878 S:      Maintained
879 F:      net/ipv4/arp.c
880
881 ASUS ACPI EXTRAS DRIVER
882 P:      Corentin Chary
883 M:      corentincj@iksaif.net
884 P:      Karol Kozimor
885 M:      sziwan@users.sourceforge.net
886 L:      acpi4asus-user@lists.sourceforge.net
887 W:      http://sourceforge.net/projects/acpi4asus
888 W:      http://xf.iksaif.net/acpi4asus
889 S:      Maintained
890 F:      arch/x86/kernel/acpi/boot.c
891 F:      drivers/platform/x86/asus_acpi.c
892
893 ASUS ASB100 HARDWARE MONITOR DRIVER
894 P:      Mark M. Hoffman
895 M:      mhoffman@lightlink.com
896 L:      lm-sensors@lm-sensors.org
897 S:      Maintained
898 F:      drivers/hwmon/asb100.c
899
900 ASUS LAPTOP EXTRAS DRIVER
901 P:      Corentin Chary
902 M:      corentincj@iksaif.net
903 L:      acpi4asus-user@lists.sourceforge.net
904 W:      http://sourceforge.net/projects/acpi4asus
905 W:      http://xf.iksaif.net/acpi4asus
906 S:      Maintained
907 F:      drivers/platform/x86/asus-laptop.c
908
909 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
910 P:      Dan Williams
911 M:      dan.j.williams@intel.com
912 P:      Maciej Sosnowski
913 M:      maciej.sosnowski@intel.com
914 L:      linux-kernel@vger.kernel.org
915 W:      http://sourceforge.net/projects/xscaleiop
916 S:      Supported
917 F:      Documentation/crypto/async-tx-api.txt
918 F:      crypto/async_tx/
919 F:      drivers/dma/
920 F:      include/linux/dmaengine.h
921 F:      include/linux/async_tx.h
922
923 ATA OVER ETHERNET (AOE) DRIVER
924 P:      Ed L. Cashin
925 M:      ecashin@coraid.com
926 W:      http://www.coraid.com/support/linux
927 S:      Supported
928 F:      Documentation/aoe/
929 F:      drivers/block/aoe/
930
931 ATHEROS ATH5K WIRELESS DRIVER
932 P:      Jiri Slaby
933 M:      jirislaby@gmail.com
934 P:      Nick Kossifidis
935 M:      mickflemm@gmail.com
936 P:      Luis R. Rodriguez
937 M:      lrodriguez@atheros.com
938 P:      Bob Copeland
939 M:      me@bobcopeland.com
940 L:      linux-wireless@vger.kernel.org
941 L:      ath5k-devel@lists.ath5k.org
942 S:      Maintained
943 F:      drivers/net/wireless/ath5k/
944
945 ATHEROS ATH9K WIRELESS DRIVER
946 P:      Luis R. Rodriguez
947 M:      lrodriguez@atheros.com
948 P:      Jouni Malinen
949 M:      jmalinen@atheros.com
950 L:      linux-wireless@vger.kernel.org
951 L:      ath9k-devel@lists.ath9k.org
952 S:      Supported
953 F:      drivers/net/wireless/ath9k/
954
955 ATHEROS AR9170 WIRELESS DRIVER
956 P:      Christian Lamparter
957 M:      chunkeey@web.de
958 L:      linux-wireless@vger.kernel.org
959 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
960 S:      Maintained
961 F:      drivers/net/wireless/ar9170/
962
963 ATI_REMOTE2 DRIVER
964 P:      Ville Syrjala
965 M:      syrjala@sci.fi
966 S:      Maintained
967 F:      drivers/input/misc/ati_remote2.c
968
969 ATLX ETHERNET DRIVERS
970 P:      Jay Cliburn
971 M:      jcliburn@gmail.com
972 P:      Chris Snook
973 M:      csnook@redhat.com
974 P:      Jie Yang
975 M:      jie.yang@atheros.com
976 L:      atl1-devel@lists.sourceforge.net
977 W:      http://sourceforge.net/projects/atl1
978 W:      http://atl1.sourceforge.net
979 S:      Maintained
980 F:      drivers/net/atlx/
981
982 ATM
983 P:      Chas Williams
984 M:      chas@cmf.nrl.navy.mil
985 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
986 L:      netdev@vger.kernel.org
987 W:      http://linux-atm.sourceforge.net
988 S:      Maintained
989 F:      drivers/atm/
990 F:      include/linux/atm*
991
992 ATMEL AT91 MCI DRIVER
993 P:      Nicolas Ferre
994 M:      nicolas.ferre@atmel.com
995 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
996 W:      http://www.atmel.com/products/AT91/
997 W:      http://www.at91.com/
998 S:      Maintained
999 F:      drivers/mmc/host/at91_mci.c
1000
1001 ATMEL AT91 / AT32 SERIAL DRIVER
1002 P:      Haavard Skinnemoen
1003 M:      hskinnemoen@atmel.com
1004 L:      linux-kernel@vger.kernel.org
1005 S:      Supported
1006 F:      drivers/serial/atmel_serial.c
1007
1008 ATMEL LCDFB DRIVER
1009 P:      Nicolas Ferre
1010 M:      nicolas.ferre@atmel.com
1011 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1012 S:      Maintained
1013 F:      drivers/video/atmel_lcdfb.c
1014 F:      include/video/atmel_lcdc.h
1015
1016 ATMEL MACB ETHERNET DRIVER
1017 P:      Haavard Skinnemoen
1018 M:      hskinnemoen@atmel.com
1019 S:      Supported
1020 F:      drivers/net/macb.*
1021
1022 ATMEL SPI DRIVER
1023 P:      Haavard Skinnemoen
1024 M:      hskinnemoen@atmel.com
1025 S:      Supported
1026 F:      drivers/spi/atmel_spi.*
1027
1028 ATMEL USBA UDC DRIVER
1029 P:      Haavard Skinnemoen
1030 M:      hskinnemoen@atmel.com
1031 L:      kernel@avr32linux.org
1032 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1033 S:      Supported
1034 F:      drivers/usb/gadget/atmel_usba_udc.*
1035
1036 ATMEL WIRELESS DRIVER
1037 P:      Simon Kelley
1038 M:      simon@thekelleys.org.uk
1039 L:      linux-wireless@vger.kernel.org
1040 W:      http://www.thekelleys.org.uk/atmel
1041 W:      http://atmelwlandriver.sourceforge.net/
1042 S:      Maintained
1043 F:      drivers/net/wireless/atmel*
1044
1045 AUDIT SUBSYSTEM
1046 P:      Al Viro
1047 M:      viro@zeniv.linux.org.uk
1048 P:      Eric Paris
1049 M:      eparis@redhat.com
1050 L:      linux-audit@redhat.com (subscribers-only)
1051 W:      http://people.redhat.com/sgrubb/audit/
1052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1053 S:      Maintained
1054 F:      include/linux/audit.h
1055 F:      kernel/audit*
1056
1057 AUXILIARY DISPLAY DRIVERS
1058 P:      Miguel Ojeda Sandonis
1059 M:      miguel.ojeda.sandonis@gmail.com
1060 L:      linux-kernel@vger.kernel.org
1061 W:      http://miguelojeda.es/auxdisplay.htm
1062 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1063 S:      Maintained
1064 F:      drivers/auxdisplay/
1065 F:      include/linux/cfag12864b.h
1066
1067 AVR32 ARCHITECTURE
1068 P:      Haavard Skinnemoen
1069 M:      hskinnemoen@atmel.com
1070 W:      http://www.atmel.com/products/AVR32/
1071 W:      http://avr32linux.org/
1072 W:      http://avrfreaks.net/
1073 S:      Supported
1074 F:      arch/avr32/
1075
1076 AVR32/AT32AP MACHINE SUPPORT
1077 P:      Haavard Skinnemoen
1078 M:      hskinnemoen@atmel.com
1079 S:      Supported
1080 F:      arch/avr32/mach-at32ap/
1081
1082 AX.25 NETWORK LAYER
1083 P:      Ralf Baechle
1084 M:      ralf@linux-mips.org
1085 L:      linux-hams@vger.kernel.org
1086 W:      http://www.linux-ax25.org/
1087 S:      Maintained
1088 F:      include/linux/ax25.h
1089 F:      include/net/ax25.h
1090 F:      net/ax25/
1091
1092 B43 WIRELESS DRIVER
1093 P:      Michael Buesch
1094 M:      mb@bu3sch.de
1095 P:      Stefano Brivio
1096 M:      stefano.brivio@polimi.it
1097 L:      linux-wireless@vger.kernel.org
1098 W:      http://linuxwireless.org/en/users/Drivers/b43
1099 S:      Maintained
1100 F:      drivers/net/wireless/b43/
1101
1102 B43LEGACY WIRELESS DRIVER
1103 P:      Larry Finger
1104 M:      Larry.Finger@lwfinger.net
1105 P:      Stefano Brivio
1106 M:      stefano.brivio@polimi.it
1107 L:      linux-wireless@vger.kernel.org
1108 W:      http://linuxwireless.org/en/users/Drivers/b43
1109 S:      Maintained
1110 F:      drivers/net/wireless/b43legacy/
1111
1112 BACKLIGHT CLASS/SUBSYSTEM
1113 P:      Richard Purdie
1114 M:      rpurdie@rpsys.net
1115 S:      Maintained
1116 F:      drivers/video/backlight/
1117 F:      include/linux/backlight.h
1118
1119 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1120 P:      Thomas Sailer
1121 M:      t.sailer@alumni.ethz.ch
1122 L:      linux-hams@vger.kernel.org
1123 W:      http://www.baycom.org/~tom/ham/ham.html
1124 S:      Maintained
1125 F:      drivers/net/hamradio/baycom*
1126
1127 BEFS FILE SYSTEM
1128 P:      Sergey S. Kostyliov
1129 M:      rathamahata@php4.ru
1130 L:      linux-kernel@vger.kernel.org
1131 S:      Maintained
1132 F:      Documentation/filesystems/befs.txt
1133 F:      fs/befs/
1134
1135 BFS FILE SYSTEM
1136 P:      Tigran A. Aivazian
1137 M:      tigran@aivazian.fsnet.co.uk
1138 L:      linux-kernel@vger.kernel.org
1139 S:      Maintained
1140 F:      Documentation/filesystems/bfs.txt
1141 F:      fs/bfs/
1142 F:      include/linux/bfs_fs.h
1143
1144 BLACKFIN ARCHITECTURE
1145 P:      Mike Frysinger
1146 M:      vapier@gentoo.org
1147 L:      uclinux-dist-devel@blackfin.uclinux.org
1148 W:      http://blackfin.uclinux.org
1149 S:      Supported
1150 F:      arch/blackfin/
1151
1152 BLACKFIN EMAC DRIVER
1153 P:      Michael Hennerich
1154 M:      michael.hennerich@analog.com
1155 L:      uclinux-dist-devel@blackfin.uclinux.org
1156 W:      http://blackfin.uclinux.org
1157 S:      Supported
1158 F:      drivers/net/bfin_mac.*
1159
1160 BLACKFIN RTC DRIVER
1161 P:      Mike Frysinger
1162 M:      vapier.adi@gmail.com
1163 L:      uclinux-dist-devel@blackfin.uclinux.org
1164 W:      http://blackfin.uclinux.org
1165 S:      Supported
1166 F:      drivers/rtc/rtc-bfin.c
1167
1168 BLACKFIN SERIAL DRIVER
1169 P:      Sonic Zhang
1170 M:      sonic.zhang@analog.com
1171 L:      uclinux-dist-devel@blackfin.uclinux.org
1172 W:      http://blackfin.uclinux.org
1173 S:      Supported
1174 F:      drivers/serial/bfin_5xx.c
1175
1176 BLACKFIN WATCHDOG DRIVER
1177 P:      Mike Frysinger
1178 M:      vapier.adi@gmail.com
1179 L:      uclinux-dist-devel@blackfin.uclinux.org
1180 W:      http://blackfin.uclinux.org
1181 S:      Supported
1182 F:      drivers/watchdog/bfin_wdt.c
1183
1184 BLACKFIN I2C TWI DRIVER
1185 P:      Sonic Zhang
1186 M:      sonic.zhang@analog.com
1187 L:      uclinux-dist-devel@blackfin.uclinux.org
1188 W:      http://blackfin.uclinux.org/
1189 S:      Supported
1190 F:      drivers/i2c/busses/i2c-bfin-twi.c
1191
1192 BLOCK LAYER
1193 P:      Jens Axboe
1194 M:      axboe@kernel.dk
1195 L:      linux-kernel@vger.kernel.org
1196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1197 S:      Maintained
1198 F:      block/
1199
1200 BLOCK2MTD DRIVER
1201 P:      Joern Engel
1202 M:      joern@lazybastard.org
1203 L:      linux-mtd@lists.infradead.org
1204 S:      Maintained
1205 F:      drivers/mtd/devices/block2mtd.c
1206
1207 BLUETOOTH DRIVERS
1208 P:      Marcel Holtmann
1209 M:      marcel@holtmann.org
1210 L:      linux-bluetooth@vger.kernel.org
1211 W:      http://www.bluez.org/
1212 S:      Maintained
1213 F:      drivers/bluetooth/
1214
1215 BLUETOOTH SUBSYSTEM
1216 P:      Marcel Holtmann
1217 M:      marcel@holtmann.org
1218 L:      linux-bluetooth@vger.kernel.org
1219 W:      http://www.bluez.org/
1220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1221 S:      Maintained
1222 F:      net/bluetooth/
1223 F:      include/net/bluetooth/
1224
1225 BONDING DRIVER
1226 P:      Jay Vosburgh
1227 M:      fubar@us.ibm.com
1228 L:      bonding-devel@lists.sourceforge.net
1229 W:      http://sourceforge.net/projects/bonding/
1230 S:      Supported
1231 F:      drivers/net/bonding/
1232 F:      include/linux/if_bonding.h
1233
1234 BROADCOM B44 10/100 ETHERNET DRIVER
1235 P:      Gary Zambrano
1236 M:      zambrano@broadcom.com
1237 L:      netdev@vger.kernel.org
1238 S:      Supported
1239 F:      drivers/net/b44.*
1240
1241 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1242 P:      Michael Chan
1243 M:      mchan@broadcom.com
1244 L:      netdev@vger.kernel.org
1245 S:      Supported
1246 F:      drivers/net/bnx2.*
1247 F:      drivers/net/bnx2_*
1248
1249 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1250 P:      Eilon Greenstein
1251 M:      eilong@broadcom.com
1252 L:      netdev@vger.kernel.org
1253 S:      Supported
1254 F:      drivers/net/bnx2x*
1255
1256 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1257 P:      Matt Carlson
1258 M:      mcarlson@broadcom.com
1259 P:      Michael Chan
1260 M:      mchan@broadcom.com
1261 L:      netdev@vger.kernel.org
1262 S:      Supported
1263 F:      drivers/net/tg3.*
1264
1265 BSG (block layer generic sg v4 driver)
1266 P:      FUJITA Tomonori
1267 M:      fujita.tomonori@lab.ntt.co.jp
1268 L:      linux-scsi@vger.kernel.org
1269 S:      Supported
1270 F:      block/bsg.c
1271 F:      include/linux/bsg.h
1272
1273 BT8XXGPIO DRIVER
1274 P:      Michael Buesch
1275 M:      mb@bu3sch.de
1276 W:      http://bu3sch.de/btgpio.php
1277 S:      Maintained
1278 F:      drivers/gpio/bt8xxgpio.c
1279
1280 BTRFS FILE SYSTEM
1281 P:      Chris Mason
1282 M:      chris.mason@oracle.com
1283 L:      linux-btrfs@vger.kernel.org
1284 W:      http://btrfs.wiki.kernel.org/
1285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1286 S:      Maintained
1287 F:      Documentation/filesystems/btrfs.txt
1288 F:      fs/btrfs/
1289
1290 BTTV VIDEO4LINUX DRIVER
1291 P:      Mauro Carvalho Chehab
1292 M:      mchehab@infradead.org
1293 L:      linux-media@vger.kernel.org
1294 W:      http://linuxtv.org
1295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1296 S:      Maintained
1297 F:      Documentation/video4linux/bttv/
1298 F:      drivers/media/video/bt8xx/bttv*
1299
1300 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1301 P:      David Howells
1302 M:      dhowells@redhat.com
1303 L:      linux-cachefs@redhat.com
1304 S:      Supported
1305 F:      Documentation/filesystems/caching/cachefiles.txt
1306 F:      fs/cachefiles/
1307
1308 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1309 P:      Jonathan Corbet
1310 M:      corbet@lwn.net
1311 L:      linux-media@vger.kernel.org
1312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1313 S:      Maintained
1314 F:      Documentation/video4linux/cafe_ccic
1315 F:      drivers/media/video/cafe_ccic*
1316
1317 CALGARY x86-64 IOMMU
1318 P:      Muli Ben-Yehuda
1319 M:      muli@il.ibm.com
1320 P:      Jon D. Mason
1321 M:      jdmason@kudzu.us
1322 L:      linux-kernel@vger.kernel.org
1323 L:      discuss@x86-64.org
1324 S:      Maintained
1325 F:      arch/x86/kernel/pci-calgary_64.c
1326 F:      arch/x86/kernel/tce_64.c
1327 F:      arch/x86/include/asm/calgary.h
1328 F:      arch/x86/include/asm/tce.h
1329
1330 CAN NETWORK LAYER
1331 P:      Urs Thuermann
1332 M:      urs.thuermann@volkswagen.de
1333 P:      Oliver Hartkopp
1334 M:      oliver.hartkopp@volkswagen.de
1335 L:      socketcan-core@lists.berlios.de (subscribers-only)
1336 W:      http://developer.berlios.de/projects/socketcan/
1337 S:      Maintained
1338 F:      drivers/net/can/
1339 F:      include/linux/can/
1340 F:      include/linux/can.h
1341
1342 CELL BROADBAND ENGINE ARCHITECTURE
1343 P:      Arnd Bergmann
1344 M:      arnd@arndb.de
1345 L:      linuxppc-dev@ozlabs.org
1346 L:      cbe-oss-dev@ozlabs.org
1347 W:      http://www.ibm.com/developerworks/power/cell/
1348 S:      Supported
1349 F:      arch/powerpc/include/asm/cell*.h
1350 F:      arch/powerpc/include/asm/spu*.h
1351 F:      arch/powerpc/oprofile/*cell*
1352 F:      arch/powerpc/platforms/cell/
1353
1354 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1355 P:      David Vrabel
1356 M:      david.vrabel@csr.com
1357 L:      linux-usb@vger.kernel.org
1358 S:      Supported
1359 F:      Documentation/usb/WUSB-Design-overview.txt
1360 F:      Documentation/usb/wusb-cbaf
1361 F:      drivers/usb/wusbcore/
1362 F:      include/linux/usb/wusb*
1363
1364 CFAG12864B LCD DRIVER
1365 P:      Miguel Ojeda Sandonis
1366 M:      miguel.ojeda.sandonis@gmail.com
1367 L:      linux-kernel@vger.kernel.org
1368 W:      http://miguelojeda.es/auxdisplay.htm
1369 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1370 S:      Maintained
1371 F:      drivers/auxdisplay/cfag12864b.c
1372 F:      include/linux/cfag12864b.h
1373
1374 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1375 P:      Miguel Ojeda Sandonis
1376 M:      miguel.ojeda.sandonis@gmail.com
1377 L:      linux-kernel@vger.kernel.org
1378 W:      http://miguelojeda.es/auxdisplay.htm
1379 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1380 S:      Maintained
1381 F:      drivers/auxdisplay/cfag12864bfb.c
1382 F:      include/linux/cfag12864b.h
1383
1384 CFG80211 and NL80211
1385 P:      Johannes Berg
1386 M:      johannes@sipsolutions.net
1387 L:      linux-wireless@vger.kernel.org
1388 S:      Maintained
1389 F:      include/linux/nl80211.h
1390 F:      include/net/cfg80211.h
1391 F:      net/wireless/*
1392 X:      net/wireless/wext*
1393
1394 CHECKPATCH
1395 P:      Andy Whitcroft
1396 M:      apw@canonical.com
1397 L:      linux-kernel@vger.kernel.org
1398 S:      Supported
1399 F:      scripts/checkpatch.pl
1400
1401 CISCO 10G ETHERNET DRIVER
1402 P:      Scott Feldman
1403 M:      scofeldm@cisco.com
1404 P:      Joe Eykholt
1405 M:      jeykholt@cisco.com
1406 S:      Supported
1407 F:      drivers/net/enic/
1408
1409 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1410 P:      Lennert Buytenhek
1411 M:      kernel@wantstofly.org
1412 L:      netdev@vger.kernel.org
1413 S:      Maintained
1414 F:      drivers/net/arm/ep93xx_eth.c
1415
1416 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1417 P:      Lennert Buytenhek
1418 M:      kernel@wantstofly.org
1419 L:      linux-usb@vger.kernel.org
1420 S:      Maintained
1421 F:      drivers/usb/host/ohci-ep93xx.c
1422
1423 CIRRUS LOGIC CS4270 SOUND DRIVER
1424 P:      Timur Tabi
1425 M:      timur@freescale.com
1426 L:      alsa-devel@alsa-project.org
1427 S:      Supported
1428 F:      sound/soc/codecs/cs4270*
1429
1430 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1431 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1432 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1433 P:      Nils Faerber (port to kernel 2.4)
1434 M:      Nils Faerber <nils@kernelconcepts.de>
1435 S:      Maintained
1436 F:      Documentation/input/cs461x.txt
1437 F:      sound/pci/cs46xx/
1438
1439 CLK API
1440 P:      Russell King
1441 M:      linux@arm.linux.org.uk
1442 F:      include/linux/clk.h
1443
1444 CISCO FCOE HBA DRIVER
1445 P:      Abhijeet Joglekar
1446 M:      abjoglek@cisco.com
1447 P:      Joe Eykholt
1448 M:      jeykholt@cisco.com
1449 L:      linux-scsi@vger.kernel.org
1450 S:      Supported
1451
1452 CODA FILE SYSTEM
1453 P:      Jan Harkes
1454 M:      jaharkes@cs.cmu.edu
1455 M:      coda@cs.cmu.edu
1456 L:      codalist@coda.cs.cmu.edu
1457 W:      http://www.coda.cs.cmu.edu/
1458 S:      Maintained
1459 F:      Documentation/filesystems/coda.txt
1460 F:      fs/coda/
1461 F:      include/linux/coda*.h
1462
1463 COMMON INTERNET FILE SYSTEM (CIFS)
1464 P:      Steve French
1465 M:      sfrench@samba.org
1466 L:      linux-cifs-client@lists.samba.org
1467 L:      samba-technical@lists.samba.org
1468 W:      http://linux-cifs.samba.org/
1469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1470 S:      Supported
1471 F:      Documentation/filesystems/cifs.txt
1472 F:      fs/cifs/
1473
1474 COMPACTPCI HOTPLUG CORE
1475 P:      Scott Murray
1476 M:      scottm@somanetworks.com
1477 M:      scott@spiteful.org
1478 L:      linux-pci@vger.kernel.org
1479 S:      Supported
1480 F:      drivers/pci/hotplug/cpci_hotplug*
1481
1482 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1483 P:      Scott Murray
1484 M:      scottm@somanetworks.com
1485 M:      scott@spiteful.org
1486 L:      linux-pci@vger.kernel.org
1487 S:      Supported
1488 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1489
1490 COMPACTPCI HOTPLUG GENERIC DRIVER
1491 P:      Scott Murray
1492 M:      scottm@somanetworks.com
1493 M:      scott@spiteful.org
1494 L:      linux-pci@vger.kernel.org
1495 S:      Supported
1496 F:      drivers/pci/hotplug/cpcihp_generic.c
1497
1498 COMPAL LAPTOP SUPPORT
1499 P:      Cezary Jackiewicz
1500 M:      cezary.jackiewicz@gmail.com
1501 S:      Maintained
1502 F:      drivers/platform/x86/compal-laptop.c
1503
1504 COMPUTONE INTELLIPORT MULTIPORT CARD
1505 P:      Michael H. Warfield
1506 M:      mhw@wittsend.com
1507 W:      http://www.wittsend.com/computone.html
1508 S:      Maintained
1509 F:      Documentation/serial/computone.txt
1510 F:      drivers/char/ip2/
1511
1512 CONEXANT ACCESSRUNNER USB DRIVER
1513 P:      Simon Arlott
1514 M:      cxacru@fire.lp0.eu
1515 L:      accessrunner-general@lists.sourceforge.net
1516 W:      http://accessrunner.sourceforge.net/
1517 S:      Maintained
1518 F:      drivers/usb/atm/cxacru.c
1519
1520 CONFIGFS
1521 P:      Joel Becker
1522 M:      joel.becker@oracle.com
1523 L:      linux-kernel@vger.kernel.org
1524 S:      Supported
1525 F:      fs/configfs/
1526 F:      include/linux/configfs.h
1527
1528 CONTROL GROUPS (CGROUPS)
1529 P:      Paul Menage
1530 M:      menage@google.com
1531 P:      Li Zefan
1532 M:      lizf@cn.fujitsu.com
1533 L:      containers@lists.linux-foundation.org
1534 S:      Maintained
1535 F:      include/linux/cgroup*
1536 F:      kernel/cgroup*
1537
1538 CORETEMP HARDWARE MONITORING DRIVER
1539 P:      Rudolf Marek
1540 M:      r.marek@assembler.cz
1541 L:      lm-sensors@lm-sensors.org
1542 S:      Maintained
1543 F:      Documentation/hwmon/coretemp
1544 F:      drivers/hwmon/coretemp.c
1545
1546 COSA/SRP SYNC SERIAL DRIVER
1547 P:      Jan "Yenya" Kasprzak
1548 M:      kas@fi.muni.cz
1549 W:      http://www.fi.muni.cz/~kas/cosa/
1550 S:      Maintained
1551 F:      drivers/net/wan/cosa*
1552
1553 CPMAC ETHERNET DRIVER
1554 P:      Florian Fainelli
1555 M:      florian@openwrt.org
1556 L:      netdev@vger.kernel.org
1557 S:      Maintained
1558 F:      drivers/net/cpmac.c
1559
1560 CPU FREQUENCY DRIVERS
1561 P:      Dave Jones
1562 M:      davej@redhat.com
1563 L:      cpufreq@vger.kernel.org
1564 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1566 S:      Maintained
1567 F:      arch/x86/kernel/cpu/cpufreq/
1568 F:      drivers/cpufreq/
1569 F:      include/linux/cpufreq.h
1570
1571 CPUID/MSR DRIVER
1572 P:      H. Peter Anvin
1573 M:      hpa@zytor.com
1574 S:      Maintained
1575 F:      arch/x86/kernel/cpuid.c
1576 F:      arch/x86/kernel/msr.c
1577
1578 CPUSETS
1579 P:      Paul Menage
1580 M:      menage@google.com
1581 L:      linux-kernel@vger.kernel.org
1582 W:      http://www.bullopensource.org/cpuset/
1583 W:      http://oss.sgi.com/projects/cpusets/
1584 S:      Supported
1585 F:      Documentation/cgroups/cpusets.txt
1586 F:      include/linux/cpuset.h
1587 F:      kernel/cpuset.c
1588
1589 CRAMFS FILESYSTEM
1590 W:      http://sourceforge.net/projects/cramfs/
1591 S:      Orphan
1592 F:      Documentation/filesystems/cramfs.txt
1593 F:      fs/cramfs/
1594
1595 CRIS PORT
1596 P:      Mikael Starvik
1597 M:      starvik@axis.com
1598 P:      Jesper Nilsson
1599 M:      jesper.nilsson@axis.com
1600 L:      dev-etrax@axis.com
1601 W:      http://developer.axis.com
1602 S:      Maintained
1603 F:      arch/cris/
1604
1605 CRYPTO API
1606 P:      Herbert Xu
1607 M:      herbert@gondor.apana.org.au
1608 P:      David S. Miller
1609 M:      davem@davemloft.net
1610 L:      linux-crypto@vger.kernel.org
1611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1612 S:      Maintained
1613 F:      Documentation/crypto/
1614 F:      arch/*/crypto/
1615 F:      crypto/
1616 F:      drivers/crypto/
1617 F:      include/crypto/
1618
1619 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1620 P:      Neil Horman
1621 M:      nhorman@tuxdriver.com
1622 L:      linux-crypto@vger.kernel.org
1623 S:      Maintained
1624
1625 CS5535 Audio ALSA driver
1626 P:      Jaya Kumar
1627 M:      jayakumar.alsa@gmail.com
1628 S:      Maintained
1629 F:      sound/pci/cs5535audio/
1630
1631 CX18 VIDEO4LINUX DRIVER
1632 P:      Hans Verkuil
1633 M:      hverkuil@xs4all.nl
1634 P:      Andy Walls
1635 M:      awalls@radix.net
1636 L:      ivtv-devel@ivtvdriver.org
1637 L:      ivtv-users@ivtvdriver.org
1638 L:      linux-media@vger.kernel.org
1639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1640 W:      http://linuxtv.org
1641 S:      Maintained
1642 F:      Documentation/video4linux/cx18.txt
1643 F:      drivers/media/video/cx18/
1644
1645 CXGB3 ETHERNET DRIVER (CXGB3)
1646 P:      Divy Le Ray
1647 M:      divy@chelsio.com
1648 L:      netdev@vger.kernel.org
1649 W:      http://www.chelsio.com
1650 S:      Supported
1651 F:      drivers/net/cxgb3/
1652
1653 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1654 P:      Steve Wise
1655 M:      swise@chelsio.com
1656 L:      general@lists.openfabrics.org
1657 W:      http://www.openfabrics.org
1658 S:      Supported
1659 F:      drivers/infiniband/hw/cxgb3/
1660
1661 CYBERPRO FB DRIVER
1662 P:      Russell King
1663 M:      linux@arm.linux.org.uk
1664 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1665 W:      http://www.arm.linux.org.uk/
1666 S:      Maintained
1667 F:      drivers/video/cyber2000fb.*
1668
1669 CYCLADES 2X SYNC CARD DRIVER
1670 P:      Arnaldo Carvalho de Melo
1671 M:      acme@ghostprotocols.net
1672 W:      http://oops.ghostprotocols.net:81/blog
1673 S:      Maintained
1674 F:      drivers/net/wan/cycx*
1675
1676 CYCLADES ASYNC MUX DRIVER
1677 W:      http://www.cyclades.com/
1678 S:      Orphan
1679 F:      drivers/char/cyclades.c
1680 F:      include/linux/cyclades.h
1681
1682 CYCLADES PC300 DRIVER
1683 W:      http://www.cyclades.com/
1684 S:      Orphan
1685 F:      drivers/net/wan/pc300*
1686
1687 DAMA SLAVE for AX.25
1688 P:      Joerg Reuter
1689 M:      jreuter@yaina.de
1690 W:      http://yaina.de/jreuter/
1691 W:      http://www.qsl.net/dl1bke/
1692 L:      linux-hams@vger.kernel.org
1693 S:      Maintained
1694 F:      net/ax25/af_ax25.c
1695 F:      net/ax25/ax25_dev.c
1696 F:      net/ax25/ax25_ds_*
1697 F:      net/ax25/ax25_in.c
1698 F:      net/ax25/ax25_out.c
1699 F:      net/ax25/ax25_timer.c
1700 F:      net/ax25/sysctl_net_ax25.c
1701
1702 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1703 P:      Tobias Ringstrom
1704 M:      tori@unhappy.mine.nu
1705 L:      netdev@vger.kernel.org
1706 S:      Maintained
1707 F:      Documentation/networking/dmfe.txt
1708 F:      drivers/net/tulip/dmfe.c
1709
1710 DC390/AM53C974 SCSI driver
1711 P:      Kurt Garloff
1712 M:      garloff@suse.de
1713 W:      http://www.garloff.de/kurt/linux/dc390/
1714 P:      Guennadi Liakhovetski
1715 M:      g.liakhovetski@gmx.de
1716 S:      Maintained
1717 F:      drivers/scsi/tmscsim.*
1718
1719 DC395x SCSI driver
1720 P:      Oliver Neukum
1721 M:      oliver@neukum.name
1722 P:      Ali Akcaagac
1723 M:      aliakc@web.de
1724 P:      Jamie Lenehan
1725 M:      lenehan@twibble.org
1726 W:      http://twibble.org/dist/dc395x/
1727 L:      dc395x@twibble.org
1728 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1729 S:      Maintained
1730 F:      Documentation/scsi/dc395x.txt
1731 F:      drivers/scsi/dc395x.*
1732
1733 DCCP PROTOCOL
1734 P:      Arnaldo Carvalho de Melo
1735 M:      acme@ghostprotocols.net
1736 L:      dccp@vger.kernel.org
1737 W:      http://linux-net.osdl.org/index.php/DCCP
1738 S:      Maintained
1739 F:      include/linux/dccp.h
1740 F:      include/linux/tfrc.h
1741 F:      net/dccp/
1742
1743 DECnet NETWORK LAYER
1744 P:      Christine Caulfield
1745 M:      christine.caulfield@googlemail.com
1746 W:      http://linux-decnet.sourceforge.net
1747 L:      linux-decnet-user@lists.sourceforge.net
1748 S:      Maintained
1749 F:      Documentation/networking/decnet.txt
1750 F:      net/decnet/
1751
1752 DEFXX FDDI NETWORK DRIVER
1753 P:      Maciej W. Rozycki
1754 M:      macro@linux-mips.org
1755 S:      Maintained
1756 F:      drivers/net/defxx.*
1757
1758 DELL LAPTOP DRIVER
1759 P:      Matthew Garrett
1760 M:      mjg59@srcf.ucam.org
1761 S:      Maintained
1762 F:      drivers/platform/x86/dell-laptop.c
1763
1764 DELL LAPTOP SMM DRIVER
1765 P:      Massimo Dal Zotto
1766 M:      dz@debian.org
1767 W:      http://www.debian.org/~dz/i8k/
1768 S:      Maintained
1769 F:      drivers/char/i8k.c
1770 F:      include/linux/i8k.h
1771
1772 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1773 P:      Doug Warzecha
1774 M:      Douglas_Warzecha@dell.com
1775 S:      Maintained
1776 F:      Documentation/dcdbas.txt
1777 F:      drivers/firmware/dcdbas.*
1778
1779 DELL WMI EXTRAS DRIVER
1780 P:      Matthew Garrett
1781 M:      mjg59@srcf.ucam.org
1782 S:      Maintained
1783
1784 DEVICE NUMBER REGISTRY
1785 P:      Torben Mathiasen
1786 M:      device@lanana.org
1787 W:      http://lanana.org/docs/device-list/index.html
1788 L:      linux-kernel@vger.kernel.org
1789 S:      Maintained
1790
1791 DEVICE-MAPPER  (LVM)
1792 P:      Alasdair Kergon
1793 L:      dm-devel@redhat.com
1794 W:      http://sources.redhat.com/dm
1795 S:      Maintained
1796 F:      Documentation/device-mapper/
1797 F:      drivers/md/dm*
1798 F:      include/linux/device-mapper.h
1799 F:      include/linux/dm-*.h
1800
1801 DIGI INTL. EPCA DRIVER
1802 P:      Digi International, Inc
1803 M:      Eng.Linux@digi.com
1804 L:      Eng.Linux@digi.com
1805 W:      http://www.digi.com
1806 S:      Orphan
1807 F:      Documentation/serial/digiepca.txt
1808 F:      drivers/char/epca*
1809 F:      drivers/char/digi*
1810
1811 DIRECTORY NOTIFICATION (DNOTIFY)
1812 P:      Eric Paris
1813 M:      eparis@parisplace.org
1814 L:      linux-kernel@vger.kernel.org
1815 S:      Maintained
1816 F:      Documentation/filesystems/dnotify.txt
1817 F:      fs/notify/dnotify/
1818 F:      include/linux/dnotify.h
1819
1820 DISK GEOMETRY AND PARTITION HANDLING
1821 P:      Andries Brouwer
1822 M:      aeb@cwi.nl
1823 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1824 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1825 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1826 S:      Maintained
1827
1828 DISKQUOTA
1829 P:      Jan Kara
1830 M:      jack@suse.cz
1831 L:      linux-kernel@vger.kernel.org
1832 S:      Maintained
1833 F:      Documentation/filesystems/quota.txt
1834 F:      fs/quota/
1835 F:      include/linux/quota*.h
1836
1837 DISTRIBUTED LOCK MANAGER (DLM)
1838 P:      Christine Caulfield
1839 M:      ccaulfie@redhat.com
1840 P:      David Teigland
1841 M:      teigland@redhat.com
1842 L:      cluster-devel@redhat.com
1843 W:      http://sources.redhat.com/cluster/
1844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1845 S:      Supported
1846 F:      fs/dlm/
1847
1848 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1849 P:      Maciej Sosnowski
1850 M:      maciej.sosnowski@intel.com
1851 P:      Dan Williams
1852 M:      dan.j.williams@intel.com
1853 L:      linux-kernel@vger.kernel.org
1854 S:      Supported
1855 F:      drivers/dma/
1856 F:      include/linux/dma*
1857
1858 DME1737 HARDWARE MONITOR DRIVER
1859 P:      Juerg Haefliger
1860 M:      juergh@gmail.com
1861 L:      lm-sensors@lm-sensors.org
1862 S:      Maintained
1863 F:      Documentation/hwmon/dme1737
1864 F:      drivers/hwmon/dme1737.c
1865
1866 DOCBOOK FOR DOCUMENTATION
1867 P:      Randy Dunlap
1868 M:      rdunlap@xenotime.net
1869 S:      Maintained
1870
1871 DOCKING STATION DRIVER
1872 P:      Shaohua Li
1873 M:      shaohua.li@intel.com
1874 L:      linux-acpi@vger.kernel.org
1875 S:      Supported
1876 F:      drivers/acpi/dock.c
1877
1878 DOCUMENTATION
1879 P:      Randy Dunlap
1880 M:      rdunlap@xenotime.net
1881 L:      linux-doc@vger.kernel.org
1882 S:      Maintained
1883 F:      Documentation/
1884
1885 DOUBLETALK DRIVER
1886 P:      James R. Van Zandt
1887 M:      jrv@vanzandt.mv.com
1888 L:      blinux-list@redhat.com
1889 S:      Maintained
1890 F:      drivers/char/dtlk.c
1891 F:      include/linux/dtlk.h
1892
1893 DPT_I2O SCSI RAID DRIVER
1894 P:      Adaptec OEM Raid Solutions
1895 M:      aacraid@adaptec.com
1896 L:      linux-scsi@vger.kernel.org
1897 W:      http://www.adaptec.com/
1898 S:      Maintained
1899 F:      drivers/scsi/dpt*
1900 F:      drivers/scsi/dpt/
1901
1902 DRIVER CORE, KOBJECTS, AND SYSFS
1903 P:      Greg Kroah-Hartman
1904 M:      gregkh@suse.de
1905 L:      linux-kernel@vger.kernel.org
1906 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1907 S:      Supported
1908 F:      Documentation/kobject.txt
1909 F:      drivers/base/
1910 F:      fs/sysfs/
1911 F:      include/linux/kobj*
1912 F:      lib/kobj*
1913
1914 DRM DRIVERS
1915 P:      David Airlie
1916 M:      airlied@linux.ie
1917 L:      dri-devel@lists.sourceforge.net
1918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1919 S:      Maintained
1920 F:      drivers/gpu/drm/
1921
1922 DSCC4 DRIVER
1923 P:      Francois Romieu
1924 M:      romieu@fr.zoreil.com
1925 L:      netdev@vger.kernel.org
1926 S:      Maintained
1927 F:      drivers/net/wan/dscc4.c
1928
1929 DZ DECSTATION DZ11 SERIAL DRIVER
1930 P:      Maciej W. Rozycki
1931 M:      macro@linux-mips.org
1932 S:      Maintained
1933 F:      drivers/serial/dz.*
1934
1935 EATA-DMA SCSI DRIVER
1936 P:      Michael Neuffer
1937 M:      mike@i-Connect.Net
1938 L:      linux-eata@i-connect.net
1939 L:      linux-scsi@vger.kernel.org
1940 S:      Maintained
1941 F:      drivers/scsi/eata*
1942
1943 EATA ISA/EISA/PCI SCSI DRIVER
1944 P:      Dario Ballabio
1945 M:      ballabio_dario@emc.com
1946 L:      linux-scsi@vger.kernel.org
1947 S:      Maintained
1948 F:      drivers/scsi/eata.c
1949
1950 EATA-PIO SCSI DRIVER
1951 P:      Michael Neuffer
1952 M:      mike@i-Connect.Net
1953 L:      linux-eata@i-connect.net
1954 L:      linux-scsi@vger.kernel.org
1955 S:      Maintained
1956 F:      drivers/scsi/eata_pio.*
1957
1958 EBTABLES
1959 P:      Bart De Schuymer
1960 M:      bart.de.schuymer@pandora.be
1961 L:      ebtables-user@lists.sourceforge.net
1962 L:      ebtables-devel@lists.sourceforge.net
1963 W:      http://ebtables.sourceforge.net/
1964 S:      Maintained
1965 F:      include/linux/netfilter_bridge/ebt_*.h
1966 F:      net/bridge/netfilter/ebt*.c
1967
1968 ECRYPT FILE SYSTEM
1969 P:      Tyler Hicks
1970 M:      tyhicks@linux.vnet.ibm.com
1971 M:      Dustin Kirkland
1972 P:      kirkland@canonical.com
1973 L:      ecryptfs-devel@lists.launchpad.net
1974 W:      https://launchpad.net/ecryptfs
1975 S:      Supported
1976 F:      Documentation/filesystems/ecryptfs.txt
1977 F:      fs/ecryptfs/
1978
1979 EDAC-CORE
1980 P:      Doug Thompson
1981 M:      dougthompson@xmission.com
1982 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1983 W:      bluesmoke.sourceforge.net
1984 S:      Supported
1985 F:      Documentation/edac.txt
1986 F:      drivers/edac/edac_*
1987 F:      include/linux/edac.h
1988
1989 EDAC-AMD64
1990 P:      Doug Thompson
1991 M:      dougthompson@xmission.com
1992 P:      Borislav Petkov
1993 M:      borislav.petkov@amd.com
1994 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1995 W:      bluesmoke.sourceforge.net
1996 S:      Supported
1997 F:      drivers/edac/amd64_edac*
1998
1999 EDAC-E752X
2000 P:      Mark Gross
2001 M:      mark.gross@intel.com
2002 P:      Doug Thompson
2003 M:      dougthompson@xmission.com
2004 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2005 W:      bluesmoke.sourceforge.net
2006 S:      Maintained
2007 F:      drivers/edac/e752x_edac.c
2008
2009 EDAC-E7XXX
2010 P:      Doug Thompson
2011 M:      dougthompson@xmission.com
2012 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2013 W:      bluesmoke.sourceforge.net
2014 S:      Maintained
2015 F:      drivers/edac/e7xxx_edac.c
2016
2017 EDAC-I82443BXGX
2018 P:      Tim Small
2019 M:      tim@buttersideup.com
2020 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2021 W:      bluesmoke.sourceforge.net
2022 S:      Maintained
2023 F:      drivers/edac/i82443bxgx_edac.c
2024
2025 EDAC-I3000
2026 P:      Jason Uhlenkott
2027 M:      juhlenko@akamai.com
2028 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2029 W:      bluesmoke.sourceforge.net
2030 S:      Maintained
2031 F:      drivers/edac/i3000_edac.c
2032
2033 EDAC-I5000
2034 P:      Doug Thompson
2035 M:      dougthompson@xmission.com
2036 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2037 W:      bluesmoke.sourceforge.net
2038 S:      Maintained
2039 F:      drivers/edac/i5000_edac.c
2040
2041 EDAC-I5400
2042 P:      Mauro Carvalho Chehab
2043 M:      mchehab@redhat.com
2044 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2045 W:      bluesmoke.sourceforge.net
2046 S:      Maintained
2047 F:      drivers/edac/i5400_edac.c
2048
2049 EDAC-I82975X
2050 P:      Ranganathan Desikan
2051 P:      Arvind R.
2052 M:      rdesikan@jetzbroadband.com
2053 M:      arvind@acarlab.com
2054 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2055 W:      bluesmoke.sourceforge.net
2056 S:      Maintained
2057 F:      drivers/edac/i82975x_edac.c
2058
2059 EDAC-PASEMI
2060 P:      Egor Martovetsky
2061 M:      egor@pasemi.com
2062 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2063 W:      bluesmoke.sourceforge.net
2064 S:      Maintained
2065 F:      drivers/edac/pasemi_edac.c
2066
2067 EDAC-R82600
2068 P:      Tim Small
2069 M:      tim@buttersideup.com
2070 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2071 W:      bluesmoke.sourceforge.net
2072 S:      Maintained
2073 F:      drivers/edac/r82600_edac.c
2074
2075 EEEPC LAPTOP EXTRAS DRIVER
2076 P:      Corentin Chary
2077 M:      corentincj@iksaif.net
2078 L:      acpi4asus-user@lists.sourceforge.net
2079 W:      http://sourceforge.net/projects/acpi4asus
2080 S:      Maintained
2081 F:      drivers/platform/x86/eeepc-laptop.c
2082
2083 EFS FILESYSTEM
2084 W:      http://aeschi.ch.eu.org/efs/
2085 S:      Orphan
2086 F:      fs/efs/
2087
2088 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2089 P:      Hoang-Nam Nguyen
2090 M:      hnguyen@de.ibm.com
2091 P:      Christoph Raisch
2092 M:      raisch@de.ibm.com
2093 L:      general@lists.openfabrics.org
2094 S:      Supported
2095 F:      drivers/infiniband/hw/ehca/
2096
2097 EMBEDDED LINUX
2098 P:      Paul Gortmaker
2099 M:      paul.gortmaker@windriver.com
2100 P:      Matt Mackall
2101 M:      mpm@selenic.com
2102 P:      David Woodhouse
2103 M:      dwmw2@infradead.org
2104 L:      linux-embedded@vger.kernel.org
2105 S:      Maintained
2106
2107 EMULEX LPFC FC SCSI DRIVER
2108 P:      James Smart
2109 M:      james.smart@emulex.com
2110 L:      linux-scsi@vger.kernel.org
2111 W:      http://sourceforge.net/projects/lpfcxxxx
2112 S:      Supported
2113 F:      drivers/scsi/lpfc/
2114
2115 EPSON 1355 FRAMEBUFFER DRIVER
2116 P:      Christopher Hoover
2117 M:      ch@murgatroid.com
2118 P:      Christopher Hoover
2119 M:      ch@hpl.hp.com
2120 S:      Maintained
2121 F:      drivers/video/epson1355fb.c
2122
2123 EPSON S1D13XXX FRAMEBUFFER DRIVER
2124 P:      Kristoffer Ericson
2125 M:      kristoffer.ericson@gmail.com
2126 S:      Maintained
2127 F:      drivers/video/s1d13xxxfb.c
2128 F:      include/video/s1d13xxxfb.h
2129
2130 ETHEREXPRESS-16 NETWORK DRIVER
2131 P:      Philip Blundell
2132 M:      philb@gnu.org
2133 L:      netdev@vger.kernel.org
2134 S:      Maintained
2135 F:      drivers/net/eexpress.*
2136
2137 ETHERNET BRIDGE
2138 P:      Stephen Hemminger
2139 M:      shemminger@linux-foundation.org
2140 L:      bridge@lists.linux-foundation.org
2141 W:      http://www.linux-foundation.org/en/Net:Bridge
2142 S:      Maintained
2143 F:      include/linux/netfilter_bridge/
2144 F:      net/bridge/
2145
2146 ETHERTEAM 16I DRIVER
2147 P:      Mika Kuoppala
2148 M:      miku@iki.fi
2149 S:      Maintained
2150 F:      drivers/net/eth16i.c
2151
2152 EXT2 FILE SYSTEM
2153 L:      linux-ext4@vger.kernel.org
2154 S:      Maintained
2155 F:      Documentation/filesystems/ext2.txt
2156 F:      fs/ext2/
2157 F:      include/linux/ext2*
2158
2159 EXT3 FILE SYSTEM
2160 P:      Stephen Tweedie
2161 M:      sct@redhat.com
2162 P:      Andrew Morton
2163 M:      akpm@linux-foundation.org
2164 P:      Andreas Dilger
2165 M:      adilger@sun.com
2166 L:      linux-ext4@vger.kernel.org
2167 S:      Maintained
2168 F:      Documentation/filesystems/ext3.txt
2169 F:      fs/ext3/
2170 F:      include/linux/ext3*
2171
2172 EXT4 FILE SYSTEM
2173 P:      Theodore Ts'o
2174 M:      tytso@mit.edu
2175 P:      Andreas Dilger
2176 M:      adilger@sun.com
2177 L:      linux-ext4@vger.kernel.org
2178 W:      http://ext4.wiki.kernel.org
2179 S:      Maintained
2180 F:      Documentation/filesystems/ext4.txt
2181 F:      fs/ext4/
2182
2183 F71805F HARDWARE MONITORING DRIVER
2184 P:      Jean Delvare
2185 M:      khali@linux-fr.org
2186 L:      lm-sensors@lm-sensors.org
2187 S:      Maintained
2188 F:      Documentation/hwmon/f71805f
2189 F:      drivers/hwmon/f71805f.c
2190
2191 FARSYNC SYNCHRONOUS DRIVER
2192 P:      Kevin Curtis
2193 M:      kevin.curtis@farsite.co.uk
2194 W:      http://www.farsite.co.uk/
2195 S:      Supported
2196 F:      drivers/net/wan/farsync.*
2197
2198 FAULT INJECTION SUPPORT
2199 P:      Akinobu Mita
2200 M:      akinobu.mita@gmail.com
2201 S:      Supported
2202 F:      Documentation/fault-injection/
2203 F:      lib/fault-inject.c
2204
2205 FILE LOCKING (flock() and fcntl()/lockf())
2206 P:      Matthew Wilcox
2207 M:      matthew@wil.cx
2208 L:      linux-fsdevel@vger.kernel.org
2209 S:      Maintained
2210 F:      include/linux/fcntl.h
2211 F:      include/linux/fs.h
2212 F:      fs/fcntl.c
2213 F:      fs/locks.c
2214
2215 FILESYSTEMS (VFS and infrastructure)
2216 P:      Alexander Viro
2217 M:      viro@zeniv.linux.org.uk
2218 L:      linux-fsdevel@vger.kernel.org
2219 S:      Maintained
2220 F:      fs/*
2221
2222 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2223 P:      Riku Voipio
2224 M:      riku.vipio@iki.fi
2225 L:      lm-sensors@lm-sensors.org
2226 S:      Maintained
2227 F:      drivers/hwmon/f75375s.c
2228 F:      include/linux/f75375s.h
2229
2230 FIREWIRE SUBSYSTEM
2231 P:      Kristian Hoegsberg
2232 M:      krh@redhat.com
2233 P:      Stefan Richter
2234 M:      stefanr@s5r6.in-berlin.de
2235 L:      linux1394-devel@lists.sourceforge.net
2236 W:      http://www.linux1394.org/
2237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2238 S:      Maintained
2239 F:      drivers/firewire/
2240 F:      include/linux/firewire*.h
2241
2242 FIRMWARE LOADER (request_firmware)
2243 L:      linux-kernel@vger.kernel.org
2244 S:      Orphan
2245 F:      Documentation/firmware_class/
2246 F:      drivers/base/firmware*.c
2247 F:      include/linux/firmware.h
2248
2249 FPU EMULATOR
2250 P:      Bill Metzenthen
2251 M:      billm@melbpc.org.au
2252 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2253 S:      Maintained
2254 F:      arch/x86/math-emu/
2255
2256 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2257 P:      Mike McLagan
2258 M:      mike.mclagan@linux.org
2259 L:      netdev@vger.kernel.org
2260 S:      Maintained
2261 F:      drivers/net/wan/dlci.c
2262 F:      drivers/net/wan/sdla.c
2263
2264 FRAMEBUFFER LAYER
2265 P:      Antonino Daplas
2266 M:      adaplas@gmail.com
2267 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2268 W:      http://linux-fbdev.sourceforge.net/
2269 S:      Maintained
2270 F:      Documentation/fb/
2271 F:      drivers/video/fb*
2272 F:      include/linux/fb.h
2273
2274 FREESCALE DMA DRIVER
2275 P:      Li Yang
2276 M:      leoli@freescale.com
2277 P:      Zhang Wei
2278 M:      zw@zh-kernel.org
2279 L:      linuxppc-dev@ozlabs.org
2280 L:      linux-kernel@vger.kernel.org
2281 S:      Maintained
2282 F:      drivers/dma/fsldma.*
2283
2284 FREESCALE I2C CPM DRIVER
2285 P:      Jochen Friedrich
2286 M:      jochen@scram.de
2287 L:      linuxppc-dev@ozlabs.org
2288 L:      linux-i2c@vger.kernel.org
2289 S:      Maintained
2290 F:      drivers/i2c/busses/i2c-cpm.c
2291
2292 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2293 P:      Sascha Hauer
2294 M:      kernel@pengutronix.de
2295 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2296 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2297 S:      Maintained
2298 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2299 F:      drivers/video/imxfb.c
2300
2301 FREESCALE SOC FS_ENET DRIVER
2302 P:      Pantelis Antoniou
2303 M:      pantelis.antoniou@gmail.com
2304 P:      Vitaly Bordug
2305 M:      vbordug@ru.mvista.com
2306 L:      linuxppc-dev@ozlabs.org
2307 L:      netdev@vger.kernel.org
2308 S:      Maintained
2309 F:      drivers/net/fs_enet/
2310 F:      include/linux/fs_enet_pd.h
2311
2312 FREESCALE QUICC ENGINE LIBRARY
2313 P:      Timur Tabi
2314 M:      timur@freescale.com
2315 L:      linuxppc-dev@ozlabs.org
2316 S:      Supported
2317 F:      arch/powerpc/sysdev/qe_lib/
2318 F:      arch/powerpc/include/asm/*qe.h
2319
2320 FREESCALE HIGHSPEED USB DEVICE DRIVER
2321 P:      Li Yang
2322 M:      leoli@freescale.com
2323 L:      linux-usb@vger.kernel.org
2324 L:      linuxppc-dev@ozlabs.org
2325 S:      Maintained
2326 F:      drivers/usb/gadget/fsl_usb2_udc.c
2327
2328 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2329 P:      Li Yang
2330 M:      leoli@freescale.com
2331 L:      netdev@vger.kernel.org
2332 L:      linuxppc-dev@ozlabs.org
2333 S:      Maintained
2334 F:      drivers/net/ucc_geth*
2335
2336 FREESCALE QUICC ENGINE UCC UART DRIVER
2337 P:      Timur Tabi
2338 M:      timur@freescale.com
2339 L:      linuxppc-dev@ozlabs.org
2340 S:      Supported
2341 F:      drivers/serial/ucc_uart.c
2342
2343 FREESCALE SOC SOUND DRIVERS
2344 P:      Timur Tabi
2345 M:      timur@freescale.com
2346 L:      alsa-devel@alsa-project.org
2347 L:      linuxppc-dev@ozlabs.org
2348 S:      Supported
2349 F:      sound/soc/fsl/fsl*
2350 F:      sound/soc/fsl/mpc8610_hpcd.c
2351
2352 FREEVXFS FILESYSTEM
2353 P:      Christoph Hellwig
2354 M:      hch@infradead.org
2355 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2356 S:      Maintained
2357 F:      fs/freevxfs/
2358
2359 FREEZER
2360 P:      Pavel Machek
2361 M:      pavel@ucw.cz
2362 P:      Rafael J. Wysocki
2363 M:      rjw@sisk.pl
2364 L:      linux-pm@lists.linux-foundation.org
2365 S:      Supported
2366 F:      Documentation/power/freezing-of-tasks.txt
2367 F:      include/linux/freezer.h
2368 F:      kernel/freezer.c
2369
2370 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2371 P:      David Howells
2372 M:      dhowells@redhat.com
2373 L:      linux-cachefs@redhat.com
2374 S:      Supported
2375 F:      Documentation/filesystems/caching/
2376 F:      fs/fscache/
2377 F:      include/linux/fscache*.h
2378
2379 FTRACE
2380 P:      Steven Rostedt
2381 M:      rostedt@goodmis.org
2382 S:      Maintained
2383 F:      Documentation/ftrace.txt
2384 F:      arch/*/*/*/ftrace.h
2385 F:      arch/*/kernel/ftrace.c
2386 F:      include/*/ftrace.h
2387 F:      kernel/trace/
2388
2389 FUJITSU FR-V (FRV) PORT
2390 P:      David Howells
2391 M:      dhowells@redhat.com
2392 S:      Maintained
2393 F:      arch/frv/
2394
2395 FUJITSU LAPTOP EXTRAS
2396 P:      Jonathan Woithe
2397 M:      jwoithe@physics.adelaide.edu.au
2398 L:      linux-acpi@vger.kernel.org
2399 S:      Maintained
2400 F:      drivers/platform/x86/fujitsu-laptop.c
2401
2402 FUSE: FILESYSTEM IN USERSPACE
2403 P:      Miklos Szeredi
2404 M:      miklos@szeredi.hu
2405 L:      fuse-devel@lists.sourceforge.net
2406 W:      http://fuse.sourceforge.net/
2407 S:      Maintained
2408 F:      fs/fuse/
2409 F:      include/linux/fuse.h
2410
2411 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2412 P:      Rik Faith
2413 M:      faith@cs.unc.edu
2414 L:      linux-scsi@vger.kernel.org
2415 S:      Odd Fixes (e.g., new signatures)
2416 F:      drivers/scsi/fdomain.*
2417
2418 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2419 P:      Achim Leubner
2420 M:      achim_leubner@adaptec.com
2421 L:      linux-scsi@vger.kernel.org
2422 W:      http://www.icp-vortex.com/
2423 S:      Supported
2424 F:      drivers/scsi/gdt*
2425
2426 GENERIC GPIO I2C DRIVER
2427 P:      Haavard Skinnemoen
2428 M:      hskinnemoen@atmel.com
2429 S:      Supported
2430 F:      drivers/i2c/busses/i2c-gpio.c
2431 F:      include/linux/i2c-gpio.h
2432
2433 GENERIC HDLC (WAN) DRIVERS
2434 P:      Krzysztof Halasa
2435 M:      khc@pm.waw.pl
2436 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2437 S:      Maintained
2438 F:      drivers/net/wan/c101.c
2439 F:      drivers/net/wan/hd6457*
2440 F:      drivers/net/wan/hdlc*
2441 F:      drivers/net/wan/n2.c
2442 F:      drivers/net/wan/pc300too.c
2443 F:      drivers/net/wan/pci200syn.c
2444 F:      drivers/net/wan/wanxl*
2445
2446 GFS2 FILE SYSTEM
2447 P:      Steven Whitehouse
2448 M:      swhiteho@redhat.com
2449 L:      cluster-devel@redhat.com
2450 W:      http://sources.redhat.com/cluster/
2451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2453 S:      Supported
2454 F:      Documentation/filesystems/gfs2*.txt
2455 F:      fs/gfs2/
2456 F:      include/linux/gfs2_ondisk.h
2457
2458 GIGASET ISDN DRIVERS
2459 P:      Hansjoerg Lipp
2460 M:      hjlipp@web.de
2461 P:      Tilman Schmidt
2462 M:      tilman@imap.cc
2463 L:      gigaset307x-common@lists.sourceforge.net
2464 W:      http://gigaset307x.sourceforge.net/
2465 S:      Maintained
2466 F:      Documentation/isdn/README.gigaset
2467 F:      drivers/isdn/gigaset/
2468 F:      include/linux/gigaset_dev.h
2469
2470 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2471 P:      Frank Seidel
2472 M:      frank@f-seidel.de
2473 L:      lm-sensors@lm-sensors.org
2474 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2475 S:      Maintained
2476 F:      drivers/hwmon/hdaps.c
2477
2478 HYPERVISOR VIRTUAL CONSOLE DRIVER
2479 L:      linuxppc-dev@ozlabs.org
2480 L:      linux-kernel@vger.kernel.org
2481 S:      Odd Fixes
2482 F:      drivers/char/hvc_*
2483
2484 GSPCA FINEPIX SUBDRIVER
2485 P:      Frank Zago
2486 M:      frank@zago.net
2487 L:      linux-media@vger.kernel.org
2488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2489 S:      Maintained
2490 F:      drivers/media/video/gspca/finepix.c
2491
2492 GSPCA M5602 SUBDRIVER
2493 P:      Erik Andren
2494 M:      erik.andren@gmail.com
2495 L:      linux-media@vger.kernel.org
2496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2497 S:      Maintained
2498 F:      drivers/media/video/gspca/m5602/
2499
2500 GSPCA PAC207 SONIXB SUBDRIVER
2501 P:      Hans de Goede
2502 M:      hdegoede@redhat.com
2503 L:      linux-media@vger.kernel.org
2504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2505 S:      Maintained
2506 F:      drivers/media/video/gspca/pac207.c
2507
2508 GSPCA T613 SUBDRIVER
2509 P:      Leandro Costantino
2510 M:      lcostantino@gmail.com
2511 L:      linux-media@vger.kernel.org
2512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2513 S:      Maintained
2514 F:      drivers/media/video/gspca/t613.c
2515
2516 GSPCA USB WEBCAM DRIVER
2517 P:      Jean-Francois Moine
2518 M:      moinejf@free.fr
2519 W:      http://moinejf.free.fr
2520 L:      linux-media@vger.kernel.org
2521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2522 S:      Maintained
2523 F:      drivers/media/video/gspca/
2524
2525 HARDWARE MONITORING
2526 L:      lm-sensors@lm-sensors.org
2527 W:      http://www.lm-sensors.org/
2528 S:      Orphan
2529 F:      drivers/hwmon/
2530
2531 HARDWARE RANDOM NUMBER GENERATOR CORE
2532 S:      Orphan
2533 F:      Documentation/hw_random.txt
2534 F:      drivers/char/hw_random/
2535 F:      include/linux/hw_random.h
2536
2537 HARMONY SOUND DRIVER
2538 P:      Kyle McMartin
2539 M:      kyle@mcmartin.ca
2540 L:      linux-parisc@vger.kernel.org
2541 S:      Maintained
2542 F:      sound/parisc/harmony.*
2543
2544 HAYES ESP SERIAL DRIVER
2545 P:      Andrew J. Robinson
2546 M:      arobinso@nyx.net
2547 L:      linux-kernel@vger.kernel.org
2548 W:      http://www.nyx.net/~arobinso
2549 S:      Maintained
2550 F:      Documentation/serial/hayes-esp.txt
2551 F:      drivers/char/esp.c
2552
2553 HEWLETT-PACKARD SMART2 RAID DRIVER
2554 P:      Chirag Kantharia
2555 M:      chirag.kantharia@hp.com
2556 L:      iss_storagedev@hp.com
2557 S:      Maintained
2558 F:      Documentation/blockdev/cpqarray.txt
2559 F:      drivers/block/cpqarray.*
2560
2561 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2562 P:      Mike Miller
2563 M:      mike.miller@hp.com
2564 L:      iss_storagedev@hp.com
2565 S:      Supported
2566 F:      Documentation/blockdev/cciss.txt
2567 F:      drivers/block/cciss*
2568 F:      include/linux/cciss_ioctl.h
2569
2570 HFS FILESYSTEM
2571 P:      Roman Zippel
2572 M:      zippel@linux-m68k.org
2573 L:      linux-kernel@vger.kernel.org
2574 S:      Maintained
2575 F:      Documentation/filesystems/hfs.txt
2576 F:      fs/hfs/
2577
2578 HGA FRAMEBUFFER DRIVER
2579 P:      Ferenc Bakonyi
2580 M:      fero@drama.obuda.kando.hu
2581 L:      linux-nvidia@lists.surfsouth.com
2582 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2583 S:      Maintained
2584 F:      drivers/video/hgafb.c
2585
2586 HIBERNATION (aka Software Suspend, aka swsusp)
2587 P:      Pavel Machek
2588 M:      pavel@ucw.cz
2589 P:      Rafael J. Wysocki
2590 M:      rjw@sisk.pl
2591 L:      linux-pm@lists.linux-foundation.org
2592 S:      Supported
2593 F:      arch/x86/power/
2594 F:      drivers/base/power/
2595 F:      kernel/power/
2596 F:      include/linux/suspend.h
2597 F:      include/linux/freezer.h
2598 F:      include/linux/pm.h
2599 F:      arch/*/include/asm/suspend*.h
2600
2601 HID CORE LAYER
2602 P:      Jiri Kosina
2603 M:      jkosina@suse.cz
2604 L:      linux-input@vger.kernel.org
2605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2606 S:      Maintained
2607 F:      drivers/hid/
2608 F:      include/linux/hid*
2609
2610 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2611 P:      Thomas Gleixner
2612 M:      tglx@linutronix.de
2613 L:      linux-kernel@vger.kernel.org
2614 S:      Maintained
2615 F:      Documentation/timers/
2616 F:      kernel/hrtimer.c
2617 F:      include/linux/hrtimer.h
2618
2619 HIGH-SPEED SCC DRIVER FOR AX.25
2620 P:      Klaus Kudielka
2621 M:      klaus.kudielka@ieee.org
2622 L:      linux-hams@vger.kernel.org
2623 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2624 S:      Maintained
2625 F:      drivers/net/hamradio/dmascc.c
2626 F:      drivers/net/hamradio/scc.c
2627
2628 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2629 P:      HighPoint Linux Team
2630 M:      linux@highpoint-tech.com
2631 W:      http://www.highpoint-tech.com
2632 S:      Supported
2633 F:      Documentation/scsi/hptiop.txt
2634 F:      drivers/scsi/hptiop.c
2635
2636 HIPPI
2637 P:      Jes Sorensen
2638 M:      jes@trained-monkey.org
2639 L:      linux-hippi@sunsite.dk
2640 S:      Maintained
2641 F:      include/linux/hippidevice.h
2642 F:      include/linux/if_hippi.h
2643 F:      net/802/hippi.c
2644
2645 HOST AP DRIVER
2646 P:      Jouni Malinen
2647 M:      j@w1.fi
2648 L:      hostap@shmoo.com (subscribers-only)
2649 L:      linux-wireless@vger.kernel.org
2650 W:      http://hostap.epitest.fi/
2651 S:      Maintained
2652 F:      drivers/net/wireless/hostap/
2653
2654 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2655 P:      Carlos Corbacho
2656 M:      carlos@strangeworlds.co.uk
2657 S:      Odd Fixes
2658 F:      drivers/platform/x86/tc1100-wmi.c
2659
2660 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2661 P:      Jaroslav Kysela
2662 M:      perex@perex.cz
2663 S:      Maintained
2664 F:      drivers/net/hp100.*
2665
2666 HPET:   High Precision Event Timers driver
2667 P:      Clemens Ladisch
2668 M:      clemens@ladisch.de
2669 S:      Maintained
2670 F:      Documentation/timers/hpet.txt
2671 F:      drivers/char/hpet.c
2672 F:      include/linux/hpet.h
2673
2674 HPET:   i386
2675 P:      Venkatesh Pallipadi (Venki)
2676 M:      venkatesh.pallipadi@intel.com
2677 S:      Maintained
2678 F:      arch/x86/kernel/hpet.c
2679 F:      arch/x86/include/asm/hpet.h
2680
2681 HPET:   x86_64
2682 P:      Vojtech Pavlik
2683 M:      vojtech@suse.cz
2684 S:      Maintained
2685
2686 HPET:   ACPI
2687 P:      Bob Picco
2688 M:      bob.picco@hp.com
2689 S:      Maintained
2690 F:      drivers/char/hpet.c
2691
2692 HPFS FILESYSTEM
2693 P:      Mikulas Patocka
2694 M:      mikulas@artax.karlin.mff.cuni.cz
2695 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2696 S:      Maintained
2697 F:      fs/hpfs/
2698
2699 HSO 3G MODEM DRIVER
2700 P:      Jan Dumon
2701 M:      j.dumon@option.com
2702 W:      http://www.pharscape.org
2703 S:      Maintained
2704 F:      drivers/net/usb/hso.c
2705
2706 HTCPEN TOUCHSCREEN DRIVER
2707 P:      Pau Oliva Fora
2708 M:      pof@eslack.org
2709 L:      linux-input@vger.kernel.org
2710 S:      Maintained
2711 F:      drivers/input/touchscreen/htcpen.c
2712
2713 HUGETLB FILESYSTEM
2714 P:      William Irwin
2715 M:      wli@holomorphy.com
2716 S:      Maintained
2717 F:      fs/hugetlbfs/
2718
2719 I2C/SMBUS STUB DRIVER
2720 P:      Mark M. Hoffman
2721 M:      mhoffman@lightlink.com
2722 L:      linux-i2c@vger.kernel.org
2723 S:      Maintained
2724 F:      drivers/i2c/busses/i2c-stub.c
2725
2726 I2C SUBSYSTEM
2727 P:      Jean Delvare (PC drivers, core)
2728 M:      khali@linux-fr.org
2729 P:      Ben Dooks (embedded platforms)
2730 M:      ben-linux@fluff.org
2731 L:      linux-i2c@vger.kernel.org
2732 W:      http://i2c.wiki.kernel.org/
2733 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2734 S:      Maintained
2735 F:      Documentation/i2c/
2736 F:      drivers/i2c/
2737 F:      include/linux/i2c.h
2738 F:      include/linux/i2c-dev.h
2739 F:      include/linux/i2c-id.h
2740
2741 I2C-TINY-USB DRIVER
2742 P:      Till Harbaum
2743 M:      till@harbaum.org
2744 L:      linux-i2c@vger.kernel.org
2745 W:      http://www.harbaum.org/till/i2c_tiny_usb
2746 S:      Maintained
2747 F:      drivers/i2c/busses/i2c-tiny-usb.c
2748
2749 i386 BOOT CODE
2750 P:      H. Peter Anvin
2751 M:      hpa@zytor.com
2752 L:      Linux-Kernel@vger.kernel.org
2753 S:      Maintained
2754 F:      arch/x86/boot/
2755
2756 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2757 P:      H. Peter Anvin
2758 M:      hpa@zytor.com
2759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2760 S:      Maintained
2761
2762 IA64 (Itanium) PLATFORM
2763 P:      Tony Luck
2764 M:      tony.luck@intel.com
2765 L:      linux-ia64@vger.kernel.org
2766 W:      http://www.ia64-linux.org/
2767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2768 S:      Maintained
2769 F:      arch/ia64/
2770
2771 IBM MCA SCSI SUBSYSTEM DRIVER
2772 P:      Michael Lang
2773 M:      langa2@kph.uni-mainz.de
2774 W:      http://www.uni-mainz.de/~langm000/linux.html
2775 S:      Maintained
2776 F:      drivers/scsi/ibmmca.c
2777
2778 IBM Power Linux RAID adapter
2779 P:      Brian King
2780 M:      brking@us.ibm.com
2781 S:      Supported
2782 F:      drivers/scsi/ipr.*
2783
2784 IBM ServeRAID RAID DRIVER
2785 P:      Jack Hammer
2786 P:      Dave Jeffery
2787 M:      ipslinux@adaptec.com
2788 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2789 S:      Supported
2790 F:      drivers/scsi/ips.*
2791
2792 IDE SUBSYSTEM
2793 P:      Bartlomiej Zolnierkiewicz
2794 M:      bzolnier@gmail.com
2795 L:      linux-ide@vger.kernel.org
2796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2797 S:      Maintained
2798 F:      Documentation/ide/
2799 F:      drivers/ide/
2800 F:      include/linux/ide.h
2801
2802 IDE/ATAPI DRIVERS
2803 P:      Borislav Petkov
2804 M:      petkovbb@gmail.com
2805 L:      linux-ide@vger.kernel.org
2806 S:      Maintained
2807 F:      Documentation/cdrom/ide-cd
2808 F:      drivers/ide/ide-cd*
2809
2810 IDLE-I7300
2811 P:      Andy Henroid
2812 M:      andrew.d.henroid@intel.com
2813 L:      linux-pm@lists.linux-foundation.org
2814 S:      Supported
2815 F:      drivers/idle/i7300_idle.c
2816
2817 IEEE 1394 SUBSYSTEM
2818 P:      Ben Collins
2819 M:      ben.collins@ubuntu.com
2820 P:      Stefan Richter
2821 M:      stefanr@s5r6.in-berlin.de
2822 L:      linux1394-devel@lists.sourceforge.net
2823 W:      http://www.linux1394.org/
2824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2825 S:      Maintained
2826 F:      drivers/ieee1394/
2827
2828 IEEE 1394 RAW I/O DRIVER
2829 P:      Dan Dennedy
2830 M:      dan@dennedy.org
2831 P:      Stefan Richter
2832 M:      stefanr@s5r6.in-berlin.de
2833 L:      linux1394-devel@lists.sourceforge.net
2834 S:      Maintained
2835 F:      drivers/ieee1394/raw1394*
2836
2837 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2838 P:      Mimi Zohar
2839 M:      zohar@us.ibm.com
2840 S:      Supported
2841 F:      security/integrity/ima/
2842
2843 IMS TWINTURBO FRAMEBUFFER DRIVER
2844 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2845 S:      Orphan
2846 F:      drivers/video/imsttfb.c
2847
2848 INFINIBAND SUBSYSTEM
2849 P:      Roland Dreier
2850 M:      rolandd@cisco.com
2851 P:      Sean Hefty
2852 M:      sean.hefty@intel.com
2853 P:      Hal Rosenstock
2854 M:      hal.rosenstock@gmail.com
2855 L:      general@lists.openfabrics.org (moderated for non-subscribers)
2856 W:      http://www.openib.org/
2857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2858 S:      Supported
2859 F:      Documentation/infiniband/
2860 F:      drivers/infiniband/
2861 F:      include/linux/if_infiniband.h
2862
2863 INOTIFY
2864 P:      John McCutchan
2865 M:      john@johnmccutchan.com
2866 P:      Robert Love
2867 M:      rlove@rlove.org
2868 P:      Eric Paris
2869 M:      eparis@parisplace.org
2870 L:      linux-kernel@vger.kernel.org
2871 S:      Maintained
2872 F:      Documentation/filesystems/inotify.txt
2873 F:      fs/notify/inotify/
2874 F:      include/linux/inotify.h
2875
2876 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2877 P:      Dmitry Torokhov
2878 M:      dmitry.torokhov@gmail.com
2879 M:      dtor@mail.ru
2880 L:      linux-input@vger.kernel.org
2881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2882 S:      Maintained
2883 F:      drivers/input/
2884
2885 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2886 P:      Sylvain Meyer
2887 M:      sylvain.meyer@worldonline.fr
2888 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2889 S:      Maintained
2890 F:      Documentation/fb/intelfb.txt
2891 F:      drivers/video/intelfb/
2892
2893 INTEL 810/815 FRAMEBUFFER DRIVER
2894 P:      Antonino Daplas
2895 M:      adaplas@gmail.com
2896 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2897 S:      Maintained
2898 F:      drivers/video/i810/
2899
2900 INTEL MENLOW THERMAL DRIVER
2901 P:      Sujith Thomas
2902 M:      sujith.thomas@intel.com
2903 L:      linux-acpi@vger.kernel.org
2904 W:      http://www.lesswatts.org/projects/acpi/
2905 S:      Supported
2906 F:      drivers/platform/x86/intel_menlow.c
2907
2908 INTEL IA32 MICROCODE UPDATE SUPPORT
2909 P:      Tigran Aivazian
2910 M:      tigran@aivazian.fsnet.co.uk
2911 S:      Maintained
2912 F:      arch/x86/kernel/microcode_core.c
2913 F:      arch/x86/kernel/microcode_intel.c
2914
2915 INTEL I/OAT DMA DRIVER
2916 P:      Maciej Sosnowski
2917 M:      maciej.sosnowski@intel.com
2918 L:      linux-kernel@vger.kernel.org
2919 S:      Supported
2920 F:      drivers/dma/ioat*
2921
2922 INTEL IOMMU (VT-d)
2923 P:      David Woodhouse
2924 M:      dwmw2@infradead.org
2925 L:      iommu@lists.linux-foundation.org
2926 T:      git git://git.infradead.org/iommu-2.6.git
2927 S:      Supported
2928 F:      drivers/pci/intel-iommu.c
2929 F:      include/linux/intel-iommu.h
2930
2931 INTEL IOP-ADMA DMA DRIVER
2932 P:      Dan Williams
2933 M:      dan.j.williams@intel.com
2934 L:      linux-kernel@vger.kernel.org
2935 S:      Supported
2936 F:      drivers/dma/iop-adma.c
2937
2938 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2939 P:      Krzysztof Halasa
2940 M:      khc@pm.waw.pl
2941 S:      Maintained
2942 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2943 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
2944 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2945 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
2946 F:      drivers/net/arm/ixp4xx_eth.c
2947 F:      drivers/net/wan/ixp4xx_hss.c
2948
2949 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2950 P:      Deepak Saxena
2951 M:      dsaxena@plexity.net
2952 S:      Maintained
2953 F:      drivers/char/hw_random/ixp4xx-rng.c
2954
2955 INTEL IXP2000 ETHERNET DRIVER
2956 P:      Lennert Buytenhek
2957 M:      kernel@wantstofly.org
2958 L:      netdev@vger.kernel.org
2959 S:      Maintained
2960 F:      drivers/net/ixp2000/
2961
2962 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2963 P:      Jeff Kirsher
2964 M:      jeffrey.t.kirsher@intel.com
2965 P:      Jesse Brandeburg
2966 M:      jesse.brandeburg@intel.com
2967 P:      Bruce Allan
2968 M:      bruce.w.allan@intel.com
2969 P:      PJ Waskiewicz
2970 M:      peter.p.waskiewicz.jr@intel.com
2971 P:      John Ronciak
2972 M:      john.ronciak@intel.com
2973 L:      e1000-devel@lists.sourceforge.net
2974 W:      http://e1000.sourceforge.net/
2975 S:      Supported
2976 F:      drivers/net/e100.c
2977 F:      drivers/net/e1000/
2978 F:      drivers/net/e1000e/
2979 F:      drivers/net/igb/
2980 F:      drivers/net/ixgb/
2981 F:      drivers/net/ixgbe/
2982
2983 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2984 P:      Zhu Yi
2985 M:      yi.zhu@intel.com
2986 P:      James Ketrenos
2987 M:      jketreno@linux.intel.com
2988 P:      Reinette Chatre
2989 M:      reinette.chatre@intel.com
2990 L:      linux-wireless@vger.kernel.org
2991 L:      ipw2100-devel@lists.sourceforge.net
2992 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2993 W:      http://ipw2100.sourceforge.net
2994 S:      Supported
2995 F:      Documentation/networking/README.ipw2100
2996 F:      drivers/net/wireless/ipw2x00/ipw2100.*
2997
2998 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2999 P:      Zhu Yi
3000 M:      yi.zhu@intel.com
3001 P:      James Ketrenos
3002 M:      jketreno@linux.intel.com
3003 P:      Reinette Chatre
3004 M:      reinette.chatre@intel.com
3005 L:      linux-wireless@vger.kernel.org
3006 L:      ipw2100-devel@lists.sourceforge.net
3007 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3008 W:      http://ipw2200.sourceforge.net
3009 S:      Supported
3010 F:      Documentation/networking/README.ipw2200
3011 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3012
3013 INTEL WIRELESS WIMAX CONNECTION 2400
3014 P:      Inaky Perez-Gonzalez
3015 M:      inaky.perez-gonzalez@intel.com
3016 M:      linux-wimax@intel.com
3017 L:      wimax@linuxwimax.org
3018 S:      Supported
3019 W:      http://linuxwimax.org
3020 F:      Documentation/wimax/README.i2400m
3021 F:      drivers/net/wimax/i2400m/
3022 F:      include/linux/wimax/i2400m.h
3023
3024 INTEL WIRELESS WIFI LINK (iwlwifi)
3025 P:      Zhu Yi
3026 M:      yi.zhu@intel.com
3027 P:      Reinette Chatre
3028 M:      reinette.chatre@intel.com
3029 L:      linux-wireless@vger.kernel.org
3030 L:      ipw3945-devel@lists.sourceforge.net
3031 W:      http://intellinuxwireless.org
3032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3033 S:      Supported
3034 F:      drivers/net/wireless/iwlwifi/
3035
3036 IOC3 ETHERNET DRIVER
3037 P:      Ralf Baechle
3038 M:      ralf@linux-mips.org
3039 L:      linux-mips@linux-mips.org
3040 S:      Maintained
3041 F:      drivers/net/ioc3-eth.c
3042
3043 IOC3 SERIAL DRIVER
3044 P:      Pat Gefre
3045 M:      pfg@sgi.com
3046 L:      linux-mips@linux-mips.org
3047 S:      Maintained
3048 F:      drivers/serial/ioc3_serial.c
3049
3050 IP MASQUERADING
3051 P:      Juanjo Ciarlante
3052 M:      jjciarla@raiz.uncu.edu.ar
3053 S:      Maintained
3054 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3055
3056 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3057 P:      Francois Romieu
3058 M:      romieu@fr.zoreil.com
3059 P:      Sorbica Shieh
3060 M:      sorbica@icplus.com.tw
3061 P:      Jesse Huang
3062 M:      jesse@icplus.com.tw
3063 L:      netdev@vger.kernel.org
3064 S:      Maintained
3065 F:      drivers/net/ipg.c
3066
3067 IPATH DRIVER
3068 P:      Ralph Campbell
3069 M:      infinipath@qlogic.com
3070 L:      general@lists.openfabrics.org
3071 T:      git git://git.qlogic.com/ipath-linux-2.6
3072 S:      Supported
3073 F:      drivers/infiniband/hw/ipath/
3074
3075 IPMI SUBSYSTEM
3076 P:      Corey Minyard
3077 M:      minyard@acm.org
3078 L:      openipmi-developer@lists.sourceforge.net
3079 W:      http://openipmi.sourceforge.net/
3080 S:      Supported
3081 F:      Documentation/IPMI.txt
3082 F:      drivers/char/ipmi/
3083 F:      include/linux/ipmi*
3084
3085 IPS SCSI RAID DRIVER
3086 P:      Adaptec OEM Raid Solutions
3087 M:      aacraid@adaptec.com
3088 L:      linux-scsi@vger.kernel.org
3089 W:      http://www.adaptec.com/
3090 S:      Maintained
3091 F:      drivers/scsi/ips*
3092
3093 IPVS
3094 P:      Wensong Zhang
3095 M:      wensong@linux-vs.org
3096 P:      Simon Horman
3097 M:      horms@verge.net.au
3098 P:      Julian Anastasov
3099 M:      ja@ssi.bg
3100 L:      netdev@vger.kernel.org
3101 L:      lvs-devel@vger.kernel.org
3102 S:      Maintained
3103 F:      Documentation/networking/ipvs-sysctl.txt
3104 F:      net/netfilter/ipvs/
3105
3106 IPWIRELESS DRIVER
3107 P:      Jiri Kosina
3108 M:      jkosina@suse.cz
3109 P:      David Sterba
3110 M:      dsterba@suse.cz
3111 S:      Maintained
3112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3113 F:      drivers/char/pcmcia/ipwireless/
3114
3115 IPX NETWORK LAYER
3116 P:      Arnaldo Carvalho de Melo
3117 M:      acme@ghostprotocols.net
3118 L:      netdev@vger.kernel.org
3119 S:      Maintained
3120 F:      include/linux/ipx.h
3121 F:      include/net/ipx.h
3122 F:      net/ipx/
3123
3124 IRDA SUBSYSTEM
3125 P:      Samuel Ortiz
3126 M:      samuel@sortiz.org
3127 L:      irda-users@lists.sourceforge.net (subscribers-only)
3128 W:      http://irda.sourceforge.net/
3129 S:      Maintained
3130 F:      Documentation/networking/irda.txt
3131 F:      drivers/net/irda/
3132 F:      include/net/irda/
3133 F:      net/irda/
3134
3135 ISAPNP
3136 P:      Jaroslav Kysela
3137 M:      perex@perex.cz
3138 S:      Maintained
3139 F:      Documentation/isapnp.txt
3140 F:      drivers/pnp/isapnp/
3141 F:      include/linux/isapnp.h
3142
3143 ISCSI
3144 P:      Mike Christie
3145 M:      michaelc@cs.wisc.edu
3146 L:      open-iscsi@googlegroups.com
3147 W:      www.open-iscsi.org
3148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3149 S:      Maintained
3150 F:      drivers/scsi/*iscsi*
3151 F:      include/scsi/*iscsi*
3152
3153 ISDN SUBSYSTEM
3154 P:      Karsten Keil
3155 M:      isdn@linux-pingi.de
3156 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3157 W:      http://www.isdn4linux.de
3158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3159 S:      Maintained
3160 F:      Documentation/isdn/
3161 F:      drivers/isdn/
3162 F:      include/linux/isdn.h
3163 F:      include/linux/isdn/
3164
3165 ISDN SUBSYSTEM (Eicon active card driver)
3166 P:      Armin Schindler
3167 M:      mac@melware.de
3168 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3169 W:      http://www.melware.de
3170 S:      Maintained
3171 F:      drivers/isdn/hardware/eicon/
3172
3173 IVTV VIDEO4LINUX DRIVER
3174 P:      Hans Verkuil
3175 M:      hverkuil@xs4all.nl
3176 L:      ivtv-devel@ivtvdriver.org
3177 L:      ivtv-users@ivtvdriver.org
3178 L:      linux-media@vger.kernel.org
3179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3180 W:      http://www.ivtvdriver.org
3181 S:      Maintained
3182 F:      Documentation/video4linux/*.ivtv
3183 F:      drivers/media/video/ivtv/
3184 F:      include/linux/ivtv*
3185
3186 JFS FILESYSTEM
3187 P:      Dave Kleikamp
3188 M:      shaggy@austin.ibm.com
3189 L:      jfs-discussion@lists.sourceforge.net
3190 W:      http://jfs.sourceforge.net/
3191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3192 S:      Supported
3193 F:      Documentation/filesystems/jfs.txt
3194 F:      fs/jfs/
3195
3196 JME NETWORK DRIVER
3197 P:      Guo-Fu Tseng
3198 M:      cooldavid@cooldavid.org
3199 L:      netdev@vger.kernel.org
3200 S:      Maintained
3201 F:      drivers/net/jme.*
3202
3203 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3204 P:      David Woodhouse
3205 M:      dwmw2@infradead.org
3206 L:      linux-mtd@lists.infradead.org
3207 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3208 S:      Maintained
3209 F:      fs/jffs2/
3210 F:      include/linux/jffs2.h
3211 F:      include/mtd/jffs2-user.h
3212
3213 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3214 P:      Stephen Tweedie
3215 M:      sct@redhat.com
3216 P:      Andrew Morton
3217 M:      akpm@linux-foundation.org
3218 L:      linux-ext4@vger.kernel.org
3219 S:      Maintained
3220 F:      fs/jbd*/
3221 F:      include/linux/ext*jbd*.h
3222 F:      include/linux/jbd*.h
3223
3224 K8TEMP HARDWARE MONITORING DRIVER
3225 P:      Rudolf Marek
3226 M:      r.marek@assembler.cz
3227 L:      lm-sensors@lm-sensors.org
3228 S:      Maintained
3229 F:      Documentation/hwmon/k8temp
3230 F:      drivers/hwmon/k8temp.c
3231
3232 KCONFIG
3233 P:      Roman Zippel
3234 M:      zippel@linux-m68k.org
3235 L:      linux-kbuild@vger.kernel.org
3236 S:      Maintained
3237 F:      Documentation/kbuild/kconfig-language.txt
3238 F:      scripts/kconfig/
3239
3240 KDUMP
3241 P:      Vivek Goyal
3242 M:      vgoyal@redhat.com
3243 P:      Haren Myneni
3244 M:      hbabu@us.ibm.com
3245 L:      kexec@lists.infradead.org
3246 L:      linux-kernel@vger.kernel.org
3247 W:      http://lse.sourceforge.net/kdump/
3248 S:      Maintained
3249 F:      Documentation/kdump/
3250
3251 KERNEL AUTOMOUNTER (AUTOFS)
3252 P:      H. Peter Anvin
3253 M:      hpa@zytor.com
3254 L:      autofs@linux.kernel.org
3255 S:      Odd Fixes
3256 F:      fs/autofs/
3257
3258 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3259 P:      Ian Kent
3260 M:      raven@themaw.net
3261 L:      autofs@linux.kernel.org
3262 S:      Maintained
3263 F:      fs/autofs4/
3264
3265 KERNEL BUILD
3266 P:      Sam Ravnborg
3267 M:      sam@ravnborg.org
3268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3270 L:      linux-kbuild@vger.kernel.org
3271 S:      Maintained
3272 F:      Documentation/kbuild/
3273 F:      Makefile
3274 F:      scripts/Makefile.*
3275
3276 KERNEL JANITORS
3277 P:      Several
3278 L:      kernel-janitors@vger.kernel.org
3279 W:      http://www.kerneljanitors.org/
3280 S:      Maintained
3281
3282 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3283 P:      J. Bruce Fields
3284 M:      bfields@fieldses.org
3285 P:      Neil Brown
3286 M:      neilb@suse.de
3287 L:      linux-nfs@vger.kernel.org
3288 W:      http://nfs.sourceforge.net/
3289 S:      Supported
3290 F:      fs/nfsd/
3291 F:      include/linux/nfsd/
3292 F:      fs/lockd/
3293 F:      fs/nfs_common/
3294 F:      net/sunrpc/
3295 F:      include/linux/lockd/
3296 F:      include/linux/sunrpc/
3297
3298 KERNEL VIRTUAL MACHINE (KVM)
3299 P:      Avi Kivity
3300 M:      avi@redhat.com
3301 L:      kvm@vger.kernel.org
3302 W:      http://kvm.qumranet.com
3303 S:      Supported
3304 F:      Documentation/*/kvm.txt
3305 F:      arch/*/kvm/
3306 F:      arch/*/include/asm/kvm*
3307 F:      include/linux/kvm*
3308 F:      virt/kvm/
3309
3310 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3311 P:      Joerg Roedel
3312 M:      joerg.roedel@amd.com
3313 L:      kvm@vger.kernel.org
3314 W:      http://kvm.qumranet.com
3315 S:      Supported
3316 F:      arch/x86/include/asm/svm.h
3317 F:      arch/x86/kvm/kvm_svm.h
3318 F:      arch/x86/kvm/svm.c
3319
3320 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3321 P:      Hollis Blanchard
3322 M:      hollisb@us.ibm.com
3323 L:      kvm-ppc@vger.kernel.org
3324 W:      http://kvm.qumranet.com
3325 S:      Supported
3326 F:      arch/powerpc/include/asm/kvm*
3327 F:      arch/powerpc/kvm/
3328
3329 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3330 P:      Xiantao Zhang
3331 M:      xiantao.zhang@intel.com
3332 L:      kvm-ia64@vger.kernel.org
3333 W:      http://kvm.qumranet.com
3334 S:      Supported
3335 F:      Documentation/ia64/kvm.txt
3336 F:      arch/ia64/include/asm/kvm*
3337 F:      arch/ia64/kvm/
3338
3339 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3340 P:      Carsten Otte
3341 M:      cotte@de.ibm.com
3342 P:      Christian Borntraeger
3343 M:      borntraeger@de.ibm.com
3344 M:      linux390@de.ibm.com
3345 L:      linux-s390@vger.kernel.org
3346 W:      http://www.ibm.com/developerworks/linux/linux390/
3347 S:      Supported
3348 F:      Documentation/s390/kvm.txt
3349 F:      arch/s390/include/asm/kvm*
3350 F:      arch/s390/kvm/
3351
3352 KEXEC
3353 P:      Eric Biederman
3354 M:      ebiederm@xmission.com
3355 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3356 L:      linux-kernel@vger.kernel.org
3357 L:      kexec@lists.infradead.org
3358 S:      Maintained
3359 F:      include/linux/kexec.h
3360 F:      kernel/kexec.c
3361
3362 KGDB
3363 P:      Jason Wessel
3364 M:      jason.wessel@windriver.com
3365 L:      kgdb-bugreport@lists.sourceforge.net
3366 S:      Maintained
3367 F:      Documentation/DocBook/kgdb.tmpl
3368 F:      drivers/misc/kgdbts.c
3369 F:      drivers/serial/kgdboc.c
3370 F:      include/linux/kgdb.h
3371 F:      kernel/kgdb.c
3372
3373 KMEMLEAK
3374 P:      Catalin Marinas
3375 M:      catalin.marinas@arm.com
3376 L:      linux-kernel@vger.kernel.org
3377 S:      Maintained
3378 F:      Documentation/kmemleak.txt
3379 F:      include/linux/kmemleak.h
3380 F:      mm/kmemleak.c
3381 F:      mm/kmemleak-test.c
3382
3383 KMEMTRACE
3384 P:      Eduard - Gabriel Munteanu
3385 M:      eduard.munteanu@linux360.ro
3386 L:      linux-kernel@vger.kernel.org
3387 S:      Maintained
3388 F:      Documentation/trace/kmemtrace.txt
3389 F:      include/trace/kmemtrace.h
3390 F:      kernel/trace/kmemtrace.c
3391
3392 KPROBES
3393 P:      Ananth N Mavinakayanahalli
3394 M:      ananth@in.ibm.com
3395 P:      Anil S Keshavamurthy
3396 M:      anil.s.keshavamurthy@intel.com
3397 P:      David S. Miller
3398 M:      davem@davemloft.net
3399 P:      Masami Hiramatsu
3400 M:      mhiramat@redhat.com
3401 L:      linux-kernel@vger.kernel.org
3402 S:      Maintained
3403 F:      Documentation/kprobes.txt
3404 F:      include/linux/kprobes.h
3405 F:      kernel/kprobes.c
3406
3407 KS0108 LCD CONTROLLER DRIVER
3408 P:      Miguel Ojeda Sandonis
3409 M:      miguel.ojeda.sandonis@gmail.com
3410 L:      linux-kernel@vger.kernel.org
3411 W:      http://miguelojeda.es/auxdisplay.htm
3412 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3413 S:      Maintained
3414 F:      Documentation/auxdisplay/ks0108
3415 F:      drivers/auxdisplay/ks0108.c
3416 F:      include/linux/ks0108.h
3417
3418 LAPB module
3419 L:      linux-x25@vger.kernel.org
3420 S:      Orphan
3421 F:      Documentation/networking/lapb-module.txt
3422 F:      include/*/lapb.h
3423 F:      net/lapb/
3424
3425 LASI 53c700 driver for PARISC
3426 P:      James E.J. Bottomley
3427 M:      James.Bottomley@HansenPartnership.com
3428 L:      linux-scsi@vger.kernel.org
3429 S:      Maintained
3430 F:      Documentation/scsi/53c700.txt
3431 F:      drivers/scsi/53c700*
3432
3433 LED SUBSYSTEM
3434 P:      Richard Purdie
3435 M:      rpurdie@rpsys.net
3436 S:      Maintained
3437 F:      drivers/leds/
3438 F:      include/linux/leds.h
3439
3440 LEGO USB Tower driver
3441 P:      Juergen Stuber
3442 M:      starblue@users.sourceforge.net
3443 L:      legousb-devel@lists.sourceforge.net
3444 W:      http://legousb.sourceforge.net/
3445 S:      Maintained
3446 F:      drivers/usb/misc/legousbtower.c
3447
3448 LGUEST
3449 P:      Rusty Russell
3450 M:      rusty@rustcorp.com.au
3451 L:      lguest@ozlabs.org
3452 W:      http://lguest.ozlabs.org/
3453 S:      Maintained
3454 F:      Documentation/lguest/
3455 F:      arch/x86/lguest/
3456 F:      drivers/lguest/
3457 F:      include/linux/lguest*.h
3458 F:      arch/x86/include/asm/lguest*.h
3459
3460 LINUX FOR IBM pSERIES (RS/6000)
3461 P:      Paul Mackerras
3462 M:      paulus@au.ibm.com
3463 W:      http://www.ibm.com/linux/ltc/projects/ppc
3464 S:      Supported
3465
3466 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3467 P:      Benjamin Herrenschmidt
3468 M:      benh@kernel.crashing.org
3469 P:      Paul Mackerras
3470 M:      paulus@samba.org
3471 W:      http://www.penguinppc.org/
3472 L:      linuxppc-dev@ozlabs.org
3473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3474 S:      Supported
3475
3476 LINUX FOR POWER MACINTOSH
3477 P:      Benjamin Herrenschmidt
3478 M:      benh@kernel.crashing.org
3479 W:      http://www.penguinppc.org/
3480 L:      linuxppc-dev@ozlabs.org
3481 S:      Maintained
3482
3483 LINUX FOR POWERPC EMBEDDED MPC5XXX
3484 P:      Grant Likely
3485 M:      grant.likely@secretlab.ca
3486 L:      linuxppc-dev@ozlabs.org
3487 T:      git git://git.secretlab.ca/git/linux-2.6.git
3488 S:      Maintained
3489
3490 LINUX FOR POWERPC EMBEDDED PPC4XX
3491 P:      Josh Boyer
3492 M:      jwboyer@linux.vnet.ibm.com
3493 P:      Matt Porter
3494 M:      mporter@kernel.crashing.org
3495 W:      http://www.penguinppc.org/
3496 L:      linuxppc-dev@ozlabs.org
3497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3498 S:      Maintained
3499
3500 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3501 P:      Grant Likely
3502 M:      grant.likely@secretlab.ca
3503 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3504 L:      linuxppc-dev@ozlabs.org
3505 T:      git git://git.secretlab.ca/git/linux-2.6.git
3506 S:      Maintained
3507
3508 LINUX FOR POWERPC EMBEDDED PPC8XX
3509 P:      Vitaly Bordug
3510 M:      vitb@kernel.crashing.org
3511 P:      Marcelo Tosatti
3512 M:      marcelo@kvack.org
3513 W:      http://www.penguinppc.org/
3514 L:      linuxppc-dev@ozlabs.org
3515 S:      Maintained
3516
3517 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3518 P:      Kumar Gala
3519 M:      galak@kernel.crashing.org
3520 W:      http://www.penguinppc.org/
3521 L:      linuxppc-dev@ozlabs.org
3522 S:      Maintained
3523
3524 LINUX FOR POWERPC PA SEMI PWRFICIENT
3525 P:      Olof Johansson
3526 M:      olof@lixom.net
3527 W:      http://www.pasemi.com/
3528 L:      linuxppc-dev@ozlabs.org
3529 S:      Supported
3530
3531 LINUX SECURITY MODULE (LSM) FRAMEWORK
3532 P:      Chris Wright
3533 M:      chrisw@sous-sol.org
3534 L:      linux-security-module@vger.kernel.org
3535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3536 S:      Supported
3537
3538 LLC (802.2)
3539 P:      Arnaldo Carvalho de Melo
3540 M:      acme@ghostprotocols.net
3541 S:      Maintained
3542 F:      include/linux/llc.h
3543 F:      include/net/llc*
3544 F:      net/llc/
3545
3546 LIS3LV02D ACCELEROMETER DRIVER
3547 P:      Eric Piel
3548 M:      eric.piel@tremplin-utc.net
3549 S:      Maintained
3550 F:      Documentation/hwmon/lis3lv02d
3551 F:      drivers/hwmon/lis3lv02d.*
3552
3553 LM83 HARDWARE MONITOR DRIVER
3554 P:      Jean Delvare
3555 M:      khali@linux-fr.org
3556 L:      lm-sensors@lm-sensors.org
3557 S:      Maintained
3558 F:      Documentation/hwmon/lm83
3559 F:      drivers/hwmon/lm83.c
3560
3561 LM90 HARDWARE MONITOR DRIVER
3562 P:      Jean Delvare
3563 M:      khali@linux-fr.org
3564 L:      lm-sensors@lm-sensors.org
3565 S:      Maintained
3566 F:      Documentation/hwmon/lm90
3567 F:      drivers/hwmon/lm90.c
3568
3569 LOCKDEP AND LOCKSTAT
3570 P:      Peter Zijlstra
3571 M:      peterz@infradead.org
3572 P:      Ingo Molnar
3573 M:      mingo@redhat.com
3574 L:      linux-kernel@vger.kernel.org
3575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3576 S:      Maintained
3577 F:      Documentation/lockdep*.txt
3578 F:      Documentation/lockstat.txt
3579 F:      include/linux/lockdep.h
3580 F:      kernel/lockdep*
3581
3582 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3583 P:      Richard Russon (FlatCap)
3584 M:      ldm@flatcap.org
3585 L:      linux-ntfs-dev@lists.sourceforge.net
3586 W:      http://www.linux-ntfs.org/content/view/19/37/
3587 S:      Maintained
3588 F:      Documentation/ldm.txt
3589 F:      fs/partitions/ldm.*
3590
3591 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3592 P:      Eric Moore
3593 M:      Eric.Moore@lsi.com
3594 M:      support@lsi.com
3595 L:      DL-MPTFusionLinux@lsi.com
3596 L:      linux-scsi@vger.kernel.org
3597 W:      http://www.lsilogic.com/support
3598 S:      Supported
3599 F:      drivers/message/fusion/
3600
3601 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3602 P:      Matthew Wilcox
3603 M:      matthew@wil.cx
3604 L:      linux-scsi@vger.kernel.org
3605 S:      Maintained
3606 F:      drivers/scsi/sym53c8xx_2/
3607
3608 LTP (Linux Test Project)
3609 P:      Subrata Modak
3610 M:      subrata@linux.vnet.ibm.com
3611 P:      Mike Frysinger
3612 M:      vapier@gentoo.org
3613 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3614 W:      http://ltp.sourceforge.net/
3615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3616 S:      Maintained
3617
3618 M32R ARCHITECTURE
3619 P:      Hirokazu Takata
3620 M:      takata@linux-m32r.org
3621 L:      linux-m32r@ml.linux-m32r.org
3622 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3623 W:      http://www.linux-m32r.org/
3624 S:      Maintained
3625 F:      arch/m32r/
3626 F:      include/asm-m32r/
3627
3628 M68K ARCHITECTURE
3629 P:      Geert Uytterhoeven
3630 M:      geert@linux-m68k.org
3631 P:      Roman Zippel
3632 M:      zippel@linux-m68k.org
3633 L:      linux-m68k@lists.linux-m68k.org
3634 W:      http://www.linux-m68k.org/
3635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3636 S:      Maintained
3637 F:      arch/m68k/
3638 F:      drivers/zorro/
3639
3640 M68K ON APPLE MACINTOSH
3641 P:      Joshua Thompson
3642 M:      funaho@jurai.org
3643 W:      http://www.mac.linux-m68k.org/
3644 L:      linux-m68k@lists.linux-m68k.org
3645 S:      Maintained
3646 F:      arch/m68k/mac/
3647
3648 M68K ON HP9000/300
3649 P:      Philip Blundell
3650 M:      philb@gnu.org
3651 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3652 S:      Maintained
3653 F:      arch/m68k/hp300/
3654
3655 MAC80211
3656 P:      Johannes Berg
3657 M:      johannes@sipsolutions.net
3658 L:      linux-wireless@vger.kernel.org
3659 W:      http://linuxwireless.org/
3660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3661 S:      Maintained
3662 F:      Documentation/networking/mac80211-injection.txt
3663 F:      include/net/mac80211.h
3664 F:      net/mac80211/
3665
3666 MAC80211 PID RATE CONTROL
3667 P:      Stefano Brivio
3668 M:      stefano.brivio@polimi.it
3669 P:      Mattias Nissler
3670 M:      mattias.nissler@gmx.de
3671 L:      linux-wireless@vger.kernel.org
3672 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3674 S:      Maintained
3675 F:      net/mac80211/rc80211_pid*
3676
3677 MACVLAN DRIVER
3678 P:      Patrick McHardy
3679 M:      kaber@trash.net
3680 L:      netdev@vger.kernel.org
3681 S:      Maintained
3682 F:      drivers/net/macvlan.c
3683 F:      include/linux/if_macvlan.h
3684
3685 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3686 P:      Michael Kerrisk
3687 M:      mtk.manpages@gmail.com
3688 W:      http://www.kernel.org/doc/man-pages
3689 L:      linux-man@vger.kernel.org
3690 S:      Maintained
3691
3692 MARVELL LIBERTAS WIRELESS DRIVER
3693 P:      Dan Williams
3694 M:      dcbw@redhat.com
3695 L:      libertas-dev@lists.infradead.org
3696 S:      Maintained
3697 F:      drivers/net/wireless/libertas/
3698
3699 MARVELL MV643XX ETHERNET DRIVER
3700 P:      Lennert Buytenhek
3701 M:      buytenh@marvell.com
3702 L:      netdev@vger.kernel.org
3703 S:      Supported
3704 F:      drivers/net/mv643xx_eth.*
3705 F:      include/linux/mv643xx.h
3706
3707 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3708 P:      Nicolas Pitre
3709 M:      nico@cam.org
3710 L:      linux-kernel@vger.kernel.org
3711 S:      Maintained
3712
3713 MARVELL YUKON / SYSKONNECT DRIVER
3714 P:      Mirko Lindner
3715 M:      mlindner@syskonnect.de
3716 P:      Ralph Roesler
3717 M:      rroesler@syskonnect.de
3718 W:      http://www.syskonnect.com
3719 S:      Supported
3720
3721 MATROX FRAMEBUFFER DRIVER
3722 P:      Petr Vandrovec
3723 M:      vandrove@vc.cvut.cz
3724 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3725 S:      Maintained
3726 F:      drivers/video/matrox/matroxfb_*
3727 F:      include/linux/matroxfb.h
3728
3729 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3730 P:      Hans J. Koch
3731 M:      hjk@linutronix.de
3732 L:      lm-sensors@lm-sensors.org
3733 S:      Maintained
3734 F:      Documentation/hwmon/max6650
3735 F:      drivers/hwmon/max6650.c
3736
3737 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3738 P:      Mauro Carvalho Chehab
3739 M:      mchehab@infradead.org
3740 P:      LinuxTV.org Project
3741 L:      linux-media@vger.kernel.org
3742 W:      http://linuxtv.org
3743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3744 S:      Maintained
3745 F:      Documentation/dvb/
3746 F:      Documentation/video4linux/
3747 F:      drivers/media/
3748 F:      include/media/
3749 F:      include/linux/dvb/
3750 F:      include/linux/videodev*.h
3751
3752 MEGARAID SCSI DRIVERS
3753 P:      Neela Syam Kolli
3754 M:      megaraidlinux@lsi.com
3755 L:      linux-scsi@vger.kernel.org
3756 W:      http://megaraid.lsilogic.com
3757 S:      Maintained
3758 F:      Documentation/scsi/megaraid.txt
3759 F:      drivers/scsi/megaraid.*
3760 F:      drivers/scsi/megaraid/
3761
3762 MEMORY MANAGEMENT
3763 L:      linux-mm@kvack.org
3764 L:      linux-kernel@vger.kernel.org
3765 W:      http://www.linux-mm.org
3766 S:      Maintained
3767 F:      include/linux/mm.h
3768 F:      mm/
3769
3770 MEMORY RESOURCE CONTROLLER
3771 P:      Balbir Singh
3772 M:      balbir@linux.vnet.ibm.com
3773 P:      Pavel Emelyanov
3774 M:      xemul@openvz.org
3775 P:      KAMEZAWA Hiroyuki
3776 M:      kamezawa.hiroyu@jp.fujitsu.com
3777 L:      linux-mm@kvack.org
3778 L:      linux-kernel@vger.kernel.org
3779 S:      Maintained
3780 F:      mm/memcontrol.c
3781
3782 MEMORY TECHNOLOGY DEVICES (MTD)
3783 P:      David Woodhouse
3784 M:      dwmw2@infradead.org
3785 W:      http://www.linux-mtd.infradead.org/
3786 L:      linux-mtd@lists.infradead.org
3787 T:      git git://git.infradead.org/mtd-2.6.git
3788 S:      Maintained
3789 F:      drivers/mtd/
3790 F:      include/linux/mtd/
3791 F:      include/mtd/
3792
3793 MICROBLAZE ARCHITECTURE
3794 P:      Michal Simek
3795 M:      monstr@monstr.eu
3796 L:      microblaze-uclinux@itee.uq.edu.au
3797 W:      http://www.monstr.eu/fdt/
3798 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3799 S:      Supported
3800 F:      arch/microblaze/
3801
3802 MICROTEK X6 SCANNER
3803 P:      Oliver Neukum
3804 M:      oliver@neukum.name
3805 S:      Maintained
3806 F:      drivers/usb/image/microtek.*
3807
3808 MIPS
3809 P:      Ralf Baechle
3810 M:      ralf@linux-mips.org
3811 W:      http://www.linux-mips.org/
3812 L:      linux-mips@linux-mips.org
3813 T:      git git://git.linux-mips.org/pub/scm/linux.git
3814 S:      Supported
3815 F:      Documentation/mips/
3816 F:      arch/mips/
3817
3818 MISCELLANEOUS MCA-SUPPORT
3819 P:      James Bottomley
3820 M:      James.Bottomley@HansenPartnership.com
3821 L:      linux-kernel@vger.kernel.org
3822 S:      Maintained
3823 F:      Documentation/ia64/mca.txt
3824 F:      Documentation/mca.txt
3825 F:      drivers/mca/
3826 F:      include/linux/mca*
3827
3828 MODULE SUPPORT
3829 P:      Rusty Russell
3830 M:      rusty@rustcorp.com.au
3831 L:      linux-kernel@vger.kernel.org
3832 S:      Maintained
3833 F:      include/linux/module.h
3834 F:      kernel/module.c
3835
3836 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3837 P:      Stelian Pop
3838 M:      stelian@popies.net
3839 W:      http://popies.net/meye/
3840 S:      Maintained
3841 F:      Documentation/video4linux/meye.txt
3842 F:      drivers/media/video/meye.*
3843 F:      include/linux/meye.h
3844
3845 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3846 P:      Pavel Pisa
3847 M:      ppisa@pikron.com
3848 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3849 S:      Maintained
3850 F:      drivers/mmc/host/imxmmc.*
3851
3852 MOUSE AND MISC DEVICES [GENERAL]
3853 P:      Alessandro Rubini
3854 M:      rubini@ipvvis.unipv.it
3855 L:      linux-kernel@vger.kernel.org
3856 S:      Maintained
3857 F:      drivers/input/mouse/
3858 F:      include/linux/gpio_mouse.h
3859
3860 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3861 P:      Jiri Slaby
3862 M:      jirislaby@gmail.com
3863 L:      linux-kernel@vger.kernel.org
3864 S:      Maintained
3865 F:      Documentation/serial/moxa-smartio
3866 F:      drivers/char/mxser.*
3867
3868 MSI LAPTOP SUPPORT
3869 P:      Lennart Poettering
3870 M:      mzxreary@0pointer.de
3871 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3872 W:      http://0pointer.de/lennart/tchibo.html
3873 S:      Maintained
3874 F:      drivers/platform/x86/msi-laptop.c
3875
3876 MULTIFUNCTION DEVICES (MFD)
3877 P:      Samuel Ortiz
3878 M:      sameo@linux.intel.com
3879 L:      linux-kernel@vger.kernel.org
3880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3881 S:      Supported
3882 F:      drivers/mfd/
3883
3884 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3885 P:      Pierre Ossman
3886 M:      pierre@ossman.eu
3887 L:      linux-kernel@vger.kernel.org
3888 S:      Maintained
3889 F:      drivers/mmc/
3890 F:      include/linux/mmc/
3891
3892 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3893 P:      David Brownell
3894 M:      dbrownell@users.sourceforge.net
3895 L:      linux-kernel@vger.kernel.org
3896 S:      Odd Fixes
3897 F:      drivers/mmc/host/mmc_spi.c
3898 F:      include/linux/spi/mmc_spi.h
3899
3900 MULTISOUND SOUND DRIVER
3901 P:      Andrew Veliath
3902 M:      andrewtv@usa.net
3903 S:      Maintained
3904 F:      Documentation/sound/oss/MultiSound
3905 F:      sound/oss/msnd*
3906
3907 MULTITECH MULTIPORT CARD (ISICOM)
3908 P:      Jiri Slaby
3909 M:      jirislaby@gmail.com
3910 L:      linux-kernel@vger.kernel.org
3911 S:      Maintained
3912 F:      drivers/char/isicom.c
3913 F:      include/linux/isicom.h
3914
3915 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3916 P:      Felipe Balbi
3917 M:      felipe.balbi@nokia.com
3918 L:      linux-usb@vger.kernel.org
3919 T:      git git://gitorious.org/musb/mainline.git
3920 S:      Maintained
3921 F:      drivers/usb/musb/
3922
3923 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3924 P:      Andrew Gallatin
3925 M:      gallatin@myri.com
3926 P:      Brice Goglin
3927 M:      brice@myri.com
3928 L:      netdev@vger.kernel.org
3929 W:      http://www.myri.com/scs/download-Myri10GE.html
3930 S:      Supported
3931 F:      drivers/net/myri10ge/
3932
3933 NATSEMI ETHERNET DRIVER (DP8381x)
3934 P:      Tim Hockin
3935 M:      thockin@hockin.org
3936 S:      Maintained
3937 F:      drivers/net/natsemi.c
3938
3939 NCP FILESYSTEM
3940 P:      Petr Vandrovec
3941 M:      vandrove@vc.cvut.cz
3942 L:      linware@sh.cvut.cz
3943 S:      Maintained
3944 F:      fs/ncpfs/
3945
3946 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3947 P:      James E.J. Bottomley
3948 M:      James.Bottomley@HansenPartnership.com
3949 L:      linux-scsi@vger.kernel.org
3950 S:      Maintained
3951 F:      drivers/scsi/NCR_D700.*
3952
3953 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3954 P:      Faisal Latif
3955 M:      faisal.latif@intel.com
3956 P:      Chien Tung
3957 M:      chien.tin.tung@intel.com
3958 L:      general@lists.openfabrics.org
3959 W:      http://www.neteffect.com
3960 S:      Supported
3961 F:      drivers/infiniband/hw/nes/
3962
3963 NETEM NETWORK EMULATOR
3964 P:      Stephen Hemminger
3965 M:      shemminger@linux-foundation.org
3966 L:      netem@lists.linux-foundation.org
3967 S:      Maintained
3968 F:      net/sched/sch_netem.c
3969
3970 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3971 P:      Ramkrishna Vepa
3972 M:      ram.vepa@neterion.com
3973 P:      Rastapur Santosh
3974 M:      santosh.rastapur@neterion.com
3975 P:      Sivakumar Subramani
3976 M:      sivakumar.subramani@neterion.com
3977 P:      Sreenivasa Honnur
3978 M:      sreenivasa.honnur@neterion.com
3979 P:      Anil Murthy
3980 M:      anil.murthy@neterion.com
3981 L:      netdev@vger.kernel.org
3982 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3983 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3984 S:      Supported
3985 F:      Documentation/networking/s2io.txt
3986 F:      drivers/net/s2io*
3987
3988 NETFILTER/IPTABLES/IPCHAINS
3989 P:      Rusty Russell
3990 P:      Marc Boucher
3991 P:      James Morris
3992 P:      Harald Welte
3993 P:      Jozsef Kadlecsik
3994 P:      Patrick McHardy
3995 M:      kaber@trash.net
3996 L:      netfilter-devel@vger.kernel.org
3997 L:      netfilter@vger.kernel.org
3998 L:      coreteam@netfilter.org
3999 W:      http://www.netfilter.org/
4000 W:      http://www.iptables.org/
4001 S:      Supported
4002 F:      include/linux/netfilter*
4003 F:      include/linux/netfilter/
4004 F:      include/net/netfilter/
4005 F:      net/*/netfilter.c
4006 F:      net/*/netfilter/
4007 F:      net/netfilter/
4008
4009 NETLABEL
4010 P:      Paul Moore
4011 M:      paul.moore@hp.com
4012 W:      http://netlabel.sf.net
4013 L:      netdev@vger.kernel.org
4014 S:      Supported
4015 F:      Documentation/netlabel/
4016 F:      include/net/netlabel.h
4017 F:      net/netlabel/
4018
4019 NETROM NETWORK LAYER
4020 P:      Ralf Baechle
4021 M:      ralf@linux-mips.org
4022 L:      linux-hams@vger.kernel.org
4023 W:      http://www.linux-ax25.org/
4024 S:      Maintained
4025 F:      include/linux/netrom.h
4026 F:      include/net/netrom.h
4027 F:      net/netrom/
4028
4029 NETWORK BLOCK DEVICE (NBD)
4030 P:      Paul Clements
4031 M:      Paul.Clements@steeleye.com
4032 S:      Maintained
4033 F:      Documentation/blockdev/nbd.txt
4034 F:      drivers/block/nbd.c
4035 F:      include/linux/nbd.h
4036
4037 NETWORKING [GENERAL]
4038 P:      David S. Miller
4039 M:      davem@davemloft.net
4040 L:      netdev@vger.kernel.org
4041 W:      http://www.linuxfoundation.org/en/Net
4042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4043 S:      Maintained
4044 F:      net/
4045 F:      include/net/
4046
4047 NETWORKING [IPv4/IPv6]
4048 P:      David S. Miller
4049 M:      davem@davemloft.net
4050 P:      Alexey Kuznetsov
4051 M:      kuznet@ms2.inr.ac.ru
4052 P:      Pekka Savola (ipv6)
4053 M:      pekkas@netcore.fi
4054 P:      James Morris
4055 M:      jmorris@namei.org
4056 P:      Hideaki YOSHIFUJI
4057 M:      yoshfuji@linux-ipv6.org
4058 P:      Patrick McHardy
4059 M:      kaber@trash.net
4060 L:      netdev@vger.kernel.org
4061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4062 S:      Maintained
4063 F:      net/ipv4/
4064 F:      net/ipv6/
4065 F:      include/net/ip*
4066
4067 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4068 P:      Paul Moore
4069 M:      paul.moore@hp.com
4070 L:      netdev@vger.kernel.org
4071 S:      Maintained
4072
4073 NETWORKING [WIRELESS]
4074 P:      John W. Linville
4075 M:      linville@tuxdriver.com
4076 L:      linux-wireless@vger.kernel.org
4077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4078 S:      Maintained
4079 F:      net/wireless/
4080 F:      include/net/ieee80211*
4081 F:      include/net/wireless.h
4082
4083 NETWORKING DRIVERS
4084 L:      netdev@vger.kernel.org
4085 W:      http://www.linuxfoundation.org/en/Net
4086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4087 S:      Odd Fixes
4088 F:      drivers/net/
4089
4090 NETXEN (1/10) GbE SUPPORT
4091 P:      Dhananjay Phadke
4092 M:      dhananjay@netxen.com
4093 L:      netdev@vger.kernel.org
4094 W:      http://www.netxen.com
4095 S:      Supported
4096 F:      drivers/net/netxen/
4097
4098 NFS, SUNRPC, AND LOCKD CLIENTS
4099 P:      Trond Myklebust
4100 M:      Trond.Myklebust@netapp.com
4101 L:      linux-nfs@vger.kernel.org
4102 W:      http://client.linux-nfs.org
4103 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4104 S:      Maintained
4105 F:      fs/lockd/
4106 F:      fs/nfs/
4107 F:      fs/nfs_common/
4108 F:      net/sunrpc/
4109 F:      include/linux/lockd/
4110 F:      include/linux/nfs*
4111 F:      include/linux/sunrpc/
4112
4113 NI5010 NETWORK DRIVER
4114 P:      Jan-Pascal van Best
4115 M:      janpascal@vanbest.org
4116 P:      Andreas Mohr
4117 M:      andi@lisas.de
4118 L:      netdev@vger.kernel.org
4119 S:      Maintained
4120 F:      drivers/net/ni5010.*
4121
4122 NILFS2 FILESYSTEM
4123 P:      KONISHI Ryusuke
4124 M:      konishi.ryusuke@lab.ntt.co.jp
4125 L:      users@nilfs.org
4126 W:      http://www.nilfs.org/en/
4127 S:      Supported
4128 F:      Documentation/filesystems/nilfs2.txt
4129 F:      fs/nilfs2/
4130 F:      include/linux/nilfs2_fs.h
4131
4132 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4133 P:      YOKOTA Hiroshi
4134 M:      yokota@netlab.is.tsukuba.ac.jp
4135 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4136 S:      Maintained
4137 F:      Documentation/scsi/NinjaSCSI.txt
4138 F:      drivers/scsi/pcmcia/nsp_*
4139
4140 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4141 P:      GOTO Masanori
4142 M:      gotom@debian.or.jp
4143 P:      YOKOTA Hiroshi
4144 M:      yokota@netlab.is.tsukuba.ac.jp
4145 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4146 S:      Maintained
4147 F:      Documentation/scsi/NinjaSCSI.txt
4148 F:      drivers/scsi/nsp32*
4149
4150 NTFS FILESYSTEM
4151 P:      Anton Altaparmakov
4152 M:      aia21@cantab.net
4153 L:      linux-ntfs-dev@lists.sourceforge.net
4154 L:      linux-kernel@vger.kernel.org
4155 W:      http://www.linux-ntfs.org/
4156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4157 S:      Maintained
4158 F:      Documentation/filesystems/ntfs.txt
4159 F:      fs/ntfs/
4160
4161 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4162 P:      Antonino Daplas
4163 M:      adaplas@gmail.com
4164 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4165 S:      Maintained
4166 F:      drivers/video/riva/
4167 F:      drivers/video/nvidia/
4168
4169 OMAP SUPPORT
4170 P:      Tony Lindgren <tony@atomide.com>
4171 M:      tony@atomide.com
4172 L:      linux-omap@vger.kernel.org
4173 W:      http://www.muru.com/linux/omap/
4174 W:      http://linux.omap.com/
4175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4176 S:      Maintained
4177 F:      arch/arm/*omap*
4178
4179 OMAP CLOCK FRAMEWORK SUPPORT
4180 P:      Paul Walmsley
4181 M:      paul@pwsan.com
4182 L:      linux-omap@vger.kernel.org
4183 S:      Maintained
4184 F:      arch/arm/*omap*/*clock*
4185
4186 OMAP POWER MANAGEMENT SUPPORT
4187 P:      Kevin Hilman
4188 M:      khilman@deeprootsystems.com
4189 L:      linux-omap@vger.kernel.org
4190 S:      Maintained
4191 F:      arch/arm/*omap*/*pm*
4192
4193 OMAP AUDIO SUPPORT
4194 P:      Jarkko Nikula
4195 M:      jhnikula@gmail.com
4196 L:      alsa-devel@alsa-project.org (subscribers-only)
4197 L:      linux-omap@vger.kernel.org
4198 S:      Maintained
4199 F:      sound/soc/omap/
4200
4201 OMAP FRAMEBUFFER SUPPORT
4202 P:      Imre Deak
4203 M:      imre.deak@nokia.com
4204 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4205 L:      linux-omap@vger.kernel.org
4206 S:      Maintained
4207 F:      drivers/video/omap/
4208
4209 OMAP MMC SUPPORT
4210 P:      Jarkko Lavinen
4211 M:      jarkko.lavinen@nokia.com
4212 L:      linux-kernel@vger.kernel.org
4213 L:      linux-omap@vger.kernel.org
4214 S:      Maintained
4215 F:      drivers/mmc/host/*omap*
4216
4217 OMAP RANDOM NUMBER GENERATOR SUPPORT
4218 P:      Deepak Saxena
4219 M:      dsaxena@plexity.net
4220 S:      Maintained
4221 F:      drivers/char/hw_random/omap-rng.c
4222
4223 OMAP USB SUPPORT
4224 P:      Felipe Balbi
4225 M:      felipe.balbi@nokia.com
4226 P:      David Brownell
4227 M:      dbrownell@users.sourceforge.net
4228 L:      linux-usb@vger.kernel.org
4229 L:      linux-omap@vger.kernel.org
4230 S:      Maintained
4231
4232 OMFS FILESYSTEM
4233 P:      Bob Copeland
4234 M:      me@bobcopeland.com
4235 L:      linux-karma-devel@lists.sourceforge.net
4236 S:      Maintained
4237 F:      Documentation/filesystems/omfs.txt
4238 F:      fs/omfs/
4239
4240 OMNIKEY CARDMAN 4000 DRIVER
4241 P:      Harald Welte
4242 M:      laforge@gnumonks.org
4243 S:      Maintained
4244 F:      drivers/char/pcmcia/cm4000_cs.c
4245 F:      include/linux/cm4000_cs.h
4246
4247 OMNIKEY CARDMAN 4040 DRIVER
4248 P:      Harald Welte
4249 M:      laforge@gnumonks.org
4250 S:      Maintained
4251 F:      drivers/char/pcmcia/cm4040_cs.*
4252
4253 OMNIVISION OV7670 SENSOR DRIVER
4254 P:      Jonathan Corbet
4255 M:      corbet@lwn.net
4256 L:      linux-media@vger.kernel.org
4257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4258 S:      Maintained
4259 F:      drivers/media/video/ov7670.c
4260
4261 ONENAND FLASH DRIVER
4262 P:      Kyungmin Park
4263 M:      kyungmin.park@samsung.com
4264 L:      linux-mtd@lists.infradead.org
4265 S:      Maintained
4266 F:      drivers/mtd/onenand/
4267 F:      include/linux/mtd/onenand*.h
4268
4269 ONSTREAM SCSI TAPE DRIVER
4270 P:      Willem Riede
4271 M:      osst@riede.org
4272 L:      osst-users@lists.sourceforge.net
4273 L:      linux-scsi@vger.kernel.org
4274 S:      Maintained
4275 F:      drivers/scsi/osst*
4276 F:      drivers/scsi/st*
4277
4278 OPENCORES I2C BUS DRIVER
4279 P:      Peter Korsgaard
4280 M:      jacmet@sunsite.dk
4281 L:      linux-i2c@vger.kernel.org
4282 S:      Maintained
4283 F:      Documentation/i2c/busses/i2c-ocores
4284 F:      drivers/i2c/busses/i2c-ocores.c
4285
4286 OPROFILE
4287 P:      Robert Richter
4288 M:      robert.richter@amd.com
4289 L:      oprofile-list@lists.sf.net
4290 S:      Maintained
4291 F:      arch/*/oprofile/
4292 F:      drivers/oprofile/
4293 F:      include/linux/oprofile.h
4294
4295 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4296 P:      Mark Fasheh
4297 M:      mfasheh@suse.com
4298 P:      Joel Becker
4299 M:      joel.becker@oracle.com
4300 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4301 W:      http://oss.oracle.com/projects/ocfs2/
4302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4303 S:      Supported
4304 F:      Documentation/filesystems/ocfs2.txt
4305 F:      Documentation/filesystems/dlmfs.txt
4306 F:      fs/ocfs2/
4307
4308 ORINOCO DRIVER
4309 P:      Pavel Roskin
4310 M:      proski@gnu.org
4311 P:      David Gibson
4312 M:      hermes@gibson.dropbear.id.au
4313 L:      linux-wireless@vger.kernel.org
4314 L:      orinoco-users@lists.sourceforge.net
4315 L:      orinoco-devel@lists.sourceforge.net
4316 W:      http://www.nongnu.org/orinoco/
4317 S:      Maintained
4318 F:      drivers/net/wireless/orinoco/
4319
4320 OSD LIBRARY
4321 P:      Boaz Harrosh
4322 M:      bharrosh@panasas.com
4323 P:      Benny Halevy
4324 M:      bhalevy@panasas.com
4325 L:      osd-dev@open-osd.org
4326 W:      http://open-osd.org
4327 T:      git git://git.open-osd.org/open-osd.git
4328 S:      Maintained
4329
4330 P54 WIRELESS DRIVER
4331 P:      Michael Wu
4332 M:      flamingice@sourmilk.net
4333 L:      linux-wireless@vger.kernel.org
4334 W:      http://prism54.org
4335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4336 S:      Maintained
4337 F:      drivers/net/wireless/p54/
4338
4339 PA SEMI ETHERNET DRIVER
4340 P:      Olof Johansson
4341 M:      olof@lixom.net
4342 L:      netdev@vger.kernel.org
4343 S:      Maintained
4344 F:      drivers/net/pasemi_mac.*
4345
4346 PA SEMI SMBUS DRIVER
4347 P:      Olof Johansson
4348 M:      olof@lixom.net
4349 L:      linux-i2c@vger.kernel.org
4350 S:      Maintained
4351 F:      drivers/i2c/busses/i2c-pasemi.c
4352
4353 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4354 P:      Harald Welte
4355 M:      laforge@gnumonks.org
4356 S:      Maintained
4357 F:      drivers/platform/x86/panasonic-laptop.c
4358
4359 PANASONIC MN10300/AM33 PORT
4360 P:      David Howells
4361 M:      dhowells@redhat.com
4362 P:      Koichi Yasutake
4363 M:      yasutake.koichi@jp.panasonic.com
4364 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4365 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4366 S:      Maintained
4367 F:      Documentation/mn10300/
4368 F:      arch/mn10300/
4369
4370 PARALLEL PORT SUPPORT
4371 L:      linux-parport@lists.infradead.org (subscribers-only)
4372 S:      Orphan
4373 F:      drivers/parport/
4374 F:      include/linux/parport*.h
4375 F:      drivers/char/ppdev.c
4376 F:      include/linux/ppdev.h
4377
4378 PARAVIRT_OPS INTERFACE
4379 P:      Jeremy Fitzhardinge
4380 M:      jeremy@xensource.com
4381 P:      Chris Wright
4382 M:      chrisw@sous-sol.org
4383 P:      Alok Kataria
4384 M:      akataria@vmware.com
4385 P:      Rusty Russell
4386 M:      rusty@rustcorp.com.au
4387 L:      virtualization@lists.osdl.org
4388 L:      linux-kernel@vger.kernel.org
4389 S:      Supported
4390 F:      Documentation/ia64/paravirt_ops.txt
4391 F:      arch/*/kernel/paravirt*
4392 F:      arch/*/include/asm/paravirt.h
4393
4394 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4395 P:      Tim Waugh
4396 M:      tim@cyberelk.net
4397 L:      linux-parport@lists.infradead.org (subscribers-only)
4398 W:      http://www.torque.net/linux-pp.html
4399 S:      Maintained
4400 F:      Documentation/blockdev/paride.txt
4401 F:      drivers/block/paride/
4402
4403 PARISC ARCHITECTURE
4404 P:      Kyle McMartin
4405 M:      kyle@mcmartin.ca
4406 P:      Helge Deller
4407 M:      deller@gmx.de
4408 L:      linux-parisc@vger.kernel.org
4409 W:      http://www.parisc-linux.org/
4410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4411 S:      Maintained
4412 F:      arch/parisc/
4413 F:      drivers/parisc/
4414
4415 PC87360 HARDWARE MONITORING DRIVER
4416 P:      Jim Cromie
4417 M:      jim.cromie@gmail.com
4418 L:      lm-sensors@lm-sensors.org
4419 S:      Maintained
4420 F:      Documentation/hwmon/pc87360
4421 F:      drivers/hwmon/pc87360.c
4422
4423 PC8736x GPIO DRIVER
4424 P:      Jim Cromie
4425 M:      jim.cromie@gmail.com
4426 S:      Maintained
4427 F:      drivers/char/pc8736x_gpio.c
4428
4429 PCA9532 LED DRIVER
4430 P:      Riku Voipio
4431 M:      riku.voipio@iki.fi
4432 S:      Maintained
4433 F:      drivers/leds/leds-pca9532.c
4434 F:      include/linux/leds-pca9532.h
4435
4436 PCI ERROR RECOVERY
4437 P:      Linas Vepstas
4438 M:      linas@austin.ibm.com
4439 L:      linux-kernel@vger.kernel.org
4440 L:      linux-pci@vger.kernel.org
4441 S:      Supported
4442 F:      Documentation/PCI/pci-error-recovery.txt
4443 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4444
4445 PCI SUBSYSTEM
4446 P:      Jesse Barnes
4447 M:      jbarnes@virtuousgeek.org
4448 L:      linux-kernel@vger.kernel.org
4449 L:      linux-pci@vger.kernel.org
4450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4451 S:      Supported
4452 F:      Documentation/PCI/
4453 F:      drivers/pci/
4454 F:      include/linux/pci*
4455
4456 PCIE HOTPLUG DRIVER
4457 P:      Kristen Carlson Accardi
4458 M:      kristen.c.accardi@intel.com
4459 L:      linux-pci@vger.kernel.org
4460 S:      Supported
4461 F:      drivers/pci/pcie/
4462
4463 PCMCIA SUBSYSTEM
4464 P:      Linux PCMCIA Team
4465 L:      linux-pcmcia@lists.infradead.org
4466 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4468 S:      Maintained
4469 F:      Documentation/pcmcia/
4470 F:      drivers/pcmcia/
4471 F:      include/pcmcia/
4472
4473 PCNET32 NETWORK DRIVER
4474 P:      Don Fry
4475 M:      pcnet32@verizon.net
4476 L:      netdev@vger.kernel.org
4477 S:      Maintained
4478 F:      drivers/net/pcnet32.c
4479
4480 PER-TASK DELAY ACCOUNTING
4481 P:      Balbir Singh
4482 M:      balbir@linux.vnet.ibm.com
4483 L:      linux-kernel@vger.kernel.org
4484 S:      Maintained
4485 F:      include/linux/delayacct.h
4486 F:      kernel/delayacct.c
4487
4488 PERFORMANCE COUNTER SUBSYSTEM
4489 P:      Peter Zijlstra
4490 M:      a.p.zijlstra@chello.nl
4491 P:      Paul Mackerras
4492 M:      paulus@samba.org
4493 P:      Ingo Molnar
4494 M:      mingo@elte.hu
4495 L:      linux-kernel@vger.kernel.org
4496 S:      Supported
4497
4498 PERSONALITY HANDLING
4499 P:      Christoph Hellwig
4500 M:      hch@infradead.org
4501 L:      linux-abi-devel@lists.sourceforge.net
4502 S:      Maintained
4503 F:      include/linux/personality.h
4504
4505 PHRAM MTD DRIVER
4506 P:      Joern Engel
4507 M:      joern@lazybastard.org
4508 L:      linux-mtd@lists.infradead.org
4509 S:      Maintained
4510 F:      drivers/mtd/devices/phram.c
4511
4512 PKTCDVD DRIVER
4513 P:      Peter Osterlund
4514 M:      petero2@telia.com
4515 L:      linux-kernel@vger.kernel.org
4516 S:      Maintained
4517 F:      drivers/block/pktcdvd.c
4518 F:      include/linux/pktcdvd.h
4519
4520 POSIX CLOCKS and TIMERS
4521 P:      Thomas Gleixner
4522 M:      tglx@linutronix.de
4523 L:      linux-kernel@vger.kernel.org
4524 S:      Supported
4525 F:      fs/timerfd.c
4526 F:      include/linux/timer*
4527 F:      kernel/*timer*
4528
4529 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4530 P:      Anton Vorontsov
4531 M:      cbou@mail.ru
4532 P:      David Woodhouse
4533 M:      dwmw2@infradead.org
4534 L:      linux-kernel@vger.kernel.org
4535 T:      git git://git.infradead.org/battery-2.6.git
4536 S:      Maintained
4537 F:      include/linux/power_supply.h
4538 F:      drivers/power/power_supply*
4539
4540 PNP SUPPORT
4541 P:      Adam Belay
4542 M:      abelay@mit.edu
4543 P:      Bjorn Helgaas
4544 M:      bjorn.helgaas@hp.com
4545 S:      Maintained
4546 F:      drivers/pnp/
4547
4548 PNXxxxx I2C DRIVER
4549 P:      Vitaly Wool
4550 M:      vitalywool@gmail.com
4551 L:      linux-i2c@vger.kernel.org
4552 S:      Maintained
4553 F:      drivers/i2c/busses/i2c-pnx.c
4554
4555 PPP PROTOCOL DRIVERS AND COMPRESSORS
4556 P:      Paul Mackerras
4557 M:      paulus@samba.org
4558 L:      linux-ppp@vger.kernel.org
4559 S:      Maintained
4560 F:      drivers/net/ppp_*
4561
4562 PPP OVER ATM (RFC 2364)
4563 P:      Mitchell Blank Jr
4564 M:      mitch@sfgoth.com
4565 S:      Maintained
4566 F:      net/atm/pppoatm.c
4567 F:      include/linux/atmppp.h
4568
4569 PPP OVER ETHERNET
4570 P:      Michal Ostrowski
4571 M:      mostrows@earthlink.net
4572 S:      Maintained
4573 F:      drivers/net/pppoe.c
4574 F:      drivers/net/pppox.c
4575
4576 PPP OVER L2TP
4577 P:      James Chapman
4578 M:      jchapman@katalix.com
4579 S:      Maintained
4580 F:      drivers/net/pppol2tp.c
4581 F:      include/linux/if_pppol2tp.h
4582
4583 PREEMPTIBLE KERNEL
4584 P:      Robert Love
4585 M:      rml@tech9.net
4586 L:      linux-kernel@vger.kernel.org
4587 L:      kpreempt-tech@lists.sourceforge.net
4588 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4589 S:      Supported
4590 F:      Documentation/preempt-locking.txt
4591 F:      include/linux/preempt.h
4592
4593 PRISM54 WIRELESS DRIVER
4594 P:      Luis R. Rodriguez
4595 M:      mcgrof@gmail.com
4596 L:      linux-wireless@vger.kernel.org
4597 W:      http://prism54.org
4598 S:      Maintained
4599 F:      drivers/net/wireless/prism54/
4600
4601 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4602 P:      Peter Denison
4603 M:      promise@pnd-pc.demon.co.uk
4604 W:      http://www.pnd-pc.demon.co.uk/promise/
4605 S:      Maintained
4606
4607 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4608 P:      Mikael Pettersson
4609 M:      mikpe@it.uu.se
4610 L:      linux-ide@vger.kernel.org
4611 S:      Maintained
4612 F:      drivers/ata/sata_promise.*
4613
4614 PS3 NETWORK SUPPORT
4615 P:      Masakazu Mokuno
4616 M:      mokuno@sm.sony.co.jp
4617 L:      netdev@vger.kernel.org
4618 L:      cbe-oss-dev@ozlabs.org
4619 S:      Supported
4620 F:      drivers/net/ps3_gelic_net.*
4621
4622 PS3 PLATFORM SUPPORT
4623 P:      Geoff Levand
4624 M:      geoffrey.levand@am.sony.com
4625 L:      linuxppc-dev@ozlabs.org
4626 L:      cbe-oss-dev@ozlabs.org
4627 S:      Supported
4628 F:      arch/powerpc/boot/ps3*
4629 F:      arch/powerpc/include/asm/lv1call.h
4630 F:      arch/powerpc/include/asm/ps3*.h
4631 F:      arch/powerpc/platforms/ps3/
4632 F:      drivers/*/ps3*
4633 F:      drivers/ps3/
4634 F:      drivers/rtc/rtc-ps3.c
4635 F:      drivers/usb/host/*ps3.c
4636 F:      sound/ppc/snd_ps3*
4637
4638 PS3VRAM DRIVER
4639 P:      Jim Paris
4640 M:      jim@jtan.com
4641 L:      cbe-oss-dev@ozlabs.org
4642 S:      Maintained
4643
4644 PTRACE SUPPORT
4645 P:      Roland McGrath
4646 M:      roland@redhat.com
4647 P:      Oleg Nesterov
4648 M:      oleg@redhat.com
4649 L:      linux-kernel@vger.kernel.org
4650 S:      Maintained
4651 F:      include/asm-generic/syscall.h
4652 F:      include/linux/ptrace.h
4653 F:      include/linux/regset.h
4654 F:      include/linux/tracehook.h
4655 F:      kernel/ptrace.c
4656
4657 PVRUSB2 VIDEO4LINUX DRIVER
4658 P:      Mike Isely
4659 M:      isely@pobox.com
4660 L:      pvrusb2@isely.net       (subscribers-only)
4661 L:      linux-media@vger.kernel.org
4662 W:      http://www.isely.net/pvrusb2/
4663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4664 S:      Maintained
4665 F:      Documentation/video4linux/README.pvrusb2
4666 F:      drivers/media/video/pvrusb2/
4667
4668 PXA2xx/PXA3xx SUPPORT
4669 P:      Eric Miao
4670 M:      eric.y.miao@gmail.com
4671 P:      Russell King
4672 M:      linux@arm.linux.org.uk
4673 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4674 S:      Maintained
4675 F:      arch/arm/mach-pxa/
4676 F:      drivers/pcmcia/pxa2xx*
4677 F:      drivers/spi/pxa2xx*
4678 F:      drivers/usb/gadget/pxa2*
4679 F:      include/sound/pxa2xx-lib.h
4680 F:      sound/arm/pxa*
4681 F:      sound/soc/pxa
4682
4683 PXA168 SUPPORT
4684 P:      Eric Miao
4685 M:      eric.y.miao@gmail.com
4686 P:      Jason Chagas
4687 M:      jason.chagas@marvell.com
4688 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4690 S:      Maintained
4691
4692 PXA910 SUPPORT
4693 P:      Eric Miao
4694 M:      eric.y.miao@gmail.com
4695 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4697 S:      Maintained
4698
4699 PXA MMCI DRIVER
4700 S:      Orphan
4701
4702 PXA RTC DRIVER
4703 P:      Robert Jarzmik
4704 M:      robert.jarzmik@free.fr
4705 L:      rtc-linux@googlegroups.com
4706 S:      Maintained
4707
4708 QLOGIC QLA2XXX FC-SCSI DRIVER
4709 P:      Andrew Vasquez
4710 M:      linux-driver@qlogic.com
4711 L:      linux-scsi@vger.kernel.org
4712 S:      Supported
4713 F:      Documentation/scsi/LICENSE.qla2xxx
4714 F:      drivers/scsi/qla2xxx/
4715
4716 QLOGIC QLA3XXX NETWORK DRIVER
4717 P:      Ron Mercer
4718 M:      linux-driver@qlogic.com
4719 L:      netdev@vger.kernel.org
4720 S:      Supported
4721 F:      Documentation/networking/LICENSE.qla3xxx
4722 F:      drivers/net/qla3xxx.*
4723
4724 QLOGIC QLGE 10Gb ETHERNET DRIVER
4725 P:      Ron Mercer
4726 M:      linux-driver@qlogic.com
4727 M:      ron.mercer@qlogic.com
4728 L:      netdev@vger.kernel.org
4729 S:      Supported
4730 F:      drivers/net/qlge/
4731
4732 QNX4 FILESYSTEM
4733 P:      Anders Larsen
4734 M:      al@alarsen.net
4735 L:      linux-kernel@vger.kernel.org
4736 W:      http://www.alarsen.net/linux/qnx4fs/
4737 S:      Maintained
4738 F:      fs/qnx4/
4739 F:      include/linux/qnx4_fs.h
4740 F:      include/linux/qnxtypes.h
4741
4742 RADEON FRAMEBUFFER DISPLAY DRIVER
4743 P:      Benjamin Herrenschmidt
4744 M:      benh@kernel.crashing.org
4745 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4746 S:      Maintained
4747 F:      drivers/video/aty/radeon*
4748 F:      include/linux/radeonfb.h
4749
4750 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4751 P:      Paul Mackerras
4752 M:      paulus@samba.org
4753 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4754 S:      Maintained
4755 F:      drivers/video/aty/aty128fb.c
4756
4757 RALINK RT2X00 WIRELESS LAN DRIVER
4758 P:      rt2x00 project
4759 L:      linux-wireless@vger.kernel.org
4760 L:      users@rt2x00.serialmonkey.com
4761 W:      http://rt2x00.serialmonkey.com/
4762 S:      Maintained
4763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4764 F:      drivers/net/wireless/rt2x00/
4765
4766 RAMDISK RAM BLOCK DEVICE DRIVER
4767 P:      Nick Piggin
4768 M:      npiggin@suse.de
4769 S:      Maintained
4770 F:      Documentation/blockdev/ramdisk.txt
4771 F:      drivers/block/brd.c
4772
4773 RANDOM NUMBER DRIVER
4774 P:      Matt Mackall
4775 M:      mpm@selenic.com
4776 S:      Maintained
4777 F:      drivers/char/random.c
4778
4779 RAPIDIO SUBSYSTEM
4780 P:      Matt Porter
4781 M:      mporter@kernel.crashing.org
4782 L:      linux-kernel@vger.kernel.org
4783 S:      Maintained
4784 F:      drivers/rapidio/
4785
4786 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4787 P:      Corey Thomas
4788 M:      coreythomas@charter.net
4789 L:      linux-wireless@vger.kernel.org
4790 S:      Maintained
4791 F:      drivers/net/wireless/ray*
4792
4793 RCUTORTURE MODULE
4794 P:      Josh Triplett
4795 M:      josh@freedesktop.org
4796 L:      linux-kernel@vger.kernel.org
4797 S:      Maintained
4798 F:      Documentation/RCU/torture.txt
4799 F:      kernel/rcutorture.c
4800
4801 RDC R-321X SoC
4802 P:      Florian Fainelli
4803 M:      florian@openwrt.org
4804 L:      linux-kernel@vger.kernel.org
4805 S:      Maintained
4806
4807 RDC R6040 FAST ETHERNET DRIVER
4808 P:      Florian Fainelli
4809 M:      florian@openwrt.org
4810 L:      netdev@vger.kernel.org
4811 S:      Maintained
4812 F:      drivers/net/r6040.c
4813
4814 RDS - RELIABLE DATAGRAM SOCKETS
4815 P:      Andy Grover
4816 M:      andy.grover@oracle.com
4817 L:      rds-devel@oss.oracle.com
4818 S:      Supported
4819 F:      net/rds/
4820
4821 READ-COPY UPDATE (RCU)
4822 P:      Dipankar Sarma
4823 M:      dipankar@in.ibm.com
4824 W:      http://www.rdrop.com/users/paulmck/rclock/
4825 L:      linux-kernel@vger.kernel.org
4826 S:      Supported
4827 F:      Documentation/RCU/rcu.txt
4828 F:      Documentation/RCU/rcuref.txt
4829 F:      include/linux/rcupdate.h
4830 F:      include/linux/srcu.h
4831 F:      kernel/rcupdate.c
4832
4833 REAL TIME CLOCK DRIVER
4834 P:      Paul Gortmaker
4835 M:      p_gortmaker@yahoo.com
4836 L:      linux-kernel@vger.kernel.org
4837 S:      Maintained
4838 F:      Documentation/rtc.txt
4839 F:      drivers/rtc/
4840 F:      include/linux/rtc.h
4841
4842 REAL TIME CLOCK (RTC) SUBSYSTEM
4843 P:      Alessandro Zummo
4844 M:      a.zummo@towertech.it
4845 L:      rtc-linux@googlegroups.com
4846 S:      Maintained
4847 F:      Documentation/rtc.txt
4848 F:      drivers/rtc/
4849 F:      include/linux/rtc.h
4850
4851 REISERFS FILE SYSTEM
4852 L:      reiserfs-devel@vger.kernel.org
4853 S:      Supported
4854 F:      fs/reiserfs/
4855
4856 RFKILL
4857 P:      Ivo van Doorn
4858 M:      IvDoorn@gmail.com
4859 L:      netdev@vger.kernel.org
4860 S:      Maintained
4861 F       Documentation/rfkill.txt
4862 F:      net/rfkill/
4863
4864 RISCOM8 DRIVER
4865 S:      Orphan
4866 F:      Documentation/serial/riscom8.txt
4867 F:      drivers/char/riscom8*
4868
4869 ROCKETPORT DRIVER
4870 P:      Comtrol Corp.
4871 W:      http://www.comtrol.com
4872 S:      Maintained
4873 F:      Documentation/serial/rocket.txt
4874 F:      drivers/char/rocket*
4875
4876 ROSE NETWORK LAYER
4877 P:      Ralf Baechle
4878 M:      ralf@linux-mips.org
4879 L:      linux-hams@vger.kernel.org
4880 W:      http://www.linux-ax25.org/
4881 S:      Maintained
4882 F:      include/linux/rose.h
4883 F:      include/net/rose.h
4884 F:      net/rose/
4885
4886 RTL8180 WIRELESS DRIVER
4887 P:      John W. Linville
4888 M:      linville@tuxdriver.com
4889 L:      linux-wireless@vger.kernel.org
4890 W:      http://linuxwireless.org/
4891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4892 S:      Maintained
4893 F:      drivers/net/wireless/rtl818*
4894
4895 RTL8187 WIRELESS DRIVER
4896 P:      Herton Ronaldo Krzesinski
4897 M:      herton@mandriva.com.br
4898 P:      Hin-Tak Leung
4899 M:      htl10@users.sourceforge.net
4900 P:      Larry Finger
4901 M:      Larry.Finger@lwfinger.net
4902 L:      linux-wireless@vger.kernel.org
4903 W:      http://linuxwireless.org/
4904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4905 S:      Maintained
4906 F:      drivers/net/wireless/rtl818x/rtl8187*
4907
4908 S3 SAVAGE FRAMEBUFFER DRIVER
4909 P:      Antonino Daplas
4910 M:      adaplas@gmail.com
4911 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4912 S:      Maintained
4913 F:      drivers/video/savage/
4914
4915 S390
4916 P:      Martin Schwidefsky
4917 M:      schwidefsky@de.ibm.com
4918 P:      Heiko Carstens
4919 M:      heiko.carstens@de.ibm.com
4920 M:      linux390@de.ibm.com
4921 L:      linux-s390@vger.kernel.org
4922 W:      http://www.ibm.com/developerworks/linux/linux390/
4923 S:      Supported
4924 F:      arch/s390/
4925
4926 S390 NETWORK DRIVERS
4927 P:      Ursula Braun
4928 M:      ursula.braun@de.ibm.com
4929 P:      Frank Blaschka
4930 M:      blaschka@linux.vnet.ibm.com
4931 M:      linux390@de.ibm.com
4932 L:      linux-s390@vger.kernel.org
4933 W:      http://www.ibm.com/developerworks/linux/linux390/
4934 S:      Supported
4935 F:      drivers/s390/net/
4936
4937 S390 ZCRYPT DRIVER
4938 P:      Felix Beck
4939 M:      felix.beck@de.ibm.com
4940 P:      Ralph Wuerthner
4941 M:      ralph.wuerthner@de.ibm.com
4942 M:      linux390@de.ibm.com
4943 L:      linux-s390@vger.kernel.org
4944 S:      Supported
4945 F:      drivers/s390/crypto/
4946
4947 S390 ZFCP DRIVER
4948 P:      Christof Schmitt
4949 M:      christof.schmitt@de.ibm.com
4950 P:      Martin Peschke
4951 M:      mp3@de.ibm.com
4952 M:      linux390@de.ibm.com
4953 L:      linux-s390@vger.kernel.org
4954 W:      http://www.ibm.com/developerworks/linux/linux390/
4955 S:      Supported
4956 F:      Documentation/s390/zfcpdump.txt
4957 F:      drivers/s390/scsi/zfcp_*
4958
4959 S390 IUCV NETWORK LAYER
4960 P:      Ursula Braun
4961 M:      ursula.braun@de.ibm.com
4962 M:      linux390@de.ibm.com
4963 L:      linux-s390@vger.kernel.org
4964 W:      http://www.ibm.com/developerworks/linux/linux390/
4965 S:      Supported
4966 F:      drivers/s390/net/*iucv*
4967 F:      include/net/iucv/
4968 F:      net/iucv/
4969
4970 S3C24XX SD/MMC Driver
4971 P:      Ben Dooks
4972 M:      ben-linux@fluff.org
4973 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4974 L:      linux-kernel@vger.kernel.org
4975 S:      Supported
4976 F:      drivers/mmc/host/s3cmci.*
4977
4978 SAA7146 VIDEO4LINUX-2 DRIVER
4979 P:      Michael Hunold
4980 M:      michael@mihu.de
4981 L:      linux-media@vger.kernel.org
4982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4983 W:      http://www.mihu.de/linux/saa7146
4984 S:      Maintained
4985 F:      drivers/media/common/saa7146*
4986 F:      drivers/media/video/*7146*
4987 F:      include/media/*7146*
4988
4989 SC1200 WDT DRIVER
4990 P:      Zwane Mwaikambo
4991 M:      zwane@arm.linux.org.uk
4992 S:      Maintained
4993 F:      drivers/watchdog/sc1200wdt.c
4994
4995 SCHEDULER
4996 P:      Ingo Molnar
4997 M:      mingo@elte.hu
4998 P:      Peter Zijlstra
4999 M:      peterz@infradead.org
5000 L:      linux-kernel@vger.kernel.org
5001 S:      Maintained
5002 F:      kernel/sched*
5003 F:      include/linux/sched.h
5004
5005 SCSI CDROM DRIVER
5006 P:      Jens Axboe
5007 M:      axboe@kernel.dk
5008 L:      linux-scsi@vger.kernel.org
5009 W:      http://www.kernel.dk
5010 S:      Maintained
5011 F:      drivers/scsi/sr*
5012
5013 SCSI SG DRIVER
5014 P:      Doug Gilbert
5015 M:      dgilbert@interlog.com
5016 L:      linux-scsi@vger.kernel.org
5017 W:      http://www.torque.net/sg
5018 S:      Maintained
5019 F:      drivers/scsi/sg.c
5020 F:      include/scsi/sg.h
5021
5022 SCSI SUBSYSTEM
5023 P:      James E.J. Bottomley
5024 M:      James.Bottomley@HansenPartnership.com
5025 L:      linux-scsi@vger.kernel.org
5026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5029 S:      Maintained
5030 F:      drivers/scsi/
5031 F:      include/scsi/
5032
5033 SCSI TAPE DRIVER
5034 P:      Kai Mäkisara
5035 M:      Kai.Makisara@kolumbus.fi
5036 L:      linux-scsi@vger.kernel.org
5037 S:      Maintained
5038 F:      Documentation/scsi/st.txt
5039 F:      drivers/scsi/st*
5040
5041 SCTP PROTOCOL
5042 P:      Vlad Yasevich
5043 M:      vladislav.yasevich@hp.com
5044 P:      Sridhar Samudrala
5045 M:      sri@us.ibm.com
5046 L:      linux-sctp@vger.kernel.org
5047 W:      http://lksctp.sourceforge.net
5048 S:      Supported
5049 F:      Documentation/networking/sctp.txt
5050 F:      include/linux/sctp.h
5051 F:      include/net/sctp/
5052 F:      net/sctp/
5053
5054 SCx200 CPU SUPPORT
5055 P:      Jim Cromie
5056 M:      jim.cromie@gmail.com
5057 S:      Odd Fixes
5058 F:      Documentation/i2c/busses/scx200_acb
5059 F:      arch/x86/kernel/scx200_32.c
5060 F:      drivers/watchdog/scx200_wdt.c
5061 F:      drivers/i2c/busses/scx200*
5062 F:      drivers/mtd/maps/scx200_docflash.c
5063 F:      include/linux/scx200.h
5064
5065 SCx200 GPIO DRIVER
5066 P:      Jim Cromie
5067 M:      jim.cromie@gmail.com
5068 S:      Maintained
5069 F:      drivers/char/scx200_gpio.c
5070 F:      include/linux/scx200_gpio.h
5071
5072 SCx200 HRT CLOCKSOURCE DRIVER
5073 P:      Jim Cromie
5074 M:      jim.cromie@gmail.com
5075 S:      Maintained
5076 F:      drivers/clocksource/scx200_hrt.c
5077
5078 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5079 P:      Sascha Sommer
5080 M:      saschasommer@freenet.de
5081 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5082 S:      Maintained
5083 F:      drivers/mmc/host/sdricoh_cs.c
5084
5085 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5086 P:      Pierre Ossman
5087 M:      pierre@ossman.eu
5088 L:      sdhci-devel@lists.ossman.eu
5089 S:      Maintained
5090
5091 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5092 P:      Anton Vorontsov
5093 M:      avorontsov@ru.mvista.com
5094 L:      linuxppc-dev@ozlabs.org
5095 L:      sdhci-devel@lists.ossman.eu
5096 S:      Maintained
5097 F:      drivers/mmc/host/sdhci.*
5098
5099 SECURITY SUBSYSTEM
5100 P:      James Morris
5101 M:      jmorris@namei.org
5102 L:      linux-kernel@vger.kernel.org
5103 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5104 T:      git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5105 W:      http://security.wiki.kernel.org/
5106 S:      Supported
5107 F:      security/
5108
5109 SECURITY CONTACT
5110 P:      Security Officers
5111 M:      security@kernel.org
5112 S:      Supported
5113
5114 SELINUX SECURITY MODULE
5115 P:      Stephen Smalley
5116 M:      sds@tycho.nsa.gov
5117 P:      James Morris
5118 M:      jmorris@namei.org
5119 P:      Eric Paris
5120 M:      eparis@parisplace.org
5121 L:      linux-kernel@vger.kernel.org (kernel issues)
5122 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5123 W:      http://selinuxproject.org
5124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5125 S:      Supported
5126 F:      include/linux/selinux*
5127 F:      security/selinux/
5128
5129 SENSABLE PHANTOM
5130 P:      Jiri Slaby
5131 M:      jirislaby@gmail.com
5132 S:      Maintained
5133 F:      drivers/misc/phantom.c
5134 F:      include/linux/phantom.h
5135
5136 SERIAL ATA (SATA) SUBSYSTEM
5137 P:      Jeff Garzik
5138 M:      jgarzik@pobox.com
5139 L:      linux-ide@vger.kernel.org
5140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5141 S:      Supported
5142 F:      drivers/ata/
5143 F:      include/linux/ata.h
5144 F:      include/linux/libata.h
5145
5146 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5147 P:      Sathya Perla
5148 M:      sathyap@serverengines.com
5149 P:      Subbu Seetharaman
5150 M:      subbus@serverengines.com
5151 L:      netdev@vger.kernel.org
5152 W:      http://www.serverengines.com
5153 S:      Supported
5154 F:      drivers/net/benet/
5155
5156 SFC NETWORK DRIVER
5157 P:      Steve Hodgson
5158 P:      Ben Hutchings
5159 P:      Robert Stonehouse
5160 M:      linux-net-drivers@solarflare.com
5161 S:      Supported
5162 F:      drivers/net/sfc/
5163
5164 SGI GRU DRIVER
5165 P:      Jack Steiner
5166 M:      steiner@sgi.com
5167 S:      Maintained
5168 F:      drivers/misc/sgi-gru/
5169
5170 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5171 P:      Pat Gefre
5172 M:      pfg@sgi.com
5173 L:      linux-ia64@vger.kernel.org
5174 S:      Supported
5175 F:      Documentation/ia64/serial.txt
5176 F:      drivers/serial/ioc?_serial.c
5177 F:      include/linux/ioc?.h
5178
5179 SGI VISUAL WORKSTATION 320 AND 540
5180 P:      Andrey Panin
5181 M:      pazke@donpac.ru
5182 L:      linux-visws-devel@lists.sf.net
5183 W:      http://linux-visws.sf.net
5184 S:      Maintained for 2.6.
5185 F:      Documentation/sgi-visws.txt
5186
5187 SGI XP/XPC/XPNET DRIVER
5188 P:      Robin Holt
5189 M:      holt@sgi.com
5190 S:      Maintained
5191 F:      drivers/misc/sgi-xp/
5192
5193 SHARP LH SUPPORT (LH7952X & LH7A40X)
5194 P:      Marc Singer
5195 M:      elf@buici.com
5196 W:      http://projects.buici.com/arm
5197 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5198 S:      Maintained
5199 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5200 F:      arch/arm/mach-lh7a40x/
5201 F:      drivers/serial/serial_lh7a40x.c
5202 F:      drivers/usb/gadget/lh7a40*
5203 F:      drivers/usb/host/ohci-lh7a40*
5204
5205 SHPC HOTPLUG DRIVER
5206 P:      Kristen Carlson Accardi
5207 M:      kristen.c.accardi@intel.com
5208 L:      linux-pci@vger.kernel.org
5209 S:      Supported
5210 F:      drivers/pci/hotplug/shpchp*
5211
5212 SIMTEC EB110ATX (Chalice CATS)
5213 P:      Ben Dooks
5214 P:      Vincent Sanders
5215 M:      support@simtec.co.uk
5216 W:      http://www.simtec.co.uk/products/EB110ATX/
5217 S:      Supported
5218
5219 SIMTEC EB2410ITX (BAST)
5220 P:      Ben Dooks
5221 P:      Vincent Sanders
5222 M:      support@simtec.co.uk
5223 W:      http://www.simtec.co.uk/products/EB2410ITX/
5224 S:      Supported
5225 F:      arch/arm/mach-s3c2410/
5226 F:      drivers/*/*s3c2410*
5227 F:      drivers/*/*/*s3c2410*
5228
5229 SIS 190 ETHERNET DRIVER
5230 P:      Francois Romieu
5231 M:      romieu@fr.zoreil.com
5232 L:      netdev@vger.kernel.org
5233 S:      Maintained
5234 F:      drivers/net/sis190.c
5235
5236 SIS 900/7016 FAST ETHERNET DRIVER
5237 P:      Daniele Venzano
5238 M:      venza@brownhat.org
5239 W:      http://www.brownhat.org/sis900.html
5240 L:      netdev@vger.kernel.org
5241 S:      Maintained
5242 F:      drivers/net/sis900.*
5243
5244 SIS 96X I2C/SMBUS DRIVER
5245 P:      Mark M. Hoffman
5246 M:      mhoffman@lightlink.com
5247 L:      linux-i2c@vger.kernel.org
5248 S:      Maintained
5249 F:      Documentation/i2c/busses/i2c-sis96x
5250 F:      drivers/i2c/busses/i2c-sis96x.c
5251
5252 SIS FRAMEBUFFER DRIVER
5253 P:      Thomas Winischhofer
5254 M:      thomas@winischhofer.net
5255 W:      http://www.winischhofer.net/linuxsisvga.shtml
5256 S:      Maintained
5257 F:      Documentation/fb/sisfb.txt
5258 F:      drivers/video/sis/
5259 F:      include/video/sisfb.h
5260
5261 SIS USB2VGA DRIVER
5262 P:      Thomas Winischhofer
5263 M:      thomas@winischhofer.net
5264 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5265 S:      Maintained
5266 F:      drivers/usb/misc/sisusbvga/
5267
5268 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5269 P:      Stephen Hemminger
5270 M:      shemminger@linux-foundation.org
5271 L:      netdev@vger.kernel.org
5272 S:      Maintained
5273 F:      drivers/net/skge.*
5274 F:      drivers/net/sky2.*
5275
5276 SLAB ALLOCATOR
5277 P:      Christoph Lameter
5278 M:      cl@linux-foundation.org
5279 P:      Pekka Enberg
5280 M:      penberg@cs.helsinki.fi
5281 P:      Matt Mackall
5282 M:      mpm@selenic.com
5283 L:      linux-mm@kvack.org
5284 S:      Maintained
5285 F:      include/linux/sl?b*.h
5286 F:      mm/sl?b.c
5287
5288 SMC91x ETHERNET DRIVER
5289 P:      Nicolas Pitre
5290 M:      nico@cam.org
5291 S:      Maintained
5292 F:      drivers/net/smc91x.*
5293
5294 SMSC47B397 HARDWARE MONITOR DRIVER
5295 P:      Mark M. Hoffman
5296 M:      mhoffman@lightlink.com
5297 L:      lm-sensors@lm-sensors.org
5298 S:      Maintained
5299 F:      Documentation/hwmon/smsc47b397
5300 F:      drivers/hwmon/smsc47b397.c
5301
5302 SMSC911x ETHERNET DRIVER
5303 P:      Steve Glendinning
5304 M:      steve.glendinning@smsc.com
5305 L:      netdev@vger.kernel.org
5306 S:      Supported
5307 F:      include/linux/smsc911x.h
5308 F:      drivers/net/smsc911x.*
5309
5310 SMSC9420 PCI ETHERNET DRIVER
5311 P:      Steve Glendinning
5312 M:      steve.glendinning@smsc.com
5313 L:      netdev@vger.kernel.org
5314 S:      Supported
5315 F:      drivers/net/smsc9420.*
5316
5317 SMX UIO Interface
5318 P:      Ben Nizette
5319 M:      bn@niasdigital.com
5320 S:      Maintained
5321 F:      drivers/uio/uio_smx.c
5322
5323 SN-IA64 (Itanium) SUB-PLATFORM
5324 P:      Jes Sorensen
5325 M:      jes@sgi.com
5326 L:      linux-altix@sgi.com
5327 L:      linux-ia64@vger.kernel.org
5328 W:      http://www.sgi.com/altix
5329 S:      Maintained
5330 F:      arch/ia64/sn/
5331
5332 SOC-CAMERA V4L2 SUBSYSTEM
5333 P:      Guennadi Liakhovetski
5334 M:      g.liakhovetski@gmx.de
5335 L:      linux-media@vger.kernel.org
5336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5337 S:      Maintained
5338 F:      include/media/v4l2*
5339 F:      drivers/media/video/v4l2*
5340
5341 SOEKRIS NET48XX LED SUPPORT
5342 P:      Chris Boot
5343 M:      bootc@bootc.net
5344 S:      Maintained
5345 F:      drivers/leds/leds-net48xx.c
5346
5347 SOFTWARE RAID (Multiple Disks) SUPPORT
5348 P:      Neil Brown
5349 M:      neilb@suse.de
5350 L:      linux-raid@vger.kernel.org
5351 S:      Supported
5352 F:      drivers/md/
5353 F:      include/linux/raid/
5354
5355 SONIC NETWORK DRIVER
5356 P:      Thomas Bogendoerfer
5357 M:      tsbogend@alpha.franken.de
5358 L:      netdev@vger.kernel.org
5359 S:      Maintained
5360 F:      drivers/net/sonic.*
5361
5362 SONICS SILICON BACKPLANE DRIVER (SSB)
5363 P:      Michael Buesch
5364 M:      mb@bu3sch.de
5365 L:      netdev@vger.kernel.org
5366 S:      Maintained
5367 F:      drivers/ssb/
5368 F:      include/linux/ssb/
5369
5370 SONY VAIO CONTROL DEVICE DRIVER
5371 P:      Mattia Dongili
5372 M:      malattia@linux.it
5373 L:      linux-acpi@vger.kernel.org
5374 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5375 S:      Maintained
5376 F:      Documentation/laptops/sony-laptop.txt
5377 F:      drivers/char/sonypi.c
5378 F:      drivers/platform/x86/sony-laptop.c
5379 F:      include/linux/sony-laptop.h
5380
5381 SONY MEMORYSTICK CARD SUPPORT
5382 P:      Alex Dubov
5383 M:      oakad@yahoo.com
5384 L:      linux-kernel@vger.kernel.org
5385 W:      http://tifmxx.berlios.de/
5386 S:      Maintained
5387 F:      drivers/memstick/host/tifm_ms.c
5388
5389 SOUND
5390 P:      Jaroslav Kysela
5391 M:      perex@perex.cz
5392 P:      Takashi Iwai
5393 M:      tiwai@suse.de
5394 L:      alsa-devel@alsa-project.org (subscribers-only)
5395 W:      http://www.alsa-project.org/
5396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5397 T:      git git://git.alsa-project.org/alsa-kernel.git
5398 S:      Maintained
5399 F:      Documentation/sound/
5400 F:      include/sound/
5401 F:      sound/
5402
5403 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5404 P:      Liam Girdwood
5405 M:      lrg@slimlogic.co.uk
5406 P:      Mark Brown
5407 M:      broonie@opensource.wolfsonmicro.com
5408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5409 L:      alsa-devel@alsa-project.org (subscribers-only)
5410 W:      http://alsa-project.org/main/index.php/ASoC
5411 S:      Supported
5412 F:      sound/soc/
5413 F:      include/sound/soc*
5414
5415 SPARC + UltraSPARC (sparc/sparc64)
5416 P:      David S. Miller
5417 M:      davem@davemloft.net
5418 L:      sparclinux@vger.kernel.org
5419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5421 S:      Maintained
5422 F:      arch/sparc/
5423
5424 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5425 P:      Roger Wolff
5426 M:      R.E.Wolff@BitWizard.nl
5427 L:      linux-kernel@vger.kernel.org
5428 S:      Supported
5429 F:      Documentation/serial/specialix.txt
5430 F:      drivers/char/specialix*
5431
5432 SPI SUBSYSTEM
5433 P:      David Brownell
5434 M:      dbrownell@users.sourceforge.net
5435 L:      spi-devel-general@lists.sourceforge.net
5436 S:      Maintained
5437 F:      Documentation/spi/
5438 F:      drivers/spi/
5439 F:      include/linux/spi/
5440
5441 SPIDERNET NETWORK DRIVER for CELL
5442 P:      Ishizaki Kou
5443 M:      kou.ishizaki@toshiba.co.jp
5444 P:      Jens Osterkamp
5445 M:      jens@de.ibm.com
5446 L:      netdev@vger.kernel.org
5447 S:      Supported
5448 F:      Documentation/networking/spider_net.txt
5449 F:      drivers/net/spider_net*
5450
5451 SPU FILE SYSTEM
5452 P:      Jeremy Kerr
5453 M:      jk@ozlabs.org
5454 L:      linuxppc-dev@ozlabs.org
5455 L:      cbe-oss-dev@ozlabs.org
5456 W:      http://www.ibm.com/developerworks/power/cell/
5457 S:      Supported
5458 F:      Documentation/filesystems/spufs.txt
5459 F:      arch/powerpc/platforms/cell/spufs/
5460
5461 SQUASHFS FILE SYSTEM
5462 P:      Phillip Lougher
5463 M:      phillip@lougher.demon.co.uk
5464 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5465 W:      http://squashfs.org.uk
5466 S:      Maintained
5467 F:      Documentation/filesystems/squashfs.txt
5468 F:      fs/squashfs/
5469
5470 SRM (Alpha) environment access
5471 P:      Jan-Benedict Glaw
5472 M:      jbglaw@lug-owl.de
5473 L:      linux-kernel@vger.kernel.org
5474 S:      Maintained
5475 F:      arch/alpha/kernel/srm_env.c
5476
5477 STABLE BRANCH
5478 P:      Greg Kroah-Hartman
5479 M:      greg@kroah.com
5480 P:      Chris Wright
5481 M:      chrisw@sous-sol.org
5482 L:      stable@kernel.org
5483 S:      Maintained
5484
5485 STAGING SUBSYSTEM
5486 P:      Greg Kroah-Hartman
5487 M:      gregkh@suse.de
5488 L:      linux-kernel@vger.kernel.org
5489 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5490 S:      Maintained
5491 F:      drivers/staging/
5492
5493 STARFIRE/DURALAN NETWORK DRIVER
5494 P:      Ion Badulescu
5495 M:      ionut@cs.columbia.edu
5496 S:      Maintained
5497 F:      drivers/net/starfire*
5498
5499 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5500 W:      http://mosquitonet.Stanford.EDU/strip.html
5501 S:      Orphan
5502 F:      drivers/net/wireless/strip.c
5503 F:      include/linux/if_strip.h
5504
5505 STRADIS MPEG-2 DECODER DRIVER
5506 P:      Nathan Laredo
5507 M:      laredo@gnu.org
5508 W:      http://www.stradis.com/
5509 S:      Maintained
5510 F:      drivers/media/video/stradis.c
5511
5512 SUN3/3X
5513 P:      Sam Creasey
5514 M:      sammy@sammy.net
5515 W:      http://sammy.net/sun3/
5516 S:      Maintained
5517 F:      arch/m68k/kernel/*sun3*
5518 F:      arch/m68k/sun3*/
5519 F:      arch/m68k/include/asm/sun3*
5520
5521 SUPERH
5522 P:      Paul Mundt
5523 M:      lethal@linux-sh.org
5524 L:      linux-sh@vger.kernel.org
5525 W:      http://www.linux-sh.org
5526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5527 S:      Supported
5528 F:      Documentation/sh/
5529 F:      arch/sh/
5530 F:      drivers/sh/
5531
5532 SUSPEND TO RAM
5533 P:      Len Brown
5534 M:      len.brown@intel.com
5535 P:      Pavel Machek
5536 M:      pavel@ucw.cz
5537 P:      Rafael J. Wysocki
5538 M:      rjw@sisk.pl
5539 L:      linux-pm@lists.linux-foundation.org
5540 S:      Supported
5541 F:      Documentation/power/
5542 F:      arch/x86/kernel/acpi/
5543 F:      drivers/base/power/
5544 F:      kernel/power/
5545 F:      include/linux/suspend.h
5546 F:      include/linux/freezer.h
5547 F:      include/linux/pm.h
5548
5549 SVGA HANDLING
5550 P:      Martin Mares
5551 M:      mj@ucw.cz
5552 L:      linux-video@atrey.karlin.mff.cuni.cz
5553 S:      Maintained
5554 F:      Documentation/svga.txt
5555 F:      arch/x86/boot/video*
5556
5557 SYSV FILESYSTEM
5558 P:      Christoph Hellwig
5559 M:      hch@infradead.org
5560 S:      Maintained
5561 F:      Documentation/filesystems/sysv-fs.txt
5562 F:      fs/sysv/
5563 F:      include/linux/sysv_fs.h
5564
5565 TASKSTATS STATISTICS INTERFACE
5566 P:      Balbir Singh
5567 M:      balbir@linux.vnet.ibm.com
5568 L:      linux-kernel@vger.kernel.org
5569 S:      Maintained
5570 F:      Documentation/accounting/taskstats*
5571 F:      include/linux/taskstats*
5572 F:      kernel/taskstats.c
5573
5574 TC CLASSIFIER
5575 P:      Jamal Hadi Salim
5576 M:      hadi@cyberus.ca
5577 L:      netdev@vger.kernel.org
5578 S:      Maintained
5579 F:      include/linux/pkt_cls.h
5580 F:      include/net/pkt_cls.h
5581 F:      net/sched/
5582
5583 TCP LOW PRIORITY MODULE
5584 P:      Wong Hoi Sing, Edison
5585 M:      hswong3i@gmail.com
5586 P:      Hung Hing Lun, Mike
5587 M:      hlhung3i@gmail.com
5588 W:      http://tcp-lp-mod.sourceforge.net/
5589 S:      Maintained
5590 F:      net/ipv4/tcp_lp.c
5591
5592 TEHUTI ETHERNET DRIVER
5593 P:      Alexander Indenbaum
5594 M:      baum@tehutinetworks.net
5595 P:      Andy Gospodarek
5596 M:      andy@greyhouse.net
5597 L:      netdev@vger.kernel.org
5598 S:      Supported
5599 F:      drivers/net/tehuti*
5600
5601 Telecom Clock Driver for MCPL0010
5602 P:      Mark Gross
5603 M:      mark.gross@intel.com
5604 S:      Supported
5605 F:      drivers/char/tlclk.c
5606
5607 TENSILICA XTENSA PORT (xtensa)
5608 P:      Chris Zankel
5609 M:      chris@zankel.net
5610 S:      Maintained
5611 F:      arch/xtensa/
5612
5613 THINKPAD ACPI EXTRAS DRIVER
5614 P:      Henrique de Moraes Holschuh
5615 M:      ibm-acpi@hmh.eng.br
5616 L:      ibm-acpi-devel@lists.sourceforge.net
5617 W:      http://ibm-acpi.sourceforge.net
5618 W:      http://thinkwiki.org/wiki/Ibm-acpi
5619 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5620 S:      Maintained
5621 F:      drivers/platform/x86/thinkpad_acpi.c
5622
5623 TI FLASH MEDIA INTERFACE DRIVER
5624 P:      Alex Dubov
5625 M:      oakad@yahoo.com
5626 S:      Maintained
5627 F:      drivers/misc/tifm*
5628 F:      drivers/mmc/host/tifm_sd.c
5629 F:      include/linux/tifm.h
5630
5631 TIPC NETWORK LAYER
5632 P:      Per Liden
5633 M:      per.liden@ericsson.com
5634 P:      Jon Maloy
5635 M:      jon.maloy@ericsson.com
5636 P:      Allan Stephens
5637 M:      allan.stephens@windriver.com
5638 L:      tipc-discussion@lists.sourceforge.net
5639 W:      http://tipc.sourceforge.net/
5640 W:      http://tipc.cslab.ericsson.net/
5641 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5642 S:      Maintained
5643 F:      include/linux/tipc*.h
5644 F:      include/net/tipc/
5645 F:      net/tipc/
5646
5647 TLAN NETWORK DRIVER
5648 P:      Samuel Chessman
5649 M:      chessman@tux.org
5650 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
5651 W:      http://sourceforge.net/projects/tlan/
5652 S:      Maintained
5653 F:      Documentation/networking/tlan.txt
5654 F:      drivers/net/tlan.*
5655
5656 TOMOYO SECURITY MODULE
5657 P:      Kentaro Takeda
5658 M:      takedakn@nttdata.co.jp
5659 P:      Tetsuo Handa
5660 M:      penguin-kernel@I-love.SAKURA.ne.jp
5661 L:      linux-kernel@vger.kernel.org (kernel issues)
5662 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5663 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5664 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5665 W:      http://tomoyo.sourceforge.jp/
5666 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5667 S:      Maintained
5668 F:      security/tomoyo/
5669
5670 TOSHIBA ACPI EXTRAS DRIVER
5671 S:      Orphan
5672 F:      drivers/platform/x86/toshiba_acpi.c
5673
5674 TOSHIBA SMM DRIVER
5675 P:      Jonathan Buzzard
5676 M:      jonathan@buzzard.org.uk
5677 L:      tlinux-users@tce.toshiba-dme.co.jp
5678 W:      http://www.buzzard.org.uk/toshiba/
5679 S:      Maintained
5680 F:      drivers/char/toshiba.c
5681 F:      include/linux/toshiba.h
5682
5683 TMIO MMC DRIVER
5684 P:      Ian Molton
5685 M:      ian@mnementh.co.uk
5686 S:      Maintained
5687 F:      drivers/mmc/host/tmio_mmc.*
5688
5689 TMPFS (SHMEM FILESYSTEM)
5690 P:      Hugh Dickins
5691 M:      hugh.dickins@tiscali.co.uk
5692 L:      linux-mm@kvack.org
5693 S:      Maintained
5694 F:      include/linux/shmem_fs.h
5695 F:      mm/shmem.c
5696
5697 TPM DEVICE DRIVER
5698 P:      Debora Velarde
5699 M:      debora@linux.vnet.ibm.com
5700 P:      Rajiv Andrade
5701 M:      srajiv@linux.vnet.ibm.com
5702 W:      http://tpmdd.sourceforge.net
5703 P:      Marcel Selhorst
5704 M:      m.selhorst@sirrix.com
5705 W:      http://www.sirrix.com
5706 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5707 S:      Maintained
5708 F:      drivers/char/tpm/
5709
5710 TRIVIAL PATCHES
5711 P:      Jiri Kosina
5712 M:      trivial@kernel.org
5713 L:      linux-kernel@vger.kernel.org
5714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5715 S:      Maintained
5716
5717 TTY LAYER
5718 P:      Alan Cox
5719 M:      alan@lxorguk.ukuu.org.uk
5720 L:      linux-kernel@vger.kernel.org
5721 S:      Maintained
5722 T:      stgit http://zeniv.linux.org.uk/~alan/ttydev/
5723
5724 TULIP NETWORK DRIVERS
5725 P:      Grant Grundler
5726 M:      grundler@parisc-linux.org
5727 P:      Kyle McMartin
5728 M:      kyle@mcmartin.ca
5729 L:      netdev@vger.kernel.org
5730 S:      Maintained
5731 F:      drivers/net/tulip/
5732
5733 TUN/TAP driver
5734 P:      Maxim Krasnyansky
5735 M:      maxk@qualcomm.com
5736 L:      vtun@office.satix.net
5737 W:      http://vtun.sourceforge.net/tun
5738 S:      Maintained
5739 F:      Documentation/networking/tuntap.txt
5740 F:      arch/um/os-Linux/drivers/
5741
5742 TURBOCHANNEL SUBSYSTEM
5743 P:      Maciej W. Rozycki
5744 M:      macro@linux-mips.org
5745 S:      Maintained
5746 F:      drivers/tc/
5747 F:      include/linux/tc.h
5748
5749 U14-34F SCSI DRIVER
5750 P:      Dario Ballabio
5751 M:      ballabio_dario@emc.com
5752 L:      linux-scsi@vger.kernel.org
5753 S:      Maintained
5754 F:      drivers/scsi/u14-34f.c
5755
5756 UBI FILE SYSTEM (UBIFS)
5757 P:      Artem Bityutskiy
5758 M:      dedekind@infradead.org
5759 P:      Adrian Hunter
5760 M:      ext-adrian.hunter@nokia.com
5761 L:      linux-mtd@lists.infradead.org
5762 T:      git git://git.infradead.org/ubifs-2.6.git
5763 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5764 S:      Maintained
5765 F:      Documentation/filesystems/ubifs.txt
5766 F:      fs/ubifs/
5767
5768 UCLINUX (AND M68KNOMMU)
5769 P:      Greg Ungerer
5770 M:      gerg@uclinux.org
5771 W:      http://www.uclinux.org/
5772 L:      uclinux-dev@uclinux.org  (subscribers-only)
5773 S:      Maintained
5774 F:      arch/m68knommu/
5775
5776 UCLINUX FOR RENESAS H8/300 (H8300)
5777 P:      Yoshinori Sato
5778 M:      ysato@users.sourceforge.jp
5779 W:      http://uclinux-h8.sourceforge.jp/
5780 S:      Supported
5781
5782 UDF FILESYSTEM
5783 P:      Jan Kara
5784 M:      jack@suse.cz
5785 W:      http://linux-udf.sourceforge.net
5786 S:      Maintained
5787 F:      Documentation/filesystems/udf.txt
5788 F:      fs/udf/
5789
5790 UFS FILESYSTEM
5791 P:      Evgeniy Dushistov
5792 M:      dushistov@mail.ru
5793 L:      linux-kernel@vger.kernel.org
5794 S:      Maintained
5795 F:      Documentation/filesystems/ufs.txt
5796 F:      fs/ufs/
5797
5798 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5799 P:      David Vrabel
5800 M:      david.vrabel@csr.com
5801 L:      linux-usb@vger.kernel.org
5802 S:      Supported
5803 F:      drivers/uwb/*
5804 F:      include/linux/uwb.h
5805 F:      include/linux/uwb/
5806
5807 UNIFORM CDROM DRIVER
5808 P:      Jens Axboe
5809 M:      axboe@kernel.dk
5810 L:      linux-kernel@vger.kernel.org
5811 W:      http://www.kernel.dk
5812 S:      Maintained
5813 F:      Documentation/cdrom/
5814 F:      drivers/cdrom/cdrom.c
5815 F:      include/linux/cdrom.h
5816
5817 UNSORTED BLOCK IMAGES (UBI)
5818 P:      Artem Bityutskiy
5819 M:      dedekind@infradead.org
5820 W:      http://www.linux-mtd.infradead.org/
5821 L:      linux-mtd@lists.infradead.org
5822 T:      git git://git.infradead.org/ubi-2.6.git
5823 S:      Maintained
5824 F:      drivers/mtd/ubi/
5825 F:      include/linux/mtd/ubi.h
5826 F:      include/mtd/ubi-user.h
5827
5828 USB ACM DRIVER
5829 P:      Oliver Neukum
5830 M:      oliver@neukum.name
5831 L:      linux-usb@vger.kernel.org
5832 S:      Maintained
5833 F:      Documentation/usb/acm.txt
5834 F:      drivers/usb/class/cdc-acm.*
5835
5836 USB BLOCK DRIVER (UB ub)
5837 P:      Pete Zaitcev
5838 M:      zaitcev@redhat.com
5839 L:      linux-kernel@vger.kernel.org
5840 L:      linux-usb@vger.kernel.org
5841 S:      Supported
5842 F:      drivers/block/ub.c
5843
5844 USB CDC ETHERNET DRIVER
5845 P:      Greg Kroah-Hartman
5846 M:      greg@kroah.com
5847 L:      linux-usb@vger.kernel.org
5848 S:      Maintained
5849 W:      http://www.kroah.com/linux-usb/
5850 F:      drivers/net/usb/cdc_*.c
5851 F:      include/linux/usb/cdc.h
5852
5853 USB CYPRESS C67X00 DRIVER
5854 P:      Peter Korsgaard
5855 M:      jacmet@sunsite.dk
5856 L:      linux-usb@vger.kernel.org
5857 S:      Maintained
5858 F:      drivers/usb/c67x00/
5859
5860 USB DAVICOM DM9601 DRIVER
5861 P:      Peter Korsgaard
5862 M:      jacmet@sunsite.dk
5863 L:      netdev@vger.kernel.org
5864 W:      http://www.linux-usb.org/usbnet
5865 S:      Maintained
5866 F:      drivers/net/usb/dm9601.c
5867
5868 USB DIAMOND RIO500 DRIVER
5869 P:      Cesar Miquel
5870 M:      miquel@df.uba.ar
5871 L:      rio500-users@lists.sourceforge.net
5872 W:      http://rio500.sourceforge.net
5873 S:      Maintained
5874 F:      drivers/usb/misc/rio500*
5875
5876 USB EHCI DRIVER
5877 P:      David Brownell
5878 M:      dbrownell@users.sourceforge.net
5879 L:      linux-usb@vger.kernel.org
5880 S:      Odd Fixes
5881 F:      Documentation/usb/ehci.txt
5882 F:      drivers/usb/host/ehci*
5883
5884 USB ET61X[12]51 DRIVER
5885 P:      Luca Risolia
5886 M:      luca.risolia@studio.unibo.it
5887 L:      linux-usb@vger.kernel.org
5888 L:      linux-media@vger.kernel.org
5889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5890 W:      http://www.linux-projects.org
5891 S:      Maintained
5892 F:      drivers/media/video/et61x251/
5893
5894 USB GADGET/PERIPHERAL SUBSYSTEM
5895 P:      David Brownell
5896 M:      dbrownell@users.sourceforge.net
5897 L:      linux-usb@vger.kernel.org
5898 W:      http://www.linux-usb.org/gadget
5899 S:      Maintained
5900 F:      drivers/usb/gadget/
5901 F:      include/linux/usb/gadget*
5902
5903 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5904 P:      Jiri Kosina
5905 M:      jkosina@suse.cz
5906 L:      linux-usb@vger.kernel.org
5907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5908 S:      Maintained
5909 F:      Documentation/usb/hiddev.txt
5910 F:      drivers/hid/usbhid/
5911
5912 USB ISP116X DRIVER
5913 P:      Olav Kongas
5914 M:      ok@artecdesign.ee
5915 L:      linux-usb@vger.kernel.org
5916 S:      Maintained
5917 F:      drivers/usb/host/isp116x*
5918 F:      include/linux/usb/isp116x.h
5919
5920 USB KAWASAKI LSI DRIVER
5921 P:      Oliver Neukum
5922 M:      oliver@neukum.name
5923 L:      linux-usb@vger.kernel.org
5924 S:      Maintained
5925 F:      drivers/usb/serial/kl5kusb105.*
5926
5927 USB MASS STORAGE DRIVER
5928 P:      Matthew Dharm
5929 M:      mdharm-usb@one-eyed-alien.net
5930 L:      linux-usb@vger.kernel.org
5931 L:      usb-storage@lists.one-eyed-alien.net
5932 S:      Maintained
5933 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
5934 F:      drivers/usb/storage/
5935
5936 USB OHCI DRIVER
5937 P:      David Brownell
5938 M:      dbrownell@users.sourceforge.net
5939 L:      linux-usb@vger.kernel.org
5940 S:      Odd Fixes
5941 F:      Documentation/usb/ohci.txt
5942 F:      drivers/usb/host/ohci*
5943
5944 USB OPTION-CARD DRIVER
5945 P:      Matthias Urlichs
5946 M:      smurf@smurf.noris.de
5947 L:      linux-usb@vger.kernel.org
5948 S:      Maintained
5949 F:      drivers/usb/serial/option.c
5950
5951 USB OV511 DRIVER
5952 P:      Mark McClelland
5953 M:      mmcclell@bigfoot.com
5954 L:      linux-usb@vger.kernel.org
5955 W:      http://alpha.dyndns.org/ov511/
5956 S:      Maintained
5957 F:      drivers/media/video/ov511.*
5958
5959 USB PEGASUS DRIVER
5960 P:      Petko Manolov
5961 M:      petkan@users.sourceforge.net
5962 L:      linux-usb@vger.kernel.org
5963 L:      netdev@vger.kernel.org
5964 W:      http://pegasus2.sourceforge.net/
5965 S:      Maintained
5966 F:      drivers/net/usb/pegasus.*
5967
5968 USB PRINTER DRIVER (usblp)
5969 P:      Pete Zaitcev
5970 M:      zaitcev@redhat.com
5971 L:      linux-usb@vger.kernel.org
5972 S:      Supported
5973 F:      drivers/usb/class/usblp.c
5974
5975 USB RTL8150 DRIVER
5976 P:      Petko Manolov
5977 M:      petkan@users.sourceforge.net
5978 L:      linux-usb@vger.kernel.org
5979 L:      netdev@vger.kernel.org
5980 W:      http://pegasus2.sourceforge.net/
5981 S:      Maintained
5982 F:      drivers/net/usb/rtl8150.c
5983
5984 USB SE401 DRIVER
5985 P:      Jeroen Vreeken
5986 M:      pe1rxq@amsat.org
5987 L:      linux-usb@vger.kernel.org
5988 W:      http://www.chello.nl/~j.vreeken/se401/
5989 S:      Maintained
5990 F:      Documentation/video4linux/se401.txt
5991 F:      drivers/media/video/se401.*
5992
5993 USB SERIAL BELKIN F5U103 DRIVER
5994 P:      William Greathouse
5995 M:      wgreathouse@smva.com
5996 L:      linux-usb@vger.kernel.org
5997 S:      Maintained
5998 F:      drivers/usb/serial/belkin_sa.*
5999
6000 USB SERIAL CYPRESS M8 DRIVER
6001 P:      Lonnie Mendez
6002 M:      dignome@gmail.com
6003 L:      linux-usb@vger.kernel.org
6004 S:      Maintained
6005 W:      http://geocities.com/i0xox0i
6006 W:      http://firstlight.net/cvs
6007 F:      drivers/usb/serial/cypress_m8.*
6008
6009 USB SERIAL CYBERJACK DRIVER
6010 P:      Matthias Bruestle and Harald Welte
6011 M:      support@reiner-sct.com
6012 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
6013 S:      Maintained
6014 F:      drivers/usb/serial/cyberjack.c
6015
6016 USB SERIAL DIGI ACCELEPORT DRIVER
6017 P:      Peter Berger and Al Borchers
6018 M:      pberger@brimson.com
6019 M:      alborchers@steinerpoint.com
6020 L:      linux-usb@vger.kernel.org
6021 S:      Maintained
6022 F:      drivers/usb/serial/digi_acceleport.c
6023
6024 USB SERIAL DRIVER
6025 P:      Greg Kroah-Hartman
6026 M:      gregkh@suse.de
6027 L:      linux-usb@vger.kernel.org
6028 S:      Supported
6029 F:      Documentation/usb/usb-serial.txt
6030 F:      drivers/usb/serial/generic.c
6031 F:      drivers/usb/serial/usb-serial.c
6032 F:      include/linux/usb/serial.h
6033
6034 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6035 P:      Gary Brubaker
6036 M:      xavyer@ix.netcom.com
6037 L:      linux-usb@vger.kernel.org
6038 S:      Maintained
6039 F:      drivers/usb/serial/empeg.c
6040
6041 USB SERIAL KEYSPAN DRIVER
6042 P:      Greg Kroah-Hartman
6043 M:      greg@kroah.com
6044 L:      linux-usb@vger.kernel.org
6045 W:      http://www.kroah.com/linux/
6046 S:      Maintained
6047 F:      drivers/usb/serial/*keyspan*
6048
6049 USB SERIAL WHITEHEAT DRIVER
6050 P:      Support Department
6051 M:      support@connecttech.com
6052 L:      linux-usb@vger.kernel.org
6053 W:      http://www.connecttech.com
6054 S:      Supported
6055 F:      drivers/usb/serial/whiteheat*
6056
6057 USB SMSC95XX ETHERNET DRIVER
6058 P:      Steve Glendinning
6059 M:      steve.glendinning@smsc.com
6060 L:      netdev@vger.kernel.org
6061 S:      Supported
6062 F:      drivers/net/usb/smsc95xx.*
6063
6064 USB SN9C1xx DRIVER
6065 P:      Luca Risolia
6066 M:      luca.risolia@studio.unibo.it
6067 L:      linux-usb@vger.kernel.org
6068 L:      linux-media@vger.kernel.org
6069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6070 W:      http://www.linux-projects.org
6071 S:      Maintained
6072 F:      Documentation/video4linux/sn9c102.txt
6073 F:      drivers/media/video/sn9c102/
6074
6075 USB SUBSYSTEM
6076 P:      Greg Kroah-Hartman
6077 M:      gregkh@suse.de
6078 L:      linux-usb@vger.kernel.org
6079 W:      http://www.linux-usb.org
6080 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6081 S:      Supported
6082 F:      Documentation/usb/
6083 F:      drivers/net/usb/
6084 F:      drivers/usb/
6085 F:      include/linux/usb.h
6086 F:      include/linux/usb/
6087
6088 USB UHCI DRIVER
6089 P:      Alan Stern
6090 M:      stern@rowland.harvard.edu
6091 L:      linux-usb@vger.kernel.org
6092 S:      Maintained
6093 F:      drivers/usb/host/uhci*
6094
6095 USB "USBNET" DRIVER FRAMEWORK
6096 P:      David Brownell
6097 M:      dbrownell@users.sourceforge.net
6098 L:      netdev@vger.kernel.org
6099 W:      http://www.linux-usb.org/usbnet
6100 S:      Maintained
6101 F:      drivers/net/usb/usbnet.c
6102 F:      include/linux/usb/usbnet.h
6103
6104 USB VIDEO CLASS
6105 P:      Laurent Pinchart
6106 M:      laurent.pinchart@skynet.be
6107 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6108 L:      linux-media@vger.kernel.org
6109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6110 W:      http://linux-uvc.berlios.de
6111 S:      Maintained
6112 F:      drivers/media/video/uvc/
6113
6114 USB W996[87]CF DRIVER
6115 P:      Luca Risolia
6116 M:      luca.risolia@studio.unibo.it
6117 L:      linux-usb@vger.kernel.org
6118 L:      linux-media@vger.kernel.org
6119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6120 W:      http://www.linux-projects.org
6121 S:      Maintained
6122 F:      Documentation/video4linux/w9968cf.txt
6123 F:      drivers/media/video/w996*
6124
6125 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6126 P:      Jussi Kivilinna
6127 M:      jussi.kivilinna@mbnet.fi
6128 L:      linux-wireless@vger.kernel.org
6129 S:      Maintained
6130 F:      drivers/net/wireless/rndis_wlan.c
6131
6132 USB ZC0301 DRIVER
6133 P:      Luca Risolia
6134 M:      luca.risolia@studio.unibo.it
6135 L:      linux-usb@vger.kernel.org
6136 L:      linux-media@vger.kernel.org
6137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6138 W:      http://www.linux-projects.org
6139 S:      Maintained
6140 F:      Documentation/video4linux/zc0301.txt
6141 F:      drivers/media/video/zc0301/
6142
6143 USB ZD1201 DRIVER
6144 P:      Jeroen Vreeken
6145 M:      pe1rxq@amsat.org
6146 L:      linux-usb@vger.kernel.org
6147 W:      http://linux-lc100020.sourceforge.net
6148 S:      Maintained
6149 F:      drivers/net/wireless/zd1201.*
6150
6151 USB ZR364XX DRIVER
6152 P:      Antoine Jacquet
6153 M:      royale@zerezo.com
6154 L:      linux-usb@vger.kernel.org
6155 L:      linux-media@vger.kernel.org
6156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6157 W:      http://royale.zerezo.com/zr364xx/
6158 S:      Maintained
6159 F:      Documentation/video4linux/zr364xx.txt
6160 F:      drivers/media/video/zr364xx.c
6161
6162 USER-MODE LINUX (UML)
6163 P:      Jeff Dike
6164 M:      jdike@addtoit.com
6165 L:      user-mode-linux-devel@lists.sourceforge.net
6166 L:      user-mode-linux-user@lists.sourceforge.net
6167 W:      http://user-mode-linux.sourceforge.net
6168 S:      Maintained
6169 F:      Documentation/uml/
6170 F:      arch/um/
6171 F:      fs/hostfs/
6172 F:      fs/hppfs/
6173
6174 USERSPACE I/O (UIO)
6175 P:      Hans J. Koch
6176 M:      hjk@linutronix.de
6177 P:      Greg Kroah-Hartman
6178 M:      gregkh@suse.de
6179 L:      linux-kernel@vger.kernel.org
6180 S:      Maintained
6181 F:      Documentation/DocBook/uio-howto.tmpl
6182 F:      drivers/uio/
6183 F:      include/linux/uio*.h
6184
6185 UTIL-LINUX-NG PACKAGE
6186 P:      Karel Zak
6187 M:      kzak@redhat.com
6188 L:      util-linux-ng@vger.kernel.org
6189 W:      http://kernel.org/~kzak/util-linux-ng/
6190 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6191 S:      Maintained
6192
6193 UVESAFB DRIVER
6194 P:      Michal Januszewski
6195 M:      spock@gentoo.org
6196 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6197 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6198 S:      Maintained
6199 F:      Documentation/fb/uvesafb.txt
6200 F:      drivers/video/uvesafb.*
6201
6202 VFAT/FAT/MSDOS FILESYSTEM
6203 P:      OGAWA Hirofumi
6204 M:      hirofumi@mail.parknet.co.jp
6205 L:      linux-kernel@vger.kernel.org
6206 S:      Maintained
6207 F:      Documentation/filesystems/vfat.txt
6208 F:      fs/fat/
6209
6210 VIA RHINE NETWORK DRIVER
6211 P:      Roger Luethi
6212 M:      rl@hellgate.ch
6213 S:      Maintained
6214 F:      drivers/net/via-rhine.c
6215
6216 VIAPRO SMBUS DRIVER
6217 P:      Jean Delvare
6218 M:      khali@linux-fr.org
6219 L:      linux-i2c@vger.kernel.org
6220 S:      Maintained
6221 F:      Documentation/i2c/busses/i2c-viapro
6222 F:      drivers/i2c/busses/i2c-viapro.c
6223
6224 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6225 P:      Joseph Chan
6226 M:      JosephChan@via.com.tw
6227 P:      Scott Fang
6228 M:      ScottFang@viatech.com.cn
6229 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6230 S:      Maintained
6231 F:      drivers/video/via/
6232
6233 VIA VELOCITY NETWORK DRIVER
6234 P:      Francois Romieu
6235 M:      romieu@fr.zoreil.com
6236 L:      netdev@vger.kernel.org
6237 S:      Maintained
6238 F:      drivers/net/via-velocity.*
6239
6240 VLAN (802.1Q)
6241 P:      Patrick McHardy
6242 M:      kaber@trash.net
6243 L:      netdev@vger.kernel.org
6244 S:      Maintained
6245 F:      drivers/net/macvlan.c
6246 F:      include/linux/if_*vlan.h
6247 F:      net/8021q/
6248
6249 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6250 P:      Liam Girdwood
6251 M:      lrg@slimlogic.co.uk
6252 P:      Mark Brown
6253 M:      broonie@opensource.wolfsonmicro.com
6254 W:      http://opensource.wolfsonmicro.com/node/15
6255 W:      http://www.slimlogic.co.uk/?p=48
6256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6257 S:      Supported
6258 F:      drivers/regulator/
6259 F:      include/linux/regulator/
6260
6261 VT1211 HARDWARE MONITOR DRIVER
6262 P:      Juerg Haefliger
6263 M:      juergh@gmail.com
6264 L:      lm-sensors@lm-sensors.org
6265 S:      Maintained
6266 F:      Documentation/hwmon/vt1211
6267 F:      drivers/hwmon/vt1211.c
6268
6269 VT8231 HARDWARE MONITOR DRIVER
6270 P:      Roger Lucas
6271 M:      vt8231@hiddenengine.co.uk
6272 L:      lm-sensors@lm-sensors.org
6273 S:      Maintained
6274 F:      drivers/hwmon/vt8231.c
6275
6276 W1 DALLAS'S 1-WIRE BUS
6277 P:      Evgeniy Polyakov
6278 M:      johnpol@2ka.mipt.ru
6279 S:      Maintained
6280 F:      Documentation/w1/
6281 F:      drivers/w1/
6282
6283 W83791D HARDWARE MONITORING DRIVER
6284 P:      Marc Hulsman
6285 M:      m.hulsman@tudelft.nl
6286 L:      lm-sensors@lm-sensors.org
6287 S:      Maintained
6288 F:      Documentation/hwmon/w83791d
6289 F:      drivers/hwmon/w83791d.c
6290
6291 W83793 HARDWARE MONITORING DRIVER
6292 P:      Rudolf Marek
6293 M:      r.marek@assembler.cz
6294 L:      lm-sensors@lm-sensors.org
6295 S:      Maintained
6296 F:      Documentation/hwmon/w83793
6297 F:      drivers/hwmon/w83793.c
6298
6299 W83L51xD SD/MMC CARD INTERFACE DRIVER
6300 P:      Pierre Ossman
6301 M:      pierre@ossman.eu
6302 L:      linux-kernel@vger.kernel.org
6303 S:      Maintained
6304 F:      drivers/mmc/host/wbsd.*
6305
6306 WATCHDOG DEVICE DRIVERS
6307 P:      Wim Van Sebroeck
6308 M:      wim@iguana.be
6309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6310 S:      Maintained
6311 F:      Documentation/watchdog/
6312 F:      drivers/watchdog/
6313 F:      include/linux/watchdog.h
6314
6315 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6316 P:      Jean Tourrilhes
6317 M:      jt@hpl.hp.com
6318 L:      linux-wireless@vger.kernel.org
6319 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6320 S:      Maintained
6321 F:      Documentation/networking/wavelan.txt
6322 F:      drivers/net/wireless/wavelan*
6323
6324 WD7000 SCSI DRIVER
6325 P:      Miroslav Zagorac
6326 M:      zaga@fly.cc.fer.hr
6327 L:      linux-scsi@vger.kernel.org
6328 S:      Maintained
6329 F:      drivers/scsi/wd7000.c
6330
6331 WIMAX STACK
6332 P:      Inaky Perez-Gonzalez
6333 M:      inaky.perez-gonzalez@intel.com
6334 M:      linux-wimax@intel.com
6335 L:      wimax@linuxwimax.org
6336 S:      Supported
6337 W:      http://linuxwimax.org
6338
6339 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6340 P:      David Vrabel
6341 M:      david.vrabel@csr.com
6342 S:      Maintained
6343 F:      include/linux/wlp.h
6344 F:      drivers/uwb/wlp/
6345
6346 WISTRON LAPTOP BUTTON DRIVER
6347 P:      Miloslav Trmac
6348 M:      mitr@volny.cz
6349 S:      Maintained
6350 F:      drivers/input/misc/wistron_btns.c
6351
6352 WL3501 WIRELESS PCMCIA CARD DRIVER
6353 P:      Arnaldo Carvalho de Melo
6354 M:      acme@ghostprotocols.net
6355 L:      linux-wireless@vger.kernel.org
6356 W:      http://oops.ghostprotocols.net:81/blog
6357 S:      Maintained
6358 F:      drivers/net/wireless/wl3501*
6359
6360 WM97XX TOUCHSCREEN DRIVERS
6361 P:      Mark Brown
6362 M:      broonie@opensource.wolfsonmicro.com
6363 P:      Liam Girdwood
6364 M:      lrg@slimlogic.co.uk
6365 L:      linux-input@vger.kernel.org
6366 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6367 W:      http://opensource.wolfsonmicro.com/node/7
6368 S:      Supported
6369 F:      drivers/input/touchscreen/*wm97*
6370 F:      include/linux/wm97xx.h
6371
6372 X.25 NETWORK LAYER
6373 P:      Henner Eisen
6374 M:      eis@baty.hanse.de
6375 L:      linux-x25@vger.kernel.org
6376 S:      Maintained
6377 F:      Documentation/networking/x25*
6378 F:      include/net/x25*
6379 F:      net/x25/
6380
6381 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6382 P:      Thomas Gleixner
6383 M:      tglx@linutronix.de
6384 P:      Ingo Molnar
6385 M:      mingo@redhat.com
6386 P:      H. Peter Anvin
6387 M:      hpa@zytor.com
6388 M:      x86@kernel.org
6389 L:      linux-kernel@vger.kernel.org
6390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6391 S:      Maintained
6392 F:      Documentation/x86/
6393 F:      arch/x86/
6394
6395 XEN HYPERVISOR INTERFACE
6396 P:      Jeremy Fitzhardinge
6397 M:      jeremy@xensource.com
6398 P:      Chris Wright
6399 M:      chrisw@sous-sol.org
6400 L:      virtualization@lists.osdl.org
6401 L:      xen-devel@lists.xensource.com
6402 S:      Supported
6403 F:      arch/x86/xen/
6404 F:      drivers/*/xen-*front.c
6405 F:      drivers/xen/
6406 F:      arch/x86/include/asm/xen/
6407 F:      include/xen/
6408
6409 XFS FILESYSTEM
6410 P:      Silicon Graphics Inc
6411 P:      Felix Blyakher
6412 M:      felixb@sgi.com
6413 M:      xfs-masters@oss.sgi.com
6414 L:      xfs@oss.sgi.com
6415 W:      http://oss.sgi.com/projects/xfs
6416 T:      git git://oss.sgi.com/xfs/xfs.git
6417 S:      Supported
6418 F:      Documentation/filesystems/xfs.txt
6419 F:      fs/xfs/
6420
6421 XILINX SYSTEMACE DRIVER
6422 P:      Grant Likely
6423 M:      grant.likely@secretlab.ca
6424 W:      http://www.secretlab.ca/
6425 L:      linux-kernel@vger.kernel.org
6426 S:      Maintained
6427 F:      drivers/block/xsysace.c
6428
6429 XILINX UARTLITE SERIAL DRIVER
6430 P:      Peter Korsgaard
6431 M:      jacmet@sunsite.dk
6432 L:      linux-serial@vger.kernel.org
6433 S:      Maintained
6434 F:      drivers/serial/uartlite.c
6435
6436 YAM DRIVER FOR AX.25
6437 P:      Jean-Paul Roubelat
6438 M:      jpr@f6fbb.org
6439 L:      linux-hams@vger.kernel.org
6440 S:      Maintained
6441 F:      drivers/net/hamradio/yam*
6442 F:      include/linux/yam.h
6443
6444 YEALINK PHONE DRIVER
6445 P:      Henk Vergonet
6446 M:      Henk.Vergonet@gmail.com
6447 L:      usbb2k-api-dev@nongnu.org
6448 S:      Maintained
6449 F:      Documentation/input/yealink.txt
6450 F:      drivers/input/misc/yealink.*
6451
6452 Z8530 DRIVER FOR AX.25
6453 P:      Joerg Reuter
6454 M:      jreuter@yaina.de
6455 W:      http://yaina.de/jreuter/
6456 W:      http://www.qsl.net/dl1bke/
6457 L:      linux-hams@vger.kernel.org
6458 S:      Maintained
6459 F:      Documentation/networking/z8530drv.txt
6460 F:      drivers/net/hamradio/*scc.c
6461 F:      drivers/net/hamradio/z8530.h
6462
6463 ZD1211RW WIRELESS DRIVER
6464 P:      Daniel Drake
6465 M:      dsd@gentoo.org
6466 P:      Ulrich Kunitz
6467 M:      kune@deine-taler.de
6468 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6469 L:      linux-wireless@vger.kernel.org
6470 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6471 S:      Maintained
6472 F:      drivers/net/wireless/zd1211rw/
6473
6474 ZR36067 VIDEO FOR LINUX DRIVER
6475 L:      mjpeg-users@lists.sourceforge.net
6476 L:      linux-media@vger.kernel.org
6477 W:      http://mjpeg.sourceforge.net/driver-zoran/
6478 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6479 S:      Odd Fixes
6480 F:      drivers/media/video/zoran/
6481
6482 ZS DECSTATION Z85C30 SERIAL DRIVER
6483 P:      Maciej W. Rozycki
6484 M:      macro@linux-mips.org
6485 S:      Maintained
6486 F:      drivers/serial/zs.*
6487
6488 THE REST
6489 P:      Linus Torvalds
6490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6491 S:      Buried alive in reporters