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
/
nested.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-05
KVM: arm64: Add RMW specific sysreg accessor
Marc Zyngier
1
-1
/
+1
2025-05-30
KVM: arm64: Mask out non-VA bits from TLBI VA* on VNCR invalidation
Marc Zyngier
1
-2
/
+4
2025-05-23
Merge branch kvm-arm64/nv-nv into kvmarm-master/next
Marc Zyngier
1
-9
/
+614
2025-05-21
KVM: arm64: nv: Release faulted-in VNCR page from mmu_lock critical section
Marc Zyngier
1
-1
/
+1
2025-05-21
KVM: arm64: nv: Handle TLBI S1E2 for VNCR invalidation with mmu_lock held
Marc Zyngier
1
-0
/
+2
2025-05-21
KVM: arm64: nv: Hold mmu_lock when invalidating VNCR SW-TLB before translating
Marc Zyngier
1
-7
/
+18
2025-05-19
KVM: arm64: Add sanitisation for FEAT_FGT2 registers
Marc Zyngier
1
-0
/
+16
2025-05-19
KVM: arm64: Use HCR_EL2 feature map to drive fixed-value bits
Marc Zyngier
1
-37
/
+1
2025-05-19
KVM: arm64: Use HCRX_EL2 feature map to drive fixed-value bits
Marc Zyngier
1
-39
/
+1
2025-05-19
KVM: arm64: Use FGT feature maps to drive RES0 bits
Marc Zyngier
1
-119
/
+10
2025-05-19
KVM: arm64: nv: Add S1 TLB invalidation primitive for VNCR_EL2
Marc Zyngier
1
-0
/
+193
2025-05-19
KVM: arm64: nv: Handle VNCR_EL2 invalidation from MMU notifiers
Marc Zyngier
1
-0
/
+75
2025-05-19
KVM: arm64: nv: Handle mapping of VNCR_EL2 at EL2
Marc Zyngier
1
-9
/
+89
2025-05-19
KVM: arm64: nv: Handle VNCR_EL2-triggered faults
Marc Zyngier
1
-0
/
+159
2025-05-19
KVM: arm64: nv: Add userspace and guest handling of VNCR_EL2
Marc Zyngier
1
-0
/
+3
2025-05-19
KVM: arm64: nv: Add pseudo-TLB backing VNCR_EL2
Marc Zyngier
1
-0
/
+72
2025-05-19
KVM: arm64: nv: Allocate VNCR page when required
Marc Zyngier
1
-0
/
+10
2025-05-10
KVM: arm64: Use KVM-specific HCRX_EL2 RES0 mask
Marc Zyngier
1
-2
/
+2
2025-05-06
KVM: arm64: Use computed masks as sanitisers for FGT registers
Marc Zyngier
1
-6
/
+6
2025-05-06
arm64: sysreg: Replace HFGxTR_EL2 with HFG{R,W}TR_EL2
Marc Zyngier
1
-21
/
+21
2025-03-19
Merge branch 'kvm-arm64/nv-idregs' into kvmarm/next
Oliver Upton
1
-133
/
+152
2025-03-03
KVM: arm64: nv: Handle L2->L1 transition on interrupt injection
Marc Zyngier
1
-0
/
+4
2025-03-03
KVM: arm64: nv: Sanitise ICH_HCR_EL2 accesses
Marc Zyngier
1
-0
/
+9
2025-02-24
KVM: arm64: Advertise FEAT_ECV when possible
Marc Zyngier
1
-3
/
+5
2025-02-24
KVM: arm64: Allow userspace to limit NV support to nVHE
Marc Zyngier
1
-2
/
+26
2025-02-24
KVM: arm64: Move NV-specific capping to idreg sanitisation
Marc Zyngier
1
-44
/
+1
2025-02-24
KVM: arm64: Enforce NV limits on a per-idregs basis
Marc Zyngier
1
-103
/
+136
2025-02-24
KVM: arm64: Mark HCR.EL2.{NV*,AT} RES0 when ID_AA64MMFR4_EL1.NV_frac is 0
Marc Zyngier
1
-4
/
+5
2025-02-24
KVM: arm64: Mark HCR.EL2.E2H RES0 when ID_AA64MMFR1_EL1.VH is zero
Marc Zyngier
1
-0
/
+2
2025-02-04
KVM: arm64: Fix nested S2 MMU structures reallocation
Marc Zyngier
1
-4
/
+5
2025-01-17
Merge branch kvm-arm64/misc-6.14 into kvmarm-master/next
Marc Zyngier
1
-2
/
+4
2025-01-17
Merge branch kvm-arm64/nv-resx-fixes-6.14 into kvmarm-master/next
Marc Zyngier
1
-2
/
+7
2025-01-17
Merge branch kvm-arm64/nv-timers into kvmarm-master/next
Marc Zyngier
1
-0
/
+15
2025-01-14
KVM: arm64: nv: Apply RESx settings to sysreg reset values
Marc Zyngier
1
-2
/
+7
2025-01-02
KVM: arm64: nv: Sanitise CNTHCTL_EL2
Marc Zyngier
1
-0
/
+15
2024-12-22
KVM: arm64: nv: Advertise the lack of AArch32 EL0 support
Marc Zyngier
1
-2
/
+4
2024-12-20
KVM: arm64: Use kvm_vcpu_has_feature() directly for struct kvm
Fuad Tabba
1
-4
/
+4
2024-11-20
KVM: arm64: Mark set_sysreg_masks() as inline to avoid build failure
Marc Zyngier
1
-1
/
+1
2024-11-11
Merge branch kvm-arm64/nv-pmu into kvmarm/next
Oliver Upton
1
-2
/
+40
2024-10-31
KVM: arm64: nv: Advertise support for FEAT_HPMN0
Oliver Upton
1
-2
/
+3
2024-10-31
KVM: arm64: Describe RES0/RES1 bits of MDCR_EL2
Oliver Upton
1
-0
/
+37
2024-10-31
KVM: arm64: Add kvm_has_s1poe() helper
Marc Zyngier
1
-2
/
+2
2024-10-31
KVM: arm64: Hide S1PIE registers from userspace when disabled for guests
Mark Brown
1
-2
/
+2
2024-10-31
KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
Mark Brown
1
-1
/
+1
2024-10-31
KVM: arm64: Extend masking facility to arbitrary registers
Marc Zyngier
1
-4
/
+8
2024-10-31
KVM: arm64: Sanitise TCR2_EL2
Marc Zyngier
1
-0
/
+22
2024-10-08
KVM: arm64: nv: Punt stage-2 recycling to a vCPU request
Oliver Upton
1
-2
/
+26
2024-10-08
KVM: arm64: nv: Do not block when unmapping stage-2 if disallowed
Oliver Upton
1
-3
/
+3
2024-10-08
KVM: arm64: nv: Keep reference on stage-2 MMU when scheduled out
Oliver Upton
1
-3
/
+18
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+0
[next]