summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s32
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/32s: Move _tlbie() and _tlbia() in a new fileChristophe Leroy2020-12-094-79/+85
* powerpc/32s: Inline _tlbie() on non SMPChristophe Leroy2020-12-091-5/+2
* 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-092-6/+6
* powerpc/32s: Make bat_addrs[] staticChristophe Leroy2020-12-091-1/+1
* powerpc/32s: Don't use SPRN_SPRG_PGDIR in hash_pageChristophe Leroy2020-12-041-4/+5
* powerpc/32s: Don't hash_preload() kernel textChristophe Leroy2020-12-042-18/+2
* 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-082-11/+12
* 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: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy2020-10-081-12/+0
* 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: Kernel space starts at TASK_SIZEChristophe Leroy2020-07-271-1/+1
* powerpc/32s: Only leave NX unset on segments used for modulesChristophe Leroy2020-07-271-3/+14
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-092-3/+3
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* powerpc/32s: Blacklist functions running with MMU disabled for kprobeChristophe Leroy2020-06-021-0/+6
* powerpc/32s: Make local symbols non visible in hash_low.Christophe Leroy2020-06-021-13/+13
* Merge branch 'fixes' into nextMichael Ellerman2020-05-261-6/+8
|\
| * Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy2020-05-201-6/+8
* | 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
|/
* powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy2020-03-251-8/+6
* Merge branch 'fixes' into nextMichael Ellerman2020-03-102-37/+25
|\
| * powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy2020-02-182-37/+25
* | powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy2020-02-262-3/+3
* | powerpc/32s: Slenderize _tlbia() for powerpc 603/603eChristophe Leroy2020-02-191-5/+8
* | powerpc/32s: Don't flush all TLBs when flushing one pageChristophe Leroy2020-02-191-2/+5
|/
* powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy2020-01-272-19/+36
* 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-304-24/+4
* powerpc/32s: fix flush_hash_pages() on SMPChristophe Leroy2019-05-141-1/+2
* Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-101-4/+14
* powerpc/mm: Fix makefile for KASANChristophe Leroy2019-05-061-0/+6
* 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-035-0/+1418