index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
x86
/
include
/
asm
/
kvm_host.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-27
KVM: x86: Fix split-irqchip vs interrupt injection window request
Paolo Bonzini
1
-0
/
+1
2020-11-13
KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_arch
Babu Moger
1
-0
/
+1
2020-10-23
kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMU
Ben Gardon
1
-0
/
+4
2020-10-22
kvm: x86/mmu: Allocate and free TDP MMU roots
Ben Gardon
1
-0
/
+1
2020-10-22
kvm: x86/mmu: Init / Uninit the TDP MMU
Ben Gardon
1
-0
/
+9
2020-10-22
KVM: x86: allow kvm_x86_ops.set_efer to return an error value
Maxim Levitsky
1
-1
/
+1
2020-10-22
KVM: x86: bump KVM_MAX_CPUID_ENTRIES
Vitaly Kuznetsov
1
-1
/
+1
2020-10-22
KVM: x86: allocate vcpu->arch.cpuid_entries dynamically
Vitaly Kuznetsov
1
-1
/
+1
2020-10-22
kvm: x86: only provide PV features if enabled in guest's CPUID
Oliver Upton
1
-0
/
+15
2020-09-28
KVM: x86: rename KVM_REQ_GET_VMCS12_PAGES
Paolo Bonzini
1
-2
/
+2
2020-09-28
KVM: x86: Introduce MSR filtering
Alexander Graf
1
-0
/
+14
2020-09-28
KVM: x86: Add infrastructure for MSR filtering
Alexander Graf
1
-0
/
+1
2020-09-28
KVM: x86: Allow deflecting unknown MSR accesses to user space
Alexander Graf
1
-0
/
+3
2020-09-28
KVM: x86: Rename "shared_msrs" to "user_return_msrs"
Sean Christopherson
1
-2
/
+2
2020-09-28
KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint
Sean Christopherson
1
-1
/
+6
2020-09-28
KVM: x86: Add kvm_x86_ops hook to short circuit emulation
Sean Christopherson
1
-1
/
+1
2020-08-22
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
1
-1
/
+2
2020-07-31
KVM: x86: Specify max TDP level via kvm_configure_mmu()
Sean Christopherson
1
-2
/
+2
2020-07-31
KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR
Sean Christopherson
1
-2
/
+2
2020-07-31
KVM: x86: Pull the PGD's level from the MMU instead of recalculating it
Sean Christopherson
1
-1
/
+2
2020-07-11
KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR support
Mohammed Gamal
1
-1
/
+1
2020-07-10
KVM: x86: rename update_bp_intercept to update_exception_bitmap
Paolo Bonzini
1
-1
/
+1
2020-07-10
KVM: x86: mmu: Move translate_gpa() to mmu.c
Mohammed Gamal
1
-6
/
+0
2020-07-09
KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
Sean Christopherson
1
-13
/
+0
2020-07-09
KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
Sean Christopherson
1
-0
/
+1
2020-07-09
KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
Sean Christopherson
1
-1
/
+2
2020-07-09
KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
Sean Christopherson
1
-0
/
+1
2020-07-09
x86/kvm/vmx: Move guest enter/exit into .noinstr.text
Thomas Gleixner
1
-0
/
+8
2020-07-09
KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()
Xiaoyao Li
1
-1
/
+1
2020-07-08
KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()
Krish Sadhukhan
1
-0
/
+1
2020-07-08
KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-only
Sean Christopherson
1
-44
/
+2
2020-07-08
kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu
Jim Mattson
1
-0
/
+3
2020-07-08
KVM: x86/mmu: Make .write_log_dirty a nested operation
Sean Christopherson
1
-1
/
+1
2020-06-23
KVM: nVMX: Plumb L2 GPA through to PML emulation
Sean Christopherson
1
-1
/
+1
2020-06-22
KVM: LAPIC: ensure APIC map is up to date on concurrent update requests
Paolo Bonzini
1
-1
/
+1
2020-06-11
KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...
Vitaly Kuznetsov
1
-1
/
+1
2020-06-09
KVM: x86: Unexport x86_fpu_cache and make it static
Sean Christopherson
1
-1
/
+0
2020-06-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-48
/
+86
2020-06-04
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
1
-2
/
+1
2020-06-01
x86/kvm/hyper-v: Add support for synthetic debugger interface
Jon Doron
1
-0
/
+13
2020-06-01
KVM: x86/pmu: Support full width counting
Like Xu
1
-0
/
+1
2020-06-01
KVM: x86: acknowledgment mechanism for async pf page ready notifications
Vitaly Kuznetsov
1
-0
/
+3
2020-06-01
KVM: x86: interrupt based APF 'page ready' event delivery
Vitaly Kuznetsov
1
-1
/
+3
2020-06-01
KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...
Vitaly Kuznetsov
1
-1
/
+1
2020-06-01
KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info
Vitaly Kuznetsov
1
-1
/
+1
2020-06-01
KVM: nSVM: remove HF_HIF_MASK
Paolo Bonzini
1
-1
/
+0
2020-06-01
KVM: nSVM: remove HF_VINTR_MASK
Paolo Bonzini
1
-1
/
+0
2020-05-28
KVM: nSVM: inject exceptions via svm_check_nested_events
Paolo Bonzini
1
-0
/
+2
2020-05-28
KVM: x86: enable event window in inject_pending_event
Paolo Bonzini
1
-4
/
+4
[next]