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
2012-05-25
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-408
/
+649
2012-05-17
KVM: Fix mmu_reload() clash with nested vmx event injection
Avi Kivity
1
-4
/
+6
2012-05-16
KVM: MMU: Don't use RCU for lockless shadow walking
Avi Kivity
1
-44
/
+29
2012-05-16
KVM: VMX: Optimize %ds, %es reload
Avi Kivity
1
-5
/
+31
2012-05-16
KVM: VMX: Fix %ds/%es clobber
Avi Kivity
1
-1
/
+5
2012-05-14
KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte()
Joerg Roedel
1
-24
/
+2
2012-05-14
KVM: VMX: unlike vmcs on fail path
Xiao Guangrong
1
-1
/
+1
2012-05-06
KVM: x86 emulator: Avoid pushing back ModRM byte fetched for group decoding
Takuya Yoshikawa
1
-5
/
+3
2012-05-06
KVM: x86 emulator: Move ModRM flags for groups to top level opcode tables
Takuya Yoshikawa
1
-55
/
+56
2012-05-06
KVM: fix cpuid eax for KVM leaf
Michael S. Tsirkin
1
-1
/
+1
2012-05-06
KVM: ensure async PF event wakes up vcpu from halt
Gleb Natapov
1
-0
/
+1
2012-04-28
KVM: x86: Run PIT work in own kthread
Jan Kiszka
2
-14
/
+24
2012-04-24
KVM: x86 emulator: fix asm constraint in flush_pending_x87_faults
Avi Kivity
1
-1
/
+1
2012-04-24
KVM: Introduce bitmask for apic attention reasons
Gleb Natapov
1
-5
/
+7
2012-04-24
KVM: Introduce direct MSI message injection for in-kernel irqchips
Jan Kiszka
1
-0
/
+1
2012-04-21
kill mm argument of vm_munmap()
Al Viro
1
-1
/
+1
2012-04-21
VM: add "vm_mmap()" helper function
Linus Torvalds
1
-3
/
+1
2012-04-21
VM: add "vm_munmap()" helper function
Linus Torvalds
1
-3
/
+1
2012-04-20
KVM: Fix page-crossing MMIO
Avi Kivity
1
-33
/
+81
2012-04-20
Merge branch 'linus' into queue
Marcelo Tosatti
2
-10
/
+13
2012-04-19
KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context
Avi Kivity
1
-1
/
+4
2012-04-19
KVM: MMU: use page table level macro
Davidlohr Bueso
2
-2
/
+2
2012-04-17
KVM: dont clear TMR on EOI
Michael S. Tsirkin
1
-6
/
+13
2012-04-17
KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f)
Avi Kivity
1
-1
/
+1
2012-04-17
KVM: x86 emulator: MMX support
Avi Kivity
1
-4
/
+99
2012-04-17
KVM: x86 emulator: implement movntps
Avi Kivity
1
-1
/
+6
2012-04-17
KVM: x86: emulate movdqa
Stefan Hajnoczi
1
-8
/
+2
2012-04-17
KVM: x86 emulator: add support for vector alignment
Avi Kivity
1
-1
/
+29
2012-04-17
KVM: SVM: Auto-load on CPUs with SVM
Josh Triplett
1
-0
/
+7
2012-04-10
KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on reset
Gleb Natapov
1
-9
/
+9
2012-04-08
KVM: MMU: Improve iteration through sptes from rmap
Takuya Yoshikawa
2
-82
/
+124
2012-04-08
KVM: MMU: Make pte_list_desc fit cache lines well
Takuya Yoshikawa
1
-2
/
+3
2012-04-08
KVM: x86: add paging gcc optimization
Davidlohr Bueso
1
-1
/
+1
2012-04-08
KVM: VMX: Auto-load on CPUs with VMX
Josh Triplett
1
-0
/
+7
2012-04-08
KVM: Switch to srcu-less get_dirty_log()
Takuya Yoshikawa
1
-73
/
+43
2012-04-08
KVM: Avoid checking huge page mappings in get_dirty_log()
Takuya Yoshikawa
2
-15
/
+33
2012-04-08
KVM: MMU: Split the main body of rmap_write_protect() off from others
Takuya Yoshikawa
1
-26
/
+27
2012-04-08
KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRL
Eric B Munson
1
-0
/
+22
2012-04-08
KVM: Factor out kvm_vcpu_kick to arch-generic code
Christoffer Dall
1
-14
/
+2
2012-04-08
KVM: SVM: count all irq windows exit
Jason Wang
1
-1
/
+1
2012-04-08
KVM: x86: expose Intel cpu new features (HLE, RTM) to guest
Liu, Jinsong
1
-1
/
+2
2012-04-05
KVM: VMX: vmx_set_cr0 expects kvm->srcu locked
Marcelo Tosatti
1
-0
/
+2
2012-04-05
KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()
Sasikantha babu
1
-1
/
+1
2012-03-29
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-206
/
+595
2012-03-22
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-1
/
+2
2012-03-21
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
3
-10
/
+10
2012-03-20
x86: remove the second argument of k[un]map_atomic()
Cong Wang
3
-10
/
+10
2012-03-20
KVM: x86: fix kvm_write_tsc() TSC matching thinko
Marcelo Tosatti
1
-9
/
+10
2012-03-08
KVM: nVMX: Fix erroneous exception bitmap check
Nadav Har'El
1
-1
/
+1
2012-03-08
KVM: Ignore the writes to MSR_K7_HWCR(3)
Nicolae Mogoreanu
1
-0
/
+1
[next]