summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/book3s64/radix_pgtable.c
AgeCommit message (Expand)Author
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu
2024-03-06mm/powerpc: replace pXd_is_leaf() with pXd_leaf()Peter Xu
2024-03-03powerpc: Refactor __kernel_map_pages()Christophe Leroy
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-18powerpc/book3s64/radix: add debug message to give more details of vmemmap all...Aneesh Kumar K.V
2023-08-18powerpc/book3s64/radix: remove mmu_vmemmap_psizeAneesh Kumar K.V
2023-08-18powerpc/book3s64/radix: add support for vmemmap optimization for radixAneesh Kumar K.V
2023-08-18powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...Aneesh Kumar K.V
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V
2023-08-18powerpc/mm/trace: convert trace event to trace event classAneesh Kumar K.V
2023-08-18powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V
2023-06-21powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencodingAneesh Kumar K.V
2023-06-21powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfoAneesh Kumar K.V
2023-06-20powerpc/mm/book3s64: Use pmdp_ptep helper instead of typecasting.Aneesh Kumar K.V
2023-05-11powerpc/64s/radix: Fix soft dirty trackingMichael Ellerman
2023-01-31powerpc/64s/radix: Fix RWX mapping with relocated kernelMichael Ellerman
2023-01-31powerpc/64s/radix: Fix crash with unaligned relocated kernelMichael Ellerman
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-09-28powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt
2022-09-28powerpc/64s: Add DEBUG_PAGEALLOC for radixNicholas Miehlbradt
2022-09-26powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi
2022-09-26powerpc: move __end_rodata to cover arch read-only sectionsNicholas Piggin
2022-09-26powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman
2022-07-27powerpc/64s: POWER10 nest MMU can upgrade PTE access authority without TLB flushNicholas Piggin
2022-05-05powerpc: fix typos in commentsJulia Lawall
2021-12-23powerpc/mm: Add __init attribute to eligible functionsNick Child
2021-12-20powerpc/64s/radix: Fix huge vmap false positiveNicholas Piggin
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin
2021-11-30powerpc/64s: Get LPID bit width from device treeNicholas Piggin
2021-11-24powerpc/64s: Keep AMOR SPR a constant ~0 at runtimeNicholas Piggin
2021-10-22powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley
2021-07-26powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-21powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao
2021-06-10KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin
2021-06-10powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-04-30powerpc: inline huge vmap supported functionsNicholas Piggin
2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin
2021-04-14powerpc/mm/radix: Make radix__change_memory_range() staticMichael Ellerman
2021-04-08powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe
2021-04-08powerpc: Spelling/typo fixesBhaskar Chowdhury
2020-12-04powerpc/book3s64/kuep: Move KUEP related function outside radixAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap: Move KUAP related function outside radixAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap/kuep: Move uamor setup to pkey initAneesh Kumar K.V
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport