1. 04 Jul, 2009 1 commit
  2. 03 Jul, 2009 6 commits
  3. 02 Jul, 2009 3 commits
    • Joerg Roedel's avatar
      amd-iommu: set evt_buf_size correctly · 1bc6f838
      Joerg Roedel authored
      The setting of this variable got lost during the suspend/resume
      implementation.  But keeping this variable zero causes a divide-by-zero
      error in the interrupt handler. This patch fixes this.
      Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
      1bc6f838
    • Joerg Roedel's avatar
      amd-iommu: handle alias entries correctly in init code · 7a6a3a08
      Joerg Roedel authored
      An alias entry in the ACPI table means that the device can send requests to the
      IOMMU with both device ids, its own and the alias. This is not handled properly
      in the ACPI init code. This patch fixes the issue.
      Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
      7a6a3a08
    • Ingo Molnar's avatar
      x86: Fix printk call in print_local_apic() · 251e1e44
      Ingo Molnar authored
      Instead of this:
      
      [   75.690022] <7>printing local APIC contents on CPU#0/0:
      [   75.704406] ... APIC ID:      00000000 (0)
      [   75.707905] ... APIC VERSION: 00060015
      [   75.722551] ... APIC TASKPRI: 00000000 (00)
      [   75.725473] ... APIC PROCPRI: 00000000
      [   75.728592] ... APIC LDR: 00000001
      [   75.742137] ... APIC SPIV: 000001ff
      [   75.744101] ... APIC ISR field:
      [   75.746648] 0123456789abcdef0123456789abcdef
      [   75.746649] <7>00000000000000000000000000000000
      
      Improve the code to be saner and simpler and just print out
      the bitfield in a single line using hexa values - not as a
      (rather pointless) binary bitfield.
      
      Partially reused Linus's initial fix for this.
      Reported-and-Tested-by: default avatarYinghai Lu <yinghai@kernel.org>
      Signed-off-by: default avatarYinghai Lu <yinghai@kernel.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      LKML-Reference: <4A4C43BC.90506@kernel.org>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      251e1e44
  4. 01 Jul, 2009 4 commits
  5. 30 Jun, 2009 5 commits
  6. 29 Jun, 2009 21 commits