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
2015-06-04
kvm: x86: default legacy PCI device assignment support to "n"
Paolo Bonzini
1
-3
/
+4
2015-05-29
KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR
Marcelo Tosatti
1
-0
/
+4
2015-05-28
arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug
Andrew Morton
1
-7
/
+7
2015-05-28
KVM: x86: Allow ARAT CPU feature
Jan Kiszka
1
-1
/
+6
2015-05-28
KVM: x86: preserve x2APIC LDR on INIT
Radim Krčmář
1
-1
/
+2
2015-05-28
KVM: x86: use correct APIC ID on x2APIC transition
Radim Krčmář
1
-3
/
+10
2015-05-28
KVM: x86: add module parameter to disable periodic kvmclock sync
Marcelo Tosatti
1
-0
/
+9
2015-05-28
KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowed
Paolo Bonzini
1
-4
/
+8
2015-05-28
KVM: pass kvm_memory_slot to gfn_to_page_many_atomic
Paolo Bonzini
1
-2
/
+4
2015-05-28
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
2
-10
/
+9
2015-05-28
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
1
-1
/
+1
2015-05-27
x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()
Ingo Molnar
1
-1
/
+1
2015-05-27
x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()
Ingo Molnar
1
-1
/
+1
2015-05-26
KVM: add memslots argument to kvm_arch_memslots_updated
Paolo Bonzini
1
-1
/
+1
2015-05-26
KVM: const-ify uses of struct kvm_userspace_memory_region
Paolo Bonzini
1
-2
/
+2
2015-05-26
KVM: use kvm_memslots whenever possible
Paolo Bonzini
1
-1
/
+3
2015-05-25
Merge branch 'linus' into x86/fpu
Ingo Molnar
8
-13
/
+52
2015-05-20
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
5
-2
/
+28
2015-05-20
kvm/fpu: Enable eager restore kvm FPU for MPX
Liang Li
3
-2
/
+26
2015-05-20
Revert "KVM: x86: drop fpu_activate hook"
Paolo Bonzini
2
-0
/
+2
2015-05-20
kvm: fix crash in kvm_vcpu_reload_apic_access_page
Andrea Arcangeli
1
-0
/
+2
2015-05-19
KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
Paolo Bonzini
1
-4
/
+5
2015-05-19
KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changed
Xiao Guangrong
1
-2
/
+1
2015-05-19
KVM: MMU: fix MTRR update
Xiao Guangrong
3
-1
/
+83
2015-05-19
KVM: MMU: fix decoding cache type from MTRR
Xiao Guangrong
1
-8
/
+6
2015-05-19
KVM: MMU: introduce kvm_zap_rmapp
Xiao Guangrong
1
-8
/
+12
2015-05-19
KVM: MMU: use slot_handle_level and its helper to clean up the code
Xiao Guangrong
1
-112
/
+16
2015-05-19
KVM: MMU: introduce slot_handle_level_range() and its helpers
Xiao Guangrong
1
-0
/
+69
2015-05-19
KVM: MMU: introduce for_each_slot_rmap_range
Xiao Guangrong
1
-22
/
+75
2015-05-19
KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVEL
Xiao Guangrong
2
-15
/
+10
2015-05-19
KVM: MMU: introduce for_each_rmap_spte()
Xiao Guangrong
2
-38
/
+19
2015-05-19
KVM: MMU: fix SMAP virtualization
Xiao Guangrong
3
-11
/
+15
2015-05-19
KVM: x86: Fix zero iterations REP-string
Nadav Amit
1
-0
/
+25
2015-05-19
KVM: x86: Fix update RCX/RDI/RSI on REP-string
Nadav Amit
1
-6
/
+2
2015-05-19
KVM: x86: Fix DR7 mask on task-switch while debugging
Nadav Amit
2
-4
/
+5
2015-05-19
x86/fpu: Harmonize FPU register state types
Ingo Molnar
1
-6
/
+6
2015-05-19
x86/fpu: Create 'union thread_xstate' helper for fpstate_init()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename user_has_fpu() to fpregs_active()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Move asm/xcr.h to asm/fpu/internal.h
Ingo Molnar
2
-2
/
+0
2015-05-19
x86/fpu: Rename fpu/xsave.h to fpu/xstate.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Simplify fpstate_init_curr() usage
Ingo Molnar
1
-2
/
+1
2015-05-19
x86/fpu, kvm: Simplify fx_init()
Ingo Molnar
1
-11
/
+3
2015-05-19
x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Remove failure return from fpstate_alloc_init()
Ingo Molnar
1
-2
/
+2
2015-05-19
x86/fpu: Remove failure paths from fpstate-alloc low level functions
Ingo Molnar
1
-11
/
+0
2015-05-19
x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
Ingo Molnar
1
-7
/
+7
2015-05-19
x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Move various internal function prototypes to fpu/internal.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'
Ingo Molnar
1
-2
/
+2
[prev]
[next]