aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-12-17x86/espfix/64: Stop assuming that pt_regs is on the entry stackAndy Lutomirski1-9/+28
2017-12-17x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski3-0/+12
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski3-7/+40
2017-12-17x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski1-0/+21
2017-12-17x86/dumpstack: Handle stack overflow on all stacksAndy Lutomirski1-10/+14
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski2-21/+19
2017-12-17x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entry_areaAndy Lutomirski1-7/+7
2017-12-17x86/dumpstack: Add get_stack_info() support for the SYSENTER stackAndy Lutomirski3-0/+31
2017-12-17x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski5-10/+9
2017-12-17x86/irq/64: Print the offending IP in the stack overflow warningAndy Lutomirski1-2/+2
2017-12-17x86/irq: Remove an old outdated comment about context tracking racesAndy Lutomirski1-12/+0
2017-12-17x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf3-60/+57
2017-12-17x86/unwinder/orc: Dont bail on stack overflowAndy Lutomirski1-2/+12
2017-12-17x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky1-0/+3
2017-12-17locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-1/+1
2017-12-17x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek1-2/+5
2017-12-17Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar7-44/+56
2017-12-17Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar3-21/+19
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar16-80/+239
2017-12-15x86/gpu: add CFL to early quirksLucas De Marchi1-0/+1
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-12-15x86/espfix/64: Fix espfix double-fault handling on 5-level systemsAndy Lutomirski1-1/+1
2017-12-12Merge tag 'v4.15-rc3' into perf/core, to refresh the treeIngo Molnar5-6/+13
2017-12-12x86/headers: Remove duplicate #includesPravin Shedge4-4/+0
2017-12-12x86/early-quirks: replace the magical increment start valuesMatthew Auld1-3/+3
2017-12-12x86/early-quirks: export the stolen region as a resourceMatthew Auld1-2/+9
2017-12-12x86/early-quirks: Extend Intel graphics stolen memory placement to 64bitJoonas Lahtinen1-37/+38
2017-12-11uprobes/x86: Emulate push insns for uprobe on x86Yonghong Song1-4/+103
2017-12-11x86/apic: Remove local var in flat_send_IPI_allbutself()Borislav Petkov1-6/+2
2017-12-07x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculationPrarit Bhargava1-2/+2
2017-12-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-6/+13
2017-12-06x86: Fix Sparse warnings about non-static functionsColin Ian King1-2/+2
2017-12-06x86/microcode/AMD: Add support for fam17h microcode loadingTom Lendacky1-0/+4
2017-12-06x86/cpufeatures: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek1-2/+5
2017-12-04x86/mce/AMD: Don't set DEF_INT_TYPE in MSR_CU_DEF_ERR on SMCA systemsYazen Ghannam1-1/+3
2017-12-04x86/MCE: Extend table to report action optional errors through CMCI tooXie XiuQi1-9/+17
2017-12-04x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU featureTom Lendacky2-20/+47
2017-11-28x86/idt: Load idt early in start_secondaryChunyu Hu1-1/+1
2017-11-27x86: annotate ->poll() instancesAl Viro2-2/+2
2017-11-27ACPI / PM: Make it possible to ignore the system sleep blacklistRafael J. Wysocki1-0/+2
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-332/+167
2017-11-25x86/tlb: Disable interrupts when changing CR4Nadav Amit1-1/+1
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas3-202/+2
2017-11-23x86/umip: Fix insn_get_code_seg_params()'s return valueBorislav Petkov1-1/+1
2017-11-21x86/umip: Print a warning into the syslog if UMIP-protected instructions are usedRicardo Neri1-4/+58
2017-11-17Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-24/+61
2017-11-17x86/smpboot: Fix __max_logical_packages estimatePrarit Bhargava1-45/+10
2017-11-17x86/topology: Avoid wasting 128k for package id arrayAndi Kleen1-44/+29
2017-11-17x86/acpi: Reduce code duplication in mp_override_legacy_irq()Vikas C Sajjan1-22/+5
2017-11-17x86/acpi: Handle SCI interrupts above legacy space gracefullyVikas C Sajjan1-1/+33