1. 24e0bfb powerpc: Fix distclean with Makefile.postlink by Horia Geantă · 8 years ago
  2. c374ed2 powerpc/powernv: Block PCI config access on BCM5718 during EEH recovery by Gavin Shan · 8 years ago
  3. 700b7ead powerpc/64s: Power9 has no LPCR[VRMASD] field so don't set it by Nicholas Piggin · 8 years ago
  4. 6b3d12a powerpc/powernv: Fix TCE kill on NVLink2 by Alistair Popple · 8 years ago
  5. 3c9ac2b powerpc/mm/radix: Drop support for CPUs without lockless tlbie by Michael Ellerman · 8 years ago
  6. d93b0ac powerpc/book3s/mce: Move add_taint() later in virtual mode by Mahesh Salgaonkar · 8 years ago
  7. 3f2290e powerpc/sysfs: Move #ifdef CONFIG_HOTPLUG_CPU out of the function body by Michael Ellerman · 8 years ago
  8. 687b8f2 powerpc/smp: Document irq enable/disable after migrating IRQs by Michael Ellerman · 8 years ago
  9. 0cc68bf powerpc/mpc52xx: Don't select user-visible RTAS_PROC by Michael Ellerman · 8 years ago
  10. b7da123 powerpc/powernv: Document cxl dependency on special case in pnv_eeh_reset() by Andrew Donnellan · 8 years ago
  11. c0b6497 powerpc/eeh: Clean up and document event handling functions by Russell Currey · 8 years ago
  12. daeba29 powerpc/eeh: Avoid use after free in eeh_handle_special_event() by Russell Currey · 8 years ago
  13. a715626 cxl: Mask slice error interrupts after first occurrence by Alastair D'Silva · 8 years ago
  14. 4f58f0b cxl: Route eeh events to all drivers in cxl_pci_error_detected() by Vaibhav Jain · 8 years ago
  15. ea9a26d cxl: Force context lock during EEH flow by Vaibhav Jain · 8 years ago
  16. 084a275 powerpc/64: Allow CONFIG_RELOCATABLE if COMPILE_TEST by Nicholas Piggin · 8 years ago
  17. 8915bcd powerpc/xmon: Teach xmon oops about radix vectors by Michael Neuling · 8 years ago
  18. add2e1e powerpc/mm/hash: Fix off-by-one in comment about kernel contexts ids by Michael Ellerman · 8 years ago
  19. b6e1f6a powerpc/pseries: Enable VFIO by Alexey Kardashevskiy · 8 years ago
  20. e49a6a2 powerpc/powernv: Fix iommu table size calculation hook for small tables by Alexey Kardashevskiy · 8 years ago
  21. 82eae1a powerpc/powernv: Check kzalloc() return value in pnv_pci_table_alloc by Alexey Kardashevskiy · 8 years ago
  22. b71c9ff powerpc: Add arch/powerpc/tools directory by Nicholas Piggin · 8 years ago
  23. f188d05 powerpc: Use the new post-link pass to check relocations by Nicholas Piggin · 8 years ago
  24. 1cd6ed7 powerpc/xmon: Wait for secondaries before IPI'ing on system reset by Nicholas Piggin · 8 years ago
  25. 102c05e powerpc/pseries: Implement NMI IPI with H_SIGNAL_SYS_RESET by Nicholas Piggin · 8 years ago
  26. c64af64 powerpc: Add struct smp_ops_t.cause_nmi_ipi operation by Nicholas Piggin · 8 years ago
  27. ddd703c powerpc: Add NMI IPI infrastructure by Nicholas Piggin · 8 years ago
  28. 2b4f3ac powerpc: Mark system reset as an NMI with nmi_enter/exit() by Nicholas Piggin · 8 years ago
  29. b1ee8a3 powerpc/64s: Dedicated system reset interrupt stack by Nicholas Piggin · 8 years ago
  30. c4f3b52 powerpc/64s: Disallow system reset vs system reset reentrancy by Nicholas Piggin · 8 years ago
  31. a3d96f7 powerpc/64s: Fix system reset vs general interrupt reentrancy by Nicholas Piggin · 8 years ago
  32. a4087a4 powerpc/64s: Exception macro for stack frame and initial register save by Nicholas Piggin · 8 years ago
  33. 83a980f powerpc/64s: Add exception macro that does not enable RI by Nicholas Piggin · 8 years ago
  34. 6e83985 powerpc/cbe: Do not process external or decremeter interrupts from sreset by Nicholas Piggin · 8 years ago
  35. 461e96a powerpc/pasemi: Do not process external or decrementer interrupts from sreset by Nicholas Piggin · 8 years ago
  36. b13f668 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 8 years ago
  37. 096ff2d powerpc/ftrace/64: Split further based on -mprofile-kernel by Naveen N. Rao · 8 years ago
  38. 7853f9c powerpc: Split ftrace bits into a separate file by Naveen N. Rao · 8 years ago
  39. 2505820 powerpc/mm: Rename table dump file name by Christophe Leroy · 8 years ago
  40. 78a18db powerpc/mm: On PPC32, display 32 bits addresses in page table dump by Christophe Leroy · 8 years ago
  41. fd893fe powerpc/mm: Fix missing page attributes in page table dump by Christophe Leroy · 8 years ago
  42. 6c01bbd powerpc/mm: Fix page table dump build on PPC32 by Christophe Leroy · 8 years ago
  43. a5998fc powerpc/mm/radix: Optimise tlbiel flush all case by Aneesh Kumar K.V · 8 years ago
  44. cf4f08b powerpc/mm/radix: Optimise Page Walk Cache flush by Aneesh Kumar K.V · 8 years ago
  45. 45b21cfe powerpc/powernv: Fix oops on P9 DD1 in cause_ipi() by Michael Ellerman · 8 years ago
  46. 83c4919 powerpc/powernv: Fix missing attr initialisation in opal_export_attrs() by Michael Ellerman · 8 years ago
  47. b409946 powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd() by Michael Ellerman · 8 years ago
  48. 9765ad1 powerpc/mm: Ensure IRQs are off in switch_mm() by David Gibson · 8 years ago
  49. e76ca27 powerpc/sysfs: Fix reference leak of cpu device_nodes present at boot by Tyrel Datwyler · 8 years ago
  50. 68baf69 powerpc/pseries: Fix of_node_put() underflow during DLPAR remove by Tyrel Datwyler · 8 years ago
  51. 8567364 powerpc/xmon: Deindent the SLB dumping logic by Michael Ellerman · 8 years ago
  52. 9fc8491 Merge branch 'topic/kprobes' into next by Michael Ellerman · 8 years ago
  53. 24bd909 powerpc/kprobes: Prefer ftrace when probing function entry by Naveen N. Rao · 8 years ago
  54. 1b32cd1 powerpc: Introduce a new helper to obtain function entry points by Naveen N. Rao · 8 years ago
  55. ead514d powerpc/kprobes: Add support for KPROBES_ON_FTRACE by Naveen N. Rao · 8 years ago
  56. 2f59be5 powerpc/ftrace: Restore LR from pt_regs by Naveen N. Rao · 8 years ago
  57. 9a914aa powerpc/kprobes: Blacklist common exception handlers by Naveen N. Rao · 8 years ago
  58. 7aa5b01 powerpc/kprobes: Blacklist exception handlers by Naveen N. Rao · 8 years ago
  59. 71f6e58 powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL() by Naveen N. Rao · 8 years ago
  60. 700e643 powerpc/ftrace: Move stack setup and teardown code into ftrace_graph_caller() by Naveen N. Rao · 8 years ago
  61. d08f8a2 powerpc/kprobes: Remove duplicate saving of MSR by Naveen N. Rao · 8 years ago
  62. 9cba253 powerpc/64s: Simplify POWER9 DD1 idle workaround code by Nicholas Piggin · 8 years ago
  63. 0d7720a powerpc/64s: Idle POWER8 avoid full state loss recovery where possible by Nicholas Piggin · 8 years ago
  64. e420249 powerpc/64s: Idle do not hold reservation longer than required by Nicholas Piggin · 8 years ago
  65. adbcf8d powerpc/64s: Expand core idle state bits by Nicholas Piggin · 8 years ago
  66. 1945bc4 powerpc/64s: Fix POWER9 machine check handler from stop state by Nicholas Piggin · 8 years ago
  67. 10101aa powerpc/64s: Use alternative feature patching by Nicholas Piggin · 8 years ago
  68. 544686c powerpc/64s: Stop using bit in HSPRG0 to test winkle by Nicholas Piggin · 8 years ago
  69. bf0153c powerpc/64s: Move remaining system reset idle code into idle_book3s.S by Nicholas Piggin · 8 years ago
  70. 2563a70 powerpc/64s: Remove unnecessary relocation branch from idle handler by Nicholas Piggin · 8 years ago
  71. 9fea59b powerpc/mm: Add support for runtime configuration of ASLR limits by Michael Ellerman · 8 years ago
  72. f855b2f powerpc/mm: Wire up ioremap_cache() by Oliver O'Halloran · 8 years ago
  73. 22d8b3d powerpc/kprobes: Emulate instructions on kprobe handler re-entry by Naveen N. Rao · 8 years ago
  74. 1cabd2f powerpc/kprobes: Factor out code to emulate instruction into a helper by Naveen N. Rao · 8 years ago
  75. a64e3f3 powerpc/kretprobes: Override default function entry offset by Naveen N. Rao · 8 years ago
  76. 290e307 powerpc/kprobes: Fix handling of function offsets on ABIv2 by Naveen N. Rao · 8 years ago
  77. 49e0b46 kprobes: Convert kprobe_lookup_name() to a function by Naveen N. Rao · 8 years ago
  78. a460246 kprobes: Skip preparing optprobe if the probe is ftrace-based by Masami Hiramatsu · 8 years ago
  79. a050d20 powerpc/64s: Use relon prolog for EXC_VIRT_OOL_MASKABLE_HV handlers by Nicholas Piggin · 8 years ago
  80. 686978b powerpc/xive: Fix missing check of rc != OPAL_BUSY by Michael Ellerman · 8 years ago
  81. ca80d5d powerpc/64s: Remove SAO feature from Power9 DD1 by Nicholas Piggin · 8 years ago
  82. 2384d2d powerpc/64s: Remove ICSWX feature from Power9 by Nicholas Piggin · 8 years ago
  83. f2080b9 powerpc/perf: Add Power8 mem_access event to sysfs by Madhavan Srinivasan · 8 years ago
  84. d148c94 powerpc/perf: Support to export SIERs bit in Power9 by Madhavan Srinivasan · 8 years ago
  85. 453ce7a powerpc/perf: Support to export SIERs bit in Power8 by Madhavan Srinivasan · 8 years ago
  86. 170a315 powerpc/perf: Support to export MMCRA[TEC*] field to userspace by Madhavan Srinivasan · 8 years ago
  87. 79e96f8 powerpc/perf: Export memory hierarchy info to user space by Madhavan Srinivasan · 8 years ago
  88. 8c5073d powerpc/perf: Define big-endian version of perf_mem_data_src by Sukadev Bhattiprolu · 8 years ago
  89. e889e96 powerpc/iommu: Do not call PageTransHuge() on tail pages by Alexey Kardashevskiy · 8 years ago
  90. 321f7d2 powerpc/mmap: Any hint > 128TB searches the full VA space by Aneesh Kumar K.V · 8 years ago
  91. 41e20d9 cxl: Enable PCI device IDs for future IBM CXL adapters by Matthew R. Ochs · 8 years ago
  92. 95dbdf4 powerpc/64s: Minor fix for MCE TLB flush for radix by Nicholas Piggin · 8 years ago
  93. be77e99 powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limit by Aneesh Kumar K.V · 8 years ago
  94. 8d1b48e powerpc/64s: Revert setting of LPCR[LPES] on POWER9 by Nicholas Piggin · 8 years ago
  95. 270e2dc powerpc/pseries: Always enable SMP when building pseries by Michael Ellerman · 8 years ago
  96. 40e2756 powerpc/powernv: Always enable SMP when building powernv by Michael Ellerman · 8 years ago
  97. ebbe9d7 powerpc: Allow platforms to force-enable CONFIG_SMP by Michael Ellerman · 8 years ago
  98. 590c369 powerpc: Drop include of linux/io.h from asm/io.h by Michael Ellerman · 8 years ago
  99. 6b3edef powerpc/powernv: POWER9 support for msgsnd/doorbell IPI by Nicholas Piggin · 8 years ago
  100. a5adf28 powerpc/64s: Avoid a branch for ppc_msgsnd by Nicholas Piggin · 8 years ago