aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds13-95/+391
2017-02-16powerpc/64: Disable use of radix under a hypervisorPaul Mackerras1-1/+2
2017-02-15powerpc/mm: Update PROTFAULT handling in the page fault pathAneesh Kumar K.V2-14/+39
2017-02-14Merge branch 'topic/ppc-kvm' into nextMichael Ellerman4-4/+52
2017-02-14powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=yMichael Ellerman1-1/+1
2017-02-10powerpc: Drop GPL from of_node_to_nid() export to match other archesShailendra Singh1-1/+1
2017-02-10powerpc/pseries: Automatically resize HPT for memory hot add/removeDavid Gibson2-0/+33
2017-02-10powerpc/pseries: Add support for hash table resizingDavid Gibson1-0/+33
2017-02-09powerpc/mm/radix: Update ERAT flushes when invalidating TLBBenjamin Herrenschmidt1-5/+1
2017-02-08powerpc/mm: Fix spurrious segfaults on radix with autonumaBenjamin Herrenschmidt1-16/+5
2017-01-31powerpc/64: Make type of partition table flush depend on partition typePaul Mackerras1-3/+13
2017-01-31powerpc/64: Export pgtable_cache and pgtable_cache_add for KVMPaul Mackerras1-1/+2
2017-01-31powerpc/64: Enable use of radix MMU under hypervisor on POWER9Paul Mackerras2-5/+9
2017-01-31powerpc/64: Don't try to use radix MMU under a hypervisorPaul Mackerras1-0/+33
2017-01-31powerpc/mm: unstub radix__vmemmap_remove_mapping()Reza Arbab1-1/+28
2017-01-31powerpc/mm: add radix__remove_section_mapping()Reza Arbab2-1/+134
2017-01-31powerpc/mm: add radix__create_section_mapping()Reza Arbab2-1/+8
2017-01-31powerpc/mm: refactor radix physical page mappingReza Arbab1-38/+50
2017-01-30powerpc/powernv: Initialise nest mmuAlistair Popple2-1/+7
2017-01-30powerpc/mm: Allow memory hotplug into an offline nodeReza Arbab1-1/+1
2017-01-30powerpc/mm: Simplify loop control in parse_numa_properties()Reza Arbab1-8/+3
2017-01-30powerpc/mm: Use the correct pointer when setting a 2MB pteReza Arbab1-2/+2
2017-01-25powerpc/mm: Return directly after a failed __copy_from_user() in sys_subpage_prot()Markus Elfring1-3/+1
2017-01-23powerpc/mm: Remove the debug hugepd_ok checkAneesh Kumar K.V1-21/+0
2017-01-18powerpc/mm: Fix little-endian 4K hugetlbAneesh Kumar K.V2-12/+15
2017-01-18powerpc/mm/hugetlb: Don't panic when we don't find the default huge page sizeAneesh Kumar K.V1-3/+0
2017-01-18powerpc: Fix pgtable pmd cache initNicholas Piggin2-13/+6
2017-01-17powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab2-2/+20
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds17-290/+1325
2016-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman6-236/+225
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-42/+68
2016-12-12powerpc/mm: allow memory hotplug into a memoryless nodeReza Arbab1-12/+1
2016-12-09powerpc/8xx: Implement support of hugepagesChristophe Leroy2-11/+39
2016-12-09powerpc: get hugetlbpage handling more genericChristophe Leroy1-114/+81
2016-12-09powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy4-115/+109
2016-12-02powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdownAlexey Kardashevskiy2-14/+1
2016-12-02powerpc/iommu: Stop using @current in mm_iommu_xxxAlexey Kardashevskiy1-29/+17
2016-12-02powerpc/iommu: Pass mm_struct to init/cleanup helpersAlexey Kardashevskiy2-6/+7
2016-12-01powerpc/mm: Fix page table dump build on non-Book3SMichael Ellerman2-2/+4
2016-11-30powerpc/mm: Fix no execute fault handling on pre-POWER5Balbir Singh1-1/+9
2016-11-29powerpc/mm: Fix lazy icache flush on pre-POWER5Benjamin Herrenschmidt2-3/+3
2016-11-28powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V2-2/+3
2016-11-28powerpc/mm: Add radix__tlb_flush_pte_p9_dd1()Aneesh Kumar K.V1-0/+18
2016-11-26powerpc/mm/radix: Prevent kernel execution of user spaceBalbir Singh1-0/+22
2016-11-25powerpc/mm: Detect instruction fetch denied and reportBalbir Singh1-0/+7
2016-11-25powerpc/mm/radix: Setup AMOR in HV mode to allow key 0Balbir Singh1-0/+14
2016-11-25powerpc/mm: Fixup kernel read only mappingAneesh Kumar K.V1-2/+6