aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pti.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-22x86/mm/pti: Make local symbols staticValdis Kletnieks1-2/+2
2018-09-12x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski1-1/+32
2018-09-02x86/pti: Fix section mismatch warning/errorRandy Dunlap1-1/+1
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-08-10x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel1-0/+2
2018-08-07x86/mm/pti: Clone kernel-image on PTE level for 32 bitJoerg Roedel1-41/+99
2018-08-07x86/mm/pti: Don't clear permissions in pti_clone_pmd()Joerg Roedel1-6/+5
2018-08-07x86/mm/pti: Fix 32 bit PCID checkJoerg Roedel1-1/+1
2018-08-06Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner1-11/+25
2018-08-05x86/mm/pti: Clear Global bit more aggressivelyDave Hansen1-10/+24
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-07-20x86/pti: Check the return value of pti_user_pagetable_walk_pmd()Jiang Biao1-3/+7
2018-07-20x86/pti: Check the return value of pti_user_pagetable_walk_p4d()Jiang Biao1-2/+9
2018-07-20x86/mm/pti: Add Warning when booting on a PCID capable CPUJoerg Roedel1-0/+22
2018-07-20x86/mm/pti: Clone entry-text again in pti_finalize()Joerg Roedel1-4/+9
2018-07-20x86/mm/pti: Introduce pti_finalize()Joerg Roedel1-1/+13
2018-07-20x86/mm/pti: Keep permissions when cloning kernel text in pti_clone_kernel_text()Joerg Roedel1-1/+1
2018-07-20x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bitJoerg Roedel1-1/+1
2018-07-20x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32Joerg Roedel1-0/+20
2018-07-20x86/mm/pti: Add an overflow check to pti_clone_pmds()Joerg Roedel1-0/+4
2018-07-20x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()Joerg Roedel1-1/+1
2018-07-16x86/pti: Make pti_set_kernel_image_nonglobal() staticJiang Biao1-1/+1
2018-04-25x86/pti: Disallow global kernel text with RANDSTRUCTDave Hansen1-0/+10
2018-04-25x86/pti: Reduce amount of kernel text allowed to be GlobalDave Hansen1-3/+13
2018-04-12x86/pti: Leave kernel text global for !PCIDDave Hansen1-4/+74
2018-04-12x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen1-0/+25
2018-04-12x86/pti: Enable global pages for shared areasDave Hansen1-1/+22
2018-03-08x86/pti: Fix a comment typoSeunghun Han1-1/+1
2018-01-08x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()Jike Song1-26/+6
2018-01-05x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner1-3/+3
2018-01-03x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner1-1/+2
2017-12-23x86/pti: Map the vsyscall page if neededAndy Lutomirski1-0/+65
2017-12-23x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski1-0/+11
2017-12-23x86/mm/pti: Share entry text PMDThomas Gleixner1-0/+10
2017-12-23x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski1-0/+25
2017-12-23x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski1-0/+127
2017-12-23x86/mm/pti: Add mapping helper functionsDave Hansen1-0/+41
2017-12-23x86/pti: Add the pti= cmdline option and documentationBorislav Petkov1-1/+25
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner1-0/+84