index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-15
KVM: arm64: Reenable pmu in Protected Mode
Fuad Tabba
1
-2
/
+1
2022-05-15
KVM: arm64: Pass pmu events to hyp via vcpu
Fuad Tabba
3
-22
/
+25
2022-05-15
KVM: arm64: Wrapper for getting pmu_events
Fuad Tabba
1
-16
/
+26
2022-05-15
KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaround
Marc Zyngier
1
-0
/
+4
2022-05-10
KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE
Oliver Upton
1
-3
/
+0
2022-05-10
KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handler
Oliver Upton
1
-18
/
+1
2022-05-06
KVM: arm64: nvhe: Eliminate kernel-doc warnings
Randy Dunlap
1
-4
/
+4
2022-05-06
KVM: arm64: Avoid unnecessary absolute addressing via literals
Ard Biesheuvel
1
-5
/
+3
2022-05-04
KVM: arm64: Print emulated register table name when it is unsorted
Alexandru Elisei
1
-2
/
+2
2022-05-04
KVM: arm64: Don't BUG_ON() if emulated register table is unsorted
Alexandru Elisei
2
-16
/
+25
2022-05-04
arm64/sysreg: Standardise ID_AA64ISAR0_EL1 macro names
Mark Brown
1
-14
/
+14
2022-05-04
arm64: Update name of ID_AA64ISAR0_EL1_ATOMIC to reflect ARM
Mark Brown
1
-1
/
+1
2022-05-04
KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revision
Marc Zyngier
4
-6
/
+47
2022-05-04
KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidation
Marc Zyngier
3
-21
/
+111
2022-05-04
KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIs
Marc Zyngier
3
-10
/
+29
2022-05-04
Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/next
Marc Zyngier
3
-61
/
+208
2022-05-04
Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/next
Marc Zyngier
9
-68
/
+214
2022-05-04
Merge branch kvm-arm64/wfxt into kvmarm-master/next
Marc Zyngier
4
-25
/
+65
2022-05-04
Merge remote-tracking branch 'arm64/for-next/sme' into kvmarm-master/next
Marc Zyngier
4
-3
/
+90
2022-05-04
KVM: arm64: Implement PSCI SYSTEM_SUSPEND
Oliver Upton
2
-0
/
+34
2022-05-04
KVM: arm64: Add support for userspace to suspend a vCPU
Oliver Upton
1
-0
/
+51
2022-05-04
KVM: arm64: Return a value from check_vcpu_requests()
Oliver Upton
1
-2
/
+14
2022-05-04
KVM: arm64: Rename the KVM_REQ_SLEEP handler
Oliver Upton
1
-2
/
+2
2022-05-04
KVM: arm64: Track vCPU power state using MP state values
Oliver Upton
2
-16
/
+18
2022-05-04
KVM: arm64: Dedupe vCPU power off helpers
Oliver Upton
2
-12
/
+5
2022-05-04
KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2
Oliver Upton
1
-8
/
+5
2022-05-04
KVM: arm64: Fix new instances of 32bit ESRs
Marc Zyngier
1
-3
/
+3
2022-05-03
KVM: arm64: Add vendor hypervisor firmware register
Raghavendra Rao Ananta
1
-5
/
+20
2022-05-03
KVM: arm64: Add standard hypervisor firmware register
Raghavendra Rao Ananta
1
-3
/
+20
2022-05-03
KVM: arm64: Setup a framework for hypercall bitmap firmware registers
Raghavendra Rao Ananta
3
-2
/
+111
2022-05-03
KVM: arm64: Factor out firmware register handling from psci.c
Raghavendra Rao Ananta
3
-184
/
+185
2022-05-03
KVM: arm64: Hide AArch32 PMU registers when not available
Alexandru Elisei
2
-30
/
+32
2022-05-03
KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
Oliver Upton
2
-0
/
+72
2022-05-03
KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents
Oliver Upton
2
-15
/
+78
2022-05-03
KVM: arm64: Don't write to Rt unless sys_reg emulation succeeds
Oliver Upton
1
-6
/
+16
2022-05-03
KVM: arm64: Return a bool from emulate_cp()
Oliver Upton
1
-10
/
+10
2022-05-02
KVM: Add max_vcpus field in common 'struct kvm'
Sean Christopherson
2
-6
/
+6
2022-04-29
KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high
Alexandru Elisei
2
-0
/
+3
2022-04-29
KVM: arm64: Treat ESR_EL2 as a 64-bit register
Alexandru Elisei
6
-15
/
+15
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
1
-1
/
+2
2022-04-29
KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
Paolo Bonzini
1
-1
/
+2
2022-04-28
KVM: arm64: Symbolize the nVHE HYP addresses
Kalesh Singh
1
-8
/
+5
2022-04-28
KVM: arm64: Detect and handle hypervisor stack overflows
Kalesh Singh
2
-1
/
+30
2022-04-28
KVM: arm64: Add guard pages for pKVM (protected nVHE) hypervisor stack
Kalesh Singh
1
-3
/
+28
2022-04-28
KVM: arm64: Add guard pages for KVM nVHE hypervisor stack
Kalesh Singh
2
-5
/
+36
2022-04-28
KVM: arm64: Introduce pkvm_alloc_private_va_range()
Kalesh Singh
3
-30
/
+72
2022-04-28
KVM: arm64: Introduce hyp_alloc_private_va_range()
Kalesh Singh
1
-21
/
+43
2022-04-27
KVM: arm64: Inject exception on out-of-IPA-range translation fault
Marc Zyngier
2
-0
/
+47
2022-04-27
KVM/arm64: Don't emulate a PMU for 32-bit guests if feature not set
Alexandru Elisei
1
-1
/
+22
2022-04-27
KVM: arm64: Handle host stage-2 faults from 32-bit EL0
Will Deacon
1
-8
/
+8
[prev]
[next]