1. d5e2d00 Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  2. 8eee93e Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  3. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  4. 17eb3ee cxl: Ignore probes for virtual afu pci devices by Vaibhav Jain · 8 years ago
  5. 0d3a13f cxl: Remove cxl_get_phys_dev() kernel API by Frederic Barrat · 8 years ago
  6. e7a801a cxl: Add tracepoints around the cxl hcall by Christophe Lombard · 8 years ago
  7. 0d400f7 cxl: Adapter failure handling by Christophe Lombard · 8 years ago
  8. d601ea9 cxl: Support the cxl kernel API from a guest by Frederic Barrat · 8 years ago
  9. b40844a cxl: Parse device tree and create cxl device(s) at boot by Frederic Barrat · 8 years ago
  10. 594ff7d cxl: Support to flash a new image on the adapter from a guest by Christophe Lombard · 8 years ago
  11. 4752876 cxl: sysfs support for guests by Christophe Lombard · 8 years ago
  12. 14baf4d cxl: Add guest-specific code by Christophe Lombard · 8 years ago
  13. cbffa3a cxl: Separate bare-metal fields in adapter and AFU data structures by Christophe Lombard · 8 years ago
  14. 444c4ba cxl: New hcalls to support cxl adapters by Christophe Lombard · 8 years ago
  15. 73d55c3 cxl: IRQ allocation for guests by Frederic Barrat · 8 years ago
  16. 6d625ed cxl: Update cxl_irq() prototype by Frederic Barrat · 8 years ago
  17. ea2d1f9 cxl: Isolate a few bare-metal-specific calls by Frederic Barrat · 8 years ago
  18. 2b04cf3 cxl: Rename some bare-metal specific functions by Frederic Barrat · 8 years ago
  19. 5be587b cxl: Introduce implementation-specific API by Frederic Barrat · 8 years ago
  20. cca44c0 cxl: Define process problem state area at attach time only by Frederic Barrat · 8 years ago
  21. d56d301 cxl: Move bare-metal specific code to specialized files by Frederic Barrat · 8 years ago
  22. 8633186 cxl: Move common code away from bare-metal-specific files by Christophe Lombard · 8 years ago
  23. 923adb1 cxl: Fix PSL timebase synchronization detection by Frederic Barrat · 8 years ago
  24. 85016ff misc: cxl: use kobj_to_dev() by Geliang Tang · 8 years ago
  25. 952bbcb PCI: Remove includes of asm/pci-bridge.h by Bjorn Helgaas · 8 years ago
  26. f689b74 Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  27. 68adb7b cxl: Enable PCI device ID for future IBM CXL adapter by Uma Krishnan · 9 years ago
  28. 57f7c39 cxl: use -Werror only with CONFIG_PPC_WERROR by Brian Norris · 8 years ago
  29. aa095455 cxl: fix build for GCC 4.6.x by Brian Norris · 8 years ago
  30. 7b8ad49 cxl: Fix DSI misses when the context owning task exits by Vaibhav Jain · 9 years ago
  31. e606e03 cxl: Set endianess of kernel contexts by Frederic Barrat · 9 years ago
  32. 48f0f6b cxl: use correct operator when writing pcie config space values by Andrew Donnellan · 9 years ago
  33. 1b5df59 cxl: Fix possible idr warning when contexts are released by Vaibhav Jain · 9 years ago
  34. 2f4bf52 Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  35. 2e1a255 cxl: Free virtual PHB when removing by Andrew Donnellan · 9 years ago
  36. 4108efb cxl: Fix number of allocated pages in SPA by Christophe Lombard · 9 years ago
  37. d79e680 cxl: Workaround malformed pcie packets on some cards by Philippe Bergheaud · 9 years ago
  38. 5f81b95 cxl: fix leak of ctx->mapping when releasing kernel API contexts by Andrew Donnellan · 9 years ago
  39. 52adee5 cxl: fix leak of ctx->irq_bitmap when releasing context via kernel API by Andrew Donnellan · 9 years ago
  40. 8dde152 cxl: fix leak of IRQ names in cxl_free_afu_irqs() by Andrew Donnellan · 9 years ago
  41. d6eb71a cxl: Fix lockdep warning while creating afu_err_buff attribute by Vaibhav Jain · 9 years ago
  42. 2cd55c6 cxl: Fix build failure due to -Wunused-variable behaviour change by Ian Munsie · 9 years ago
  43. 2925c2f cxl: Fix unbalanced pci_dev_get in cxl_probe by Daniel Axtens · 9 years ago
  44. 7d1647d cxl: abort cxl_pci_enable_device_hook() if PCI channel is offline by Andrew Donnellan · 9 years ago
  45. ff474e8 Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  46. 390fd59 cxl: Set up and enable PSL Timebase by Philippe Bergheaud · 9 years ago
  47. 55e0766 cxl: Fix force unmapping mmaps of contexts allocated through the kernel api by Ian Munsie · 9 years ago
  48. af2a50b cxl: Fix + cleanup error paths in cxl_dev_context_init by Ian Munsie · 9 years ago
  49. 9d8e276 cxl: Remove racy attempt to force EEH invocation in reset by Daniel Axtens · 9 years ago
  50. a6897f3 cxl: Release irqs if memory allocation fails by Vaibhav Jain · 9 years ago
  51. f47f966 cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE by Vaishali Thakkar · 9 years ago
  52. 7c26b9c cxl: Allow release of contexts which have been OPENED but not STARTED by Andrew Donnellan · 9 years ago
  53. d9232a3 cxl: Add alternate MMIO error handling by Ian Munsie · 9 years ago
  54. 8c7dd08 cxl: Plug irq_bitmap getting leaked in cxl_context by Vaibhav Jain · 9 years ago
  55. 2590163 cxl: Add CONFIG_CXL_EEH symbol by Daniel Axtens · 9 years ago
  56. 9e8df8a cxl: EEH support by Daniel Axtens · 9 years ago
  57. 13e68d8 cxl: Allow the kernel to trust that an image won't change on PERST. by Daniel Axtens · 9 years ago
  58. 4e1efb4 cxl: Don't remove AFUs/vPHBs in cxl_reset by Daniel Axtens · 9 years ago
  59. d76427b cxl: Refactor AFU init/teardown by Daniel Axtens · 9 years ago
  60. c044c41 cxl: Refactor adaptor init/teardown by Daniel Axtens · 9 years ago
  61. 575e698 cxl: Clean up adapter MMIO unmap path. by Daniel Axtens · 9 years ago
  62. e640d2f cxl: Make IRQ release idempotent by Daniel Axtens · 9 years ago
  63. 05155772 cxl: Allocate and release the SPA with the AFU by Daniel Axtens · 9 years ago
  64. 0b3f9c7 cxl: Drop commands if the PCI channel is not in normal state by Daniel Axtens · 9 years ago
  65. 588b34b cxl: Convert MMIO read/write macros to inline functions by Daniel Axtens · 9 years ago
  66. 83c3fee cxl: sparse: Silence iomem warning in debugfs file creation by Daniel Axtens · 9 years ago
  67. 3d6b040 cxl: sparse: Make declarations static by Daniel Axtens · 9 years ago
  68. d3d73f4 cxl: Compile with -Werror by Daniel Axtens · 9 years ago
  69. 368857c cxl: Don't ignore add_process_element() result when attaching context by Daniel Axtens · 9 years ago
  70. acb921a misc: cxl: clean up afu_read_config() by Vladimir Zapolskiy · 9 years ago
  71. bd664f8 cxl: Destroy afu->contexts_idr on release of an afu by Johannes Thumshirn · 9 years ago
  72. b2a02ac cxl: Destroy cxl_adapter_idr on module_exit by Johannes Thumshirn · 9 years ago
  73. de36953 cxl: use more common format specifier by Rasmus Villemoes · 9 years ago
  74. 80c394fa cxl: Add explicit precision specifiers by Rasmus Villemoes · 9 years ago
  75. 2c069a1 cxl: Check if afu is not null in cxl_slbia by Daniel Axtens · 9 years ago
  76. 10a5894 cxl: Fix off by one error allowing subsequent mmap page to be accessed by Ian Munsie · 9 years ago
  77. 5caaf53 cxl: Fail mmap if requested mapping is larger than assigned problem state area by Ian Munsie · 9 years ago
  78. 3f8dc44 cxl: Fix refcounting in kernel API by Michael Neuling · 9 years ago
  79. 8c00d5c cxl: Test the correct mmio space before unmapping by Daniel Axtens · 9 years ago
  80. 14f2118 cxl/vphb.c: Use phb pointer after NULL check by Maninder Singh · 9 years ago
  81. f293106 cxl: Fix typo in debug print by Michael Neuling · 9 years ago
  82. e0fcdc2 cxl: Add CXL_KERNEL_API config option by Michael Neuling · 9 years ago
  83. f67b493 cxl: Reset default context for vPHB on release by Michael Neuling · 9 years ago
  84. 6f7f0b3 cxl: Add AFU virtual PHB and kernel API by Michael Neuling · 9 years ago
  85. 0520336 cxl: Export file ops for use by API by Michael Neuling · 9 years ago
  86. ec249dd cxl: Move include file cxl.h -> cxl-base.h by Michael Neuling · 9 years ago
  87. 406e12e cxl: Cleanup Makefile by Michael Neuling · 9 years ago
  88. 7bb5d91a cxl: Rework context lifetimes by Michael Neuling · 9 years ago
  89. 2f66352 cxl: Configure PSL for kernel contexts and merge code by Michael Neuling · 9 years ago
  90. c358d84b cxl: Split afu_register_irqs() function by Michael Neuling · 9 years ago
  91. a6b07d8 cxl: Only check pid for userspace contexts by Michael Neuling · 9 years ago
  92. 1a1a94b cxl: Export some symbols by Michael Neuling · 9 years ago
  93. b12994f cxl: cxl_afu_reset() -> __cxl_afu_reset() by Michael Neuling · 9 years ago
  94. eda3693 cxl: Rework detach context functions by Michael Neuling · 9 years ago
  95. 6428832 cxl: Add cookie parameter to afu_release_irqs() by Michael Neuling · 9 years ago
  96. bfcdc8f cxl: Dump debug info on the AFU configuration record by Michael Neuling · 9 years ago
  97. 7f436b5 cxl: Fix error path on probe by Michael Neuling · 9 years ago
  98. bee30c7 cxl: Re-order card init to check the VSEC earlier by Ian Munsie · 9 years ago
  99. 69c3a73 cxl: Remove unnecessarily verbose print in cxl_remove() by Michael Neuling · 9 years ago
  100. aa70775 cxl: Add shutdown hook by Michael Neuling · 9 years ago