aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/mm/book3s64/radix_pgtable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-8/+20
2022-09-28powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt1-2/+4
2022-09-28powerpc/64s: Add DEBUG_PAGEALLOC for radixNicholas Miehlbradt1-4/+14
2022-09-26powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi1-9/+0
2022-09-26powerpc: move __end_rodata to cover arch read-only sectionsNicholas Piggin1-1/+1
2022-09-26powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman1-2/+2
2022-07-27powerpc/64s: POWER10 nest MMU can upgrade PTE access authority without TLB flushNicholas Piggin1-13/+22
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2021-12-23powerpc/mm: Add __init attribute to eligible functionsNick Child1-2/+2
2021-12-20powerpc/64s/radix: Fix huge vmap false positiveNicholas Piggin1-2/+2
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin1-1/+3
2021-11-30powerpc/64s: Get LPID bit width from device treeNicholas Piggin1-12/+1
2021-11-24powerpc/64s: Keep AMOR SPR a constant ~0 at runtimeNicholas Piggin1-15/+0
2021-10-22powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley1-0/+7
2021-07-26powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini1-1/+2
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-1/+1
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2021-06-21powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao1-0/+5
2021-06-10KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin1-19/+8
2021-06-10powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier1-0/+1
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-21/+0
2021-04-30powerpc: inline huge vmap supported functionsNicholas Piggin1-21/+0
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin1-4/+4
2021-04-14powerpc/mm/radix: Make radix__change_memory_range() staticMichael Ellerman1-2/+2
2021-04-08powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe1-2/+2
2021-04-08powerpc: Spelling/typo fixesBhaskar Chowdhury1-1/+1
2020-12-04powerpc/book3s64/kuep: Move KUEP related function outside radixAneesh Kumar K.V1-20/+0
2020-12-04powerpc/book3s64/kuap: Move KUAP related function outside radixAneesh Kumar K.V1-19/+0
2020-12-04powerpc/book3s64/kuap/kuep: Move uamor setup to pkey initAneesh Kumar K.V1-3/+3
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+6
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-5/+5
2020-10-08powerpc/lmb-size: Use addr #size-cells value when fetching lmb-sizeAneesh Kumar K.V1-3/+4
2020-10-08powerpc/book3s64/radix: Make radix_mem_block_size 64bitAneesh Kumar K.V1-1/+1
2020-09-15powerepc/book3s64/hash: Align start/end address correctly with bolt mappingAneesh Kumar K.V1-0/+1
2020-08-28powerpc/book3s64/radix: Fix boot failure with large amount of guest memoryAneesh Kumar K.V1-15/+0
2020-07-30powerpc: fix function annotations to avoid section mismatch warnings with gcc-10Vladis Dronov1-2/+2
2020-07-20powerpc/book3s64/kuap: Move UAMOR setup to key init functionAneesh Kumar K.V1-0/+4
2020-07-20powerpc/book3s64/kuep: Add MMU_FTR_KUEPAneesh Kumar K.V1-1/+3
2020-07-20powerpc/mm/radix: Create separate mappings for hot-plugged memoryAneesh Kumar K.V1-11/+80
2020-07-20powerpc/mm/radix: Remove split_kernel_mapping()Bharata B Rao1-76/+19
2020-07-20powerpc/mm/radix: Free PUD table when freeing pagetableBharata B Rao1-0/+16
2020-07-20powerpc/mm/radix: Fix PTE/PMD fragment count for early page table mappingsAneesh Kumar K.V1-4/+11
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-13/+8
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport1-9/+17
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy1-1/+1
2020-05-05powerpc/mm/book3s64: Avoid sending IPI on clearing PMDAneesh Kumar K.V1-12/+7
2020-04-10powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe1-7/+11
2020-03-18powerpc/64s/radix: Fix CONFIG_SMP=n buildNicholas Piggin1-0/+1