aboutsummaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2024-04-22cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()Gravatar Dan Williams 1-21/+17
2024-04-11Merge tag 'cxl-fixes-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-141/+158
2024-04-08cxl: Add checks to access_coordinate calculation to fail missing dataGravatar Dave Jiang 1-1/+18
2024-04-08cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coordGravatar Dave Jiang 5-44/+88
2024-04-08cxl: Fix incorrect region perf data calculationGravatar Dave Jiang 4-100/+45
2024-04-08cxl: Fix retrieving of access_coordinates in PCIe pathGravatar Dave Jiang 1-13/+22
2024-04-05cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()Gravatar Dave Jiang 1-1/+1
2024-04-03cxl/core: Fix initialization of mbox_cmd.size_out in get eventGravatar Kwangjin Ko 1-1/+2
2024-03-26cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before ass...Gravatar Dave Jiang 1-2/+3
2024-03-26cxl/mem: Fix for the index of Clear Event Record HandleGravatar Yuquan Wang 1-1/+1
2024-03-27cxl: remove CONFIG_CXL_PMU entry in drivers/cxl/KconfigGravatar Masahiro Yamada 1-13/+0
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 1-7/+7
2024-03-18cxl/trace: Properly initialize cxl_poison region nameGravatar Alison Schofield 1-7/+7
2024-03-13Merge branch 'for-6.9/cxl-fixes' into for-6.9/cxlGravatar Dan Williams 1-15/+15
2024-03-13Merge branch 'for-6.9/cxl-einj' into for-6.9/cxlGravatar Dan Williams 1-0/+41
2024-03-13Merge branch 'for-6.9/cxl-qos' into for-6.9/cxlGravatar Dan Williams 6-33/+342
2024-03-13lib/firmware_table: Provide buffer length argument to cdat_table_parse()Gravatar Robert Richter 2-4/+10
2024-03-12cxl/pci: Get rid of pointer arithmetic reading CDAT tableGravatar Robert Richter 2-36/+65
2024-03-12cxl/pci: Rename DOE mailbox handle to doe_mbGravatar Robert Richter 1-10/+10
2024-03-12cxl: Fix the incorrect assignment of SSLBIS entry pointer initial locationGravatar Dave Jiang 1-15/+15
2024-03-12cxl/core: Add CXL EINJ debugfs filesGravatar Ben Cheatham 1-0/+41
2024-03-12cxl/region: Deal with numa nodes not enumerated by SRATGravatar Dave Jiang 3-1/+12
2024-03-12cxl/region: Add memory hotplug notifier for cxl regionGravatar Dave Jiang 4-0/+80
2024-03-12cxl/region: Add sysfs attribute for locality attributes of CXL regionsGravatar Dave Jiang 1-0/+94
2024-03-12cxl/region: Calculate performance data for a regionGravatar Dave Jiang 3-0/+71
2024-03-12cxl: Set cxlmd->endpoint before adding port deviceGravatar Dave Jiang 1-1/+1
2024-03-12cxl: Move QoS class to be calculated from the nearest CPUGravatar Dave Jiang 1-3/+3
2024-03-12cxl: Split out host bridge access coordinatesGravatar Dave Jiang 3-9/+56
2024-03-12cxl: Split out combine_coordinates() for common shared usageGravatar Dave Jiang 3-25/+29
2024-03-12ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c...Gravatar Dave Jiang 3-5/+7
2024-02-20cxl/acpi: Fix load failures due to single window creation failureGravatar Dan Williams 1-18/+28
2024-02-20Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlGravatar Dan Williams 2-59/+4
2024-02-20acpi/ghes: Remove CXL CPER notificationsGravatar Dan Williams 1-56/+1
2024-02-16cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS windowGravatar Robert Richter 1-3/+3
2024-02-16cxl: Fix sysfs export of qos_class for memdevGravatar Dave Jiang 4-36/+66
2024-02-16cxl: Remove unnecessary type cast in cxl_qos_class_verify()Gravatar Dave Jiang 1-2/+1
2024-02-16cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p...Gravatar Dave Jiang 4-90/+34
2024-02-16cxl/region: Allow out of order assembly of autodiscovered regionsGravatar Alison Schofield 1-10/+38
2024-02-16cxl/region: Handle endpoint decoders in cxl_region_find_decoder()Gravatar Alison Schofield 1-6/+8
2024-02-09Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+3
2024-02-03cxl/trace: Remove unnecessary memcpy'sGravatar Ira Weiny 1-3/+3
2024-01-29cxl/pci: Skip to handle RAS errors if CXL.mem device is detachedGravatar Li Ming 1-12/+31
2024-01-24cxl/region:Fix overflow issue in alloc_hpa()Gravatar Quanquan Cao 1-2/+2
2024-01-22cxl/pci: Skip irq features if MSI/MSI-X are not supportedGravatar Ira Weiny 1-11/+15
2024-01-12cxl/core: use sysfs_emit() for attr's _show()Gravatar Shiyang Ruan 1-1/+1
2024-01-09Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlGravatar Dan Williams 4-138/+124
2024-01-09cxl/pci: Register for and process CPER eventsGravatar Ira Weiny 3-13/+89
2024-01-09cxl/events: Create a CXL event unionGravatar Ira Weiny 2-23/+17
2024-01-09cxl/events: Separate UUID from event structuresGravatar Ira Weiny 1-1/+1
2024-01-09cxl/events: Remove passing a UUID to known event tracesGravatar Ira Weiny 2-15/+19