index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
x86/entry: Cleanup idtentry_enter/exit
Thomas Gleixner
2
-6
/
+6
2020-07-24
x86/entry: Cleanup idtentry_entry/exit_user
Thomas Gleixner
2
-11
/
+11
2020-07-24
x86/entry: Use generic syscall exit functionality
Thomas Gleixner
1
-1
/
+2
2020-07-24
Merge branch 'core/entry' into x86/entry
Thomas Gleixner
5
-46
/
+26
2020-07-24
x86: Correct noinstr qualifiers
Ira Weiny
2
-2
/
+2
2020-07-24
Merge v5.8-rc6 into drm-next
Dave Airlie
19
-115
/
+148
2020-07-23
irqdomain/treewide: Free firmware node after domain removal
Jon Derrick
1
-0
/
+5
2020-07-23
x86/dumpstack: Show registers dump with trace's log level
Dmitry Safonov
1
-5
/
+5
2020-07-23
x86/dumpstack: Add log_lvl to __show_regs()
Dmitry Safonov
3
-42
/
+47
2020-07-23
x86/dumpstack: Add log_lvl to show_iret_regs()
Dmitry Safonov
2
-5
/
+5
2020-07-23
x86/dumpstack: Dump user space code correctly again
Thomas Gleixner
1
-10
/
+17
2020-07-23
x86/stacktrace: Fix reliable check for empty user task stacks
Josh Poimboeuf
1
-5
/
+0
2020-07-23
x86/unwind/orc: Fix ORC for newly forked tasks
Josh Poimboeuf
1
-2
/
+6
2020-07-22
Merge branch 'sched/urgent'
Peter Zijlstra
6
-46
/
+28
2020-07-22
x86, vmlinux.lds: Page-align end of ..page_aligned sections
Joerg Roedel
1
-0
/
+1
2020-07-21
exec: Implement kernel_execve
Eric W. Biederman
1
-1
/
+1
2020-07-20
copy_xstate_to_kernel: Fix typo which caused GDB regression
Kevin Buettner
1
-1
/
+1
2020-07-19
Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-17
/
+6
2020-07-18
x86/ioperm: Fix io bitmap invalidation on Xen PV
Andy Lutomirski
2
-17
/
+4
2020-07-18
genirq/affinity: Handle affinity setting on inactive interrupts correctly
Thomas Gleixner
1
-17
/
+5
2020-07-17
x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()
steve.wahl@hpe.com
1
-9
/
+0
2020-07-17
x86/platform/uv: Remove support for UV1 platform from x2apic_uv_x
steve.wahl@hpe.com
1
-96
/
+26
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-5
/
+5
2020-07-14
irqdomain/treewide: Keep firmware node unconditionally allocated
Thomas Gleixner
3
-12
/
+17
2020-07-10
x86/entry: Fix NMI vs IRQ state tracking
Peter Zijlstra
2
-16
/
+10
2020-07-10
Merge branch 'x86/urgent' into x86/entry to pick up upstream fixes.
Thomas Gleixner
1
-0
/
+2
2020-07-09
x86/traps: Disable interrupts in exc_aligment_check()
Thomas Gleixner
1
-0
/
+2
2020-07-08
x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
Zhenzhong Duan
1
-7
/
+32
2020-07-08
x86/kvm: Change print code to use pr_*() format
Zhenzhong Duan
1
-9
/
+13
2020-07-08
Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get init...
Zhenzhong Duan
1
-9
/
+3
2020-07-08
Merge branch 'kvm-async-pf-int' into HEAD
Paolo Bonzini
1
-13
/
+34
2020-07-08
Merge branch 'sched/urgent'
Peter Zijlstra
20
-107
/
+150
2020-07-08
perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch
Kan Liang
1
-1
/
+1
2020-07-08
x86/fpu/xstate: Add helpers for LBR dynamic supervisor feature
Kan Liang
1
-0
/
+72
2020-07-08
x86/fpu/xstate: Support dynamic supervisor feature for LBR
Kan Liang
1
-5
/
+10
2020-07-08
x86/fpu: Use proper mask to replace full instruction mask
Kan Liang
1
-0
/
+39
2020-07-07
kbuild: remove cc-option test of -fno-stack-protector
Masahiro Yamada
1
-2
/
+1
2020-07-06
x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()
Andy Lutomirski
2
-6
/
+6
2020-07-05
x86/ldt: use "pr_info_once()" instead of open-coding it badly
Linus Torvalds
1
-10
/
+1
2020-07-05
Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-4
/
+66
2020-07-05
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2
-3
/
+3
2020-07-04
x86/ldt: Disable 16-bit segments on Xen PV
Andy Lutomirski
1
-1
/
+34
2020-07-04
x86/entry/32: Fix #MC and #DB wiring on x86_32
Andy Lutomirski
2
-2
/
+4
2020-07-04
x86/entry/xen: Route #DB correctly on Xen PV
Andy Lutomirski
1
-0
/
+12
2020-07-02
Merge branch 'perf/vlbr'
Peter Zijlstra
17
-103
/
+93
2020-07-01
x86/fsgsbase: Fix Xen PV support
Andy Lutomirski
1
-6
/
+18
2020-07-01
x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbase
Andy Lutomirski
2
-15
/
+32
2020-06-30
x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelisted
Sean Christopherson
1
-1
/
+10
2020-06-29
x86/ftrace: Do not jump to direct code in created trampolines
Steven Rostedt (VMware)
2
-0
/
+16
2020-06-29
x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooks
Steven Rostedt (VMware)
2
-9
/
+1
[prev]
[next]