1. 8197af2 powerpc/mm: split asm/hugetlb.h into dedicated subarch files by Christophe Leroy · 6 years ago
  2. 0001e5a powerpc/mm: make gup_hugepte() static by Christophe Leroy · 6 years ago
  3. b7dcf96 powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGE by Christophe Leroy · 6 years ago
  4. 0caed4d powerpc/mm: move __find_linux_pte() out of hugetlbpage.c by Christophe Leroy · 6 years ago
  5. 3dea733 powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3E by Christophe Leroy · 6 years ago
  6. 5874cab powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGES by Christophe Leroy · 6 years ago
  7. a521c44 powerpc/book3e: drop mmu_get_tsize() by Christophe Leroy · 6 years ago
  8. 5953fb4 powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULT by Christophe Leroy · 6 years ago
  9. 43ed790 powerpc/mm: define get_slice_psize() all the time by Christophe Leroy · 6 years ago
  10. 33f128c powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slices by Christophe Leroy · 6 years ago
  11. 203a1fa powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.c by Christophe Leroy · 6 years ago
  12. b4baad0 powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64 by Christophe Leroy · 6 years ago
  13. 8774612 powerpc/mm: get rid of mm_ctx_slice_mask_xxx() by Christophe Leroy · 6 years ago
  14. fca5c1e powerpc/mm: move slice_mask_for_size() into mmu.h by Christophe Leroy · 6 years ago
  15. 6f60cc98 powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_struct by Christophe Leroy · 6 years ago
  16. 02f89ae powerpc/mm: no slice for nohash/64 by Christophe Leroy · 6 years ago
  17. 5ba666d powerpc/mm: fix erroneous duplicate slb_addr_limit init by Christophe Leroy · 6 years ago
  18. 27e23b5 powerpc/mm: Move nohash specifics in subdirectory mm/nohash by Christophe Leroy · 6 years ago
  19. 17312f2 powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64 by Christophe Leroy · 6 years ago
  20. 47d9994 powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64 by Christophe Leroy · 6 years ago
  21. 9d9f2cc powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h> by Christophe Leroy · 6 years ago
  22. 71faf81 powerpc/nohash64: clean pgtable.h by Christophe Leroy · 6 years ago
  23. a1ac2a9 powerpc/book3e: drop BUG_ON() in map_kernel_page() by Christophe Leroy · 6 years ago
  24. e620d45 powerpc/tm: Avoid machine crash on rt_sigreturn() by Breno Leitao · 6 years ago
  25. 2c474c0 powerpc/mm/radix: Fix kernel crash when running subpage protect test by Aneesh Kumar K.V · 6 years ago
  26. 50dbabe powerpc/powernv/mce: Print additional information about MCE error. by Mahesh Salgaonkar · 6 years ago
  27. cda6618 powerpc/powernv/mce: Print correct severity for MCE error. by Mahesh Salgaonkar · 6 years ago
  28. d6e8a15 powerpc/powernv/mce: Reduce MCE console logs to lesser lines. by Mahesh Salgaonkar · 6 years ago
  29. 5b2a152 powerpc: Add doorbell tracepoints by Anton Blanchard · 6 years ago
  30. 32eeb56 ocxl: remove set but not used variables 'tid' and 'lpid' by YueHaibing · 6 years ago
  31. a5ae043 powerpc/64s: Remove 'dummy_copy_buffer' by Mathieu Malaterre · 6 years ago
  32. 7e80397 powerpc/cacheinfo: Fix kobject memleak by Tobin C. Harding · 6 years ago
  33. 33dda8c powerpc/vdso: Drop unnecessary cc-ldoption by Nick Desaulniers · 6 years ago
  34. b511cdd powerpc/powernv/ioda: Handle failures correctly in pnv_pci_ioda_iommu_bypass_supported() by Alexey Kardashevskiy · 6 years ago
  35. bdc7c97 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 6 years ago
  36. e9cef01 powerpc/powernv/idle: Restore AMR/UAMOR/AMOR/IAMR after idle by Michael Ellerman · 6 years ago
  37. 10d9161 powerpc/64s: Reimplement book3s idle code in C by Nicholas Piggin · 6 years ago
  38. 7ae3f6e powerpc/watchdog: Use hrtimers for per-CPU heartbeat by Nicholas Piggin · 6 years ago
  39. b2d3b5e powerpc/pseries: Track LMB nid instead of using device tree by Nathan Fontenot · 6 years ago
  40. f341d89 powerpc/mm: fix spelling mistake "Outisde" -> "Outside" by Colin Ian King · 6 years ago
  41. 26ad267 powerpc/mm: Fix section mismatch warning by Aneesh Kumar K.V · 6 years ago
  42. 5f53d28 powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_ID by Aneesh Kumar K.V · 6 years ago
  43. a092a03 powerpc/mm: Print kernel map details to dmesg by Aneesh Kumar K.V · 6 years ago
  44. 1c946c1 powerpc/mm/hash: Simplify the region id calculation. by Aneesh Kumar K.V · 6 years ago
  45. 53ed7a5 powerpc/mm: Drop the unnecessary region check by Aneesh Kumar K.V · 6 years ago
  46. e090939 powerpc/mm: Validate address values against different region limits by Aneesh Kumar K.V · 6 years ago
  47. 0034d39 powerpc/mm/hash64: Map all the kernel regions in the same 0xc range by Aneesh Kumar K.V · 6 years ago
  48. a35a3c6 powerpc/mm/hash64: Add a variable to track the end of IO mapping by Aneesh Kumar K.V · 6 years ago
  49. ef629cc powerc/mm/hash: Reduce hash_mm_context size by Aneesh Kumar K.V · 6 years ago
  50. 7011018 powerpc/mm: Reduce memory usage for mm_context_t for radix by Aneesh Kumar K.V · 6 years ago
  51. 67fda38f powerpc/mm: Move slb_addr_linit to early_init_mmu by Aneesh Kumar K.V · 6 years ago
  52. 60458fb powerpc/mm: Add helpers for accessing hash translation related variables by Aneesh Kumar K.V · 6 years ago
  53. 4f40b15 powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64 by Aneesh Kumar K.V · 6 years ago
  54. 6161a37 powerpc/mm: Fix build error with FLATMEM book3s64 config by Aneesh Kumar K.V · 6 years ago
  55. a68c31f powerpc/32s: Implement Kernel Userspace Access Protection by Christophe Leroy · 6 years ago
  56. f342adc powerpc/32s: Prepare Kernel Userspace Access Protection by Christophe Leroy · 6 years ago
  57. 31ed2b1 powerpc/32s: Implement Kernel Userspace Execution Prevention. by Christophe Leroy · 6 years ago
  58. 2679f9b powerpc/8xx: Add Kernel Userspace Access Protection by Christophe Leroy · 6 years ago
  59. 06fbe81 powerpc/8xx: Add Kernel Userspace Execution Prevention by Christophe Leroy · 6 years ago
  60. c341a10 powerpc/8xx: Only define APG0 and APG1 by Christophe Leroy · 6 years ago
  61. e2fb9f5 powerpc/32: Prepare for Kernel Userspace Access Protection by Christophe Leroy · 6 years ago
  62. e291b6d powerpc/32: Remove MSR_PR test when returning from syscall by Christophe Leroy · 6 years ago
  63. 5e5be3a powerpc/mm: Detect bad KUAP faults by Michael Ellerman · 6 years ago
  64. 890274c powerpc/64s: Implement KUAP for Radix MMU by Michael Ellerman · 6 years ago
  65. ef29672 powerpc/lib: Refactor __patch_instruction() to use __put_user_asm() by Russell Currey · 6 years ago
  66. 1bb2bae powerpc/mm/radix: Use KUEP API for Radix MMU by Russell Currey · 6 years ago
  67. b28c975 powerpc/64: Setup KUP on secondary CPUs by Russell Currey · 6 years ago
  68. de78a9c powerpc: Add a framework for Kernel Userspace Access Protection by Christophe Leroy · 6 years ago
  69. 0fb1c25 powerpc: Add skeleton for Kernel Userspace Execution Prevention by Christophe Leroy · 6 years ago
  70. 69795ca powerpc: Add framework for Kernel Userspace Protection by Christophe Leroy · 6 years ago
  71. 53a712b powerpc/powernv/idle: Restore AMR/UAMOR/AMOR after idle by Michael Ellerman · 6 years ago
  72. a3f3072 powerpc/powernv/idle: Restore IAMR after idle by Russell Currey · 6 years ago
  73. c1fe190 powerpc: Add force enable of DAWR on P9 option by Michael Neuling · 6 years ago
  74. 558f864 powerpc/numa: document topology_updates_enabled, disable by default by Nathan Lynch · 6 years ago
  75. 2d4d9b3 powerpc/numa: improve control of topology updates by Nathan Lynch · 6 years ago
  76. 2f9196b powerpc/powernv: Squash sparse warnings in opal-call.c by Andrew Donnellan · 6 years ago
  77. 80d04b7 powerpc/crypto: Use cheaper random numbers for crc-vpmsum self-test by George Spelvin · 6 years ago
  78. 6917735 powerpc: Remove duplicate headers by Jagadeesh Pagadala · 6 years ago
  79. cc76404 powerpc/8xx: Fix possible device node reference leak by Wen Yang · 6 years ago
  80. 7f177f9 powerpc/pseries: hwpoison the pages upon hitting UE by Ganesh Goudar · 6 years ago
  81. 4df2cb6 powerpc/83xx: Add missing of_node_put() after of_device_is_available() by Julia Lawall · 6 years ago
  82. 0235854 MAINTAINERS: Update remaining @linux.vnet.ibm.com addresses by Lukas Bulwahn · 6 years ago
  83. 679d03f MAINTAINERS: Remove non-existent VAS file by Sukadev Bhattiprolu · 6 years ago
  84. e663e1e powerpc/pseries/pmem: Fix a set but not used value by Qian Cai · 6 years ago
  85. c05f57f powerpc/pseries/iommu: Fix set but not used values by Qian Cai · 6 years ago
  86. bff2514 powerpc/mm: Silence unused-but-set-variable warnings by Qian Cai · 6 years ago
  87. f172acb powerpc/mm: move warning from resize_hpt_for_hotplug() by Laurent Vivier · 6 years ago
  88. f89bd8b powerpc/mm/radix: Don't do SLB preload when using the radix MMU by Aneesh Kumar K.V · 6 years ago
  89. 24c174b powerpc/configs: Enable CONFIG_USB_XHCI_HCD by default by Thomas Huth · 6 years ago
  90. c9d8dda powerpc/pseries/mce: Improve array initialization. by Mahesh Salgaonkar · 6 years ago
  91. 56c46bb powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWX by Russell Currey · 6 years ago
  92. 62611c1 powerpc/embedded6xx: Remove unused functions holly_power_off and holly_halt by Mathieu Malaterre · 6 years ago
  93. 308be6c powerpc/embedded6xx: Make some functions static by Mathieu Malaterre · 6 years ago
  94. ff6d278 powerpc: vdso: Make vdso32 installation conditional in vdso_install by Ben Hutchings · 6 years ago
  95. eea86aa powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZE by Michael Ellerman · 6 years ago
  96. 6c84f8c powerpc/highmem: Change BUG_ON() to WARN_ON() by Christophe Leroy · 6 years ago
  97. af5cd05 powerpc: Fix defconfig choice logic when cross compiling by Michael Ellerman · 6 years ago
  98. a273fa3 powerpc/32: Add ppc_defconfig by Michael Ellerman · 6 years ago
  99. d3e76a1 Merge branch 'fixes' into next by Michael Ellerman · 6 years ago
  100. 88ec6b9 powerpc/xive: add OPAL extensions for the XIVE native exploitation support by Cédric Le Goater · 6 years ago