1. de36953 cxl: use more common format specifier by Rasmus Villemoes · 9 years ago
  2. 80c394fa cxl: Add explicit precision specifiers by Rasmus Villemoes · 9 years ago
  3. 2c069a1 cxl: Check if afu is not null in cxl_slbia by Daniel Axtens · 9 years ago
  4. 10a5894 cxl: Fix off by one error allowing subsequent mmap page to be accessed by Ian Munsie · 9 years ago
  5. 5caaf53 cxl: Fail mmap if requested mapping is larger than assigned problem state area by Ian Munsie · 9 years ago
  6. 3f8dc44 cxl: Fix refcounting in kernel API by Michael Neuling · 9 years ago
  7. 8c00d5c cxl: Test the correct mmio space before unmapping by Daniel Axtens · 9 years ago
  8. 14f2118 cxl/vphb.c: Use phb pointer after NULL check by Maninder Singh · 9 years ago
  9. f293106 cxl: Fix typo in debug print by Michael Neuling · 9 years ago
  10. e0fcdc2 cxl: Add CXL_KERNEL_API config option by Michael Neuling · 9 years ago
  11. f67b493 cxl: Reset default context for vPHB on release by Michael Neuling · 9 years ago
  12. 6f7f0b3 cxl: Add AFU virtual PHB and kernel API by Michael Neuling · 9 years ago
  13. 0520336 cxl: Export file ops for use by API by Michael Neuling · 9 years ago
  14. ec249dd cxl: Move include file cxl.h -> cxl-base.h by Michael Neuling · 9 years ago
  15. 406e12e cxl: Cleanup Makefile by Michael Neuling · 9 years ago
  16. 7bb5d91a cxl: Rework context lifetimes by Michael Neuling · 9 years ago
  17. 2f66352 cxl: Configure PSL for kernel contexts and merge code by Michael Neuling · 9 years ago
  18. c358d84b cxl: Split afu_register_irqs() function by Michael Neuling · 9 years ago
  19. a6b07d8 cxl: Only check pid for userspace contexts by Michael Neuling · 9 years ago
  20. 1a1a94b cxl: Export some symbols by Michael Neuling · 9 years ago
  21. b12994f cxl: cxl_afu_reset() -> __cxl_afu_reset() by Michael Neuling · 9 years ago
  22. eda3693 cxl: Rework detach context functions by Michael Neuling · 9 years ago
  23. 6428832 cxl: Add cookie parameter to afu_release_irqs() by Michael Neuling · 9 years ago
  24. bfcdc8f cxl: Dump debug info on the AFU configuration record by Michael Neuling · 9 years ago
  25. 7f436b5 cxl: Fix error path on probe by Michael Neuling · 9 years ago
  26. bee30c7 cxl: Re-order card init to check the VSEC earlier by Ian Munsie · 9 years ago
  27. 69c3a73 cxl: Remove unnecessarily verbose print in cxl_remove() by Michael Neuling · 9 years ago
  28. aa70775 cxl: Add shutdown hook by Michael Neuling · 9 years ago
  29. 8ac75b9 cxl: Use call_rcu to reduce latency when releasing the afu fd by Ian Munsie · 9 years ago
  30. e36f6fe cxl: Export AFU error buffer via sysfs by Vaibhav Jain · 9 years ago
  31. 27d4dc7 cxl: Implement an ioctl to fetch afu card-id, offset-id and mode by Vaibhav Jain · 9 years ago
  32. d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  33. a6130ed cxl: Add missing return statement after handling AFU errror by Ian Munsie · 10 years ago
  34. 3d5be03 cxl: Fail AFU initialisation if an invalid configuration record is found by Ian Munsie · 10 years ago
  35. b087e61 cxl: Export optional AFU configuration record in sysfs by Ian Munsie · 10 years ago
  36. 6f963ec cxl: Fix device_node reference counting by Ryan Grimm · 10 years ago
  37. 62fa19d cxl: Add ability to reset the card by Ryan Grimm · 10 years ago
  38. 1212aa1 cxl: Enable CAPP recovery by Ryan Grimm · 10 years ago
  39. 95bc11b cxl: Add image control to sysfs by Ryan Grimm · 10 years ago
  40. 4beb542 cxl: Use image state defaults for reloading FPGA by Ryan Grimm · 10 years ago
  41. 9bcf28c cxl: Add tracepoints by Ian Munsie · 10 years ago
  42. d3383aa cxl: remove redundant increment of hwirq by Colin Ian King · 10 years ago
  43. 0712dc7 cxl: Fix issues when unmapping contexts by Ian Munsie · 10 years ago
  44. db7933f cxl: Disable SPAP register when freeing SPA by Ian Munsie · 10 years ago
  45. d6a6af2 cxl: Disable AFU debug flag by Ian Munsie · 10 years ago
  46. 13da704 cxl: Early return from cxl_handle_fault for a shut down context by Ian Munsie · 10 years ago
  47. 456295e cxl: Fix leaking interrupts if attach process fails by Ian Munsie · 10 years ago
  48. b123429 cxl: Unmap MMIO regions when detaching a context by Ian Munsie · 10 years ago
  49. a98e6e9 cxl: Add timeout to process element commands by Ian Munsie · 10 years ago
  50. ee41d11 cxl: Change contexts_lock to a mutex to fix sleep while atomic bug by Ian Munsie · 10 years ago
  51. aefa568 powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault by Aneesh Kumar K.V · 10 years ago
  52. 80fa93f cxl: Name interrupts in /proc/interrupt by Michael Neuling · 10 years ago
  53. bc78b05 cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warning by Ian Munsie · 10 years ago
  54. eb01d4c cxl: Fix PSL error due to duplicate segment table entries by Ian Munsie · 10 years ago
  55. b03a7f5 cxl: Refactor cxl_load_segment() and find_free_sste() by Ian Munsie · 10 years ago
  56. 5100a9d cxl: Disable secondary hash in segment table by Ian Munsie · 10 years ago
  57. d53ba6b cxl: Fix afu_read() not doing finish_wait() on signal or non-blocking by Ian Munsie · 10 years ago
  58. 881632c cxl: Add driver to Kbuild and Makefiles by Ian Munsie · 10 years ago
  59. f204e0b cxl: Driver code for powernv PCIe based cards for userspace access by Ian Munsie · 10 years ago
  60. 10542ca cxl: Add base builtin support by Ian Munsie · 10 years ago