index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
pti.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-06
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
*
x86/pti: Leave kernel text global for !PCID
Dave Hansen
2018-04-12
1
-4
/
+74
*
x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
Dave Hansen
2018-04-12
1
-0
/
+25
*
x86/pti: Enable global pages for shared areas
Dave Hansen
2018-04-12
1
-1
/
+22
*
x86/pti: Fix a comment typo
Seunghun Han
2018-03-08
1
-1
/
+1
*
x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*()
Jike Song
2018-01-08
1
-26
/
+6
*
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
Thomas Gleixner
2018-01-05
1
-3
/
+3
*
x86/pti: Make sure the user/kernel PTEs match
Thomas Gleixner
2018-01-03
1
-1
/
+2
*
x86/pti: Map the vsyscall page if needed
Andy Lutomirski
2017-12-23
1
-0
/
+65
*
x86/mm/pti: Map ESPFIX into user space
Andy Lutomirski
2017-12-23
1
-0
/
+11
*
x86/mm/pti: Share entry text PMD
Thomas Gleixner
2017-12-23
1
-0
/
+10
*
x86/mm/pti: Share cpu_entry_area with user space page tables
Andy Lutomirski
2017-12-23
1
-0
/
+25
*
x86/mm/pti: Add functions to clone kernel PMDs
Andy Lutomirski
2017-12-23
1
-0
/
+127
*
x86/mm/pti: Add mapping helper functions
Dave Hansen
2017-12-23
1
-0
/
+41
*
x86/pti: Add the pti= cmdline option and documentation
Borislav Petkov
2017-12-23
1
-1
/
+25
*
x86/mm/pti: Add infrastructure for page table isolation
Thomas Gleixner
2017-12-23
1
-0
/
+84