Age | Commit message (Expand) | Author |
2023-05-19 | hw/cxl: Introduce cxl_device_get_timestamp() utility function | Ira Weiny |
2023-05-19 | hw/cxl: rename mailbox return code type from ret_code to CXLRetCode | Jonathan Cameron |
2023-05-19 | hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent) | Gregory Price |
2023-05-19 | hw/cxl: Fix incorrect reset of commit and associated clearing of committed. | Jonathan Cameron |
2023-05-19 | hw/cxl: Fix endian handling for decoder commit. | Jonathan Cameron |
2023-05-19 | hw/cxl: drop pointless memory_region_transaction_guards | Jonathan Cameron |
2023-05-19 | hw/cxl: cdat: Fix failure to free buffer in erorr paths | Jonathan Cameron |
2023-05-19 | hw/cxl: cdat: Fix open file not closed in ct3_load_cdat() | Hao Zeng |
2023-04-24 | hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEV | Jonathan Cameron |
2023-03-07 | hw/pxb-cxl: Support passthrough HDM Decoders unless overridden | Jonathan Cameron |
2023-03-07 | hw/mem/cxl_type3: Add CXL RAS Error Injection Support. | Jonathan Cameron |
2023-03-07 | hw/cxl: Fix endian issues in CXL RAS capability defaults / masks | Jonathan Cameron |
2023-03-02 | hw/cxl/mailbox: Use new UUID network order define for cel_uuid | Ira Weiny |
2023-03-02 | hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition | Gregory Price |
2023-01-17 | hw/cxl/cxl-host: Fix an error message typo | Hoa Nguyen |
2023-01-16 | hw/cxl/cxl-cdat.c: spelling: missmatch | Michael Tokarev |
2022-11-07 | hw/cxl/cdat: CXL CDAT Data Object Exchange implementation | Huai-Cheng Kuo |
2022-08-17 | hw/cxl: Correctly handle variable sized mailbox input payloads. | Jonathan Cameron |
2022-08-17 | hw/cxl: Fix Get LSA input payload size which should be 8 bytes. | Jonathan Cameron |
2022-08-17 | hw/cxl: Add stub write function for RO MemoryRegionOps entries. | Jonathan Cameron |
2022-08-17 | hw/cxl: Fix wrong query of target ports | Jonathan Cameron |
2022-08-17 | hw/cxl: Fix memory leak in error paths | Jonathan Cameron |
2022-06-16 | pci-bridge/cxl_downstream: Add a CXL switch downstream port | Jonathan Cameron |
2022-06-09 | hw/cxl: Fix missing write mask for HDM decoder target list registers | Jonathan Cameron |
2022-06-09 | pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup. | Jonathan Cameron |
2022-06-09 | hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c | Jonathan Cameron |
2022-06-09 | hw/cxl: Make the CXL fixed memory window setup a machine parameter. | Jonathan Cameron |
2022-05-13 | hw/cxl/component Add a dumb HDM decoder handler | Ben Widawsky |
2022-05-13 | cxl/cxl-host: Add memops for CFMWS region. | Jonathan Cameron |
2022-05-13 | hw/cxl/host: Add support for CXL Fixed Memory Windows. | Jonathan Cameron |
2022-05-13 | hw/cxl/component: Add utils for interleave parameter encoding/decoding | Jonathan Cameron |
2022-05-13 | hw/cxl/device: Implement get/set Label Storage Area (LSA) | Ben Widawsky |
2022-05-13 | hw/cxl/device: Plumb real Label Storage Area (LSA) sizing | Ben Widawsky |
2022-05-13 | hw/cxl/device: Add some trivial commands | Ben Widawsky |
2022-05-13 | hw/cxl/device: Add a memory device (8.2.8.5) | Ben Widawsky |
2022-05-13 | hw/cxl/device: Add log commands (8.2.9.4) + CEL | Ben Widawsky |
2022-05-13 | hw/cxl/device: Timestamp implementation (8.2.9.3) | Ben Widawsky |
2022-05-13 | hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1) | Ben Widawsky |
2022-05-13 | hw/cxl/device: Add memory device utilities | Ben Widawsky |
2022-05-13 | hw/cxl/device: Implement basic mailbox (8.2.8.4) | Ben Widawsky |
2022-05-13 | hw/cxl/device: Implement the CAP array (8.2.8.1-2) | Ben Widawsky |
2022-05-13 | hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5) | Ben Widawsky |