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