summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_32.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: move __end_rodata to cover arch read-only sectionsNicholas Piggin2022-09-261-3/+4
* powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping.Christophe Leroy2022-07-271-3/+3
* powerpc/32s: Enable STRICT_MODULE_RWX for the 603 coreChristophe Leroy2022-02-121-0/+3
* powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy2022-02-121-13/+11
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-5/+2
|\
| * powerpc/mm: use core_kernel_text() helperKefeng Wang2021-11-091-5/+2
* | powerpc: Don't provide __kernel_map_pages() without ARCH_SUPPORTS_DEBUG_PAGEA...Christophe Leroy2021-10-291-1/+1
|/
* powerpc/32: use set_memory_attr()Christophe Leroy2021-06-211-50/+10
* powerpc/32s: Don't hash_preload() kernel textChristophe Leroy2020-12-041-4/+0
* powerpc/mm: Fix comparing pointer to 0 warningKaixu Xia2020-11-191-1/+1
* arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-4/+4
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy2020-05-261-1/+1
* powerpc/mm: Fix conditions to perform MMU specific management by blocks on PP...Christophe Leroy2020-05-261-2/+2
* powerpc/mm: Allocate static page tables for fixmapChristophe Leroy2020-05-261-0/+16
* powerpc/32: drop get_pteptr()Christophe Leroy2020-02-261-37/+2
* powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy2020-02-261-1/+1
* powerpc/ptdump: Fix W+X verification call in mark_rodata_ro()Christophe Leroy2020-01-231-0/+1
* powerpc/32: Don't populate page tables for block mapped pages except on the 8xx.Christophe Leroy2019-11-181-4/+1
* powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy2019-08-271-99/+0
* powerpc/mm: make ioremap_bot common to allChristophe Leroy2019-08-271-3/+0
* powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy2019-08-271-17/+0
* powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy2019-08-271-27/+0
* powerpc/mm: drop function __ioremap()Christophe Leroy2019-08-271-9/+2
* powerpc/mm: Simplify update_mmu_cache() on BOOK3S32Christophe Leroy2019-08-201-1/+1
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-1/+1
|\
| * powerpc/mm/32s: fix condition that is always trueAndreas Schwab2019-06-191-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* powerpc/mm: Warn if W+X pages found on bootRussell Currey2019-05-031-0/+3
* powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy2019-05-031-10/+0
* powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32Christophe Leroy2019-05-031-6/+28
* powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy2019-05-021-1/+1
* powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy2019-02-231-1/+9
* powerpc/32: always populate page tables for Abatron BDI.Christophe Leroy2019-02-231-1/+4
* powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks.Christophe Leroy2019-02-231-18/+9
* powerpc/mm/32: add base address to mmu_mapin_ram()Christophe Leroy2019-02-231-3/+3
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-4/+4
* powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy2018-12-191-1/+1
* powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy2018-12-041-21/+4
* powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-1/+1
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-1/+1
* powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-141-7/+8
* powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()Christophe Leroy2018-10-141-1/+1
* powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-20/+17
* powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy2018-10-141-16/+12
* powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy2018-10-131-0/+16
* powerpc/mm/32: Remove the reserved memory hackJonathan Neuschäfer2018-04-011-2/+1
* powerpc/mm/32: Use page_is_ram to check for RAMJonathan Neuschäfer2018-04-011-0/+1
* powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-161-8/+1