Age | Commit message (Expand) | Author |
2023-11-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2023-11-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2023-10-31 | Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini |
2023-10-30 | Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/next | Oliver Upton |
2023-10-30 | Merge branch kvm-arm64/mops into kvmarm/next | Oliver Upton |
2023-10-30 | Merge branch kvm-arm64/writable-id-regs into kvmarm/next | Oliver Upton |
2023-10-30 | Merge branch kvm-arm64/nv-trap-fixes into kvmarm/next | Oliver Upton |
2023-10-30 | Merge branch kvm-arm64/pmevtyper-filter into kvmarm/next | Oliver Upton |
2023-10-25 | KVM: arm64: Handle AArch32 SPSR_{irq,abt,und,fiq} as RAZ/WI | Marc Zyngier |
2023-10-25 | KVM: arm64: Do not let a L1 hypervisor access the *32_EL2 sysregs | Marc Zyngier |
2023-10-24 | KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest | Reiji Watanabe |
2023-10-24 | KVM: arm64: Add {get,set}_user for PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} | Raghavendra Rao Ananta |
2023-10-24 | KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU | Raghavendra Rao Ananta |
2023-10-24 | KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0 | Reiji Watanabe |
2023-10-24 | KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertised | Oliver Upton |
2023-10-16 | arm64: kvm: Use cpus_have_final_cap() explicitly | Mark Rutland |
2023-10-12 | KVM: arm64: POR{E0}_EL1 do not need trap handlers | Joey Gouly |
2023-10-09 | KVM: arm64: Expose MOPS instructions to guests | Kristina Martsenko |
2023-10-04 | KVM: arm64: Allow userspace to change ID_AA64ZFR0_EL1 | Oliver Upton |
2023-10-04 | KVM: arm64: Allow userspace to change ID_AA64PFR0_EL1 | Jing Zhang |
2023-10-04 | KVM: arm64: Allow userspace to change ID_AA64MMFR{0-2}_EL1 | Jing Zhang |
2023-10-04 | KVM: arm64: Allow userspace to change ID_AA64ISAR{0-2}_EL1 | Oliver Upton |
2023-10-04 | KVM: arm64: Bump up the default KVM sanitised debug version to v8p8 | Oliver Upton |
2023-10-04 | KVM: arm64: Reject attempts to set invalid debug arch version | Oliver Upton |
2023-10-04 | KVM: arm64: Advertise selected DebugVer in DBGDIDR.Version | Oliver Upton |
2023-10-04 | KVM: arm64: Use guest ID register values for the sake of emulation | Jing Zhang |
2023-10-04 | KVM: arm64: Allow userspace to get the writable masks for feature ID registers | Jing Zhang |
2023-09-18 | KVM: arm64: Don't use kerneldoc comment for arm64_check_features() | Oliver Upton |
2023-08-17 | KVM: arm64: nv: Add support for HCRX_EL2 | Marc Zyngier |
2023-08-17 | KVM: arm64: nv: Add trap forwarding infrastructure | Marc Zyngier |
2023-08-17 | KVM: arm64: nv: Add FGT registers | Marc Zyngier |
2023-08-17 | KVM: arm64: Correctly handle ACCDATA_EL1 traps | Marc Zyngier |
2023-07-14 | KVM: arm64: Fix the name of sys_reg_desc related to PMU | Xiang Chen |
2023-07-14 | KVM: arm64: Correctly handle RES0 bits PMEVTYPER<n>_EL0.evtCount | Oliver Upton |
2023-07-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2023-07-01 | Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini |
2023-06-26 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2023-06-23 | Merge branch 'for-next/feat_s1pie' into for-next/core | Catalin Marinas |
2023-06-23 | Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2... | Catalin Marinas |
2023-06-15 | Merge branch kvm-arm64/configurable-id-regs into kvmarm/next | Oliver Upton |
2023-06-15 | KVM: arm64: Rip out the vestiges of the 'old' ID register scheme | Oliver Upton |
2023-06-15 | KVM: arm64: Handle ID register reads using the VM-wide values | Oliver Upton |
2023-06-15 | KVM: arm64: Use generic sanitisation for ID_AA64PFR0_EL1 | Jing Zhang |
2023-06-15 | KVM: arm64: Use generic sanitisation for ID_(AA64)DFR0_EL1 | Jing Zhang |
2023-06-15 | KVM: arm64: Use arm64_ftr_bits to sanitise ID register writes | Jing Zhang |
2023-06-15 | KVM: arm64: Save ID registers' sanitized value per guest | Jing Zhang |
2023-06-12 | KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration | Marc Zyngier |
2023-06-12 | KVM: arm64: Reuse fields of sys_reg_desc for idreg | Jing Zhang |
2023-06-12 | KVM: arm64: Rewrite IMPDEF PMU version as NI | Oliver Upton |
2023-06-06 | arm64/sysreg: Standardise naming of bitfield constants in OSL[AS]R_EL1 | Mark Brown |