summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner
2016-09-30x86/boot: Fix another __read_cr4() case on 486Andy Lutomirski
2016-09-20x86/dumpstack: Fix show_stack() task pointer regressionJosh Poimboeuf
2016-09-20x86/dumpstack: Remove dump_trace() and related callbacksJosh Poimboeuf
2016-09-20x86/dumpstack: Convert show_trace_log_lvl() to use the new unwinderJosh Poimboeuf
2016-09-20x86/stacktrace: Convert save_stack_trace_*() to use the new unwinderJosh Poimboeuf
2016-09-20x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf
2016-09-16x86/dumpstack: Remove NULL task pointer conventionJosh Poimboeuf
2016-09-16x86/process: Pin the target stack in get_wchan()Andy Lutomirski
2016-09-16x86/dumpstack: Pin the target stack when dumping itAndy Lutomirski
2016-09-15x86: Move thread_info into task_structAndy Lutomirski
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar
2016-09-15x86/dumpstack: Add recursion checking for all stacksJosh Poimboeuf
2016-09-15x86/dumpstack: Add support for unwinding empty IRQ stacksJosh Poimboeuf
2016-09-15x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf
2016-09-15x86/dumpstack: Simplify in_exception_stack()Josh Poimboeuf
2016-09-14x86/dumpstack: Allow preemption in show_stack_log_lvl() and dump_trace()Josh Poimboeuf
2016-09-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-09-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-09-08x86, clock: Fix kvm guest tsc initializationPrarit Bhargava
2016-09-08x86/dumpstack: Remove unnecessary stack pointer argumentsJosh Poimboeuf
2016-09-08x86/dumpstack: Add get_stack_pointer() and get_frame_pointer()Josh Poimboeuf
2016-09-08x86/dumpstack: Make printk_stack_address() more generally usefulJosh Poimboeuf
2016-09-08x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar
2016-09-08x86/apic: Fix num_processors value in case of failureDou Liyang
2016-09-05x86/microcode/AMD: Fix load of builtin microcode with randomized memoryBorislav Petkov
2016-09-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-09-02x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai
2016-09-02x86/paravirt: Do not trace _paravirt_ident_*() functionsSteven Rostedt
2016-08-24sched/x86: Fix thread_saved_pc()Brian Gerst
2016-08-24sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst
2016-08-24sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t...Brian Gerst
2016-08-24sched/x86/64, kgdb: Clear GDB_PS on 64-bitBrian Gerst
2016-08-24sched/x86/32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs()Brian Gerst
2016-08-24x86/dumpstack/ftrace: Don't print unreliable addresses in print_context_stack...Josh Poimboeuf
2016-08-24x86/dumpstack/ftrace: Mark function graph handler function as unreliableJosh Poimboeuf
2016-08-24ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTRJosh Poimboeuf
2016-08-24x86/dumpstack/ftrace: Convert dump_trace() callbacks to use ftrace_graph_ret_...Josh Poimboeuf
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf
2016-08-24x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski
2016-08-24x86/entry: Remove outdated comment about SYSCALL targetsBorislav Petkov
2016-08-24x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li
2016-08-18x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf
2016-08-18x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack accessJosh Poimboeuf
2016-08-18x86/head: Remove useless zeroed wordJosh Poimboeuf
2016-08-18x86/dumpstack: Remove extra brackets around "<EOE>"Josh Poimboeuf
2016-08-18x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf