diff options
Diffstat (limited to 'Documentation/HOWTO')
-rw-r--r-- | Documentation/HOWTO | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/Documentation/HOWTO b/Documentation/HOWTO index ced9207bedcf..98e2701c746f 100644 --- a/Documentation/HOWTO +++ b/Documentation/HOWTO | |||
@@ -322,39 +322,34 @@ kernel releases as described above. | |||
322 | Here is a list of some of the different kernel trees available: | 322 | Here is a list of some of the different kernel trees available: |
323 | git trees: | 323 | git trees: |
324 | - Kbuild development tree, Sam Ravnborg <sam@ravnborg.org> | 324 | - Kbuild development tree, Sam Ravnborg <sam@ravnborg.org> |
325 | kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git | 325 | git.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git |
326 | 326 | ||
327 | - ACPI development tree, Len Brown <len.brown@intel.com> | 327 | - ACPI development tree, Len Brown <len.brown@intel.com> |
328 | kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git | 328 | git.kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git |
329 | 329 | ||
330 | - Block development tree, Jens Axboe <axboe@suse.de> | 330 | - Block development tree, Jens Axboe <axboe@suse.de> |
331 | kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git | 331 | git.kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
332 | 332 | ||
333 | - DRM development tree, Dave Airlie <airlied@linux.ie> | 333 | - DRM development tree, Dave Airlie <airlied@linux.ie> |
334 | kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git | 334 | git.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
335 | 335 | ||
336 | - ia64 development tree, Tony Luck <tony.luck@intel.com> | 336 | - ia64 development tree, Tony Luck <tony.luck@intel.com> |
337 | kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git | 337 | git.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git |
338 | |||
339 | - ieee1394 development tree, Jody McIntyre <scjody@modernduck.com> | ||
340 | kernel.org:/pub/scm/linux/kernel/git/scjody/ieee1394.git | ||
341 | 338 | ||
342 | - infiniband, Roland Dreier <rolandd@cisco.com> | 339 | - infiniband, Roland Dreier <rolandd@cisco.com> |
343 | kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git | 340 | git.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git |
344 | 341 | ||
345 | - libata, Jeff Garzik <jgarzik@pobox.com> | 342 | - libata, Jeff Garzik <jgarzik@pobox.com> |
346 | kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git | 343 | git.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git |
347 | 344 | ||
348 | - network drivers, Jeff Garzik <jgarzik@pobox.com> | 345 | - network drivers, Jeff Garzik <jgarzik@pobox.com> |
349 | kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git | 346 | git.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git |
350 | 347 | ||
351 | - pcmcia, Dominik Brodowski <linux@dominikbrodowski.net> | 348 | - pcmcia, Dominik Brodowski <linux@dominikbrodowski.net> |
352 | kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git | 349 | git.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
353 | 350 | ||
354 | - SCSI, James Bottomley <James.Bottomley@SteelEye.com> | 351 | - SCSI, James Bottomley <James.Bottomley@SteelEye.com> |
355 | kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git | 352 | git.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
356 | |||
357 | Other git kernel trees can be found listed at http://kernel.org/git | ||
358 | 353 | ||
359 | quilt trees: | 354 | quilt trees: |
360 | - USB, PCI, Driver Core, and I2C, Greg Kroah-Hartman <gregkh@suse.de> | 355 | - USB, PCI, Driver Core, and I2C, Greg Kroah-Hartman <gregkh@suse.de> |
@@ -362,6 +357,9 @@ Here is a list of some of the different kernel trees available: | |||
362 | - x86-64, partly i386, Andi Kleen <ak@suse.de> | 357 | - x86-64, partly i386, Andi Kleen <ak@suse.de> |
363 | ftp.firstfloor.org:/pub/ak/x86_64/quilt/ | 358 | ftp.firstfloor.org:/pub/ak/x86_64/quilt/ |
364 | 359 | ||
360 | Other kernel trees can be found listed at http://git.kernel.org/ and in | ||
361 | the MAINTAINERS file. | ||
362 | |||
365 | Bug Reporting | 363 | Bug Reporting |
366 | ------------- | 364 | ------------- |
367 | 365 | ||