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