summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2018-01-15x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macrosTom Lendacky
2018-01-15x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse
2018-01-15x86/kasan: Panic if there is not enough memory to bootAndrey Ryabinin
2018-01-14x86/retpoline: Remove compile time warningThomas Gleixner
2018-01-14x86,perf: Disable intel_bts when PTIPeter Zijlstra
2018-01-14x86/pti: Fix !PCID and sanitize definesThomas Gleixner
2018-01-12x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse
2018-01-12x86/retpoline/irq32: Convert assembler indirect jumpsAndi Kleen
2018-01-12x86/retpoline/checksum32: Convert assembler indirect jumpsDavid Woodhouse
2018-01-12x86/retpoline/xen: Convert Xen hypercall indirect jumpsDavid Woodhouse
2018-01-12x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse
2018-01-12x86/retpoline/ftrace: Convert ftrace assembler indirect jumpsDavid Woodhouse
2018-01-12x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse
2018-01-12x86/retpoline/crypto: Convert crypto assembler indirect jumpsDavid Woodhouse
2018-01-12x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse
2018-01-12x86/retpoline: Add initial retpoline supportDavid Woodhouse
2018-01-11x86/pti: Make unpoison of pgd for trusted boot work for realDave Hansen
2018-01-10x86/alternatives: Fix optimize_nops() checkingBorislav Petkov
2018-01-09x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSCTom Lendacky
2018-01-09x86/cpu/AMD: Make LFENCE a serializing instructionTom Lendacky
2018-01-08x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()Jike Song
2018-01-08x86/tboot: Unbreak tboot with PTI enabledDave Hansen
2018-01-08x86/cpu: Implement CPU vulnerabilites sysfs functionsThomas Gleixner
2018-01-06x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]David Woodhouse
2018-01-06x86/pti: Unbreak EFI old_memmapJiri Kosina
2018-01-05x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner
2018-01-05x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse
2018-01-05x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner
2018-01-05x86/events/intel/ds: Use the proper cache flush method for mapping ds buffersPeter Zijlstra
2018-01-05x86/kaslr: Fix the vaddr_end messThomas Gleixner
2018-01-04x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner
2018-01-04x86/mm: Set MODULES_END to 0xffffffffff000000Andrey Ryabinin
2018-01-03x86/process: Define cpu_tss_rw in same section as declarationNick Desaulniers
2018-01-03x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()Thomas Gleixner
2018-01-03x86/dumpstack: Print registers for first stack frameJosh Poimboeuf
2018-01-03x86/dumpstack: Fix partial register dumpsJosh Poimboeuf
2018-01-03x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner
2018-01-03x86/cpu, x86/pti: Do not enable PTI on AMD processorsTom Lendacky
2017-12-31x86/ldt: Make LDT pgtable free conditionalThomas Gleixner
2017-12-31x86/ldt: Plug memory leak in error pathThomas Gleixner
2017-12-31x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner
2017-12-31x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner
2017-12-23x86/ldt: Make the LDT mapping ROThomas Gleixner
2017-12-23x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner
2017-12-23x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner
2017-12-23x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchyBorislav Petkov
2017-12-23x86/dumpstack: Indicate in Oops whether PTI is configured and enabledVlastimil Babka
2017-12-23x86/mm: Clarify the whole ASID/kernel PCID/user PCID namingPeter Zijlstra
2017-12-23x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen
2017-12-23x86/mm: Optimize RESTORE_CR3Peter Zijlstra