1. 19 Sep, 2003 14 commits
  2. 18 Sep, 2003 17 commits
  3. 17 Sep, 2003 9 commits
    • Dave Jones's avatar
      [AGPGART] Add HP AGP 8x bridge and fix ACPI claim · f4c869b9
      Dave Jones authored
      The following patch to the HP ZX1 GART driver
      - adds recognition of the "HWP0007" device (an AGP 8X bridge)
      - fixes the use of acpi_get_devices()
      
      The problem with acpi_get_devices() is that it always returns AE_OK,
      except when the callback (zx1_gart_probe()) returns a failure.  That
      means agp_hp_init() cannot use the status from acpi_get_devices()
      to distinguish between (1) an AGP bridge was found and successfully
      initialized, and (2) no AGP bridge was found at all.
      f4c869b9
    • David Mosberger's avatar
      ia64: In <asm-ia64/param.h>, do not include <linux/config.h> outside · b1141af2
      David Mosberger authored
      	the #ifdef __KERNEL__ bracket.  Doing so pollutes the user-
      	level namespace.  Bug report & proposed fix by GOTO Masanori.
      b1141af2
    • Stephen Hemminger's avatar
      [PATCH] (2/2) drivers/char/misc -- seq_file · 3ad142f9
      Stephen Hemminger authored
      Use seq_file for /proc/misc
      3ad142f9
    • Stephen Hemminger's avatar
      [PATCH] drivers/char/misc -- use list() macros · 1848d7bb
      Stephen Hemminger authored
      Use list macros for misc_device list.
      1848d7bb
    • Andy Grover's avatar
      [PATCH] ACPI maintainer change · 69014ca5
      Andy Grover authored
      This updates the maintainer entry for ACPI.  Len has already assumed
      most of this responsibility, as other projects demand my attention.
      
      My team will continue to maintain the OS-independent ACPI CA release,
      but Len will be responsible for pulling ACPI CA updates into the Linux
      release, and the rest of Linux-specific code in general.
      69014ca5
    • Russell King's avatar
      [PATCH] Make /proc/kcore configurable · 5a8f43ae
      Russell King authored
      This allows /proc/kcore to be entirely disabled and dropped out of the
      kernel - we already select between a.out and ELF.
      
      Right now it only drops /proc/kcore out of the kernel for ARM.
      5a8f43ae
    • Marcelo Tosatti's avatar
      [PATCH] WM9712 suspend/resume nopop · a712d6ff
      Marcelo Tosatti authored
      From: Liam Girdwood <liam.girdwood@wolfsonmicro.com>
      
      This patch eliminates pop noises when doing a PM suspend/resume with the
      WM9712 AC97 codec.
      a712d6ff
    • Jens Axboe's avatar
      [PATCH] shared block queue tag map · 230b619e
      Jens Axboe authored
      This implements the possibility for sharing a tag map between queues.
      Some (most?) scsi host adapters needs this, and SATA tcq will need it
      for some cases, too.
      230b619e
    • Jens Axboe's avatar
      [PATCH] ide-cd capacity "bug" · 05c1339f
      Jens Axboe authored
      From Daniel Pittman <daniel@rimspace.net>
      
      Using the lra (last recorded address) isn't always reliable on some
      drives, so use the regular TOC if it returns 0 capacity.
      05c1339f