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