- c13f2b2 powerpc/mm: Add __init attribute to eligible functions by Nick Child · 3 years ago
- 37eb7ca powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs by Christophe Leroy · 3 years, 1 month ago
- 91ec667 powerpc/32s: Move setup_{kuep/kuap}() into {kuep/kuap}.c by Christophe Leroy · 3 years, 7 months ago
- 80edc68 powerpc/32s: Define a MODULE area below kernel text all the time by Christophe Leroy · 3 years, 9 months ago
- 90cbac0 powerpc: Enable KFENCE for PPC32 by Christophe Leroy · 3 years, 10 months ago
- 179ae57 powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr() by Christophe Leroy · 3 years, 11 months ago
- 068fdba powerpc/32s: Move early_mmu_init() into mmu.c by Christophe Leroy · 4 years, 2 months ago
- f265512 powerpc/32s: Move _tlbie() and _tlbia() in a new file by Christophe Leroy · 4 years, 2 months ago
- 6e980b5 powerpc/32s: Declare Hash related vars as __initdata by Christophe Leroy · 4 years, 2 months ago
- 4b74a35 powerpc/32s: Make Hash var static by Christophe Leroy · 4 years, 2 months ago
- 4cc445b powerpc/32s: Use mmu_has_feature(MMU_FTR_HPTE_TABLE) instead of checking Hash var by Christophe Leroy · 4 years, 2 months ago
- 03d5b19 powerpc/32s: Make bat_addrs[] static by Christophe Leroy · 4 years, 2 months ago
- 79d1bef powerpc/32s: Don't hash_preload() kernel text by Christophe Leroy · 4 years, 1 month ago
- 035b19a powerpc/32s: Always map kernel text and rodata with BATs by Christophe Leroy · 4 years, 1 month ago
- 69a1593 powerpc/32s: Setup the early hash table at all time. by Christophe Leroy · 4 years, 3 months ago
- 2e38ea4 powerpc: Tidy up a bit after removal of PowerPC 601. by Christophe Leroy · 4 years, 3 months ago
- 8b14e1d powerpc: Remove support for PowerPC 601 by Christophe Leroy · 4 years, 3 months ago
- 541cebb powerpc/32s: Fix module loading failure when VMALLOC_END is over 0xf0000000 by Christophe Leroy · 4 years, 4 months ago
- 7bee31a powerpc/32s: Fix is_module_segment() when MODULES_VADDR is defined by Christophe Leroy · 4 years, 5 months ago
- c496433 powerpc/32s: Only leave NX unset on segments used for modules by Christophe Leroy · 4 years, 6 months ago
- e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years, 7 months ago
- 2b279c0 powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOC by Christophe Leroy · 4 years, 7 months ago
- 4b19f96 powerpc/32s: Don't warn when mapping RO data ROX. by Christophe Leroy · 4 years, 7 months ago
- 819723a Merge branch 'fixes' into next by Michael Ellerman · 4 years, 10 months ago
- 0b1c524 powerpc/32: refactor pmd_offset(pud_offset(pgd_offset... by Christophe Leroy · 5 years ago
- 232ca1e powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK by Christophe Leroy · 4 years, 11 months ago
- cd08f10 powerpc/32s: Enable CONFIG_VMAP_STACK by Christophe Leroy · 5 years ago
- cbcaff7 powerpc/32s: automatically allocate BAT in setbat() by Christophe Leroy · 5 years ago
- 12c3f1f powerpc/32s: get rid of CPU_FTR_601 feature by Christophe Leroy · 5 years ago
- f204338 powerpc/mm: ppc 603 doesn't need update_mmu_cache() by Christophe Leroy · 5 years ago
- f49f4e2 powerpc/mm: Simplify update_mmu_cache() on BOOK3S32 by Christophe Leroy · 5 years ago
- e5a1edb powerpc/mm: move update_mmu_cache() into book3s hash utils. by Christophe Leroy · 5 years ago
- 9d6d712 powerpc/32s: Fix boot failure with DEBUG_PAGEALLOC without KASAN. by Christophe Leroy · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- b970afc Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
- e4dccf9 powerpc/mm: print hash info in a helper by Christophe Leroy · 6 years ago
- 8f156c2 powerpc/32s: don't try to print hash table address. by Christophe Leroy · 6 years ago
- 57e0491 powerpc/32s: drop Hash_end by Christophe Leroy · 6 years ago
- 72f208c powerpc/32s: move hash code patching out of MMU_init_hw() by Christophe Leroy · 6 years ago
- 17312f2 powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64 by Christophe Leroy · 6 years ago[Renamed from arch/powerpc/mm/ppc_mmu_32.c]
- 9d9f2cc powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h> by Christophe Leroy · 6 years ago
- a68c31f powerpc/32s: Implement Kernel Userspace Access Protection by Christophe Leroy · 6 years ago
- 31ed2b1 powerpc/32s: Implement Kernel Userspace Execution Prevention. by Christophe Leroy · 6 years ago
- 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
- b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- b63a07d arch: simplify several early memory allocations by Mike Rapoport · 6 years ago
- 63b2bc6 powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX by Christophe Leroy · 6 years ago
- 5e04ae8 powerpc/mm/32s: add setibat() clearibat() and update_bats() by Christophe Leroy · 6 years ago
- df25f86 powerpc/mm/32s: use _PAGE_EXEC in setbat() by Christophe Leroy · 6 years ago
- e4d6654 powerpc/mm/32s: rework mmu_mapin_ram() by Christophe Leroy · 6 years ago
- 14e609d powerpc/mm/32: add base address to mmu_mapin_ram() by Christophe Leroy · 6 years ago
- 6790dae powerpc/hash32: use physical address directly in hash handlers. by Christophe Leroy · 6 years ago
- e93ba1b powerpc/book3s/32: fix number of bats in p/v_block_mapped() by Christophe Leroy · 6 years ago
- 9efc74f powerpc/book3s/32: Use patch_site to patch hash functions by Christophe Leroy · 6 years ago
- 4a3a224 powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.S by Christophe Leroy · 6 years ago
- 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
- 34eb138 powerpc/mm: don't use _PAGE_EXEC for calling hash_preload() by Christophe Leroy · 6 years ago
- d873152 powerpc/sparse: Fix plain integer as NULL pointer warning by Mathieu Malaterre · 7 years ago
- 3084cdb powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together by Christophe Leroy · 9 years ago
- 5dd4e4f powerpc/mm: Change setbat() to take a pgprot_t rather than flags by Michael Ellerman · 10 years ago
- b05ae4e powerpc: Remove duplicate cacheable_memcpy/memzero functions by Kyle Moffett · 13 years ago
- 0f36910 powerpc: Remove power3 from comments by Michael Ellerman · 10 years ago
- cd3db0c memblock: Remove rmo_size, burry it in arch/powerpc where it belongs by Benjamin Herrenschmidt · 14 years ago
- e63075a memblock: Introduce default allocation limit and use it to replace explicit ones by Benjamin Herrenschmidt · 14 years ago
- 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
- de32400 wii: use both mem1 and mem2 as ram by Albert Herranz · 15 years ago
- 8d1cf34 powerpc/mm: Tweak PTE bit combination definitions by Benjamin Herrenschmidt · 16 years ago
- 4c456a6 powerpc/mm: Fix handling of _PAGE_COHERENT in BAT setup code by Gerhard Pircher · 16 years ago
- ccdcef7 powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32M by Dale Farnsworth · 16 years ago
- 7c03d65 powerpc/mm: Introduce MMU features by Benjamin Herrenschmidt · 16 years ago
- c7c8eed powerpc: Force printing of 'total_memory' to unsigned long long by Tony Breeds · 16 years ago
- 316a405 powerpc: Get rid of bitfields in ppc_bat struct by Becky Bruce · 17 years ago
- 7c5c432 powerpc: Change BAT code to use phys_addr_t by Becky Bruce · 17 years ago
- 09b5e63 [POWERPC] Rename __initial_memory_limit to __initial_memory_limit_addr by Kumar Gala · 17 years ago
- 99c62dd7 [POWERPC] Remove and replace uses of PPC_MEMSTART with memstart_addr by Kumar Gala · 17 years ago
- d9b2b2a [LIB]: Make PowerPC LMB code generic so sparc64 can use it too. by David S. Miller · 17 years ago
- 8e561e7 [POWERPC] Kill typedef-ed structs for hash PTEs and BATs by David Gibson · 18 years ago
- f21f49e [POWERPC] Remove the dregs of APUS support from arch/powerpc by David Gibson · 18 years ago
- f1a1eb2 [POWERPC] Further fixes for the removal of 4level-fixup hack from ppc32 by David Gibson · 18 years ago
- 88df6e9 [POWERPC] DEBUG_PAGEALLOC for 32-bit by Benjamin Herrenschmidt · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
- ee0339f [POWERPC] Add starting of secondary 86xx CPUs. by Jon Loeliger · 19 years ago
- 227318b [POWERPC] Remove stale 64bit on 32bit kernel code by Anton Blanchard · 19 years ago
- 6218a76 powerpc: add context.vdso_base for 32-bit too by Paul Mackerras · 19 years ago
- 863c84b [PATCH] ppc: Fix ppc32 build after 64K pages by Benjamin Herrenschmidt · 19 years ago
- 3c726f8 [PATCH] ppc64: support 64k pages by Benjamin Herrenschmidt · 19 years ago
- 70d64ce powerpc: Rename files to have consistent _32/_64 suffixes by Paul Mackerras · 19 years ago[Renamed from arch/powerpc/mm/ppc_mmu.c]
- 7c8c6b9 powerpc: Merge lmb.c and make MM initialization use it. by Paul Mackerras · 19 years ago
- 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 19 years ago