aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-08-24sched/x86: Fix thread_saved_pc()Brian Gerst3-16/+13
2016-08-24sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst5-59/+41
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst11-132/+125
2016-08-24sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t...Brian Gerst4-4/+11
2016-08-24sched/x86/64, kgdb: Clear GDB_PS on 64-bitBrian Gerst1-1/+1
2016-08-24sched/x86/32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs()Brian Gerst1-2/+1
2016-08-24x86/dumpstack/ftrace: Don't print unreliable addresses in print_context_stack...Josh Poimboeuf1-2/+0
2016-08-24x86/dumpstack/ftrace: Mark function graph handler function as unreliableJosh Poimboeuf1-8/+16
2016-08-24ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTRJosh Poimboeuf2-1/+3
2016-08-24x86/dumpstack/ftrace: Convert dump_trace() callbacks to use ftrace_graph_ret_...Josh Poimboeuf1-43/+22
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+1
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2-1/+1
2016-08-24x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski4-1/+104
2016-08-24Merge tag 'v4.8-rc3' into x86/asm, to pick up fixesIngo Molnar1-1/+1
2016-08-24x86/entry: Remove outdated comment about SYSCALL targetsBorislav Petkov1-5/+0
2016-08-24x86/apic: Do not init irq remapping if ioapic is disabledWanpeng Li1-0/+3
2016-08-23x86/PCI: VMD: Fix infinite loop executing irq'sKeith Busch1-2/+8
2016-08-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-7/+8
2016-08-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+24
2016-08-18x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf3-8/+5
2016-08-18x86/dumpstack: Fix x86_32 kernel_stack_pointer() previous stack accessJosh Poimboeuf1-2/+2
2016-08-18x86/head: Remove useless zeroed wordJosh Poimboeuf1-1/+0
2016-08-18x86/dumpstack: Remove extra brackets around "<EOE>"Josh Poimboeuf1-1/+1
2016-08-18x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf6-15/+12
2016-08-18x86/asm/head: Remove unused init_rsp variable externJosh Poimboeuf1-1/+0
2016-08-18x86/dumpstack: Remove show_trace()Josh Poimboeuf2-8/+0
2016-08-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar202-1189/+1777
2016-08-18kvm: nVMX: fix nested tsc scalingPeter Feiner1-4/+12
2016-08-18KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář1-0/+13
2016-08-18KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APICRadim Krčmář1-63/+44
2016-08-18x86/smp: Fix __max_logical_packages value setupJiri Olsa1-9/+16
2016-08-18x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov1-1/+8
2016-08-18Merge branch 'pm-sleep'Rafael J. Wysocki1-1/+1
2016-08-16crypto: sha512-mb - fix ctx pointerXiaodong Liu1-2/+2
2016-08-16crypto: sha256-mb - fix ctx pointer and digest copyXiaodong Liu2-5/+6
2016-08-16x86/power/64: Use __pa() for physical address computationRafael J. Wysocki1-1/+1
2016-08-12Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-11/+14
2016-08-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-195/+182
2016-08-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-3/+33
2016-08-12Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki3-11/+14
2016-08-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-16/+30
2016-08-12perf/x86/intel/uncore: Add enable_box for client MSR uncoreKan Liang1-0/+14
2016-08-12perf/x86/intel/uncore: Fix uncore num_countersKan Liang1-5/+5
2016-08-12uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructionsDenys Vlasenko1-11/+11
2016-08-11x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe()Sebastian Andrzej Siewior1-4/+9
2016-08-11x86/platform/uv: Skip UV runtime services mapping in the efi_runtime_disabled...Alex Thorlton1-1/+2
2016-08-11x86/efi: Allocate a trampoline if needed in efi_free_boot_services()Andy Lutomirski1-0/+21
2016-08-11x86/boot: Rework reserve_real_mode() to allow multiple triesAndy Lutomirski2-8/+30
2016-08-11x86/boot: Defer setup_real_mode() to early_initcall timeAndy Lutomirski3-6/+12
2016-08-11x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directlyAndy Lutomirski2-8/+12