1. 232ca1e powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK by Christophe Leroy · 5 years ago
  2. cd08f10 powerpc/32s: Enable CONFIG_VMAP_STACK by Christophe Leroy · 5 years ago
  3. cbcaff7 powerpc/32s: automatically allocate BAT in setbat() by Christophe Leroy · 5 years ago
  4. 12c3f1f powerpc/32s: get rid of CPU_FTR_601 feature by Christophe Leroy · 5 years ago
  5. f204338 powerpc/mm: ppc 603 doesn't need update_mmu_cache() by Christophe Leroy · 5 years ago
  6. f49f4e2 powerpc/mm: Simplify update_mmu_cache() on BOOK3S32 by Christophe Leroy · 5 years ago
  7. e5a1edb powerpc/mm: move update_mmu_cache() into book3s hash utils. by Christophe Leroy · 5 years ago
  8. 9d6d712 powerpc/32s: Fix boot failure with DEBUG_PAGEALLOC without KASAN. by Christophe Leroy · 5 years ago
  9. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  10. 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
  11. e4dccf9 powerpc/mm: print hash info in a helper by Christophe Leroy · 6 years ago
  12. 8f156c2 powerpc/32s: don't try to print hash table address. by Christophe Leroy · 6 years ago
  13. 57e0491 powerpc/32s: drop Hash_end by Christophe Leroy · 6 years ago
  14. 72f208c powerpc/32s: move hash code patching out of MMU_init_hw() by Christophe Leroy · 6 years ago
  15. 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]
  16. 9d9f2cc powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h> by Christophe Leroy · 6 years ago
  17. a68c31f powerpc/32s: Implement Kernel Userspace Access Protection by Christophe Leroy · 6 years ago
  18. 31ed2b1 powerpc/32s: Implement Kernel Userspace Execution Prevention. by Christophe Leroy · 6 years ago
  19. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  20. b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  21. b63a07d arch: simplify several early memory allocations by Mike Rapoport · 6 years ago
  22. 63b2bc6 powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX by Christophe Leroy · 6 years ago
  23. 5e04ae8 powerpc/mm/32s: add setibat() clearibat() and update_bats() by Christophe Leroy · 6 years ago
  24. df25f86 powerpc/mm/32s: use _PAGE_EXEC in setbat() by Christophe Leroy · 6 years ago
  25. e4d6654 powerpc/mm/32s: rework mmu_mapin_ram() by Christophe Leroy · 6 years ago
  26. 14e609d powerpc/mm/32: add base address to mmu_mapin_ram() by Christophe Leroy · 6 years ago
  27. 6790dae powerpc/hash32: use physical address directly in hash handlers. by Christophe Leroy · 6 years ago
  28. e93ba1b powerpc/book3s/32: fix number of bats in p/v_block_mapped() by Christophe Leroy · 6 years ago
  29. 9efc74f powerpc/book3s/32: Use patch_site to patch hash functions by Christophe Leroy · 6 years ago
  30. 4a3a224 powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.S by Christophe Leroy · 6 years ago
  31. 9a8dd70 memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* by Mike Rapoport · 6 years ago
  32. 34eb138 powerpc/mm: don't use _PAGE_EXEC for calling hash_preload() by Christophe Leroy · 6 years ago
  33. d873152 powerpc/sparse: Fix plain integer as NULL pointer warning by Mathieu Malaterre · 7 years ago
  34. 3084cdb powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together by Christophe Leroy · 9 years ago
  35. 5dd4e4f powerpc/mm: Change setbat() to take a pgprot_t rather than flags by Michael Ellerman · 10 years ago
  36. b05ae4e powerpc: Remove duplicate cacheable_memcpy/memzero functions by Kyle Moffett · 13 years ago
  37. 0f36910 powerpc: Remove power3 from comments by Michael Ellerman · 11 years ago
  38. cd3db0c memblock: Remove rmo_size, burry it in arch/powerpc where it belongs by Benjamin Herrenschmidt · 15 years ago
  39. e63075a memblock: Introduce default allocation limit and use it to replace explicit ones by Benjamin Herrenschmidt · 15 years ago
  40. 95f72d1 lmb: rename to memblock by Yinghai Lu · 15 years ago
  41. de32400 wii: use both mem1 and mem2 as ram by Albert Herranz · 15 years ago
  42. 8d1cf34 powerpc/mm: Tweak PTE bit combination definitions by Benjamin Herrenschmidt · 16 years ago
  43. 4c456a6 powerpc/mm: Fix handling of _PAGE_COHERENT in BAT setup code by Gerhard Pircher · 16 years ago
  44. ccdcef7 powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32M by Dale Farnsworth · 16 years ago
  45. 7c03d65 powerpc/mm: Introduce MMU features by Benjamin Herrenschmidt · 16 years ago
  46. c7c8eed powerpc: Force printing of 'total_memory' to unsigned long long by Tony Breeds · 16 years ago
  47. 316a405 powerpc: Get rid of bitfields in ppc_bat struct by Becky Bruce · 17 years ago
  48. 7c5c432 powerpc: Change BAT code to use phys_addr_t by Becky Bruce · 17 years ago
  49. 09b5e63 [POWERPC] Rename __initial_memory_limit to __initial_memory_limit_addr by Kumar Gala · 17 years ago
  50. 99c62dd7 [POWERPC] Remove and replace uses of PPC_MEMSTART with memstart_addr by Kumar Gala · 17 years ago
  51. d9b2b2a [LIB]: Make PowerPC LMB code generic so sparc64 can use it too. by David S. Miller · 17 years ago
  52. 8e561e7 [POWERPC] Kill typedef-ed structs for hash PTEs and BATs by David Gibson · 18 years ago
  53. f21f49e [POWERPC] Remove the dregs of APUS support from arch/powerpc by David Gibson · 18 years ago
  54. f1a1eb2 [POWERPC] Further fixes for the removal of 4level-fixup hack from ppc32 by David Gibson · 18 years ago
  55. 88df6e9 [POWERPC] DEBUG_PAGEALLOC for 32-bit by Benjamin Herrenschmidt · 18 years ago
  56. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  57. ee0339f [POWERPC] Add starting of secondary 86xx CPUs. by Jon Loeliger · 19 years ago
  58. 227318b [POWERPC] Remove stale 64bit on 32bit kernel code by Anton Blanchard · 19 years ago
  59. 6218a76 powerpc: add context.vdso_base for 32-bit too by Paul Mackerras · 19 years ago
  60. 863c84b [PATCH] ppc: Fix ppc32 build after 64K pages by Benjamin Herrenschmidt · 19 years ago
  61. 3c726f8 [PATCH] ppc64: support 64k pages by Benjamin Herrenschmidt · 19 years ago
  62. 70d64ce powerpc: Rename files to have consistent _32/_64 suffixes by Paul Mackerras · 19 years ago[Renamed from arch/powerpc/mm/ppc_mmu.c]
  63. 7c8c6b9 powerpc: Merge lmb.c and make MM initialization use it. by Paul Mackerras · 19 years ago
  64. 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 19 years ago