1. 4a14abc cxl: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  2. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  3. ce57c66 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 7 years ago
  4. 2bf1071 powerpc/64s: Remove POWER9 DD1 support by Nicholas Piggin · 7 years ago
  5. f3988ca cxl: Remove abandonned capi support for the Mellanox CX4, final cleanup by Frederic Barrat · 7 years ago
  6. f18a4e1 Revert "cxl: Allow a default context to be associated with an external pci_dev" by Frederic Barrat · 7 years ago
  7. 17d2903 Revert "cxl: Add preliminary workaround for CX4 interrupt limitation" by Alastair D'Silva · 7 years ago
  8. 0cfd733 Revert "cxl: Add support for interrupts on the Mellanox CX4" by Alastair D'Silva · 7 years ago
  9. c582815 Revert "cxl: Add kernel API to allow a context to operate with relocate disabled" by Alastair D'Silva · 7 years ago
  10. 497a079 cxl: Report the tunneled operations status by Philippe Bergheaud · 7 years ago
  11. 9dbcbfa cxl: read PHB indications from the device tree by Philippe Bergheaud · 7 years ago
  12. 94322ed cxl: Check if PSL data-cache is available before issue flush request by Vaibhav Jain · 7 years ago
  13. 03f51d4 Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  14. b1db551 cxl: Add support for ASB_Notify on POWER9 by Christophe Lombard · 7 years ago
  15. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  16. cbb55ee cxl: Rework the implementation of cxl_stop_trace_psl9() by Vaibhav Jain · 7 years ago
  17. 1cafc62 cxl: Provide debugfs access to PSL_DEBUG/XSL_DEBUG registers by Vaibhav Jain · 7 years ago
  18. 990f19a cxl: Dump PSL_FIR register on PSL9 error irq by Vaibhav Jain · 7 years ago
  19. 8f6a904 cxl: Rename register PSL9_FIR2 to PSL9_FIR_MASK by Vaibhav Jain · 7 years ago
  20. 5632874 cxl: Add support for POWER9 DD2 by Christophe Lombard · 7 years ago
  21. 3ced8d7 cxl: Export library to support IBM XSL by Christophe Lombard · 8 years ago
  22. 797625d cxl: Fixes for Coherent Accelerator Interface Architecture 2.0 by Christophe Lombard · 8 years ago
  23. a715626 cxl: Mask slice error interrupts after first occurrence by Alastair D'Silva · 8 years ago
  24. f24be42 cxl: Add psl9 specific code by Christophe Lombard · 8 years ago
  25. abd1d99 cxl: Isolate few psl8 specific calls by Christophe Lombard · 8 years ago
  26. 64663f3 cxl: Rename some psl8 specific functions by Christophe Lombard · 8 years ago
  27. bdd2e71 cxl: Update implementation service layer by Christophe Lombard · 8 years ago
  28. 6dd2d23 cxl: Keep track of mm struct associated with a context by Christophe Lombard · 8 years ago
  29. 66ef20c cxl: Remove unused values in bare-metal environment. by Christophe Lombard · 8 years ago
  30. 171ed0f cxl: fix nested locking hang during EEH hotplug by Andrew Donnellan · 8 years ago
  31. 39d4087 cxl: Fix build when CONFIG_DEBUG_FS=n by Andrew Donnellan · 8 years ago
  32. 14a3ae3 cxl: Prevent read/write to AFU config space while AFU not configured by Andrew Donnellan · 8 years ago
  33. bdecf76 cxl: Fix coredump generation when cxl_get_fd() is used by Frederic Barrat · 8 years ago
  34. 70b565b cxl: Prevent adapter reset if an active context exists by Vaibhav Jain · 8 years ago
  35. aaa2245 cxl: Flush PSL cache before resetting the adapter by Frederic Barrat · 8 years ago
  36. 1647933 cxl: Fix NULL dereference in cxl_context_init() on PowerVM guests by Andrew Donnellan · 8 years ago
  37. f67a672 cxl: Workaround PE=0 hardware limitation in Mellanox CX4 by Ian Munsie · 9 years ago
  38. a2f67d5 cxl: Add support for interrupts on the Mellanox CX4 by Ian Munsie · 9 years ago
  39. cbce091 cxl: Add preliminary workaround for CX4 interrupt limitation by Ian Munsie · 9 years ago
  40. a19bd79 cxl: Allow a default context to be associated with an external pci_dev by Ian Munsie · 9 years ago
  41. 62ccf2d cxl: Move cxl_afu_get / cxl_afu_put to base by Ian Munsie · 9 years ago
  42. 6e0c50f cxl: Refine slice error debug messages by Philippe Bergheaud · 9 years ago
  43. 5e7823c cxl: Fix bug where AFU disable operation had no effect by Ian Munsie · 9 years ago
  44. ad42de8 cxl: Add set and get private data to context struct by Michael Neuling · 9 years ago
  45. b810253 cxl: Add mechanism for delivering AFU driver specific events by Philippe Bergheaud · 9 years ago
  46. b385c9e cxl: Add support for CAPP DMA mode by Ian Munsie · 9 years ago
  47. 6d38261 cxl: Abstract the differences between the PSL and XSL by Frederic Barrat · 9 years ago
  48. 292841b cxl: Update process element after allocating interrupts by Ian Munsie · 9 years ago
  49. c04a588 Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  50. 266eab8 cxl: Check periodically the coherent platform function's state by Christophe Lombard · 9 years ago
  51. 7a0d85d cxl: Add kernel API to allow a context to operate with relocate disabled by Ian Munsie · 9 years ago
  52. 0e5b5ba cxl: Remove duplicate #defines by Ian Munsie · 9 years ago
  53. 2bc79ff cxl: Poll for outstanding IRQs when detaching a context by Michael Neuling · 9 years ago
  54. e009a7e cxl: Allow initialization on timebase sync failures by Frederic Barrat · 9 years ago
  55. 17eb3ee cxl: Ignore probes for virtual afu pci devices by Vaibhav Jain · 9 years ago
  56. 0d400f7 cxl: Adapter failure handling by Christophe Lombard · 9 years ago
  57. d601ea9 cxl: Support the cxl kernel API from a guest by Frederic Barrat · 9 years ago
  58. 594ff7d cxl: Support to flash a new image on the adapter from a guest by Christophe Lombard · 9 years ago
  59. 4752876 cxl: sysfs support for guests by Christophe Lombard · 9 years ago
  60. 14baf4d cxl: Add guest-specific code by Christophe Lombard · 9 years ago
  61. cbffa3a cxl: Separate bare-metal fields in adapter and AFU data structures by Christophe Lombard · 9 years ago
  62. 444c4ba cxl: New hcalls to support cxl adapters by Christophe Lombard · 9 years ago
  63. 6d625ed cxl: Update cxl_irq() prototype by Frederic Barrat · 9 years ago
  64. ea2d1f9 cxl: Isolate a few bare-metal-specific calls by Frederic Barrat · 9 years ago
  65. 2b04cf3 cxl: Rename some bare-metal specific functions by Frederic Barrat · 9 years ago
  66. 5be587b cxl: Introduce implementation-specific API by Frederic Barrat · 9 years ago
  67. d56d301 cxl: Move bare-metal specific code to specialized files by Frederic Barrat · 9 years ago
  68. 8633186 cxl: Move common code away from bare-metal-specific files by Christophe Lombard · 9 years ago
  69. 7b8ad49 cxl: Fix DSI misses when the context owning task exits by Vaibhav Jain · 9 years ago
  70. 1b5df59 cxl: Fix possible idr warning when contexts are released by Vaibhav Jain · 9 years ago
  71. 8dde152 cxl: fix leak of IRQ names in cxl_free_afu_irqs() by Andrew Donnellan · 9 years ago
  72. 390fd59 cxl: Set up and enable PSL Timebase by Philippe Bergheaud · 9 years ago
  73. 55e0766 cxl: Fix force unmapping mmaps of contexts allocated through the kernel api by Ian Munsie · 9 years ago
  74. d9232a3 cxl: Add alternate MMIO error handling by Ian Munsie · 10 years ago
  75. 9e8df8a cxl: EEH support by Daniel Axtens · 9 years ago
  76. 13e68d8 cxl: Allow the kernel to trust that an image won't change on PERST. by Daniel Axtens · 9 years ago
  77. 05155772 cxl: Allocate and release the SPA with the AFU by Daniel Axtens · 9 years ago
  78. 0b3f9c7 cxl: Drop commands if the PCI channel is not in normal state by Daniel Axtens · 9 years ago
  79. 588b34b cxl: Convert MMIO read/write macros to inline functions by Daniel Axtens · 9 years ago
  80. 6f7f0b3 cxl: Add AFU virtual PHB and kernel API by Michael Neuling · 10 years ago
  81. 0520336 cxl: Export file ops for use by API by Michael Neuling · 10 years ago
  82. ec249dd cxl: Move include file cxl.h -> cxl-base.h by Michael Neuling · 10 years ago
  83. c358d84b cxl: Split afu_register_irqs() function by Michael Neuling · 10 years ago
  84. 1a1a94b cxl: Export some symbols by Michael Neuling · 10 years ago
  85. b12994f cxl: cxl_afu_reset() -> __cxl_afu_reset() by Michael Neuling · 10 years ago
  86. eda3693 cxl: Rework detach context functions by Michael Neuling · 10 years ago
  87. 6428832 cxl: Add cookie parameter to afu_release_irqs() by Michael Neuling · 10 years ago
  88. 8ac75b9 cxl: Use call_rcu to reduce latency when releasing the afu fd by Ian Munsie · 10 years ago
  89. e36f6fe cxl: Export AFU error buffer via sysfs by Vaibhav Jain · 10 years ago
  90. 27d4dc7 cxl: Implement an ioctl to fetch afu card-id, offset-id and mode by Vaibhav Jain · 10 years ago
  91. b087e61 cxl: Export optional AFU configuration record in sysfs by Ian Munsie · 10 years ago
  92. 62fa19d cxl: Add ability to reset the card by Ryan Grimm · 10 years ago
  93. 4beb542 cxl: Use image state defaults for reloading FPGA by Ryan Grimm · 10 years ago
  94. d6a6af2 cxl: Disable AFU debug flag by Ian Munsie · 10 years ago
  95. b123429 cxl: Unmap MMIO regions when detaching a context by Ian Munsie · 10 years ago
  96. ee41d11 cxl: Change contexts_lock to a mutex to fix sleep while atomic bug by Ian Munsie · 10 years ago
  97. 80fa93f cxl: Name interrupts in /proc/interrupt by Michael Neuling · 10 years ago
  98. bc78b05 cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warning by Ian Munsie · 10 years ago
  99. f204e0b cxl: Driver code for powernv PCIe based cards for userspace access by Ian Munsie · 10 years ago