aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-13x86/mm: Fix marking of unused sub-pmd rangesAdrian-Ken Rueegsegger1-2/+3
2022-04-29Revert "x86/mm: Introduce lookup_address_in_mm()"Sean Christopherson1-11/+0
2022-04-04x86/mm/tlb: Revert retpoline avoidance approachDave Hansen1-32/+5
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2022-03-24mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual1-1/+0
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+20
2022-03-22arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador1-13/+20
2022-03-22Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+1
2022-03-21Merge tag 'x86_cleanups_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2022-03-21Merge tag 'x86_cc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-37/+72
2022-03-10task_work: Remove unnecessary include from posix_timers.hEric W. Biederman1-0/+1
2022-03-09x86/boot: Add setup_indirect support in early_memremap_is_setup_data()Ross Philipson1-2/+31
2022-03-09x86/boot: Fix memremap of setup_indirect structuresRoss Philipson1-4/+20
2022-02-23x86/mm/cpa: Generalize __set_memory_enc_pgtable()Brijesh Singh2-31/+61
2022-02-23x86/coco: Add API to handle encryption maskKirill A. Shutemov2-2/+4
2022-02-23x86/coco: Explicitly declare type of confidential computing platformKirill A. Shutemov1-4/+7
2022-02-23x86/pat: Remove the unused set_pages_array_wt() functionChristoph Hellwig1-6/+0
2022-02-02x86: Share definition of __is_canonical_address()Adrian Hunter1-6/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-2/+1
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-29/+88
2022-01-12x86/entry_32: Fix segment exceptionsPeter Zijlstra1-14/+3
2022-01-10Merge tag 'slab-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-1/+1
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-01-10Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+7
2022-01-06bootmem: Use page->index instead of page->freelistMatthew Wilcox (Oracle)1-1/+1
2021-12-11x86/usercopy: Remove .fixup usagePeter Zijlstra1-0/+9
2021-12-11x86/sgx: Remove .fixup usagePeter Zijlstra1-0/+10
2021-12-11x86/msr: Remove .fixup usagePeter Zijlstra1-23/+28
2021-12-11x86/extable: Extend extable functionalityPeter Zijlstra1-4/+36
2021-12-11x86/entry_32: Remove .fixup usagePeter Zijlstra1-0/+14
2021-12-08x86/sev: Move common memory encryption code to mem_encrypt.cKirill A. Shutemov3-69/+89
2021-12-08x86/sev: Rename mem_encrypt.c to mem_encrypt_amd.cKuppuswamy Sathyanarayanan2-4/+4
2021-12-08x86/sev: Use CC_ATTR attribute to generalize string I/O unrollKuppuswamy Sathyanarayanan1-10/+0
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra1-2/+2
2021-12-06x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel1-6/+2
2021-12-04x86/realmode: Add comment for Global bit usage in trampoline_pgdJoerg Roedel1-0/+5
2021-12-01x86: Snapshot thread flagsMark Rutland1-1/+1
2021-11-11Merge branch 'kvm-guest-sev-migration' into kvm-masterPaolo Bonzini2-9/+69
2021-11-11x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature.Ashish Kalra1-0/+5
2021-11-11mm: x86: Invoke hypercall when page encryption status is changedBrijesh Singh2-9/+64
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+5
2021-11-09x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang1-9/+5
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-36/+5
2021-11-06x86: remove memory hotplug support on X86_32David Hildenbrand1-31/+0
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport3-4/+4
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-02Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-5/+18
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+17
2021-11-01Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9