summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/pti.c
Commit message (Expand)AuthorAgeFilesLines
* x86/process/64: Move cpu_current_top_of_stack out of TSSLai Jiangshan2021-03-281-4/+3
* x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner2020-06-111-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* x86/mm: remove vmalloc faultingJoerg Roedel2020-06-021-7/+1
* x86/mm/set_memory: Fix -Wmissing-prototypes warningsBenjamin Thiel2020-03-271-7/+1
* x86/vmlinux: Actually use _etext for the end of the text segmentKees Cook2019-11-041-1/+1
* x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner2019-08-291-0/+2
* x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu2019-08-291-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-1/+1
|\
| * x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-081-1/+1
* | Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-061-1/+3
|\ \
| * | x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-04-171-1/+3
| |/
* / x86/mm/pti: Make local symbols staticValdis Kletnieks2019-03-221-2/+2
|/
* x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-121-1/+32
* x86/pti: Fix section mismatch warning/errorRandy Dunlap2018-09-021-1/+1
* Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-0/+1
|\
| * x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
* | x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel2018-08-101-0/+2
* | x86/mm/pti: Clone kernel-image on PTE level for 32 bitJoerg Roedel2018-08-071-41/+99
* | x86/mm/pti: Don't clear permissions in pti_clone_pmd()Joerg Roedel2018-08-071-6/+5
* | x86/mm/pti: Fix 32 bit PCID checkJoerg Roedel2018-08-071-1/+1
* | Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner2018-08-061-11/+25
|\ \
| * | x86/mm/pti: Clear Global bit more aggressivelyDave Hansen2018-08-051-10/+24
| |/
* | x86/pti: Check the return value of pti_user_pagetable_walk_pmd()Jiang Biao2018-07-201-3/+7
* | x86/pti: Check the return value of pti_user_pagetable_walk_p4d()Jiang Biao2018-07-201-2/+9
* | x86/mm/pti: Add Warning when booting on a PCID capable CPUJoerg Roedel2018-07-201-0/+22
* | x86/mm/pti: Clone entry-text again in pti_finalize()Joerg Roedel2018-07-201-4/+9
* | x86/mm/pti: Introduce pti_finalize()Joerg Roedel2018-07-201-1/+13
* | x86/mm/pti: Keep permissions when cloning kernel text in pti_clone_kernel_text()Joerg Roedel2018-07-201-1/+1
* | x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bitJoerg Roedel2018-07-201-1/+1
* | x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32Joerg Roedel2018-07-201-0/+20
* | x86/mm/pti: Add an overflow check to pti_clone_pmds()Joerg Roedel2018-07-201-0/+4
* | x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()Joerg Roedel2018-07-201-1/+1
* | x86/pti: Make pti_set_kernel_image_nonglobal() staticJiang Biao2018-07-161-1/+1
|/
* x86/pti: Disallow global kernel text with RANDSTRUCTDave Hansen2018-04-251-0/+10
* x86/pti: Reduce amount of kernel text allowed to be GlobalDave Hansen2018-04-251-3/+13
* x86/pti: Leave kernel text global for !PCIDDave Hansen2018-04-121-4/+74
* x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel imageDave Hansen2018-04-121-0/+25
* x86/pti: Enable global pages for shared areasDave Hansen2018-04-121-1/+22
* x86/pti: Fix a comment typoSeunghun Han2018-03-081-1/+1
* x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()Jike Song2018-01-081-26/+6
* x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner2018-01-051-3/+3
* x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner2018-01-031-1/+2
* x86/pti: Map the vsyscall page if neededAndy Lutomirski2017-12-231-0/+65
* x86/mm/pti: Map ESPFIX into user spaceAndy Lutomirski2017-12-231-0/+11
* x86/mm/pti: Share entry text PMDThomas Gleixner2017-12-231-0/+10
* x86/mm/pti: Share cpu_entry_area with user space page tablesAndy Lutomirski2017-12-231-0/+25