1. 2a81ada driver core: make struct bus_type.uevent() take a const * by Greg Kroah-Hartman · 2 years, 2 months ago
  2. a9b12f8b driver core: make struct device_type.devnode() take a const * by Greg Kroah-Hartman · 2 years, 2 months ago
  3. f04facf cxl/region: Fix memdev reuse check by Fan Ni · 2 years, 4 months ago
  4. 7fe8980 cxl/security: Drop security command ioctl uapi by Dan Williams · 2 years, 3 months ago
  5. 2aeaf66 cxl/mbox: Add variable output size validation for internal commands by Dan Williams · 2 years, 3 months ago
  6. 5331cdf cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output size by Dan Williams · 2 years, 3 months ago
  7. c99b2e8 cxl: update names for interleave ways conversion macros by Dave Jiang · 2 years, 3 months ago
  8. 83351dd cxl: update names for interleave granularity conversion macros by Dave Jiang · 2 years, 3 months ago
  9. cb4cdf7 cxl/region: Fix spelling mistake "memergion" -> "memregion" by Colin Ian King · 2 years, 3 months ago
  10. 397cd26 cxl/regs: Fix sparse warning by Dan Williams · 2 years, 3 months ago
  11. 02fedf1 Merge branch 'for-6.2/cxl-xor' into for-6.2/cxl by Dan Williams · 2 years, 3 months ago
  12. e0f6fa0 Merge branch 'for-6.2/cxl-aer' into for-6.2/cxl by Dan Williams · 2 years, 3 months ago
  13. 95dddcb Merge branch 'for-6.2/cxl-security' into for-6.2/cxl by Dan Williams · 2 years, 3 months ago
  14. 0a19bfc cxl/port: Add RCD endpoint port enumeration by Dan Williams · 2 years, 3 months ago
  15. 7592d93 cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_mem by Dan Williams · 2 years, 3 months ago
  16. f9db85b cxl/acpi: Support CXL XOR Interleave Math (CXIMS) by Alison Schofield · 2 years, 3 months ago
  17. 2905cb5 cxl/pci: Add (hopeful) error handling support by Dan Williams · 2 years, 3 months ago
  18. bd09626 cxl/pci: Find and map the RAS Capability Structure by Dan Williams · 2 years, 3 months ago
  19. a1554e9 cxl/pci: Prepare for mapping RAS Capability Structure by Dan Williams · 2 years, 3 months ago
  20. 920d8d2 cxl/port: Limit the port driver to just the HDM Decoder Capability by Dan Williams · 2 years, 3 months ago
  21. 6c7f4f1e cxl/core/regs: Make cxl_map_{component, device}_regs() device generic by Dan Williams · 2 years, 3 months ago
  22. 1191ca1 cxl/pci: Cleanup cxl_map_device_regs() by Dan Williams · 2 years, 3 months ago
  23. af2dfef cxl/pci: Cleanup repeated code in cxl_probe_regs() helpers by Dan Williams · 2 years, 3 months ago
  24. d5b1a27 cxl/acpi: Extract component registers of restricted hosts from RCRB by Robert Richter · 2 years, 3 months ago
  25. d18bc74 cxl/region: Manage CPU caches relative to DPA invalidation events by Dan Williams · 2 years, 3 months ago
  26. 07cb5f7 cxl/pmem: Enforce keyctl ABI for PMEM security by Dan Williams · 2 years, 3 months ago
  27. bf3e5da cxl/region: Fix missing probe failure by Dan Williams · 2 years, 3 months ago
  28. b5807c8 cxl: add dimm_id support for __nvdimm_create() by Dave Jiang · 2 years, 3 months ago
  29. 4029c32 cxl/acpi: Move rescan to the workqueue by Dan Williams · 2 years, 3 months ago
  30. 03ff079 cxl/pmem: Remove the cxl_pmem_wq and related infrastructure by Dan Williams · 2 years, 3 months ago
  31. f17b558 cxl/pmem: Refactor nvdimm device registration, delete the workqueue by Dan Williams · 2 years, 3 months ago
  32. 16d53cb cxl/region: Drop redundant pmem region release handling by Dan Williams · 2 years, 3 months ago
  33. 3b502e8 cxl/pmem: Add "Passphrase Secure Erase" security command support by Dave Jiang · 2 years, 3 months ago
  34. 2bb692f cxl/pmem: Add "Unlock" security command support by Dave Jiang · 2 years, 3 months ago
  35. a072f7b cxl/pmem: Add "Freeze Security State" security command support by Dave Jiang · 2 years, 3 months ago
  36. c4ef680 cxl/pmem: Add Disable Passphrase security command support by Dave Jiang · 2 years, 3 months ago
  37. 9974694 cxl/pmem: Add "Set Passphrase" security command support by Dave Jiang · 2 years, 3 months ago
  38. 3282811 cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operation by Dave Jiang · 2 years, 3 months ago
  39. 58eef87 cxl: Unify debug messages when calling devm_cxl_add_dport() by Robert Richter · 2 years, 5 months ago
  40. f3cd264 cxl: Unify debug messages when calling devm_cxl_add_port() by Robert Richter · 2 years, 5 months ago
  41. 3bb80da cxl/core: Check physical address before mapping it in devm_cxl_iomap_block() by Robert Richter · 2 years, 5 months ago
  42. fa89248 cxl/core: Remove duplicate declaration of devm_cxl_iomap_block() by Robert Richter · 2 years, 5 months ago
  43. 8f401ec cxl/region: Recycle region ids by Dan Williams · 2 years, 4 months ago
  44. e4f6dfa cxl/region: Fix 'distance' calculation with passthrough ports by Dan Williams · 2 years, 4 months ago
  45. 4d07ae2 cxl/pmem: Fix cxl_pmem_region and cxl_memdev leak by Dan Williams · 2 years, 4 months ago
  46. 0d9e734 cxl/region: Fix cxl_region leak, cleanup targets at region delete by Dan Williams · 2 years, 4 months ago
  47. a90accb cxl/region: Fix region HPA ordering validation by Dan Williams · 2 years, 4 months ago
  48. 71ee71d cxl/region: Fix decoder allocation crash by Vishal Verma · 2 years, 4 months ago
  49. 2816e24 cxl/region: Fix null pointer dereference due to pass through decoder commit by Jonathan Cameron · 2 years, 7 months ago
  50. cf00b33 cxl/mbox: Add a check on input payload size by Jonathan Cameron · 2 years, 7 months ago
  51. 1cd8a253 cxl/hdm: Fix skip allocations vs multiple pmem allocations by Dan Williams · 2 years, 7 months ago
  52. 4d8e4ea cxl/region: Disallow region granularity != window granularity by Dan Williams · 2 years, 7 months ago
  53. 298d44d cxl/region: Fix x1 interleave to greater than x1 interleave routing by Dan Williams · 2 years, 7 months ago
  54. 910bc55 cxl/region: Move HPA setup to cxl_region_attach() by Dan Williams · 2 years, 7 months ago
  55. 2901c8b cxl/region: Fix decoder interleave programming by Dan Williams · 2 years, 7 months ago
  56. f13da0d cxl/regions: add padding for cxl_rr_ep_add nested lists by Bagas Sanjaya · 2 years, 7 months ago
  57. e29a899 cxl/region: Fix region reference target accounting by Dan Williams · 2 years, 7 months ago
  58. 69c9961 cxl/region: Fix region commit uninitialized variable warning by Dan Williams · 2 years, 7 months ago
  59. 8d42854 cxl/region: Fix port setup uninitialized variable warnings by Dan Williams · 2 years, 7 months ago
  60. 817b279 cxl/region: Stop initializing interleave granularity by Dan Williams · 2 years, 7 months ago
  61. 4d5c42a cxl/hdm: Fix DPA reservation vs cxl_endpoint_decoder lifetime by Dan Williams · 2 years, 8 months ago
  62. 2bde6db cxl/region: Delete 'region' attribute from root decoders by Dan Williams · 2 years, 8 months ago
  63. 5e42bcb cxl/region: decrement ->nr_targets on error in cxl_region_attach() by Dan Carpenter · 2 years, 7 months ago
  64. c7e3548 cxl/region: prevent underflow in ways_to_cxl() by Dan Carpenter · 2 years, 7 months ago
  65. 88ab1dd cxl/region: uninitialized variable in alloc_hpa() by Dan Carpenter · 2 years, 7 months ago
  66. 04ad63f cxl/region: Introduce cxl_pmem_region objects by Dan Williams · 3 years, 2 months ago
  67. 8d48817 cxl/region: Add region driver boiler plate by Dan Williams · 3 years, 9 months ago
  68. 176baef cxl/hdm: Commit decoder state to hardware by Dan Williams · 2 years, 9 months ago
  69. 27b3f8d cxl/region: Program target lists by Dan Williams · 2 years, 9 months ago
  70. 384e624 cxl/region: Attach endpoint decoders by Dan Williams · 2 years, 9 months ago
  71. 6aa4114 cxl/acpi: Add a host-bridge index lookup mechanism by Dan Williams · 2 years, 9 months ago
  72. b9686e8 cxl/region: Enable the assignment of endpoint decoders to regions by Dan Williams · 2 years, 9 months ago
  73. 23a22cd cxl/region: Allocate HPA capacity to regions by Dan Williams · 2 years, 11 months ago
  74. 80d10a6 cxl/region: Add interleave geometry attributes by Ben Widawsky · 2 years, 11 months ago
  75. dd5ba0e cxl/region: Add a 'uuid' attribute by Ben Widawsky · 3 years, 10 months ago
  76. 779dd20 cxl/region: Add region creation support by Ben Widawsky · 3 years, 9 months ago
  77. 7f8faf9 cxl/mem: Enumerate port targets before adding endpoints by Dan Williams · 2 years, 9 months ago
  78. 538831f cxl/hdm: Add sysfs attributes for interleave ways + granularity by Ben Widawsky · 3 years ago
  79. 3917858 cxl/port: Move dport tracking to an xarray by Dan Williams · 2 years, 10 months ago
  80. 256d0e9 cxl/port: Move 'cxl_ep' references to an xarray per port by Dan Williams · 2 years, 10 months ago
  81. 1b58b4c cxl/port: Record parent dport when adding ports by Dan Williams · 2 years, 10 months ago
  82. de516b4 cxl/port: Record dport in endpoint references by Dan Williams · 2 years, 10 months ago
  83. cf88042 cxl/hdm: Add support for allocating DPA to an endpoint decoder by Dan Williams · 2 years, 10 months ago
  84. 0c33b39 cxl/hdm: Track next decoder to allocate by Dan Williams · 2 years, 10 months ago
  85. 2c86690 cxl/hdm: Add 'mode' attribute to decoder objects by Dan Williams · 2 years, 10 months ago
  86. 9c57cde cxl/hdm: Enumerate allocated DPA by Dan Williams · 2 years, 8 months ago
  87. 3bf6591 cxl/core: Define a 'struct cxl_endpoint_decoder' by Dan Williams · 2 years, 10 months ago
  88. 0f157c7 cxl/core: Define a 'struct cxl_root_decoder' by Dan Williams · 2 years, 8 months ago
  89. e636479 cxl/core: Define a 'struct cxl_switch_decoder' by Dan Williams · 2 years, 10 months ago
  90. c970060 cxl/port: Read CDAT table by Ira Weiny · 2 years, 8 months ago
  91. 9e9e440 cxl/hdm: Initialize decoder type for memory expander devices by Dan Williams · 2 years, 9 months ago
  92. ee80001 cxl/port: Cache CXL host bridge data by Dan Williams · 2 years, 10 months ago
  93. e7ad1bf tools/testing/cxl: Add partition support by Dan Williams · 2 years, 10 months ago
  94. cc2a487 cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem' by Dan Williams · 2 years, 10 months ago
  95. 9b99ecf cxl/debug: Move debugfs init to cxl_core_init() by Dan Williams · 2 years, 8 months ago
  96. 14e473e cxl/hdm: Require all decoders to be enumerated by Ben Widawsky · 2 years, 11 months ago
  97. d3b7502 cxl/mem: Convert partition-info to resources by Dan Williams · 2 years, 10 months ago
  98. 419af59 cxl: Introduce cxl_to_{ways,granularity} by Dan Williams · 2 years, 10 months ago
  99. 885d3be cxl/core: Drop is_cxl_decoder() by Dan Williams · 2 years, 10 months ago
  100. e50fe01 cxl/core: Drop ->platform_res attribute for root decoders by Dan Williams · 2 years, 10 months ago