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
2022-06-09
KVM: arm64: Remove redundant hyp_assert_lock_held() assertions
Will Deacon
1
-4
/
+0
2022-06-09
KVM: arm64: Handle all ID registers trapped for a protected VM
Marc Zyngier
1
-8
/
+34
2022-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-77
/
+148
2022-05-23
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
6
-19
/
+58
2022-05-20
Merge branch 'for-next/esr-elx-64-bit' into for-next/core
Catalin Marinas
3
-4
/
+4
2022-05-16
Merge branch 'for-next/sme' into for-next/sysreg-gen
Catalin Marinas
2
-1
/
+40
2022-05-16
Merge branch kvm-arm64/misc-5.19 into kvmarm-master/next
Marc Zyngier
3
-29
/
+7
2022-05-16
Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/next
Marc Zyngier
1
-14
/
+11
2022-05-16
KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selected
Marc Zyngier
1
-0
/
+5
2022-05-15
KVM: arm64: Pass pmu events to hyp via vcpu
Fuad Tabba
1
-14
/
+6
2022-05-10
KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE
Oliver Upton
1
-3
/
+0
2022-05-10
KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handler
Oliver Upton
1
-18
/
+1
2022-05-06
KVM: arm64: nvhe: Eliminate kernel-doc warnings
Randy Dunlap
1
-4
/
+4
2022-05-06
KVM: arm64: Avoid unnecessary absolute addressing via literals
Ard Biesheuvel
1
-5
/
+3
2022-05-04
arm64/sysreg: Standardise ID_AA64ISAR0_EL1 macro names
Mark Brown
1
-14
/
+14
2022-05-04
arm64: Update name of ID_AA64ISAR0_EL1_ATOMIC to reflect ARM
Mark Brown
1
-1
/
+1
2022-05-04
Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/next
Marc Zyngier
6
-34
/
+130
2022-05-04
Merge remote-tracking branch 'arm64/for-next/sme' into kvmarm-master/next
Marc Zyngier
2
-1
/
+40
2022-04-29
KVM: arm64: Treat ESR_EL2 as a 64-bit register
Alexandru Elisei
3
-4
/
+4
2022-04-28
KVM: arm64: Detect and handle hypervisor stack overflows
Kalesh Singh
2
-1
/
+30
2022-04-28
KVM: arm64: Add guard pages for pKVM (protected nVHE) hypervisor stack
Kalesh Singh
1
-3
/
+28
2022-04-28
KVM: arm64: Introduce pkvm_alloc_private_va_range()
Kalesh Singh
3
-30
/
+72
2022-04-27
KVM: arm64: Handle host stage-2 faults from 32-bit EL0
Will Deacon
1
-9
/
+9
2022-04-22
KVM: arm64: Trap SME usage in guest
Mark Brown
2
-1
/
+40
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-27
/
+63
2022-03-18
KVM: arm64: fix typos in comments
Julia Lawall
1
-2
/
+2
2022-03-14
Merge branch 'for-next/spectre-bhb' into for-next/core
Will Deacon
3
-3
/
+20
2022-03-14
Merge branch 'for-next/fpsimd' into for-next/core
Will Deacon
2
-5
/
+5
2022-03-14
Merge branch 'for-next/pauth' into for-next/core
Will Deacon
2
-0
/
+19
2022-02-25
arm64: Always use individual bits in CPACR floating point enables
Mark Brown
2
-5
/
+5
2022-02-25
arm64: Add support of PAuth QARMA3 architected algorithm
Vladimir Murzin
2
-0
/
+19
2022-02-24
arm64: Use the clearbhb instruction in mitigations
James Morse
1
-0
/
+1
2022-02-24
arm64: Mitigate spectre style branch history side channels
James Morse
1
-0
/
+8
2022-02-22
arm64: clean up symbol aliasing
Mark Rutland
1
-2
/
+3
2022-02-16
arm64: Add percpu vectors for EL1
James Morse
1
-2
/
+8
2022-02-15
KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A
James Morse
1
-1
/
+3
2022-02-08
Merge branch kvm-arm64/misc-5.18 into kvmarm-master/next
Marc Zyngier
3
-23
/
+56
2022-02-08
KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at EL2
Keir Fraser
3
-23
/
+56
2022-02-08
Merge branch kvm-arm64/vmid-allocator into kvmarm-master/next
Marc Zyngier
1
-2
/
+1
2022-02-08
KVM: arm64: Align the VMID allocation with the arm64 ASID
Julien Grall
1
-2
/
+1
2022-02-08
KVM: arm64: Add some more comments in kvm_hyp_handle_fpsimd()
Mark Brown
1
-0
/
+4
2022-02-03
KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errata
James Morse
1
-1
/
+19
2022-02-03
KVM: arm64: Avoid consuming a stale esr value when SError occur
James Morse
1
-1
/
+2
2022-01-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-13
/
+13
2022-01-28
Merge tag 'kvmarm-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
3
-13
/
+13
2022-01-24
KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHE
Marc Zyngier
1
-1
/
+4
2022-01-22
KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken systems
Marc Zyngier
1
-0
/
+3
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
16
-311
/
+570
2022-01-14
KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance
Marc Zyngier
1
-12
/
+6
2022-01-10
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+1
[next]