1. e0728b5 powerpc/perf: Export Power8 generic and cache events to sysfs by Sukadev Bhattiprolu · 9 years ago
  2. d4969e2 powerpc/perf: Remove PME_ prefix for power7 events by Sukadev Bhattiprolu · 9 years ago
  3. 17eb3ee cxl: Ignore probes for virtual afu pci devices by Vaibhav Jain · 9 years ago
  4. 0d3a13f cxl: Remove cxl_get_phys_dev() kernel API by Frederic Barrat · 9 years ago
  5. ca946d4e cxlflash: Use new cxl_pci_read_adapter_vpd() API by Frederic Barrat · 9 years ago
  6. e7a801a cxl: Add tracepoints around the cxl hcall by Christophe Lombard · 9 years ago
  7. 0d400f7 cxl: Adapter failure handling by Christophe Lombard · 9 years ago
  8. d601ea9 cxl: Support the cxl kernel API from a guest by Frederic Barrat · 9 years ago
  9. b40844a cxl: Parse device tree and create cxl device(s) at boot by Frederic Barrat · 9 years ago
  10. 594ff7d cxl: Support to flash a new image on the adapter from a guest by Christophe Lombard · 9 years ago
  11. 4752876 cxl: sysfs support for guests by Christophe Lombard · 9 years ago
  12. 14baf4d cxl: Add guest-specific code by Christophe Lombard · 9 years ago
  13. cbffa3a cxl: Separate bare-metal fields in adapter and AFU data structures by Christophe Lombard · 9 years ago
  14. 444c4ba cxl: New hcalls to support cxl adapters by Christophe Lombard · 9 years ago
  15. c0efa9a powerpc: New possible return value from hcall by Christophe Lombard · 9 years ago
  16. 73d55c3 cxl: IRQ allocation for guests by Frederic Barrat · 9 years ago
  17. 6d625ed cxl: Update cxl_irq() prototype by Frederic Barrat · 9 years ago
  18. ea2d1f9 cxl: Isolate a few bare-metal-specific calls by Frederic Barrat · 9 years ago
  19. 2b04cf3 cxl: Rename some bare-metal specific functions by Frederic Barrat · 9 years ago
  20. 5be587b cxl: Introduce implementation-specific API by Frederic Barrat · 9 years ago
  21. cca44c0 cxl: Define process problem state area at attach time only by Frederic Barrat · 9 years ago
  22. d56d301 cxl: Move bare-metal specific code to specialized files by Frederic Barrat · 9 years ago
  23. 8633186 cxl: Move common code away from bare-metal-specific files by Christophe Lombard · 9 years ago
  24. 949e9b8 powerpc/eeh: eeh_pci_enable(): fix checking of post-request state by Andrew Donnellan · 9 years ago
  25. b6c7347f2 powerpc/eeh: Remove duplicated check in eeh_dump_pe_log() by Gavin Shan · 9 years ago
  26. eca036e powerpc/eeh: Synchronize recovery in host/guest by Gavin Shan · 9 years ago
  27. 3fa7bf7 powerpc/eeh: Don't remove passed VFs by Gavin Shan · 9 years ago
  28. 2311cca powerpc/eeh: Don't propagate error to guest by Gavin Shan · 9 years ago
  29. 67086e3 powerpc/eeh: powerpc/eeh: Support error recovery for VF PE by Wei Yang · 9 years ago
  30. 0dc2830 powerpc/powernv: Support PCI config restore for VFs by Wei Yang · 9 years ago
  31. 9312bc5 powerpc/powernv: Support EEH reset for VF PE by Wei Yang · 9 years ago
  32. c29fa27 powerpc/eeh: Create PE for VFs by Wei Yang · 9 years ago
  33. 39218cd powerpc/eeh: EEH device for VF by Wei Yang · 9 years ago
  34. 51c0e87 powerpc/eeh: Cache normal BARs, not windows or IOV BARs by Wei Yang · 9 years ago
  35. 971427f5 powerpc/pci: Remove VFs prior to PF by Wei Yang · 9 years ago
  36. 7b77061 PCI: Add pcibios_bus_add_device() weak function by Wei Yang · 9 years ago
  37. c194f7e PCI/IOV: Rename and export virtfn_{add, remove} by Wei Yang · 9 years ago
  38. 4eb0799 powerpc/eeh: Reworked eeh_pe_bus_get() by Gavin Shan · 9 years ago
  39. ee3b93e powerpc/mm: Move hash64 tlbflush code into a new header by Aneesh Kumar K.V · 9 years ago
  40. f64e808 powerpc/mm: Move hash related mmu-*.h headers to book3s/ by Aneesh Kumar K.V · 9 years ago
  41. c367a44 powerpc/mm: add _PAGE_HASHPTE similar to 4K hash by Aneesh Kumar K.V · 9 years ago
  42. e9a6814 powerp/mm: Update code comments by Aneesh Kumar K.V · 9 years ago
  43. ff20c2e mm: Some arch may want to use HPAGE_PMD related values as variables by Kirill A. Shutemov · 9 years ago
  44. 368ced7 powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table by Aneesh Kumar K.V · 9 years ago
  45. ae9a71a powerpc/mm: Don't have conditional defines for real_pte_t by Aneesh Kumar K.V · 9 years ago
  46. 2bf5991 powerpc/mm: Split pgtable types to separate header by Aneesh Kumar K.V · 9 years ago
  47. bf6a4d5 powerpc: Add the ability to save VSX without giving it up by Cyril Bur · 9 years ago
  48. 6f515d8 powerpc: Add the ability to save Altivec without giving it up by Cyril Bur · 9 years ago
  49. 8792468 powerpc: Add the ability to save FPU without giving it up by Cyril Bur · 9 years ago
  50. de2a20a powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two by Cyril Bur · 9 years ago
  51. 70fe3d9 powerpc: Restore FPU/VEC/VSX if previously used by Cyril Bur · 9 years ago
  52. d272f66 powerpc: Explicitly disable math features when copying thread by Cyril Bur · 9 years ago
  53. 48e8c57 selftests/powerpc: Test FPU and VMX regs in signal ucontext by Cyril Bur · 9 years ago
  54. e5ab8be selftests/powerpc: Test preservation of FPU and VMX regs across preemption by Cyril Bur · 9 years ago
  55. 01127f1 selftests/powerpc: Test the preservation of FPU and VMX regs across syscall by Cyril Bur · 9 years ago
  56. a4cf0a2 selftests/powerpc: Remove -flto from common CFLAGS by Suraj Jitindar Singh · 9 years ago
  57. 501e279 selftests/powerpc: Fix out of bounds access in TM signal test by Michael Ellerman · 9 years ago
  58. 5c3c7ed powerpc/mm: Split hash page table sizing heuristic into a helper by David Gibson · 9 years ago
  59. 1dace6c powerpc/mm: Clean up memory hotplug failure paths by David Gibson · 9 years ago
  60. 27828f9 powerpc/mm: Handle removing maybe-present bolted HPTEs by David Gibson · 9 years ago
  61. abd0a0e powerpc/mm: Clean up error handling for htab_remove_mapping by David Gibson · 9 years ago
  62. 446957b powerpc: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  63. 95442c6 powerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h> by Luis Henriques · 9 years ago
  64. 0336c8c powerpc/ps3: gelic_udbg: use struct iphdr from <linux/ip.h> by Luis Henriques · 9 years ago
  65. e9aaa6d powerpc/ps3: gelic_udbg: use struct vlan_hdr from <linux/if_vlan.h> by Luis Henriques · 9 years ago
  66. 497abcf powerpc/ps3: gelic_udbg: use struct ethhdr from <linux/if_ether.h> by Luis Henriques · 9 years ago
  67. 8daf51f powerpc/mm/book3s-64: Expand the real page number field of the Linux PTE by Paul Mackerras · 9 years ago
  68. e726202 powerpc/mm/book3s-64: Move software-used bits in PTE by Paul Mackerras · 9 years ago
  69. c915df1 powerpc/mm/book3s-64: Shuffle read, write, execute and user bits in PTE by Paul Mackerras · 9 years ago
  70. a9d4996 powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper end by Paul Mackerras · 9 years ago
  71. 84c9575 powerpc/mm/book3s-64: Move _PAGE_PTE to 2nd most significant bit by Paul Mackerras · 9 years ago
  72. 849f86a powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit by Paul Mackerras · 9 years ago
  73. c61a884 powerpc/mm/book3s-64: Use physical addresses in upper page table tree levels by Paul Mackerras · 9 years ago
  74. f1a9ae0 powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE by Paul Mackerras · 9 years ago
  75. 1ec3f93 powerpc/mm/book3s-64: Clean up some obsolete or misleading comments by Paul Mackerras · 9 years ago
  76. 2527083 Merge tag 'powerpc-4.5-4' into next by Michael Ellerman · 9 years ago
  77. a4c3f90 powerpc: Fix BUG_ON() reporting in real mode by Balbir Singh · 9 years ago
  78. 10d8b14 powerpc: Use BUILD_BUG_ON_MSG() for unsupported {cmp}xchg sizes by pan xinhui · 9 years ago
  79. 289543a powerpc/powernv: Add AST graphics driver to powernv_defconfig by Jeremy Kerr · 9 years ago
  80. 78a31c7 powerpc/powernv: Add powernv firmware interface drivers to powernv_defconfig by Jeremy Kerr · 9 years ago
  81. 31b1108 powerpc/powernv: Add powernv_defconfig by Jeremy Kerr · 9 years ago
  82. c3ab300 powerpc: Add POWER9 cputable entry by Michael Neuling · 9 years ago
  83. 15b1624 powerpc: Use defines for __init_tlb_power[78] by Michael Neuling · 9 years ago
  84. ce5732a powerpc/powernv: Create separate subcores CPU feature bit by Michael Neuling · 9 years ago
  85. 88409d0 powerpc/powernv: don't create OPAL msglog sysfs entry if memcons init fails by Andrew Donnellan · 9 years ago
  86. 9ab3ac2 powerpc/mm/hash: Clear the invalid slot information correctly by Aneesh Kumar K.V · 9 years ago
  87. f6bf0fa powerpc/eeh: Fix partial hotplug criterion by Gavin Shan · 9 years ago
  88. 56c08e6 powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg by Boqun Feng · 9 years ago
  89. 26760fc powerpc: atomic: Implement acquire/release/relaxed variants for xchg by Boqun Feng · 9 years ago
  90. dc53617 powerpc: atomic: Implement atomic{, 64}_*_return_* variants by Boqun Feng · 9 years ago
  91. e1ab7f3 atomics: Allow architectures to define their own __atomic_op_* helpers by Boqun Feng · 9 years ago
  92. 78c1cff MAINTAINERS: Update EEH details and maintainership by Russell Currey · 9 years ago
  93. 94e3d92 powerpc: Fix kgdb on little endian ppc64le by Balbir Singh · 9 years ago
  94. 6ecad91 powerpc/ioda: Set "read" permission when "write" is set by Alexey Kardashevskiy · 9 years ago
  95. c777e2a powerpc/mm: Fix Multi hit ERAT cause by recent THP update by Aneesh Kumar K.V · 9 years ago
  96. 1bc74f1 powerpc/powernv: Fix stale PE primary bus by Gavin Shan · 9 years ago
  97. 05ba75f powerpc/eeh: Fix stale cached primary bus by Gavin Shan · 9 years ago
  98. 126df08 powerpc/pseries: Don't trace hcalls on offline CPUs by Denis Kirjanov · 9 years ago
  99. e4f226b powerpc/perf/hv-gpci: Increase request buffer size by Sukadev Bhattiprolu · 9 years ago
  100. be283ee powerpc/powernv: allocate sparse PE# when using M64 BAR in Single PE mode by Wei Yang · 9 years ago