| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: move memstart_addr and kernstart_addr to init-common.c | Jason Yan | 2019-11-13 | 1 | -5/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -6/+1 |
* | powerpc/32: Add KASAN support | Christophe Leroy | 2019-05-02 | 1 | -0/+3 |
* | powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h> | Christophe Leroy | 2019-05-02 | 1 | -1/+1 |
* | powerpc: Add framework for Kernel Userspace Protection | Christophe Leroy | 2019-04-21 | 1 | -0/+3 |
* | powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWX | Christophe Leroy | 2019-02-23 | 1 | -1/+1 |
* | powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX | Christophe Leroy | 2019-02-23 | 1 | -3/+1 |
* | powerpc/mmu: add is_strict_kernel_rwx() helper | Christophe Leroy | 2019-02-23 | 1 | -3/+1 |
* | powerpc/mm/32: Remove the reserved memory hack | Jonathan Neuschäfer | 2018-03-31 | 1 | -5/+0 |
* | powerpc/32: Make some functions static | Mathieu Malaterre | 2018-03-13 | 1 | -1/+1 |
* | powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ... | Aneesh Kumar K.V | 2017-08-16 | 1 | -2/+0 |
* | powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32 | Christophe Leroy | 2017-08-15 | 1 | -0/+6 |
* | powerpc/32: Add missing \n and switch to pr_warn() | Colin Ian King | 2016-09-13 | 1 | -1/+1 |
* | powerpc/32: Remove RELOCATABLE_PPC32 | Kevin Hao | 2016-07-19 | 1 | -1/+1 |
* | powerpc/kernel: Drop unused extern for current_set | Michael Ellerman | 2016-07-07 | 1 | -3/+0 |
* | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-03-19 | 1 | -23/+0 |
|\ |
|
| * | powerpc32: Remove useless/wrong MMU:setio progress message | Christophe Leroy | 2016-03-12 | 1 | -4/+0 |
| * | powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.c | Christophe Leroy | 2016-03-12 | 1 | -19/+0 |
* | | powerpc: query dynamic DEBUG_PAGEALLOC setting | Joonsoo Kim | 2016-03-17 | 1 | -4/+4 |
|/ |
|
* | powerpc: Remove superfluous bootmem includes | Anton Blanchard | 2014-11-09 | 1 | -1/+0 |
* | powerpc: Remove bootmem allocator | Anton Blanchard | 2014-11-09 | 1 | -9/+0 |
* | powerpc: Fix section mismatch warning | Fabian Frederick | 2014-10-30 | 1 | -1/+1 |
* | powerpc: Remove powerpc specific cmd_line | Anton Blanchard | 2014-10-02 | 1 | -2/+2 |
* | powerpc/8xx: Fixing memory init issue with CONFIG_PIN_TLB | LEROY Christophe | 2013-10-29 | 1 | -0/+5 |
* | ppc: init_32: Fix error typo "CONFIG_START_KERNEL" | Paul Bolle | 2013-08-20 | 1 | -1/+1 |
* | Disintegrate asm/system.h for PowerPC | David Howells | 2012-03-28 | 1 | -1/+0 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-01-07 | 1 | -0/+7 |
|\ |
|
| * | powerpc: Define virtual-physical translations for RELOCATABLE | Suzuki Poulose | 2011-12-20 | 1 | -0/+7 |
* | | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users | Tejun Heo | 2011-12-08 | 1 | -2/+0 |
* | | powerpc: Cleanup memblock usage | Tejun Heo | 2011-12-08 | 1 | -1/+1 |
|/ |
|
* | powerpc: Hugetlb for BookE | Becky Bruce | 2011-09-20 | 1 | -0/+9 |
* | powerpc: Move free_initmem to common code | Dave Carroll | 2011-06-30 | 1 | -32/+0 |
* | powerpc: Force page alignment for initrd reserved memory | Benjamin Herrenschmidt | 2011-06-09 | 1 | -15/+0 |
* | powerpc: Fix memory limits when starting at a non-zero address | Scott Wood | 2011-03-02 | 1 | -1/+1 |
* | memblock: Remove rmo_size, burry it in arch/powerpc where it belongs | Benjamin Herrenschmidt | 2010-08-05 | 1 | -0/+14 |
* | memblock: Introduce default allocation limit and use it to replace explicit ones | Benjamin Herrenschmidt | 2010-08-05 | 1 | -22/+7 |
* | lmb: rename to memblock | Yinghai Lu | 2010-07-14 | 1 | -8/+8 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | tree-wide: fix typos "ammount" -> "amount" | Uwe Kleine-König | 2010-02-05 | 1 | -1/+1 |
* | powerpc: allow ioremap within reserved memory regions | Albert Herranz | 2009-12-13 | 1 | -0/+5 |
* | wii: use both mem1 and mem2 as ram | Albert Herranz | 2009-12-13 | 1 | -0/+4 |
* | kcore: use registerd physmem information | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -32/+0 |
* | kcore: register vmalloc area in generic way | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -4/+0 |
* | kcore: add kclist types | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -2/+2 |
* | powerpc/mm: Move around mmu_gathers definition on 64-bit | Benjamin Herrenschmidt | 2009-08-20 | 1 | -2/+0 |
* | powerpc: Minor cleanups of kernel virt address space definitions | Benjamin Herrenschmidt | 2009-05-27 | 1 | -6/+2 |
* | powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32M | Dale Farnsworth | 2008-12-23 | 1 | -1/+1 |
* | powerpc/mm: Runtime allocation of mmu context maps for nohash CPUs | Benjamin Herrenschmidt | 2008-12-21 | 1 | -4/+0 |
* | powerpc: Fix problems with 32bit PPC's running with >= 4GB of RAM | Stefan Roese | 2008-07-09 | 1 | -2/+2 |
* | [POWERPC] Move declaration of init_bootmem_done into system.h | Michael Ellerman | 2008-05-14 | 1 | -2/+1 |