summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s32/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()Christophe Leroy2024-03-171-2/+5
* powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2023-10-191-1/+1
* powerpc: Rely on address instead of pte_user()Christophe Leroy2023-10-191-2/+2
* powerpc/book3s: Inline first level of update_mmu_cache()Christophe Leroy2022-09-261-3/+1
* powerpc: move __end_rodata to cover arch read-only sectionsNicholas Piggin2022-09-261-1/+1
* powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman2022-09-261-1/+1
* powerpc/32: Set an IBAT covering up to _einittext during initChristophe Leroy2022-07-271-6/+4
* powerpc/32: Remove the 'nobats' kernel parameterChristophe Leroy2022-06-291-1/+1
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-081-1/+0
* powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy2022-01-161-5/+5
* powerpc/mm: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATsChristophe Leroy2021-12-091-3/+2
* powerpc/32s: Move setup_{kuep/kuap}() into {kuep/kuap}.cChristophe Leroy2021-06-171-20/+0
* powerpc/32s: Define a MODULE area below kernel text all the timeChristophe Leroy2021-04-141-7/+0
* powerpc: Enable KFENCE for PPC32Christophe Leroy2021-03-241-1/+1
* powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy2021-02-091-1/+1
* powerpc/32s: Move early_mmu_init() into mmu.cChristophe Leroy2020-12-091-0/+4
* powerpc/32s: Move _tlbie() and _tlbia() in a new fileChristophe Leroy2020-12-091-0/+4
* powerpc/32s: Declare Hash related vars as __initdataChristophe Leroy2020-12-091-4/+4
* powerpc/32s: Make Hash var staticChristophe Leroy2020-12-091-1/+1
* powerpc/32s: Use mmu_has_feature(MMU_FTR_HPTE_TABLE) instead of checking Hash...Christophe Leroy2020-12-091-1/+1
* powerpc/32s: Make bat_addrs[] staticChristophe Leroy2020-12-091-1/+1
* powerpc/32s: Don't hash_preload() kernel textChristophe Leroy2020-12-041-1/+1
* powerpc/32s: Always map kernel text and rodata with BATsChristophe Leroy2020-12-041-5/+3
* powerpc/32s: Setup the early hash table at all time.Christophe Leroy2020-10-081-9/+5
* powerpc: Tidy up a bit after removal of PowerPC 601.Christophe Leroy2020-10-081-25/+20
* powerpc: Remove support for PowerPC 601Christophe Leroy2020-10-081-34/+5
* powerpc/32s: Fix module loading failure when VMALLOC_END is over 0xf0000000Christophe Leroy2020-08-211-2/+2
* powerpc/32s: Fix is_module_segment() when MODULES_VADDR is definedChristophe Leroy2020-08-181-0/+7
* powerpc/32s: Only leave NX unset on segments used for modulesChristophe Leroy2020-07-271-3/+14
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-1/+1
* powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOCChristophe Leroy2020-05-261-0/+6
* powerpc/32s: Don't warn when mapping RO data ROX.Christophe Leroy2020-05-261-2/+4
* Merge branch 'fixes' into nextMichael Ellerman2020-03-101-8/+2
|\
| * powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy2020-02-181-8/+2
* | powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy2020-02-261-1/+1
|/
* powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy2020-01-271-2/+7
* powerpc/32s: automatically allocate BAT in setbat()Christophe Leroy2019-11-191-1/+10
* powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy2019-08-281-9/+6
* powerpc/mm: ppc 603 doesn't need update_mmu_cache()Christophe Leroy2019-08-201-0/+2
* powerpc/mm: Simplify update_mmu_cache() on BOOK3S32Christophe Leroy2019-08-201-23/+7
* powerpc/mm: move update_mmu_cache() into book3s hash utils.Christophe Leroy2019-08-201-0/+46
* powerpc/32s: Fix boot failure with DEBUG_PAGEALLOC without KASAN.Christophe Leroy2019-08-201-0/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-101-4/+14
* powerpc/mm: print hash info in a helperChristophe Leroy2019-05-031-1/+8
* powerpc/32s: don't try to print hash table address.Christophe Leroy2019-05-031-2/+2
* powerpc/32s: drop Hash_endChristophe Leroy2019-05-031-3/+1
* powerpc/32s: move hash code patching out of MMU_init_hw()Christophe Leroy2019-05-031-14/+22
* powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64Christophe Leroy2019-05-031-0/+419