summaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core/mbox.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-11/+11
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* cxl: Fix comment regarding cxl_query_cmd() return dataDave Jiang2024-09-191-1/+1
* cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as inputDave Jiang2024-09-121-18/+20
* cxl: Move mailbox related bits to the same contextDave Jiang2024-09-121-16/+41
* cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_portLi Ming2024-09-031-2/+1
* Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang2024-07-121-1/+1
|\
| * cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()Alison Schofield2024-07-121-1/+1
* | cxl/events: Use a common struct for DRAM and General Media eventsFabio M. De Francesco2024-07-021-1/+1
|/
* Merge remote-tracking branch 'cxl/for-6.10/dpa-to-hpa' into cxl-for-nextDave Jiang2024-04-301-6/+30
|\
| * cxl/core: Add region info to cxl_general_media and cxl_dram eventsAlison Schofield2024-04-301-6/+30
* | cxl/mbox: Add Clear Log mailbox commandSrinivasulu Thanneeru2024-04-301-0/+10
* | cxl/mbox: Add Get Log Capabilities and Get Supported Logs Sub-List commandsSrinivasulu Thanneeru2024-04-301-0/+2
|/
* cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()Dan Williams2024-04-221-21/+17
* cxl/core: Fix initialization of mbox_cmd.size_out in get eventKwangjin Ko2024-04-031-1/+2
* cxl/mem: Fix for the index of Clear Event Record HandleYuquan Wang2024-03-261-1/+1
* cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p...Dave Jiang2024-02-171-2/+2
* Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams2024-01-101-47/+33
|\
| * cxl/pci: Register for and process CPER eventsIra Weiny2024-01-101-12/+28
| * cxl/events: Create a CXL event unionIra Weiny2024-01-101-19/+13
| * cxl/events: Separate UUID from event structuresIra Weiny2024-01-101-1/+1
| * cxl/events: Remove passing a UUID to known event tracesIra Weiny2024-01-101-3/+3
| * cxl/events: Create common event UUID definesIra Weiny2024-01-101-27/+3
| * cxl/trace: Pass UUID explicitly to event tracesIra Weiny2024-01-031-4/+4
* | Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxlDan Williams2024-01-021-0/+2
|\ \
| * | cxl: Store QTG IDs and related info to the CXL memory device contextDave Jiang2023-12-231-0/+2
| |/
* / cxl: Add Support for Get TimestampDavidlohr Bueso2023-12-071-0/+1
|/
* Merge branch 'for-6.7/cxl-commited' into cxl/nextDan Williams2023-10-311-1/+1
|\
| * cxl: Add cxl_decoders_committed() helperDave Jiang2023-10-281-1/+1
* | Merge branch 'for-6.7/cxl' into cxl/nextDan Williams2023-10-311-2/+1
|\ \
| * | cxl/mbox: Remove useless cast in cxl_mem_create_range_info()Alison Schofield2023-10-251-2/+1
* | | Merge branch 'for-6.7/cxl-rch-eh' into cxl/nextDan Williams2023-10-311-0/+2
|\ \ \ | |_|/ |/| |
| * | cxl/pci: Store the endpoint's Component Register mappings in struct cxl_dev_s...Robert Richter2023-10-281-0/+2
| |/
* / cxl/memdev: Fix sanitize vs decoder setup lockingDan Williams2023-10-061-15/+40
|/
* cxl/mbox: Fix CEL logic for poison and security commandsIra Weiny2023-09-141-11/+12
* cxl/memdev: Only show sanitize sysfs files when supportedDavidlohr Bueso2023-07-281-1/+44
* Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxlDan Williams2023-06-261-138/+147
|\
| * cxl/memdev: Make mailbox functionality optionalDan Williams2023-06-251-0/+1
| * cxl/mbox: Move mailbox related driver state to its own data structureDan Williams2023-06-251-134/+141
* | Merge branch 'for-6.5/cxl-background' into for-6.5/cxlDan Williams2023-06-261-1/+61
|\ \ | |/ |/|
| * cxl/mem: Support Secure EraseDavidlohr Bueso2023-06-261-1/+5
| * cxl/mem: Wire up Sanitization supportDavidlohr Bueso2023-06-261-0/+55
| * cxl/mbox: Add background cmd handling machineryDavidlohr Bueso2023-05-231-1/+2
* | cxl: Explicitly initialize resources when media is not readyDave Jiang2023-05-261-6/+11
|/
* cxl: Move cxl_await_media_ready() to before capacity info retrievalDave Jiang2023-05-191-5/+10
* Merge branch 'for-6.3/cxl-autodetect-fixes' into for-6.4/cxlDan Williams2023-04-231-1/+0
|\
| * cxl/core: Drop unused io-64-nonatomic-lo-hi.hDan Williams2023-04-181-1/+0
* | cxl/trace: Add TRACE support for CXL media-error recordsAlison Schofield2023-04-231-1/+4
* | cxl/mbox: Add GET_POISON_LIST mailbox commandAlison Schofield2023-04-231-0/+55
* | cxl/mbox: Initialize the poison stateAlison Schofield2023-04-231-2/+79