1. 902eca1 powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEM by Breno Leitao · 6 years ago
  2. 06af7dd powerpc/pseries: Perform full re-add of CPU for topology update post-migration by Nathan Fontenot · 6 years ago
  3. b52681e powerpc/64s: Clear on-stack exception marker upon exception return by Nicolai Stange · 6 years ago
  4. 6cf5f63 powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callback by Aneesh Kumar K.V · 6 years ago
  5. c70214d powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpc by Nathan Chancellor · 6 years ago
  6. 4acf797 powerpc/powernv/ioda: Fix locked_vm counting for memory used by IOMMU tables by Alexey Kardashevskiy · 6 years ago
  7. c91d07a powerpc/64: Fix memcmp reading past the end of src/dest by Michael Ellerman · 6 years ago
  8. d7c00bb powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexes by Gautham R. Shenoy · 6 years ago
  9. 92d4ee2 powerpc: bpf: Fix generation of load/store DW instructions by Naveen N. Rao · 6 years ago
  10. a1df5db powerpc/security: Fix spectre_v2 reporting by Michael Ellerman · 6 years ago
  11. 986f0c6 powerpc/fsl: Fix the flush of branch predictor. by Christophe Leroy · 6 years ago
  12. b848d19 powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup' by Diana Craciun · 6 years ago
  13. 632d839 powerpc/fsl: Update Spectre v2 reporting by Diana Craciun · 6 years ago
  14. 43f4062 powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is used by Diana Craciun · 6 years ago
  15. a46a503 powerpc/fsl: Flush branch predictor when entering KVM by Diana Craciun · 6 years ago
  16. 3cb931c powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit) by Diana Craciun · 6 years ago
  17. cf72dad powerpc/fsl: Flush the branch predictor at each kernel entry (64bit) by Diana Craciun · 6 years ago
  18. 020e5f1 powerpc/fsl: Add nospectre_v2 command line argument by Diana Craciun · 6 years ago
  19. 4a6a228 powerpc/fsl: Emulate SPRN_BUCSR register by Diana Craciun · 6 years ago
  20. 4944f1d powerpc/fsl: Add macro to flush the branch predictor by Diana Craciun · 6 years ago
  21. d67ab3d powerpc/fsl: Add infrastructure to fixup branch predictor flush by Diana Craciun · 6 years ago
  22. b8ea151 powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 by Michael Ellerman · 6 years ago
  23. 23ad135 KVM: Call kvm_arch_memslots_updated() before updating memslots by Sean Christopherson · 6 years ago
  24. d6d004b powerpc/traps: Fix the message printed when stack overflows by Christophe Leroy · 6 years ago
  25. 461a52a powerpc/traps: fix recoverability of machine check handling on book3s/32 by Christophe Leroy · 6 years ago
  26. baed68a powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configuration by Aneesh Kumar K.V · 6 years ago
  27. 9d2e929 powerpc/ptrace: Simplify vr_get/set() to avoid GCC warning by Michael Ellerman · 6 years ago
  28. 344996a powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guest by Mark Cave-Ayland · 6 years ago
  29. 3bf8ff7 powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit by Paul Mackerras · 6 years ago
  30. f6f03d60 powerpc/83xx: Also save/restore SPRG4-7 during suspend by Christophe Leroy · 6 years ago
  31. b093499 powerpc/powernv: Make opal log only readable by root by Jordan Niethe · 6 years ago
  32. 9b530550 powerpc/wii: properly disable use of BATs when requested. by Christophe Leroy · 6 years ago
  33. 40b9785 powerpc/32: Clear on-stack exception marker upon exception return by Christophe Leroy · 6 years ago
  34. 99b490e powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool. by Christophe Leroy · 6 years ago
  35. 49c473e powerpc/radix: Fix kernel crash with mremap() by Aneesh Kumar K.V · 6 years ago
  36. fc09008 powerpc/fadump: Do not allow hot-remove memory from fadump reserved area. by Mahesh Salgaonkar · 6 years ago
  37. 279eb1d powerpc/mm: Fix reporting of kernel execute faults on the 8xx by Christophe Leroy · 6 years ago
  38. 49f182e powerpc/powernv/ioda: Allocate indirect TCE levels of cached userspace addresses on demand by Alexey Kardashevskiy · 6 years ago
  39. 5a0c7fb powerpc/perf: Fix thresholding counter data for unknown type by Madhavan Srinivasan · 6 years ago
  40. e121943 powerpc/uaccess: fix warning/error with access_ok() by Christophe Leroy · 6 years ago
  41. 43b7fa3 KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO on powernv machines by Suraj Jitindar Singh · 6 years ago
  42. 0f9dff3 powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitly by Mathieu Malaterre · 6 years ago
  43. 22ccd25 powerpc/pseries: add of_node_put() in dlpar_detach_node() by Frank Rowand · 6 years ago
  44. 115a0d6 powerpc/xmon: Fix invocation inside lock region by Breno Leitao · 6 years ago
  45. a854ab8 powerpc/tm: Set MSR[TS] just prior to recheckpoint by Breno Leitao · 6 years ago
  46. 6d9e96f Revert "powerpc/tm: Unset MSR[TS] if not recheckpointing" by Greg Kroah-Hartman · 6 years ago
  47. 7dfb22b powerpc/boot: Set target when cross-compiling for clang by Joel Stanley · 6 years ago
  48. 28e1d14 powerpc: Disable -Wbuiltin-requires-header when setjmp is used by Joel Stanley · 6 years ago
  49. ba1fe90 powerpc: avoid -mno-sched-epilog on GCC 4.9 and newer by Nicholas Piggin · 6 years ago
  50. 24e2606 powerpc: consolidate -mno-sched-epilog into FTRACE flags by Nicholas Piggin · 6 years ago
  51. 5b59eeb powerpc: remove old GCC version checks by Nicholas Piggin · 6 years ago
  52. 54568ab powerpc/mm: Fallback to RAM if the altmap is unusable by Oliver O'Halloran · 6 years ago
  53. d4fdc5e powerpc/mm: Fix linux page tables build with some configs by Michael Ellerman · 6 years ago
  54. 4642a5c5 powerpc: Fix COFF zImage booting on old powermacs by Paul Mackerras · 6 years ago
  55. a9935a1 powerpc/tm: Unset MSR[TS] if not recheckpointing by Breno Leitao · 6 years ago
  56. 34fc091 powerpc/fsl: Fix spectre_v2 mitigations reporting by Diana Craciun · 6 years ago
  57. c97c353 powerpc: Look for "stdout-path" when setting up legacy consoles by Benjamin Herrenschmidt · 6 years ago
  58. 73732de powerpc/msi: Fix NULL pointer access in teardown code by Radu Rendec · 6 years ago
  59. 5478648 powerpc/function_graph: Simplify with function_graph_enter() by Steven Rostedt (VMware) · 6 years ago
  60. f5c632c powerpc/numa: Suppress "VPHN is not supported" messages by Satheesh Rajendran · 6 years ago
  61. b771863 powerpc/io: Fix the IO workarounds code to work with Radix by Michael Ellerman · 6 years ago
  62. 8d976d7 KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE by Scott Wood · 6 years ago
  63. ce65f0f Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP" by Christophe Leroy · 6 years ago
  64. 7583789 powerpc/memtrace: Remove memory in chunks by Rashmica Gupta · 6 years ago
  65. ce62cb9 powerpc/boot: Ensure _zimage_start is a weak symbol by Joel Stanley · 6 years ago
  66. 5b24869 powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak by Christophe Leroy · 6 years ago
  67. b0f8599 powerpc/nohash: fix undefined behaviour when testing page size support by Daniel Axtens · 6 years ago
  68. 234bee8 powerpc/eeh: Fix possible null deref in eeh_dump_dev_log() by Sam Bobroff · 6 years ago
  69. 32f2674 powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS by Joel Stanley · 6 years ago
  70. 56e4367 powerpc/mm: fix always true/false warning in slice.c by Christophe Leroy · 6 years ago
  71. 287deb2 powerpc/mm: Fix page table dump to work on Radix by Michael Ellerman · 6 years ago
  72. 63880b2f powerpc/64/module: REL32 relocation range check by Nicholas Piggin · 6 years ago
  73. 54de3d7 powerpc/traps: restore recoverability of machine_check interrupts by Christophe Leroy · 6 years ago
  74. 66eb08a powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9 by Nicholas Piggin · 6 years ago
  75. e0f5f1c powerpc/tm: Fix HFSCR bit for no suspend case by Michael Neuling · 6 years ago
  76. 7607e1d powerpc/msi: Fix compile error on mpc83xx by Christophe Leroy · 6 years ago
  77. 5f48957 powerpc64/module elfv1: Set opd addresses after module relocation by Naveen N. Rao · 7 years ago
  78. 3a27203 Merge tag 'libnvdimm-fixes-4.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Greg Kroah-Hartman · 6 years ago
  79. 4628a64 mm: Preserve _PAGE_DEVMAP across mprotect() calls by Jan Kara · 6 years ago
  80. cd2093c Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Greg Kroah-Hartman · 6 years ago
  81. 08b297b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Greg Kroah-Hartman · 6 years ago
  82. ac1788c powerpc/numa: Skip onlining a offline node in kdump path by Srikar Dronamraju · 6 years ago
  83. a932ed3 powerpc: Don't print kernel instructions in show_user_instructions() by Michael Ellerman · 6 years ago
  84. 6579804 KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page fault by Paul Mackerras · 6 years ago
  85. b45ba4a powerpc/lib: fix book3s/32 boot failure due to code patching by Christophe Leroy · 6 years ago
  86. f005de0 Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Greg Kroah-Hartman · 6 years ago
  87. 2483ef0 powerpc/numa: Use associativity if VPHN hcall is successful by Srikar Dronamraju · 6 years ago
  88. 96dc89d powerpc/tm: Avoid possible userspace r1 corruption on reclaim by Michael Neuling · 6 years ago
  89. cf13435 powerpc/tm: Fix userspace r13 corruption by Michael Neuling · 6 years ago
  90. 8604895 powerpc/pseries: Fix unitialized timer reset on migration by Michael Bringmann · 6 years ago
  91. c716a25 powerpc/pkeys: Fix reading of ibm, processor-storage-keys property by Thiago Jung Bauermann · 6 years ago
  92. 85682a7 powerpc: fix csum_ipv6_magic() on little endian platforms by Christophe Leroy · 6 years ago
  93. 7233b8c powerpc/powernv/ioda2: Reduce upper limit for DMA window size (again) by Alexey Kardashevskiy · 6 years ago
  94. 51c3c62 powerpc: Avoid code patching freed init sections by Michael Neuling · 6 years ago
  95. f14040b KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds by Michael Neuling · 6 years ago
  96. 71d29f4 KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size by Nicholas Piggin · 6 years ago
  97. 425333b KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode by Alexey Kardashevskiy · 6 years ago
  98. ed2ef29 Merge tag 'kvm-s390-master-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 6 years ago
  99. 732b531 Merge tag 'kvm-ppc-fixes-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Radim Krčmář · 6 years ago
  100. ff69279 powerpc: disable support for relative ksymtab references by Ard Biesheuvel · 6 years ago