summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2024-03-17powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()Christophe Leroy5-31/+65
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-46/+47
2024-03-07mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-1/+1
2024-03-07mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu3-3/+3
2024-03-07mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu3-13/+13
2024-03-07hugetlb: parallelize 1G hugetlb initializationGang Li1-1/+1
2024-03-03powerpc/mm: Code cleanup for __hash_page_thpKunwu Chan1-9/+6
2024-03-03powerpc: Stop using of_rootChristophe Leroy2-7/+9
2024-03-03powerpc: Don't ignore errors from set_memory_{n}p() in __kernel_map_pages()Christophe Leroy3-5/+10
2024-03-03powerpc: Refactor __kernel_map_pages()Christophe Leroy4-29/+22
2024-02-24kexec: split crashkernel reservation code out from crash_core.cBaoquan He1-2/+2
2024-02-22mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual1-3/+1
2024-02-22powerpc/mm: use pte_next_pfn() in set_ptes()David Hildenbrand1-4/+1
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy1-4/+9
2024-02-22powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy1-4/+3
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy4-13/+3
2024-02-22powerpc: Implement set_memory_rox()Christophe Leroy1-0/+4
2024-02-05powerpc/kasan: Fix addr error caused by page alignmentJiangfeng Xiao1-0/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2024-01-09Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-3/+19
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2-2/+2
2023-12-29arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan1-0/+2
2023-12-13powerpc/mm: Fix null-pointer dereference in pgtable_cache_addKunwu Chan1-2/+3
2023-12-07powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONEAneesh Kumar K.V (IBM)1-0/+7
2023-12-01powerpc: Add PVN support for HeXin C2000 processorZhao Ke1-1/+2
2023-11-30powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman1-0/+5
2023-11-27powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell1-0/+2
2023-11-06powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann1-4/+4
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds16-69/+75
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-10-27Merge tag 'powerpc-6.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-11/+22
2023-10-25powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptesAneesh Kumar K.V1-10/+22
2023-10-23powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman1-1/+0
2023-10-22Merge tag 'powerpc-6.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-8/+1
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray1-1/+1
2023-10-19powerpc: Support execute-only on all powerpcChristophe Leroy3-12/+11
2023-10-19powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITEChristophe Leroy1-3/+8
2023-10-19powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy1-7/+15
2023-10-19powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2-7/+7
2023-10-19powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy1-7/+12
2023-10-19powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy1-4/+0
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy1-2/+2
2023-10-19powerpc: Rely on address instead of pte_user()Christophe Leroy5-24/+14
2023-10-19powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is setChristophe Leroy1-1/+2
2023-10-19powerpc: Implement and use pgprot_nx()Christophe Leroy1-3/+2
2023-10-19powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy1-1/+1
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy3-0/+4
2023-10-19powerpc: Refactor update_mmu_cache_range()Christophe Leroy1-2/+1
2023-10-18powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()Michael Ellerman1-8/+1
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+1