summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-02-15Linux 4.12.20v4.12.20Paul Gortmaker
2018-02-15kvm: x86: fix RSM when PCID is non-zeroPaolo Bonzini
2018-02-15x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner
2018-02-15x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asmDavid Woodhouse
2018-02-15x86/tlb: Drop the _GPL from the cpu_tlbstate exportThomas Gleixner
2018-02-15x86/events/intel/ds: Use the proper cache flush method for mapping ds buffersPeter Zijlstra
2018-02-15x86/kaslr: Fix the vaddr_end messThomas Gleixner
2018-02-15x86/mm: Map cpu_entry_area at the same place on 4/5 levelThomas Gleixner
2018-02-15x86/mm: Set MODULES_END to 0xffffffffff000000Andrey Ryabinin
2018-02-15x86/process: Define cpu_tss_rw in same section as declarationNick Desaulniers
2018-02-15x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()Thomas Gleixner
2018-02-15x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner
2018-02-15x86/cpu, x86/pti: Do not enable PTI on AMD processorsTom Lendacky
2018-02-15x86/pti: Enable PTI by defaultThomas Gleixner
2018-02-15mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual
2018-02-15kernel/acct.c: fix the acct->needcheck check in check_free_space()Oleg Nesterov
2018-02-15x86/espfix/64: Fix espfix double-fault handling on 5-level systemsAndy Lutomirski
2018-02-15x86/decoder: Fix and update the opcodes mapRandy Dunlap
2018-02-15x86/idt: Load idt early in start_secondaryChunyu Hu
2018-02-15x86/ldt: Make LDT pgtable free conditionalThomas Gleixner
2018-02-15x86/ldt: Plug memory leak in error pathThomas Gleixner
2018-02-15x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner
2018-02-15x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner
2018-02-15x86/ldt: Make the LDT mapping ROThomas Gleixner
2018-02-15x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner
2018-02-15x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner
2018-02-15x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchyBorislav Petkov
2018-02-15x86/mm/pti: Add KconfigDave Hansen
2018-02-15x86/dumpstack: Indicate in Oops whether PTI is configured and enabledVlastimil Babka
2018-02-15x86/mm: Clarify the whole ASID/kernel PCID/user PCID namingPeter Zijlstra
2018-02-15x86/mm: Use INVPCID for __native_flush_tlb_single()Dave Hansen
2018-02-15x86/mm: Optimize RESTORE_CR3Peter Zijlstra
2018-02-15x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra
2018-02-15x86/mm: Abstract switching CR3Dave Hansen
2018-02-15x86/mm: Allow flushing for future ASID switchesDave Hansen
2018-02-15x86/pti: Map the vsyscall page if neededAndy Lutomirski
2018-02-15x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski
2018-02-15x86/mm/64: Make a full PGD-entry size hole in the memory mapAndy Lutomirski
2018-02-15x86/events/intel/ds: Map debug buffers in cpu_entry_areaHugh Dickins
2018-02-15x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner
2018-02-15x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski
2018-02-15x86/mm/pti: Share entry text PMDThomas Gleixner
2018-02-15x86/entry: Align entry text section to PMD boundaryThomas Gleixner
2018-02-15x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski
2018-02-15x86/mm/pti: Force entry through trampoline when PTI activeThomas Gleixner
2018-02-15x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski
2018-02-15x86/mm/pti: Populate user PGDDave Hansen
2018-02-15x86/mm/pti: Allocate a separate user PGDDave Hansen
2018-02-15x86/mm/pti: Allow NX poison to be set in p4d/pgdDave Hansen
2018-02-15x86/mm/pti: Add mapping helper functionsDave Hansen