Age | Commit message (Expand) | Author |
2024-08-30 | KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W} | Marc Zyngier |
2024-08-30 | KVM: arm64: nv: Add basic emulation of AT S1E2{R,W} | Marc Zyngier |
2024-08-30 | KVM: arm64: nv: Add basic emulation of AT S1E1{R,W}P | Marc Zyngier |
2024-08-30 | KVM: arm64: nv: Add basic emulation of AT S1E{0,1}{R,W} | Marc Zyngier |
2024-08-30 | KVM: arm64: nv: Honor absence of FEAT_PAN2 | Marc Zyngier |
2024-08-30 | KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptor | Marc Zyngier |
2024-08-30 | KVM: arm64: nv: Enforce S2 alignment when contiguous bit is set | Marc Zyngier |
2024-08-30 | KVM: arm64: Make kvm_at() take an OP_AT_* | Joey Gouly |
2024-07-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2024-07-16 | Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini |
2024-07-16 | Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini |
2024-07-15 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2024-07-14 | Merge branch kvm-arm64/nv-tcr2 into kvmarm/next | Oliver Upton |
2024-07-14 | Merge branch kvm-arm64/nv-sve into kvmarm/next | Oliver Upton |
2024-07-14 | Merge branch kvm-arm64/el2-kcfi into kvmarm/next | Oliver Upton |
2024-07-14 | Merge branch kvm-arm64/ctr-el0 into kvmarm/next | Oliver Upton |
2024-07-14 | Merge branch kvm-arm64/shadow-mmu into kvmarm/next | Oliver Upton |
2024-07-14 | Merge branch kvm-arm64/ffa-1p1 into kvmarm/next | Oliver Upton |
2024-07-11 | Merge branches 'for-next/cpufeature', 'for-next/misc', 'for-next/kselftest', ... | Catalin Marinas |
2024-07-08 | Revert "KVM: arm64: nv: Fix RESx behaviour of disabled FGTs with negative pol... | Oliver Upton |
2024-07-04 | KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1 | Anshuman Khandual |
2024-07-03 | KVM: arm64: nv: Truely enable nXS TLBI operations | Marc Zyngier |
2024-07-03 | perf: arm_pmuv3: Include asm/arm_pmuv3.h from linux/perf/arm_pmuv3.h | Rob Herring (Arm) |
2024-06-27 | KVM: arm64: Honor trap routing for TCR2_EL1 | Marc Zyngier |
2024-06-27 | KVM: arm64: Make PIR{,E0}_EL1 save/restore conditional on FEAT_TCRX | Marc Zyngier |
2024-06-27 | KVM: arm64: Make TCR2_EL1 save/restore dependent on the VM features | Marc Zyngier |
2024-06-27 | KVM: arm64: Get rid of HCRX_GUEST_FLAGS | Marc Zyngier |
2024-06-27 | KVM: arm64: Correctly honor the presence of FEAT_TCRX | Marc Zyngier |
2024-06-22 | KVM: arm64: nv: Unfudge ID_AA64PFR0_EL1 masking | Oliver Upton |
2024-06-20 | KVM: arm64: Allow the use of SVE+NV | Oliver Upton |
2024-06-20 | KVM: arm64: nv: Add additional trap setup for CPTR_EL2 | Marc Zyngier |
2024-06-20 | KVM: arm64: nv: Add trap description for CPTR_EL2 | Marc Zyngier |
2024-06-20 | KVM: arm64: nv: Honor guest hypervisor's FP/SVE traps in CPTR_EL2 | Oliver Upton |
2024-06-20 | KVM: arm64: nv: Load guest FP state for ZCR_EL2 trap | Oliver Upton |
2024-06-20 | KVM: arm64: nv: Handle CPACR_EL1 traps | Marc Zyngier |
2024-06-20 | KVM: arm64: Spin off helper for programming CPTR traps | Oliver Upton |
2024-06-20 | KVM: arm64: nv: Ensure correct VL is loaded before saving SVE state | Oliver Upton |
2024-06-20 | KVM: arm64: nv: Use guest hypervisor's max VL when running nested guest | Oliver Upton |
2024-06-20 | KVM: arm64: nv: Save guest's ZCR_EL2 when in hyp context | Oliver Upton |
2024-06-20 | KVM: arm64: nv: Load guest hyp's ZCR into EL1 state | Oliver Upton |
2024-06-20 | KVM: arm64: nv: Handle ZCR_EL2 traps | Oliver Upton |
2024-06-20 | KVM: arm64: nv: Forward SVE traps to guest hypervisor | Oliver Upton |
2024-06-20 | KVM: arm64: nv: Forward FP/ASIMD traps to guest hypervisor | Jintack Lim |
2024-06-20 | KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2 | Pierre-Clément Tosi |
2024-06-20 | KVM: arm64: Introduce print_nvhe_hyp_panic helper | Pierre-Clément Tosi |
2024-06-20 | arm64: Introduce esr_brk_comment, esr_is_cfi_brk | Pierre-Clément Tosi |
2024-06-20 | KVM: arm64: VHE: Mark __hyp_call_panic __noreturn | Pierre-Clément Tosi |
2024-06-20 | KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32 | Pierre-Clément Tosi |
2024-06-20 | KVM: arm64: nVHE: Simplify invalid_host_el2_vect | Pierre-Clément Tosi |
2024-06-20 | KVM: arm64: Fix __pkvm_init_switch_pgd call ABI | Pierre-Clément Tosi |