aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/init_32.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEGravatar Christophe Leroy 1-2/+2
2022-09-01powerpc/32: Allow fragmented physical memoryGravatar Christophe Leroy 1-9/+0
2022-09-01powerpc/32: Drop a stale comment about reservation of gigantic pagesGravatar Christophe Leroy 1-4/+0
2022-06-29powerpc/32: Remove __map_without_ltlbsGravatar Christophe Leroy 1-23/+0
2022-06-29powerpc/32: Remove 'noltlbs' kernel parameterGravatar Christophe Leroy 1-3/+0
2022-06-29powerpc/32: Remove the 'nobats' kernel parameterGravatar Christophe Leroy 1-11/+0
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itGravatar Christophe Leroy 1-1/+0
2021-03-24powerpc: Enable KFENCE for PPC32Gravatar Christophe Leroy 1-0/+3
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-1/+0
2020-07-15Revert "powerpc/kasan: Fix shadow pages allocation failure"Gravatar Christophe Leroy 1-0/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-05-26powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOCGravatar Christophe Leroy 1-3/+2
2020-05-26powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCGravatar Christophe Leroy 1-1/+4
2020-05-20powerpc/kasan: Fix shadow pages allocation failureGravatar Christophe Leroy 1-2/+0
2019-11-13powerpc: move memstart_addr and kernstart_addr to init-common.cGravatar Jason Yan 1-5/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-05-03powerpc/32: Add KASAN supportGravatar Christophe Leroy 1-0/+3
2019-05-02powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Gravatar Christophe Leroy 1-1/+1
2019-04-21powerpc: Add framework for Kernel Userspace ProtectionGravatar Christophe Leroy 1-0/+3
2019-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXGravatar Christophe Leroy 1-1/+1
2019-02-23powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXGravatar Christophe Leroy 1-3/+1
2019-02-23powerpc/mmu: add is_strict_kernel_rwx() helperGravatar Christophe Leroy 1-3/+1
2018-04-01powerpc/mm/32: Remove the reserved memory hackGravatar Jonathan Neuschäfer 1-5/+0
2018-03-13powerpc/32: Make some functions staticGravatar Mathieu Malaterre 1-1/+1
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Gravatar Aneesh Kumar K.V 1-2/+0
2017-08-15powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Gravatar Christophe Leroy 1-0/+6
2016-09-13powerpc/32: Add missing \n and switch to pr_warn()Gravatar Colin Ian King 1-1/+1
2016-07-19powerpc/32: Remove RELOCATABLE_PPC32Gravatar Kevin Hao 1-1/+1
2016-07-07powerpc/kernel: Drop unused extern for current_setGravatar Michael Ellerman 1-3/+0
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-23/+0
2016-03-17powerpc: query dynamic DEBUG_PAGEALLOC settingGravatar Joonsoo Kim 1-4/+4
2016-03-11powerpc32: Remove useless/wrong MMU:setio progress messageGravatar Christophe Leroy 1-4/+0
2016-03-11powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.cGravatar Christophe Leroy 1-19/+0
2014-11-10powerpc: Remove superfluous bootmem includesGravatar Anton Blanchard 1-1/+0
2014-11-10powerpc: Remove bootmem allocatorGravatar Anton Blanchard 1-9/+0
2014-10-30powerpc: Fix section mismatch warningGravatar Fabian Frederick 1-1/+1
2014-10-02powerpc: Remove powerpc specific cmd_lineGravatar Anton Blanchard 1-2/+2
2013-10-28powerpc/8xx: Fixing memory init issue with CONFIG_PIN_TLBGravatar LEROY Christophe 1-0/+5
2013-08-20ppc: init_32: Fix error typo "CONFIG_START_KERNEL"Gravatar Paul Bolle 1-1/+1
2012-03-28Disintegrate asm/system.h for PowerPCGravatar David Howells 1-1/+0
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-0/+7
2011-12-20powerpc: Define virtual-physical translations for RELOCATABLEGravatar Suzuki Poulose 1-0/+7
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersGravatar Tejun Heo 1-2/+0
2011-12-08powerpc: Cleanup memblock usageGravatar Tejun Heo 1-1/+1
2011-09-20powerpc: Hugetlb for BookEGravatar Becky Bruce 1-0/+9
2011-06-30powerpc: Move free_initmem to common codeGravatar Dave Carroll 1-32/+0
2011-06-09powerpc: Force page alignment for initrd reserved memoryGravatar Benjamin Herrenschmidt 1-15/+0
2011-03-02powerpc: Fix memory limits when starting at a non-zero addressGravatar Scott Wood 1-1/+1
2010-08-05memblock: Remove rmo_size, burry it in arch/powerpc where it belongsGravatar Benjamin Herrenschmidt 1-0/+14