summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2018-05-30powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxChristophe Leroy3-3/+19
2018-05-30powerpc/mm/slice: Enhance for supporting PPC32Christophe Leroy1-8/+29
2018-05-30powerpc/mm/slice: Remove intermediate bitmap copyChristophe Leroy1-8/+4
2018-05-01powerpc/mm: Flush cache on memory hot(un)plugBalbir Singh1-0/+2
2018-04-24powerpc/mm/radix: Fix checkstops caused by invalid tlbielMichael Ellerman1-3/+2
2018-04-24powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9Paul Mackerras1-0/+6
2018-03-23powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V3-1/+31
2018-03-23powerpc/mm/radix: Move the functions that does the actual tlbie closerAneesh Kumar K.V1-32/+32
2018-03-23powerpc/mm/radix: Remove unused codeAneesh Kumar K.V1-40/+0
2018-03-23powerpc/mm: Workaround Nest MMU bug with TLB invalidationsBenjamin Herrenschmidt1-7/+43
2018-03-23powerpc/mm: Add tracking of the number of coprocessors using a contextBenjamin Herrenschmidt1-0/+1
2018-02-23powerpc/mm/drmem: Fix unexpected flag value in ibm,dynamic-memory-v2Bharata B Rao1-3/+3
2018-02-16powerpc/pseries: Check for zero filled ibm,dynamic-memory propertyNathan Fontenot1-0/+8
2018-02-13powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V4-11/+20
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V4-2/+6
2018-02-13powerpc/mm: Flush radix process translations when setting MMU typeAlexey Kardashevskiy1-0/+2
2018-02-08powerpc/mm/radix: Split linear mapping on hot-unplugBalbir Singh1-21/+74
2018-02-08powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PIDNicholas Piggin1-1/+20
2018-02-08powerpc/numa: Invalidate numa_cpu_lookup_table on cpu removeNathan Fontenot1-5/+0
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar25-406/+1473
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-15/+13
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers1-0/+7
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler1-1/+6
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds23-367/+1455
2018-02-01mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V1-22/+0
2018-02-01powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V1-2/+5
2018-01-27powerpc/pseries: Fix cpu hotplug crash with memoryless nodesMichael Bringmann1-1/+3
2018-01-27powerpc/numa: Ensure nodes initialized for hotplugMichael Bringmann1-10/+37
2018-01-27powerpc/numa: Use ibm,max-associativity-domains to discover possible nodesMichael Bringmann1-3/+34
2018-01-27powerpc/mm/nohash: do not flush the entire mm when range is a single pageChristophe Leroy1-1/+4
2018-01-21powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_allMahesh Salgaonkar1-2/+0
2018-01-21powerpc/pseries: Don't give a warning when HPT resizing isn't availableDavid Gibson1-1/+1
2018-01-21powerpc/hash: Skip non initialized page size in init_hpte_page_sizesAneesh Kumar K.V1-1/+1
2018-01-21Merge branch 'fixes' into nextMichael Ellerman1-1/+6
2018-01-20powerpc/mm: Invalidate subpage_prot() system call on radix platformsAnshuman Khandual1-0/+3
2018-01-20powerpc: Enable pkey subsystemRam Pai1-9/+55
2018-01-20powerpc: Deliver SEGV signal on pkey violationRam Pai1-12/+27
2018-01-20powerpc: introduce get_mm_addr_key() helperRam Pai1-0/+24
2018-01-20powerpc: Handle exceptions caused by pkey violationRam Pai1-0/+22
2018-01-20powerpc: implementation for arch_vma_access_permitted()Ram Pai1-0/+34
2018-01-20powerpc: helper to validate key-access permissions of a pteRam Pai1-0/+28
2018-01-20powerpc: Program HPTE key protection bitsRam Pai1-0/+1
2018-01-20powerpc: implementation for arch_override_mprotect_pkey()Ram Pai1-0/+36
2018-01-20powerpc: ability to associate pkey to a vmaRam Pai1-0/+8
2018-01-20powerpc: introduce execute-only pkeyRam Pai1-0/+58
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai1-1/+51
2018-01-20powerpc: ability to create execute-disabled pkeysRam Pai1-0/+16
2018-01-20powerpc: implementation for arch_set_user_pkey_access()Ram Pai1-0/+40
2018-01-20powerpc: helper functions to initialize AMR, IAMR and UAMOR registersRam Pai1-0/+47
2018-01-20powerpc: helper function to read, write AMR, IAMR, UAMOR registersRam Pai1-0/+36