summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2016-07-09powerpc/8xx: Map IMMR area with 512k page at a fixed addressChristophe Leroy
2016-07-07powerpc/kernel: Drop unused extern for current_setMichael Ellerman
2016-07-07powerpc: Fix build with CONFIG_MEMORY_HOTPLUG on some configsBenjamin Herrenschmidt
2016-07-05powerpc/mm: Add a parameter to disable 1TB segsOliver O'Halloran
2016-06-16powerpc/mm: Ensure "special" zones are emptyOliver O'Halloran
2016-06-14powerpc/numa: Fix multiple bugs in memory_hotplug_max()Bharata B Rao
2016-06-14powerpc/numa: Fix whitespace in hot_add_drconf_memory_max()Bharata B Rao
2016-06-14powerpc: Various typo fixesMichael Ellerman
2016-06-08powerpc/mm/hash: Compute the segment size correctly for ISA 3.0Aneesh Kumar K.V
2016-06-08powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXTAneesh Kumar K.V
2016-06-01powerpc/mm/radix: Add missing tlb flushAneesh Kumar K.V
2016-06-01powerpc/mm/hash: Fix the reference bit update when handling hash faultAneesh Kumar K.V
2016-06-01powerpc/mm/radix: Update LPCR only if it is powernvAneesh Kumar K.V
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-05-19powerpc: mm: use hugetlb_bad_size()Vaishali Thakkar
2016-05-11powerpc/mm: Improve readability of update_mmu_cache()Gavin Shan
2016-05-11powerpc/mm: define TOP_ZONE as a constantOliver O'Halloran
2016-05-11powerpc/mm/hash64: Fix subpage protection with 4K HPTE configMichael Ellerman
2016-05-11powerpc/mm/hash64: Factor out hash preload psize checkMichael Ellerman
2016-05-11powerpc/mm/slice: Remove slice_mm_new_context()Aneesh Kumar K.V
2016-05-11powerpc/mm/subpage: Initialise user psize correctlyAneesh Kumar K.V
2016-05-11powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V
2016-05-11powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V
2016-05-11powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V
2016-05-11powerpc/mm: Add radix support for hugetlbAneesh Kumar K.V
2016-05-11powerpc/mm: Fix vma_mmu_pagesize() for radixAneesh Kumar K.V
2016-05-11powerpc/mm: pte_frag abstractionAneesh Kumar K.V
2016-05-11powerpc/radix: Update MMU cacheAneesh Kumar K.V
2016-05-11powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V
2016-05-11powerpc/mm: Update pte filter for radixAneesh Kumar K.V
2016-05-11powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V
2016-05-11powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V
2016-05-11powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V
2016-05-11powerpc/mm/radix: Update PTCR on secondary CPUsAneesh Kumar K.V
2016-05-11powerpc/mm/radix: Pick the address layout for radix configAneesh Kumar K.V
2016-05-11powerpc/mm/radix: Limit paca allocation in radixAneesh Kumar K.V
2016-05-11powerpc/mm/radix: Add checks in slice code to catch radix usageAneesh Kumar K.V
2016-05-01powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V
2016-05-01powerpc/mm: Hash abstraction for tlbflush routinesAneesh Kumar K.V
2016-05-01powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.cAneesh Kumar K.V
2016-05-01powerpc/mm/radix: Add mmu context handling callback for radixAneesh Kumar K.V
2016-05-01powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V
2016-05-01powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()Aneesh Kumar K.V
2016-05-01powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V
2016-05-01powerpc/mm/radix: Add radix callbacks for early init routinesAneesh Kumar K.V
2016-05-01powerpc/mm: Abstract early MMU init in preparation for radixAneesh Kumar K.V
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V
2016-05-01powerpc/mm: Move hash and no hash code to separate filesAneesh Kumar K.V
2016-05-01powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V