aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2017-04-01powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V4-24/+71
2017-04-01powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limitAneesh Kumar K.V4-12/+13
2017-04-01powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V2-1/+16
2017-04-01powerpc/mm/hash: Store addr_limit in PACAAneesh Kumar K.V1-1/+7
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V2-9/+18
2017-03-31powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V2-10/+53
2017-03-31powerpc/mm/hash: Use context ids 1-4 for the kernelAneesh Kumar K.V2-16/+6
2017-03-31powerpc/mm: Split radix vs hash mm context initialisationMichael Ellerman1-24/+43
2017-03-31powerpc/mm/hash: Pull hash constants into hash__alloc_context_id()Michael Ellerman1-7/+6
2017-03-31powerpc/mm/hash: Abstract context id allocation for KVMMichael Ellerman1-2/+8
2017-03-31powerpc/mm/slice: Update slice mask printing to use bitmap printing.Aneesh Kumar K.V1-23/+7
2017-03-31powerpc/mm/slice: Move slice_mask struct definition to slice.cAneesh Kumar K.V1-1/+9
2017-03-31powerpc/mm: Remove checks that TASK_SIZE_USER64 is too smallAneesh Kumar K.V1-4/+0
2017-03-31powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V3-4/+4
2017-03-31powerpc/mm/slice: Update the function prototypeAneesh Kumar K.V1-34/+28
2017-03-31powerpc/mm/slice: Convert slice_mask high slice to a bitmapAneesh Kumar K.V1-37/+75
2017-03-31powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V1-0/+13
2017-03-31powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layoutAneesh Kumar K.V1-0/+18
2017-03-31powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGEAneesh Kumar K.V1-1/+1
2017-03-31powerpc/mm/slice: Fix off-by-1 error when computing slice maskAneesh Kumar K.V1-3/+2
2017-03-31powerpc/mm/nohash: MM_SLICE is only used by book3s 64Aneesh Kumar K.V2-12/+0
2017-03-27powerpc/mmu: Add real mode support for IOMMU preregistered memoryAlexey Kardashevskiy1-0/+39
2017-03-21powerpc/32: Remove Mac-on-Linux/rtlinux hooksBen Hutchings1-2/+0
2017-03-21powerpc/mm: Move mmap_sem unlocking in do_page_fault()Laurent Dufour1-15/+4
2017-03-21powerpc/mm: Handle VM_FAULT_RETRY earlierLaurent Dufour1-28/+37
2017-03-21powerpc/mm: Move mmap_sem unlock up from do_sigbusLaurent Dufour1-3/+3
2017-03-21Revert "powerpc/64: Disable use of radix under a hypervisor"Paul Mackerras1-2/+1
2017-03-07Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-6/+34
2017-03-06powerpc: Update to new option-vector-5 format for CASSuraj Jitindar Singh1-6/+30
2017-03-03powerpc/64: Invalidate process table caching after setting process tablePaul Mackerras1-0/+4
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar5-2/+8
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar2-2/+2
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-11/+17
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-17powerpc/mm: Fix typo in set_pte_at()Gavin Shan1-3/+1
2017-02-17powerpc/mm: Blacklist SLB symbols from kprobeMichael Ellerman1-0/+8
2017-02-17powerpc/mm: Convert slb_finish_load[_1T] to local symbolsMichael Ellerman1-8/+8
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