summaryrefslogtreecommitdiffstats
path: root/drivers/cxl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-215-6/+58
|\
| * cxl: Add post-reset warning if reset results in loss of previously committed ...Dave Jiang2024-05-083-0/+53
| * PCI/CXL: Move CXL Vendor ID to pci_ids.hDave Jiang2024-05-084-6/+5
* | Merge tag 'cxl-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-05-1513-229/+385
|\ \
| * \ Merge remote-tracking branch 'cxl/for-6.10/cper' into cxl-for-nextDave Jiang2024-05-011-1/+70
| |\ \
| | * | cxl/pci: Process CPER eventsIra Weiny2024-05-011-1/+70
| * | | cxl/region: Convert cxl_pmem_region_alloc to scope-based resource managementDan Williams2024-05-011-26/+17
| * | | cxl/acpi: Cleanup __cxl_parse_cfmws()Dan Williams2024-05-012-42/+56
| * | | cxl/region: Fix cxlr_pmem leaksLi Zhijian2024-04-301-0/+1
| * | | Merge remote-tracking branch 'cxl/for-6.10/dpa-to-hpa' into cxl-for-nextDave Jiang2024-04-306-154/+216
| |\ \ \
| | * | | cxl/core: Add region info to cxl_general_media and cxl_dram eventsAlison Schofield2024-04-302-15/+65
| | * | | cxl/region: Move cxl_trace_hpa() work to the region driverAlison Schofield2024-04-304-93/+98
| | * | | cxl/region: Move cxl_dpa_to_region() work to the region driverAlison Schofield2024-04-303-44/+51
| | * | | cxl/trace: Correct DPA field masks for general_media & dram eventsAlison Schofield2024-04-301-2/+2
| | |/ /
| * | | Merge remote-tracking branch 'cxl/for-6.10/add-log-mbox-cmds' into cxl-for-nextDave Jiang2024-04-302-0/+15
| |\ \ \
| | * | | cxl/mbox: Add Clear Log mailbox commandSrinivasulu Thanneeru2024-04-302-0/+11
| | * | | cxl/mbox: Add Get Log Capabilities and Get Supported Logs Sub-List commandsSrinivasulu Thanneeru2024-04-302-0/+4
| | |/ /
| * | | cxl/hdm: Debug, use decoder name functionIra Weiny2024-04-301-2/+1
| * | | cxl: Fix use of phys_to_target_node() for x86Robert Richter2024-04-301-0/+1
| * | | cxl/hdm: dev_warn() on unsupported mixed mode decoderAlison Schofield2024-04-301-2/+2
| * | | cxl/hdm: Add debug message for invalid interleave granularityHuang Ying2024-04-301-1/+5
| * | | cxl: Fix compile warning for cxl_security_ops externDave Jiang2024-04-302-2/+2
| |/ /
* / / cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCHDave Jiang2024-04-291-1/+14
|/ /
* | cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()Dan Williams2024-04-221-21/+17
* | Merge tag 'cxl-fixes-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-04-117-141/+158
|\ \
| * | cxl: Add checks to access_coordinate calculation to fail missing dataDave Jiang2024-04-081-1/+18
| * | cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coordDave Jiang2024-04-085-44/+88
| * | cxl: Fix incorrect region perf data calculationDave Jiang2024-04-084-100/+45
| * | cxl: Fix retrieving of access_coordinates in PCIe pathDave Jiang2024-04-081-13/+22
| * | cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()Dave Jiang2024-04-051-1/+1
| * | cxl/core: Fix initialization of mbox_cmd.size_out in get eventKwangjin Ko2024-04-031-1/+2
| * | cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before ass...Dave Jiang2024-03-261-2/+3
| * | cxl/mem: Fix for the index of Clear Event Record HandleYuquan Wang2024-03-261-1/+1
| |/
* / cxl: remove CONFIG_CXL_PMU entry in drivers/cxl/KconfigMasahiro Yamada2024-03-271-13/+0
|/
* 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-136-33/+342
|\ \
| * | 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-124-0/+80
| * | 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-123-0/+71
| * | 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-123-9/+56
| * | cxl: Split out combine_coordinates() for common shared usageDave Jiang2024-03-123-25/+29
| * | ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c...Dave Jiang2024-03-123-5/+7
| |/