summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-091-37/+0
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-2/+2
* powerpc32: PAGE_EXEC required for inittextChristophe Leroy2016-03-111-2/+3
* powerpc32: remove ioremap_baseChristophe Leroy2016-03-111-2/+1
* powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() togetherChristophe Leroy2016-03-111-38/+6
* powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman2015-04-101-5/+4
* powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman2015-04-101-2/+2
* powerpc/mm: Remove duplicate declaration of setbat()Michael Ellerman2015-04-071-3/+0
OpenPOWER on IntegriCloud