summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/dumpstack: Add recursion checking for all stacksJosh Poimboeuf2016-09-152-19/+38
* x86/dumpstack: Add support for unwinding empty IRQ stacksJosh Poimboeuf2016-09-152-3/+15
* x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf2016-09-157-128/+234
* x86/dumpstack: Simplify in_exception_stack()Josh Poimboeuf2016-09-151-63/+26
* x86/dumpstack: Allow preemption in show_stack_log_lvl() and dump_trace()Josh Poimboeuf2016-09-142-25/+15
* x86/entry/64: Clean up and document espfix64 stack setupAndy Lutomirski2016-09-131-11/+53
* x86/dumpstack: Remove unnecessary stack pointer argumentsJosh Poimboeuf2016-09-084-10/+4
* x86/dumpstack: Add get_stack_pointer() and get_frame_pointer()Josh Poimboeuf2016-09-084-68/+33
* x86/dumpstack: Make printk_stack_address() more generally usefulJosh Poimboeuf2016-09-081-3/+3
* oprofile/x86: Add regs->ip to oprofile traceJosh Poimboeuf2016-09-081-3/+10
* perf/x86: Check perf_callchain_store() errorJosh Poimboeuf2016-09-081-1/+2
* x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski2016-09-083-3/+41
* Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar2016-09-0827-39/+73
|\
| * x86/mm/64: Enable KASLR for vmemmap memory regionThomas Garnier2016-08-103-3/+28
| * x86: Apply more __ro_after_init and constKees Cook2016-08-1024-36/+45
* | sched/x86: Fix thread_saved_pc()Brian Gerst2016-08-243-16/+13
* | sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst2016-08-245-59/+41
* | sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-2411-132/+125
* | sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t...Brian Gerst2016-08-244-4/+11
* | sched/x86/64, kgdb: Clear GDB_PS on 64-bitBrian Gerst2016-08-241-1/+1
* | sched/x86/32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs()Brian Gerst2016-08-241-2/+1
* | x86/dumpstack/ftrace: Don't print unreliable addresses in print_context_stack...Josh Poimboeuf2016-08-241-2/+0
* | x86/dumpstack/ftrace: Mark function graph handler function as unreliableJosh Poimboeuf2016-08-241-8/+16
* | ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTRJosh Poimboeuf2016-08-242-1/+3
* | x86/dumpstack/ftrace: Convert dump_trace() callbacks to use ftrace_graph_ret_...Josh Poimboeuf2016-08-241-43/+22
* | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+1
* | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2016-08-242-1/+1
* | x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski2016-08-244-1/+104
* | Merge tag 'v4.8-rc3' into x86/asm, to pick up fixesIngo Molnar2016-08-241-1/+1
|\ \
| * \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-182-10/+24
| |\ \
| * \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2016-08-181-1/+1
| |\ \ \
| | * | | x86/power/64: Use __pa() for physical address computationRafael J. Wysocki2016-08-161-1/+1
* | | | | x86/entry: Remove outdated comment about SYSCALL targetsBorislav Petkov2016-08-241-5/+0
* | | | | x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf2016-08-183-8/+5
* | | | | x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack accessJosh Poimboeuf2016-08-181-2/+2
* | | | | x86/head: Remove useless zeroed wordJosh Poimboeuf2016-08-181-1/+0
* | | | | x86/dumpstack: Remove extra brackets around "<EOE>"Josh Poimboeuf2016-08-181-1/+1
* | | | | x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf2016-08-186-15/+12
* | | | | x86/asm/head: Remove unused init_rsp variable externJosh Poimboeuf2016-08-181-1/+0
* | | | | x86/dumpstack: Remove show_trace()Josh Poimboeuf2016-08-182-8/+0
* | | | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-08-18202-1189/+1777
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | x86/smp: Fix __max_logical_packages value setupJiri Olsa2016-08-181-9/+16
| * | | | x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov2016-08-181-1/+8
| |/ / /
| * | | Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-08-123-11/+14
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2016-08-123-11/+14
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | x86/power/64: Always create temporary identity mapping correctlyRafael J. Wysocki2016-08-083-11/+14
| * | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-1220-195/+182
| |\ \ \ \ \
| | * | | | | x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe()Sebastian Andrzej Siewior2016-08-111-4/+9
| | * | | | | x86/efi: Allocate a trampoline if needed in efi_free_boot_services()Andy Lutomirski2016-08-111-0/+21
| | * | | | | x86/boot: Rework reserve_real_mode() to allow multiple triesAndy Lutomirski2016-08-112-8/+30