aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-17powerpc/mm: Dump hash tableRashmica Gupta2-1/+553
2016-11-17powerpc/mm: Dump linux pagetablesRashmica Gupta2-0/+441
2016-11-17powerpc/mm: Fix typo in radix encodings printBalbir Singh1-1/+1
2016-11-14powerpc/hash64: Be more careful when generating tlbielBalbir Singh1-4/+6
2016-11-14powerpc: Add support for relative exception tablesNicholas Piggin1-1/+1
2016-10-27powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpuAneesh Kumar K.V1-4/+4
2016-10-19powerpc: Fix numa topology console printAneesh Kumar K.V1-5/+5
2016-10-19powerpc/mm: Drop dump_numa_memory_topology()Michael Ellerman1-36/+0
2016-10-19powerpc/mm: Prevent unlikely crash in copro_calculate_slb()Frederic Barrat1-0/+2
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+3
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2016-10-12powerpc/mm/hash64: Fix might_have_hea() checkMichael Ellerman1-1/+1
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds11-49/+218
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-40/+57
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-32/+24
2016-09-29KVM: PPC: Book3S HV: Migrate pinned pages out of CMABalbir Singh1-4/+77
2016-09-23powerpc: Clean up tm_abort duplication in hash_utils_64.cRui Teng1-31/+25
2016-09-23powerpc: Fix usage of _PAGE_RO in hugepageChristophe Leroy1-0/+7
2016-09-23powerpc/mm: Add radix flush all with IS=3Aneesh Kumar K.V1-0/+24
2016-09-23powerpc/64/kexec: Fix MMU cleanup on radixBenjamin Herrenschmidt2-0/+21
2016-09-19powerpc: Use kprobe blacklist for exception handlersNicholas Piggin1-2/+2
2016-09-13powerpc/32: Add missing \n and switch to pr_warn()Colin Ian King1-1/+1
2016-09-13powerpc/mm: Update the HID bit when switching from radix to hashAneesh Kumar K.V2-0/+53
2016-09-13powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V2-2/+2
2016-09-13powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman1-4/+3
2016-09-13powerpc/mm: Preserve CFAR value on SLB miss caused by access to bogus addressPaul Mackerras1-5/+3
2016-09-09powerpc/mm: Speed up computation of base and actual page size for a HPTEPaul Mackerras2-40/+57
2016-09-08powerpc/mm: Don't alias user region to other regions below PAGE_OFFSETPaul Mackerras1-1/+6
2016-09-06powerpc/mmu nohash: Convert to hotplug state machineSebastian Andrzej Siewior1-32/+24
2016-08-22powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-08-07ppc: move exports to definitionsAl Viro1-0/+3
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds10-92/+153
2016-08-04powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman3-3/+6
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-08-01powerpc/mm: remove flush_tlb_page_nohashAneesh Kumar K.V2-12/+1
2016-08-01powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V1-0/+10
2016-08-01powerpc/mm/radix/hugetlb: Add helper for finding page size from hstateAneesh Kumar K.V2-26/+13
2016-08-01powerpc/mm/radix: Rename function and drop unused argAneesh Kumar K.V2-10/+10
2016-08-01powerpc/mm/radix: Add tlb flush of THP ptesAneesh Kumar K.V2-2/+9
2016-08-01powerpc/mm: Drop multiple definition of mm_is_core_localAneesh Kumar K.V2-12/+0
2016-08-01powerpc/mm/hash: Add helper for finding SLBE LLP encodingAneesh Kumar K.V1-4/+2
2016-08-01powerpc/mm/radix: Implement tlb mmu gather flush efficientlyAneesh Kumar K.V1-1/+58
2016-08-01powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V2-2/+2
2016-08-01powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V1-1/+1
2016-08-01powerpc/mm: Do radix device tree scanning earlierMichael Ellerman2-3/+4
2016-08-01powerpc/mm: Do hash device tree scanning earlierMichael Ellerman2-26/+30
2016-08-01powerpc/mm: Move disable_radix handling into mmu_early_init_devtree()Michael Ellerman1-0/+11
2016-08-01powerpc/mm: Add mmu_early_init_devtree()Michael Ellerman1-0/+6
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds15-193/+361
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman2-42/+92