summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/Makefile
AgeCommit message (Expand)AuthorLines
2025-05-26Merge tag 'x86-debug-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+0
2025-05-16x86/tracing, x86/mm: Move page fault tracepoints to genericNam Cao-2/+0
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar-1/+1
2025-04-12x86/boot: Move early SME init code into startup/Ard Biesheuvel-6/+0
2025-04-09x86/mm: Consolidate initmem_init()Mike Rapoport (Microsoft)-1/+1
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)-2/+0
2025-03-17mm: rename GENERIC_PTDUMP and PTDUMP_COREAnshuman Khandual-1/+1
2024-09-03mm: introduce numa_emulationMike Rapoport (Microsoft)-1/+0
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-1/+1
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2024-03-08x86/sev: Disable KMSAN for memory encryption TUsChangbin Du-0/+1
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao-1/+1
2022-10-03x86: kmsan: handle CPU entry areaAlexander Potapenko-0/+3
2022-10-03x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko-0/+2
2022-09-11x86/mm: disable instrumentations of mm/pgprot.cNaohiro Aota-0/+3
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2022-04-28x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROTChristoph Hellwig-1/+1
2022-04-04x86/cpu: Remove "noexec"Borislav Petkov-2/+1
2021-12-08x86/sev: Move common memory encryption code to mem_encrypt.cKirill A. Shutemov-0/+5
2021-12-08x86/sev: Rename mem_encrypt.c to mem_encrypt_amd.cKuppuswamy Sathyanarayanan-4/+4
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada-4/+3
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar-7/+6
2020-02-04x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price-2/+2
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-1/+0
2020-01-23x86/mpx: remove build infrastructureDave Hansen-1/+0
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar-2/+2
2019-12-10x86/mm/pat: Move the memtype related files to arch/x86/mm/pat/Ingo Molnar-4/+4
2019-11-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2019-11-21x86/mm/pat: Rename pat_rbtree.c to pat_interval.cDavidlohr Bueso-1/+1
2019-11-16x86, kcsan: Enable KCSAN for x86Marco Elver-0/+4
2019-11-02uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann-1/+1
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada-1/+1
2018-02-28x86/mm/sme: Disable stack protection for mem_encrypt_identity.cTom Lendacky-0/+1
2018-02-13x86/mm/encrypt: Move page table helpers into separate translation unitKirill A. Shutemov-5/+9
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+4
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner-3/+4
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2017-12-22x86/cpu_entry_area: Move it to a separate unitThomas Gleixner-1/+1
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-11x86/mm: Disable various instrumentations of mm/mem_encrypt.c and mm/tlb.cTom Lendacky-2/+9
2017-07-18x86/mm: Add support to encrypt the kernel in-placeTom Lendacky-0/+1
2017-07-18x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky-0/+1
2017-06-13x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov-1/+1
2016-07-08x86/mm: Implement ASLR for kernel memory regionsThomas Garnier-0/+1
2016-04-28x86/mm: Build arch/x86/mm/tlb.c even on !SMPAndy Lutomirski-2/+1
2016-03-22kernel: add kcov code coverageDmitry Vyukov-0/+3
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen-0/+2
2015-11-23x86/mm: Turn CONFIG_X86_PTDUMP into a moduleKees Cook-0/+1
2015-10-06x86/mm: Warn on W^X mappingsStephen Smalley-1/+1