index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: Prevent kmemleak from accessing pKVM memory
Quentin Perret
2022-06-17
1
-3
/
+3
*
KVM: arm64: Remove redundant hyp_assert_lock_held() assertions
Will Deacon
2022-06-09
1
-4
/
+0
*
KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
Will Deacon
2022-06-09
1
-1
/
+5
*
KVM: arm64: Handle all ID registers trapped for a protected VM
Marc Zyngier
2022-06-09
1
-8
/
+34
*
KVM: arm64: Return error from kvm_arch_init_vm() on allocation failure
Will Deacon
2022-06-09
1
-1
/
+3
*
KVM: arm64: Warn if accessing timer pending state outside of vcpu context
Marc Zyngier
2022-06-08
1
-0
/
+3
*
KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pending
Marc Zyngier
2022-06-08
2
-39
/
+22
*
KVM: arm64: Don't read a HW interrupt pending state in user context
Marc Zyngier
2022-06-07
3
-5
/
+21
*
KVM: arm64: Fix inconsistent indenting
sunliming
2022-06-07
1
-1
/
+1
*
KVM: arm64: Always start with clearing SME flag on load
Marc Zyngier
2022-06-07
1
-0
/
+1
*
KVM: arm64: Always start with clearing SVE flag on load
Marc Zyngier
2022-06-07
1
-0
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-05-26
25
-524
/
+1294
|
\
|
*
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-05-25
28
-531
/
+1456
|
|
\
|
|
*
Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/next
Marc Zyngier
2022-05-16
1
-18
/
+78
|
|
|
\
|
|
|
*
KVM: arm64: vgic: Undo work in failed ITS restores
Ricardo Koller
2022-05-16
1
-2
/
+13
|
|
|
*
KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
Ricardo Koller
2022-05-16
1
-4
/
+23
|
|
|
*
KVM: arm64: vgic: Add more checks when restoring ITS tables
Ricardo Koller
2022-05-16
1
-0
/
+7
|
|
|
*
KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
Ricardo Koller
2022-05-16
1
-12
/
+35
|
|
*
|
Merge branch kvm-arm64/misc-5.19 into kvmarm-master/next
Marc Zyngier
2022-05-16
6
-46
/
+37
|
|
|
\
\
|
|
|
*
|
KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaround
Marc Zyngier
2022-05-15
1
-0
/
+4
|
|
|
*
|
KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE
Oliver Upton
2022-05-10
1
-3
/
+0
|
|
|
*
|
KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handler
Oliver Upton
2022-05-10
1
-18
/
+1
|
|
|
*
|
KVM: arm64: nvhe: Eliminate kernel-doc warnings
Randy Dunlap
2022-05-06
1
-4
/
+4
|
|
|
*
|
KVM: arm64: Avoid unnecessary absolute addressing via literals
Ard Biesheuvel
2022-05-06
1
-5
/
+3
|
|
|
*
|
KVM: arm64: Print emulated register table name when it is unsorted
Alexandru Elisei
2022-05-04
1
-2
/
+2
|
|
|
*
|
KVM: arm64: Don't BUG_ON() if emulated register table is unsorted
Alexandru Elisei
2022-05-04
2
-16
/
+25
|
|
|
|
/
|
|
*
|
Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/next
Marc Zyngier
2022-05-16
5
-35
/
+39
|
|
|
\
\
|
|
|
*
|
KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selected
Marc Zyngier
2022-05-16
3
-15
/
+7
|
|
|
*
|
KVM: arm64: Reenable pmu in Protected Mode
Fuad Tabba
2022-05-15
1
-2
/
+1
|
|
|
*
|
KVM: arm64: Pass pmu events to hyp via vcpu
Fuad Tabba
2022-05-15
3
-22
/
+25
|
|
|
*
|
KVM: arm64: Wrapper for getting pmu_events
Fuad Tabba
2022-05-15
1
-16
/
+26
|
|
|
|
/
|
|
*
|
Merge branch kvm-arm64/vgic-invlpir into kvmarm-master/next
Marc Zyngier
2022-05-16
5
-37
/
+187
|
|
|
\
\
|
|
|
*
|
KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revision
Marc Zyngier
2022-05-04
4
-6
/
+47
|
|
|
*
|
KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidation
Marc Zyngier
2022-05-04
3
-21
/
+111
|
|
|
*
|
KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIs
Marc Zyngier
2022-05-04
3
-10
/
+29
|
|
|
|
/
|
|
*
|
Merge branch kvm-arm64/psci-suspend into kvmarm-master/next
Marc Zyngier
2022-05-16
2
-40
/
+129
|
|
|
\
\
|
|
|
*
|
KVM: arm64: Implement PSCI SYSTEM_SUSPEND
Oliver Upton
2022-05-04
2
-0
/
+34
|
|
|
*
|
KVM: arm64: Add support for userspace to suspend a vCPU
Oliver Upton
2022-05-04
1
-0
/
+51
|
|
|
*
|
KVM: arm64: Return a value from check_vcpu_requests()
Oliver Upton
2022-05-04
1
-2
/
+14
|
|
|
*
|
KVM: arm64: Rename the KVM_REQ_SLEEP handler
Oliver Upton
2022-05-04
1
-2
/
+2
|
|
|
*
|
KVM: arm64: Track vCPU power state using MP state values
Oliver Upton
2022-05-04
2
-16
/
+18
|
|
|
*
|
KVM: arm64: Dedupe vCPU power off helpers
Oliver Upton
2022-05-04
2
-12
/
+5
|
|
|
*
|
KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2
Oliver Upton
2022-05-04
1
-8
/
+5
|
|
*
|
|
Merge branch kvm-arm64/hcall-selection into kvmarm-master/next
Marc Zyngier
2022-05-16
4
-189
/
+332
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: Fix hypercall bitmap writeback when vcpus have already run
Marc Zyngier
2022-05-16
1
-1
/
+2
|
|
|
*
|
|
KVM: arm64: Add vendor hypervisor firmware register
Raghavendra Rao Ananta
2022-05-03
1
-5
/
+20
|
|
|
*
|
|
KVM: arm64: Add standard hypervisor firmware register
Raghavendra Rao Ananta
2022-05-03
1
-3
/
+20
|
|
|
*
|
|
KVM: arm64: Setup a framework for hypercall bitmap firmware registers
Raghavendra Rao Ananta
2022-05-03
3
-2
/
+111
|
|
|
*
|
|
KVM: arm64: Factor out firmware register handling from psci.c
Raghavendra Rao Ananta
2022-05-03
3
-184
/
+185
|
|
|
|
|
/
|
|
|
|
/
|
|
|
*
|
|
Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/next
Marc Zyngier
2022-05-04
3
-61
/
+208
|
|
|
\
\
\
[next]