summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2023-11-20cxl/hdm: Remove broken error pathDan Williams2-17/+10
2023-11-20cxl/port: Fix @host confusion in cxl_dport_setup_regs()Dan Williams1-12/+31
2023-11-20cxl/core/regs: Rename @dev to @host in struct cxl_register_mapRobert Richter5-20/+20
2023-11-20cxl/region: Fix cxl_region_rwsem lock held when returning to user spaceLi Zhijian1-1/+1
2023-11-20cxl/region: Use cxl_calc_interleave_pos() for auto-discoveryAlison Schofield1-112/+15
2023-11-20cxl/region: Calculate a target position in a region interleaveAlison Schofield1-0/+127
2023-11-20cxl/region: Prepare the decoder match range helper for reuseAlison Schofield1-6/+11
2023-11-20cxl/mem: Fix shutdown orderDan Williams1-1/+1
2023-11-20cxl/memdev: Fix sanitize vs decoder setup lockingDan Williams8-49/+90
2023-11-20cxl/pci: Fix sanitize notifier setupDan Williams3-42/+50
2023-11-20cxl/pci: Clarify devm host for memdev relative setupDan Williams3-12/+13
2023-11-20cxl/pci: Remove inconsistent usage of dev_err_probe()Dan Williams1-11/+2
2023-11-20cxl/pci: Cleanup 'sanitize' to always pollDan Williams3-39/+26
2023-11-20cxl/pci: Remove unnecessary device reference management in sanitize workDan Williams1-5/+0
2023-09-23cxl/acpi: Annotate struct cxl_cxims_data with __counted_byKees Cook1-2/+2
2023-09-23cxl/port: Fix cxl_test register enumeration regressionDan Williams1-4/+9
2023-09-15cxl/region: Refactor granularity select in cxl_port_setup_targets()Alison Schofield1-9/+8
2023-09-15cxl/region: Match auto-discovered region decoders by HPA rangeAlison Schofield1-1/+23
2023-09-14cxl/mbox: Fix CEL logic for poison and security commandsIra Weiny1-11/+12
2023-09-12cxl/pci: Replace host_bridge->native_aer with pcie_aer_is_native()Smita Koralahalli1-2/+1
2023-09-12cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registersSmita Koralahalli1-3/+3
2023-07-28cxl/memdev: Only show sanitize sysfs files when supportedDavidlohr Bueso3-1/+78
2023-07-28cxl/memdev: Document security state in kern-docDavidlohr Bueso1-0/+1
2023-07-18cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws()Breno Leitao1-1/+1
2023-07-18cxl/acpi: Fix a use-after-free in cxl_parse_cfmws()Breno Leitao1-2/+1
2023-07-14cxl/mem: Fix a double shift bugDan Carpenter1-1/+1
2023-07-14cxl: fix CONFIG_FW_LOADER dependencyArnd Bergmann1-1/+2
2023-06-30cxl: Fix one kernel-doc commentYang Li1-1/+1
2023-06-28cxl/pci: Use correct flag for sanitize pollingDavidlohr Bueso1-1/+1
2023-06-26Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxlDan Williams12-291/+443
2023-06-26Merge branch 'for-6.5/cxl-perf' into for-6.5/cxlDan Williams10-7/+224
2023-06-26perf: CXL Performance Monitoring Unit driverJonathan Cameron1-0/+13
2023-06-26Merge branch 'for-6.5/cxl-region-fixes' into for-6.5/cxlDan Williams2-46/+72
2023-06-26Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxlDan Williams16-445/+515
2023-06-26Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxlDan Williams4-0/+395
2023-06-26Merge branch 'for-6.5/cxl-background' into for-6.5/cxlDan Williams6-21/+434
2023-06-26cxl: add a firmware update mechanism using the sysfs firmware loaderVishal Verma4-0/+395
2023-06-26cxl/mem: Support Secure EraseDavidlohr Bueso3-1/+34
2023-06-26cxl/mem: Wire up Sanitization supportDavidlohr Bueso4-0/+132
2023-06-26cxl/mbox: Add sanitization handling machineryDavidlohr Bueso3-3/+91
2023-06-26cxl/mem: Introduce security state sysfs fileDavidlohr Bueso3-0/+46
2023-06-26cxl/mbox: Allow for IRQ_NONE case in the isrDavidlohr Bueso1-2/+4
2023-06-26Revert "cxl/port: Enable the HDM decoder capability for switch ports"Dan Williams3-33/+9
2023-06-26cxl/memdev: Formalize endpoint port linkageDan Williams4-5/+8
2023-06-26cxl/pci: Unconditionally unmask 256B Flit errorsDan Williams1-16/+2
2023-06-26cxl/region: Manage decoder target_type at decoder-attach timeDan Williams1-0/+12
2023-06-26cxl/hdm: Default CXL_DEVTYPE_DEVMEM decoders to CXL_DECODER_DEVMEMDan Williams2-10/+27
2023-06-26cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}Dan Williams5-12/+13
2023-06-26cxl/memdev: Make mailbox functionality optionalDan Williams3-1/+28
2023-06-26cxl/mbox: Move mailbox related driver state to its own data structureDan Williams7-271/+312