summaryrefslogtreecommitdiff
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse2018-01-272-10/+10
* x86/nospec: Fix header guards namesBorislav Petkov2018-01-261-3/+3
* x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse2018-01-262-0/+15
* x86/msr: Add definitions for new speculation control MSRsDavid Woodhouse2018-01-261-0/+12
* x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse2018-01-261-0/+3
* x86/cpufeatures: Add Intel feature bits for Speculation ControlDavid Woodhouse2018-01-261-0/+3
* x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse2018-01-264-7/+14
* x86/retpoline: Remove the esp/rsp thunkWaiman Long2018-01-241-1/+0
* x86/retpoline: Optimize inline assembler for vmexit_fill_RSBAndi Kleen2018-01-191-3/+4
* retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu2018-01-191-0/+3
* x86/mce: Make machine check speculation protectedThomas Gleixner2018-01-191-0/+1
* x86/cpufeature: Move processor tracing out of scattered featuresPaolo Bonzini2018-01-171-1/+1
* x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macrosTom Lendacky2018-01-151-1/+5
* x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse2018-01-151-0/+1
* x86/pti: Fix !PCID and sanitize definesThomas Gleixner2018-01-142-4/+4
* x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse2018-01-121-1/+77
* x86/retpoline/xen: Convert Xen hypercall indirect jumpsDavid Woodhouse2018-01-121-2/+3
* x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse2018-01-121-8/+10
* x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse2018-01-121-0/+10
* x86/retpoline: Add initial retpoline supportDavid Woodhouse2018-01-123-0/+155
* x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSCTom Lendacky2018-01-091-0/+1
* x86/cpu/AMD: Make LFENCE a serializing instructionTom Lendacky2018-01-091-0/+2
* x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]David Woodhouse2018-01-061-0/+2
* x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner2018-01-051-1/+1
* x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse2018-01-051-2/+2
* x86/kaslr: Fix the vaddr_end messThomas Gleixner2018-01-051-1/+7
* x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner2018-01-041-2/+2
* x86/mm: Set MODULES_END to 0xffffffffff000000Andrey Ryabinin2018-01-041-1/+1
* x86/dumpstack: Fix partial register dumpsJosh Poimboeuf2018-01-031-4/+13
* x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner2017-12-311-6/+8
* x86/ldt: Make the LDT mapping ROThomas Gleixner2017-12-231-0/+2
* x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner2017-12-231-1/+1
* x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner2017-12-231-0/+1
* x86/mm: Clarify the whole ASID/kernel PCID/user PCID namingPeter Zijlstra2017-12-231-12/+43
* x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen2017-12-232-1/+23
* x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2017-12-233-13/+90
* x86/mm: Allow flushing for future ASID switchesDave Hansen2017-12-231-8/+29
* x86/pti: Map the vsyscall page if neededAndy Lutomirski2017-12-231-0/+1
* x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski2017-12-233-13/+73
* x86/mm/64: Make a full PGD-entry size hole in the memory mapAndy Lutomirski2017-12-231-2/+2
* x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner2017-12-232-0/+49
* x86/mm/pti: Populate user PGDDave Hansen2017-12-231-1/+8
* x86/mm/pti: Allocate a separate user PGDDave Hansen2017-12-231-0/+11
* x86/mm/pti: Allow NX poison to be set in p4d/pgdDave Hansen2017-12-231-2/+12
* x86/mm/pti: Add mapping helper functionsDave Hansen2017-12-232-1/+97
* x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-231-0/+14
* x86/cpufeatures: Add X86_BUG_CPU_INSECUREThomas Gleixner2017-12-232-2/+9
* init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-3/+4
* x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-225-54/+59
* x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2017-12-222-40/+53