index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
kvm_host.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-9
/
+36
2022-03-18
KVM: arm64: Generalise VM features into a set of flags
Marc Zyngier
1
-6
/
+9
2022-02-15
KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A
James Morse
1
-0
/
+5
2022-02-08
Merge branch kvm-arm64/pmu-bl into kvmarm-master/next
Marc Zyngier
1
-1
/
+14
2022-02-08
KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU
Alexandru Elisei
1
-0
/
+12
2022-02-08
KVM: arm64: Keep a per-VM pointer to the default PMU
Marc Zyngier
1
-1
/
+1
2022-02-08
KVM: arm64: Do not change the PMU event filter after a VCPU has run
Marc Zyngier
1
-0
/
+1
2022-02-08
Merge branch kvm-arm64/vmid-allocator into kvmarm-master/next
Marc Zyngier
1
-3
/
+7
2022-02-08
KVM: arm64: Make active_vmids invalid on vCPU schedule out
Shameer Kolothum
1
-0
/
+1
2022-02-08
KVM: arm64: Align the VMID allocation with the arm64 ASID
Julien Grall
1
-3
/
+1
2022-02-08
KVM: arm64: Make VMID bits accessible outside of allocator
Shameer Kolothum
1
-0
/
+1
2022-02-08
KVM: arm64: Introduce a new VMID allocator for KVM
Shameer Kolothum
1
-0
/
+4
2022-02-08
Merge branch kvm-arm64/mmu-rwlock into kvmarm-master/next
Marc Zyngier
1
-0
/
+2
2022-02-08
KVM: arm64: Use read/write spin lock for MMU protection
Jing Zhang
1
-0
/
+2
2022-02-08
KVM: arm64: Emulate the OS Lock
Oliver Upton
1
-0
/
+4
2022-02-08
KVM: arm64: Stash OSLSR_EL1 in the cpu context
Oliver Upton
1
-0
/
+1
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-28
/
+19
2022-01-07
Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-27
/
+19
2022-01-04
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
1
-3
/
+0
2021-12-16
KVM: arm64: pkvm: Unshare guest structs during teardown
Quentin Perret
1
-0
/
+2
2021-12-08
KVM: arm64: Drop unused workaround_flags vcpu field
Marc Zyngier
1
-3
/
+0
2021-12-08
KVM: Drop obsolete kvm_arch_vcpu_block_finish()
Sean Christopherson
1
-1
/
+0
2021-12-01
Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/next
Marc Zyngier
1
-15
/
+14
2021-12-01
KVM: arm64: Drop vcpu->arch.has_run_once for vcpu->pid
Marc Zyngier
1
-3
/
+2
2021-12-01
KVM: arm64: Move kvm_arch_vcpu_run_pid_change() out of line
Marc Zyngier
1
-6
/
+1
2021-11-22
KVM: arm64: Stop mapping current thread_info at EL2
Marc Zyngier
1
-2
/
+0
2021-11-22
KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATE
Marc Zyngier
1
-0
/
+2
2021-11-22
KVM: arm64: Get rid of host SVE tracking/saving
Marc Zyngier
1
-1
/
+0
2021-11-22
KVM: arm64: Reorder vcpu flag definitions
Marc Zyngier
1
-12
/
+12
2021-11-17
KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c
Sean Christopherson
1
-3
/
+0
2021-11-17
KVM: Move x86's perf guest info callbacks to generic KVM
Sean Christopherson
1
-0
/
+10
2021-11-17
perf: Stop pretending that perf can handle multiple guest callbacks
Sean Christopherson
1
-2
/
+2
2021-11-13
Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-1
/
+1
2021-11-08
KVM: arm64: Change the return type of kvm_vcpu_preferred_target()
YueHaibing
1
-1
/
+1
2021-10-31
Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-0
/
+3
2021-10-18
Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/next
Marc Zyngier
1
-0
/
+2
2021-10-11
KVM: arm64: Initialize trap registers for protected VMs
Fuad Tabba
1
-0
/
+2
2021-10-11
KVM: arm64: Allow KVM to be disabled from the command line
Marc Zyngier
1
-0
/
+1
2021-10-01
kvm: use kvfree() in kvm_arch_free_vm()
Juergen Gross
1
-1
/
+0
2021-08-20
Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/next
Marc Zyngier
1
-2
/
+11
2021-08-20
Merge branch kvm-arm64/generic-entry into kvmarm-master/next
Marc Zyngier
1
-0
/
+1
2021-08-20
Merge branch kvm-arm64/misc-5.15 into kvmarm-master/next
Marc Zyngier
1
-1
/
+1
2021-08-20
KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
Fuad Tabba
1
-0
/
+1
2021-08-20
KVM: arm64: Restore mdcr_el2 from vcpu
Fuad Tabba
1
-1
/
+4
2021-08-20
KVM: arm64: MDCR_EL2 is a 64-bit register
Fuad Tabba
1
-1
/
+1
2021-08-20
KVM: arm64: placeholder to check if VM is protected
Fuad Tabba
1
-0
/
+5
2021-08-19
KVM: arm64: Record number of signal exits as a vCPU stat
Oliver Upton
1
-0
/
+1
2021-08-18
KVM: arm64: Drop check_kvm_target_cpu() based percpu probe
Anshuman Khandual
1
-1
/
+1
2021-08-02
KVM: arm64: Remove PMSWINC_EL0 shadow register
Marc Zyngier
1
-1
/
+0
2021-06-25
Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-0
/
+14
[next]