index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
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-28
KVM: arm64: Inject exception on out-of-IPA-range translation fault
Marc Zyngier
2
-0
/
+47
2022-04-28
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
-9
/
+9
[prev]
[next]