summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Change list_sort to use const pointersSami Tolvanen2021-04-082-5/+6
* KVM: arm64: Fix CPU interface MMIO compatibility detectionMarc Zyngier2021-03-241-0/+9
* KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose2021-03-241-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-1416-48/+123
|\
| * KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier2021-03-121-2/+1
| * KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier2021-03-121-4/+8
| * KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier2021-03-094-6/+13
| * KVM: arm64: Don't use cbz/adr with external symbolsSami Tolvanen2021-03-091-2/+4
| * KVM: arm64: Fix range alignment when walking page tablesJia He2021-03-061-0/+1
| * KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibilityMarc Zyngier2021-03-062-4/+39
| * KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier2021-03-063-5/+12
| * KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableMarc Zyngier2021-03-061-3/+6
| * KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static keyMarc Zyngier2021-03-062-10/+10
| * KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull2021-03-062-9/+9
| * KVM: arm64: Avoid corrupting vCPU context register in guest exitWill Deacon2021-03-061-1/+1
| * KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose2021-03-062-3/+20
* | arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse2021-03-101-4/+6
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-02-261-1/+1
|\ \
| * | KVM: arm64: make the hyp vector table entries localJoey Gouly2021-02-241-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-2120-150/+754
|\ \ \ | | |/ | |/|
| * | Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-02-1220-150/+754
| |\ \
| | * \ Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/nextMarc Zyngier2021-02-122-38/+61
| | |\ \
| | | * | KVM: arm64: Correct spelling of DBGDIDR registerAlexandru Elisei2021-02-031-3/+3
| | | * | KVM: arm64: Use symbolic names for the PMU versionsMarc Zyngier2021-02-031-4/+4
| | | * | KVM: arm64: Upgrade PMU support to ARMv8.4Marc Zyngier2021-02-032-4/+13
| | | * | KVM: arm64: Limit the debug architecture to ARMv8.0Marc Zyngier2021-02-031-0/+3
| | | * | KVM: arm64: Refactor filtering of ID registersMarc Zyngier2021-02-031-23/+28
| | | * | KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registersMarc Zyngier2021-02-031-3/+9
| | | * | KVM: arm64: Fix AArch32 PMUv3 cappingMarc Zyngier2021-02-031-2/+2
| | | * | KVM: arm64: Fix missing RES1 in emulation of DBGBIDRMarc Zyngier2021-02-031-1/+1
| | | * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-2039-1216/+1741
| | | |\ \
| | * | \ \ Merge branch 'kvm-arm64/rng-5.12' into kvmarm-master/nextMarc Zyngier2021-02-123-1/+92
| | |\ \ \ \
| | | * | | | KVM: arm64: Implement the TRNG hypervisor callArd Biesheuvel2021-01-253-1/+92
| | * | | | | Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/nextMarc Zyngier2021-02-1213-57/+540
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Make gen-hyprel endianness agnosticMarc Zyngier2021-02-012-16/+42
| | | * | | | | KVM: arm64: Remove hyp_symbol_addrDavid Brazdil2021-01-234-17/+17
| | | * | | | | KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil2021-01-232-13/+4
| | | * | | | | KVM: arm64: Fix constant-pool users in hypDavid Brazdil2021-01-232-16/+15
| | | * | | | | KVM: arm64: Apply hyp relocations at runtimeDavid Brazdil2021-01-231-0/+28
| | | * | | | | KVM: arm64: Generate hyp relocation dataDavid Brazdil2021-01-233-3/+440
| | | * | | | | KVM: arm64: Add symbol at the beginning of each hyp sectionDavid Brazdil2021-01-231-2/+2
| | | * | | | | KVM: arm64: Set up .hyp.rodata ELF sectionDavid Brazdil2021-01-232-5/+6
| | | * | | | | KVM: arm64: Rename .idmap.text in hyp linker scriptDavid Brazdil2021-01-232-1/+2
| | | |/ / / /
| | * | | | | Merge branch 'kvm-arm64/concurrent-translation-fault' into kvmarm-master/nextMarc Zyngier2021-02-122-41/+55
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Mark the page dirty only if the fault is handled successfullyYanan Wang2021-01-251-5/+8
| | | * | | | | KVM: arm64: Filter out the case of only changing permissions from stage-2 map...Yanan Wang2021-01-251-11/+21
| | | * | | | | KVM: arm64: Adjust partial code of hyp stage-1 map and guest stage-2 mapYanan Wang2021-01-251-27/+28
| | | |/ / / /
| | * | | | | Merge branch 'kvm-arm64/misc-5.12' into kvmarm-master/nextMarc Zyngier2021-02-122-13/+6
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 codeQuentin Perret2021-02-031-2/+2
| | | * | | | | KVM: arm64: Simplify __kvm_hyp_init HVC detectionAndrew Scull2021-01-251-11/+4
| | | |/ / / /