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
2023-05-11
Merge branch kvm-arm64/pgtable-fixes-6.4 into kvmarm-master/fixes
Marc Zyngier
1
-9
/
+32
2023-05-11
Merge branch kvm-arm64/misc-6.4 into kvmarm-master/fixes
Marc Zyngier
1
-2
/
+10
2023-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-21
/
+134
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-6
/
+6
2023-04-21
KVM: arm64: Restructure check for SVE support in FP trap handler
Mark Brown
1
-2
/
+10
2023-04-21
KVM: arm64: Constify start/end/phys fields of the pgtable walker data
Marc Zyngier
1
-4
/
+4
2023-04-21
KVM: arm64: Infer PA offset from VA in hyp map walker
Oliver Upton
1
-2
/
+1
2023-04-21
KVM: arm64: Infer the PA offset from IPA in stage-2 map walker
Oliver Upton
1
-4
/
+28
2023-04-21
Merge branch kvm-arm64/spec-ptw into kvmarm-master/next
Marc Zyngier
6
-15
/
+69
2023-04-14
KVM: arm64: vhe: Drop extra isb() on guest exit
Marc Zyngier
1
-4
/
+3
2023-04-14
KVM: arm64: vhe: Synchronise with page table walker on MMU update
Marc Zyngier
1
-0
/
+12
2023-04-14
KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()
Marc Zyngier
1
-0
/
+7
2023-04-14
KVM: arm64: nvhe: Synchronise with page table walker on TLBI
Marc Zyngier
1
-9
/
+29
2023-04-13
KVM: arm64: nvhe: Synchronise with page table walker on vcpu run
Marc Zyngier
2
-2
/
+18
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2
-6
/
+6
2023-04-04
KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs
Fuad Tabba
2
-8
/
+4
2023-03-30
KVM: arm64: nv: timers: Support hyp timer emulation
Marc Zyngier
1
-0
/
+15
2023-03-30
KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
Marc Zyngier
1
-0
/
+2
2023-03-30
KVM: arm64: timers: Fast-track CNTPCT_EL0 trap handling
Marc Zyngier
1
-0
/
+36
2023-03-30
KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
Marc Zyngier
1
-6
/
+12
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-22
/
+118
2023-02-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-2
/
+2
2023-02-13
Merge branch kvm-arm64/nv-prefix into kvmarm/next
Oliver Upton
3
-13
/
+78
2023-02-13
Merge branch kvm-arm64/misc into kvmarm/next
Oliver Upton
1
-1
/
+1
2023-02-13
Merge branch kvm-arm64/psci-relay-fixes into kvmarm/next
Oliver Upton
2
-0
/
+2
2023-02-13
Merge branch kvm-arm64/parallel-access-faults into kvmarm/next
Oliver Upton
1
-6
/
+37
2023-02-13
Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/next
Oliver Upton
1
-2
/
+0
2023-02-11
KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
Marc Zyngier
2
-1
/
+42
2023-02-11
KVM: arm64: nv: Support virtual EL2 exceptions
Jintack Lim
1
-12
/
+36
2023-02-10
Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...
Catalin Marinas
1
-1
/
+1
2023-02-02
KVM: arm64: Finalise EL2 state from pKVM PSCI relay
Quentin Perret
1
-0
/
+1
2023-02-02
KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHE
Quentin Perret
1
-0
/
+1
2023-01-19
arm64: Drop SYS_ from SPE register defines
Rob Herring
1
-1
/
+1
2023-01-12
KVM: arm64: Kill CPACR_EL1_TTA definition
Marc Zyngier
1
-1
/
+1
2023-01-12
KVM: arm64: Condition HW AF updates on config option
Oliver Upton
1
-0
/
+2
2023-01-12
KVM: arm64: Handle access faults behind the read lock
Oliver Upton
1
-1
/
+2
2023-01-12
KVM: arm64: Don't serialize if the access flag isn't set
Oliver Upton
1
-4
/
+8
2023-01-12
KVM: arm64: Return EAGAIN for invalid PTE in attr walker
Oliver Upton
1
-1
/
+1
2023-01-12
KVM: arm64: Ignore EAGAIN for walks outside of a fault
Oliver Upton
1
-3
/
+27
2023-01-12
KVM: arm64: Always set HCR_TID2
Akihiko Odaki
1
-2
/
+0
2023-01-12
KVM: arm64: Use symbolic definition for ISR_EL1.A
Mark Brown
1
-1
/
+1
2023-01-03
KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*
Marc Zyngier
2
-2
/
+2
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
16
-438
/
+1741
2022-12-05
Merge branch kvm-arm64/misc-6.2 into kvmarm-master/next
Marc Zyngier
1
-1
/
+1
2022-12-05
Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/next
Marc Zyngier
15
-125
/
+1392
2022-12-05
Merge branch kvm-arm64/parallel-faults into kvmarm-master/next
Marc Zyngier
3
-319
/
+355
2022-11-22
KVM: arm64: Reject shared table walks in the hyp code
Oliver Upton
1
-1
/
+4
2022-11-22
KVM: arm64: Don't acquire RCU read lock for exclusive table walks
Oliver Upton
1
-2
/
+2
2022-11-22
KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()
Oliver Upton
1
-3
/
+3
2022-11-11
KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()
Will Deacon
3
-2
/
+109
[next]