aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-10powerpc: Don't call lockdep_assert_cpus_held() from arch_update_cpu_topology()Thiago Jung Bauermann1-1/+0
2017-10-04powerpc/mm: Call flush_tlb_kernel_range with interrupts enabledGuenter Roeck1-1/+1
2017-09-01powerpc/mm: Use seq_putc() in two functionsMarkus Elfring2-2/+2
2017-09-01powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy1-1/+1
2017-08-31powerpc/mm/radix: Prettify mapped memory range print outMichael Ellerman1-1/+6
2017-08-31powerpc/mm/radix: Add pr_fmt() to pgtable-radix.cMichael Ellerman1-0/+4
2017-08-23powerpc/mm: Make switch_mm_irqs_off() out of lineBenjamin Herrenschmidt2-1/+100
2017-08-23powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt1-0/+2
2017-08-23powerpc/mm: Use mm_is_thread_local() instread of open-codingBenjamin Herrenschmidt4-14/+6
2017-08-23Merge branch 'fixes' into nextMichael Ellerman4-6/+80
2017-08-17powerpc/mm/cxl: Add the fault handling cpu to mm cpumaskAneesh Kumar K.V1-9/+1
2017-08-17powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V3-9/+39
2017-08-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman3-14/+21
2017-08-17powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V3-14/+21
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel command lineAneesh Kumar K.V3-160/+21
2017-08-15powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy1-12/+3
2017-08-15powerpc/mm: Simplify __set_fixmap()Christophe Leroy1-15/+0
2017-08-15powerpc/mm: declare some local functions staticChristophe Leroy1-2/+2
2017-08-15powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Christophe Leroy2-0/+30
2017-08-15powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32Christophe Leroy1-3/+10
2017-08-15powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBsChristophe Leroy1-4/+6
2017-08-15powerpc/8xx: mark init functions with __initChristophe Leroy1-4/+4
2017-08-15powerpc/8xx: Make pinning of ITLBs optionalChristophe Leroy1-1/+7
2017-08-15powerpc/8xx: Ensures RAM mapped with LTLB is seen as block mapped on 8xx.Christophe Leroy1-2/+11
2017-08-10powerpc/mm: Fix section mismatch warning in early_check_vec5()Michael Ellerman1-1/+1
2017-08-10powerpc/8xx: Use symbolic names for DSISR bits in DSIChristophe Leroy1-1/+1
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy4-8/+8
2017-08-10powerpc/mm: Properly invalidate when setting process table baseSuraj Jitindar Singh1-2/+6
2017-08-08powerpc/mm/hash64: Make vmalloc 56T on hashMichael Ellerman1-3/+15
2017-08-08powerpc/mm/slb: Move comment next to the code it's referring toMichael Ellerman1-3/+4
2017-08-08powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman3-0/+4
2017-08-03powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt6-482/+0
2017-08-03powerpc/mm: Cleanup check for stack expansionBenjamin Herrenschmidt1-36/+48
2017-08-03powerpc/mm: Don't lose "major" fault indication on retryBenjamin Herrenschmidt1-2/+3
2017-08-03powerpc/mm: Move page fault VMA access checks to a helperBenjamin Herrenschmidt1-24/+33
2017-08-03powerpc/mm: Set fault flags earlierBenjamin Herrenschmidt1-1/+4
2017-08-03powerpc/mm: Add a bunch of (un)likely annotations to do_page_faultBenjamin Herrenschmidt1-10/+10
2017-08-03powerpc/mm: Move/simplify faulthandler_disabled() and !mm checkBenjamin Herrenschmidt1-14/+13
2017-08-03powerpc/mm: Move the DSISR_PROTFAULT sanity checkBenjamin Herrenschmidt1-33/+42
2017-08-03powerpc/mm: Cosmetic fix to page fault accountingBenjamin Herrenschmidt1-4/+2
2017-08-03powerpc/mm: Move CMO accounting out of do_page_fault into a helperBenjamin Herrenschmidt1-11/+18
2017-08-03powerpc/mm: Rework mm_fault_error()Benjamin Herrenschmidt1-38/+28
2017-08-03powerpc/mm: Make bad_area* helper functionsBenjamin Herrenschmidt1-28/+50
2017-08-03powerpc/mm: Fix reporting of kernel execute faultsBenjamin Herrenschmidt1-6/+15
2017-08-03powerpc/mm: Simplify returns from __do_page_faultBenjamin Herrenschmidt1-23/+16
2017-08-03powerpc/mm: Move debugger check to notify_page_fault()Benjamin Herrenschmidt1-13/+8
2017-08-03powerpc/mm: Overhaul handling of bad page faultsBenjamin Herrenschmidt1-18/+14
2017-08-03powerpc/mm: Move error_code checks for bad faults earlierBenjamin Herrenschmidt1-15/+20
2017-08-03powerpc/mm: Move out definition of CPU specific is_write bitsBenjamin Herrenschmidt1-7/+11
2017-08-03powerpc/6xx: Handle DABR match before calling do_page_faultBenjamin Herrenschmidt1-9/+0