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
2020-12-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
39
-1216
/
+1741
2020-12-10
Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2
-3
/
+25
2020-12-09
Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...
Marc Zyngier
11
-73
/
+731
2020-12-04
Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/...
Marc Zyngier
3
-5
/
+16
2020-12-04
KVM: arm64: Fix EL2 mode availability checks
David Brazdil
1
-3
/
+6
2020-12-04
KVM: arm64: Trap host SMCs in protected mode
David Brazdil
2
-1
/
+14
2020-12-04
KVM: arm64: Keep nVHE EL2 vector installed
David Brazdil
1
-4
/
+8
2020-12-04
KVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCs
David Brazdil
2
-1
/
+27
2020-12-04
KVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCs
David Brazdil
2
-2
/
+52
2020-12-04
KVM: arm64: Intercept host's CPU_ON SMCs
David Brazdil
2
-0
/
+163
2020-12-04
KVM: arm64: Add function to enter host from KVM nVHE hyp code
David Brazdil
1
-0
/
+9
2020-12-04
KVM: arm64: Extract __do_hyp_init into a helper function
David Brazdil
1
-15
/
+32
2020-12-04
KVM: arm64: Forward safe PSCI SMCs coming from host
David Brazdil
1
-1
/
+41
2020-12-04
KVM: arm64: Add offset for hyp VA <-> PA conversion
David Brazdil
2
-3
/
+30
2020-12-04
KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2
David Brazdil
5
-6
/
+149
2020-12-04
KVM: arm64: Add SMC handler in nVHE EL2
David Brazdil
2
-3
/
+70
2020-12-04
KVM: arm64: Create nVHE copy of cpu_logical_map
David Brazdil
2
-0
/
+35
2020-12-04
KVM: arm64: Support per_cpu_ptr in nVHE hyp code
David Brazdil
2
-1
/
+26
2020-12-04
KVM: arm64: Add .hyp.data..ro_after_init ELF section
David Brazdil
2
-0
/
+9
2020-12-04
KVM: arm64: Init MAIR/TCR_EL2 from params struct
David Brazdil
2
-30
/
+30
2020-12-04
KVM: arm64: Move hyp-init params to a per-CPU struct
David Brazdil
3
-19
/
+22
2020-12-04
KVM: arm64: Remove vector_ptr param of hyp-init
David Brazdil
2
-6
/
+7
2020-12-04
KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capability
David Brazdil
1
-1
/
+8
2020-12-04
KVM: arm64: Add kvm-arm.mode early kernel parameter
David Brazdil
1
-0
/
+16
2020-12-03
Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queue
Marc Zyngier
2
-5
/
+17
2020-12-03
KVM: arm64: Use kvm_write_guest_lock when init stolen time
Keqian Zhu
1
-5
/
+1
2020-12-02
KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()
Yanan Wang
1
-2
/
+9
2020-12-02
KVM: arm64: Fix handling of merging tables into a block entry
Yanan Wang
1
-1
/
+7
2020-12-02
KVM: arm64: Fix memory leak on stage2 update of a valid PTE
Yanan Wang
1
-0
/
+9
2020-11-30
KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safe
Marc Zyngier
2
-5
/
+17
2020-11-30
KVM: arm64: Delay the polling of the GICR_VPENDBASER.Dirty bit
Shenming Lu
2
-0
/
+15
2020-11-27
Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/next
Marc Zyngier
2
-54
/
+29
2020-11-27
Merge branch 'kvm-arm64/cache-demux' into kvmarm-master/next
Marc Zyngier
1
-1
/
+1
2020-11-27
KVM: arm64: CSSELR_EL1 max is 13
Andrew Jones
1
-1
/
+1
2020-11-27
KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()
Will Deacon
2
-54
/
+29
2020-11-27
Merge tag 'kvmarm-fixes-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2
-2
/
+25
2020-11-27
Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/next
Marc Zyngier
5
-114
/
+111
2020-11-27
Merge branch 'kvm-arm64/pmu-undef' into kvmarm-master/next
Marc Zyngier
3
-50
/
+29
2020-11-27
KVM: arm64: Get rid of the PMU ready state
Marc Zyngier
1
-1
/
+0
2020-11-27
KVM: arm64: Gate kvm_pmu_update_state() on the PMU feature
Marc Zyngier
1
-1
/
+1
2020-11-27
KVM: arm64: Remove dead PMU sysreg decoding code
Marc Zyngier
1
-5
/
+4
2020-11-27
KVM: arm64: Remove PMU RAZ/WI handling
Marc Zyngier
1
-30
/
+0
2020-11-27
KVM: arm64: Inject UNDEF on PMU access when no PMU configured
Marc Zyngier
1
-4
/
+8
2020-11-27
KVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset time
Marc Zyngier
2
-2
/
+6
2020-11-27
KVM: arm64: Set ID_AA64DFR0_EL1.PMUVer to 0 when no PMU support
Marc Zyngier
1
-1
/
+6
2020-11-27
KVM: arm64: Refuse to run VCPU if PMU is not initialized
Alexandru Elisei
1
-4
/
+4
2020-11-27
KVM: arm64: Add kvm_vcpu_has_pmu() helper
Marc Zyngier
1
-5
/
+3
2020-11-27
Merge branch 'kvm-arm64/host-hvc-table' into kvmarm-master/next
Marc Zyngier
4
-112
/
+198
2020-11-27
Merge branch 'kvm-arm64/copro-no-more' into kvmarm-master/next
Marc Zyngier
8
-181
/
+133
2020-11-27
Merge branch 'kvm-arm64/el2-pc' into kvmarm-master/next
Marc Zyngier
19
-680
/
+535
[next]