1. 15 Apr, 2014 1 commit
  2. 13 Apr, 2014 1 commit
  3. 01 Apr, 2014 1 commit
  4. 28 Mar, 2014 2 commits
  5. 25 Mar, 2014 1 commit
    • Joerg Roedel's avatar
      iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init() · 11f1a776
      Joerg Roedel authored
      When ir_dev_scope_init() is called via a rootfs initcall it
      will check for irq_remapping_enabled before it calls
      (indirectly) into dmar_acpi_dev_scope_init() which uses the
      dmar_tbl pointer without any checks.
      
      The AMD IOMMU driver also sets the irq_remapping_enabled
      flag which causes the dmar_acpi_dev_scope_init() function to
      be called on systems with AMD IOMMU hardware too, causing a
      boot-time kernel crash.
      Signed-off-by: default avatarJoerg Roedel <joro@8bytes.org>
      11f1a776
  6. 24 Mar, 2014 30 commits
  7. 20 Mar, 2014 3 commits
  8. 19 Mar, 2014 1 commit