summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)5 days1-1/+1
* arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)5 days1-0/+64
* powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()Christophe Leroy2024-03-175-31/+65
* Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-158-46/+47
|\
| * powerpc/mm: Code cleanup for __hash_page_thpKunwu Chan2024-03-031-9/+6
| * powerpc: Stop using of_rootChristophe Leroy2024-03-032-7/+9
| * powerpc: Don't ignore errors from set_memory_{n}p() in __kernel_map_pages()Christophe Leroy2024-03-033-5/+10
| * powerpc: Refactor __kernel_map_pages()Christophe Leroy2024-03-034-29/+22
| * powerpc: Implement set_memory_rox()Christophe Leroy2024-02-221-0/+4
* | mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-061-1/+1
* | mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-063-3/+3
* | mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu2024-03-063-13/+13
* | hugetlb: parallelize 1G hugetlb initializationGang Li2024-03-061-1/+1
* | kexec: split crashkernel reservation code out from crash_core.cBaoquan He2024-02-231-2/+2
* | mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual2024-02-221-3/+1
* | powerpc/mm: use pte_next_pfn() in set_ptes()David Hildenbrand2024-02-221-4/+1
* | mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy2024-02-221-4/+9
* | powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy2024-02-221-4/+3
* | arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy2024-02-224-13/+3
* | powerpc/kasan: Fix addr error caused by page alignmentJiangfeng Xiao2024-02-051-0/+1
|/
* Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-092-2/+2
|\
| * mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-082-2/+2
* | Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-01-085-3/+19
|\ \
| * | powerpc/mm: Fix null-pointer dereference in pgtable_cache_addKunwu Chan2023-12-131-2/+3
| * | powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONEAneesh Kumar K.V (IBM)2023-12-071-0/+7
| * | powerpc: Add PVN support for HeXin C2000 processorZhao Ke2023-12-011-1/+2
| * | powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman2023-11-301-0/+5
| * | powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell2023-11-271-0/+2
| |/
* / arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan2023-12-291-0/+2
|/
* powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann2023-11-061-4/+4
* Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-0316-69/+75
|\
| * powerpc: Annotate endianness of various variables and functionsBenjamin Gray2023-10-191-1/+1
| * powerpc: Support execute-only on all powerpcChristophe Leroy2023-10-193-12/+11
| * powerpc/ptdump: Display _PAGE_READ and _PAGE_WRITEChristophe Leroy2023-10-191-3/+8
| * powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-7/+15
| * powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2023-10-192-7/+7
| * powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-7/+12
| * powerpc/nohash: Replace pte_user() by pte_read()Christophe Leroy2023-10-191-4/+0
| * powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2023-10-191-2/+2
| * powerpc: Rely on address instead of pte_user()Christophe Leroy2023-10-195-24/+14
| * powerpc: Fail ioremap() instead of silently ignoring flags when PAGE_USER is setChristophe Leroy2023-10-191-1/+2
| * powerpc: Implement and use pgprot_nx()Christophe Leroy2023-10-191-3/+2
| * powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy2023-10-191-1/+1
| * powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy2023-10-193-0/+4
| * powerpc: Refactor update_mmu_cache_range()Christophe Leroy2023-10-191-2/+1
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+1
|\ \
| * | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-1/+1
* | | Merge tag 'powerpc-6.6-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-10-272-11/+22
|\ \ \
| * | | powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptesAneesh Kumar K.V2023-10-251-10/+22
| * | | powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman2023-10-231-1/+0
| | |/ | |/|