summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+8
2018-01-19x86/retpoline: Optimize inline assembler for vmexit_fill_RSBAndi Kleen1-3/+4
2018-01-19retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu1-0/+3
2018-01-19x86/mce: Make machine check speculation protectedThomas Gleixner1-0/+1
2018-01-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+3
2018-01-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+7
2018-01-17x86/cpufeature: Move processor tracing out of scattered featuresPaolo Bonzini1-1/+1
2018-01-16x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky1-2/+2
2018-01-15x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macrosTom Lendacky1-1/+5
2018-01-15x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse1-0/+1
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-14/+263
2018-01-14Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä1-0/+1
2018-01-14x86/pti: Fix !PCID and sanitize definesThomas Gleixner2-4/+4
2018-01-14Merge tag 'pci-v4.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2018-01-12x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse1-1/+77
2018-01-12x86/retpoline/xen: Convert Xen hypercall indirect jumpsDavid Woodhouse1-2/+3
2018-01-12x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse1-8/+10
2018-01-12x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse1-0/+10
2018-01-12x86/retpoline: Add initial retpoline supportDavid Woodhouse3-0/+155
2018-01-11x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows=?UTF-8?q?Christian=20K=C3=B6nig?=1-0/+1
2018-01-09x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSCTom Lendacky1-0/+1
2018-01-09x86/cpu/AMD: Make LFENCE a serializing instructionTom Lendacky1-0/+2
2018-01-06x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]David Woodhouse1-0/+2
2018-01-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-7/+13
2018-01-05x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner1-1/+1
2018-01-05x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse1-2/+2
2018-01-05x86/kaslr: Fix the vaddr_end messThomas Gleixner1-1/+7
2018-01-05x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner1-2/+2
2018-01-05x86/mm: Set MODULES_END to 0xffffffffff000000Andrey Ryabinin1-1/+1
2018-01-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+13
2018-01-03x86/dumpstack: Fix partial register dumpsJosh Poimboeuf1-4/+13
2018-01-01Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-3/+2
2018-01-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+8
2017-12-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2017-12-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-9/+9
2017-12-31x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner1-6/+8
2017-12-30Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds15-52/+456
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2-9/+9
2017-12-27x86: Remove unused parameter of prepare_switch_torodrigosiqueira1-3/+2
2017-12-23x86/ldt: Make the LDT mapping ROThomas Gleixner1-0/+2
2017-12-23x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner1-1/+1
2017-12-23x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner1-0/+1
2017-12-23x86/mm: Clarify the whole ASID/kernel PCID/user PCID namingPeter Zijlstra1-12/+43
2017-12-23x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen2-1/+23
2017-12-23x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2-12/+84
2017-12-23x86/mm: Allow flushing for future ASID switchesDave Hansen1-8/+29
2017-12-23x86/pti: Map the vsyscall page if neededAndy Lutomirski1-0/+1
2017-12-23x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski3-13/+73
2017-12-23x86/mm/64: Make a full PGD-entry size hole in the memory mapAndy Lutomirski1-2/+2
2017-12-23x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner2-0/+49