summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/nohash
AgeCommit message (Expand)AuthorFilesLines
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)4-4/+4
2024-09-19Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+6
2024-08-30powerpc/8xx: Reduce default size of module/execmem areaChristophe Leroy1-0/+2
2024-08-30Revert "powerpc/8xx: Always pin kernel text TLB"Christophe Leroy1-1/+2
2024-08-30powerpc/8xx: Fix initial memory mappingChristophe Leroy1-2/+2
2024-08-22powerpc/64e: Define mmu_pte_psize staticChristophe Leroy1-1/+1
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-858/+340
2024-07-13powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy1-6/+1
2024-07-13powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy3-11/+4
2024-07-13powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy1-22/+18
2024-07-13powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy1-1/+2
2024-07-13powerpc/64e: drop unused TLB miss handlersMichael Ellerman2-230/+0
2024-07-13powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman1-23/+15
2024-07-13powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman1-60/+37
2024-07-13powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman1-12/+0
2024-07-13powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman3-343/+363
2024-07-13powerpc/64e: remove unused IBM HTW codeMichael Ellerman2-251/+1
2024-06-28powerpc/4xx: Remove CONFIG_BOOKE_OR_40xMichael Ellerman1-1/+1
2024-06-28powerpc: Remove core support for 40xChristophe Leroy5-193/+1
2024-05-07powerpc: Fix typosBjorn Helgaas1-1/+1
2024-05-07powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeNaveen N Rao1-2/+0
2024-03-17powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()Christophe Leroy2-15/+28
2024-02-24kexec: split crashkernel reservation code out from crash_core.cBaoquan He1-2/+2
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-13/+19
2023-10-19powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy1-7/+12
2023-10-19powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy1-2/+2
2023-10-19powerpc: Rely on address instead of pte_user()Christophe Leroy1-1/+1
2023-10-19powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy1-1/+1
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy1-0/+2
2023-10-19powerpc: Refactor update_mmu_cache_range()Christophe Leroy1-2/+1
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+1
2023-09-30mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts1-1/+2
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-20/+7
2023-08-25powerpc: implement the new page table range APIMatthew Wilcox (Oracle)1-1/+2
2023-08-18powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototypeChristophe Leroy1-14/+5
2023-08-02powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy1-1/+1
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy1-5/+1
2023-02-16powerpc/nohash: Fix build with llvm-asMichael Ellerman1-1/+1
2023-02-16powerpc/nohash: Fix build error with binutils >= 2.38Michael Ellerman1-1/+4
2022-11-30powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray1-0/+8
2022-11-30powerpc/book3e: remove #include <generated/utsrelease.h>Thomas Weißschuh1-1/+0
2022-09-28powerpc/64e: provide an addressing macro for use with TOC in alternate registerNicholas Piggin1-1/+1
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin1-1/+1
2022-09-26powerpc: Remove impossible mmu_psize_defs[] on nohashChristophe Leroy1-49/+15
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy1-2/+2
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy5-12/+12
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy1-1/+1
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy3-3/+3
2022-09-26powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3EChristophe Leroy1-6/+0
2022-08-26powerpc/fsl_booke: Make calc_cam_sz() staticChristophe Leroy1-2/+2