1. b86fb88 powerpc/32: implement fast entry for syscalls on non BOOKE by Christophe Leroy · 6 years ago
  2. 40530db powerpc: Fix 32-bit handling of MSR_EE on exceptions by Christophe Leroy · 6 years ago
  3. 1ae99b4 powerpc/32: get rid of COPY_EE in exception entry by Christophe Leroy · 6 years ago
  4. 642770d powerpc/32: Enter exceptions with MSR_EE unset by Christophe Leroy · 6 years ago
  5. f97dec2 powerpc/32: enter syscall with MSR_EE inconditionaly set by Christophe Leroy · 6 years ago
  6. ef42912 powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interrupts by Christophe Leroy · 6 years ago
  7. 90f204b powerpc/40x: Refactor exception entry macros by using head_32.h by Christophe Leroy · 6 years ago
  8. 7271fc9 powerpc/40x: Split and rename NORMAL_EXCEPTION_PROLOG by Christophe Leroy · 6 years ago
  9. bd82904 powerpc/40x: add exception frame marker by Christophe Leroy · 6 years ago
  10. 57bc13a powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOG by Christophe Leroy · 6 years ago
  11. 1d3034a powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke one by Christophe Leroy · 6 years ago
  12. 37737a2 powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use it by Christophe Leroy · 6 years ago
  13. 8a23fdec powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.S by Christophe Leroy · 6 years ago
  14. e4dccf9 powerpc/mm: print hash info in a helper by Christophe Leroy · 6 years ago
  15. 8f156c2 powerpc/32s: don't try to print hash table address. by Christophe Leroy · 6 years ago
  16. 57e0491 powerpc/32s: drop Hash_end by Christophe Leroy · 6 years ago
  17. da3a3b0 powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_RO by Christophe Leroy · 6 years ago
  18. 215b8237 powerpc/32s: set up an early static hash table for KASAN. by Christophe Leroy · 6 years ago
  19. 72f208c powerpc/32s: move hash code patching out of MMU_init_hw() by Christophe Leroy · 6 years ago
  20. 2edb16e powerpc/32: Add KASAN support by Christophe Leroy · 6 years ago
  21. f072015 powerpc: disable KASAN instrumentation on early/critical files. by Christophe Leroy · 6 years ago
  22. b4abe38 powerpc/32: prepare shadow area for KASAN by Christophe Leroy · 6 years ago
  23. a67beca powerpc/32: make KVIRT_TOP dependent on FIXMAP_START by Christophe Leroy · 6 years ago
  24. 7934cea powerpc/32: use memset() instead of memset_io() to zero BSS by Christophe Leroy · 6 years ago
  25. adcf591 powerpc: don't use direct assignation during early boot. by Christophe Leroy · 6 years ago
  26. 450e7dd powerpc/prom_init: don't use string functions from lib/ by Christophe Leroy · 6 years ago
  27. cbe46bd powerpc: remove CONFIG_CMDLINE #ifdef mess by Christophe Leroy · 6 years ago
  28. 26deb04 powerpc: prepare string/mem functions for KASAN by Christophe Leroy · 6 years ago
  29. d69ca6b powerpc/32: Move early_init() in a separate file by Christophe Leroy · 6 years ago
  30. 0692391 powerpc/mm: refactor pgd_alloc() and pgd_free() on nohash by Christophe Leroy · 6 years ago
  31. 8a2cc87 powerpc/mm: refactor pmd_pgtable() by Christophe Leroy · 6 years ago
  32. 7cec90e powerpc/mm: refactor pgtable freeing functions on nohash by Christophe Leroy · 6 years ago
  33. bf8156c powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32 by Christophe Leroy · 6 years ago
  34. e80789a powerpc/mm: refactor definition of pgtable_cache[] by Christophe Leroy · 6 years ago
  35. dc09686 powerpc/mm: refactor pte_alloc_one() and pte_free() families definition. by Christophe Leroy · 6 years ago
  36. b0124ff powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32 by Christophe Leroy · 6 years ago
  37. 4a6d8cf powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32 by Christophe Leroy · 6 years ago
  38. 627f06c powerpc/book3e: move early_alloc_pgtable() to init section by Christophe Leroy · 6 years ago
  39. e7a7be5 powerpc/Kconfig: select PPC_MM_SLICES from subarch type by Christophe Leroy · 6 years ago
  40. 7a792d5 powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.h by Christophe Leroy · 6 years ago
  41. 696dffa powerpc/mm: move pgtable_t in asm/mmu.h by Christophe Leroy · 6 years ago
  42. 737b434 powerpc/mm: convert Book3E 64 to pte_fragment by Christophe Leroy · 6 years ago
  43. 447def3 powerpc/mm: drop __bad_pte() by Christophe Leroy · 6 years ago
  44. 26e66b0 powerpc/mm: flatten function __find_linux_pte() step 3 by Christophe Leroy · 6 years ago
  45. e2fb251 powerpc/mm: flatten function __find_linux_pte() step 2 by Christophe Leroy · 6 years ago
  46. fab9a11 powerpc/mm: flatten function __find_linux_pte() step 1 by Christophe Leroy · 6 years ago
  47. 4df4b27 powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.c by Christophe Leroy · 6 years ago
  48. c5710cd2 powerpc/mm: cleanup HPAGE_SHIFT setup by Christophe Leroy · 6 years ago
  49. 45d0ba5 powerpc/mm: move hugetlb_disabled into asm/hugetlb.h by Christophe Leroy · 6 years ago
  50. 723f268 powerpc/mm: cleanup ifdef mess in add_huge_page_size() by Christophe Leroy · 6 years ago
  51. 5fb84fe powerpc/mm: add a helper to populate hugepd by Christophe Leroy · 6 years ago
  52. 8197af2 powerpc/mm: split asm/hugetlb.h into dedicated subarch files by Christophe Leroy · 6 years ago
  53. 0001e5a powerpc/mm: make gup_hugepte() static by Christophe Leroy · 6 years ago
  54. b7dcf96 powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGE by Christophe Leroy · 6 years ago
  55. 0caed4d powerpc/mm: move __find_linux_pte() out of hugetlbpage.c by Christophe Leroy · 6 years ago
  56. 3dea733 powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3E by Christophe Leroy · 6 years ago
  57. 5874cab powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGES by Christophe Leroy · 6 years ago
  58. a521c44 powerpc/book3e: drop mmu_get_tsize() by Christophe Leroy · 6 years ago
  59. 5953fb4 powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULT by Christophe Leroy · 6 years ago
  60. 43ed790 powerpc/mm: define get_slice_psize() all the time by Christophe Leroy · 6 years ago
  61. 33f128c powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slices by Christophe Leroy · 6 years ago
  62. 203a1fa powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.c by Christophe Leroy · 6 years ago
  63. b4baad0 powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64 by Christophe Leroy · 6 years ago
  64. 8774612 powerpc/mm: get rid of mm_ctx_slice_mask_xxx() by Christophe Leroy · 6 years ago
  65. fca5c1e powerpc/mm: move slice_mask_for_size() into mmu.h by Christophe Leroy · 6 years ago
  66. 6f60cc98 powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_struct by Christophe Leroy · 6 years ago
  67. 02f89ae powerpc/mm: no slice for nohash/64 by Christophe Leroy · 6 years ago
  68. 5ba666d powerpc/mm: fix erroneous duplicate slb_addr_limit init by Christophe Leroy · 6 years ago
  69. 27e23b5 powerpc/mm: Move nohash specifics in subdirectory mm/nohash by Christophe Leroy · 6 years ago
  70. 17312f2 powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64 by Christophe Leroy · 6 years ago
  71. 47d9994 powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64 by Christophe Leroy · 6 years ago
  72. 9d9f2cc powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h> by Christophe Leroy · 6 years ago
  73. 71faf81 powerpc/nohash64: clean pgtable.h by Christophe Leroy · 6 years ago
  74. a1ac2a9 powerpc/book3e: drop BUG_ON() in map_kernel_page() by Christophe Leroy · 6 years ago
  75. e620d45 powerpc/tm: Avoid machine crash on rt_sigreturn() by Breno Leitao · 6 years ago
  76. 2c474c0 powerpc/mm/radix: Fix kernel crash when running subpage protect test by Aneesh Kumar K.V · 6 years ago
  77. 50dbabe powerpc/powernv/mce: Print additional information about MCE error. by Mahesh Salgaonkar · 6 years ago
  78. cda6618 powerpc/powernv/mce: Print correct severity for MCE error. by Mahesh Salgaonkar · 6 years ago
  79. d6e8a15 powerpc/powernv/mce: Reduce MCE console logs to lesser lines. by Mahesh Salgaonkar · 6 years ago
  80. 5b2a152 powerpc: Add doorbell tracepoints by Anton Blanchard · 6 years ago
  81. 32eeb56 ocxl: remove set but not used variables 'tid' and 'lpid' by YueHaibing · 6 years ago
  82. a5ae043 powerpc/64s: Remove 'dummy_copy_buffer' by Mathieu Malaterre · 6 years ago
  83. 7e80397 powerpc/cacheinfo: Fix kobject memleak by Tobin C. Harding · 6 years ago
  84. 33dda8c powerpc/vdso: Drop unnecessary cc-ldoption by Nick Desaulniers · 6 years ago
  85. b511cdd powerpc/powernv/ioda: Handle failures correctly in pnv_pci_ioda_iommu_bypass_supported() by Alexey Kardashevskiy · 6 years ago
  86. bdc7c97 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 6 years ago
  87. e9cef01 powerpc/powernv/idle: Restore AMR/UAMOR/AMOR/IAMR after idle by Michael Ellerman · 6 years ago
  88. 10d9161 powerpc/64s: Reimplement book3s idle code in C by Nicholas Piggin · 6 years ago
  89. 7ae3f6e powerpc/watchdog: Use hrtimers for per-CPU heartbeat by Nicholas Piggin · 6 years ago
  90. b2d3b5e powerpc/pseries: Track LMB nid instead of using device tree by Nathan Fontenot · 6 years ago
  91. f341d89 powerpc/mm: fix spelling mistake "Outisde" -> "Outside" by Colin Ian King · 6 years ago
  92. 26ad267 powerpc/mm: Fix section mismatch warning by Aneesh Kumar K.V · 6 years ago
  93. 5f53d28 powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_ID by Aneesh Kumar K.V · 6 years ago
  94. a092a03 powerpc/mm: Print kernel map details to dmesg by Aneesh Kumar K.V · 6 years ago
  95. 1c946c1 powerpc/mm/hash: Simplify the region id calculation. by Aneesh Kumar K.V · 6 years ago
  96. 53ed7a5 powerpc/mm: Drop the unnecessary region check by Aneesh Kumar K.V · 6 years ago
  97. e090939 powerpc/mm: Validate address values against different region limits by Aneesh Kumar K.V · 6 years ago
  98. 0034d39 powerpc/mm/hash64: Map all the kernel regions in the same 0xc range by Aneesh Kumar K.V · 6 years ago
  99. a35a3c6 powerpc/mm/hash64: Add a variable to track the end of IO mapping by Aneesh Kumar K.V · 6 years ago
  100. ef629cc powerc/mm/hash: Reduce hash_mm_context size by Aneesh Kumar K.V · 6 years ago