index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
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-23
KVM: arm64: Prevent access to vCPU events before init
Oliver Upton
1
-0
/
+6
2025-10-19
KVM: arm64: Fix page leak in user_mem_abort()
Fuad Tabba
1
-2
/
+7
2025-10-19
KVM: arm64: Fix debug checking for np-guests using huge mappings
Ben Horgan
1
-3
/
+6
2025-09-10
Revert "KVM: arm64: Split kvm_pgtable_stage2_destroy()"
Oliver Upton
3
-40
/
+8
2025-09-10
Revert "KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables"
Oliver Upton
1
-25
/
+1
2025-09-10
KVM: arm64: vgic: fix incorrect spinlock API usage
Alok Tiwari
1
-1
/
+1
2025-09-10
KVM: arm64: Remove stage 2 read fault check
Wei-Lin Chang
1
-5
/
+0
2025-09-10
KVM: arm64: Fix parameter ordering for VBAR_EL1 assignment
Fuad Tabba
1
-1
/
+1
2025-09-10
KVM: arm64: nv: Fix incorrect VNCR invalidation range calculation
Dongha Lee
1
-2
/
+2
2025-09-10
KVM: arm64: vgic-v3: Indicate vgic_put_irq() may take LPI xarray lock
Oliver Upton
1
-0
/
+3
2025-09-10
KVM: arm64: vgic-v3: Don't require IRQs be disabled for LPI xarray lock
Oliver Upton
3
-12
/
+10
2025-09-10
KVM: arm64: vgic-v3: Erase LPIs from xarray outside of raw spinlocks
Oliver Upton
1
-4
/
+37
2025-09-10
KVM: arm64: Spin off release helper from vgic_put_irq()
Oliver Upton
1
-7
/
+17
2025-09-10
KVM: arm64: vgic-v3: Use bare refcount for VGIC LPIs
Oliver Upton
6
-25
/
+16
2025-09-10
KVM: arm64: VHE: Save and restore host MDCR_EL2 value correctly
Alexandru Elisei
3
-5
/
+12
2025-09-10
KVM: arm64: Initialize PMSCR_EL1 when in VHE
Alexandru Elisei
2
-1
/
+10
2025-09-10
KVM: arm64: nv: fix VNCR TLB ASID match logic for non-Global entries
Geonha Lee
1
-1
/
+1
2025-09-05
KVM: arm64: Mark freed S2 MMUs as invalid
Marc Zyngier
1
-0
/
+4
2025-08-29
Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
16
-188
/
+407
2025-08-28
KVM: arm64: nv: Fix ATS12 handling of single-stage translation
Marc Zyngier
1
-3
/
+3
2025-08-28
KVM: arm64: Remove __vcpu_{read,write}_sys_reg_{from,to}_cpu()
Marc Zyngier
1
-4
/
+80
2025-08-28
KVM: arm64: Fix vcpu_{read,write}_sys_reg() accessors
Marc Zyngier
1
-110
/
+160
2025-08-28
KVM: arm64: Simplify sysreg access on exception delivery
Marc Zyngier
1
-12
/
+4
2025-08-28
KVM: arm64: Check for SYSREGS_ON_CPU before accessing the 32bit state
Marc Zyngier
1
-2
/
+2
2025-08-21
KVM: arm64: Get rid of ARM64_FEATURE_MASK()
Marc Zyngier
2
-24
/
+24
2025-08-21
KVM: arm64: Make ID_AA64PFR1_EL1.RAS_frac writable
Marc Zyngier
1
-14
/
+27
2025-08-21
KVM: arm64: Make ID_AA64PFR0_EL1.RAS writable
Marc Zyngier
1
-1
/
+0
2025-08-21
KVM: arm64: Ignore HCR_EL2.FIEN set by L1 guest's EL2
Marc Zyngier
1
-1
/
+4
2025-08-21
KVM: arm64: Handle RASv1p1 registers
Marc Zyngier
1
-0
/
+17
2025-08-21
KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables
Raghavendra Rao Ananta
1
-1
/
+25
2025-08-21
KVM: arm64: Split kvm_pgtable_stage2_destroy()
Raghavendra Rao Ananta
3
-8
/
+40
2025-08-15
KVM: arm64: Correctly populate FAR_EL2 on nested SEA injection
Marc Zyngier
1
-1
/
+1
2025-08-08
arm64: vgic-v2: Fix guest endianness check in hVHE mode
Fuad Tabba
1
-1
/
+1
2025-08-08
KVM: arm64: Sync protected guest VBAR_EL1 on injecting an undef exception
Fuad Tabba
1
-0
/
+1
2025-08-08
KVM: arm64: Handle AIDR_EL1 and REVIDR_EL1 in host for protected VMs
Fuad Tabba
1
-0
/
+4
2025-08-08
kvm: arm64: use BUG() instead of BUG_ON(1)
Arnd Bergmann
2
-2
/
+2
2025-08-04
KVM: arm64: nv: Handle SEAs due to VNCR redirection
Oliver Upton
2
-12
/
+20
2025-08-04
KVM: arm64: nv: Properly check ESR_EL2.VNCR on taking a VNCR_EL2 related fault
Marc Zyngier
1
-1
/
+1
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
31
-419
/
+1340
2025-07-29
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
4
-4
/
+45
2025-07-29
KVM: arm64: Don't attempt vLPI mappings when vPE allocation is disabled
Raghavendra Rao Ananta
2
-9
/
+9
2025-07-29
Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
31
-400
/
+1327
2025-07-29
Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-19
/
+13
2025-07-28
Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+1
2025-07-28
Merge branch 'kvm-arm64/vgic-v4-ctl' into kvmarm/next
Oliver Upton
6
-50
/
+98
2025-07-28
Merge branch 'kvm-arm64/el2-reg-visibility' into kvmarm/next
Oliver Upton
3
-51
/
+226
2025-07-28
Merge branch 'kvm-arm64/config-masks' into kvmarm/next
Oliver Upton
2
-60
/
+227
2025-07-26
Merge branch 'kvm-arm64/misc' into kvmarm/next
Oliver Upton
5
-39
/
+50
2025-07-26
Merge branch 'kvm-arm64/gcie-legacy' into kvmarm/next
Oliver Upton
6
-12
/
+126
2025-07-26
Merge branch 'kvm-arm64/doublefault2' into kvmarm/next
Oliver Upton
18
-165
/
+528
[next]