summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/nohash
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-09-191-3/+6
|\
| * powerpc/8xx: Reduce default size of module/execmem areaChristophe Leroy2024-08-301-0/+2
| * Revert "powerpc/8xx: Always pin kernel text TLB"Christophe Leroy2024-08-301-1/+2
| * powerpc/8xx: Fix initial memory mappingChristophe Leroy2024-08-301-2/+2
* | powerpc/64e: Define mmu_pte_psize staticChristophe Leroy2024-08-221-1/+1
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-216-858/+340
|\
| * powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy2024-07-121-6/+1
| * powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy2024-07-123-11/+4
| * powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy2024-07-121-22/+18
| * powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy2024-07-121-1/+2
| * powerpc/64e: drop unused TLB miss handlersMichael Ellerman2024-07-122-230/+0
| * powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman2024-07-121-23/+15
| * powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman2024-07-121-60/+37
| * powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman2024-07-121-12/+0
| * powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman2024-07-123-343/+363
| * powerpc/64e: remove unused IBM HTW codeMichael Ellerman2024-07-122-251/+1
* | powerpc/4xx: Remove CONFIG_BOOKE_OR_40xMichael Ellerman2024-06-281-1/+1
* | powerpc: Remove core support for 40xChristophe Leroy2024-06-285-193/+1
|/
* powerpc: Fix typosBjorn Helgaas2024-05-081-1/+1
* powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeNaveen N Rao2024-05-071-2/+0
* powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()Christophe Leroy2024-03-172-15/+28
* kexec: split crashkernel reservation code out from crash_core.cBaoquan He2024-02-231-2/+2
* Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-035-13/+19
|\
| * powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-7/+12
| * powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2023-10-191-2/+2
| * powerpc: Rely on address instead of pte_user()Christophe Leroy2023-10-191-1/+1
| * powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()Christophe Leroy2023-10-191-1/+1
| * powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy2023-10-191-0/+2
| * powerpc: Refactor update_mmu_cache_range()Christophe Leroy2023-10-191-2/+1
* | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-1/+1
* | mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-291-1/+2
|/
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-312-20/+7
|\
| * powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototypeChristophe Leroy2023-08-181-14/+5
| * powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy2023-08-021-1/+1
| * powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy2023-08-021-5/+1
* | powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-1/+2
|/
* powerpc/nohash: Fix build with llvm-asMichael Ellerman2023-02-161-1/+1
* powerpc/nohash: Fix build error with binutils >= 2.38Michael Ellerman2023-02-161-1/+4
* powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray2022-11-301-0/+8
* powerpc/book3e: remove #include <generated/utsrelease.h>Thomas Weißschuh2022-11-301-1/+0
* powerpc/64e: provide an addressing macro for use with TOC in alternate registerNicholas Piggin2022-09-281-1/+1
* powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin2022-09-281-1/+1
* powerpc: Remove impossible mmu_psize_defs[] on nohashChristophe Leroy2022-09-261-49/+15
* powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2022-09-261-2/+2
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-265-12/+12
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-261-1/+1
* powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-263-3/+3
* powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-6/+0
* powerpc/fsl_booke: Make calc_cam_sz() staticChristophe Leroy2022-08-261-2/+2
* powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy2022-07-271-2/+2