summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/init_64.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-311-0/+127
|\
| * powerpc/mm/book3s64: Use 256M as the upper limit with coherent device memory ...Aneesh Kumar K.V2023-08-281-2/+6
| * powerpc/mm/book3s64: Fix build error with SPARSEMEM disabledAneesh Kumar K.V2023-08-281-4/+15
| * powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V2023-08-181-0/+112
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-7/+30
|\ \
| * | powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V2023-08-181-7/+14
| * | powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V2023-08-181-5/+21
| |/
* / powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V2023-07-281-2/+1
|/
* powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V2023-06-211-1/+1
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-191-0/+3
|\
| * KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, NestedNicholas Piggin2022-05-131-0/+3
* | powerpc: fix typos in commentsJulia Lawall2022-05-051-2/+2
|/
* powerpc/mm: Update default hugetlb size earlyAneesh Kumar K.V2022-02-121-0/+4
* powerpc/64s: Make hash MMU support configurableNicholas Piggin2021-12-091-2/+11
* powerpc/64s: Get LPID bit width from device treeNicholas Piggin2021-11-301-1/+45
* Merge branch 'fixes' into nextMichael Ellerman2020-09-141-2/+9
|\
| * powerpc/book3s64/radix: Fix boot failure with large amount of guest memoryAneesh Kumar K.V2020-08-281-2/+9
* | powerpc/vmemmap: Don't warn if we don't find a mapping vmemmap list entryAneesh Kumar K.V2020-08-251-3/+1
* | powerpc/vmemmap: Fix memory leak with vmemmap list allocation failures.Aneesh Kumar K.V2020-08-251-7/+28
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-2/+2
|\
| * mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual2020-08-071-2/+2
* | powerpc/book3s64/radix: Add kernel command line option to disable radix GTSEAneesh Kumar K.V2020-07-291-1/+0
* | powerpc/mm: Enable radix GTSE only if supported.Bharata B Rao2020-07-161-1/+4
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2020-05-111-2/+2
* Merge branch 'topic/kaslr-book3e32' into nextMichael Ellerman2019-11-141-5/+0
|\
| * powerpc: move memstart_addr and kernstart_addr to init-common.cJason Yan2019-11-131-5/+0
* | powerpc/nvdimm: Update vmemmap_populated to check sub-section rangeAneesh Kumar K.V2019-10-281-16/+38
|/
* libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V2019-09-241-1/+16
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-1/+4
|\
| * powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap b...Aneesh Kumar K.V2019-07-051-1/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy2019-05-021-1/+1
* powerpc/mm: fix "section_base" set but not usedQian Cai2019-03-021-2/+0
* powerpc/mm: Fallback to RAM if the altmap is unusableOliver O'Halloran2018-12-091-3/+16
* KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy2018-09-121-49/+0
* powerpc/mm/radix: Parse disable_radix commandline correctly.Aneesh Kumar K.V2018-04-041-1/+1
* powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V2018-03-311-6/+0
* Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-9/+8
|\
| * mm: split altmap memory map allocation from normal caseChristoph Hellwig2018-01-081-1/+4
| * mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig2018-01-081-3/+2
| * mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig2018-01-081-5/+2
* | powerpc: Use pr_warn instead of pr_warningJoe Perches2017-12-041-3/+2
|/
* powerpc/mm: Add a CONFIG option to choose if radix is used by defaultMichael Ellerman2017-11-061-2/+11
* powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-4/+4
* powerpc/mm: Fix section mismatch warning in early_check_vec5()Michael Ellerman2017-08-101-1/+1
* powerpc/mm: Build fix for non SPARSEMEM_VMEMAP configAneesh Kumar K.V2017-07-241-2/+2
* powerpc/vmemmap: Add altmap supportOliver O'Halloran2017-07-021-2/+13
* powerpc/vmemmap: Reshuffle vmemmap_free()Oliver O'Halloran2017-07-021-23/+25
* powerpc/mm: Add comments on vmemmap physical mappingAnshuman Khandual2017-06-281-0/+21