summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-141-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-141-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-021-0/+3
* powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy2019-05-021-10/+0
* powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32Christophe Leroy2019-05-021-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-03-311-2/+1
* powerpc/mm/32: Use page_is_ram to check for RAMJonathan Neuschäfer2018-03-311-0/+1
* powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-161-8/+1
* powerpc/mm: Call flush_tlb_kernel_range with interrupts enabledGuenter Roeck2017-10-041-1/+1
* powerpc/mm: Simplify __set_fixmap()Christophe Leroy2017-08-151-15/+0
* powerpc/mm: declare some local functions staticChristophe Leroy2017-08-151-2/+2
* powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Christophe Leroy2017-08-151-0/+24
* powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32Christophe Leroy2017-08-151-3/+10
* powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBsChristophe Leroy2017-08-151-4/+6
* powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy2017-06-051-4/+4
* powerpc/mm/book(e)(3s)/32: Add page table accountingBalbir Singh2017-06-051-1/+1
* powerpc/mm: Remove __this_fixmap_does_not_exist()Christophe Leroy2017-06-021-5/+0
* powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy2016-12-101-37/+0