summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2025-04-22Merge branch 'x86/urgent' into x86/boot, to merge dependent commit and upstre...Ingo Molnar
2025-04-18x86/mm: Fix {,un}use_temporary_mm() IRQ statePeter Zijlstra
2025-04-17x86/mm: Remove duplicated PMD preallocation macroDave Hansen
2025-04-17x86/mm: Preallocate all PAE page tablesDave Hansen
2025-04-17x86/mm: Fix up comments around PMD preallocationDave Hansen
2025-04-17x86/mm: Simplify PAE PGD sharing macrosDave Hansen
2025-04-17x86/mm: Always "broadcast" PMD setting operationsDave Hansen
2025-04-17x86/mm: Always allocate a whole page for PAE PGDsDave Hansen
2025-04-17x86/mm: Remove the mm_cpumask(prev) warning from switch_mm_irqs_off()Peter Zijlstra
2025-04-16Merge branch 'x86/cpu' into x86/fpu, to pick up dependent commitsIngo Molnar
2025-04-16Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar
2025-04-14x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>Ingo Molnar
2025-04-14x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()Ingo Molnar
2025-04-12x86/boot: Move early SME init code into startup/Ard Biesheuvel
2025-04-12x86/asm: Make rip_rel_ptr() usable from fPIC codeArd Biesheuvel
2025-04-12x86/mm: Allow temporary MMs when IRQs are onAndy Lutomirski
2025-04-12x86/mm: Remove 'mm' argument from unuse_temporary_mm() againPeter Zijlstra
2025-04-12x86/mm: Make use_/unuse_temporary_mm() non-staticAndy Lutomirski
2025-04-11x86/alternatives: Rename 'poking_addr' to 'text_poke_mm_addr'Ingo Molnar
2025-04-11x86/alternatives: Rename 'poking_mm' to 'text_poke_mm'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2025-04-09x86/mm: Consolidate initmem_init()Mike Rapoport (Microsoft)
2025-04-09Merge tag 'v6.15-rc1' into x86/mm, to pick up fixesIngo Molnar
2025-04-09x86/bugs: Don't fill RSB on context switch with eIBRSJosh Poimboeuf
2025-04-04Merge tag 'x86-urgent-2025-04-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-03x86/tlb: Simplify choose_new_asid() and generate better codeBorislav Petkov (AMD)
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-04-01x86: pgtable: convert to use tlb_remove_ptdesc()Qi Zheng
2025-04-01x86/mm: Stop prefetching current->mm->mmap_lock on page faultsMateusz Guzik
2025-04-01x86/mm: Simplify the pgd_leaf() and p4d_leaf() checks a bitBaoquan He
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-01x86/mm/init: Handle the special case of device private pages in add_pages(), ...Balbir Singh
2025-03-30Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-25x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand
2025-03-25Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24Merge tag 'x86-sev-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24Merge tag 'x86-boot-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf
2025-03-21x86/mm: restore early initialization of high_memory for 32-bitsMike Rapoport (Microsoft)
2025-03-19x86/mm: Only do broadcast flush from reclaim if pages were unmappedRik van Riel
2025-03-19x86/mm/pat: Replace Intel x86_model checks with VFM onesSohil Mehta
2025-03-19x86/mm/ident_map: Fix theoretical virtual address overflow to zeroKirill A. Shutemov
2025-03-19x86/mm: Enable broadcast TLB invalidation for multi-threaded processesRik van Riel
2025-03-19x86/mm: Handle global ASID context switch and TLB flushRik van Riel
2025-03-19x86/mm: Add global ASID allocation helper functionsRik van Riel
2025-03-19x86/mm: Use broadcast TLB flushing in page reclaimRik van Riel
2025-03-19x86/mm: Use INVLPGB for kernel TLB flushesRik van Riel