Age | Commit message (Expand) | Author |
2023-06-29 | cxl: Fix one kernel-doc comment | Yang Li |
2023-06-27 | cxl/pci: Use correct flag for sanitize polling | Davidlohr Bueso |
2023-06-25 | Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxl | Dan Williams |
2023-06-25 | Merge branch 'for-6.5/cxl-perf' into for-6.5/cxl | Dan Williams |
2023-06-25 | perf: CXL Performance Monitoring Unit driver | Jonathan Cameron |
2023-06-25 | Merge branch 'for-6.5/cxl-region-fixes' into for-6.5/cxl | Dan Williams |
2023-06-25 | Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxl | Dan Williams |
2023-06-25 | Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxl | Dan Williams |
2023-06-25 | Merge branch 'for-6.5/cxl-background' into for-6.5/cxl | Dan Williams |
2023-06-25 | cxl: add a firmware update mechanism using the sysfs firmware loader | Vishal Verma |
2023-06-25 | cxl/mem: Support Secure Erase | Davidlohr Bueso |
2023-06-25 | cxl/mem: Wire up Sanitization support | Davidlohr Bueso |
2023-06-25 | cxl/mbox: Add sanitization handling machinery | Davidlohr Bueso |
2023-06-25 | cxl/mem: Introduce security state sysfs file | Davidlohr Bueso |
2023-06-25 | cxl/mbox: Allow for IRQ_NONE case in the isr | Davidlohr Bueso |
2023-06-25 | Revert "cxl/port: Enable the HDM decoder capability for switch ports" | Dan Williams |
2023-06-25 | cxl/memdev: Formalize endpoint port linkage | Dan Williams |
2023-06-25 | cxl/pci: Unconditionally unmask 256B Flit errors | Dan Williams |
2023-06-25 | cxl/region: Manage decoder target_type at decoder-attach time | Dan Williams |
2023-06-25 | cxl/hdm: Default CXL_DEVTYPE_DEVMEM decoders to CXL_DECODER_DEVMEM | Dan Williams |
2023-06-25 | cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM} | Dan Williams |
2023-06-25 | cxl/memdev: Make mailbox functionality optional | Dan Williams |
2023-06-25 | cxl/mbox: Move mailbox related driver state to its own data structure | Dan Williams |
2023-06-25 | cxl: Remove leftover attribute documentation in 'struct cxl_dev_state' | Dan Williams |
2023-06-25 | cxl: Fix kernel-doc warnings | Dan Williams |
2023-06-25 | cxl/regs: Clarify when a 'struct cxl_register_map' is input vs output | Dan Williams |
2023-06-25 | cxl/region: Fix state transitions after reset failure | Dan Williams |
2023-06-25 | cxl/region: Flag partially torn down regions as unusable | Dan Williams |
2023-06-25 | cxl/region: Move cache invalidation before region teardown, and before setup | Dan Williams |
2023-06-25 | cxl/port: Store the downstream port's Component Register mappings in struct c... | Robert Richter |
2023-06-25 | cxl/port: Store the port's Component Register mappings in struct cxl_port | Robert Richter |
2023-06-25 | cxl/pci: Early setup RCH dport component registers from RCRB | Robert Richter |
2023-06-25 | cxl/mem: Prepare for early RCH dport component register setup | Robert Richter |
2023-06-25 | cxl/regs: Remove early capability checks in Component Register setup | Robert Richter |
2023-06-25 | cxl/port: Remove Component Register base address from struct cxl_dport | Robert Richter |
2023-06-25 | cxl/acpi: Directly bind the CEDT detected CHBCR to the Host Bridge's port | Robert Richter |
2023-06-25 | cxl/acpi: Move add_host_bridge_uport() after cxl_get_chbs() | Robert Richter |
2023-06-25 | cxl/pci: Refactor component register discovery for reuse | Terry Bowman |
2023-06-25 | cxl/core/regs: Add @dev to cxl_register_map | Robert Richter |
2023-06-25 | cxl: Rename 'uport' to 'uport_dev' | Dan Williams |
2023-06-25 | cxl: Rename member @dport of struct cxl_dport to @dport_dev | Robert Richter |
2023-06-25 | cxl/rch: Prepare for caching the MMIO mapped PCIe AER capability | Dan Williams |
2023-06-25 | cxl/acpi: Probe RCRB later during RCH downstream port creation | Robert Richter |
2023-05-30 | cxl/pci: Find and register CXL PMU devices | Jonathan Cameron |
2023-05-30 | cxl: Add functions to get an instance of / count regblocks of a given type | Jonathan Cameron |
2023-05-26 | cxl: Explicitly initialize resources when media is not ready | Dave Jiang |
2023-05-23 | cxl/mbox: Add background cmd handling machinery | Davidlohr Bueso |
2023-05-23 | cxl/pci: Introduce cxl_request_irq() | Davidlohr Bueso |
2023-05-23 | cxl/pci: Allocate irq vectors earlier during probe | Davidlohr Bueso |
2023-05-19 | cxl/port: Fix NULL pointer access in devm_cxl_add_port() | Robert Richter |