summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-03-06s390: supplement for ptdesc conversionQi Zheng
2024-03-06hugetlb: parallelize 1G hugetlb initializationGang Li
2024-03-04arm64/mm: improve comment in contpte_ptep_get_lockless()Ryan Roberts
2024-03-04arm64/mm: export contpte symbols only to GPL usersRyan Roberts
2024-03-04x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()Yosry Ahmed
2024-03-04x86/mm: further clarify switch_mm_irqs_off() documentationYosry Ahmed
2024-02-23arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He
2024-02-23loongarch, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23arm, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23riscv, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23mips, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23sh, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23s390, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMPBaoquan He
2024-02-23arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23crash: remove dependency of FA_DUMP on CRASH_DUMPBaoquan He
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers
2024-02-22arm64/mm: automatically fold contpte mappingsRyan Roberts
2024-02-22arm64/mm: __always_inline to improve fork() perfRyan Roberts
2024-02-22arm64/mm: implement pte_batch_hint()Ryan Roberts
2024-02-22arm64/mm: implement new [get_and_]clear_full_ptes() batch APIsRyan Roberts
2024-02-22arm64/mm: implement new wrprotect_ptes() batch APIRyan Roberts
2024-02-22arm64/mm: wire up PTE_CONT for user mappingsRyan Roberts
2024-02-22arm64/mm: dplit __flush_tlb_range() to elide trailing DSBRyan Roberts
2024-02-22arm64/mm: new ptep layer to manage contig bitRyan Roberts
2024-02-22arm64/mm: convert ptep_clear() to ptep_get_and_clear()Ryan Roberts
2024-02-22arm64/mm: convert set_pte_at() to set_ptes(..., 1)Ryan Roberts
2024-02-22arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts
2024-02-22x86/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts
2024-02-22arm64/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts
2024-02-22mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand
2024-02-22mm/mmu_gather: add tlb_remove_tlb_entries()David Hildenbrand
2024-02-22mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...David Hildenbrand
2024-02-22mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual
2024-02-22powerpc/mm: use pte_next_pfn() in set_ptes()David Hildenbrand
2024-02-22arm/mm: use pte_next_pfn() in set_ptes()David Hildenbrand
2024-02-22sparc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22s390/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22riscv/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22powerpc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22nios2/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22arm/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22arm64/mm: make set_ptes() robust when OAs cross 48-bit boundaryRyan Roberts
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy
2024-02-22powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy