aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/init_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-02powerpc/mm: fix "section_base" set but not usedQian Cai1-2/+0
2018-12-09powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran1-3/+16
2018-09-12KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy1-49/+0
2018-04-04powerpc/mm/radix: Parse disable_radix commandline correctly.Aneesh Kumar K.V1-1/+1
2018-03-31powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V1-6/+0
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-9/+8
2018-01-08mm: split altmap memory map allocation from normal caseChristoph Hellwig1-1/+4
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-3/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-5/+2
2017-12-04powerpc: Use pr_warn instead of pr_warningJoe Perches1-3/+2
2017-11-06powerpc/mm: Add a CONFIG option to choose if radix is used by defaultMichael Ellerman1-2/+11
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman1-4/+4
2017-08-10powerpc/mm: Fix section mismatch warning in early_check_vec5()Michael Ellerman1-1/+1
2017-07-24powerpc/mm: Build fix for non SPARSEMEM_VMEMAP configAneesh Kumar K.V1-2/+2
2017-07-02powerpc/vmemmap: Add altmap supportOliver O'Halloran1-2/+13
2017-07-02powerpc/vmemmap: Reshuffle vmemmap_free()Oliver O'Halloran1-23/+25
2017-06-28powerpc/mm: Add comments on vmemmap physical mappingAnshuman Khandual1-0/+21
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+0
2017-03-31powerpc/mm: Remove checks that TASK_SIZE_USER64 is too smallAneesh Kumar K.V1-4/+0
2017-03-21Revert "powerpc/64: Disable use of radix under a hypervisor"Paul Mackerras1-2/+1
2017-03-06powerpc: Update to new option-vector-5 format for CASSuraj Jitindar Singh1-6/+30
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+35
2017-02-16powerpc/64: Disable use of radix under a hypervisorPaul Mackerras1-1/+2
2017-01-31powerpc/64: Enable use of radix MMU under hypervisor on POWER9Paul Mackerras1-5/+7
2017-01-31powerpc/64: Don't try to use radix MMU under a hypervisorPaul Mackerras1-0/+33
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-09powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy1-77/+0
2016-08-01powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V1-1/+1
2016-08-01powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V1-1/+1
2016-08-01powerpc/mm: Do radix device tree scanning earlierMichael Ellerman1-1/+3
2016-08-01powerpc/mm: Do hash device tree scanning earlierMichael Ellerman1-0/+3
2016-08-01powerpc/mm: Move disable_radix handling into mmu_early_init_devtree()Michael Ellerman1-0/+11
2016-08-01powerpc/mm: Add mmu_early_init_devtree()Michael Ellerman1-0/+6
2016-05-01powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V1-5/+0
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V1-2/+2
2016-05-01powerpc/mm: Move hash and no hash code to separate filesAneesh Kumar K.V1-69/+5
2016-03-03powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V1-6/+15
2016-03-01powerpc/mm: Clean up memory hotplug failure pathsDavid Gibson1-12/+26
2016-03-01powerpc/mm: Handle removing maybe-present bolted HPTEsDavid Gibson1-4/+5
2015-12-14powerpc/mm: Don't hardcode page table sizeAneesh Kumar K.V1-4/+0
2015-03-26powerpc/mm: Free string after creating kmem cacheYanjiang Jin1-0/+1
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+0
2014-09-25powerpc: Move htab_remove_mapping function prototype into header fileAnton Blanchard1-3/+0
2014-08-05powerpc: start loop at section start of start in vmemmap_populated()Li Zhong1-1/+2
2014-08-05powerpc: implement vmemmap_free()Li Zhong1-21/+64
2014-08-05powerpc: implement vmemmap_remove_mapping() for BOOK3SLi Zhong1-0/+22
2014-08-05powerpc: implement vmemmap_list_free()Li Zhong1-10/+52
2013-10-11powerpc: Prepare to support kernel handling of IOMMU map/unmapAlexey Kardashevskiy1-1/+50
2013-10-03powerpc: Fix memory hotplug with sparse vmemmapNathan Fontenot1-0/+4
2013-06-21powerpc/THP: Double the PMD table size for THPAneesh Kumar K.V1-3/+6