summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/hash: Remove stale comment.Michal Suchanek2017-11-071-4/+0Star
* powerpc/mm: Add a CONFIG option to choose if radix is used by defaultMichael Ellerman2017-11-061-2/+11
* powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-065-14/+14
* powerpc/mm/hash: Add pr_fmt() to hash_utils64.cAneesh Kumar K.V2017-11-061-0/+1
* powerpc/64s/radix: Fix process table entry cache invalidationNicholas Piggin2017-11-062-6/+25
* powerpc/64s/radix: Improve preempt handling in TLB codeNicholas Piggin2017-11-061-25/+23Star
* powerpc/mm/radix: Drop unneeded NULL checkMichael Ellerman2017-10-221-12/+10Star
* powerpc/vphn: Fix numa update end-loop bugMichael Bringmann2017-10-161-2/+8
* powerpc/hotplug: Improve responsiveness of hotplug changeMichael Bringmann2017-10-161-1/+22
* powerpc/vphn: Improve recognition of PRRN/VPHNMichael Bringmann2017-10-161-4/+4
* powerpc/vphn: Update CPU topology when VPHN enabledMichael Bringmann2017-10-161-1/+21
* cxl: Enable global TLBIs for cxl contextsFrederic Barrat2017-09-281-9/+0Star
* powerpc/mm: Export flush_all_mm()Frederic Barrat2017-09-281-2/+4
* powerpc/mm: Use seq_putc() in two functionsMarkus Elfring2017-09-012-2/+2
* powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy2017-09-011-1/+1
* powerpc/mm/radix: Prettify mapped memory range print outMichael Ellerman2017-08-311-1/+6
* powerpc/mm/radix: Add pr_fmt() to pgtable-radix.cMichael Ellerman2017-08-311-0/+4
* powerpc/mm: Make switch_mm_irqs_off() out of lineBenjamin Herrenschmidt2017-08-232-1/+100
* powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt2017-08-231-0/+2
* powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt2017-08-234-14/+6Star
* Merge branch 'fixes' into nextMichael Ellerman2017-08-234-6/+80
|\
| * Merge tag 'v4.13-rc1' into fixesMichael Ellerman2017-07-311-9/+19
| |\
| * | powerpc/mm/hash: Free the subpage_prot_table correctlyAneesh Kumar K.V2017-07-271-1/+1
| * | powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt2017-07-263-5/+79
* | | powerpc/mm/cxl: Add the fault handling cpu to mm cpumaskAneesh Kumar K.V2017-08-171-9/+1Star
* | | powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V2017-08-173-9/+39
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-08-173-14/+21
|\ \ \
| * | | powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-173-14/+21
* | | | powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V2017-08-163-160/+21Star
* | | | powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy2017-08-151-12/+3Star
* | | | powerpc/mm: Simplify __set_fixmap()Christophe Leroy2017-08-151-15/+0Star
* | | | powerpc/mm: declare some local functions staticChristophe Leroy2017-08-151-2/+2
* | | | powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Christophe Leroy2017-08-152-0/+30
* | | | powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32Christophe Leroy2017-08-151-3/+10
* | | | powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBsChristophe Leroy2017-08-151-4/+6
* | | | powerpc/8xx: mark init functions with __initChristophe Leroy2017-08-151-4/+4
* | | | powerpc/8xx: Make pinning of ITLBs optionalChristophe Leroy2017-08-151-1/+7
* | | | powerpc/8xx: Ensures RAM mapped with LTLB is seen as block mapped on 8xx.Christophe Leroy2017-08-151-2/+11
* | | | powerpc/mm: Fix section mismatch warning in early_check_vec5()Michael Ellerman2017-08-101-1/+1
* | | | powerpc/8xx: Use symbolic names for DSISR bits in DSIChristophe Leroy2017-08-101-1/+1
* | | | powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy2017-08-104-8/+8
* | | | powerpc/mm: Properly invalidate when setting process table baseSuraj Jitindar Singh2017-08-101-2/+6
* | | | powerpc/mm/hash64: Make vmalloc 56T on hashMichael Ellerman2017-08-081-3/+15
* | | | powerpc/mm/slb: Move comment next to the code it's referring toMichael Ellerman2017-08-081-3/+4
* | | | powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman2017-08-083-0/+4
* | | | powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt2017-08-036-482/+0Star
* | | | powerpc/mm: Cleanup check for stack expansionBenjamin Herrenschmidt2017-08-031-36/+48
* | | | powerpc/mm: Don't lose "major" fault indication on retryBenjamin Herrenschmidt2017-08-031-2/+3
* | | | powerpc/mm: Move page fault VMA access checks to a helperBenjamin Herrenschmidt2017-08-031-24/+33
* | | | powerpc/mm: Set fault flags earlierBenjamin Herrenschmidt2017-08-031-1/+4