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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-25
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-33
/
+220
2019-08-25
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2019-08-23
x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386
Sean Christopherson
1
-1
/
+1
2019-08-21
x86/boot: Fix boot regression caused by bootparam sanitizing
John Hubbard
1
-1
/
+1
2019-08-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-33
/
+6
2019-08-21
Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"
Paolo Bonzini
1
-32
/
+1
2019-08-19
x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h
Tom Lendacky
3
-13
/
+140
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-4
/
+5
2019-08-19
x86/boot/compressed/64: Fix boot on machines with broken E820 table
Kirill A. Shutemov
1
-3
/
+10
2019-08-19
x86/apic: Handle missing global clockevent gracefully
Thomas Gleixner
1
-15
/
+53
2019-08-19
perf/x86: Fix typo in comment
Su Yanjun
1
-1
/
+1
2019-08-17
x86/cpu: Explain Intel model naming convention
Tony Luck
1
-0
/
+15
2019-08-16
x86/boot: Save fields explicitly, zero out everything else
John Hubbard
1
-15
/
+48
2019-08-14
KVM: x86: svm: remove redundant assignment of var new_entry
Miaohe Lin
1
-1
/
+0
2019-08-14
kvm: x86: skip populating logical dest map if apic is not sw enabled
Radim Krcmar
1
-0
/
+5
2019-08-12
x86/fpu/math-emu: Address fallthrough warnings
Thomas Gleixner
2
-3
/
+4
2019-08-12
x86/apic/32: Fix yet another implicit fallthrough warning
Borislav Petkov
1
-1
/
+2
2019-08-12
x86/umwait: Fix error handling in umwait_init()
Fenghua Yu
1
-1
/
+38
2019-08-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-4
/
+5
2019-08-11
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-28
/
+48
2019-08-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-49
/
+44
2019-08-09
Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
68
-504
/
+493
2019-08-08
x86/lib/cpu: Address missing prototypes warning
Valdis Klētnieks
1
-0
/
+1
2019-08-08
x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS
Nick Desaulniers
1
-5
/
+28
2019-08-08
x86/purgatory: Do not use __builtin_memcpy and __builtin_memset
Nick Desaulniers
4
-23
/
+17
2019-08-07
x86: mtrr: cyrix: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-08-07
x86/ptrace: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-08-06
Merge branch 'x86/grand-schemozzle' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-28
/
+162
2019-08-05
x86: kvm: remove useless calls to kvm_para_available
Paolo Bonzini
1
-8
/
+0
2019-08-05
KVM: no need to check return value of debugfs_create functions
Greg KH
1
-28
/
+13
2019-08-05
KVM: remove kvm_arch_has_vcpu_debugfs()
Paolo Bonzini
2
-5
/
+2
2019-08-05
KVM: Fix leak vCPU's VMCS value into other pCPU
Wanpeng Li
4
-0
/
+29
2019-08-05
KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire
Wanpeng Li
1
-8
/
+0
2019-08-01
bpf: fix x64 JIT code generation for jmp to 1st insn
Alexei Starovoitov
1
-4
/
+5
2019-07-31
x86/vdso/32: Use 32bit syscall fallback
Thomas Gleixner
1
-0
/
+36
2019-07-28
Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Thomas Gleixner
178
-3323
/
+4490
2019-07-28
x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGS
Thomas Gleixner
3
-30
/
+33
2019-07-28
Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
4
-4
/
+4
2019-07-28
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-23
/
+75
2019-07-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-5
/
+4
2019-07-27
Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+2
2019-07-26
perf/x86/intel: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2019-07-25
perf/x86/intel: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2019-07-25
perf/x86: Apply more accurate check on hypervisor platform
Zhenzhong Duan
1
-2
/
+1
2019-07-25
perf/x86/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x register
Yunying Sun
1
-2
/
+2
2019-07-25
perf/x86/intel: Fix SLOTS PEBS event constraint
Kan Liang
1
-1
/
+1
2019-07-25
x86/speculation/mds: Apply more accurate check on hypervisor platform
Zhenzhong Duan
1
-1
/
+1
2019-07-25
x86/hpet: Undo the early counter is counting check
Thomas Gleixner
1
-4
/
+8
2019-07-25
treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
Masahiro Yamada
4
-4
/
+4
2019-07-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-12
/
+43
[next]