summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/init_32.c
AgeCommit message (Expand)Author
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy
2022-09-01powerpc/32: Allow fragmented physical memoryChristophe Leroy
2022-09-01powerpc/32: Drop a stale comment about reservation of gigantic pagesChristophe Leroy
2022-06-29powerpc/32: Remove __map_without_ltlbsChristophe Leroy
2022-06-29powerpc/32: Remove 'noltlbs' kernel parameterChristophe Leroy
2022-06-29powerpc/32: Remove the 'nobats' kernel parameterChristophe Leroy
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy
2021-03-24powerpc: Enable KFENCE for PPC32Christophe Leroy
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-07-15Revert "powerpc/kasan: Fix shadow pages allocation failure"Christophe Leroy
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-05-26powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOCChristophe Leroy
2020-05-26powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy
2020-05-20powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy
2019-11-13powerpc: move memstart_addr and kernstart_addr to init-common.cJason Yan
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy
2019-05-02powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy
2019-04-21powerpc: Add framework for Kernel Userspace ProtectionChristophe Leroy
2019-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy
2019-02-23powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy
2019-02-23powerpc/mmu: add is_strict_kernel_rwx() helperChristophe Leroy
2018-04-01powerpc/mm/32: Remove the reserved memory hackJonathan Neuschäfer
2018-03-13powerpc/32: Make some functions staticMathieu Malaterre
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V
2017-08-15powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Christophe Leroy
2016-09-13powerpc/32: Add missing \n and switch to pr_warn()Colin Ian King
2016-07-19powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao
2016-07-07powerpc/kernel: Drop unused extern for current_setMichael Ellerman
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-17powerpc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim
2016-03-11powerpc32: Remove useless/wrong MMU:setio progress messageChristophe Leroy
2016-03-11powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.cChristophe Leroy
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard
2014-11-10powerpc: Remove bootmem allocatorAnton Blanchard
2014-10-30powerpc: Fix section mismatch warningFabian Frederick
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard
2013-10-28powerpc/8xx: Fixing memory init issue with CONFIG_PIN_TLBLEROY Christophe
2013-08-20ppc: init_32: Fix error typo "CONFIG_START_KERNEL"Paul Bolle
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-12-20powerpc: Define virtual-physical translations for RELOCATABLESuzuki Poulose
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo
2011-12-08powerpc: Cleanup memblock usageTejun Heo
2011-09-20powerpc: Hugetlb for BookEBecky Bruce
2011-06-30powerpc: Move free_initmem to common codeDave Carroll
2011-06-09powerpc: Force page alignment for initrd reserved memoryBenjamin Herrenschmidt