Linux CXL
 help / color / mirror / Atom feed
 messages from 2022-03-18 15:25:33 to 2022-04-04 15:20:50 UTC [more...]

[PATCH v9 00/45] CXl 2.0 emulation Support
 2022-04-04 15:14 UTC  (13+ messages)
` [PATCH v9 01/45] hw/pci/cxl: Add a CXL component type (interface)
` [PATCH v9 02/45] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v9 03/45] MAINTAINERS: Add entry for Compute Express Link Emulation
` [PATCH v9 04/45] hw/cxl/device: Introduce a CXL device (8.2.8)
` [PATCH v9 05/45] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [PATCH v9 06/45] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PATCH v9 07/45] hw/cxl/device: Add memory device utilities
` [PATCH v9 08/45] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [PATCH v9 09/45] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [PATCH v9 10/45] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [PATCH v9 11/45] hw/pxb: Use a type for realizing expanders
` [PATCH v9 12/45] hw/pci/cxl: Create a CXL bus type

[PATCH v8 00/46] CXl 2.0 emulation Support
 2022-04-04 15:15 UTC  (42+ messages)
` [PATCH v8 02/46] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v8 17/46] hw/cxl/device: Add a memory device (8.2.8.5)
` [PATCH v8 19/46] hw/cxl/device: Add some trivial commands
` [PATCH v8 23/46] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v8 27/46] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v8 32/46] mem/cxl_type3: Add read and write functions for associated hostmem
` [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 v8 01/46] hw/pci/cxl: Add a CXL component type (interface)
  ` [PATCH v8 04/46] hw/cxl/device: Introduce a CXL device (8.2.8)

[PATCH v2 0/4] cxl/mbox: Robustify handling of mbox_cmd.return_code
 2022-04-04  3:39 UTC  (6+ messages)
` [PATCH 1/4] cxl/mbox: Drop mbox_mutex comment
` [PATCH 2/4] cxl/pci: Use CXL_MBOX_SUCCESS to check against mbox_cmd return code
` [PATCH 3/4] cxl/mbox: Improve handling of mbox_cmd hw return codes
` [PATCH 4/4] cxl/mbox: Use new return_code handling

[PATCH] cxl/mem: Disable suspend
 2022-04-03  0:58 UTC 

[PATCH V7 00/10] CXL: Read CDAT and DSMAS data from the device
 2022-04-02 14:48 UTC  (14+ messages)
` [PATCH V7 01/10] PCI: Add vendor ID for the PCI SIG
` [PATCH V7 02/10] PCI: Replace magic constant for PCI Sig Vendor ID
` [PATCH V7 03/10] PCI: Create PCI library functions in support of DOE mailboxes
` [PATCH V7 04/10] cxl/pci: Create auxiliary devices for each DOE mailbox
` [PATCH V7 05/10] cxl/pci: Create DOE auxiliary driver
` [PATCH V7 06/10] cxl/pci: Find the DOE mailbox which supports CDAT
` [PATCH V7 07/10] cxl/mem: Read CDAT table
` [PATCH V7 08/10] cxl/cdat: Introduce cxl_cdat_valid()
` [PATCH V7 09/10] cxl/mem: Retry reading CDAT on failure
` [PATCH V7 10/10] cxl/port: Parse out DSMAS data from CDAT table

[PATCH] cxl/core: Rename functions that handle mbox commands
 2022-04-01 21:45 UTC 

[PATCH v4 0/3] PCI/ACPI: add support for CXL _OSC
 2022-04-01 21:34 UTC  (6+ messages)
` [PATCH v4 1/3] PCI/ACPI: add a helper for retrieving _OSC Control DWORDs
` [PATCH v4 2/3] PCI/ACPI: Use CXL _OSC instead of PCIe _OSC
` [PATCH v4 3/3] PCI/ACPI: negotiate CXL _OSC

[PATCH v5 0/9] Do not allow set-partition immediate mode
 2022-04-01 14:56 UTC  (15+ messages)
` [PATCH v5 1/9] cxl/mbox: Move cxl_mem_command construction to helper funcs
` [PATCH v5 2/9] cxl/mbox: Move raw command warning to raw command validation
` [PATCH v5 3/9] cxl/mbox: Move build of user mailbox cmd to a helper functions
` [PATCH v5 4/9] cxl/mbox: Construct a users cxl_mbox_cmd in the validation path
` [PATCH v5 5/9] cxl/mbox: Remove dependency on cxl_mem_command for a debug msg
` [PATCH v5 6/9] cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox param
` [PATCH v5 7/9] cxl/mbox: Move cxl_mem_command param to a local variable
` [PATCH v5 8/9] cxl/mbox: Block immediate mode in SET_PARTITION_INFO command
` [PATCH v5 9/9] cxl/pmem: Remove CXL SET_PARTITION_INFO from exclusive_cmds list

[PATCH v3 0/3] acpi: add support for CXL _OSC
 2022-03-30 20:30 UTC  (9+ messages)
` [PATCH v3 1/3] acpi: add a helper for retrieving _OSC Control DWORDs
` [PATCH v3 2/3] PCI/ACPI: Use CXL _OSC instead of PCIe _OSC
` [PATCH v3 3/3] acpi/pci_root: negotiate CXL _OSC

[PATCH v4 0/9] Do not allow set-partition immediate mode
 2022-03-30 19:14 UTC  (17+ 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 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 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  (13+ 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  (6+ messages)
` [RFC PATCH 2/7] cxl/core: Distinguish cxl_decoder into types

[RFC PATCH 0/2] acpi: add support for CXL _OSC
 2022-03-18 21:16 UTC  (6+ messages)
` [RFC PATCH 2/2] acpi/pci_root: negotiate "

[PATCH 0/8] cxl/pci: Add fundamental error handling
 2022-03-18 19:51 UTC  (15+ 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 6/8] cxl/pci: Prepare for mapping RAS Capability Structure


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox