index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-19
KVM: arm64: VHE: Centralize ISBs when returning to host
Mark Rutland
2
-16
/
+12
2025-06-19
KVM: arm64: Remove ad-hoc CPTR manipulation from kvm_hyp_handle_fpsimd()
Mark Rutland
1
-9
/
+8
2025-06-19
KVM: arm64: Remove ad-hoc CPTR manipulation from fpsimd_sve_sync()
Mark Rutland
1
-1
/
+4
2025-06-19
KVM: arm64: Reorganise CPTR trap manipulation
Mark Rutland
3
-140
/
+130
2025-06-19
KVM: arm64: VHE: Synchronize CPTR trap deactivation
Mark Rutland
1
-0
/
+3
2025-06-19
KVM: arm64: VHE: Synchronize restore of host debug registers
Mark Rutland
1
-0
/
+3
2025-06-11
Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
6
-35
/
+35
2025-06-05
KVM: arm64: Add RMW specific sysreg accessor
Marc Zyngier
1
-2
/
+2
2025-06-05
KVM: arm64: Add assignment-specific sysreg accessor
Marc Zyngier
6
-33
/
+33
2025-05-26
Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
18
-243
/
+792
2025-05-23
Merge branch kvm-arm64/misc-6.16 into kvmarm-master/next
Marc Zyngier
8
-24
/
+30
2025-05-23
Merge branch kvm-arm64/nv-nv into kvmarm-master/next
Marc Zyngier
1
-3
/
+43
2025-05-23
Merge branch kvm-arm64/fgt-masks into kvmarm-master/next
Marc Zyngier
3
-61
/
+117
2025-05-23
Merge branch kvm-arm64/ubsan-el2 into kvmarm-master/next
Marc Zyngier
1
-0
/
+6
2025-05-21
KVM: arm64: np-guest CMOs with PMD_SIZE fixmap
Vincent Donnefort
5
-33
/
+118
2025-05-21
KVM: arm64: Stage-2 huge mappings for np-guests
Vincent Donnefort
1
-9
/
+14
2025-05-21
KVM: arm64: Add a range to __pkvm_host_test_clear_young_guest()
Vincent Donnefort
3
-7
/
+12
2025-05-21
KVM: arm64: Add a range to __pkvm_host_wrprotect_guest()
Vincent Donnefort
3
-11
/
+16
2025-05-21
KVM: arm64: Add a range to __pkvm_host_unshare_guest()
Vincent Donnefort
3
-28
/
+34
2025-05-21
KVM: arm64: Add a range to __pkvm_host_share_guest()
Vincent Donnefort
3
-33
/
+60
2025-05-21
KVM: arm64: Introduce for_each_hyp_page
Vincent Donnefort
3
-34
/
+37
2025-05-21
KVM: arm64: Handle huge mappings for np-guest CMOs
Vincent Donnefort
1
-4
/
+22
2025-05-21
Merge branch kvm-arm64/pkvm-selftest-6.16 into kvm-arm64/pkvm-np-thp-6.16
Marc Zyngier
4
-1
/
+217
2025-05-19
arm64: errata: Work around AmpereOne's erratum AC04_CPU_23
D Scott Phillips
8
-11
/
+11
2025-05-19
KVM: arm64: Add context-switch for FEAT_FGT2 registers
Marc Zyngier
1
-0
/
+44
2025-05-19
KVM: arm64: Add sanitisation for FEAT_FGT2 registers
Marc Zyngier
1
-0
/
+5
2025-05-19
KVM: arm64: nv: Add S1 TLB invalidation primitive for VNCR_EL2
Marc Zyngier
1
-0
/
+8
2025-05-19
KVM: arm64: nv: Program host's VNCR_EL2 to the fixmap address
Marc Zyngier
1
-1
/
+16
2025-05-19
KVM: arm64: nv: Don't adjust PSTATE.M when L2 is nesting
Marc Zyngier
1
-2
/
+19
2025-05-10
KVM: arm64: Remove hand-crafted masks for FGT registers
Marc Zyngier
1
-19
/
+0
2025-05-10
KVM: arm64: Use computed FGT masks to setup FGT registers
Marc Zyngier
1
-7
/
+38
2025-05-07
KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2
Mostafa Saleh
1
-0
/
+6
2025-05-07
KVM: arm64: Fix memory check in host_stage2_set_owner_locked()
Mostafa Saleh
1
-1
/
+1
2025-05-07
KVM: arm64: Properly save/restore HCRX_EL2
Marc Zyngier
1
-7
/
+6
2025-05-06
KVM: arm64: Propagate FGT masks to the nVHE hypervisor
Marc Zyngier
1
-0
/
+7
2025-05-06
KVM: arm64: Unconditionally configure fine-grain traps
Mark Rutland
1
-24
/
+15
2025-05-06
KVM: arm64: Don't treat HCRX_EL2 as a FGT register
Marc Zyngier
1
-6
/
+3
2025-05-06
arm64: sysreg: Replace HFGxTR_EL2 with HFG{R,W}TR_EL2
Marc Zyngier
2
-6
/
+6
2025-05-06
KVM: arm64: Extend pKVM selftest for np-guests
Quentin Perret
3
-5
/
+97
2025-05-06
KVM: arm64: Selftest for pKVM transitions
Quentin Perret
3
-0
/
+119
2025-05-06
KVM: arm64: Don't WARN from __pkvm_host_share_guest()
Quentin Perret
1
-1
/
+0
2025-05-06
KVM: arm64: Add .hyp.data section
David Brazdil
2
-0
/
+6
2025-05-06
KVM: arm64: Force HCR_EL2.xMO to 1 at all times in VHE mode
Marc Zyngier
1
-15
/
+21
2025-05-05
KVM: arm64: Force HCR_EL2.xMO to 1 at all times in VHE mode
Marc Zyngier
1
-15
/
+21
2025-04-28
KVM: arm64: Unconditionally cross check hyp state
Quentin Perret
1
-15
/
+9
2025-04-28
KVM: arm64: Defer EL2 stage-1 mapping on share
Quentin Perret
1
-7
/
+16
2025-04-28
KVM: arm64: Move hyp state to hyp_vmemmap
Quentin Perret
3
-33
/
+53
2025-04-28
KVM: arm64: Introduce {get,set}_host_state() helpers
Quentin Perret
3
-10
/
+20
2025-04-28
KVM: arm64: Use 0b11 for encoding PKVM_NOPAGE
Quentin Perret
1
-3
/
+1
2025-04-28
KVM: arm64: Fix pKVM page-tracking comments
Quentin Perret
1
-10
/
+19
[next]