Age | Commit message (Expand) | Author |
2024-03-06 | mm/treewide: align up pXd_leaf() retval across archs | Peter Xu |
2024-03-06 | mm/treewide: drop pXd_large() | Peter Xu |
2024-03-06 | mm/treewide: replace pud_large() with pud_leaf() | Peter Xu |
2024-03-06 | mm/treewide: replace pmd_large() with pmd_leaf() | Peter Xu |
2024-03-06 | mm/x86: drop two unnecessary pud_leaf() definitions | Peter Xu |
2024-03-06 | mm/x86: replace pgd_large() with pgd_leaf() | Peter Xu |
2024-03-06 | mm/x86: replace p4d_large() with p4d_leaf() | Peter Xu |
2024-03-06 | mm/powerpc: replace pXd_is_leaf() with pXd_leaf() | Peter Xu |
2024-03-06 | mm/powerpc: define pXd_large() with pXd_leaf() | Peter Xu |
2024-03-06 | s390: supplement for ptdesc conversion | Qi Zheng |
2024-03-06 | hugetlb: parallelize 1G hugetlb initialization | Gang Li |
2024-03-04 | arm64/mm: improve comment in contpte_ptep_get_lockless() | Ryan Roberts |
2024-03-04 | arm64/mm: export contpte symbols only to GPL users | Ryan Roberts |
2024-03-04 | x86/mm: always pass NULL as the first argument of switch_mm_irqs_off() | Yosry Ahmed |
2024-03-04 | x86/mm: further clarify switch_mm_irqs_off() documentation | Yosry Ahmed |
2024-02-23 | arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.c | Baoquan He |
2024-02-23 | loongarch, crash: wrap crash dumping code into crash related ifdefs | Baoquan He |
2024-02-23 | arm, crash: wrap crash dumping code into crash related ifdefs | Baoquan He |
2024-02-23 | riscv, crash: wrap crash dumping code into crash related ifdefs | Baoquan He |
2024-02-23 | mips, crash: wrap crash dumping code into crash related ifdefs | Baoquan He |
2024-02-23 | sh, crash: wrap crash dumping code into crash related ifdefs | Baoquan He |
2024-02-23 | s390, crash: wrap crash dumping code into crash related ifdefs | Baoquan He |
2024-02-23 | ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMP | Baoquan He |
2024-02-23 | arm64, crash: wrap crash dumping code into crash related ifdefs | Baoquan He |
2024-02-23 | x86, crash: wrap crash dumping code into crash related ifdefs | Baoquan He |
2024-02-23 | crash: remove dependency of FA_DUMP on CRASH_DUMP | Baoquan He |
2024-02-23 | crash: split vmcoreinfo exporting code out from crash_core.c | Baoquan He |
2024-02-23 | kexec: split crashkernel reservation code out from crash_core.c | Baoquan He |
2024-02-23 | mm/vmalloc: remove vmap_area_list | Baoquan He |
2024-02-22 | Introduce cpu_dcache_is_aliasing() across all architectures | Mathieu Desnoyers |
2024-02-22 | arm64/mm: automatically fold contpte mappings | Ryan Roberts |
2024-02-22 | arm64/mm: __always_inline to improve fork() perf | Ryan Roberts |
2024-02-22 | arm64/mm: implement pte_batch_hint() | Ryan Roberts |
2024-02-22 | arm64/mm: implement new [get_and_]clear_full_ptes() batch APIs | Ryan Roberts |
2024-02-22 | arm64/mm: implement new wrprotect_ptes() batch API | Ryan Roberts |
2024-02-22 | arm64/mm: wire up PTE_CONT for user mappings | Ryan Roberts |
2024-02-22 | arm64/mm: dplit __flush_tlb_range() to elide trailing DSB | Ryan Roberts |
2024-02-22 | arm64/mm: new ptep layer to manage contig bit | Ryan Roberts |
2024-02-22 | arm64/mm: convert ptep_clear() to ptep_get_and_clear() | Ryan Roberts |
2024-02-22 | arm64/mm: convert set_pte_at() to set_ptes(..., 1) | Ryan Roberts |
2024-02-22 | arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep) | Ryan Roberts |
2024-02-22 | x86/mm: convert pte_next_pfn() to pte_advance_pfn() | Ryan Roberts |
2024-02-22 | arm64/mm: convert pte_next_pfn() to pte_advance_pfn() | Ryan Roberts |
2024-02-22 | mm/mmu_gather: add __tlb_remove_folio_pages() | David Hildenbrand |
2024-02-22 | mm/mmu_gather: add tlb_remove_tlb_entries() | David Hildenbrand |
2024-02-22 | mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page... | David Hildenbrand |
2024-02-22 | mm/hugetlb: move page order check inside hugetlb_cma_reserve() | Anshuman Khandual |
2024-02-22 | powerpc/mm: use pte_next_pfn() in set_ptes() | David Hildenbrand |
2024-02-22 | arm/mm: use pte_next_pfn() in set_ptes() | David Hildenbrand |
2024-02-22 | sparc/pgtable: define PFN_PTE_SHIFT | David Hildenbrand |