summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pti.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-14x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf1-1/+3
2018-10-04x86/pti: Fix section mismatch warning/errorRandy Dunlap1-1/+1
2018-09-26x86/mm/pti: Add an overflow check to pti_clone_pmds()Joerg Roedel1-0/+4
2018-09-26x86/pti: Check the return value of pti_user_pagetable_walk_pmd()Jiang Biao1-3/+7
2018-09-26x86/pti: Check the return value of pti_user_pagetable_walk_p4d()Jiang Biao1-2/+9
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