summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2024-12-27cxl/region: Fix region creation for greater than x2 switchesHuaisheng Ye1-7/+18
2024-12-27cxl/pci: Fix potential bogus return value upon successful probingDavidlohr Bueso1-2/+1
2024-11-08cxl/acpi: Ensure ports ready at cxl_acpi_probe() returnDan Williams1-0/+7
2024-11-08cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()Dan Williams1-3/+10
2024-11-08cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams3-44/+57
2024-11-08cxl/events: Fix Trace DRAM Event RecordShiju Jose1-3/+14
2024-10-04cxl/pci: Fix to record only non-zero rangesYanfei Xu1-7/+1
2024-09-18cxl/core: Fix incorrect vendor debug UUID definepeng guo1-1/+1
2024-09-12cxl/region: Verify target positions using the ordered target listAlison Schofield1-1/+4
2024-07-05cxl/region: check interleave capabilityYao Xingtao4-0/+107
2024-07-05cxl/region: Avoid null pointer dereference in region lookupAlison Schofield1-4/+15
2024-07-05cxl/region: Move cxl_dpa_to_region() work to the region driverAlison Schofield3-44/+51
2024-06-21cxl/region: Fix memregion leaks in devm_cxl_add_region()Li Zhijian1-9/+9
2024-06-12cxl/region: Fix cxlr_pmem leaksLi Zhijian1-0/+1
2024-06-12cxl/trace: Correct DPA field masks for general_media & dram eventsAlison Schofield1-2/+2
2024-05-02cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()Dan Williams1-21/+17
2024-04-17cxl/core: Fix initialization of mbox_cmd.size_out in get eventKwangjin Ko1-1/+2
2024-04-17cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before ass...Dave Jiang1-2/+3
2024-04-17cxl/mem: Fix for the index of Clear Event Record HandleYuquan Wang1-1/+1
2024-04-03cxl/trace: Properly initialize cxl_poison region nameAlison Schofield1-7/+7
2024-03-26cxl/region: Allow out of order assembly of autodiscovered regionsAlison Schofield1-10/+38
2024-03-26cxl/region: Handle endpoint decoders in cxl_region_find_decoder()Alison Schofield1-6/+8
2024-03-01cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS windowRobert Richter1-3/+3
2024-03-01cxl/acpi: Fix load failures due to single window creation failureDan Williams1-18/+28
2024-01-31cxl/region:Fix overflow issue in alloc_hpa()Quanquan Cao1-2/+2
2024-01-25cxl/port: Fix missing target list lockDan Williams2-17/+7
2024-01-25cxl/region: fix x9 interleave typoJim Harris1-1/+1
2024-01-25cxl/port: Fix decoder initialization when nr_targets > interleave_waysHuang Ying1-1/+1
2024-01-10cxl/memdev: Hold region_rwsem during inject and clear poison opsAlison Schofield1-2/+16
2024-01-10cxl/hdm: Fix a benign lockdep splatDave Jiang1-0/+2
2024-01-10cxl/pmu: Ensure put_device on pmu devicesIra Weiny1-1/+1
2024-01-10cxl/core: Always hold region_rwsem while reading poison listsAlison Schofield2-6/+8
2024-01-10cxl: Add cxl_decoders_committed() helperDave Jiang5-6/+15
2023-12-20cxl/hdm: Fix dpa translation lockingDan Williams2-4/+3
2023-11-28cxl/port: Fix delete_endpoint() vs parent unregistration raceDan Williams1-15/+19
2023-11-28cxl/region: Fix x1 root-decoder granularity calculationsJim Harris1-1/+8
2023-11-28cxl/region: Do not try to cleanup after cxl_region_setup_targets() failsJim Harris1-7/+7
2023-11-20cxl/hdm: Remove broken error pathDan Williams2-17/+10
2023-11-20cxl/port: Fix @host confusion in cxl_dport_setup_regs()Dan Williams1-12/+31
2023-11-20cxl/core/regs: Rename @dev to @host in struct cxl_register_mapRobert Richter5-20/+20
2023-11-20cxl/region: Fix cxl_region_rwsem lock held when returning to user spaceLi Zhijian1-1/+1
2023-11-20cxl/region: Use cxl_calc_interleave_pos() for auto-discoveryAlison Schofield1-112/+15
2023-11-20cxl/region: Calculate a target position in a region interleaveAlison Schofield1-0/+127
2023-11-20cxl/region: Prepare the decoder match range helper for reuseAlison Schofield1-6/+11
2023-11-20cxl/mem: Fix shutdown orderDan Williams1-1/+1
2023-11-20cxl/memdev: Fix sanitize vs decoder setup lockingDan Williams8-49/+90
2023-11-20cxl/pci: Fix sanitize notifier setupDan Williams3-42/+50
2023-11-20cxl/pci: Clarify devm host for memdev relative setupDan Williams3-12/+13
2023-11-20cxl/pci: Remove inconsistent usage of dev_err_probe()Dan Williams1-11/+2
2023-11-20cxl/pci: Cleanup 'sanitize' to always pollDan Williams3-39/+26