1. 21 Dec, 2004 1 commit
  2. 19 Dec, 2004 21 commits
  3. 11 Dec, 2004 1 commit
  4. 06 Dec, 2004 1 commit
  5. 26 Nov, 2004 7 commits
  6. 25 Nov, 2004 3 commits
  7. 23 Nov, 2004 3 commits
  8. 22 Nov, 2004 3 commits
    • Linus Torvalds's avatar
      acpi: disable PCI links at boot again, fix ELCR · b3436fb3
      Linus Torvalds authored
      Len Brown convinced me that the problem with disabling
      PCI routing entries wasn't the disable as much as the
      fact that ELCR needs to be updated when removing the PCI
      routing. So this reverts the previous cset and updates
      ELCR as suggested by Len.
      b3436fb3
    • Bjorn Helgaas's avatar
      [IA64] iosapic.c: don't direct interrupts to offline cpus · 1b59e286
      Bjorn Helgaas authored
      Ignore offline CPUs when registering IOSAPIC interrupts.  We previously
      directed interrupts even to offline CPUs, which means that if you have some
      unused CPUs (e.g., you used "maxcpus="), some interrupts won't work.
      
      This really hurts because distro installs typically use "maxcpus=1".
      
      Patch by Alex Williamson.
      Signed-off-by: default avatarBjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      1b59e286
    • Linus Torvalds's avatar
      acpi: don't disable PCI irq links that were active at boot. · c358ee99
      Linus Torvalds authored
      This fixes at least some interrupt polarity setup cases.
      The ACPI guys may want to eventually do this differently, but
      in the meantime this makes ACPI behaviour closer to non-ACPI
      behaviour, and fixes known problems.
      
      I'll further argue that this protects non-PCI devices that may
      just share the irq routing from being screwed, but that may or
      may not be an argument that everybody buys into.
      c358ee99