index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-03
Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/next
Marc Zyngier
22
-178
/
+277
2024-05-03
Merge branch kvm-arm64/lpi-xa-cache into kvmarm-master/next
Marc Zyngier
6
-287
/
+169
2024-05-03
Merge branch kvm-arm64/nv-eret-pauth into kvmarm-master/next
Marc Zyngier
9
-108
/
+454
2024-05-03
Merge branch kvm-arm64/host_data into kvmarm-master/next
Marc Zyngier
12
-48
/
+40
2024-05-03
KVM: arm64: Move management of __hyp_running_vcpu to load/put on VHE
Marc Zyngier
1
-1
/
+4
2024-05-03
KVM: arm64: vgic: Allocate private interrupts on demand
Marc Zyngier
1
-19
/
+63
2024-05-01
KVM: arm64: Force injection of a data abort on NISV MMIO exit
Marc Zyngier
1
-0
/
+8
2024-05-01
KVM: arm64: Restrict supported capabilities for protected VMs
Fuad Tabba
1
-0
/
+32
2024-05-01
KVM: arm64: Refactor setting the return value in kvm_vm_ioctl_enable_cap()
Fuad Tabba
1
-15
/
+9
2024-05-01
KVM: arm64: Clarify rationale for ZCR_EL1 value restored on guest exit
Fuad Tabba
1
-1
/
+23
2024-05-01
KVM: arm64: Introduce and use predicates that check for protected VMs
Fuad Tabba
2
-4
/
+7
2024-05-01
KVM: arm64: Simplify vgic-v3 hypercalls
Marc Zyngier
7
-67
/
+34
2024-05-01
KVM: arm64: Move setting the page as dirty out of the critical section
Fuad Tabba
1
-3
/
+5
2024-05-01
KVM: arm64: Change kvm_handle_mmio_return() return polarity
Fuad Tabba
2
-3
/
+3
2024-05-01
KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()
Fuad Tabba
1
-1
/
+1
2024-05-01
KVM: arm64: Prevent kmemleak from accessing .hyp.data
Quentin Perret
1
-0
/
+1
2024-05-01
KVM: arm64: Do not map the host fpsimd state to hyp in pKVM
Fuad Tabba
2
-28
/
+4
2024-05-01
KVM: arm64: Rename __tlb_switch_to_{guest,host}() in VHE
Fuad Tabba
1
-13
/
+13
2024-05-01
KVM: arm64: Support TLB invalidation in guest context
Will Deacon
1
-24
/
+91
2024-05-01
KVM: arm64: Avoid BBM when changing only s/w bits in Stage-2 PTE
Will Deacon
1
-0
/
+15
2024-05-01
KVM: arm64: Check for PTE validity when checking for executable/cacheable
Marc Zyngier
1
-3
/
+3
2024-05-01
KVM: arm64: Avoid BUG-ing from the host abort path
Quentin Perret
1
-1
/
+7
2024-05-01
KVM: arm64: Issue CMOs when tearing down guest s2 pages
Quentin Perret
1
-0
/
+1
2024-05-01
KVM: arm64: Do not re-initialize the KVM lock
Fuad Tabba
1
-1
/
+0
2024-05-01
KVM: arm64: Refactor checks for FP state ownership
Fuad Tabba
4
-6
/
+5
2024-05-01
KVM: arm64: Move guest_owns_fp_regs() to increase its scope
Fuad Tabba
3
-8
/
+2
2024-05-01
KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVM
Fuad Tabba
3
-0
/
+13
2024-05-01
KVM: arm64: Remove duplicated AA64MMFR1_EL1 XNX
Russell King
1
-1
/
+0
2024-04-25
KVM: arm64: vgic-its: Get rid of the lpi_list_lock
Oliver Upton
3
-7
/
+5
2024-04-25
KVM: arm64: vgic-its: Rip out the global translation cache
Oliver Upton
3
-126
/
+4
2024-04-25
KVM: arm64: vgic-its: Use the per-ITS translation cache for injection
Oliver Upton
1
-46
/
+17
2024-04-25
KVM: arm64: vgic-its: Spin off helper for finding ITS by doorbell addr
Oliver Upton
1
-14
/
+21
2024-04-25
KVM: arm64: vgic-its: Maintain a translation cache per ITS
Oliver Upton
1
-1
/
+36
2024-04-25
KVM: arm64: vgic-its: Scope translation cache invalidations to an ITS
Oliver Upton
3
-14
/
+36
2024-04-25
KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()
Oliver Upton
3
-50
/
+0
2024-04-25
KVM: arm64: vgic-debug: Use an xarray mark for debug iterator
Oliver Upton
3
-25
/
+62
2024-04-25
KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_handle_movall()
Oliver Upton
1
-9
/
+4
2024-04-25
KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()
Oliver Upton
1
-10
/
+6
2024-04-25
KVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_pending_table()
Oliver Upton
1
-17
/
+10
2024-04-24
KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()
Oliver Upton
1
-4
/
+4
2024-04-23
KVM: arm64: nv: Work around lack of pauth support in old toolchains
Marc Zyngier
1
-2
/
+12
2024-04-20
KVM: arm64: Drop trapping of PAuth instructions/keys
Marc Zyngier
5
-94
/
+49
2024-04-20
KVM: arm64: nv: Advertise support for PAuth
Marc Zyngier
1
-6
/
+2
2024-04-20
KVM: arm64: nv: Handle ERETA[AB] instructions
Marc Zyngier
3
-5
/
+33
2024-04-20
KVM: arm64: nv: Add emulation for ERETAx instructions
Marc Zyngier
2
-0
/
+197
2024-04-20
KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0
Marc Zyngier
1
-3
/
+25
2024-04-20
KVM: arm64: nv: Handle HCR_EL2.{API,APK} independently
Marc Zyngier
1
-5
/
+27
2024-04-20
KVM: arm64: nv: Honor HFGITR_EL2.ERET being set
Marc Zyngier
1
-1
/
+2
2024-04-20
KVM: arm64: nv: Fast-track 'InHost' exception returns
Marc Zyngier
2
-26
/
+47
2024-04-20
KVM: arm64: nv: Add trap forwarding for ERET and SMC
Marc Zyngier
2
-0
/
+34
[prev]
[next]