summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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/+6
* 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/+1
* | | 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/+21
* | | | powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy2017-08-151-12/+3
* | | | powerpc/mm: Simplify __set_fixmap()Christophe Leroy2017-08-151-15/+0
* | | | 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/+0
* | | | 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
* | | | powerpc/mm: Add a bunch of (un)likely annotations to do_page_faultBenjamin Herrenschmidt2017-08-031-10/+10
* | | | powerpc/mm: Move/simplify faulthandler_disabled() and !mm checkBenjamin Herrenschmidt2017-08-031-14/+13
* | | | powerpc/mm: Move the DSISR_PROTFAULT sanity checkBenjamin Herrenschmidt2017-08-031-33/+42
* | | | powerpc/mm: Cosmetic fix to page fault accountingBenjamin Herrenschmidt2017-08-031-4/+2
* | | | powerpc/mm: Move CMO accounting out of do_page_fault into a helperBenjamin Herrenschmidt2017-08-031-11/+18
* | | | powerpc/mm: Rework mm_fault_error()Benjamin Herrenschmidt2017-08-031-38/+28
* | | | powerpc/mm: Make bad_area* helper functionsBenjamin Herrenschmidt2017-08-031-28/+50
* | | | powerpc/mm: Fix reporting of kernel execute faultsBenjamin Herrenschmidt2017-08-031-6/+15
* | | | powerpc/mm: Simplify returns from __do_page_faultBenjamin Herrenschmidt2017-08-031-23/+16
* | | | powerpc/mm: Move debugger check to notify_page_fault()Benjamin Herrenschmidt2017-08-031-13/+8
* | | | powerpc/mm: Overhaul handling of bad page faultsBenjamin Herrenschmidt2017-08-031-18/+14
* | | | powerpc/mm: Move error_code checks for bad faults earlierBenjamin Herrenschmidt2017-08-031-15/+20
* | | | powerpc/mm: Move out definition of CPU specific is_write bitsBenjamin Herrenschmidt2017-08-031-7/+11
OpenPOWER on IntegriCloud