index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: Ensure vgic_ready() is ordered against MMIO registration
Oliver Upton
2024-10-17
1
-2
/
+11
*
KVM: arm64: vgic: Don't check for vgic_ready() when setting NR_IRQS
Oliver Upton
2024-10-17
1
-1
/
+6
*
KVM: arm64: Fix shift-out-of-bounds bug
Ilkka Koskinen
2024-10-17
1
-1
/
+1
*
KVM: arm64: Shave a few bytes from the EL2 idmap code
Marc Zyngier
2024-10-17
1
-23
/
+29
*
KVM: arm64: Don't eagerly teardown the vgic on init error
Marc Zyngier
2024-10-11
2
-3
/
+6
*
KVM: arm64: Expose S1PIE to guests
Mark Brown
2024-10-08
1
-1
/
+3
*
KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to reschedule
Oliver Upton
2024-10-08
1
-0
/
+27
*
KVM: arm64: nv: Punt stage-2 recycling to a vCPU request
Oliver Upton
2024-10-08
2
-2
/
+28
*
KVM: arm64: nv: Do not block when unmapping stage-2 if disallowed
Oliver Upton
2024-10-08
3
-13
/
+14
*
KVM: arm64: nv: Keep reference on stage-2 MMU when scheduled out
Oliver Upton
2024-10-08
1
-3
/
+18
*
KVM: arm64: Unregister redistributor for failed vCPU creation
Oliver Upton
2024-10-08
1
-1
/
+21
*
Merge branch kvm-arm64/idregs-6.12 into kvmarm/fixes
Marc Zyngier
2024-10-08
2
-8
/
+42
|
\
|
*
KVM: arm64: Allow userspace to change ID_AA64PFR1_EL1
Shaoqin Huang
2024-08-25
1
-1
/
+13
|
*
KVM: arm64: Use kvm_has_feat() to check if FEAT_SSBS is advertised to the guest
Shaoqin Huang
2024-08-25
1
-6
/
+6
|
*
KVM: arm64: Disable fields that KVM doesn't know how to handle in ID_AA64PFR1...
Shaoqin Huang
2024-08-25
1
-0
/
+8
|
*
KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from users...
Shameer Kolothum
2024-08-22
1
-1
/
+15
*
|
KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVM
Mark Brown
2024-10-01
2
-6
/
+8
*
|
KVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error path
Vincent Donnefort
2024-10-01
1
-2
/
+4
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-09-28
1
-3
/
+3
|
\
\
|
*
\
Merge branch 'kvm-redo-enable-virt' into HEAD
Paolo Bonzini
2024-09-17
1
-3
/
+3
|
|
\
\
|
|
*
|
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
2024-09-04
1
-3
/
+3
*
|
|
|
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-21
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
2024-09-02
1
-1
/
+0
*
|
|
|
|
Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-09-16
23
-265
/
+1925
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch kvm-arm64/visibility-cleanups into kvmarm-master/next
Marc Zyngier
2024-09-12
2
-44
/
+22
|
|
\
\
\
\
|
|
*
|
|
|
KVM: arm64: Get rid of REG_HIDDEN_USER visibility qualifier
Marc Zyngier
2024-09-11
2
-26
/
+5
|
|
*
|
|
|
KVM: arm64: Simplify visibility handling of AArch32 SPSR_*
Marc Zyngier
2024-09-11
1
-8
/
+4
|
|
*
|
|
|
KVM: arm64: Simplify handling of CNTKCTL_EL12
Marc Zyngier
2024-09-11
1
-10
/
+13
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge branch kvm-arm64/s2-ptdump into kvmarm-master/next
Marc Zyngier
2024-09-12
5
-42
/
+287
|
|
\
\
\
\
|
|
*
|
|
|
KVM: arm64: Register ptdump with debugfs on guest creation
Sebastian Ene
2024-09-10
4
-0
/
+287
|
|
*
|
|
|
KVM: arm64: Move pagetable definitions to common header
Sebastian Ene
2024-09-10
1
-42
/
+0
|
|
|
/
/
/
|
*
|
|
|
Merge branch kvm-arm64/nv-at-pan into kvmarm-master/next
Marc Zyngier
2024-09-12
6
-27
/
+1180
|
|
\
\
\
\
|
|
*
|
|
|
KVM: arm64: nv: Add support for FEAT_ATS1A
Marc Zyngier
2024-08-30
3
-0
/
+23
|
|
*
|
|
|
KVM: arm64: nv: Plumb handling of AT S1* traps from EL2
Marc Zyngier
2024-08-30
1
-0
/
+45
|
|
*
|
|
|
KVM: arm64: nv: Make AT+PAN instructions aware of FEAT_PAN3
Marc Zyngier
2024-08-30
1
-1
/
+16
|
|
*
|
|
|
KVM: arm64: nv: Sanitise SCTLR_EL1.EPAN according to VM configuration
Marc Zyngier
2024-08-30
1
-0
/
+8
|
|
*
|
|
|
KVM: arm64: nv: Add SW walker for AT S1 emulation
Marc Zyngier
2024-08-30
1
-2
/
+608
|
|
*
|
|
|
KVM: arm64: nv: Make ps_to_output_size() generally available
Marc Zyngier
2024-08-30
1
-14
/
+0
|
|
*
|
|
|
KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}
Marc Zyngier
2024-08-30
1
-0
/
+253
|
|
*
|
|
|
KVM: arm64: nv: Add basic emulation of AT S1E2{R,W}
Marc Zyngier
2024-08-30
1
-0
/
+51
|
|
*
|
|
|
KVM: arm64: nv: Add basic emulation of AT S1E1{R,W}P
Marc Zyngier
2024-08-30
1
-0
/
+26
|
|
*
|
|
|
KVM: arm64: nv: Add basic emulation of AT S1E{0,1}{R,W}
Marc Zyngier
2024-08-30
2
-1
/
+141
|
|
*
|
|
|
KVM: arm64: nv: Honor absence of FEAT_PAN2
Marc Zyngier
2024-08-30
1
-0
/
+4
|
|
*
|
|
|
KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptor
Marc Zyngier
2024-08-30
1
-6
/
+6
|
|
*
|
|
|
KVM: arm64: nv: Enforce S2 alignment when contiguous bit is set
Marc Zyngier
2024-08-30
1
-5
/
+2
|
*
|
|
|
|
Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/next
Marc Zyngier
2024-09-12
9
-135
/
+343
|
|
\
\
\
\
\
|
|
*
|
|
|
|
KVM: arm64: Unify UNDEF injection helpers
Marc Zyngier
2024-08-27
1
-81
/
+51
|
|
*
|
|
|
|
KVM: arm64: Make most GICv3 accesses UNDEF if they trap
Marc Zyngier
2024-08-27
3
-18
/
+66
|
|
*
|
|
|
|
KVM: arm64: Honor guest requested traps in GICv3 emulation
Marc Zyngier
2024-08-27
1
-0
/
+72
|
|
*
|
|
|
|
KVM: arm64: Add trap routing information for ICH_HCR_EL2
Marc Zyngier
2024-08-27
1
-5
/
+66
[next]