summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2016-07-17powerpc/mm/radix: Add LPID based tlb flush helpersAneesh Kumar K.V1-0/+52
2016-07-17powerpc/mm/radix: Update machine call back to support new HCALL.Aneesh Kumar K.V2-5/+14
2016-07-17powerpc/mm/radix: Update PID switch sequenceAneesh Kumar K.V1-1/+4
2016-07-17powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0Aneesh Kumar K.V1-5/+4
2016-07-17powerpc/mm: Print formation regarding the the MMU modeAneesh Kumar K.V2-2/+4
2016-07-17powerpc/mm: Clear top 16 bits of va only on older cpusAneesh Kumar K.V1-2/+4
2016-07-17powerpc/mm/radix: Update LPCR HR bit as per ISAAneesh Kumar K.V1-2/+2
2016-07-17powerpc/mm: Fix .long's in tlb-radix.c to more meaningfulBalbir Singh1-8/+5
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman5-37/+89
2016-07-09powerpc/8xx: add CONFIG_PIN_TLB_IMMRChristophe Leroy1-4/+8
2016-07-09powerpc/8xx: Rework CONFIG_PIN_TLB handlingChristophe Leroy1-8/+19
2016-07-09powerpc/8xx: Don't use page table for linear memory spaceChristophe Leroy1-38/+18
2016-07-09powerpc/8xx: Map IMMR area with 512k page at a fixed addressChristophe Leroy2-2/+57
2016-07-07powerpc/kernel: Drop unused extern for current_setMichael Ellerman1-3/+0
2016-07-07powerpc: Fix build with CONFIG_MEMORY_HOTPLUG on some configsBenjamin Herrenschmidt1-0/+10
2016-07-05powerpc/mm: Add a parameter to disable 1TB segsOliver O'Halloran1-0/+15
2016-07-03Merge tag 'powerpc-4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-0/+9
2016-06-30powerpc: Initialise pci_io_base as early as possibleDarren Stevens2-0/+9
2016-06-25Merge tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-37/+80
2016-06-25powerpc: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-25tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2-4/+3
2016-06-17powerpc/mm/radix: Update Radix tree size as per ISA 3.0Aneesh Kumar K.V2-7/+4
2016-06-17powerpc/mm/hash: Don't add memory coherence if cache inhibited is setAneesh Kumar K.V1-5/+9
2016-06-16powerpc/mm: Ensure "special" zones are emptyOliver O'Halloran1-1/+7
2016-06-14powerpc/numa: Fix multiple bugs in memory_hotplug_max()Bharata B Rao1-1/+17
2016-06-14powerpc/numa: Fix whitespace in hot_add_drconf_memory_max()Bharata B Rao1-10/+10
2016-06-14powerpc: Various typo fixesMichael Ellerman1-2/+2
2016-06-14powerpc/mm/hash: Use the correct PPP mask when updating HPTEAneesh Kumar K.V1-4/+4
2016-06-10powerpc/mm/radix: Flush page walk cache when freeing page tableAneesh Kumar K.V1-0/+41
2016-06-10powerpc/mm/radix: Update to tlb functions ric argumentAneesh Kumar K.V1-21/+22
2016-06-08powerpc/mm/hash: Compute the segment size correctly for ISA 3.0Aneesh Kumar K.V1-1/+5
2016-06-08powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXTAneesh Kumar K.V1-4/+4
2016-06-01powerpc/mm/radix: Add missing tlb flushAneesh Kumar K.V1-4/+1
2016-06-01powerpc/mm/hash: Fix the reference bit update when handling hash faultAneesh Kumar K.V1-2/+20
2016-06-01powerpc/mm/radix: Update LPCR only if it is powernvAneesh Kumar K.V1-13/+10
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds27-786/+1992
2016-05-20powerpc: mm: use hugetlb_bad_size()Vaishali Thakkar1-2/+4
2016-05-11powerpc/mm: Improve readability of update_mmu_cache()Gavin Shan1-7/+14
2016-05-11powerpc/mm: define TOP_ZONE as a constantOliver O'Halloran1-12/+5
2016-05-11powerpc/mm/hash64: Fix subpage protection with 4K HPTE configMichael Ellerman1-1/+9
2016-05-11powerpc/mm/hash64: Factor out hash preload psize checkMichael Ellerman1-4/+17
2016-05-11powerpc/mm/slice: Remove slice_mm_new_context()Aneesh Kumar K.V1-2/+1
2016-05-11powerpc/mm/subpage: Initialise user psize correctlyAneesh Kumar K.V1-1/+10
2016-05-11powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V2-1/+118
2016-05-11powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V3-125/+132
2016-05-11powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V2-359/+358
2016-05-11powerpc/mm: Add radix support for hugetlbAneesh Kumar K.V4-1/+104
2016-05-11powerpc/mm: Fix vma_mmu_pagesize() for radixAneesh Kumar K.V1-4/+4
2016-05-11powerpc/mm: pte_frag abstractionAneesh Kumar K.V3-0/+12
2016-05-11powerpc/radix: Update MMU cacheAneesh Kumar K.V1-0/+2