index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-10-03
42
-589
/
+664
|
\
|
*
x86/asm: Get rid of __read_cr4_safe()
Andy Lutomirski
2016-09-30
3
-3
/
+2
|
*
Merge branch 'x86/urgent' into x86/asm
Thomas Gleixner
2016-09-30
1
-3
/
+1
|
|
\
|
*
|
x86/dumpstack: Fix show_stack() task pointer regression
Josh Poimboeuf
2016-09-20
1
-1
/
+1
|
*
|
x86/dumpstack: Remove dump_trace() and related callbacks
Josh Poimboeuf
2016-09-20
3
-190
/
+0
|
*
|
x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinder
Josh Poimboeuf
2016-09-20
3
-41
/
+103
|
*
|
x86/stacktrace: Convert save_stack_trace_*() to use the new unwinder
Josh Poimboeuf
2016-09-20
1
-45
/
+29
|
*
|
x86/unwind: Add new unwind interface and implementations
Josh Poimboeuf
2016-09-20
3
-0
/
+142
|
*
|
x86/dumpstack: Remove NULL task pointer convention
Josh Poimboeuf
2016-09-16
3
-3
/
+5
|
*
|
x86/process: Pin the target stack in get_wchan()
Andy Lutomirski
2016-09-16
1
-7
/
+15
|
*
|
x86/dumpstack: Pin the target stack when dumping it
Andy Lutomirski
2016-09-16
3
-0
/
+15
|
*
|
x86: Move thread_info into task_struct
Andy Lutomirski
2016-09-15
3
-9
/
+4
|
*
|
x86/asm: Move the thread_info::status field to thread_struct
Andy Lutomirski
2016-09-15
5
-6
/
+4
|
*
|
Merge branch 'linus' into x86/asm, to pick up recent fixes
Ingo Molnar
2016-09-15
5
-6
/
+31
|
|
\
\
|
*
|
|
x86/dumpstack: Add recursion checking for all stacks
Josh Poimboeuf
2016-09-15
2
-19
/
+38
|
*
|
|
x86/dumpstack: Add support for unwinding empty IRQ stacks
Josh Poimboeuf
2016-09-15
2
-3
/
+15
|
*
|
|
x86/dumpstack: Add get_stack_info() interface
Josh Poimboeuf
2016-09-15
4
-122
/
+195
|
*
|
|
x86/dumpstack: Simplify in_exception_stack()
Josh Poimboeuf
2016-09-15
1
-63
/
+26
|
*
|
|
x86/dumpstack: Allow preemption in show_stack_log_lvl() and dump_trace()
Josh Poimboeuf
2016-09-14
2
-25
/
+15
|
*
|
|
x86/dumpstack: Remove unnecessary stack pointer arguments
Josh Poimboeuf
2016-09-08
3
-6
/
+3
|
*
|
|
x86/dumpstack: Add get_stack_pointer() and get_frame_pointer()
Josh Poimboeuf
2016-09-08
3
-50
/
+10
|
*
|
|
x86/dumpstack: Make printk_stack_address() more generally useful
Josh Poimboeuf
2016-09-08
1
-3
/
+3
|
*
|
|
x86/mm: Improve stack-overflow #PF handling
Andy Lutomirski
2016-09-08
1
-3
/
+3
|
*
|
|
Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity
Ingo Molnar
2016-09-08
19
-30
/
+35
|
|
\
\
\
|
|
*
|
|
x86: Apply more __ro_after_init and const
Kees Cook
2016-08-10
19
-30
/
+35
|
*
|
|
|
sched/x86: Fix thread_saved_pc()
Brian Gerst
2016-08-24
2
-8
/
+11
|
*
|
|
|
sched/x86: Pass kernel thread parameters in 'struct fork_frame'
Brian Gerst
2016-08-24
2
-23
/
+7
|
*
|
|
|
sched/x86: Rewrite the switch_to() code
Brian Gerst
2016-08-24
6
-6
/
+29
|
*
|
|
|
sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t...
Brian Gerst
2016-08-24
2
-2
/
+4
|
*
|
|
|
sched/x86/64, kgdb: Clear GDB_PS on 64-bit
Brian Gerst
2016-08-24
1
-1
/
+1
|
*
|
|
|
sched/x86/32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs()
Brian Gerst
2016-08-24
1
-2
/
+1
|
*
|
|
|
x86/dumpstack/ftrace: Don't print unreliable addresses in print_context_stack...
Josh Poimboeuf
2016-08-24
1
-2
/
+0
|
*
|
|
|
x86/dumpstack/ftrace: Mark function graph handler function as unreliable
Josh Poimboeuf
2016-08-24
1
-8
/
+16
|
*
|
|
|
ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Josh Poimboeuf
2016-08-24
1
-1
/
+1
|
*
|
|
|
x86/dumpstack/ftrace: Convert dump_trace() callbacks to use ftrace_graph_ret_...
Josh Poimboeuf
2016-08-24
1
-43
/
+22
|
*
|
|
|
ftrace: Add return address pointer to ftrace_ret_stack
Josh Poimboeuf
2016-08-24
1
-1
/
+1
|
*
|
|
|
x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)
Andy Lutomirski
2016-08-24
1
-0
/
+61
|
*
|
|
|
x86/entry: Remove outdated comment about SYSCALL targets
Borislav Petkov
2016-08-24
1
-5
/
+0
|
*
|
|
|
x86/dumpstack: Remove 64-byte gap at end of irq stack
Josh Poimboeuf
2016-08-18
3
-8
/
+5
|
*
|
|
|
x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack access
Josh Poimboeuf
2016-08-18
1
-2
/
+2
|
*
|
|
|
x86/head: Remove useless zeroed word
Josh Poimboeuf
2016-08-18
1
-1
/
+0
|
*
|
|
|
x86/dumpstack: Remove extra brackets around "<EOE>"
Josh Poimboeuf
2016-08-18
1
-1
/
+1
|
*
|
|
|
x86/asm/head: Rename 'stack_start' -> 'initial_stack'
Josh Poimboeuf
2016-08-18
4
-12
/
+11
|
*
|
|
|
x86/dumpstack: Remove show_trace()
Josh Poimboeuf
2016-08-18
1
-6
/
+0
*
|
|
|
|
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-10-03
7
-54
/
+97
|
\
\
\
\
\
|
*
|
|
|
|
x86/apic: Fix silent & fatal merge conflict in __generic_processor_info()
Thomas Gleixner
2016-09-26
1
-2
/
+0
|
*
|
|
|
|
Merge branch 'x86/urgent' into x86/apic
Thomas Gleixner
2016-09-26
5
-13
/
+51
|
|
\
\
\
\
\
|
*
|
|
|
|
|
x86/acpi: Set persistent cpuid <-> nodeid mapping when booting
Gu Zheng
2016-09-21
1
-1
/
+2
|
*
|
|
|
|
|
x86/acpi: Introduce persistent storage for cpuid <-> apicid mapping
Gu Zheng
2016-09-21
2
-9
/
+58
|
*
|
|
|
|
|
x86/acpi: Enable acpi to register all possible cpus at boot time
Gu Zheng
2016-09-21
1
-4
/
+15
[next]