aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/mmu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-10powerpc: Always inline radix_enabled() to fix build failureJordan Niethe1-1/+1
2021-06-21powerpc/modules: Make module_alloc() Strict Module RWX awareJordan Niethe1-0/+5
2021-05-17powerpc/mmu: Remove leftover CONFIG_E200Christophe Leroy1-1/+1
2021-05-17powerpc/mmu: Don't duplicate radix_enabled()Christophe Leroy1-12/+0
2021-03-02powerpc: Force inlining of mmu_has_feature to fix build failureChristophe Leroy1-2/+2
2020-12-09powerpc/32s: Make support for 603 and 604+ selectableChristophe Leroy1-1/+4
2020-12-09powerpc/mm: Add mask of always present MMU featuresChristophe Leroy1-0/+25
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy1-1/+1
2020-12-04powerpc/44x: Don't support 440 when CONFIG_PPC_47x is setChristophe Leroy1-4/+3
2020-12-04powerpc/mm: Desintegrate MMU_FTR_PPCAS_ARCH_V2Christophe Leroy1-2/+1
2020-12-04powerpc/mm: MMU_FTR_NEED_DTLB_SW_LRU is only possible with CONFIG_PPC_83xxChristophe Leroy1-1/+4
2020-12-04powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEPAneesh Kumar K.V1-10/+14
2020-07-20powerpc/book3s64/kuep: Add MMU_FTR_KUEPAneesh Kumar K.V1-0/+9
2020-07-20powerpc/book3s64/pkeys: Add MMU_FTR_PKEYAneesh Kumar K.V1-0/+10
2020-07-16powerpc/mm: Enable radix GTSE only if supported.Bharata B Rao1-0/+4
2020-06-02powerpc: Add POWER10 architected modeAlistair Popple1-0/+1
2020-05-05powerpc/pkeys: Avoid using lockless page table walkAneesh Kumar K.V1-9/+0
2019-09-05powerpc/64s: make mmu_partition_table_set_entry TLB flush optionalNicholas Piggin1-1/+1
2019-05-03powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy1-0/+3
2019-04-21powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V1-15/+0
2019-04-21powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman1-1/+9
2019-04-10powerpc/mm: Define MAX_PHYSMEM_BITS for all 64-bit configsMichael Ellerman1-1/+1
2019-03-21powerpc/mm: Only define MAX_PHYSMEM_BITS in SPARSEMEM configurationsBen Hutchings1-1/+1
2019-02-23powerpc/mmu: add is_strict_kernel_rwx() helperChristophe Leroy1-0/+11
2019-02-22powerpc: simplify BDI switchChristophe Leroy1-0/+2
2018-12-19powerpc/mm: Eliminate not possible mmu features at compile timeChristophe Leroy1-5/+26
2018-12-04powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy1-12/+2
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy1-1/+1
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy1-1/+1
2018-10-14powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V1-0/+15
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy1-1/+0
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy1-1/+1
2018-04-01powerpc/64s: Remove POWER4 supportNicholas Piggin1-3/+3
2018-01-20powerpc: introduce get_mm_addr_key() helperRam Pai1-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-31powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V1-6/+13
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+1
2017-02-07powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature maskAneesh Kumar K.V1-0/+1
2017-01-25powerpc: Fix build failure with clang due to BUILD_BUG_ON()Michael Ellerman1-0/+2
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-11/+12
2016-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman1-11/+12
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2016-12-09powerpc/8xx: Implement support of hugepagesChristophe Leroy1-11/+12
2016-11-25powerpc/mm: Fixup kernel read only mappingAneesh Kumar K.V1-4/+10
2016-11-23powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras1-0/+5
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+4
2016-09-23powerpc/64/kexec: Fix MMU cleanup on radixBenjamin Herrenschmidt1-0/+4
2016-09-09powerpc/mm: Speed up computation of base and actual page size for a HPTEPaul Mackerras1-0/+1
2016-08-01powerpc/mm: Catch usage of cpu/mmu_has_feature() before jump label initAneesh Kumar K.V1-0/+8
2016-08-01powerpc: Add option to use jump label for mmu_has_feature()Kevin Hao1-0/+38