Age | Commit message (Expand) | Author |
2019-08-29 | x86/mm/pti: Do not invoke PTI functions when PTI is disabled | Thomas Gleixner |
2019-08-29 | x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable() | Song Liu |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner |
2019-05-06 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-05-06 | Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2019-04-17 | x86/speculation: Support 'mitigations=' cmdline option | Josh Poimboeuf |
2019-04-08 | x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has() | Borislav Petkov |
2019-03-22 | x86/mm/pti: Make local symbols static | Valdis Kletnieks |
2018-09-12 | x86/pti/64: Remove the SYSCALL64 entry trampoline | Andy Lutomirski |
2018-09-02 | x86/pti: Fix section mismatch warning/error | Randy Dunlap |
2018-08-14 | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2018-08-10 | x86/mm/pti: Move user W+X check into pti_finalize() | Joerg Roedel |
2018-08-07 | x86/mm/pti: Clone kernel-image on PTE level for 32 bit | Joerg Roedel |
2018-08-07 | x86/mm/pti: Don't clear permissions in pti_clone_pmd() | Joerg Roedel |
2018-08-07 | x86/mm/pti: Fix 32 bit PCID check | Joerg Roedel |
2018-08-06 | Merge branch 'x86/pti-urgent' into x86/pti | Thomas Gleixner |
2018-08-05 | x86/mm/pti: Clear Global bit more aggressively | Dave Hansen |
2018-08-05 | x86: Don't include linux/irq.h from asm/hardirq.h | Nicolai Stange |
2018-07-20 | x86/pti: Check the return value of pti_user_pagetable_walk_pmd() | Jiang Biao |
2018-07-20 | x86/pti: Check the return value of pti_user_pagetable_walk_p4d() | Jiang Biao |
2018-07-20 | x86/mm/pti: Add Warning when booting on a PCID capable CPU | Joerg Roedel |
2018-07-20 | x86/mm/pti: Clone entry-text again in pti_finalize() | Joerg Roedel |
2018-07-20 | x86/mm/pti: Introduce pti_finalize() | Joerg Roedel |
2018-07-20 | x86/mm/pti: Keep permissions when cloning kernel text in pti_clone_kernel_text() | Joerg Roedel |
2018-07-20 | x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit | Joerg Roedel |
2018-07-20 | x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32 | Joerg Roedel |
2018-07-20 | x86/mm/pti: Add an overflow check to pti_clone_pmds() | Joerg Roedel |
2018-07-20 | x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl() | Joerg Roedel |
2018-07-16 | x86/pti: Make pti_set_kernel_image_nonglobal() static | Jiang Biao |
2018-04-25 | x86/pti: Disallow global kernel text with RANDSTRUCT | Dave Hansen |
2018-04-25 | x86/pti: Reduce amount of kernel text allowed to be Global | Dave Hansen |
2018-04-12 | x86/pti: Leave kernel text global for !PCID | Dave Hansen |
2018-04-12 | x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image | Dave Hansen |
2018-04-12 | x86/pti: Enable global pages for shared areas | Dave Hansen |
2018-03-08 | x86/pti: Fix a comment typo | Seunghun Han |
2018-01-08 | x86/mm/pti: Remove dead logic in pti_user_pagetable_walk*() | Jike Song |
2018-01-05 | x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN | Thomas Gleixner |
2018-01-03 | x86/pti: Make sure the user/kernel PTEs match | Thomas Gleixner |
2017-12-23 | x86/pti: Map the vsyscall page if needed | Andy Lutomirski |
2017-12-23 | x86/mm/pti: Map ESPFIX into user space | Andy Lutomirski |
2017-12-23 | x86/mm/pti: Share entry text PMD | Thomas Gleixner |
2017-12-23 | x86/mm/pti: Share cpu_entry_area with user space page tables | Andy Lutomirski |
2017-12-23 | x86/mm/pti: Add functions to clone kernel PMDs | Andy Lutomirski |
2017-12-23 | x86/mm/pti: Add mapping helper functions | Dave Hansen |
2017-12-23 | x86/pti: Add the pti= cmdline option and documentation | Borislav Petkov |
2017-12-23 | x86/mm/pti: Add infrastructure for page table isolation | Thomas Gleixner |