aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2022-12-09x86/mm/kmmio: Switch to arch_spin_lock()Steven Rostedt1-9/+22
2022-12-05x86/pat: Handle TDX guest PAT initializationJuergen Gross1-1/+6
2022-12-01mm/pgtable: Fix multiple -Wstringop-overflow warningsGustavo A. R. Silva1-9/+13
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+4
2022-11-22x86/cpu: Remove X86_FEATURE_XENPV usage in setup_cpu_entry_area()Juergen Gross1-6/+2
2022-11-22x86/ioremap: Fix page aligned size calculation in __ioremap_caller()Michael Kelley1-1/+7
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-11-14memregion: Add cpu_cache_invalidate_memregion() interfaceDavidlohr Bueso1-0/+18
2022-11-10x86: Decouple PAT and MTRR handlingJuergen Gross1-102/+50
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-41/+0
2022-11-08arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level pagingNaoya Horiguchi1-0/+4
2022-10-24x86/mm: Do not verify W^X at boot upSteven Rostedt (Google)1-0/+4
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-4/+56
2022-10-10Merge tag 'x86_mm_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-11/+57
2022-10-04x86/mm: Ease W^X enforcement back to just a warningDave Hansen1-5/+9
2022-10-04Merge tag 'x86_cpu_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+10
2022-10-03x86: kmsan: handle CPU entry areaAlexander Potapenko2-0/+23
2022-10-03x86: kmsan: sync metadata pages on page faultAlexander Potapenko1-1/+22
2022-10-03x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko1-0/+2
2022-10-03mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko1-0/+3
2022-10-03x86: kmsan: pgtable: reduce vmalloc spaceAlexander Potapenko1-1/+1
2022-10-03x86/mm: Disable W^X detection and enforcement on 32-bitDave Hansen1-0/+8
2022-09-29x86/mm: Add prot_sethuge() helper to abstract out _PAGE_PSE handlingLinus Torvalds1-9/+10
2022-09-26mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao1-1/+4
2022-09-26mm/swap: cache maximum swapfile size when init swapPeter Xu1-1/+1
2022-09-21x86/mm/32: Fix W^X detection when page tables do not support NXDave Hansen1-1/+2
2022-09-11x86/mm: disable instrumentations of mm/pgprot.cNaohiro Aota1-0/+3
2022-09-02Merge branch 'linus' into x86/mm, to refresh the branchIngo Molnar8-51/+111
2022-09-01x86/mm: Refuse W^X violationsPeter Zijlstra1-0/+32
2022-08-28Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+9
2022-08-24x86/mm: Print likely CPU at segfault timeRik van Riel1-0/+10
2022-08-19x86/mm: Use proper mask when setting PUD mappingAaron Lu1-1/+1
2022-08-16x86: simplify load_unaligned_zeropad() implementationLinus Torvalds1-0/+55
2022-08-15x86/PAT: Have pat_enabled() properly reflect state when running on XenJan Beulich1-1/+9
2022-08-08mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entryNaoya Horiguchi1-1/+7
2022-08-06Merge tag 'x86-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2022-08-06x86/mm: Rename set_memory_present() to set_memory_p()Borislav Petkov1-2/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-43/+34
2022-08-04Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2022-08-03x86/numa: Use cpumask_available instead of hardcoded NULL checkSiddh Raman Pant1-2/+2
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-08-01Merge tag 'x86_core_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+9
2022-08-01Merge tag 'x86_mm_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-9/+37
2022-08-01Merge tag 'x86_cleanups_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-08-01virtio: replace restricted mem access flag with callbackJuergen Gross1-2/+2
2022-07-21x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra1-7/+9
2022-07-19x86/mm/tlb: Ignore f->new_tlb_gen when zeroNadav Amit1-3/+12
2022-07-17x86/mm: move protection_map[] inside the platformAnshuman Khandual2-4/+30
2022-07-13x86/pat: Fix x86_has_pat_wp()Juergen Gross1-2/+12