summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/hdm.c
AgeCommit message (Expand)Author
2025-05-09cxl/hdm: Clean up a debug printkDan Carpenter
2025-05-09cxl: Add a dev_dbg() when a decoder was added to a portRobert Richter
2025-03-14Merge branch 'for-6.15/guard_cleanups' into cxl-for-next2Dave Jiang
2025-03-14cxl/core: Use guard() to drop goto pattern of cxl_dpa_alloc()Li Ming
2025-03-14cxl/core: Use guard() to drop the goto pattern of cxl_dpa_free()Li Ming
2025-03-14cxl/core: Use guard() to replace open-coded down_read/write()Li Ming
2025-02-04cxl: Kill enum cxl_decoder_modeDan Williams
2025-02-04cxl: Make cxl_dpa_alloc() DPA partition number agnosticDan Williams
2025-02-04cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'Dan Williams
2025-02-04cxl: Introduce to_{ram,pmem}_{res,perf}() helpersDan Williams
2025-02-04cxl: Remove the CXL_DECODER_MIXED mistakeDan Williams
2025-01-10driver core: Correct API device_for_each_child_reverse_from() prototypeZijun Hu
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2024-11-08cxl/hdm: Use guard() in cxl_dpa_set_mode()Ira Weiny
2024-10-25cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams
2024-06-25cxl/region: check interleave capabilityYao Xingtao
2024-04-30cxl/hdm: Debug, use decoder name functionIra Weiny
2024-04-30cxl/hdm: dev_warn() on unsupported mixed mode decoderAlison Schofield
2024-04-30cxl/hdm: Add debug message for invalid interleave granularityHuang Ying
2023-12-07cxl/hdm: Fix dpa translation lockingDan Williams
2023-11-22cxl/hdm: Fix a benign lockdep splatDave Jiang
2023-10-31cxl/hdm: Remove broken error pathDan Williams
2023-10-31cxl/hdm: Fix && vs || bugDan Carpenter
2023-10-31Merge branch 'for-6.7/cxl-commited' into cxl/nextDan Williams
2023-10-31Merge branch 'for-6.7/cxl-rch-eh' into cxl/nextDan Williams
2023-10-27cxl: Add cxl_decoders_committed() helperDave Jiang
2023-10-27cxl/hdm: Use stored Component Register mappings to map HDM decoder capabilityRobert Richter
2023-10-27cxl/core/regs: Rename @dev to @host in struct cxl_register_mapRobert Richter
2023-10-06cxl/memdev: Fix sanitize vs decoder setup lockingDan Williams
2023-06-25Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxlDan Williams
2023-06-25cxl/hdm: Default CXL_DEVTYPE_DEVMEM decoders to CXL_DECODER_DEVMEMDan Williams
2023-06-25cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}Dan Williams
2023-06-25cxl/core/regs: Add @dev to cxl_register_mapRobert Richter
2023-04-18cxl/hdm: Add more HDM decoder debug messages at startupDan Williams
2023-04-18cxl/port: Scan single-target ports for decodersDan Williams
2023-04-18cxl/hdm: Use 4-byte reads to retrieve HDM decoder base+limitDan Williams
2023-04-18cxl/hdm: Fail upon detecting 0-sized decodersDan Williams
2023-04-04cxl/hdm: Extend DVSEC range register emulation for region enumerationDan Williams
2023-04-04cxl/hdm: Limit emulation to the number of range registersDan Williams
2023-04-04cxl/hdm: Skip emulation when driver manages mem_enableDan Williams
2023-04-04cxl/hdm: Fix double allocation of @cxlhdmDan Williams
2023-02-14Merge branch 'for-6.3/cxl-rr-emu' into cxl/nextDan Williams
2023-02-14cxl/hdm: Add emulation when HDM decoders are not committedDave Jiang
2023-02-14cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decodersDave Jiang
2023-02-14cxl/hdm: Emulate HDM decoder from DVSEC range registersDave Jiang
2023-02-10tools/testing/cxl: Define a fixed volatile configuration to parseDan Williams
2023-02-10cxl/region: Add region autodiscoveryDan Williams
2023-02-10cxl/port: Split endpoint and switch port probeDan Williams
2022-12-05cxl: update names for interleave ways conversion macrosDave Jiang