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
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-29
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-90
/
+313
2012-03-22
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2012-03-20
x86: remove the second argument of k[un]map_atomic()
Cong Wang
1
-4
/
+4
2012-03-20
KVM: x86: fix kvm_write_tsc() TSC matching thinko
Marcelo Tosatti
1
-9
/
+10
2012-03-08
KVM: Ignore the writes to MSR_K7_HWCR(3)
Nicolae Mogoreanu
1
-0
/
+1
2012-03-08
KVM: Allow host IRQ sharing for assigned PCI 2.3 devices
Jan Kiszka
1
-0
/
+1
2012-03-08
KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
Avi Kivity
1
-0
/
+8
2012-03-08
KVM: x86 emulator: Allow PM/VM86 switch during task switch
Kevin Wolf
1
-0
/
+6
2012-03-08
KVM: x86 emulator: Fix task switch privilege checks
Kevin Wolf
1
-3
/
+3
2012-03-08
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
Takuya Yoshikawa
1
-0
/
+59
2012-03-08
KVM: Fix write protection race during dirty logging
Takuya Yoshikawa
1
-6
/
+5
2012-03-08
KVM: Track TSC synchronization in generations
Zachary Amsden
1
-8
/
+33
2012-03-08
KVM: Dont mark TSC unstable due to S4 suspend
Zachary Amsden
1
-5
/
+88
2012-03-08
KVM: Allow adjust_tsc_offset to be in host or guest cycles
Marcelo Tosatti
1
-1
/
+1
2012-03-08
KVM: Add last_host_tsc tracking back to KVM
Zachary Amsden
1
-8
/
+3
2012-03-08
KVM: Fix last_guest_tsc / tsc_offset semantics
Zachary Amsden
1
-4
/
+6
2012-03-08
KVM: Leave TSC synchronization window open with each new sync
Zachary Amsden
1
-1
/
+0
2012-03-08
KVM: Improve TSC offset matching
Zachary Amsden
1
-15
/
+29
2012-03-08
KVM: Infrastructure for software and hardware based TSC rate scaling
Zachary Amsden
1
-40
/
+42
2012-03-05
KVM: SVM: Add support for AMD's OSVW feature in guests
Boris Ostrovsky
1
-0
/
+20
2012-03-05
KVM: s390: ucontrol: export SIE control block to user
Carsten Otte
1
-0
/
+5
2012-03-05
KVM: s390: add parameter for KVM_CREATE_VM
Carsten Otte
1
-1
/
+4
2012-02-22
i387: Split up <asm/i387.h> into exported and internal interfaces
Linus Torvalds
1
-0
/
+1
2012-02-01
KVM: do not #GP on perf MSR writes when vPMU is disabled
Gleb Natapov
1
-0
/
+22
2012-02-01
KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"
Stephan Bärwolf
1
-0
/
+23
2012-01-13
module_param: make bool parameters really bool (arch)
Rusty Russell
1
-2
/
+2
2011-12-27
KVM: x86 emulator: implement RDPMC (0F 33)
Avi Kivity
1
-0
/
+7
2011-12-27
KVM: Add generic RDPMC support
Avi Kivity
1
-0
/
+15
2011-12-27
KVM: Expose a version 2 architectural PMU to a guests
Gleb Natapov
1
-9
/
+13
2011-12-27
KVM: Use memdup_user instead of kmalloc/copy_from_user
Sasha Levin
1
-47
/
+35
2011-12-27
KVM: Use kmemdup() instead of kmalloc/memcpy
Sasha Levin
1
-2
/
+2
2011-12-27
KVM: use this_cpu_xxx replace percpu_xxx funcs
Alex,Shi
1
-7
/
+7
2011-12-27
KVM: MMU: move the relevant mmu code to mmu.c
Xiao Guangrong
1
-10
/
+1
2011-12-27
KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL
Xiao Guangrong
1
-4
/
+0
2011-12-27
KVM: Move cpuid code to new file
Avi Kivity
1
-631
/
+3
2011-12-27
KVM: introduce id_to_memslot function
Xiao Guangrong
1
-9
/
+9
2011-12-27
KVM: introduce update_memslots function
Xiao Guangrong
1
-1
/
+1
2011-12-27
KVM: Optimize dirty logging by rmap_write_protect()
Takuya Yoshikawa
1
-7
/
+51
2011-12-27
KVM: Count the number of dirty pages for dirty logging
Takuya Yoshikawa
1
-6
/
+3
2011-12-27
KVM: MMU: remove KVM host pv mmu support
Chris Wright
1
-12
/
+0
2011-12-27
KVM: MMU: fast prefetch spte on invlpg path
Xiao Guangrong
1
-2
/
+2
2011-12-27
KVM: x86: cleanup port-in/port-out emulated
Xiao Guangrong
1
-33
/
+26
2011-12-27
KVM: x86: retry non-page-table writing instructions
Xiao Guangrong
1
-0
/
+47
2011-12-27
KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT
Nadav Har'El
1
-1
/
+6
2011-12-26
KVM: Don't automatically expose the TSC deadline timer in cpuid
Jan Kiszka
1
-10
/
+9
2011-10-31
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-1
/
+2
2011-10-21
iommu/core: Convert iommu_found to iommu_present
Joerg Roedel
1
-1
/
+2
2011-10-05
KVM: emulate lapic tsc deadline timer for guest
Liu, Jinsong
1
-1
/
+20
2011-09-25
KVM: Fix simultaneous NMIs
Avi Kivity
1
-17
/
+31
2011-09-25
KVM: L1 TSC handling
Nadav Har'El
1
-4
/
+4
[next]