aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2016-07-17powerpc/mm/radix: Add LPID based tlb flush helpersAneesh Kumar K.V
2016-07-17powerpc/mm/radix: Update machine call back to support new HCALL.Aneesh Kumar K.V
2016-07-17powerpc/mm/radix: Update PID switch sequenceAneesh Kumar K.V
2016-07-17powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0Aneesh Kumar K.V
2016-07-17powerpc/mm: Print formation regarding the the MMU modeAneesh Kumar K.V
2016-07-17powerpc/mm: Clear top 16 bits of va only on older cpusAneesh Kumar K.V
2016-07-17powerpc/mm/radix: Update LPCR HR bit as per ISAAneesh Kumar K.V
2016-07-17powerpc/mm: Fix .long's in tlb-radix.c to more meaningfulBalbir Singh
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman
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-30powerpc: Initialise pci_io_base as early as possibleDarren Stevens
2016-06-17powerpc/mm/radix: Update Radix tree size as per ISA 3.0Aneesh Kumar K.V
2016-06-17powerpc/mm/hash: Don't add memory coherence if cache inhibited is setAneesh Kumar K.V
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-14powerpc/mm/hash: Use the correct PPP mask when updating HPTEAneesh Kumar K.V
2016-06-10powerpc/mm/radix: Flush page walk cache when freeing page tableAneesh Kumar K.V
2016-06-10powerpc/mm/radix: Update to tlb functions ric argumentAneesh Kumar K.V
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