summaryrefslogtreecommitdiff
path: root/arch/x86/mm/pti.c
AgeCommit message (Expand)Author
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
2018-04-25x86/pti: Reduce amount of kernel text allowed to be GlobalDave Hansen
2018-04-12x86/pti: Leave kernel text global for !PCIDDave Hansen
2018-04-12x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen
2018-04-12x86/pti: Enable global pages for shared areasDave Hansen
2018-03-08x86/pti: Fix a comment typoSeunghun Han
2018-01-08x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()Jike Song
2018-01-05x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner
2018-01-03x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner
2017-12-23x86/pti: Map the vsyscall page if neededAndy Lutomirski
2017-12-23x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski
2017-12-23x86/mm/pti: Share entry text PMDThomas Gleixner