index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
pti.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-15
x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macros
Pasha Tatashin
1
-1
/
+1
2022-05-08
randstruct: Reorganize Kconfigs and attribute macros
Kees Cook
1
-1
/
+1
2021-03-28
x86/process/64: Move cpu_current_top_of_stack out of TSS
Lai Jiangshan
1
-4
/
+3
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-06-11
x86/entry: Unbreak __irqentry_text_start/end magic
Thomas Gleixner
1
-2
/
+2
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-02
x86/mm: remove vmalloc faulting
Joerg Roedel
1
-7
/
+1
2020-03-27
x86/mm/set_memory: Fix -Wmissing-prototypes warnings
Benjamin Thiel
1
-7
/
+1
2019-11-04
x86/vmlinux: Actually use _etext for the end of the text segment
Kees Cook
1
-1
/
+1
2019-08-29
x86/mm/pti: Do not invoke PTI functions when PTI is disabled
Thomas Gleixner
1
-0
/
+2
2019-08-29
x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()
Song Liu
1
-2
/
+4
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
1
-9
/
+1
2019-05-06
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2019-05-06
Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+3
2019-04-17
x86/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
1
-1
/
+3
2019-04-08
x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
Borislav Petkov
1
-1
/
+1
2019-03-22
x86/mm/pti: Make local symbols static
Valdis Kletnieks
1
-2
/
+2
2018-09-12
x86/pti/64: Remove the SYSCALL64 entry trampoline
Andy Lutomirski
1
-1
/
+32
2018-09-02
x86/pti: Fix section mismatch warning/error
Randy Dunlap
1
-1
/
+1
2018-08-14
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+1
2018-08-10
x86/mm/pti: Move user W+X check into pti_finalize()
Joerg Roedel
1
-0
/
+2
2018-08-07
x86/mm/pti: Clone kernel-image on PTE level for 32 bit
Joerg Roedel
1
-41
/
+99
2018-08-07
x86/mm/pti: Don't clear permissions in pti_clone_pmd()
Joerg Roedel
1
-6
/
+5
2018-08-07
x86/mm/pti: Fix 32 bit PCID check
Joerg Roedel
1
-1
/
+1
2018-08-06
Merge branch 'x86/pti-urgent' into x86/pti
Thomas Gleixner
1
-11
/
+25
2018-08-05
x86/mm/pti: Clear Global bit more aggressively
Dave Hansen
1
-10
/
+24
2018-08-05
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
1
-0
/
+1
2018-07-20
x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
Jiang Biao
1
-3
/
+7
2018-07-20
x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
Jiang Biao
1
-2
/
+9
2018-07-20
x86/mm/pti: Add Warning when booting on a PCID capable CPU
Joerg Roedel
1
-0
/
+22
2018-07-20
x86/mm/pti: Clone entry-text again in pti_finalize()
Joerg Roedel
1
-4
/
+9
2018-07-20
x86/mm/pti: Introduce pti_finalize()
Joerg Roedel
1
-1
/
+13
2018-07-20
x86/mm/pti: Keep permissions when cloning kernel text in pti_clone_kernel_text()
Joerg Roedel
1
-1
/
+1
2018-07-20
x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
Joerg Roedel
1
-1
/
+1
2018-07-20
x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
Joerg Roedel
1
-0
/
+20
2018-07-20
x86/mm/pti: Add an overflow check to pti_clone_pmds()
Joerg Roedel
1
-0
/
+4
2018-07-20
x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
Joerg Roedel
1
-1
/
+1
2018-07-16
x86/pti: Make pti_set_kernel_image_nonglobal() static
Jiang Biao
1
-1
/
+1
2018-04-25
x86/pti: Disallow global kernel text with RANDSTRUCT
Dave Hansen
1
-0
/
+10
2018-04-25
x86/pti: Reduce amount of kernel text allowed to be Global
Dave Hansen
1
-3
/
+13
2018-04-12
x86/pti: Leave kernel text global for !PCID
Dave Hansen
1
-4
/
+74
2018-04-12
x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
Dave Hansen
1
-0
/
+25
2018-04-12
x86/pti: Enable global pages for shared areas
Dave Hansen
1
-1
/
+22
2018-03-08
x86/pti: Fix a comment typo
Seunghun Han
1
-1
/
+1
2018-01-08
x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()
Jike Song
1
-26
/
+6
2018-01-05
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
Thomas Gleixner
1
-3
/
+3
2018-01-03
x86/pti: Make sure the user/kernel PTEs match
Thomas Gleixner
1
-1
/
+2
2017-12-23
x86/pti: Map the vsyscall page if needed
Andy Lutomirski
1
-0
/
+65
2017-12-23
x86/mm/pti: Map ESPFIX into user space
Andy Lutomirski
1
-0
/
+11
[next]