summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2024-04-29cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCHDave Jiang1-1/+14
2024-04-22cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()Dan Williams1-21/+17
2024-04-12Merge tag 'cxl-fixes-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-141/+158
2024-04-08cxl: Add checks to access_coordinate calculation to fail missing dataDave Jiang1-1/+18
2024-04-08cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coordDave Jiang5-44/+88
2024-04-08cxl: Fix incorrect region perf data calculationDave Jiang4-100/+45
2024-04-08cxl: Fix retrieving of access_coordinates in PCIe pathDave Jiang1-13/+22
2024-04-05cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()Dave Jiang1-1/+1
2024-04-04cxl/core: Fix initialization of mbox_cmd.size_out in get eventKwangjin Ko1-1/+2
2024-03-26cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before ass...Dave Jiang1-2/+3
2024-03-26cxl/mem: Fix for the index of Clear Event Record HandleYuquan Wang1-1/+1
2024-03-26cxl: remove CONFIG_CXL_PMU entry in drivers/cxl/KconfigMasahiro Yamada1-13/+0
2024-03-19Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-7/+7
2024-03-18cxl/trace: Properly initialize cxl_poison region nameAlison Schofield1-7/+7
2024-03-13Merge branch 'for-6.9/cxl-fixes' into for-6.9/cxlDan Williams1-15/+15
2024-03-13Merge branch 'for-6.9/cxl-einj' into for-6.9/cxlDan Williams1-0/+41
2024-03-13Merge branch 'for-6.9/cxl-qos' into for-6.9/cxlDan Williams6-33/+342
2024-03-13lib/firmware_table: Provide buffer length argument to cdat_table_parse()Robert Richter2-4/+10
2024-03-13cxl/pci: Get rid of pointer arithmetic reading CDAT tableRobert Richter2-36/+65
2024-03-13cxl/pci: Rename DOE mailbox handle to doe_mbRobert Richter1-10/+10
2024-03-13cxl: Fix the incorrect assignment of SSLBIS entry pointer initial locationDave Jiang1-15/+15
2024-03-13cxl/core: Add CXL EINJ debugfs filesBen Cheatham1-0/+41
2024-03-13cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang3-1/+12
2024-03-12cxl/region: Add memory hotplug notifier for cxl regionDave Jiang4-0/+80
2024-03-12cxl/region: Add sysfs attribute for locality attributes of CXL regionsDave Jiang1-0/+94
2024-03-12cxl/region: Calculate performance data for a regionDave Jiang3-0/+71
2024-03-12cxl: Set cxlmd->endpoint before adding port deviceDave Jiang1-1/+1
2024-03-12cxl: Move QoS class to be calculated from the nearest CPUDave Jiang1-3/+3
2024-03-12cxl: Split out host bridge access coordinatesDave Jiang3-9/+56
2024-03-12cxl: Split out combine_coordinates() for common shared usageDave Jiang3-25/+29
2024-03-12ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c...Dave Jiang3-5/+7
2024-02-21cxl/acpi: Fix load failures due to single window creation failureDan Williams1-18/+28
2024-02-21Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams2-59/+4
2024-02-21acpi/ghes: Remove CXL CPER notificationsDan Williams1-56/+1
2024-02-17cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS windowRobert Richter1-3/+3
2024-02-17cxl: Fix sysfs export of qos_class for memdevDave Jiang4-36/+66
2024-02-17cxl: Remove unnecessary type cast in cxl_qos_class_verify()Dave Jiang1-2/+1
2024-02-17cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p...Dave Jiang4-90/+34
2024-02-17cxl/region: Allow out of order assembly of autodiscovered regionsAlison Schofield1-10/+38
2024-02-17cxl/region: Handle endpoint decoders in cxl_region_find_decoder()Alison Schofield1-6/+8
2024-02-09Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2024-02-03cxl/trace: Remove unnecessary memcpy'sIra Weiny1-3/+3
2024-01-29cxl/pci: Skip to handle RAS errors if CXL.mem device is detachedLi Ming1-12/+31
2024-01-25cxl/region:Fix overflow issue in alloc_hpa()Quanquan Cao1-2/+2
2024-01-22cxl/pci: Skip irq features if MSI/MSI-X are not supportedIra Weiny1-11/+15
2024-01-13cxl/core: use sysfs_emit() for attr's _show()Shiyang Ruan1-1/+1
2024-01-10Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams4-138/+124
2024-01-10cxl/pci: Register for and process CPER eventsIra Weiny3-13/+89
2024-01-10cxl/events: Create a CXL event unionIra Weiny2-23/+17
2024-01-10cxl/events: Separate UUID from event structuresIra Weiny1-1/+1