18 Sep, 2020

1 commit

  • PASID is defined as a few different types in iommu including "int",
    "u32", and "unsigned int". To be consistent and to match with uapi
    definitions, define PASID and its variations (e.g. max PASID) as "u32".
    "u32" is also shorter and a little more explicit than "unsigned int".

    No PASID type change in uapi although it defines PASID as __u64 in
    some places.

    Suggested-by: Thomas Gleixner
    Signed-off-by: Fenghua Yu
    Signed-off-by: Borislav Petkov
    Reviewed-by: Tony Luck
    Reviewed-by: Lu Baolu
    Acked-by: Felix Kuehling
    Acked-by: Joerg Roedel
    Link: https://lkml.kernel.org/r/1600187413-163670-2-git-send-email-fenghua.yu@intel.com

    Fenghua Yu
     

09 Aug, 2019

1 commit


05 Jun, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation this program is
    distributed in the hope that it will be useful but without any
    warranty without even the implied warranty of merchantability or
    fitness for a particular purpose see the gnu general public license
    for more details you should have received a copy of the gnu general
    public license along with this program if not write to the free
    software foundation inc 59 temple place suite 330 boston ma 02111
    1307 usa

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 136 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Alexios Zavras
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190530000436.384967451@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

05 Sep, 2016

3 commits


09 Jul, 2014

1 commit


01 Mar, 2012

1 commit

  • The hardware-initializtion part of the AMD IOMMU driver is
    split out into a seperate function. This function can now be
    called either from amd_iommu_init() itself or any other
    place if the hardware needs to be ready earlier. This will
    be used to implement interrupt remapping for AMD.

    Signed-off-by: Joerg Roedel

    Joerg Roedel
     

15 Dec, 2011

2 commits


14 Dec, 2011

1 commit


12 Dec, 2011

3 commits


21 Jun, 2011

1 commit