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
2017-02-20
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
12
-17
/
+40
2017-02-20
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-88
/
+46
2017-02-20
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-83
/
+157
2017-02-20
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-229
/
+132
2017-02-20
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+13
2017-02-20
kvm: fix page struct leak in handle_vmon
Paolo Bonzini
1
-2
/
+7
2017-02-20
Merge branches 'acpi-bus', 'acpi-sleep' and 'acpi-processor'
Rafael J. Wysocki
1
-2
/
+3
2017-02-20
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
1
-4
/
+5
2017-02-20
Merge branches 'x86/cache', 'x86/debug' and 'x86/irq' into x86/urgent
Ingo Molnar
9
-22
/
+30
2017-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2017-02-17
bpf: make jited programs visible in traces
Daniel Borkmann
1
-15
/
+0
2017-02-17
bpf: remove stubs for cBPF from arch code
Daniel Borkmann
1
-6
/
+2
2017-02-17
KVM: x86: remove code for lazy FPU handling
Paolo Bonzini
5
-148
/
+19
2017-02-17
KVM: race-free exit from KVM_RUN without POSIX signals
Paolo Bonzini
1
-1
/
+5
2017-02-16
x86/mm/ptdump: Add address marker for KASAN shadow region
Andrey Ryabinin
1
-0
/
+9
2017-02-16
x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=y
Andrey Ryabinin
1
-1
/
+15
2017-02-16
Merge branch 'linus' into x86/mm
Thomas Gleixner
20
-231
/
+216
2017-02-16
KVM: Support vCPU-based gfn->hva cache
Cao, Lei
2
-33
/
+30
2017-02-16
KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls
Paolo Bonzini
1
-22
/
+8
2017-02-16
x86/cpufeature: Move RING3MWAIT feature to avoid conflicts
Thomas Gleixner
1
-2
/
+2
2017-02-16
x86/platform/UV/NMI: Fix uneccessary kABI breakage
travis@sgi.com
1
-1
/
+0
2017-02-15
x86/platform/goldfish: Prevent unconditional loading
Thomas Gleixner
1
-1
/
+13
2017-02-15
KVM: svm: inititalize hash table structures directly
David Hildenbrand
1
-4
/
+2
2017-02-15
kvm: nVMX: Refactor nested_vmx_run()
Jim Mattson
1
-49
/
+62
2017-02-15
kvm: nVMX: Split VMCS checks from nested_vmx_run()
Jim Mattson
1
-91
/
+103
2017-02-15
kvm: nVMX: Refactor nested_get_vmcs12_pages()
Jim Mattson
1
-69
/
+69
2017-02-15
kvm: nVMX: Refactor handle_vmptrld()
Jim Mattson
1
-9
/
+13
2017-02-15
kvm: nVMX: Refactor handle_vmon()
Jim Mattson
1
-41
/
+52
2017-02-15
kvm: nVMX: Prepare for checkpointing L2 state
Jim Mattson
1
-29
/
+48
2017-02-15
kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection
Paolo Bonzini
3
-29
/
+34
2017-02-15
KVM: x86: do not scan IRR twice on APICv vmentry
Paolo Bonzini
5
-28
/
+28
2017-02-15
KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callers
Paolo Bonzini
2
-4
/
+7
2017-02-15
KVM: x86: preparatory changes for APICv cleanups
Paolo Bonzini
3
-26
/
+35
2017-02-15
kvm: nVMX: move nested events check to kvm_vcpu_running
Paolo Bonzini
1
-3
/
+3
2017-02-15
KVM: vmx: clear pending interrupts on KVM_SET_LAPIC
Paolo Bonzini
2
-2
/
+10
2017-02-15
kvm: vmx: Use the hardware provided GPA instead of page walk
Paolo Bonzini
1
-0
/
+3
2017-02-14
xen/privcmd: Add IOCTL_PRIVCMD_DM_OP
Paul Durrant
1
-0
/
+7
2017-02-14
Merge tag 'v4.10-rc8' into perf/core, to pick up fixes
Ingo Molnar
11
-21
/
+46
2017-02-13
x86/vm86: Fix unused variable warning if THP is disabled
Kirill A. Shutemov
1
-2
/
+3
2017-02-11
perf/x86/intel: Add Kaby Lake support
Srinivas Pandruvada
3
-0
/
+8
2017-02-11
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-15
/
+38
2017-02-11
crypto: sha512-mb - Protect sha512 mb ctx mgr access
Tim Chen
1
-22
/
+42
2017-02-10
PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()
Christoph Hellwig
1
-1
/
+1
2017-02-10
drivers: hv: Turn off write permission on the hypercall page
K. Y. Srinivasan
1
-1
/
+1
2017-02-10
hv: export current Hyper-V clocksource
Vitaly Kuznetsov
2
-4
/
+12
2017-02-10
Drivers: hv: Fix the bug in generating the guest ID
K. Y. Srinivasan
1
-2
/
+2
2017-02-10
x86/mm/ptdump: Fix soft lockup in page table walker
Andrey Ryabinin
1
-0
/
+2
2017-02-10
x86/tsc: Make the TSC ADJUST sanitizing work for tsc_reliable
Thomas Gleixner
1
-9
/
+7
2017-02-10
x86/tsc: Avoid the large time jump when sanitizing TSC ADJUST
Thomas Gleixner
1
-2
/
+3
2017-02-09
KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bit
Arnd Bergmann
1
-0
/
+4
[prev]
[next]