index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
pti.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/mm: Fix PTI for i386 some more
Thomas Gleixner
2024-08-07
1
-16
/
+29
*
x86/mm: Fix pti_clone_entry_text() for i386
Peter Zijlstra
2024-08-01
1
-1
/
+1
*
x86/mm: Fix pti_clone_pgtable() alignment assumption
Peter Zijlstra
2024-08-01
1
-3
/
+3
*
mm/treewide: replace pud_large() with pud_leaf()
Peter Xu
2024-03-06
1
-1
/
+1
*
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
2024-03-06
1
-2
/
+2
*
mm/x86: replace pgd_large() with pgd_leaf()
Peter Xu
2024-03-06
1
-1
/
+1
*
mm/x86: replace p4d_large() with p4d_leaf()
Peter Xu
2024-03-06
1
-1
/
+1
*
arch/x86: Fix typos
Bjorn Helgaas
2024-01-03
1
-1
/
+1
*
x86/pti: Fix kernel warnings for pti= and nopti cmdline options
Jo Van Bulck
2023-10-20
1
-29
/
+29
*
x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macros
Pasha Tatashin
2022-12-15
1
-1
/
+1
*
randstruct: Reorganize Kconfigs and attribute macros
Kees Cook
2022-05-08
1
-1
/
+1
*
x86/process/64: Move cpu_current_top_of_stack out of TSS
Lai Jiangshan
2021-03-28
1
-4
/
+3
*
x86: Fix various typos in comments
Ingo Molnar
2021-03-18
1
-2
/
+2
*
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
1
-1
/
+0
*
x86/entry: Unbreak __irqentry_text_start/end magic
Thomas Gleixner
2020-06-11
1
-2
/
+2
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
x86/mm: remove vmalloc faulting
Joerg Roedel
2020-06-02
1
-7
/
+1
*
x86/mm/set_memory: Fix -Wmissing-prototypes warnings
Benjamin Thiel
2020-03-27
1
-7
/
+1
*
x86/vmlinux: Actually use _etext for the end of the text segment
Kees Cook
2019-11-04
1
-1
/
+1
*
x86/mm/pti: Do not invoke PTI functions when PTI is disabled
Thomas Gleixner
2019-08-29
1
-0
/
+2
*
x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()
Song Liu
2019-08-29
1
-2
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
2019-06-05
1
-9
/
+1
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-07
1
-1
/
+1
|
\
|
*
x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
Borislav Petkov
2019-04-08
1
-1
/
+1
*
|
Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2019-05-06
1
-1
/
+3
|
\
\
|
*
|
x86/speculation: Support 'mitigations=' cmdline option
Josh Poimboeuf
2019-04-17
1
-1
/
+3
|
|
/
*
/
x86/mm/pti: Make local symbols static
Valdis Kletnieks
2019-03-22
1
-2
/
+2
|
/
*
x86/pti/64: Remove the SYSCALL64 entry trampoline
Andy Lutomirski
2018-09-12
1
-1
/
+32
*
x86/pti: Fix section mismatch warning/error
Randy Dunlap
2018-09-02
1
-1
/
+1
*
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2018-08-14
1
-0
/
+1
|
\
|
*
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2018-08-05
1
-0
/
+1
*
|
x86/mm/pti: Move user W+X check into pti_finalize()
Joerg Roedel
2018-08-10
1
-0
/
+2
*
|
x86/mm/pti: Clone kernel-image on PTE level for 32 bit
Joerg Roedel
2018-08-07
1
-41
/
+99
*
|
x86/mm/pti: Don't clear permissions in pti_clone_pmd()
Joerg Roedel
2018-08-07
1
-6
/
+5
*
|
x86/mm/pti: Fix 32 bit PCID check
Joerg Roedel
2018-08-07
1
-1
/
+1
*
|
Merge branch 'x86/pti-urgent' into x86/pti
Thomas Gleixner
2018-08-06
1
-11
/
+25
|
\
\
|
*
|
x86/mm/pti: Clear Global bit more aggressively
Dave Hansen
2018-08-05
1
-10
/
+24
|
|
/
*
|
x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
Jiang Biao
2018-07-20
1
-3
/
+7
*
|
x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
Jiang Biao
2018-07-20
1
-2
/
+9
*
|
x86/mm/pti: Add Warning when booting on a PCID capable CPU
Joerg Roedel
2018-07-20
1
-0
/
+22
*
|
x86/mm/pti: Clone entry-text again in pti_finalize()
Joerg Roedel
2018-07-20
1
-4
/
+9
*
|
x86/mm/pti: Introduce pti_finalize()
Joerg Roedel
2018-07-20
1
-1
/
+13
*
|
x86/mm/pti: Keep permissions when cloning kernel text in pti_clone_kernel_text()
Joerg Roedel
2018-07-20
1
-1
/
+1
*
|
x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
Joerg Roedel
2018-07-20
1
-1
/
+1
*
|
x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
Joerg Roedel
2018-07-20
1
-0
/
+20
*
|
x86/mm/pti: Add an overflow check to pti_clone_pmds()
Joerg Roedel
2018-07-20
1
-0
/
+4
*
|
x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
Joerg Roedel
2018-07-20
1
-1
/
+1
*
|
x86/pti: Make pti_set_kernel_image_nonglobal() static
Jiang Biao
2018-07-16
1
-1
/
+1
|
/
*
x86/pti: Disallow global kernel text with RANDSTRUCT
Dave Hansen
2018-04-25
1
-0
/
+10
*
x86/pti: Reduce amount of kernel text allowed to be Global
Dave Hansen
2018-04-25
1
-3
/
+13
[next]