summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/mmu.h
AgeCommit message (Expand)Author
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-04-25mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He
2024-04-15powerpc: Add static_key_feature_checks_initialized flagNicholas Miehlbradt
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-02-21powerpc: Add Power11 architected and raw modeMadhavan Srinivasan
2024-02-02powerpc: Simplify strict_kernel_rwx_enabled()Christophe Leroy
2023-12-01powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()Michael Ellerman
2023-08-23powerpc/64e: Fix circular dependency with CONFIG_SMP disabledChristophe Leroy
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy
2022-09-28powerpc: Ignore DSI error caused by the copy/paste instructionHaren Myneni
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy
2022-06-29powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASChristophe Leroy
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin
2021-08-10powerpc: Always inline radix_enabled() to fix build failureJordan Niethe
2021-06-21powerpc/modules: Make module_alloc() Strict Module RWX awareJordan Niethe
2021-05-17powerpc/mmu: Remove leftover CONFIG_E200Christophe Leroy
2021-05-17powerpc/mmu: Don't duplicate radix_enabled()Christophe Leroy
2021-03-02powerpc: Force inlining of mmu_has_feature to fix build failureChristophe Leroy
2020-12-09powerpc/32s: Make support for 603 and 604+ selectableChristophe Leroy
2020-12-09powerpc/mm: Add mask of always present MMU featuresChristophe Leroy
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy
2020-12-04powerpc/44x: Don't support 440 when CONFIG_PPC_47x is setChristophe Leroy
2020-12-04powerpc/mm: Desintegrate MMU_FTR_PPCAS_ARCH_V2Christophe Leroy
2020-12-04powerpc/mm: MMU_FTR_NEED_DTLB_SW_LRU is only possible with CONFIG_PPC_83xxChristophe Leroy
2020-12-04powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEPAneesh Kumar K.V
2020-07-20powerpc/book3s64/kuep: Add MMU_FTR_KUEPAneesh Kumar K.V
2020-07-20powerpc/book3s64/pkeys: Add MMU_FTR_PKEYAneesh Kumar K.V
2020-07-16powerpc/mm: Enable radix GTSE only if supported.Bharata B Rao
2020-06-02powerpc: Add POWER10 architected modeAlistair Popple
2020-05-05powerpc/pkeys: Avoid using lockless page table walkAneesh Kumar K.V
2019-09-05powerpc/64s: make mmu_partition_table_set_entry TLB flush optionalNicholas Piggin
2019-05-03powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy
2019-04-21powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V
2019-04-21powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman
2019-04-10powerpc/mm: Define MAX_PHYSMEM_BITS for all 64-bit configsMichael Ellerman
2019-03-21powerpc/mm: Only define MAX_PHYSMEM_BITS in SPARSEMEM configurationsBen Hutchings
2019-02-23powerpc/mmu: add is_strict_kernel_rwx() helperChristophe Leroy
2019-02-22powerpc: simplify BDI switchChristophe Leroy
2018-12-19powerpc/mm: Eliminate not possible mmu features at compile timeChristophe Leroy
2018-12-04powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy
2018-10-14powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy
2018-04-01powerpc/64s: Remove POWER4 supportNicholas Piggin
2018-01-20powerpc: introduce get_mm_addr_key() helperRam Pai
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-31powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V