summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/mmu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Make hash MMU support configurableNicholas Piggin2021-12-091-3/+13
* powerpc: Always inline radix_enabled() to fix build failureJordan Niethe2021-08-101-1/+1
* powerpc/modules: Make module_alloc() Strict Module RWX awareJordan Niethe2021-06-211-0/+5
* powerpc/mmu: Remove leftover CONFIG_E200Christophe Leroy2021-05-171-1/+1
* powerpc/mmu: Don't duplicate radix_enabled()Christophe Leroy2021-05-171-12/+0
* powerpc: Force inlining of mmu_has_feature to fix build failureChristophe Leroy2021-03-021-2/+2
* powerpc/32s: Make support for 603 and 604+ selectableChristophe Leroy2020-12-091-1/+4
* powerpc/mm: Add mask of always present MMU featuresChristophe Leroy2020-12-091-0/+25
* powerpc: Retire e200 core (mpc555x processor)Christophe Leroy2020-12-051-1/+1
* powerpc/44x: Don't support 440 when CONFIG_PPC_47x is setChristophe Leroy2020-12-031-4/+3
* powerpc/mm: Desintegrate MMU_FTR_PPCAS_ARCH_V2Christophe Leroy2020-12-031-2/+1
* powerpc/mm: MMU_FTR_NEED_DTLB_SW_LRU is only possible with CONFIG_PPC_83xxChristophe Leroy2020-12-031-1/+4
* powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEPAneesh Kumar K.V2020-12-031-10/+14
* powerpc/book3s64/kuep: Add MMU_FTR_KUEPAneesh Kumar K.V2020-07-201-0/+9
* powerpc/book3s64/pkeys: Add MMU_FTR_PKEYAneesh Kumar K.V2020-07-201-0/+10
* powerpc/mm: Enable radix GTSE only if supported.Bharata B Rao2020-07-161-0/+4
* powerpc: Add POWER10 architected modeAlistair Popple2020-06-021-0/+1
* powerpc/pkeys: Avoid using lockless page table walkAneesh Kumar K.V2020-05-051-9/+0
* powerpc/64s: make mmu_partition_table_set_entry TLB flush optionalNicholas Piggin2019-09-051-1/+1
* powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy2019-05-021-0/+3
* powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V2019-04-211-15/+0
* powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2019-04-211-1/+9
* powerpc/mm: Define MAX_PHYSMEM_BITS for all 64-bit configsMichael Ellerman2019-04-101-1/+1
* powerpc/mm: Only define MAX_PHYSMEM_BITS in SPARSEMEM configurationsBen Hutchings2019-03-201-1/+1
* powerpc/mmu: add is_strict_kernel_rwx() helperChristophe Leroy2019-02-231-0/+11
* powerpc: simplify BDI switchChristophe Leroy2019-02-211-0/+2
* powerpc/mm: Eliminate not possible mmu features at compile timeChristophe Leroy2018-12-191-5/+26
* powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy2018-12-041-12/+2
* powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-1/+1
* powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-1/+1
* powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V2018-10-141-0/+15
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-1/+0
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-1/+1
* powerpc/64s: Remove POWER4 supportNicholas Piggin2018-03-311-3/+3
* powerpc: introduce get_mm_addr_key() helperRam Pai2018-01-201-0/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V2017-03-311-6/+13
* Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-221-0/+1
|\
| * powerpc/mm: Add MMU_FTR_KERNEL_RO to possible feature maskAneesh Kumar K.V2017-02-071-0/+1
* | powerpc: Fix build failure with clang due to BUILD_BUG_ON()Michael Ellerman2017-01-251-0/+2
|/
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-161-11/+12
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-12-161-11/+12
| |\
| | * powerpc/8xx: Implement support of hugepagesChristophe Leroy2016-12-101-11/+12
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-141-0/+5
|\| |
| * | powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras2016-11-231-0/+5
| |/
* / powerpc/mm: Fixup kernel read only mappingAneesh Kumar K.V2016-11-251-4/+10
|/
* Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-081-0/+4
|\
| * powerpc/64/kexec: Fix MMU cleanup on radixBenjamin Herrenschmidt2016-09-221-0/+4
* | powerpc/mm: Speed up computation of base and actual page size for a HPTEPaul Mackerras2016-09-091-0/+1
|/
* powerpc/mm: Catch usage of cpu/mmu_has_feature() before jump label initAneesh Kumar K.V2016-08-011-0/+8