summaryrefslogtreecommitdiff
path: root/drivers/cxl/core
AgeCommit message (Expand)AuthorFilesLines
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 Jiang2-38/+84
2024-04-08cxl: Fix incorrect region perf data calculationDave Jiang2-86/+44
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-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 Williams4-29/+323
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 Richter1-36/+41
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 Jiang3-0/+77
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 Jiang2-0/+67
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 Jiang2-9/+54
2024-03-12cxl: Split out combine_coordinates() for common shared usageDave Jiang2-25/+25
2024-03-12ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c...Dave Jiang1-1/+1
2024-02-21Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams1-3/+3
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 Jiang2-0/+64
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 Jiang2-60/+26
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-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 Williams2-52/+42
2024-01-10cxl/pci: Register for and process CPER eventsIra Weiny1-12/+28
2024-01-10cxl/events: Create a CXL event unionIra Weiny2-23/+17
2024-01-10cxl/events: Separate UUID from event structuresIra Weiny1-1/+1
2024-01-10cxl/events: Remove passing a UUID to known event tracesIra Weiny2-15/+19
2024-01-10cxl/events: Create common event UUID definesIra Weiny1-27/+3
2024-01-06Merge branch 'for-6.7/cxl' into for-6.8/cxlDan Williams2-24/+14
2024-01-06Merge branch 'for-6.8/cxl-misc' into for-6.8/cxlDan Williams1-1/+1
2024-01-06Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxlDan Williams3-14/+29
2024-01-06cxl: Refactor to use __free() for cxl_root allocation in cxl_find_nvdimm_brid...Dave Jiang1-5/+3
2024-01-06cxl: Fix device reference leak in cxl_port_perf_data_calculate()Dave Jiang1-2/+5