summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable-book3s64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy2019-05-021-449/+0Star
* powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy2019-05-021-1/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* powerpc: prefer memblock APIs returning virtual addressMike Rapoport2019-03-081-4/+1Star
* arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V2019-03-061-0/+25
* powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V2019-01-311-0/+22
* powerpc/mm: Avoid useless lock with single page fragmentsChristophe Leroy2018-12-041-0/+3
* powerpc/mm: Move pte_fragment_alloc() to a common locationChristophe Leroy2018-12-041-85/+0Star
* powerpc/mm: Fix WARN_ON with THP NUMA migrationAneesh Kumar K.V2018-10-201-1/+2
* powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeAneesh Kumar K.V2018-10-031-1/+1
* powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V2018-10-031-2/+6
* powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2018-08-131-0/+22
* powerpc/64s: Fix page table fragment refcount race vs speculative referencesNicholas Piggin2018-08-071-6/+11
* powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V2018-06-201-0/+12
* powerpc/64s/radix: prefetch user address in update_mmu_cacheNicholas Piggin2018-06-031-1/+2
* powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V2018-06-031-1/+0Star
* powerpc/mm: Change function prototypeAneesh Kumar K.V2018-06-031-2/+6
* powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V2018-05-151-2/+1Star
* powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V2018-05-151-0/+84
* powerpc/book3s64/mm: Simplify the rcu callback for page table freeAneesh Kumar K.V2018-05-151-19/+26
* powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragmentAneesh Kumar K.V2018-05-151-3/+8
* powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V2018-05-151-0/+114
* powerpc/mm: Use pmd_lockptr instead of opencoding itAneesh Kumar K.V2018-05-151-2/+2
* powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64Aneesh Kumar K.V2018-05-151-0/+54
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-3/+3
|\
| * powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2018-03-301-3/+3
* | powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping()Mauricio Faria de Oliveira2018-03-271-2/+2
|/
* powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V2018-02-011-2/+5
* powerpc/mm/cxl: Add the fault handling cpu to mm cpumaskAneesh Kumar K.V2017-08-171-9/+1Star
* powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V2017-08-171-1/+31
* powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-021-2/+2
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+2
* powerpc/mm: add radix__remove_section_mapping()Reza Arbab2017-01-311-1/+1
* powerpc/mm: add radix__create_section_mapping()Reza Arbab2017-01-311-1/+1
* powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab2017-01-171-0/+18
* powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V2016-11-281-1/+2
* powerpc/64/kexec: Fix MMU cleanup on radixBenjamin Herrenschmidt2016-09-221-0/+9
* powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V2016-09-131-1/+1
* powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman2016-08-041-0/+3
* powerpc/mm/radix: Add tlb flush of THP ptesAneesh Kumar K.V2016-08-011-2/+2
* powerpc/mm/radix: Add missing tlb flushAneesh Kumar K.V2016-06-011-4/+1Star
* powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V2016-05-111-1/+1
* powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V2016-05-111-0/+118