summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-riscv-6.9-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-03-113-0/+19
|\
| * RISC-V: KVM: Allow Zacas extension for Guest/VMAnup Patel2024-03-062-0/+3
| * RISC-V: KVM: Allow Ztso extension for Guest/VMAnup Patel2024-03-062-0/+3
| * RISC-V: KVM: Forward SEED CSR access to user spaceAnup Patel2024-03-061-0/+13
* | Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2024-03-1146-329/+1346
|\ \
| * \ Merge branch kvm-arm64/kerneldoc into kvmarm/nextOliver Upton2024-03-0710-15/+24
| |\ \
| | * | KVM: arm64: vgic: fix a kernel-doc warningRandy Dunlap2024-02-011-1/+1
| | * | KVM: arm64: vgic-its: fix kernel-doc warningsRandy Dunlap2024-02-011-2/+2
| | * | KVM: arm64: vgic-init: fix a kernel-doc warningRandy Dunlap2024-02-011-1/+3
| | * | KVM: arm64: sys_regs: fix kernel-doc warningsRandy Dunlap2024-02-011-2/+5
| | * | KVM: arm64: PMU: fix kernel-doc warningsRandy Dunlap2024-02-011-2/+2
| | * | KVM: arm64: mmu: fix a kernel-doc warningRandy Dunlap2024-02-011-1/+1
| | * | KVM: arm64: vhe: fix a kernel-doc warningRandy Dunlap2024-02-011-1/+1
| | * | KVM: arm64: hyp/aarch32: fix kernel-doc warningsRandy Dunlap2024-02-011-2/+2
| | * | KVM: arm64: guest: fix kernel-doc warningsRandy Dunlap2024-02-011-2/+5
| | * | KVM: arm64: debug: fix kernel-doc warningsRandy Dunlap2024-02-011-1/+2
| * | | Merge branch kvm-arm64/vfio-normal-nc into kvmarm/nextOliver Upton2024-03-074-9/+33
| |\ \ \
| | * | | KVM: arm64: Set io memory s2 pte as normalnc for vfio pci deviceAnkit Agrawal2024-02-241-4/+10
| | * | | KVM: arm64: Introduce new flag for non-cacheable IO memoryAnkit Agrawal2024-02-243-5/+23
| | |/ /
| * | | Merge branch kvm-arm64/lpi-xarray into kvmarm/nextOliver Upton2024-03-076-65/+74
| |\ \ \
| | * | | KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()Oliver Upton2024-02-233-22/+11
| | * | | KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a refOliver Upton2024-02-232-11/+10
| | * | | KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()Oliver Upton2024-02-232-8/+15
| | * | | KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe mannerOliver Upton2024-02-231-1/+1
| | * | | KVM: arm64: vgic: Use atomics to count LPIsOliver Upton2024-02-233-4/+4
| | * | | KVM: arm64: vgic: Get rid of the LPI linked-listOliver Upton2024-02-233-8/+2
| | * | | KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()Oliver Upton2024-02-231-1/+8
| | * | | KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIsOliver Upton2024-02-231-1/+2
| | * | | KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()Oliver Upton2024-02-231-14/+5
| | * | | KVM: arm64: vgic: Store LPIs in an xarrayOliver Upton2024-02-233-1/+22
| | |/ /
| * | | Merge branch kvm-arm64/vm-configuration into kvmarm/nextOliver Upton2024-03-0714-170/+997
| |\ \ \
| | * | | KVM: arm64: Don't initialize idreg debugfs w/ preemption disabledOliver Upton2024-02-273-5/+14
| | * | | KVM: arm64: Fail the idreg iterator if idregs aren't initializedOliver Upton2024-02-271-1/+2
| | * | | KVM: arm64: Make build-time check of RES0/RES1 bits optionalMarc Zyngier2024-02-222-0/+15
| | * | | KVM: arm64: Add debugfs file for guest's ID registersMarc Zyngier2024-02-192-0/+84
| | * | | KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later checkingMarc Zyngier2024-02-192-0/+124
| | * | | KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guestMarc Zyngier2024-02-194-4/+10
| | * | | KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU is not advertised to the guestMarc Zyngier2024-02-191-0/+4
| | * | | KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is not advertised to the guestMarc Zyngier2024-02-192-3/+25
| | * | | KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guestMarc Zyngier2024-02-191-0/+34
| | * | | KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2Marc Zyngier2024-02-191-33/+9
| | * | | KVM: arm64: Move existing feature disabling over to FGU infrastructureMarc Zyngier2024-02-194-14/+36
| | * | | KVM: arm64: Propagate and handle Fine-Grained UNDEF bitsMarc Zyngier2024-02-192-20/+72
| | * | | KVM: arm64: Add Fine-Grained UNDEF tracking informationMarc Zyngier2024-02-192-12/+21
| | * | | KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()Marc Zyngier2024-02-194-3/+4
| | * | | KVM: arm64: Use the xarray as the primary sysreg/sysinsn walkerMarc Zyngier2024-02-193-55/+50
| | * | | KVM: arm64: Register AArch64 system register entries with the sysreg xarrayMarc Zyngier2024-02-193-3/+50
| | * | | KVM: arm64: Always populate the trap configuration xarrayMarc Zyngier2024-02-191-4/+1
| | * | | KVM: arm64: nv: Move system instructions to their own sys_reg_desc arrayMarc Zyngier2024-02-191-15/+44
| | * | | KVM: arm64: Drop the requirement for XARRAY_MULTIMarc Zyngier2024-02-191-1/+0