1. 16ef976 powerpc: Add ppc_inst_as_u64() by Michael Ellerman · 4 years, 8 months ago
  2. c5ff46d powerpc: Add ppc_inst_next() by Michael Ellerman · 4 years, 8 months ago
  3. baddc87 Merge branch 'fixes' into next by Michael Ellerman · 4 years, 8 months ago
  4. bb5f33c Merge "Use hugepages to map kernel mem on 8xx" into next by Michael Ellerman · 4 years, 8 months ago
  5. 7974c47 powerpc/32s: Implement dedicated kasan_init_region() by Christophe Leroy · 4 years, 8 months ago
  6. 2b279c0 powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOC by Christophe Leroy · 4 years, 8 months ago
  7. a2feeb2 powerpc/8xx: Implement dedicated kasan_init_region() by Christophe Leroy · 4 years, 8 months ago
  8. fcdafd1 powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOC by Christophe Leroy · 4 years, 8 months ago
  9. da1adea powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLB by Christophe Leroy · 4 years, 8 months ago
  10. cf20995 powerpc/8xx: Map linear memory with huge pages by Christophe Leroy · 4 years, 8 months ago
  11. a623bb5 powerpc/8xx: Map IMMR with a huge page by Christophe Leroy · 4 years, 8 months ago
  12. 34536d7 powerpc/8xx: Add a function to early map kernel via huge pages by Christophe Leroy · 4 years, 8 months ago
  13. c8bef10 powerpc/8xx: Refactor kernel address boundary comparison by Christophe Leroy · 4 years, 8 months ago
  14. a0591b60e powerpc/mm: Don't be too strict with _etext alignment on PPC32 by Christophe Leroy · 4 years, 8 months ago
  15. 0c8c2c9 powerpc/8xx: Move DTLB perf handling closer. by Christophe Leroy · 4 years, 8 months ago
  16. 1251288 powerpc/8xx: Remove now unused TLB miss functions by Christophe Leroy · 4 years, 8 months ago
  17. 400dc0f powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB handlers by Christophe Leroy · 4 years, 8 months ago
  18. 684c166 powerpc/8xx: Always pin TLBs at startup. by Christophe Leroy · 4 years, 8 months ago
  19. 136a9a0 powerpc/8xx: Don't set IMMR map anymore at boot by Christophe Leroy · 4 years, 8 months ago
  20. f76c8f6 powerpc/8xx: Add function to set pinned TLBs by Christophe Leroy · 4 years, 8 months ago
  21. 5d46566 powerpc/8xx: Move PPC_PIN_TLB options into 8xx Kconfig by Christophe Leroy · 4 years, 8 months ago
  22. 555904d powerpc/8xx: MM_SLICE is not needed anymore by Christophe Leroy · 4 years, 8 months ago
  23. d4870b8 powerpc/8xx: Only 8M pages are hugepte pages now by Christophe Leroy · 4 years, 8 months ago
  24. b250c8c powerpc/8xx: Manage 512k huge pages as standard pages. by Christophe Leroy · 4 years, 8 months ago
  25. a891c43 powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages. by Christophe Leroy · 4 years, 8 months ago
  26. d3efcd3 powerpc/8xx: Drop CONFIG_8xx_COPYBACK option by Christophe Leroy · 4 years, 8 months ago
  27. b12c07a powerpc/mm: Reduce hugepd size for 8M hugepages on 8xx by Christophe Leroy · 4 years, 8 months ago
  28. 6ad41bf powerpc/mm: Create a dedicated pte_update() for 8xx by Christophe Leroy · 4 years, 8 months ago
  29. 06f5252 powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64 by Christophe Leroy · 4 years, 8 months ago
  30. c7fa770 powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 and PPC64 by Christophe Leroy · 4 years, 8 months ago
  31. 1c1bf29 powerpc/mm: Refactor pte_update() on book3s/32 by Christophe Leroy · 4 years, 8 months ago
  32. 2db99ae powerpc/mm: Refactor pte_update() on nohash/32 by Christophe Leroy · 4 years, 8 months ago
  33. fadaac6 powerpc/mm: PTE_ATOMIC_UPDATES is only for 40x by Christophe Leroy · 4 years, 8 months ago
  34. 4e3319c powerpc/mm: Fix conditions to perform MMU specific management by blocks on PPC32. by Christophe Leroy · 4 years, 8 months ago
  35. 925ac14 powerpc/mm: Allocate static page tables for fixmap by Christophe Leroy · 4 years, 8 months ago
  36. 4b19f96 powerpc/32s: Don't warn when mapping RO data ROX. by Christophe Leroy · 4 years, 8 months ago
  37. 6b789a2 powerpc/ptdump: Handle hugepd at PGD level by Christophe Leroy · 4 years, 8 months ago
  38. b00ff6d powerpc/ptdump: Properly handle non standard page size by Christophe Leroy · 4 years, 8 months ago
  39. 8961a2a powerpc/ptdump: Standardise display of BAT flags by Christophe Leroy · 4 years, 8 months ago
  40. 6b30830 powerpc/ptdump: Display size of BATs by Christophe Leroy · 4 years, 8 months ago
  41. 3af4786e powerpc/ptdump: Add _PAGE_COHERENT flag by Christophe Leroy · 4 years, 8 months ago
  42. 595d153 powerpc/64s: Fix restore of NV GPRs after facility unavailable exception by Michael Ellerman · 4 years, 8 months ago
  43. 8659a0e powerpc/64s: Disable STRICT_KERNEL_RWX by Michael Ellerman · 4 years, 8 months ago
  44. ec97d02 powerpc/kasan: Declare kasan_init_region() weak by Christophe Leroy · 4 years, 8 months ago
  45. 7dec42a powerpc/kasan: Refactor update of early shadow mappings by Christophe Leroy · 4 years, 8 months ago
  46. 7c31c05 powerpc/kasan: Remove unnecessary page table locking by Christophe Leroy · 4 years, 8 months ago
  47. d2a91ce powerpc/kasan: Fix shadow pages allocation failure by Christophe Leroy · 4 years, 8 months ago
  48. 3a66a24 powerpc/kasan: Fix issues by lowering KASAN_SHADOW_END by Christophe Leroy · 4 years, 8 months ago
  49. d132443 powerpc/kasan: Fix error detection on memory allocation by Christophe Leroy · 4 years, 8 months ago
  50. 82a1b8e powerpc/64s/hash: Add stress_slb kernel boot option to increase SLB faults by Nicholas Piggin · 4 years, 8 months ago
  51. 91ffeaa powerpc/wii: Fix declaration made after definition by Nathan Chancellor · 4 years, 9 months ago
  52. c2e929b powerpc/64s/pgtable: fix an undefined behaviour by Qian Cai · 4 years, 10 months ago
  53. 9384e55 powerpc/64s: Fix early_init_mmu section mismatch by Nicholas Piggin · 4 years, 9 months ago
  54. ceffa63 powerpc/powernv: add NULL check after kzalloc by Chen Zhou · 4 years, 8 months ago
  55. aa3bc36 powerpc/ps3: Add check for otheros image size by Geoff Levand · 4 years, 8 months ago
  56. 8f53f9c powerpc/book3s64/radix/tlb: Determine hugepage flush correctly by Aneesh Kumar K.V · 4 years, 8 months ago
  57. 787a2b6 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 4 years, 8 months ago
  58. 217ba7d Merge branch 'topic/uaccess-ppc' into next by Michael Ellerman · 4 years, 8 months ago
  59. 40bb0e9 Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits." by Christophe Leroy · 4 years, 8 months ago
  60. 30df74d powerpc/watchpoint/xmon: Support 2nd DAWR by Ravi Bangoria · 4 years, 8 months ago
  61. 514db91 powerpc/watchpoint/xmon: Don't allow breakpoint overwriting by Ravi Bangoria · 4 years, 8 months ago
  62. 29da4f9 powerpc/watchpoint: Don't allow concurrent perf and ptrace events by Ravi Bangoria · 4 years, 8 months ago
  63. 74c6881 powerpc/watchpoint: Prepare handler to handle more than one watchpoint by Ravi Bangoria · 4 years, 8 months ago
  64. e68ef12 powerpc/watchpoint: Use builtin ALIGN*() macros by Ravi Bangoria · 4 years, 8 months ago
  65. c9e82ae powerpc/watchpoint: Introduce is_ptrace_bp() function by Ravi Bangoria · 4 years, 8 months ago
  66. 6b424ef powerpc/watchpoint: Use loop for thread_struct->ptrace_bps by Ravi Bangoria · 4 years, 8 months ago
  67. 303e6a9 powerpc/watchpoint: Convert thread_struct->hw_brk to an array by Ravi Bangoria · 4 years, 8 months ago
  68. 22a214e powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enable by Ravi Bangoria · 4 years, 8 months ago
  69. c291913 powerpc/watchpoint: Get watchpoint count dynamically while disabling them by Ravi Bangoria · 4 years, 8 months ago
  70. 4a8a937 powerpc/watchpoint: Provide DAWR number to __set_breakpoint by Ravi Bangoria · 4 years, 8 months ago
  71. a18b834 powerpc/watchpoint: Provide DAWR number to set_dawr by Ravi Bangoria · 4 years, 8 months ago
  72. 45093b3 powerpc/watchpoint/ptrace: Return actual num of available watchpoints by Ravi Bangoria · 4 years, 8 months ago
  73. a6ba44e powerpc/watchpoint: Introduce function to get nr watchpoints dynamically by Ravi Bangoria · 4 years, 8 months ago
  74. 4a4ec22 powerpc/watchpoint: Add SPRN macros for second DAWR by Ravi Bangoria · 4 years, 8 months ago
  75. 09f82b0 powerpc/watchpoint: Rename current DAWR macros by Ravi Bangoria · 4 years, 8 months ago
  76. 3920742 powerpc sstep: Add support for prefixed fixed-point arithmetic by Jordan Niethe · 4 years, 8 months ago
  77. 50b80a1 powerpc sstep: Add support for prefixed load/stores by Jordan Niethe · 4 years, 8 months ago
  78. 9409d2f powerpc: Support prefixed instructions in alignment handler by Jordan Niethe · 4 years, 8 months ago
  79. b4657f7 powerpc/kprobes: Don't allow breakpoints on suffixes by Jordan Niethe · 4 years, 8 months ago
  80. c9c831a powerpc/xmon: Don't allow breakpoints on suffixes by Jordan Niethe · 4 years, 8 months ago
  81. 785b79d powerpc: Test prefixed instructions in feature fixups by Jordan Niethe · 4 years, 8 months ago
  82. f77f8ff powerpc: Test prefixed code patching by Jordan Niethe · 4 years, 8 months ago
  83. 650b55b powerpc: Add prefixed instructions to instruction data type by Jordan Niethe · 4 years, 8 months ago
  84. 7a8818e powerpc/optprobes: Add register argument to patch_imm64_load_insns() by Jordan Niethe · 4 years, 8 months ago
  85. b691505 powerpc: Define new SRR1 bits for a ISA v3.1 by Jordan Niethe · 4 years, 8 months ago
  86. 2aa6195 powerpc: Enable Prefixed Instructions by Alistair Popple · 4 years, 8 months ago
  87. 0b582db powerpc: Make test_translate_branch() independent of instruction length by Jordan Niethe · 4 years, 8 months ago
  88. 7fccfcf powerpc/xmon: Move insertion of breakpoint for xol'ing by Jordan Niethe · 4 years, 8 months ago
  89. 6c7a4f0 powerpc/xmon: Use a function for reading instructions by Jordan Niethe · 4 years, 8 months ago
  90. 622cf6f powerpc: Introduce a function for reporting instruction length by Jordan Niethe · 4 years, 8 months ago
  91. 5249385 powerpc: Define and use get_user_instr() et. al. by Jordan Niethe · 4 years, 8 months ago
  92. a8646f4 powerpc/kprobes: Use patch_instruction() by Jordan Niethe · 4 years, 8 months ago
  93. 95b980a powerpc: Add a probe_kernel_read_inst() function by Jordan Niethe · 4 years, 8 months ago
  94. 7ba68b2 powerpc: Add a probe_user_read_inst() function by Jordan Niethe · 4 years, 8 months ago
  95. f8faaff powerpc: Use a function for reading instructions by Jordan Niethe · 4 years, 8 months ago
  96. 94afd06 powerpc: Use a datatype for instructions by Jordan Niethe · 4 years, 8 months ago
  97. 217862d powerpc: Introduce functions for instruction equality by Jordan Niethe · 4 years, 8 months ago
  98. aabd223 powerpc: Use a function for byte swapping instructions by Jordan Niethe · 4 years, 8 months ago
  99. 8094892 powerpc: Use a function for getting the instruction op code by Jordan Niethe · 4 years, 8 months ago
  100. 777e26f powerpc: Use an accessor for instructions by Jordan Niethe · 4 years, 8 months ago