summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/mmu_decl.h
AgeCommit message (Expand)Author
2024-03-17powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()Christophe Leroy
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-03-03powerpc: Don't ignore errors from set_memory_{n}p() in __kernel_map_pages()Christophe Leroy
2024-03-03powerpc: Refactor __kernel_map_pages()Christophe Leroy
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2023-11-30powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()Michael Ellerman
2023-08-18powerpc/47x: Add prototype for mmu_init_secondary()Christophe Leroy
2023-02-20powerpc/e500: Add missing prototype for 'relocate_init'Christophe Leroy
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy
2022-09-01powerpc/32: Remove wii_memory_fixups()Christophe Leroy
2022-08-26powerpc/fsl_booke: Make calc_cam_sz() staticChristophe Leroy
2022-08-26powerpc: Remove stale declarations in mmu_decl.hChristophe Leroy
2022-06-29powerpc/32: Remove the 'nobats' kernel parameterChristophe Leroy
2022-05-04powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.cChristophe Leroy
2021-10-22powerpc/fsl_booke: Update of TLBCAMs after initChristophe Leroy
2021-10-22powerpc/fsl_booke: Tell map_mem_in_cams() if init is doneChristophe Leroy
2021-08-25powerpc/ptdump: Convert powerpc to GENERIC_PTDUMPChristophe Leroy
2021-03-24powerpc: Enable KFENCE for PPC32Christophe Leroy
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.hChristophe Leroy
2020-12-09powerpc/32s: Make Hash var staticChristophe Leroy
2020-12-04powerpc/32s: Don't hash_preload() kernel textChristophe Leroy
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy
2020-01-23powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WXChristophe Leroy
2019-11-13powerpc/fsl_booke/kaslr: clear the original kernel if randomizedJason Yan
2019-11-13powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan
2019-11-13powerpc/fsl_booke/32: introduce reloc_kernel_entry() helperJason Yan
2019-11-13powerpc/fsl_booke/32: introduce create_kaslr_tlb_entry() helperJason Yan
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy
2019-08-20powerpc/mm: Simplify update_mmu_cache() on BOOK3S32Christophe Leroy
2019-08-20powerpc/mm: move update_mmu_cache() into book3s hash utils.Christophe Leroy
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-03powerpc/mm: print hash info in a helperChristophe Leroy
2019-05-03powerpc/32s: drop Hash_endChristophe Leroy
2019-05-03powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy
2019-05-03powerpc/32s: move hash code patching out of MMU_init_hw()Christophe Leroy
2019-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy
2019-02-23powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy
2019-02-23powerpc/mm/32: add base address to mmu_mapin_ram()Christophe Leroy
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy
2018-10-20powerpc/mm: Trace tlbia instructionChristophe Leroy
2018-10-20powerpc/mm: Add missing tracepoint for tlbieChristophe Leroy
2018-10-14powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()Christophe Leroy
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy
2018-04-01powerpc/mm/32: Remove the reserved memory hackJonathan Neuschäfer
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy
2017-06-05powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy
2016-07-09powerpc/8xx: Map IMMR area with 512k page at a fixed addressChristophe Leroy
2016-05-01powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V