aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26powerpc: move __end_rodata to cover arch read-only sectionsNicholas Piggin1-3/+4
2022-07-27powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping.Christophe Leroy1-3/+3
2022-02-12powerpc/32s: Enable STRICT_MODULE_RWX for the 603 coreChristophe Leroy1-0/+3
2022-02-12powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy1-13/+11
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+2
2021-11-09powerpc/mm: use core_kernel_text() helperKefeng Wang1-5/+2
2021-10-29powerpc: Don't provide __kernel_map_pages() without ARCH_SUPPORTS_DEBUG_PAGEALLOCChristophe Leroy1-1/+1
2021-06-21powerpc/32: use set_memory_attr()Christophe Leroy1-50/+10
2020-12-04powerpc/32s: Don't hash_preload() kernel textChristophe Leroy1-4/+0
2020-11-19powerpc/mm: Fix comparing pointer to 0 warningKaixu Xia1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-4/+4
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy1-1/+1
2020-05-26powerpc/mm: Fix conditions to perform MMU specific management by blocks on PPC32.Christophe Leroy1-2/+2
2020-05-26powerpc/mm: Allocate static page tables for fixmapChristophe Leroy1-0/+16
2020-02-26powerpc/32: drop get_pteptr()Christophe Leroy1-37/+2
2020-02-26powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy1-1/+1
2020-01-23powerpc/ptdump: Fix W+X verification call in mark_rodata_ro()Christophe Leroy1-0/+1
2019-11-18powerpc/32: Don't populate page tables for block mapped pages except on the 8xx.Christophe Leroy1-4/+1
2019-08-27powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy1-99/+0
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy1-3/+0
2019-08-27powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy1-17/+0
2019-08-27powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy1-27/+0
2019-08-27powerpc/mm: drop function __ioremap()Christophe Leroy1-9/+2
2019-08-20powerpc/mm: Simplify update_mmu_cache() on BOOK3S32Christophe Leroy1-1/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2019-06-19powerpc/mm/32s: fix condition that is always trueAndreas Schwab1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-03powerpc/mm: Warn if W+X pages found on bootRussell Currey1-0/+3
2019-05-03powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy1-10/+0
2019-05-03powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32Christophe Leroy1-6/+28
2019-05-02powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy1-1/+1
2019-02-23powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy1-1/+9
2019-02-23powerpc/32: always populate page tables for Abatron BDI.Christophe Leroy1-1/+4
2019-02-23powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks.Christophe Leroy1-18/+9
2019-02-23powerpc/mm/32: add base address to mmu_mapin_ram()Christophe Leroy1-3/+3
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-4/+4
2018-12-19powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy1-1/+1
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy1-21/+4
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-1/+1
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy1-7/+8
2018-10-14powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()Christophe Leroy1-1/+1
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy1-20/+17
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy1-16/+12
2018-10-13powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy1-0/+16
2018-04-01powerpc/mm/32: Remove the reserved memory hackJonathan Neuschäfer1-2/+1
2018-04-01powerpc/mm/32: Use page_is_ram to check for RAMJonathan Neuschäfer1-0/+1
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy1-8/+1