summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pti.c
AgeCommit message (Expand)Author
2024-12-05x86/mm: Add _PAGE_NOPTISHADOW bit to avoid updating userspace page tablesDavid Woodhouse
2024-08-07x86/mm: Fix PTI for i386 some moreThomas Gleixner
2024-08-01x86/mm: Fix pti_clone_entry_text() for i386Peter Zijlstra
2024-08-01x86/mm: Fix pti_clone_pgtable() alignment assumptionPeter Zijlstra
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu
2024-03-06mm/x86: replace pgd_large() with pgd_leaf()Peter Xu
2024-03-06mm/x86: replace p4d_large() with p4d_leaf()Peter Xu
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-10-20x86/pti: Fix kernel warnings for pti= and nopti cmdline optionsJo Van Bulck
2022-12-15x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook
2021-03-28x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan
2021-03-18x86: Fix various typos in commentsIngo Molnar
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel
2020-03-27x86/mm/set_memory: Fix -Wmissing-prototypes warningsBenjamin Thiel
2019-11-04x86/vmlinux: Actually use _etext for the end of the text segmentKees Cook
2019-08-29x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner
2019-08-29x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-04-17x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf
2019-04-08x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov
2019-03-22x86/mm/pti: Make local symbols staticValdis Kletnieks
2018-09-12x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski
2018-09-02x86/pti: Fix section mismatch warning/errorRandy Dunlap
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-10x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel
2018-08-07x86/mm/pti: Clone kernel-image on PTE level for 32 bitJoerg Roedel
2018-08-07x86/mm/pti: Don't clear permissions in pti_clone_pmd()Joerg Roedel
2018-08-07x86/mm/pti: Fix 32 bit PCID checkJoerg Roedel
2018-08-06Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner
2018-08-05x86/mm/pti: Clear Global bit more aggressivelyDave Hansen
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-07-20x86/pti: Check the return value of pti_user_pagetable_walk_pmd()Jiang Biao
2018-07-20x86/pti: Check the return value of pti_user_pagetable_walk_p4d()Jiang Biao
2018-07-20x86/mm/pti: Add Warning when booting on a PCID capable CPUJoerg Roedel
2018-07-20x86/mm/pti: Clone entry-text again in pti_finalize()Joerg Roedel
2018-07-20x86/mm/pti: Introduce pti_finalize()Joerg Roedel
2018-07-20x86/mm/pti: Keep permissions when cloning kernel text in pti_clone_kernel_text()Joerg Roedel
2018-07-20x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bitJoerg Roedel
2018-07-20x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32Joerg Roedel
2018-07-20x86/mm/pti: Add an overflow check to pti_clone_pmds()Joerg Roedel
2018-07-20x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()Joerg Roedel
2018-07-16x86/pti: Make pti_set_kernel_image_nonglobal() staticJiang Biao
2018-04-25x86/pti: Disallow global kernel text with RANDSTRUCTDave Hansen