summaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-03-181-7/+7
|\
| * cxl/trace: Properly initialize cxl_poison region nameAlison Schofield2024-03-181-7/+7
* | Merge branch 'for-6.9/cxl-fixes' into for-6.9/cxlDan Williams2024-03-131-15/+15
|\ \
| * | cxl: Fix the incorrect assignment of SSLBIS entry pointer initial locationDave Jiang2024-03-121-15/+15
| |/
* | Merge branch 'for-6.9/cxl-einj' into for-6.9/cxlDan Williams2024-03-131-0/+41
|\ \
| * | cxl/core: Add CXL EINJ debugfs filesBen Cheatham2024-03-121-0/+41
| |/
* | Merge branch 'for-6.9/cxl-qos' into for-6.9/cxlDan Williams2024-03-134-29/+323
|\ \
| * | cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang2024-03-123-1/+12
| * | cxl/region: Add memory hotplug notifier for cxl regionDave Jiang2024-03-123-0/+77
| * | cxl/region: Add sysfs attribute for locality attributes of CXL regionsDave Jiang2024-03-121-0/+94
| * | cxl/region: Calculate performance data for a regionDave Jiang2024-03-122-0/+67
| * | cxl: Set cxlmd->endpoint before adding port deviceDave Jiang2024-03-121-1/+1
| * | cxl: Move QoS class to be calculated from the nearest CPUDave Jiang2024-03-121-3/+3
| * | cxl: Split out host bridge access coordinatesDave Jiang2024-03-122-9/+54
| * | cxl: Split out combine_coordinates() for common shared usageDave Jiang2024-03-122-25/+25
| * | ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c...Dave Jiang2024-03-121-1/+1
| |/
* | lib/firmware_table: Provide buffer length argument to cdat_table_parse()Robert Richter2024-03-132-4/+10
* | cxl/pci: Get rid of pointer arithmetic reading CDAT tableRobert Richter2024-03-121-36/+41
* | cxl/pci: Rename DOE mailbox handle to doe_mbRobert Richter2024-03-121-10/+10
|/
* Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams2024-02-201-3/+3
|\
| * Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-02-091-3/+3
| |\
| | * cxl/trace: Remove unnecessary memcpy'sIra Weiny2024-02-031-3/+3
* | | cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS windowRobert Richter2024-02-161-3/+3
* | | cxl: Fix sysfs export of qos_class for memdevDave Jiang2024-02-162-0/+64
* | | cxl: Remove unnecessary type cast in cxl_qos_class_verify()Dave Jiang2024-02-161-2/+1
* | | cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p...Dave Jiang2024-02-162-60/+26
* | | cxl/region: Allow out of order assembly of autodiscovered regionsAlison Schofield2024-02-161-10/+38
* | | cxl/region: Handle endpoint decoders in cxl_region_find_decoder()Alison Schofield2024-02-161-6/+8
* | | cxl/pci: Skip to handle RAS errors if CXL.mem device is detachedLi Ming2024-01-291-12/+31
|/ /
* / cxl/region:Fix overflow issue in alloc_hpa()Quanquan Cao2024-01-241-2/+2
|/
* cxl/core: use sysfs_emit() for attr's _show()Shiyang Ruan2024-01-121-1/+1
* Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams2024-01-092-52/+42
|\
| * cxl/pci: Register for and process CPER eventsIra Weiny2024-01-091-12/+28
| * cxl/events: Create a CXL event unionIra Weiny2024-01-092-23/+17
| * cxl/events: Separate UUID from event structuresIra Weiny2024-01-091-1/+1
| * cxl/events: Remove passing a UUID to known event tracesIra Weiny2024-01-092-15/+19
| * cxl/events: Create common event UUID definesIra Weiny2024-01-091-27/+3
| * cxl/trace: Pass UUID explicitly to event tracesIra Weiny2024-01-032-18/+18
* | Merge branch 'for-6.7/cxl' into for-6.8/cxlDan Williams2024-01-052-24/+14
|\ \
| * | cxl/port: Fix missing target list lockDan Williams2024-01-041-15/+7
| * | cxl/port: Fix decoder initialization when nr_targets > interleave_waysHuang Ying2024-01-041-1/+1
| |/
* | Merge branch 'for-6.8/cxl-misc' into for-6.8/cxlDan Williams2024-01-051-1/+1
|\ \
| * | cxl/region: fix x9 interleave typoJim Harris2024-01-031-1/+1
| |/
* | Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxlDan Williams2024-01-053-14/+29
|\ \
| * | cxl: Refactor to use __free() for cxl_root allocation in cxl_find_nvdimm_brid...Dave Jiang2024-01-051-5/+3
| * | cxl: Fix device reference leak in cxl_port_perf_data_calculate()Dave Jiang2024-01-051-2/+5
| * | cxl: Convert find_cxl_root() to return a 'struct cxl_root *'Dave Jiang2024-01-053-11/+16
| * | cxl: Introduce put_cxl_root() helperDave Jiang2024-01-051-0/+9
* | | Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxlDan Williams2024-01-0210-30/+714
|\| |
| * | cxl: Check qos_class validity on memdev probeDave Jiang2023-12-221-0/+103