aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2022-10-04Merge tag 'x86_cpu_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+10
2022-09-11x86/mm: disable instrumentations of mm/pgprot.cGravatar Naohiro Aota 1-0/+3
2022-08-28Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+9
2022-08-24x86/mm: Print likely CPU at segfault timeGravatar Rik van Riel 1-0/+10
2022-08-19x86/mm: Use proper mask when setting PUD mappingGravatar Aaron Lu 1-1/+1
2022-08-16x86: simplify load_unaligned_zeropad() implementationGravatar Linus Torvalds 1-0/+55
2022-08-15x86/PAT: Have pat_enabled() properly reflect state when running on XenGravatar Jan Beulich 1-1/+9
2022-08-08mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entryGravatar Naoya Horiguchi 1-1/+7
2022-08-06Merge tag 'x86-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-43/+34
2022-08-04Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2022-08-03x86/numa: Use cpumask_available instead of hardcoded NULL checkGravatar Siddh Raman Pant 1-2/+2
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2022-08-01Merge tag 'x86_core_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+9
2022-08-01Merge tag 'x86_mm_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-9/+37
2022-08-01Merge tag 'x86_cleanups_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2022-08-01virtio: replace restricted mem access flag with callbackGravatar Juergen Gross 1-2/+2
2022-07-21x86/extable: Fix ex_handler_msr() print conditionGravatar Peter Zijlstra 1-7/+9
2022-07-19x86/mm/tlb: Ignore f->new_tlb_gen when zeroGravatar Nadav Amit 1-3/+12
2022-07-17x86/mm: move protection_map[] inside the platformGravatar Anshuman Khandual 2-4/+30
2022-07-13x86/pat: Fix x86_has_pat_wp()Gravatar Juergen Gross 1-2/+12
2022-07-07x86/mm: Refer to the intended config STRICT_DEVMEM in a commentGravatar Lukas Bulwahn 1-1/+1
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUGravatar Frederic Weisbecker 1-1/+1
2022-06-27objtool: Update Retpoline validationGravatar Peter Zijlstra 1-0/+2
2022-06-27x86/sev: Avoid using __x86_return_thunkGravatar Kim Phillips 1-2/+6
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesGravatar Peter Xu 1-0/+4
2022-06-16mm/x86: remove dead code for hugetlbpage.cGravatar Peter Xu 1-39/+0
2022-06-07x86/pkeys: Clarify PKRU_AD_KEY macroGravatar Ira Weiny 1-6/+9
2022-06-07x86/mm/tlb: Avoid reading mm_tlb_gen when possibleGravatar Nadav Amit 1-1/+17
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Gravatar Juergen Gross 2-7/+4
2022-06-05Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+4
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+47
2022-05-27x86/mm: Use PAGE_ALIGNED(x) instead of IS_ALIGNED(x, PAGE_SIZE)Gravatar Fanjun Kong 1-4/+4
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-4/+48
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 1-3/+0
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2022-05-23Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2022-05-23Merge tag 'x86_mm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-4/+4
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-65/+1
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-1/+13
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-4/+79
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageGravatar Jane Chu 1-12/+11
2022-05-16x86/mce: relocate set{clear}_mce_nospec() functionsGravatar Jane Chu 1-2/+48
2022-05-13mm: functions may simplify the use of return valuesGravatar Li kunyu 1-2/+1
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Gravatar Nadav Amit 1-0/+10
2022-05-13x86/mm: Fix marking of unused sub-pmd rangesGravatar Adrian-Ken Rueegsegger 1-2/+3
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosGravatar Kees Cook 1-1/+1
2022-05-04x86: Fix return value of __setup handlersGravatar Randy Dunlap 1-1/+1
2022-04-29Revert "x86/mm: Introduce lookup_address_in_mm()"Gravatar Sean Christopherson 1-11/+0