index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-13
KVM: arm64: nv: Use FGT write trap of MDSCR_EL1 when available
Oliver Upton
2
-4
/
+15
2025-10-13
KVM: arm64: Compute per-vCPU FGTs at vcpu_load()
Oliver Upton
4
-131
/
+101
2025-10-13
KVM: arm64: Kill leftovers of ad-hoc timer userspace access
Marc Zyngier
2
-123
/
+0
2025-10-13
KVM: arm64: Fix WFxT handling of nested virt
Marc Zyngier
1
-1
/
+6
2025-10-13
KVM: arm64: Move CNT*CT_EL0 userspace accessors to generic infrastructure
Marc Zyngier
2
-10
/
+31
2025-10-13
KVM: arm64: Move CNT*_CVAL_EL0 userspace accessors to generic infrastructure
Marc Zyngier
2
-8
/
+4
2025-10-13
KVM: arm64: Move CNT*_CTL_EL0 userspace accessors to generic infrastructure
Marc Zyngier
2
-9
/
+31
2025-10-13
KVM: arm64: Add timer UAPI workaround to sysreg infrastructure
Marc Zyngier
2
-3
/
+36
2025-10-13
KVM: arm64: Make timer_set_offset() generally accessible
Marc Zyngier
1
-10
/
+0
2025-10-13
KVM: arm64: Replace timer context vcpu pointer with timer_id
Marc Zyngier
1
-2
/
+2
2025-10-13
KVM: arm64: Introduce timer_context_to_vcpu() helper
Marc Zyngier
1
-12
/
+13
2025-10-13
KVM: arm64: Hide CNTHV_*_EL2 from userspace for nVHE guests
Marc Zyngier
1
-13
/
+13
2025-10-13
KVM: arm64: gic-v3: Only set ICH_HCR traps for v2-on-v3 or v3 guests
Sascha Bischoff
1
-1
/
+4
2025-10-13
KVM: arm64: Guard PMSCR_EL1 initialization with SPE presence check
Mukesh Ojha
1
-5
/
+10
2025-10-13
KVM: arm64: Remove unreachable break after return
Osama Abdelkader
1
-1
/
+0
2025-10-13
KVM: arm64: Prevent access to vCPU events before init
Oliver Upton
1
-0
/
+6
2025-10-13
KVM: arm64: Use the in-context stage-1 in __kvm_find_s1_desc_level()
Oliver Upton
1
-1
/
+5
2025-10-13
KVM: arm64: nv: Don't advance PC when pending an SVE exception
Marc Zyngier
1
-1
/
+1
2025-10-13
KVM: arm64: nv: Don't treat ZCR_EL2 as a 'mapped' register
Oliver Upton
1
-4
/
+2
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-3
/
+2
2025-10-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
26
-528
/
+1259
2025-09-30
entry: Rename "kvm" entry code assets to "virt" to genericize APIs
Sean Christopherson
1
-1
/
+1
2025-09-30
entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
Sean Christopherson
1
-2
/
+1
2025-09-30
Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
25
-474
/
+1075
2025-09-30
Merge tag 'kvmarm-fixes-6.17-2' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
22
-228
/
+446
2025-09-29
Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2025-09-24
kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI
Kees Cook
1
-1
/
+1
2025-09-20
Merge branch kvm-arm64/misc-6.18 into kvmarm-master/next
Marc Zyngier
6
-32
/
+41
2025-09-20
Merge branch kvm-arm64/nv-misc-6.18 into kvmarm-master/next
Marc Zyngier
1
-5
/
+18
2025-09-20
Merge branch kvm-arm64/el2-feature-control into kvmarm-master/next
Marc Zyngier
4
-150
/
+290
2025-09-20
Merge branch kvm-arm64/nv-debug into kvmarm-master/next
Marc Zyngier
2
-0
/
+33
2025-09-20
Merge branch kvm-arm64/gic-v5-nv into kvmarm-master/next
Marc Zyngier
4
-19
/
+21
2025-09-20
Merge branch kvm-arm64/52bit-at into kvmarm-master/next
Marc Zyngier
3
-109
/
+296
2025-09-20
KVM: arm64: Populate level on S1PTW SEA injection
Marc Zyngier
1
-2
/
+25
2025-09-20
KVM: arm64: Add S1 IPA to page table level walker
Marc Zyngier
1
-0
/
+65
2025-09-20
KVM: arm64: Add filtering hook to S1 page table walk
Marc Zyngier
1
-0
/
+11
2025-09-20
KVM: arm64: Don't switch MMU on translation from non-NV context
Marc Zyngier
1
-3
/
+8
2025-09-20
KVM: arm64: Allow EL1 control registers to be accessed from the CPU state
Marc Zyngier
1
-2
/
+2
2025-09-20
KVM: arm64: Allow use of S1 PTW for non-NV vcpus
Marc Zyngier
1
-30
/
+28
2025-09-20
KVM: arm64: Report faults from S1 walk setup at the expected start level
Marc Zyngier
1
-49
/
+54
2025-09-20
KVM: arm64: Expand valid block mappings to FEAT_LPA/LPA2 support
Marc Zyngier
1
-2
/
+2
2025-09-20
KVM: arm64: Populate PAR_EL1 with 52bit addresses
Marc Zyngier
1
-2
/
+2
2025-09-20
KVM: arm64: Compute shareability for LPA2
Marc Zyngier
1
-7
/
+30
2025-09-20
KVM: arm64: Pass the walk_info structure to compute_par_s1()
Marc Zyngier
1
-6
/
+6
2025-09-20
KVM: arm64: Decouple output address from the PT descriptor
Marc Zyngier
1
-3
/
+27
2025-09-20
KVM: arm64: Compute 52bit TTBR address and alignment
Marc Zyngier
1
-0
/
+12
2025-09-20
KVM: arm64: Account for 52bit when computing maximum OA
Marc Zyngier
2
-2
/
+2
2025-09-20
KVM: arm64: Add helper computing the state of 52bit PA support
Marc Zyngier
1
-5
/
+26
2025-09-19
KVM: arm64: Expose FEAT_LSFE to guests
Mark Brown
1
-1
/
+3
2025-09-19
KVM: arm64: Add trap configs for PMSDSFR_EL1
James Clark
2
-0
/
+2
[next]