| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-03-15 | 149 | -623/+1471 |
|\ |
|
| * | mm/treewide: align up pXd_leaf() retval across archs | Peter Xu | 2024-03-06 | 5 | -10/+10 |
| * | mm/treewide: drop pXd_large() | Peter Xu | 2024-03-06 | 9 | -31/+18 |
| * | mm/treewide: replace pud_large() with pud_leaf() | Peter Xu | 2024-03-06 | 20 | -29/+29 |
| * | mm/treewide: replace pmd_large() with pmd_leaf() | Peter Xu | 2024-03-06 | 24 | -48/+48 |
| * | mm/x86: drop two unnecessary pud_leaf() definitions | Peter Xu | 2024-03-06 | 1 | -1/+0 |
| * | mm/x86: replace pgd_large() with pgd_leaf() | Peter Xu | 2024-03-06 | 2 | -3/+3 |
| * | mm/x86: replace p4d_large() with p4d_leaf() | Peter Xu | 2024-03-06 | 6 | -8/+8 |
| * | mm/powerpc: replace pXd_is_leaf() with pXd_leaf() | Peter Xu | 2024-03-06 | 7 | -52/+26 |
| * | mm/powerpc: define pXd_large() with pXd_leaf() | Peter Xu | 2024-03-06 | 2 | -15/+3 |
| * | s390: supplement for ptdesc conversion | Qi Zheng | 2024-03-06 | 3 | -24/+26 |
| * | hugetlb: parallelize 1G hugetlb initialization | Gang Li | 2024-03-06 | 1 | -1/+1 |
| * | arm64/mm: improve comment in contpte_ptep_get_lockless() | Ryan Roberts | 2024-03-05 | 1 | -10/+14 |
| * | arm64/mm: export contpte symbols only to GPL users | Ryan Roberts | 2024-03-05 | 1 | -11/+11 |
| * | x86/mm: always pass NULL as the first argument of switch_mm_irqs_off() | Yosry Ahmed | 2024-03-05 | 1 | -1/+1 |
| * | x86/mm: further clarify switch_mm_irqs_off() documentation | Yosry Ahmed | 2024-03-05 | 1 | -4/+4 |
| * | arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.c | Baoquan He | 2024-02-24 | 12 | -61/+82 |
| * | loongarch, crash: wrap crash dumping code into crash related ifdefs | Baoquan He | 2024-02-24 | 1 | -1/+1 |
| * | arm, crash: wrap crash dumping code into crash related ifdefs | Baoquan He | 2024-02-24 | 1 | -2/+2 |
| * | riscv, crash: wrap crash dumping code into crash related ifdefs | Baoquan He | 2024-02-24 | 2 | -3/+8 |
| * | mips, crash: wrap crash dumping code into crash related ifdefs | Baoquan He | 2024-02-24 | 1 | -11/+6 |
| * | sh, crash: wrap crash dumping code into crash related ifdefs | Baoquan He | 2024-02-24 | 2 | -1/+4 |
| * | s390, crash: wrap crash dumping code into crash related ifdefs | Baoquan He | 2024-02-24 | 3 | -0/+14 |
| * | ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMP | Baoquan He | 2024-02-24 | 1 | -0/+6 |
| * | arm64, crash: wrap crash dumping code into crash related ifdefs | Baoquan He | 2024-02-24 | 4 | -5/+11 |
| * | x86, crash: wrap crash dumping code into crash related ifdefs | Baoquan He | 2024-02-24 | 10 | -11/+28 |
| * | crash: remove dependency of FA_DUMP on CRASH_DUMP | Baoquan He | 2024-02-24 | 1 | -2/+0 |
| * | crash: split vmcoreinfo exporting code out from crash_core.c | Baoquan He | 2024-02-24 | 10 | -10/+10 |
| * | kexec: split crashkernel reservation code out from crash_core.c | Baoquan He | 2024-02-24 | 8 | -12/+13 |
| * | mm/vmalloc: remove vmap_area_list | Baoquan He | 2024-02-24 | 2 | -2/+0 |
| * | Introduce cpu_dcache_is_aliasing() across all architectures | Mathieu Desnoyers | 2024-02-23 | 20 | -0/+100 |
| * | arm64/mm: automatically fold contpte mappings | Ryan Roberts | 2024-02-23 | 2 | -0/+90 |
| * | arm64/mm: __always_inline to improve fork() perf | Ryan Roberts | 2024-02-23 | 1 | -5/+5 |
| * | arm64/mm: implement pte_batch_hint() | Ryan Roberts | 2024-02-23 | 1 | -0/+9 |
| * | arm64/mm: implement new [get_and_]clear_full_ptes() batch APIs | Ryan Roberts | 2024-02-23 | 2 | -0/+84 |
| * | arm64/mm: implement new wrprotect_ptes() batch API | Ryan Roberts | 2024-02-23 | 2 | -10/+89 |
| * | arm64/mm: wire up PTE_CONT for user mappings | Ryan Roberts | 2024-02-23 | 4 | -0/+462 |
| * | arm64/mm: dplit __flush_tlb_range() to elide trailing DSB | Ryan Roberts | 2024-02-23 | 1 | -2/+11 |
| * | arm64/mm: new ptep layer to manage contig bit | Ryan Roberts | 2024-02-23 | 11 | -86/+93 |
| * | arm64/mm: convert ptep_clear() to ptep_get_and_clear() | Ryan Roberts | 2024-02-23 | 1 | -1/+1 |
| * | arm64/mm: convert set_pte_at() to set_ptes(..., 1) | Ryan Roberts | 2024-02-23 | 5 | -9/+9 |
| * | arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep) | Ryan Roberts | 2024-02-23 | 8 | -19/+25 |
| * | x86/mm: convert pte_next_pfn() to pte_advance_pfn() | Ryan Roberts | 2024-02-23 | 1 | -4/+4 |
| * | arm64/mm: convert pte_next_pfn() to pte_advance_pfn() | Ryan Roberts | 2024-02-23 | 1 | -4/+4 |
| * | mm/mmu_gather: add __tlb_remove_folio_pages() | David Hildenbrand | 2024-02-23 | 1 | -0/+17 |
| * | mm/mmu_gather: add tlb_remove_tlb_entries() | David Hildenbrand | 2024-02-23 | 1 | -0/+2 |
| * | mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page... | David Hildenbrand | 2024-02-23 | 1 | -7/+6 |
| * | mm/hugetlb: move page order check inside hugetlb_cma_reserve() | Anshuman Khandual | 2024-02-22 | 2 | -10/+1 |
| * | powerpc/mm: use pte_next_pfn() in set_ptes() | David Hildenbrand | 2024-02-22 | 1 | -4/+1 |
| * | arm/mm: use pte_next_pfn() in set_ptes() | David Hildenbrand | 2024-02-22 | 1 | -1/+1 |