1. c6d7e13 ocxl: Use pci core's DVSEC functionality by Ben Widawsky · 3 years, 3 months ago
  2. 52f6b0a ocxl: use DEFINE_MUTEX() for mutex lock by Zheng Yongjun · 4 years ago
  3. 8a5be36 Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years ago
  4. 98f5559 ocxl: Add new kernel traces by Christophe Lombard · 4 years, 1 month ago
  5. 5f686ee ocxl: Add mmu notifier by Christophe Lombard · 4 years, 1 month ago
  6. d731fee ocxl: Update the Process Element Entry by Christophe Lombard · 4 years, 1 month ago
  7. a7c392c misc: ocxl: config: Rename function attribute description by Lee Jones · 4 years, 2 months ago
  8. 96685f8 Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 2 months ago
  9. 961d289 ocxl: simplify the return expression of free_function_dev() by Qinglang Miao · 4 years, 3 months ago
  10. 4b53a3c ocxl: fix kconfig dependency warning for OCXL by Necip Fazil Yildiran · 4 years, 3 months ago
  11. dde6f18 ocxl: Don't return trigger page when allocating an interrupt by Frederic Barrat · 4 years, 9 months ago
  12. ad857d4 ocxl: Access interrupt trigger page from xive directly by Frederic Barrat · 4 years, 9 months ago
  13. 3591538a ocxl: Address kernel doc errors & warnings by Alastair D'Silva · 4 years, 9 months ago
  14. 0749713 ocxl: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  15. 87db757 ocxl: control via sysfs whether the FPGA is reloaded on a link reset by Philippe Bergheaud · 4 years, 6 months ago
  16. a0594e8 ocxl: Fix misleading comment by Andrew Donnellan · 4 years, 10 months ago
  17. 49ce94b ocxl: Add PCI hotplug dependency to Kconfig by Frederic Barrat · 5 years ago
  18. 913e73c ocxl: Fix potential memory leak on context creation by Frederic Barrat · 5 years ago
  19. a58d37b ocxl: Fix concurrent AFU open and device removal by Frederic Barrat · 6 years ago
  20. 7ed4211 ocxl: Use the correct style for SPDX License Identifier by Nishad Kamdar · 5 years ago
  21. 2275d7b powerpc/64s/radix: introduce options to disable use of the tlbie instruction by Nicholas Piggin · 5 years ago
  22. 192f0f8 Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  23. 73a2b04 ocxl: Update for AFU descriptor template version 1.1 by Alastair D'Silva · 6 years ago
  24. 60e8523 ocxl: Allow contexts to be attached with a NULL mm by Alastair D'Silva · 6 years ago
  25. 0154ec7 Merge 5.2-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  26. 00b0cdb ocxl: Make ocxl_remove() static by YueHaibing · 6 years ago
  27. dc3e0aa misc: remove redundant 'default n' from Kconfig-s by Bartlomiej Zolnierkiewicz · 6 years ago
  28. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  29. 6be6a8d ocxl: Fix return value check in afu_ioctl() by Wei Yongjun · 6 years ago
  30. 7e462c2 ocxl: Provide global MMIO accessors for external drivers by Alastair D'Silva · 6 years ago
  31. 0601466 ocxl: move event_fd handling to frontend by Alastair D'Silva · 6 years ago
  32. 2ec3b7e ocxl: afu_irq only deals with IRQ IDs, not offsets by Alastair D'Silva · 6 years ago
  33. b9721d2 ocxl: Allow external drivers to use OpenCAPI contexts by Alastair D'Silva · 6 years ago
  34. 75ca758 ocxl: Create a clear delineation between ocxl backend & frontend by Alastair D'Silva · 6 years ago
  35. 2f7d3d1 ocxl: Don't pass pci_dev around by Alastair D'Silva · 6 years ago
  36. 1ba2143 ocxl: Split pci.c by Alastair D'Silva · 6 years ago
  37. b696d28 ocxl: Remove some unused exported symbols by Alastair D'Silva · 6 years ago
  38. 53e3e74 ocxl: Remove superfluous 'extern' from headers by Alastair D'Silva · 6 years ago
  39. 3294149 ocxl: read_pasid never returns an error, so make it void by Alastair D'Silva · 6 years ago
  40. 9c4ae06 ocxl: Rename struct link to ocxl_link by Alastair D'Silva · 6 years ago
  41. 32eeb56 ocxl: remove set but not used variables 'tid' and 'lpid' by YueHaibing · 6 years ago
  42. 0034d39 powerpc/mm/hash64: Map all the kernel regions in the same 0xc range by Aneesh Kumar K.V · 6 years ago
  43. 2f07229 ocxl: Fix endiannes bug in read_afu_name() by Greg Kurz · 6 years ago
  44. d1f75a9 ocxl/afu_irq: Don't include <asm/pnv-ocxl.h> by Greg Kurz · 6 years ago
  45. 759bc01 ocxl: Clarify error path in setup_xsl_irq() by Greg Kurz · 6 years ago
  46. e1e71e2 ocxl: Fix endiannes bug in ocxl_link_update_pe() by Greg Kurz · 6 years ago
  47. 6f8e45f ocxl: Fix access to the AFU Descriptor Data by Christophe Lombard · 6 years ago
  48. 6ada4e2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  49. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  50. d497ebf ocxl: Fix page fault handler in case of fault on dying process by Frederic Barrat · 7 years ago
  51. a545cf0 ocxl: Change return type for fault handler by Souptick Joarder · 7 years ago
  52. 2e5c93d ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait() by Wei Yongjun · 7 years ago
  53. 02a8e5b ocxl: Add an IOCTL so userspace knows what OCXL features are available by Alastair D'Silva · 7 years ago
  54. e948e06 ocxl: Expose the thread_id needed for wait on POWER9 by Alastair D'Silva · 7 years ago
  55. 19df395 ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action by Alastair D'Silva · 7 years ago
  56. b24d0d5 Merge 4.16-rc7 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  57. 474cca5 misc: ocxl: use put_device() instead of device_unregister() by Arvind Yadav · 7 years ago
  58. 07c5ccd ocxl: Add get_metadata IOCTL to share OCXL information to userspace by Alastair D'Silva · 7 years ago
  59. 423688a ocxl: Fix potential bad errno on irq allocation by Frederic Barrat · 7 years ago
  60. 694a20d Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  61. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  62. dedab7f ocxl: fix signed comparison with less than zero by Colin Ian King · 7 years ago
  63. b97f022 ocxl: Add Makefile and Kconfig by Frederic Barrat · 7 years ago
  64. 92add22 ocxl: Add trace points by Frederic Barrat · 7 years ago
  65. 280b983 ocxl: Add a kernel API for other opencapi drivers by Frederic Barrat · 7 years ago
  66. aeddad1 ocxl: Add AFU interrupt support by Frederic Barrat · 7 years ago
  67. 5ef3166 ocxl: Driver code for 'generic' opencapi devices by Frederic Barrat · 7 years ago