summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pti.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-01-17x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()Jike Song1-26/+6
2018-01-10x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner1-3/+3
2018-01-05x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner1-1/+2
2018-01-02x86/pti: Map the vsyscall page if neededAndy Lutomirski1-0/+65
2018-01-02x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski1-0/+11
2018-01-02x86/mm/pti: Share entry text PMDThomas Gleixner1-0/+10
2018-01-02x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski1-0/+25
2018-01-02x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski1-0/+127
2018-01-02x86/mm/pti: Add mapping helper functionsDave Hansen1-0/+41
2018-01-02x86/pti: Add the pti= cmdline option and documentationBorislav Petkov1-1/+25
2018-01-02x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner1-0/+84