aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | x86/alternatives: Add stack frame dependency to alternative_call_2()Josh Poimboeuf2016-09-24
| * | | | | | | | | | | | | | | | x86/dumpstack: Fix show_stack() task pointer regressionJosh Poimboeuf2016-09-20
| * | | | | | | | | | | | | | | | x86/dumpstack: Remove dump_trace() and related callbacksJosh Poimboeuf2016-09-20
| * | | | | | | | | | | | | | | | x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinderJosh Poimboeuf2016-09-20
| * | | | | | | | | | | | | | | | oprofile/x86: Convert x86_backtrace() to use the new unwinderJosh Poimboeuf2016-09-20
| * | | | | | | | | | | | | | | | x86/stacktrace: Convert save_stack_trace_*() to use the new unwinderJosh Poimboeuf2016-09-20
| * | | | | | | | | | | | | | | | perf/x86: Convert perf_callchain_kernel() to use the new unwinderJosh Poimboeuf2016-09-20
| * | | | | | | | | | | | | | | | x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf2016-09-20
| * | | | | | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-09-20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | x86/dumpstack: Remove NULL task pointer conventionJosh Poimboeuf2016-09-16
| * | | | | | | | | | | | | | | | x86/process: Pin the target stack in get_wchan()Andy Lutomirski2016-09-16
| * | | | | | | | | | | | | | | | x86/dumpstack: Pin the target stack when dumping itAndy Lutomirski2016-09-16
| * | | | | | | | | | | | | | | | x86/entry/64: Fix a minor comment rebase errorAndy Lutomirski2016-09-16
| * | | | | | | | | | | | | | | | x86: Move thread_info into task_structAndy Lutomirski2016-09-15
| * | | | | | | | | | | | | | | | um/Stop conflating task_struct::stack with thread_infoLinus Torvalds2016-09-15
| * | | | | | | | | | | | | | | | x86/entry: Get rid of pt_regs_to_thread_info()Linus Torvalds2016-09-15
| * | | | | | | | | | | | | | | | x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-15
| * | | | | | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | x86/dumpstack: Add recursion checking for all stacksJosh Poimboeuf2016-09-15
| * | | | | | | | | | | | | | | | | x86/dumpstack: Add support for unwinding empty IRQ stacksJosh Poimboeuf2016-09-15
| * | | | | | | | | | | | | | | | | x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf2016-09-15
| * | | | | | | | | | | | | | | | | x86/dumpstack: Simplify in_exception_stack()Josh Poimboeuf2016-09-15
| * | | | | | | | | | | | | | | | | x86/dumpstack: Allow preemption in show_stack_log_lvl() and dump_trace()Josh Poimboeuf2016-09-14
| * | | | | | | | | | | | | | | | | x86/entry/64: Clean up and document espfix64 stack setupAndy Lutomirski2016-09-13
| * | | | | | | | | | | | | | | | | x86/dumpstack: Remove unnecessary stack pointer argumentsJosh Poimboeuf2016-09-08
| * | | | | | | | | | | | | | | | | x86/dumpstack: Add get_stack_pointer() and get_frame_pointer()Josh Poimboeuf2016-09-08
| * | | | | | | | | | | | | | | | | x86/dumpstack: Make printk_stack_address() more generally usefulJosh Poimboeuf2016-09-08
| * | | | | | | | | | | | | | | | | oprofile/x86: Add regs->ip to oprofile traceJosh Poimboeuf2016-09-08
| * | | | | | | | | | | | | | | | | perf/x86: Check perf_callchain_store() errorJosh Poimboeuf2016-09-08
| * | | | | | | | | | | | | | | | | x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski2016-09-08
| * | | | | | | | | | | | | | | | | Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar2016-09-08
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | x86/mm/64: Enable KASLR for vmemmap memory regionThomas Garnier2016-08-10
| | * | | | | | | | | | | | | | | | | x86: Apply more __ro_after_init and constKees Cook2016-08-10
| * | | | | | | | | | | | | | | | | | sched/x86: Fix thread_saved_pc()Brian Gerst2016-08-24
| * | | | | | | | | | | | | | | | | | sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst2016-08-24
| * | | | | | | | | | | | | | | | | | sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-24
| * | | | | | | | | | | | | | | | | | sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t...Brian Gerst2016-08-24
| * | | | | | | | | | | | | | | | | | sched/x86/64, kgdb: Clear GDB_PS on 64-bitBrian Gerst2016-08-24
| * | | | | | | | | | | | | | | | | | sched/x86/32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs()Brian Gerst2016-08-24
| * | | | | | | | | | | | | | | | | | x86/dumpstack/ftrace: Don't print unreliable addresses in print_context_stack...Josh Poimboeuf2016-08-24
| * | | | | | | | | | | | | | | | | | x86/dumpstack/ftrace: Mark function graph handler function as unreliableJosh Poimboeuf2016-08-24
| * | | | | | | | | | | | | | | | | | ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTRJosh Poimboeuf2016-08-24
| * | | | | | | | | | | | | | | | | | x86/dumpstack/ftrace: Convert dump_trace() callbacks to use ftrace_graph_ret_...Josh Poimboeuf2016-08-24
| * | | | | | | | | | | | | | | | | | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-24
| * | | | | | | | | | | | | | | | | | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2016-08-24
| * | | | | | | | | | | | | | | | | | x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski2016-08-24
| * | | | | | | | | | | | | | | | | | Merge tag 'v4.8-rc3' into x86/asm, to pick up fixesIngo Molnar2016-08-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | x86/entry: Remove outdated comment about SYSCALL targetsBorislav Petkov2016-08-24
| * | | | | | | | | | | | | | | | | | x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf2016-08-18
| * | | | | | | | | | | | | | | | | | x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack accessJosh Poimboeuf2016-08-18