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
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-29
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-37
/
+5
2016-07-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-34
/
+43
2016-07-24
Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-next
Dan Williams
3
-37
/
+5
2016-07-23
Revert "KVM: x86: add pcommit support"
Dan Williams
3
-37
/
+5
2016-07-16
KVM: VMX: handle PML full VMEXIT that occurs during event delivery
Cao, Lei
1
-0
/
+1
2016-07-16
Revert "KVM: SVM: fix trashing of MSR_TSC_AUX"
Radim Krčmář
1
-5
/
+3
2016-07-14
KVM: SVM: do not set MSR_TSC_AUX on 32-bit builds
Paolo Bonzini
1
-1
/
+1
2016-07-14
KVM: nVMX: Fix memory corruption when using VMCS shadowing
Jim Mattson
1
-2
/
+17
2016-07-14
kvm: vmx: ensure VMCS is current while enabling PML
Peter Feiner
1
-32
/
+24
2016-07-14
KVM: SVM: fix trashing of MSR_TSC_AUX
Paolo Bonzini
1
-3
/
+5
2016-07-10
Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changes
Ingo Molnar
5
-32
/
+43
2016-07-05
KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault
Alexis Dambricourt
1
-0
/
+1
2016-06-27
KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.
Quentin Casasnovas
1
-12
/
+11
2016-06-27
KVM: LAPIC: cap __delay at lapic_timer_advance_ns
Marcelo Tosatti
1
-1
/
+2
2016-06-27
KVM: x86: move nsec_to_cycles from x86.c to x86.h
Marcelo Tosatti
2
-6
/
+7
2016-06-16
kvm: vmx: check apicv is active before using VT-d posted interrupt
Yang Zhang
1
-5
/
+10
2016-06-16
kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APIC
Suravee Suthikulpanit
1
-5
/
+10
2016-06-16
kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()
Suravee Suthikulpanit
1
-3
/
+3
2016-06-08
x86/fpu: Add tracepoints to dump FPU state at key points
Dave Hansen
1
-3
/
+3
2016-06-02
KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
Paolo Bonzini
1
-0
/
+5
2016-06-02
KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number
Paolo Bonzini
1
-0
/
+4
2016-06-02
KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID
Paolo Bonzini
1
-10
/
+12
2016-06-02
kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR
Paolo Bonzini
1
-1
/
+1
2016-06-02
KVM: Handle MSR_IA32_PERF_CTL
Dmitry Bilunov
1
-0
/
+1
2016-06-02
KVM: x86: avoid write-tearing of TDP
Nadav Amit
1
-4
/
+4
2016-05-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-20
/
+32
2016-05-25
kvm:vmx: more complete state update on APICv on/off
Roman Kagan
1
-18
/
+30
2016-05-24
svm: bitwise vs logical op typo
Dan Carpenter
1
-2
/
+2
2016-05-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-174
/
+895
2016-05-18
KVM: MTRR: remove MSR 0x2f8
Andy Honig
1
-2
/
+0
2016-05-18
KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same
Paolo Bonzini
3
-9
/
+9
2016-05-18
svm: Manage vcpu load/unload when enable AVIC
Suravee Suthikulpanit
1
-0
/
+89
2016-05-18
svm: Do not intercept CR8 when enable AVIC
Suravee Suthikulpanit
1
-4
/
+12
2016-05-18
svm: Do not expose x2APIC when enable AVIC
Suravee Suthikulpanit
1
-0
/
+12
2016-05-18
KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore
Suravee Suthikulpanit
2
-0
/
+12
2016-05-18
svm: Add VMEXIT handlers for AVIC
Suravee Suthikulpanit
4
-0
/
+341
2016-05-18
svm: Add interrupt injection via AVIC
Suravee Suthikulpanit
1
-4
/
+35
2016-05-18
KVM: x86: Detect and Initialize AVIC support
Suravee Suthikulpanit
1
-1
/
+224
2016-05-18
KVM: x86: Introducing kvm_x86_ops VM init/destroy hooks
Suravee Suthikulpanit
1
-0
/
+5
2016-05-18
KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_reg
Suravee Suthikulpanit
3
-33
/
+33
2016-05-18
KVM: x86: Misc LAPIC changes to expose helper functions
Suravee Suthikulpanit
2
-74
/
+82
2016-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-05-17
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-14
/
+14
2016-05-13
KVM: halt_polling: provide a way to qualify wakeups during poll
Christian Borntraeger
1
-0
/
+1
2016-05-11
kvm: Conditionally register IRQ bypass consumer
Alex Williamson
1
-11
/
+8
2016-05-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+5
2016-05-10
x86/kvm: Add stack frame dependency to fastop() inline asm
Josh Poimboeuf
1
-1
/
+5
2016-05-06
mm: thp: kvm: fix memory corruption in KVM with THP enabled
Andrea Arcangeli
1
-2
/
+2
2016-05-05
Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree
Ingo Molnar
1
-0
/
+4
2016-05-03
kvm: robustify steal time record
Wanpeng Li
1
-1
/
+17
[next]