aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pti.c
Commit message (Expand)AuthorAge
* x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner2019-08-29
* x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu2019-08-29
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-05
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-06
|\
| * x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-08
* | Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-06
|\ \
| * | x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-04-17
| |/
* / x86/mm/pti: Make local symbols staticValdis Kletnieks2019-03-22
|/
* x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-12
* x86/pti: Fix section mismatch warning/errorRandy Dunlap2018-09-02
* Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-14
|\
| * x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-05
* | x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel2018-08-10
* | x86/mm/pti: Clone kernel-image on PTE level for 32 bitJoerg Roedel2018-08-07
* | x86/mm/pti: Don't clear permissions in pti_clone_pmd()Joerg Roedel2018-08-07
* | x86/mm/pti: Fix 32 bit PCID checkJoerg Roedel2018-08-07
* | Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner2018-08-06
|\ \
| * | x86/mm/pti: Clear Global bit more aggressivelyDave Hansen2018-08-05
| |/
* | x86/pti: Check the return value of pti_user_pagetable_walk_pmd()Jiang Biao2018-07-20
* | x86/pti: Check the return value of pti_user_pagetable_walk_p4d()Jiang Biao2018-07-20
* | x86/mm/pti: Add Warning when booting on a PCID capable CPUJoerg Roedel2018-07-19
* | x86/mm/pti: Clone entry-text again in pti_finalize()Joerg Roedel2018-07-19
* | x86/mm/pti: Introduce pti_finalize()Joerg Roedel2018-07-19
* | x86/mm/pti: Keep permissions when cloning kernel text in pti_clone_kernel_text()Joerg Roedel2018-07-19
* | x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bitJoerg Roedel2018-07-19
* | x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32Joerg Roedel2018-07-19
* | x86/mm/pti: Add an overflow check to pti_clone_pmds()Joerg Roedel2018-07-19
* | x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()Joerg Roedel2018-07-19
* | x86/pti: Make pti_set_kernel_image_nonglobal() staticJiang Biao2018-07-16
|/
* x86/pti: Disallow global kernel text with RANDSTRUCTDave Hansen2018-04-25
* x86/pti: Reduce amount of kernel text allowed to be GlobalDave Hansen2018-04-25
* x86/pti: Leave kernel text global for !PCIDDave Hansen2018-04-12
* x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen2018-04-12
* x86/pti: Enable global pages for shared areasDave Hansen2018-04-12
* x86/pti: Fix a comment typoSeunghun Han2018-03-08
* x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()Jike Song2018-01-08
* x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner2018-01-05
* x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner2018-01-03
* x86/pti: Map the vsyscall page if neededAndy Lutomirski2017-12-23
* x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski2017-12-23
* x86/mm/pti: Share entry text PMDThomas Gleixner2017-12-23
* x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski2017-12-23
* x86/mm/pti: Add functions to clone kernel PMDsAndy Lutomirski2017-12-23
* x86/mm/pti: Add mapping helper functionsDave Hansen2017-12-23
* x86/pti: Add the pti= cmdline option and documentationBorislav Petkov2017-12-23
* x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-23