aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core/hdm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-16Merge branch 'for-6.17/cxl-acquire' into cxl-for-nextDave Jiang1-56/+62
2025-07-16cxl: Convert to ACQUIRE() for conditional rwsem lockingDan Williams1-20/+21
2025-07-16cxl/decoder: Drop pointless lockingDan Williams1-2/+0
2025-07-16cxl/decoder: Move decoder register programming to a helperDan Williams1-35/+42
2025-07-11cxl/core: Introduce a new helper cxl_resource_contains_addr()Li Ming1-0/+7
2025-05-09cxl/hdm: Clean up a debug printkDan Carpenter1-4/+4
2025-05-09cxl: Add a dev_dbg() when a decoder was added to a portRobert Richter1-1/+2
2025-03-14Merge branch 'for-6.15/guard_cleanups' into cxl-for-next2Dave Jiang1-41/+28
2025-03-14cxl/core: Use guard() to drop goto pattern of cxl_dpa_alloc()Li Ming1-15/+14
2025-03-14cxl/core: Use guard() to drop the goto pattern of cxl_dpa_free()Li Ming1-16/+8
2025-03-14cxl/core: Use guard() to replace open-coded down_read/write()Li Ming1-10/+5
2025-02-04cxl: Kill enum cxl_decoder_modeDan Williams1-39/+29
2025-02-04cxl: Make cxl_dpa_alloc() DPA partition number agnosticDan Williams1-57/+142
2025-02-04cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'Dan Williams1-2/+86
2025-02-04cxl: Introduce to_{ram,pmem}_{res,perf}() helpersDan Williams1-12/+14
2025-02-04cxl: Remove the CXL_DECODER_MIXED mistakeDan Williams1-3/+3
2025-01-10driver core: Correct API device_for_each_child_reverse_from() prototypeZijun Hu1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-6/+6
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-15/+6
2024-11-08cxl/hdm: Use guard() in cxl_dpa_set_mode()Ira Weiny1-15/+6
2024-10-25cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams1-8/+42
2024-06-25cxl/region: check interleave capabilityYao Xingtao1-0/+13
2024-04-30cxl/hdm: Debug, use decoder name functionIra Weiny1-2/+1
2024-04-30cxl/hdm: dev_warn() on unsupported mixed mode decoderAlison Schofield1-2/+2
2024-04-30cxl/hdm: Add debug message for invalid interleave granularityHuang Ying1-1/+5
2023-12-07cxl/hdm: Fix dpa translation lockingDan Williams1-2/+1
2023-11-22cxl/hdm: Fix a benign lockdep splatDave Jiang1-0/+2
2023-10-31cxl/hdm: Remove broken error pathDan Williams1-17/+2
2023-10-31cxl/hdm: Fix && vs || bugDan Carpenter1-1/+1
2023-10-31Merge branch 'for-6.7/cxl-commited' into cxl/nextDan Williams1-3/+4
2023-10-31Merge branch 'for-6.7/cxl-rch-eh' into cxl/nextDan Williams1-29/+19
2023-10-27cxl: Add cxl_decoders_committed() helperDave Jiang1-3/+4
2023-10-27cxl/hdm: Use stored Component Register mappings to map HDM decoder capabilityRobert Richter1-29/+19
2023-10-27cxl/core/regs: Rename @dev to @host in struct cxl_register_mapRobert Richter1-1/+1
2023-10-06cxl/memdev: Fix sanitize vs decoder setup lockingDan Williams1-0/+19
2023-06-25Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxlDan Williams1-2/+2
2023-06-25cxl/hdm: Default CXL_DEVTYPE_DEVMEM decoders to CXL_DECODER_DEVMEMDan Williams1-9/+26
2023-06-25cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}Dan Williams1-5/+6
2023-06-25cxl/core/regs: Add @dev to cxl_register_mapRobert Richter1-2/+2
2023-04-18cxl/hdm: Add more HDM decoder debug messages at startupDan Williams1-0/+12
2023-04-18cxl/port: Scan single-target ports for decodersDan Williams1-2/+3
2023-04-18cxl/hdm: Use 4-byte reads to retrieve HDM decoder base+limitDan Williams1-7/+13
2023-04-18cxl/hdm: Fail upon detecting 0-sized decodersDan Williams1-3/+12
2023-04-04cxl/hdm: Extend DVSEC range register emulation for region enumerationDan Williams1-5/+22
2023-04-04cxl/hdm: Limit emulation to the number of range registersDan Williams1-36/+46
2023-04-04cxl/hdm: Skip emulation when driver manages mem_enableDan Williams1-13/+18
2023-04-04cxl/hdm: Fix double allocation of @cxlhdmDan Williams1-28/+6
2023-02-14Merge branch 'for-6.3/cxl-rr-emu' into cxl/nextDan Williams1-11/+108
2023-02-14cxl/hdm: Add emulation when HDM decoders are not committedDave Jiang1-0/+29
2023-02-14cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decodersDave Jiang1-10/+48