aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu5-10/+10
2024-03-06mm/treewide: drop pXd_large()Peter Xu9-31/+18
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu20-29/+29
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu24-48/+48
2024-03-06mm/x86: drop two unnecessary pud_leaf() definitionsPeter Xu1-1/+0
2024-03-06mm/x86: replace pgd_large() with pgd_leaf()Peter Xu2-3/+3
2024-03-06mm/x86: replace p4d_large() with p4d_leaf()Peter Xu6-8/+8
2024-03-06mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu7-52/+26
2024-03-06mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu2-15/+3
2024-03-06s390: supplement for ptdesc conversionQi Zheng3-24/+26
2024-03-06hugetlb: parallelize 1G hugetlb initializationGang Li1-1/+1
2024-03-04arm64/mm: improve comment in contpte_ptep_get_lockless()Ryan Roberts1-10/+14
2024-03-04arm64/mm: export contpte symbols only to GPL usersRyan Roberts1-11/+11
2024-03-04x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()Yosry Ahmed1-1/+1
2024-03-04x86/mm: further clarify switch_mm_irqs_off() documentationYosry Ahmed1-4/+4
2024-02-23arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He12-61/+82
2024-02-23loongarch, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-1/+1
2024-02-23arm, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-2/+2
2024-02-23riscv, crash: wrap crash dumping code into crash related ifdefsBaoquan He2-3/+8
2024-02-23mips, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-11/+6
2024-02-23sh, crash: wrap crash dumping code into crash related ifdefsBaoquan He2-1/+4
2024-02-23s390, crash: wrap crash dumping code into crash related ifdefsBaoquan He3-0/+14
2024-02-23ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMPBaoquan He1-0/+6
2024-02-23arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He4-5/+11
2024-02-23x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He10-11/+28
2024-02-23crash: remove dependency of FA_DUMP on CRASH_DUMPBaoquan He1-2/+0
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He10-10/+10
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He8-12/+13
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He2-2/+0
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers20-0/+100
2024-02-22arm64/mm: automatically fold contpte mappingsRyan Roberts2-0/+90
2024-02-22arm64/mm: __always_inline to improve fork() perfRyan Roberts1-5/+5
2024-02-22arm64/mm: implement pte_batch_hint()Ryan Roberts1-0/+9
2024-02-22arm64/mm: implement new [get_and_]clear_full_ptes() batch APIsRyan Roberts2-0/+84
2024-02-22arm64/mm: implement new wrprotect_ptes() batch APIRyan Roberts2-10/+89
2024-02-22arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts4-0/+462
2024-02-22arm64/mm: dplit __flush_tlb_range() to elide trailing DSBRyan Roberts1-2/+11
2024-02-22arm64/mm: new ptep layer to manage contig bitRyan Roberts11-86/+93
2024-02-22arm64/mm: convert ptep_clear() to ptep_get_and_clear()Ryan Roberts1-1/+1
2024-02-22arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts5-9/+9
2024-02-22arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts8-19/+25
2024-02-22x86/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts1-4/+4
2024-02-22arm64/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts1-4/+4
2024-02-22mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand1-0/+17
2024-02-22mm/mmu_gather: add tlb_remove_tlb_entries()David Hildenbrand1-0/+2
2024-02-22mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()David Hildenbrand1-7/+6
2024-02-22mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual2-10/+1
2024-02-22powerpc/mm: use pte_next_pfn() in set_ptes()David Hildenbrand1-4/+1
2024-02-22arm/mm: use pte_next_pfn() in set_ptes()David Hildenbrand1-1/+1
2024-02-22sparc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2