aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2020-01-17Revert "x86: Use CONFIG_PREEMPTION"He Zhe
2020-01-15Merge tag 'v5.2.29' into v5.2/standard/baseBruce Ashfield
2020-01-09x86/quirks: Disable HPET on Intel Coffe Lake platformsKai-Heng Feng
2020-01-09KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson
2020-01-09x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski
2020-01-09x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar
2020-01-09x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra
2020-01-09x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski
2020-01-09x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski
2020-01-09x86/entry/32: Use %ss segment where requiredAndy Lutomirski
2020-01-09x86/entry/32: Fix IRET exceptionPeter Zijlstra
2020-01-09x86/cpu_entry_area: Add guard page for entry stack on 32bitThomas Gleixner
2020-01-09x86/pti/32: Size initial_page_table correctlyThomas Gleixner
2020-01-09x86/doublefault/32: Fix stack canaries in the double fault handlerAndy Lutomirski
2020-01-09x86/xen/32: Simplify ring check in xen_iret_crit_fixup()Jan Beulich
2020-01-09x86/xen/32: Make xen_iret_crit_fixup() independent of frame layoutJan Beulich
2020-01-09x86/stackframe/32: Repair 32-bit Xen PVJan Beulich
2020-01-09x86/speculation: Fix redundant MDS mitigation messageWaiman Long
2020-01-09x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long
2020-01-09x86/insn: Fix awk regexp warningsAlexander Kapshuk
2020-01-09x86: Use CONFIG_PREEMPTIONThomas Gleixner
2020-01-09x86/entry/32: Pass cr2 to do_async_page_fault()Matt Mullins
2020-01-09x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner
2020-01-09x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra
2020-01-09x86/entry/64: Update comments and sanity tests for create_gapPeter Zijlstra
2020-01-09x86/entry/64: Simplify idtentry a littlePeter Zijlstra
2020-01-09x86/entry/32: Simplify common_exceptionPeter Zijlstra
2020-01-09x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra
2020-01-09x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner
2020-01-09x86/pgtable/32: Fix LOWMEM_PAGES constantArnd Bergmann
2020-01-09x86/alternatives: Fix int3_emulate_call() selftest stack corruptionPeter Zijlstra
2020-01-09x86/ldt: Initialize the context lock for init_mmSebastian Andrzej Siewior
2020-01-09x86/alternatives: Add int3_emulate_call() selftestPeter Zijlstra
2020-01-09x86/stackframe/32: Allow int3_emulate_push()Peter Zijlstra
2020-01-09x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra
2020-01-09x86/stackframe, x86/ftrace: Add pt_regs frame annotationsPeter Zijlstra
2020-01-09x86/stackframe, x86/kprobes: Fix frame pointer annotationsPeter Zijlstra
2020-01-09x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra
2020-01-09x86/entry/32: Clean up return from interrupt preemption pathPeter Zijlstra
2020-01-09x86/asm: Pin sensitive CR0 bitsKees Cook
2020-01-09x86/asm: Pin sensitive CR4 bitsKees Cook
2020-01-09x86/asm: Remove unused TASK_TI_flags from asm-offsets.cSteven Rostedt (VMware)
2020-01-09x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabledAndy Lutomirski
2019-12-29Merge tag 'v5.2.28' into v5.2/standard/baseBruce Ashfield
2019-12-29x86, efi: Never relocate kernel below lowest acceptable addressKairui Song
2019-12-29perf/x86/uncore: Fix event group supportKan Liang
2019-12-29perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)Kim Phillips
2019-12-29perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP...Kim Phillips
2019-12-29x86/apic/32: Avoid bogus LDR warningsJan Beulich
2019-12-29x86/dumpstack/64: Don't evaluate exception stacks before setupThomas Gleixner