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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-18
KVM: MMU: avoid fast page fault fixing mmio page fault
Xiao Guangrong
1
-0
/
+7
2013-07-04
KVM: VMX: mark unusable segment as nonpresent
Gleb Natapov
1
-2
/
+9
2013-07-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-389
/
+554
2013-07-03
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+2
2013-06-27
KVM: Fix RTC interrupt coalescing tracking
Gleb Natapov
2
-24
/
+35
2013-06-27
kvm: Add a tracepoint write_tsc_offset
Yoshihiro YUNOMAE
4
-2
/
+37
2013-06-27
KVM: MMU: Inform users of mmio generation wraparound
Takuya Yoshikawa
1
-1
/
+3
2013-06-27
KVM: MMU: document clear_spte_count
Xiao Guangrong
1
-3
/
+14
2013-06-27
KVM: MMU: drop kvm_mmu_zap_mmio_sptes
Xiao Guangrong
1
-21
/
+1
2013-06-27
KVM: MMU: init kvm generation close to mmio wrap-around value
Xiao Guangrong
1
-1
/
+6
2013-06-27
KVM: MMU: add tracepoint for check_mmio_spte
Xiao Guangrong
2
-2
/
+31
2013-06-27
KVM: MMU: fast invalidate all mmio sptes
Xiao Guangrong
5
-13
/
+60
2013-06-27
KVM: MMU: make return value of mmio page fault handler more readable
Xiao Guangrong
3
-12
/
+21
2013-06-27
KVM: MMU: store generation-number into mmio spte
Xiao Guangrong
3
-17
/
+60
2013-06-26
x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASE
H. Peter Anvin
1
-1
/
+1
2013-06-26
x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED
H. Peter Anvin
1
-1
/
+1
2013-06-21
KVM: MMU: retain more available bits on mmio spte
Xiao Guangrong
2
-3
/
+9
2013-06-18
KVM: x86: remove vcpu's CPL check in host-invoked XCR set
Zhanghaoyu (A)
1
-3
/
+2
2013-06-12
KVM: x86: handle idiv overflow at kvm_write_tsc
Marcelo Tosatti
1
-3
/
+20
2013-06-05
KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zapped
Gleb Natapov
1
-1
/
+7
2013-06-05
KVM: MMU: reclaim the zapped-obsolete page first
Xiao Guangrong
2
-4
/
+18
2013-06-05
KVM: MMU: collapse TLB flushes when zap all pages
Xiao Guangrong
1
-3
/
+30
2013-06-05
KVM: MMU: zap pages in batch
Xiao Guangrong
1
-24
/
+11
2013-06-05
KVM: MMU: do not reuse the obsolete page
Xiao Guangrong
1
-0
/
+3
2013-06-05
KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages
Xiao Guangrong
2
-0
/
+21
2013-06-05
KVM: MMU: show mmu_valid_gen in shadow page related tracepoints
Xiao Guangrong
1
-10
/
+12
2013-06-05
KVM: x86: use the fast way to invalidate all pages
Xiao Guangrong
2
-17
/
+2
2013-06-05
KVM: MMU: fast invalidate all pages
Xiao Guangrong
2
-0
/
+91
2013-06-05
KVM: MMU: drop unnecessary kvm_reload_remote_mmus
Xiao Guangrong
1
-4
/
+1
2013-06-05
KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercall
Xiao Guangrong
1
-7
/
+0
2013-06-03
KVM: Fix race in apic->pending_events processing
Gleb Natapov
1
-3
/
+6
2013-06-03
KVM: fix sil/dil/bpl/spl in the mod/rm fields
Paolo Bonzini
1
-1
/
+4
2013-06-03
KVM: Emulate multibyte NOP
Paolo Bonzini
1
-1
/
+3
2013-05-21
KVM: x86 emulator: convert XADD to fastop
Avi Kivity
1
-7
/
+3
2013-05-21
KVM: x86 emulator: drop unused old-style inline emulation
Avi Kivity
1
-198
/
+0
2013-05-21
KVM: x86 emulator: convert DIV/IDIV to fastop
Avi Kivity
1
-25
/
+26
2013-05-21
KVM: x86 emulator: convert single-operand MUL/IMUL to fastop
Avi Kivity
1
-19
/
+16
2013-05-21
KVM: x86 emulator: Switch fastop src operand to RDX
Avi Kivity
1
-13
/
+13
2013-05-21
KVM: x86 emulator: switch MUL/DIV to DstXacc
Avi Kivity
1
-7
/
+8
2013-05-21
KVM: x86 emulator: decode extended accumulator explicity
Avi Kivity
1
-0
/
+24
2013-05-21
KVM: x86 emulator: add support for writing back the source operand
Avi Kivity
1
-21
/
+27
2013-05-19
KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles
Marc Zyngier
1
-6
/
+7
2013-05-16
KVM: MMU: clenaup locking in mmu_free_roots()
Gleb Natapov
1
-2
/
+5
2013-05-15
KVM: x86: limit difference between kvmclock updates
Marcelo Tosatti
1
-2
/
+28
2013-05-14
KVM: x86: Remove support for reporting coalesced APIC IRQs
Jan Kiszka
2
-37
/
+26
2013-05-12
KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load()
Takuya Yoshikawa
1
-3
/
+1
2013-05-09
KVM: emulator: emulate SALC
Paolo Bonzini
1
-1
/
+5
2013-05-09
KVM: emulator: emulate XLAT
Paolo Bonzini
1
-1
/
+14
2013-05-09
KVM: emulator: emulate AAM
Paolo Bonzini
1
-1
/
+24
2013-05-09
KVM: VMX: fix halt emulation while emulating invalid guest sate
Gleb Natapov
1
-0
/
+6
[next]