summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/init-common.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Fix null-pointer dereference in pgtable_cache_addKunwu Chan2023-12-131-2/+3
* powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64Christophe Leroy2021-12-091-0/+15
* Revert "powerpc: Inline setup_kup()"Christophe Leroy2021-12-091-0/+6
* powerpc: Inline setup_kup()Michael Ellerman2020-12-151-6/+0
* powerpc/book3s64/kup: Check max key supported before enabling kupAneesh Kumar K.V2020-12-041-2/+2
* 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: introduce kernstart_virt_addr to store the kernel baseJason Yan2019-11-131-0/+2
* powerpc: move memstart_addr and kernstart_addr to init-common.cJason Yan2019-11-131-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* powerpc/mm: fix section mismatch for setup_kup()Christophe Leroy2019-05-061-1/+1
* powerpc/64: Setup KUP on secondary CPUsRussell Currey2019-04-211-1/+1
* powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-0/+10
* powerpc: Add skeleton for Kernel Userspace Execution PreventionChristophe Leroy2019-04-211-0/+11
* powerpc: Add framework for Kernel Userspace ProtectionChristophe Leroy2019-04-211-0/+5
* powerpc/mm: remove unnecessary test in pgtable_cache_init()Christophe Leroy2018-12-041-2/+2
* powerpc/mm: fix a warning when a cache is common to PGD and hugepagesChristophe Leroy2018-12-041-14/+32
* powerpc/mm: enable the use of page table cache of order 0Christophe Leroy2018-12-041-3/+3
* powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-131-2/+2
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-02-141-1/+2
|\
| * powerpc/64: Export pgtable_cache and pgtable_cache_add for KVMPaul Mackerras2017-01-311-1/+2
* | powerpc: Fix pgtable pmd cache initNicholas Piggin2017-01-181-8/+5
|/
* powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy2016-12-091-0/+107