summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_32.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
|/
* 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/+0Star
* 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/+9Star
* 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/+4Star
* 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/+17Star
* powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy2018-10-141-16/+12Star
* 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/+1Star
* 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/+1Star
* 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/+0Star
* 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/+0Star
* powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy2016-12-101-37/+0Star
* 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-251-2/+2
* powerpc32: PAGE_EXEC required for inittextChristophe Leroy2016-03-121-2/+3
* powerpc32: remove ioremap_baseChristophe Leroy2016-03-121-2/+1Star
* powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() togetherChristophe Leroy2016-03-121-38/+6Star
* powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman2015-04-101-5/+4Star
* 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/+0Star
* powerpc/32: %pF is only for function pointersScott Wood2015-03-231-1/+1
* powerpc32: Use kmem_cache memory for PGDIRLEROY Christophe2015-01-301-2/+14
* powerpc32: adds handling of _PAGE_ROLEROY Christophe2015-01-301-1/+1
* powerpc: Remove duplicate tlbcam_index declarationsEmil Medve2015-01-301-1/+0Star
* mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-131-1/+1
* powerpc: Remove bootmem allocatorAnton Blanchard2014-11-091-2/+1Star
* powerpc: Remove CONFIG_POWER3Michael Ellerman2014-07-281-1/+1
* powerpc: add barrier after writing kernel PTEScott Wood2014-01-101-0/+1