index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
cxl
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-21
hw/cxl/cxl_device.h: correct typos
Manos Pitsidianakis
1
-2
/
+2
2024-02-14
hw/cxl: Standardize all references on CXL r3.1 and minor updates
Jonathan Cameron
5
-59
/
+122
2024-02-14
hw/cxl: Update mailbox status registers.
Jonathan Cameron
1
-7
/
+10
2024-02-14
hw/cxl: Update RAS Capability Definitions for version 3.
Jonathan Cameron
1
-1
/
+4
2024-02-14
hw/cxl: Update link register definitions.
Jonathan Cameron
1
-2
/
+2
2024-02-14
hw/cxl: Update HDM Decoder capability to version 3
Jonathan Cameron
1
-2
/
+14
2024-02-14
hw/cxl/device: read from register values in mdev_reg_read()
Hyeonggon Yoo
1
-2
/
+7
2023-11-15
hw/cxl: spelling fixes: limitaions, potentialy, intialized
Michael Tokarev
1
-1
/
+1
2023-11-07
hw/cxl: Add tunneled command support to mailbox for switch cci.
Jonathan Cameron
1
-0
/
+9
2023-11-07
hw/cxl: Add support for device sanitation
Davidlohr Bueso
1
-0
/
+17
2023-11-07
hw/cxl/mbox: Wire up interrupts for background completion
Davidlohr Bueso
1
-0
/
+1
2023-11-07
hw/cxl/mbox: Add support for background operations
Davidlohr Bueso
1
-0
/
+10
2023-11-07
hw/cxl/mbox: Add Physical Switch Identify command.
Jonathan Cameron
1
-0
/
+6
2023-11-07
hw/cxl: Add a switch mailbox CCI function
Jonathan Cameron
2
-1
/
+17
2023-11-07
hw/cxl/mbox: Generalize the CCI command processing
Jonathan Cameron
1
-1
/
+4
2023-11-07
hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceState
Jonathan Cameron
1
-10
/
+25
2023-11-07
hw/cxl/mbox: Split mailbox command payload into separate input and output
Jonathan Cameron
1
-3
/
+4
2023-11-07
hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constant
Jonathan Cameron
1
-0
/
+13
2023-11-07
hw/cxl: Line length reductions
Jonathan Cameron
3
-4
/
+7
2023-11-07
hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExt
Jonathan Cameron
1
-3
/
+3
2023-10-04
hw/cxl: Support 4 HDM decoders at all levels of topology
Jonathan Cameron
1
-1
/
+9
2023-10-04
hw/cxl: Fix and use same calculation for HDM decoder block size everywhere
Jonathan Cameron
1
-0
/
+2
2023-10-04
hw/cxl: Add utility functions decoder interleave ways and target count.
Jonathan Cameron
1
-0
/
+2
2023-10-04
hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .c
Jonathan Cameron
1
-16
/
+2
2023-09-21
hw/cxl: Fix out of bound array access
Dmitry Frolov
1
-1
/
+1
2023-09-21
hw/cxl/cxl_device: Replace magic number in CXLError definition
Fan Ni
1
-1
/
+1
2023-09-08
include/: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-06-23
hw/cxl/events: Add injection of Memory Module Events
Jonathan Cameron
1
-0
/
+19
2023-06-22
hw/cxl/events: Add injection of DRAM events
Jonathan Cameron
1
-0
/
+23
2023-06-22
hw/cxl/events: Add injection of General Media Events
Ira Weiny
1
-0
/
+20
2023-06-22
hw/cxl/events: Add event interrupt support
Ira Weiny
2
-1
/
+28
2023-06-22
hw/cxl/events: Wire up get/clear event mailbox commands
Ira Weiny
2
-0
/
+80
2023-06-22
hw/cxl: Move CXLRetCode definition to cxl_device.h
Jonathan Cameron
1
-0
/
+28
2023-06-22
hw/cxl/events: Add event status register
Ira Weiny
2
-3
/
+48
2023-06-22
hw/cxl: Add clear poison mailbox command support.
Jonathan Cameron
1
-0
/
+1
2023-06-22
hw/cxl: QMP based poison injection support
Jonathan Cameron
2
-0
/
+21
2023-05-19
hw/cxl: Introduce cxl_device_get_timestamp() utility function
Ira Weiny
1
-0
/
+2
2023-05-19
hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
Gregory Price
1
-3
/
+8
2023-04-24
hw/pci-bridge: Make PCIe and CXL PXB Devices inherit from TYPE_PXB_DEV
Jonathan Cameron
1
-2
/
+2
2023-03-07
hw/pxb-cxl: Support passthrough HDM Decoders unless overridden
Jonathan Cameron
2
-0
/
+2
2023-03-07
hw/mem/cxl_type3: Add CXL RAS Error Injection Support.
Jonathan Cameron
2
-0
/
+37
2023-03-02
hw/cxl/mailbox: Use new UUID network order define for cel_uuid
Ira Weiny
1
-1
/
+1
2023-02-08
hw/cxl: Clean up includes
Markus Armbruster
3
-4
/
+0
2023-01-08
include/hw/cxl: Break inclusion loop cxl_pci.h and cxl_cdat_h
Markus Armbruster
1
-1
/
+0
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
1
-1
/
+1
2023-01-08
include/hw/cxl: Include hw/cxl/*.h where needed
Markus Armbruster
2
-0
/
+2
2023-01-08
include/hw/cxl: Move typedef PXBDev to cxl.h, and put it to use
Markus Armbruster
1
-1
/
+3
2023-01-08
include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h
Markus Armbruster
4
-3
/
+2
2022-11-07
hw/pci-bridge/cxl-upstream: Add a CDAT table access DOE
Jonathan Cameron
1
-0
/
+1
2022-11-07
hw/cxl/cdat: CXL CDAT Data Object Exchange implementation
Huai-Cheng Kuo
4
-0
/
+176
[next]