Age | Commit message (Expand) | Author |
2025-06-17 | x86/mm: Disable INVLPGB when PTI is enabled | Dave Hansen |
2025-06-11 | Revert "mm/execmem: Unify early execmem_cache behaviour" | Mike Rapoport (Microsoft) |
2025-06-11 | x86/mm/pat: don't collapse pages without PSE set | Juergen Gross |
2025-05-31 | Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2025-05-31 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2025-05-26 | Merge tag 'x86-debug-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2025-05-26 | Merge tag 'x86-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2025-05-22 | x86/mm/pat: inline memtype_match() into memtype_erase() | David Hildenbrand |
2025-05-22 | x86/mm/pat: remove MEMTYPE_*_MATCH | David Hildenbrand |
2025-05-22 | x86/mm/pat: remove strict_prot parameter from reserve_pfn_range() | David Hildenbrand |
2025-05-22 | x86/mm/pat: remove old pfnmap tracking interface | David Hildenbrand |
2025-05-22 | mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremap | David Hildenbrand |
2025-05-22 | mm: convert track_pfn_insert() to pfnmap_setup_cachemode*() | David Hildenbrand |
2025-05-22 | x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode() | David Hildenbrand |
2025-05-21 | Revert "x86/mm: Remove unused __set_memory_prot()" | Coiby Xu |
2025-05-21 | Merge tag 'v6.15-rc7' into x86/core, to pick up fixes | Ingo Molnar |
2025-05-17 | Merge tag 'x86-urgent-2025-05-17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2025-05-17 | x86/mm/64: Make 5-level paging support unconditional | Kirill A. Shutemov |
2025-05-17 | x86/mm/64: Make SPARSEMEM_VMEMMAP the only memory model | Kirill A. Shutemov |
2025-05-16 | x86/mm: Remove duplicated word in warning message | Lukas Bulwahn |
2025-05-16 | x86/tracing, x86/mm: Move page fault tracepoints to generic | Nam Cao |
2025-05-16 | x86/tracing, x86/mm: Remove redundant trace_pagefault_key | Nam Cao |
2025-05-15 | x86/mm: Fix kernel-doc descriptions of various pgtable methods | Shivank Garg |
2025-05-14 | x86/mm/pat: Fix W=1 build kernel-doc warning | Shivank Garg |
2025-05-13 | Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflicts | Ingo Molnar |
2025-05-13 | Merge branch 'x86/msr' into x86/core, to resolve conflicts | Ingo Molnar |
2025-05-13 | Merge branch 'x86/mm' into x86/core, to resolve conflicts | Ingo Molnar |
2025-05-13 | Merge branch 'x86/fpu' into x86/core, to merge dependent commits | Ingo Molnar |
2025-05-13 | Merge branch 'x86/cpu' into x86/core, to resolve conflicts | Ingo Molnar |
2025-05-13 | Merge branch 'x86/boot' into x86/core, to merge dependent commits | Ingo Molnar |
2025-05-13 | Merge branch 'x86/alternatives' into x86/core, to merge dependent commits | Ingo Molnar |
2025-05-12 | mm, x86: use for_each_valid_pfn() from __ioremap_check_ram() | David Woodhouse |
2025-05-11 | x86: pgtable: always use pte_free_kernel() | Kevin Brodsky |
2025-05-11 | mm: pass mm down to pagetable_{pte,pmd}_ctor | Kevin Brodsky |
2025-05-11 | mm/ptdump: split effective_prot() into level specific callbacks | Anshuman Khandual |
2025-05-11 | mm/ptdump: split note_page() into level specific callbacks | Anshuman Khandual |
2025-05-11 | x86: probe memory block size advisement value during mm init | Gregory Price |
2025-05-11 | Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2025-05-09 | mm/execmem: Unify early execmem_cache behaviour | Peter Zijlstra |
2025-05-09 | x86/mm: Eliminate window where TLB flushes may be inadvertently skipped | Dave Hansen |
2025-05-06 | x86/mm: Fix false positive warning in switch_mm_irqs_off() | Peter Zijlstra |
2025-05-06 | Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflicts | Ingo Molnar |
2025-05-04 | x86/boot: Add a bunch of PIC aliases | Ard Biesheuvel |
2025-05-04 | Merge branch 'x86/urgent' into x86/boot, to pick up fixes | Ingo Molnar |
2025-05-04 | Merge tag 'v6.15-rc4' into x86/fpu, to pick up fixes | Ingo Molnar |
2025-05-02 | x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses | Xin Li (Intel) |
2025-05-02 | x86/msr: Add explicit includes of <asm/msr.h> | Xin Li (Intel) |
2025-05-02 | Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts | Ingo Molnar |
2025-05-01 | x86/devmem: Remove duplicate range_is_allowed() definition | Dan Williams |
2025-04-23 | x86/mm: Fix _pgd_alloc() for Xen PV mode | Juergen Gross |