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
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
/
svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-10
KVM: inject NMI after IRET from a previous NMI, not before.
Gleb Natapov
1
-12
/
+50
2009-06-10
KVM: Do not re-execute INTn instruction.
Gleb Natapov
1
-4
/
+4
2009-06-10
KVM: skip_emulated_instruction() decode instruction if size is not known
Gleb Natapov
1
-6
/
+5
2009-06-10
KVM: Unprotect a page if #PF happens during NMI injection.
Gleb Natapov
1
-2
/
+1
2009-06-10
KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()
Glauber Costa
1
-8
/
+24
2009-06-10
KVM: SVM: Don't reinject event that caused a task switch
Gleb Natapov
1
-2
/
+21
2009-06-10
KVM: SVM: Fix cross vendor migration issue in segment segment descriptor
Andre Przywara
1
-0
/
+9
2009-06-10
KVM: Replace get_mt_mask_shift with get_mt_mask
Sheng Yang
1
-2
/
+2
2009-06-10
KVM: Get rid of get_irq() callback
Gleb Natapov
1
-8
/
+0
2009-06-10
KVM: SVM: Add NMI injection support
Gleb Natapov
1
-46
/
+50
2009-06-10
KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open
Gleb Natapov
1
-5
/
+1
2009-06-10
KVM: Do not report TPR write to userspace if new value bigger or equal to a p...
Gleb Natapov
1
-0
/
+4
2009-06-10
KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPR
Gleb Natapov
1
-4
/
+1
2009-06-10
KVM: Remove inject_pending_vectors() callback
Gleb Natapov
1
-1
/
+0
2009-06-10
KVM: Remove exception_injected() callback.
Gleb Natapov
1
-6
/
+0
2009-06-10
KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logic
Gleb Natapov
1
-102
/
+85
2009-06-10
KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX
Gleb Natapov
1
-1
/
+1
2009-06-10
KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too
Gleb Natapov
1
-4
/
+7
2009-06-10
KVM: SVM: Skip instruction on a task switch only when appropriate
Gleb Natapov
1
-2
/
+9
2009-06-10
KVM: Fix unneeded instruction skipping during task switching.
Gleb Natapov
1
-7
/
+18
2009-06-10
KVM: Fix interrupt unhalting a vcpu when it shouldn't
Gleb Natapov
1
-0
/
+10
2009-06-10
KVM: reuse (pop|push)_irq from svm.c in vmx.c
Gleb Natapov
1
-21
/
+4
2009-06-10
KVM: SVM: Remove duplicate code in svm_do_inject_vector()
Gleb Natapov
1
-9
/
+1
2009-05-11
KVM: SVM: Remove port 80 passthrough
Avi Kivity
1
-1
/
+0
2009-05-11
KVM: SVM: Fix cross vendor migration issue with unusable bit
Andre Przywara
1
-2
/
+5
2009-03-24
KVM: SVM: set accessed bit for VMCB segment selectors
Andre Przywara
1
-12
/
+29
2009-03-24
KVM: Drop unused evaluations from string pio handlers
Jan Kiszka
1
-3
/
+1
2009-03-24
KVM: Add FFXSR support
Alexander Graf
1
-0
/
+3
2009-03-24
KVM: SVM: Fix typo in has_svm()
Joe Perches
1
-1
/
+1
2009-03-24
KVM: SVM: Add microcode patch level dummy
Alexander Graf
1
-0
/
+3
2009-03-24
KVM: x86: Wire-up hardware breakpoints for guest debugging
Jan Kiszka
1
-0
/
+5
2009-03-24
KVM: x86: Virtualize debug registers
Jan Kiszka
1
-73
/
+43
2009-03-24
KVM: New guest debug interface
Jan Kiszka
1
-2
/
+48
2009-03-24
KVM: SVM: Allow setting the SVME bit
Alexander Graf
1
-0
/
+8
2009-03-24
KVM: SVM: Allow read access to MSR_VM_VR
Joerg Roedel
1
-0
/
+3
2009-03-24
KVM: SVM: Add VMEXIT handler and intercepts
Alexander Graf
1
-0
/
+293
2009-03-24
KVM: SVM: Add VMRUN handler
Alexander Graf
1
-2
/
+155
2009-03-24
KVM: SVM: Add VMLOAD and VMSAVE handlers
Alexander Graf
1
-2
/
+58
2009-03-24
KVM: SVM: Implement hsave
Alexander Graf
1
-0
/
+13
2009-03-24
KVM: SVM: Implement GIF, clgi and stgi
Alexander Graf
1
-5
/
+42
2009-03-24
KVM: SVM: Add helper functions for nested SVM
Alexander Graf
1
-0
/
+85
2009-03-24
KVM: SVM: Move EFER and MSR constants to generic x86 code
Alexander Graf
1
-3
/
+3
2009-03-24
KVM: SVM: Clean up VINTR setting
Alexander Graf
1
-5
/
+15
2009-02-15
KVM: x86: fix LAPIC pending count calculation
Marcelo Tosatti
1
-1
/
+0
2008-12-31
KVM: SVM: move svm_hardware_disable() code to asm/virtext.h
Eduardo Habkost
1
-5
/
+1
2008-12-31
KVM: SVM: move has_svm() code to asm/virtext.h
Eduardo Habkost
1
-14
/
+5
2008-12-31
KVM: allow emulator to adjust rip for emulated pio instructions
Guillaume Thouvenin
1
-0
/
+1
2008-12-31
KVM: SVM: Set the 'busy' flag of the TR selector
Amit Shah
1
-0
/
+7
2008-12-31
KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migration
Amit Shah
1
-0
/
+9
2008-12-31
KVM: Enable MTRR for EPT
Sheng Yang
1
-0
/
+6
[next]