summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/nohash
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping.Christophe Leroy2022-07-271-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2022-07-091-3/+3
|\
| * powerpc/book3e: Fix PUD allocation size in map_kernel_page()Christophe Leroy2022-06-241-3/+3
* | powerpc/64e: Move virtual memory closer to linear memoryChristophe Leroy2022-06-291-27/+37
* | powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASChristophe Leroy2022-06-292-88/+8
* | powerpc/64e: Fix early TLB miss with KUAPChristophe Leroy2022-06-291-9/+8
* | powerpc/32: Remove __map_without_ltlbsChristophe Leroy2022-06-291-2/+7
* | powerpc/32: Remove 'noltlbs' kernel parameterChristophe Leroy2022-06-291-9/+0
|/
* powerpc/book3e: get rid of #include <generated/compile.h>Masahiro Yamada2022-06-061-6/+2
* powerpc/fsl_book3e: Don't set rodata RO too earlyChristophe Leroy2022-05-221-9/+6
* powerpc/kaslr_booke: Fix build errorYueHaibing2022-05-221-0/+2
* powerpc/book3e: Fix build errorYueHaibing2022-05-221-0/+1
* powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy2022-05-081-0/+2
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-083-3/+0
* powerpc: fix typos in commentsJulia Lawall2022-05-052-2/+2
* powerpc/mm: Make slice specific to book3s/64Christophe Leroy2022-05-052-13/+0
* powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.cChristophe Leroy2022-05-041-3/+2
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-149-75/+97
|\
| * powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy2021-12-231-0/+15
| * powerpc/mm: Add __init attribute to eligible functionsNick Child2021-12-233-5/+5
| * powerpc/kuap: Wire-up KUAP on book3e/64Christophe Leroy2021-12-091-6/+34
| * powerpc/kuap: Wire-up KUAP on 40xChristophe Leroy2021-12-091-0/+2