summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2023-04-13x86/mm/dump_pagetables: remove MODULE_LICENSE in non-modulesNick Alcock
2023-04-05x86/mm: try VMA lock-based page fault handling firstSuren Baghdasaryan
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet
2023-03-28x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley
2023-03-27x86/mm: Handle decryption/re-encryption of bss_decrypted consistentlyMichael Kelley
2023-03-26x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VMMichael Kelley
2023-03-22x86/mm: Do not shuffle CPU entry areas without KASLRMichal Koutný
2023-03-16x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov
2023-03-16x86/mm: Handle LAM on context switchKirill A. Shutemov
2023-03-16x86/mm: Fix use of uninitialized buffer in sme_enable()Nikita Zhandarovich
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'x86-mm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-20Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-14x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disab...Juergen Gross
2023-02-09mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-02Revert "x86: kmsan: sync metadata pages on page fault"Alexander Potapenko
2023-01-26x86/PAT: Use try_cmpxchg() in set_page_memtype()Uros Bizjak
2023-01-25x86/cpu: Use cpu_feature_enabled() when checking global pages supportBorislav Petkov (AMD)
2023-01-12x86/mm: fix poking_init() for Xen PV guestsJuergen Gross
2023-01-10x86/pat: Fix pat_x_mtrr_type() for MTRR disabled caseJuergen Gross
2022-12-20prandom: remove prandom_u32_max()Jason A. Donenfeld
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2022-12-15x86/mm: Ensure forced page table splittingDave Hansen
2022-12-15x86/kasan: Populate shadow for shared chunk of the CPU entry areaSean Christopherson
2022-12-15x86/kasan: Add helpers to align shadow addresses up and downSean Christopherson
2022-12-15x86/kasan: Rename local CPU_ENTRY_AREA variables to shorten namesSean Christopherson
2022-12-15x86/mm: Populate KASAN shadow for entire per-CPU range of CPU entry areaSean Christopherson
2022-12-15x86/mm: Recompute physical address for every page of per-CPU CEA mappingSean Christopherson
2022-12-15x86/mm: Rename __change_page_attr_set_clr(.checkalias)Peter Zijlstra
2022-12-15x86/mm: Inhibit _PAGE_NX changes from cpa_process_alias()Peter Zijlstra
2022-12-15x86/mm: Untangle __change_page_attr_set_clr(.checkalias)Peter Zijlstra
2022-12-15x86/mm: Add a few commentsPeter Zijlstra
2022-12-15x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin
2022-12-15x86/mm: Implement native set_memory_rox()Peter Zijlstra
2022-12-15x86/mm: Do verify W^X at boot upPeter Zijlstra
2022-12-15x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra
2022-12-15x86/mm: Randomize per-cpu entry areaPeter Zijlstra
2022-12-15x86/kasan: Map shadow for percpu pages on demandAndrey Ryabinin
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-13Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2022-12-12x86/mm/kmmio: Remove redundant preempt_disable()Steven Rostedt (Google)
2022-12-11mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen
2022-12-10x86/mm/kmmio: Use rcu_read_lock_sched_notrace()Steven Rostedt