aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-18powerpc/pseries: lift RTAS limit for hashNicholas Piggin1-3/+5
2018-01-18powerpc/pseries: lift RTAS limit for radixNicholas Piggin1-17/+4
2018-01-18powerpc/pseries: radix is not subject to RMA limit, remove itNicholas Piggin1-7/+4
2018-01-18powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin2-23/+34
2018-01-18powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin4-0/+177
2018-01-16powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt1-1/+1
2018-01-16powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAPChristophe Leroy1-1/+1
2018-01-16powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy1-1/+1
2018-01-16powerpc/mm: Introduce _PAGE_NAChristophe Leroy1-7/+11
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy5-33/+6
2018-01-16powerpc/drmem: Add support for ibm, dynamic-memory-v2 propertyNathan Fontenot1-4/+188
2018-01-16powerpc: Move of_drconf_cell struct to asm/drmem.hNathan Fontenot1-2/+2
2018-01-16powerpc/pseries: Update memory hotplug code to use drmem LMB arrayNathan Fontenot1-0/+81
2018-01-16powerpc/numa: Update numa code use walk_drmem_lmbsNathan Fontenot2-172/+151
2018-01-16powerpc/mm: Separate ibm, dynamic-memory data from DT formatNathan Fontenot2-1/+77
2018-01-16powerpc/numa: Look up associativity array in of_drconf_to_nid_singleNathan Fontenot1-23/+17
2018-01-16powerpc/numa: Look up device node in of_get_usable_memory()Nathan Fontenot1-2/+10
2018-01-16powerpc/numa: Look up device node in of_get_assoc_arrays()Nathan Fontenot1-5/+13
2017-12-22powerpc/mm/hugetlb: Use pte_access_permitted for hugetlb access checkAneesh Kumar K.V1-3/+1
2017-12-20powerpc: capture the PTE format changes in the dump pte reportRam Pai1-1/+2
2017-12-20powerpc: use helper functions to get and set hash slotsRam Pai2-17/+10
2017-12-20powerpc: Free up four 64K PTE bits in 64K backed HPTE pagesRam Pai2-21/+16
2017-12-20powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai2-50/+56
2017-12-20powerpc: introduce pte_get_hash_gslot() helperRam Pai1-0/+18
2017-12-04powerpc: Use pr_warn instead of pr_warningJoe Perches2-5/+3
2017-12-01Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+12
2017-11-24Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-12/+22
2017-11-23powerpc/powernv: Fix kexec crashes caused by tlbie tracingMahesh Salgaonkar1-3/+12
2017-11-20powerpc/64s/slice: Use addr limit when computing slice maskAneesh Kumar K.V1-12/+22
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds15-212/+429
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman2-2/+2
2017-11-15mm: account pud page tablesKirill A. Shutemov1-0/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+5
2017-11-13powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin5-35/+19
2017-11-13powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin2-31/+50
2017-11-13powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundaryNicholas Piggin1-1/+1
2017-11-13powerpc/64s/hash: Fix fork() with 512TB process address spaceNicholas Piggin1-4/+4
2017-11-13powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin1-26/+24
2017-11-13powerpc/64s/hash: Fix 512T hint detection to use >= 128TMichael Ellerman1-2/+2
2017-11-12powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWXBalbir Singh1-0/+10
2017-11-10powerpc/64s/radix: Improve TLB flushing for page table freeingNicholas Piggin1-29/+61
2017-11-10powerpc/64s/radix: Introduce local single page ceiling for TLB range flushNicholas Piggin1-4/+19
2017-11-10powerpc/64s/radix: Optimize flush_tlb_rangeNicholas Piggin1-35/+103
2017-11-10powerpc/64s/radix: Implement _tlbie(l)_va_range flush functionsNicholas Piggin1-30/+39
2017-11-10powerpc/64s/radix: Optimize TLB range flush barriersNicholas Piggin1-9/+32
2017-11-10Merge branch 'fixes' into nextMichael Ellerman2-2/+1
2017-11-07powerpc/mm/hash: Remove stale comment.Michal Suchanek1-4/+0
2017-11-06powerpc/mm: Add a CONFIG option to choose if radix is used by defaultMichael Ellerman1-2/+11
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman5-14/+14
2017-11-06powerpc/mm/hash: Add pr_fmt() to hash_utils64.cAneesh Kumar K.V1-0/+1