summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Remove POWER4 supportNicholas Piggin2018-03-311-4/+5
* powerpc/mm/32: Remove the reserved memory hackJonathan Neuschäfer2018-03-313-8/+1Star
* powerpc/mm/32: Use page_is_ram to check for RAMJonathan Neuschäfer2018-03-311-0/+1
* powerpc/mm: Use memblock API for PPC32 page_is_ramJonathan Neuschäfer2018-03-311-4/+0Star
* powerpc/mm: Simplify page_is_ram by using memblock_is_memoryJonathan Neuschäfer2018-03-311-7/+1Star
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-316-86/+169
|\
| * powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2018-03-304-15/+15
| * powerpc/64s/radix: Allocate kernel page tables node-local if possibleNicholas Piggin2018-03-301-24/+80
| * powerpc/64s/radix: Split early page table mapping to its own functionNicholas Piggin2018-03-301-47/+65
| * powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin2018-03-302-14/+23
| * powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin2018-03-301-2/+2
| * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-1/+1
* | powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V2018-03-303-11/+4Star
* | powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-308-10/+149
* | powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area()Aneesh Kumar K.V2018-03-301-16/+20
* | powerpc/mm: Fix thread_pkey_regs_init()Ram Pai2018-03-301-3/+3
* | Merge branch 'fixes' into nextMichael Ellerman2018-03-284-80/+107
|\ \
| * | powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V2018-03-233-1/+31
| * | powerpc/mm/radix: Move the functions that does the actual tlbie closerAneesh Kumar K.V2018-03-231-32/+32
| * | powerpc/mm/radix: Remove unused codeAneesh Kumar K.V2018-03-231-40/+0Star
| * | powerpc/mm: Workaround Nest MMU bug with TLB invalidationsBenjamin Herrenschmidt2018-03-231-7/+43
| * | powerpc/mm: Add tracking of the number of coprocessors using a contextBenjamin Herrenschmidt2018-03-231-0/+1
* | | powerpc/mm: Fix typo in commentsAlexey Kardashevskiy2018-03-271-7/+7
* | | powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping()Mauricio Faria de Oliveira2018-03-273-10/+10
* | | powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9Paul Mackerras2018-03-271-0/+6
* | | powerpc/mm/slice: remove radix calls to the slice codeNicholas Piggin2018-03-132-15/+8Star
* | | powerpc/mm/slice: Use const pointers to cached slice masks where possibleNicholas Piggin2018-03-131-41/+38Star
* | | powerpc/mm/slice: remove dead codeNicholas Piggin2018-03-131-6/+0Star
* | | powerpc/mm/slice: Switch to 3-operand slice bitops helpersNicholas Piggin2018-03-131-15/+23
* | | powerpc/mm/slice: implement slice_check_range_fitsNicholas Piggin2018-03-131-28/+34
* | | powerpc/mm/slice: implement a slice mask cacheNicholas Piggin2018-03-131-42/+70
* | | powerpc/mm/slice: pass pointers to struct slice_mask where possibleNicholas Piggin2018-03-131-39/+45
* | | powerpc/mm/slice: tidy lpsizes and hpsizes update loopsNicholas Piggin2018-03-131-10/+12
* | | powerpc/mm/slice: Simplify and optimise slice context initialisationNicholas Piggin2018-03-133-66/+20Star
* | | powerpc/32: Make some functions staticMathieu Malaterre2018-03-131-1/+1
* | | powerpc/mm: Drop the function native_register_proc_table()Anshuman Khandual2018-03-131-15/+0Star
* | | powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy2018-03-053-37/+41
* | | powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxChristophe Leroy2018-03-053-3/+19
* | | powerpc/mm/slice: Enhance for supporting PPC32Christophe Leroy2018-03-051-8/+29
* | | powerpc/mm/slice: Remove intermediate bitmap copyChristophe Leroy2018-03-051-8/+4Star
|/ /
* | powerpc/mm/drmem: Fix unexpected flag value in ibm,dynamic-memory-v2Bharata B Rao2018-02-231-3/+3
* | powerpc/pseries: Check for zero filled ibm,dynamic-memory propertyNathan Fontenot2018-02-161-0/+8
* | powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V2018-02-134-11/+20
* | powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-134-2/+6
* | powerpc/mm: Flush radix process translations when setting MMU typeAlexey Kardashevskiy2018-02-131-0/+2
* | powerpc/mm/radix: Split linear mapping on hot-unplugBalbir Singh2018-02-081-21/+74
* | powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PIDNicholas Piggin2018-02-081-1/+20
* | powerpc/numa: Invalidate numa_cpu_lookup_table on cpu removeNathan Fontenot2018-02-081-5/+0Star
|/
* Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-0625-406/+1473
|\
| * Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-062-15/+13Star
| |\