summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2018-03-27powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9Paul Mackerras1-0/+6
2018-03-13powerpc/mm/slice: remove radix calls to the slice codeNicholas Piggin2-15/+8
2018-03-13powerpc/mm/slice: Use const pointers to cached slice masks where possibleNicholas Piggin1-41/+38
2018-03-13powerpc/mm/slice: remove dead codeNicholas Piggin1-6/+0
2018-03-13powerpc/mm/slice: Switch to 3-operand slice bitops helpersNicholas Piggin1-15/+23
2018-03-13powerpc/mm/slice: implement slice_check_range_fitsNicholas Piggin1-28/+34
2018-03-13powerpc/mm/slice: implement a slice mask cacheNicholas Piggin1-42/+70
2018-03-13powerpc/mm/slice: pass pointers to struct slice_mask where possibleNicholas Piggin1-39/+45
2018-03-13powerpc/mm/slice: tidy lpsizes and hpsizes update loopsNicholas Piggin1-10/+12
2018-03-13powerpc/mm/slice: Simplify and optimise slice context initialisationNicholas Piggin3-66/+20
2018-03-13powerpc/32: Make some functions staticMathieu Malaterre1-1/+1
2018-03-13powerpc/mm: Drop the function native_register_proc_table()Anshuman Khandual1-15/+0
2018-03-06powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy3-37/+41
2018-03-06powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxChristophe Leroy3-3/+19
2018-03-06powerpc/mm/slice: Enhance for supporting PPC32Christophe Leroy1-8/+29
2018-03-06powerpc/mm/slice: Remove intermediate bitmap copyChristophe Leroy1-8/+4
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-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V1-22/+0
2018-01-31powerpc/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-22powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_allMahesh Salgaonkar1-2/+0
2018-01-22powerpc/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-21powerpc/mm: Invalidate subpage_prot() system call on radix platformsAnshuman Khandual1-0/+3
2018-01-21powerpc: 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