aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/cxl/core/mbox.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-23cxl/edac: Support for finding memory operation attributes from the current bootShiju Jose1-2/+9
2025-03-17Merge branch 'for-6.15/features' into cxl-for-nextDave Jiang1-47/+77
2025-03-14cxl/mem: Do not return error if CONFIG_CXL_MCE unsetLi Ming1-1/+3
2025-03-14Merge branch 'for-6.15/extended-linear-cache' into cxl-for-next2Dave Jiang1-4/+16
2025-03-14Merge branch 'for-6.15/dirty-shutdown' into cxl-for-next2Dave Jiang1-0/+39
2025-03-14Merge branch 'for-6.15/guard_cleanups' into cxl-for-next2Dave Jiang1-7/+3
2025-03-14cxl/pmem: Export dirty shutdown count via sysfsDavidlohr Bueso1-0/+21
2025-03-14cxl/pmem: Rename cxl_dirty_shutdown_state()Davidlohr Bueso1-2/+2
2025-03-14cxl/pci: Support Global Persistent Flush (GPF)Davidlohr Bueso1-0/+18
2025-03-14cxl/memdev: Remove unused partition valuesIra Weiny1-4/+0
2025-03-14cxl/core: cxl_mem_sanitize() cleanupLi Ming1-7/+3
2025-02-26cxl: Add mce notifier to emit aliased address for extended linear cacheDave Jiang1-0/+6
2025-02-26cxl: Add extended linear cache address alias emission for cxl eventsDave Jiang1-4/+10
2025-02-26cxl: Enumerate feature commandsDave Jiang1-1/+35
2025-02-24cxl: Refactor user ioctl command path from mds to mailboxDave Jiang1-46/+42
2025-02-04cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'Dan Williams1-45/+23
2025-02-04cxl: Introduce to_{ram,pmem}_{res,perf}() helpersDan Williams1-8/+10
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-11/+11
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-18cxl: Fix comment regarding cxl_query_cmd() return dataDave Jiang1-1/+1
2024-09-12cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as inputDave Jiang1-18/+20
2024-09-12cxl: Move mailbox related bits to the same contextDave Jiang1-16/+41
2024-09-03cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_portLi Ming1-2/+1
2024-07-11Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang1-1/+1
2024-07-11cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()Alison Schofield1-1/+1
2024-07-02cxl/events: Use a common struct for DRAM and General Media eventsFabio M. De Francesco1-1/+1
2024-04-30Merge remote-tracking branch 'cxl/for-6.10/dpa-to-hpa' into cxl-for-nextDave Jiang1-6/+30
2024-04-30cxl/core: Add region info to cxl_general_media and cxl_dram eventsAlison Schofield1-6/+30
2024-04-30cxl/mbox: Add Clear Log mailbox commandSrinivasulu Thanneeru1-0/+10
2024-04-30cxl/mbox: Add Get Log Capabilities and Get Supported Logs Sub-List commandsSrinivasulu Thanneeru1-0/+2
2024-04-22cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()Dan Williams1-21/+17
2024-04-03cxl/core: Fix initialization of mbox_cmd.size_out in get eventKwangjin Ko1-1/+2
2024-03-26cxl/mem: Fix for the index of Clear Event Record HandleYuquan Wang1-1/+1
2024-02-16cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_perf'Dave Jiang1-2/+2
2024-01-09Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams1-47/+33
2024-01-09cxl/pci: Register for and process CPER eventsIra Weiny1-12/+28
2024-01-09cxl/events: Create a CXL event unionIra Weiny1-19/+13
2024-01-09cxl/events: Separate UUID from event structuresIra Weiny1-1/+1
2024-01-09cxl/events: Remove passing a UUID to known event tracesIra Weiny1-3/+3
2024-01-09cxl/events: Create common event UUID definesIra Weiny1-27/+3
2024-01-03cxl/trace: Pass UUID explicitly to event tracesIra Weiny1-4/+4
2024-01-02Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxlDan Williams1-0/+2
2023-12-22cxl: Store QTG IDs and related info to the CXL memory device contextDave Jiang1-0/+2
2023-12-07cxl: Add Support for Get TimestampDavidlohr Bueso1-0/+1
2023-10-31Merge branch 'for-6.7/cxl-commited' into cxl/nextDan Williams1-1/+1
2023-10-31Merge branch 'for-6.7/cxl' into cxl/nextDan Williams1-2/+1
2023-10-31Merge branch 'for-6.7/cxl-rch-eh' into cxl/nextDan Williams1-0/+2
2023-10-27cxl: Add cxl_decoders_committed() helperDave Jiang1-1/+1
2023-10-27cxl/pci: Store the endpoint's Component Register mappings in struct cxl_dev_stateRobert Richter1-0/+2
2023-10-24cxl/mbox: Remove useless cast in cxl_mem_create_range_info()Alison Schofield1-2/+1