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
/
hyp
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-19
KVM: arm64: nv: Add handling of NXS-flavoured TLBI operations
Marc Zyngier
1
-0
/
+46
2024-06-19
KVM: arm64: nv: Add handling of range-based TLBI operations
Marc Zyngier
1
-0
/
+26
2024-06-19
KVM: arm64: nv: Add handling of outer-shareable TLBI operations
Marc Zyngier
1
-0
/
+10
2024-06-19
KVM: arm64: nv: Handle EL2 Stage-1 TLB invalidation
Marc Zyngier
1
-1
/
+50
2024-06-19
KVM: arm64: nv: Add Stage-1 EL2 invalidation primitives
Marc Zyngier
1
-0
/
+65
2024-06-14
KVM: arm64: Use FF-A 1.1 with pKVM
Sebastian Ene
1
-4
/
+8
2024-06-14
KVM: arm64: Update the identification range for the FF-A smcs
Sebastian Ene
1
-1
/
+1
2024-06-14
KVM: arm64: Add support for FFA_PARTITION_INFO_GET
Sebastian Ene
1
-0
/
+52
2024-06-14
KVM: arm64: Trap FFA_VERSION host call in pKVM
Sebastian Ene
1
-30
/
+90
2024-06-11
KVM: arm64: FFA: Release hyp rx buffer
Vincent Donnefort
1
-0
/
+12
2024-06-04
KVM: arm64: Ensure that SME controls are disabled in protected mode
Fuad Tabba
1
-0
/
+11
2024-06-04
KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx format
Fuad Tabba
3
-8
/
+6
2024-06-04
KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVM
Fuad Tabba
3
-13
/
+0
2024-06-04
KVM: arm64: Eagerly restore host fpsimd/sve state in pKVM
Fuad Tabba
4
-5
/
+93
2024-06-04
KVM: arm64: Allocate memory mapped at hyp for host sve state in pKVM
Fuad Tabba
2
-0
/
+26
2024-06-04
KVM: arm64: Specialize handling of host fpsimd state on trap
Fuad Tabba
3
-1
/
+13
2024-06-04
KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helper
Fuad Tabba
2
-19
/
+5
2024-06-04
KVM: arm64: Fix prototype for __sve_save_state/__sve_restore_state
Fuad Tabba
1
-1
/
+2
2024-06-04
KVM: arm64: Reintroduce __sve_save_state
Fuad Tabba
1
-0
/
+6
2024-05-27
KVM: arm64: AArch32: Fix spurious trapping of conditional instructions
Marc Zyngier
1
-2
/
+16
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-14
/
+1
2024-05-14
Makefile: remove redundant tool coverage variables
Masahiro Yamada
1
-13
/
+0
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-1
/
+1
2024-05-08
Merge branch kvm-arm64/misc-6.10 into kvmarm-master/next
Marc Zyngier
1
-1
/
+0
2024-05-03
Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/next
Marc Zyngier
12
-79
/
+185
2024-05-03
Merge branch kvm-arm64/nv-eret-pauth into kvmarm-master/next
Marc Zyngier
3
-71
/
+91
2024-05-03
Merge branch kvm-arm64/host_data into kvmarm-master/next
Marc Zyngier
9
-33
/
+32
2024-05-03
KVM: arm64: Move management of __hyp_running_vcpu to load/put on VHE
Marc Zyngier
1
-1
/
+4
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
2
-22
/
+29
2024-05-01
KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()
Fuad Tabba
1
-1
/
+1
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: Refactor checks for FP state ownership
Fuad Tabba
3
-3
/
+3
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-04-20
KVM: arm64: Drop trapping of PAuth instructions/keys
Marc Zyngier
3
-85
/
+3
2024-04-20
KVM: arm64: nv: Handle ERETA[AB] instructions
Marc Zyngier
1
-2
/
+11
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
1
-0
/
+44
2024-04-20
KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
Marc Zyngier
3
-5
/
+36
2024-04-20
KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag
Marc Zyngier
1
-6
/
+1
2024-04-14
KVM: arm64: Remove FFA_MSG_SEND_DIRECT_REQ from the denylist
Sebastian Ene
1
-1
/
+0
2024-04-12
KVM: arm64: Exclude FP ownership from kvm_vcpu_arch
Marc Zyngier
4
-7
/
+5
2024-04-12
KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_arch
Marc Zyngier
2
-2
/
+1
[prev]
[next]