summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/init_64.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+127
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+30
2023-08-28powerpc/mm/book3s64: Use 256M as the upper limit with coherent device memory ...Aneesh Kumar K.V1-2/+6
2023-08-28powerpc/mm/book3s64: Fix build error with SPARSEMEM disabledAneesh Kumar K.V1-4/+15
2023-08-18powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V1-7/+14
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V1-5/+21
2023-08-18powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V1-0/+112
2023-07-28powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V1-2/+1
2023-06-21powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V1-1/+1
2022-05-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-0/+3
2022-05-13KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, NestedNicholas Piggin1-0/+3
2022-05-05powerpc: fix typos in commentsJulia Lawall1-2/+2
2022-02-12powerpc/mm: Update default hugetlb size earlyAneesh Kumar K.V1-0/+4
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin1-2/+11
2021-11-30powerpc/64s: Get LPID bit width from device treeNicholas Piggin1-1/+45
2020-09-14Merge branch 'fixes' into nextMichael Ellerman1-2/+9
2020-08-28powerpc/book3s64/radix: Fix boot failure with large amount of guest memoryAneesh Kumar K.V1-2/+9
2020-08-24powerpc/vmemmap: Don't warn if we don't find a mapping vmemmap list entryAneesh Kumar K.V1-3/+1
2020-08-24powerpc/vmemmap: Fix memory leak with vmemmap list allocation failures.Aneesh Kumar K.V1-7/+28
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual1-2/+2
2020-07-29powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V1-1/+0
2020-07-16powerpc/mm: Enable radix GTSE only if supported.Bharata B Rao1-1/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy1-2/+2
2019-11-14Merge branch 'topic/kaslr-book3e32' into nextMichael Ellerman1-5/+0
2019-11-13powerpc: move memstart_addr and kernstart_addr to init-common.cJason Yan1-5/+0
2019-10-28powerpc/nvdimm: Update vmemmap_populated to check sub-section rangeAneesh Kumar K.V1-16/+38
2019-09-24libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V1-1/+16
2019-07-14Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+4
2019-07-04powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap b...Aneesh Kumar K.V1-1/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-02powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy1-1/+1
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-30powerpc/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/g...Linus 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