messages from 2022-03-17 10:08:04 to 2022-03-30 17:49:02 UTC [more...]
[PATCH v8 00/46] CXl 2.0 emulation Support
2022-03-30 17:48 UTC (64+ messages)
` [PATCH v8 01/46] hw/pci/cxl: Add a CXL component type (interface)
` [PATCH v8 02/46] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v8 03/46] MAINTAINERS: Add entry for Compute Express Link Emulation
` [PATCH v8 04/46] hw/cxl/device: Introduce a CXL device (8.2.8)
` [PATCH v8 05/46] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [PATCH v8 06/46] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PATCH v8 07/46] hw/cxl/device: Add memory device utilities
` [PATCH v8 08/46] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [PATCH v8 09/46] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [PATCH v8 10/46] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [PATCH v8 11/46] hw/pxb: Use a type for realizing expanders
` [PATCH v8 12/46] hw/pci/cxl: Create a CXL bus type
` [PATCH v8 13/46] cxl: Machine level control on whether CXL support is enabled
` [PATCH v8 14/46] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [PATCH v8 15/46] qtest/cxl: Introduce initial test for pxb-cxl only
` [PATCH v8 16/46] hw/cxl/rp: Add a root port
` [PATCH v8 17/46] hw/cxl/device: Add a memory device (8.2.8.5)
` [PATCH v8 18/46] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
` [PATCH v8 19/46] hw/cxl/device: Add some trivial commands
` [PATCH v8 20/46] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
` [PATCH v8 21/46] hw/cxl/device: Implement get/set Label Storage Area (LSA)
` [PATCH v8 22/46] qtests/cxl: Add initial root port and CXL type3 tests
` [PATCH v8 23/46] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v8 24/46] acpi/cxl: Add _OSC implementation (9.14.2)
` [PATCH v8 25/46] acpi/cxl: Create the CEDT (9.14.1)
` [PATCH v8 26/46] hw/cxl/component: Add utils for interleave parameter encoding/decoding
` [PATCH v8 27/46] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v8 28/46] acpi/cxl: Introduce CFMWS structures in CEDT
` [PATCH v8 29/46] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
` [PATCH v8 30/46] pci/pcie_port: Add pci_find_port_by_pn()
` [PATCH v8 31/46] CXL/cxl_component: Add cxl_get_hb_cstate()
` [PATCH v8 32/46] mem/cxl_type3: Add read and write functions for associated hostmem
` [PATCH v8 33/46] cxl/cxl-host: Add memops for CFMWS region
` [PATCH v8 34/46] hw/cxl/component Add a dumb HDM decoder handler
` [PATCH v8 35/46] i386/pc: Enable CXL fixed memory windows
` [PATCH v8 36/46] tests/acpi: q35: Allow addition of a CXL test
` [PATCH v8 37/46] qtests/bios-tables-test: Add a test for CXL emulation
` [PATCH v8 38/46] tests/acpi: Add tables "
` [PATCH v8 39/46] qtest/cxl: Add more complex test cases with CFMWs
` [PATCH v8 40/46] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v8 41/46] qtest/cxl: Add aarch64 virt test for CXL
` [PATCH v8 42/46] docs/cxl: Add initial Compute eXpress Link (CXL) documentation
` [PATCH v8 43/46] pci-bridge/cxl_upstream: Add a CXL switch upstream port
` [PATCH v8 44/46] pci-bridge/cxl_downstream: Add a CXL switch downstream port
` [PATCH v8 45/46] cxl/cxl-host: Support interleave decoding with one level of switches
` [PATCH v8 46/46] docs/cxl: Add switch documentation
[PATCH v3 0/9] Do not allow set-partition immediate mode
2022-03-30 15:05 UTC (28+ messages)
` [PATCH v3 1/9] cxl/mbox: Move cxl_mem_command construction to helper funcs
` [PATCH v3 2/9] cxl/mbox: Move raw command warning to raw command validation
` [PATCH v3 3/9] cxl/mbox: Move build of user mailbox cmd to a helper function
` [PATCH v3 4/9] cxl/mbox: Construct a users cxl_mbox_cmd in the validation path
` [PATCH v3 5/9] cxl/mbox: Remove dependency on cxl_mem_command for a debug msg
` [PATCH v3 6/9] cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox param
` [PATCH v3 7/9] cxl/mbox: Move cxl_mem_command param to a local variable
` [PATCH v3 8/9] cxl/mbox: Block immediate mode in SET_PARTITION_INFO command
` [PATCH v3 9/9] cxl/pmem: Remove CXL SET_PARTITION_INFO from exclusive_cmds list
[PATCH v4 0/9] Do not allow set-partition immediate mode
2022-03-30 5:00 UTC (16+ messages)
` [PATCH v4 1/9] cxl/mbox: Move cxl_mem_command construction to helper funcs
` [PATCH v4 2/9] cxl/mbox: Move raw command warning to raw command validation
` [PATCH v4 3/9] cxl/mbox: Move build of user mailbox cmd to a helper function
` [PATCH v4 4/9] cxl/mbox: Construct a users cxl_mbox_cmd in the validation path
` [PATCH v4 5/9] cxl/mbox: Remove dependency on cxl_mem_command for a debug msg
` [PATCH v4 6/9] cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox param
` [PATCH v4 7/9] cxl/mbox: Move cxl_mem_command param to a local variable
` [PATCH v4 8/9] cxl/mbox: Block immediate mode in SET_PARTITION_INFO command
` [PATCH v4 9/9] cxl/pmem: Remove CXL SET_PARTITION_INFO from exclusive_cmds list
[PATCH 0/5] cxl/mbox: Robustify handling of mbox_cmd.return_code
2022-03-30 0:42 UTC (18+ messages)
` [PATCH 1/5] cxl/mbox: Move mbox_mutex usage comment
` [PATCH 2/5] cxl/pci: Use CXL_MBOX_SUCCESS to check against mbox_cmd return code
` [PATCH 3/5] cxl/mbox: Improve handling of mbox_cmd return codes
` [PATCH 4/5] cxl/mbox: Use new return_code handling
` [PATCH 5/5] cxl/mbox: Retry sending mbox command upon RETRY return_code
[PATCH v2 0/2] acpi: add support for CXL _OSC
2022-03-28 19:04 UTC (7+ messages)
` [PATCH v2 1/2] PCI/ACPI: Use CXL _OSC instead of PCIe _OSC
` [PATCH v2 2/2] acpi/pci_root: negotiate CXL _OSC
[PATCH 0/2] acpi: add support for CXL _OSC
2022-03-25 23:11 UTC (14+ messages)
` [PATCH 1/2] PCI/ACPI: Use CXL _OSC instead of PCIe _OSC
` [PATCH 2/2] acpi/pci_root: negotiate CXL _OSC
[PATCH V6 04/10] PCI/DOE: Introduce pci_doe_create_doe_devices
2022-03-25 12:02 UTC (6+ messages)
[PATCH v2 0/6] cxl: Handle DVSEC range init failures
2022-03-25 11:54 UTC (22+ messages)
` [PATCH v2 1/6] cxl/mem: Drop DVSEC vs EFI Memory Map sanity check
` [PATCH v2 2/6] cxl/pci: Add debug for DVSEC range init failures
` [PATCH v2 3/6] cxl/mem: Make cxl_dvsec_range() init failure fatal
` [PATCH v2 4/6] cxl/pci: Make cxl_dvsec_ranges() failure not fatal to cxl_pci
` [PATCH v2 5/6] cxl/mem: Rename cxl_dvsec_decode_init() to cxl_hdm_decode_init()
` [PATCH v2 6/6] cxl/mem: Replace redundant debug message with a comment
[GIT PULL] Compute Express Link update for v5.18
2022-03-25 1:35 UTC (2+ messages)
[PATCH] cxl/core/port: fix NULL but dereferenced coccicheck error
2022-03-22 17:53 UTC (2+ messages)
[RFC PATCH 0/7] Revamped region creation
2022-03-19 2:16 UTC (12+ messages)
` [RFC PATCH 2/7] cxl/core: Distinguish cxl_decoder into types
` [RFC PATCH 4/7] cxl/core/hdm: Allocate resources from the media
` [RFC PATCH 5/7] cxl/core/port: add decoder attrs for size and volatility
` [RFC v2 "
[RFC PATCH 0/2] acpi: add support for CXL _OSC
2022-03-18 21:16 UTC (9+ messages)
` [RFC PATCH 1/2] PCI/ACPI: Use CXL _OSC instead of PCIe _OSC
` [RFC PATCH 2/2] acpi/pci_root: negotiate CXL _OSC
[PATCH 0/8] cxl/pci: Add fundamental error handling
2022-03-18 19:51 UTC (22+ messages)
` [PATCH 2/8] cxl/pci: Cleanup cxl_map_device_regs()
` [PATCH 3/8] cxl/pci: Kill cxl_map_regs()
` [PATCH 4/8] cxl/core/regs: Make cxl_map_{component, device}_regs() device generic
` [PATCH 5/8] cxl/port: Limit the port driver to just the HDM Decoder Capability
` [PATCH 6/8] cxl/pci: Prepare for mapping RAS Capability Structure
` [PATCH 7/8] cxl/pci: Find and map the "
` [PATCH 8/8] cxl/pci: Add (hopeful) error handling support
[PATCH v7 00/46] CXl 2.0 emulation Support
2022-03-18 10:08 UTC (14+ messages)
[PATCH V6 00/10] CXL: Read CDAT and DSMAS data from the device
2022-03-17 19:37 UTC (5+ messages)
` [PATCH V6 03/10] PCI/DOE: Add Data Object Exchange Aux Driver
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox