aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3SChristophe Leroy3-5/+5
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy2-2/+2
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy1-1/+1
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring1-1/+1
2018-11-25powerpc/mm: Remove extern from function definitionBreno Leitao1-3/+3
2018-11-25powerpc/pkey: Define functions as staticBreno Leitao1-7/+8
2018-11-14powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran1-1/+1
2018-11-12powerpc/mm/64s: Fix preempt warning in slb_allocate_kernel()Michael Ellerman1-1/+1
2018-11-08powerpc: Convert hugepd_free() to use call_rcu()Paul E. McKenney1-1/+1
2018-11-06powerpc/mm/64s: Only use slbfee on CPUs that support itMichael Ellerman1-0/+3
2018-11-06powerpc/mm/64s: Use PPC_SLBFEE macroMichael Ellerman1-1/+2
2018-11-06powerpc/mm/64s: Consolidate SLB assertionsMichael Ellerman1-20/+9
2018-11-02Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-17/+9
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-3/+4
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport4-6/+3
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-3/+3
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport3-3/+3
2018-10-29Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman1-0/+1
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds30-881/+1098
2018-10-26powerpc/8xx: Use patch_site for memory setup patchingChristophe Leroy1-16/+7
2018-10-26Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy1-1/+1
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+9
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-25/+30
2018-10-22powerpc/8xx: add missing header in 8xx_mmu.cChristophe Leroy1-0/+1
2018-10-20powerpc/64s/radix: Fix radix__flush_tlb_collapsed_pmd double flushing pmdNicholas Piggin1-1/+0
2018-10-20powerpc/mm: Fix page table dump to work on RadixMichael Ellerman1-3/+9
2018-10-20powerpc/mm/radix: Display if mappings are exec or notMichael Ellerman1-12/+17
2018-10-20powerpc/mm/radix: Simplify split mapping logicMichael Ellerman1-22/+10
2018-10-20powerpc/mm/radix: Remove the retry in the split mapping logicMichael Ellerman1-7/+5
2018-10-20powerpc/mm/radix: Fix small page at boundary when splittingMichael Ellerman1-2/+2
2018-10-20powerpc/mm/radix: Fix overuse of small pages in splitting logicMichael Ellerman1-2/+2
2018-10-20powerpc/mm/radix: Fix off-by-one in split mapping logicMichael Ellerman1-2/+2
2018-10-20powerpc/mm: Fix WARN_ON with THP NUMA migrationAneesh Kumar K.V2-2/+3
2018-10-20powerpc/mm: fix always true/false warning in slice.cChristophe Leroy1-7/+14
2018-10-20powerpc/mm: fix missing prototypes in slice.cChristophe Leroy1-0/+1
2018-10-20powerpc/mm: Trace tlbia instructionChristophe Leroy1-0/+2
2018-10-20powerpc/mm: Add missing tracepoint for tlbieChristophe Leroy1-0/+2
2018-10-20powerpc/book3s64: fix dump_linuxpagetables "present" flagChristophe Leroy1-2/+7
2018-10-19powerpc: Add -Werror at arch/powerpc levelMichael Ellerman1-2/+0
2018-10-14powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V1-5/+15
2018-10-14powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V1-1/+1
2018-10-14powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin1-3/+50
2018-10-14powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin3-33/+19
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2-44/+168
2018-10-14powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin2-0/+19
2018-10-14powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin1-13/+51
2018-10-14powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin3-458/+170
2018-10-14powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy2-2/+2
2018-10-14powerpc/mm: Split dump_pagelinuxtables flag_array tableChristophe Leroy6-153/+307