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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-16
x86/dumpstack: Remove NULL task pointer convention
Josh Poimboeuf
3
-3
/
+5
2016-09-16
x86/process: Pin the target stack in get_wchan()
Andy Lutomirski
1
-7
/
+15
2016-09-16
x86/dumpstack: Pin the target stack when dumping it
Andy Lutomirski
3
-0
/
+15
2016-09-15
x86: Move thread_info into task_struct
Andy Lutomirski
3
-9
/
+4
2016-09-15
x86/asm: Move the thread_info::status field to thread_struct
Andy Lutomirski
5
-6
/
+4
2016-09-15
Merge branch 'linus' into x86/asm, to pick up recent fixes
Ingo Molnar
5
-6
/
+31
2016-09-15
x86/dumpstack: Add recursion checking for all stacks
Josh Poimboeuf
2
-19
/
+38
2016-09-15
x86/dumpstack: Add support for unwinding empty IRQ stacks
Josh Poimboeuf
2
-3
/
+15
2016-09-15
x86/dumpstack: Add get_stack_info() interface
Josh Poimboeuf
4
-122
/
+195
2016-09-15
x86/dumpstack: Simplify in_exception_stack()
Josh Poimboeuf
1
-63
/
+26
2016-09-14
x86/dumpstack: Allow preemption in show_stack_log_lvl() and dump_trace()
Josh Poimboeuf
2
-25
/
+15
2016-09-13
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+13
2016-09-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2016-09-08
x86, clock: Fix kvm guest tsc initialization
Prarit Bhargava
1
-0
/
+1
2016-09-08
x86/dumpstack: Remove unnecessary stack pointer arguments
Josh Poimboeuf
3
-6
/
+3
2016-09-08
x86/dumpstack: Add get_stack_pointer() and get_frame_pointer()
Josh Poimboeuf
3
-50
/
+10
2016-09-08
x86/dumpstack: Make printk_stack_address() more generally useful
Josh Poimboeuf
1
-3
/
+3
2016-09-08
x86/mm: Improve stack-overflow #PF handling
Andy Lutomirski
1
-3
/
+3
2016-09-08
Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity
Ingo Molnar
19
-30
/
+35
2016-09-08
x86/apic: Fix num_processors value in case of failure
Dou Liyang
1
-1
/
+3
2016-09-05
x86/microcode/AMD: Fix load of builtin microcode with randomized memory
Borislav Petkov
1
-3
/
+10
2016-09-04
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+12
2016-09-02
x86/AMD: Apply erratum 665 on machines without a BIOS fix
Emanuel Czirai
1
-0
/
+12
2016-09-02
x86/paravirt: Do not trace _paravirt_ident_*() functions
Steven Rostedt
1
-2
/
+2
2016-08-24
sched/x86: Fix thread_saved_pc()
Brian Gerst
2
-8
/
+11
2016-08-24
sched/x86: Pass kernel thread parameters in 'struct fork_frame'
Brian Gerst
2
-23
/
+7
2016-08-24
sched/x86: Rewrite the switch_to() code
Brian Gerst
6
-6
/
+29
2016-08-24
sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t...
Brian Gerst
2
-2
/
+4
2016-08-24
sched/x86/64, kgdb: Clear GDB_PS on 64-bit
Brian Gerst
1
-1
/
+1
2016-08-24
sched/x86/32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs()
Brian Gerst
1
-2
/
+1
2016-08-24
x86/dumpstack/ftrace: Don't print unreliable addresses in print_context_stack...
Josh Poimboeuf
1
-2
/
+0
2016-08-24
x86/dumpstack/ftrace: Mark function graph handler function as unreliable
Josh Poimboeuf
1
-8
/
+16
2016-08-24
ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Josh Poimboeuf
1
-1
/
+1
2016-08-24
x86/dumpstack/ftrace: Convert dump_trace() callbacks to use ftrace_graph_ret_...
Josh Poimboeuf
1
-43
/
+22
2016-08-24
ftrace: Add return address pointer to ftrace_ret_stack
Josh Poimboeuf
1
-1
/
+1
2016-08-24
x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)
Andy Lutomirski
1
-0
/
+61
2016-08-24
x86/entry: Remove outdated comment about SYSCALL targets
Borislav Petkov
1
-5
/
+0
2016-08-24
x86/apic: Do not init irq remapping if ioapic is disabled
Wanpeng Li
1
-0
/
+3
2016-08-18
x86/dumpstack: Remove 64-byte gap at end of irq stack
Josh Poimboeuf
3
-8
/
+5
2016-08-18
x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack access
Josh Poimboeuf
1
-2
/
+2
2016-08-18
x86/head: Remove useless zeroed word
Josh Poimboeuf
1
-1
/
+0
2016-08-18
x86/dumpstack: Remove extra brackets around "<EOE>"
Josh Poimboeuf
1
-1
/
+1
2016-08-18
x86/asm/head: Rename 'stack_start' -> 'initial_stack'
Josh Poimboeuf
4
-12
/
+11
2016-08-18
x86/dumpstack: Remove show_trace()
Josh Poimboeuf
1
-6
/
+0
2016-08-18
x86/smp: Fix __max_logical_packages value setup
Jiri Olsa
1
-9
/
+16
2016-08-18
x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y
Borislav Petkov
1
-1
/
+8
2016-08-13
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-162
/
+64
2016-08-12
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-3
/
+31
2016-08-12
uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions
Denys Vlasenko
1
-11
/
+11
2016-08-11
x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe()
Sebastian Andrzej Siewior
1
-4
/
+9
[next]