aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cxl/cxlmem.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-30cxl/mbox: Add Clear Log mailbox commandSrinivasulu Thanneeru1-0/+1
2024-04-30cxl/mbox: Add Get Log Capabilities and Get Supported Logs Sub-List commandsSrinivasulu Thanneeru1-0/+2
2024-04-08cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coordDave Jiang1-1/+1
2024-02-16cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p...Dave Jiang1-6/+4
2024-01-09Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams1-85/+25
2024-01-09cxl/pci: Register for and process CPER eventsIra Weiny1-0/+4
2024-01-09cxl/events: Create common event UUID definesIra Weiny1-0/+24
2024-01-05cxl/events: Promote CXL event structures to a core headerIra Weiny1-89/+1
2024-01-02Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxlDan Williams1-0/+21
2023-12-22cxl: Store QTG IDs and related info to the CXL memory device contextDave Jiang1-0/+21
2023-12-07cxl: Add Support for Get TimestampDavidlohr Bueso1-0/+1
2023-10-31Merge branch 'for-6.7/cxl-rch-eh' into cxl/nextDan Williams1-2/+2
2023-10-27cxl/pci: Remove Component Register base address from struct cxl_dev_stateRobert Richter1-2/+0
2023-10-27cxl/pci: Store the endpoint's Component Register mappings in struct cxl_dev_s...Robert Richter1-0/+2
2023-10-06cxl/memdev: Fix sanitize vs decoder setup lockingDan Williams1-1/+3
2023-10-06cxl/pci: Fix sanitize notifier setupDan Williams1-0/+2
2023-10-06cxl/pci: Clarify devm host for memdev relative setupDan Williams1-2/+3
2023-09-29cxl/pci: Cleanup 'sanitize' to always pollDan Williams1-2/+0
2023-07-28cxl/memdev: Only show sanitize sysfs files when supportedDavidlohr Bueso1-0/+15
2023-07-28cxl/memdev: Document security state in kern-docDavidlohr Bueso1-0/+1
2023-07-14cxl/mem: Fix a double shift bugDan Carpenter1-1/+1
2023-06-25Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxlDan Williams1-2/+2
2023-06-25Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxlDan Williams1-41/+77
2023-06-25Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxlDan Williams1-0/+82
2023-06-25cxl: add a firmware update mechanism using the sysfs firmware loaderVishal Verma1-0/+82
2023-06-25cxl/mem: Support Secure EraseDavidlohr Bueso1-0/+1
2023-06-25cxl/mem: Wire up Sanitization supportDavidlohr Bueso1-0/+4
2023-06-25cxl/mbox: Add sanitization handling machineryDavidlohr Bueso1-0/+7
2023-06-25cxl/mem: Introduce security state sysfs fileDavidlohr Bueso1-0/+10
2023-06-25cxl/memdev: Formalize endpoint port linkageDan Williams1-0/+2
2023-06-25cxl/memdev: Make mailbox functionality optionalDan Williams1-0/+18
2023-06-25cxl/mbox: Move mailbox related driver state to its own data structureDan Williams1-36/+51
2023-06-25cxl: Remove leftover attribute documentation in 'struct cxl_dev_state'Dan Williams1-1/+0
2023-06-25cxl: Fix kernel-doc warningsDan Williams1-3/+3
2023-06-25cxl: Rename 'uport' to 'uport_dev'Dan Williams1-2/+2
2023-05-23cxl/mbox: Add background cmd handling machineryDavidlohr Bueso1-0/+7
2023-05-18cxl: Move cxl_await_media_ready() to before capacity info retrievalDave Jiang1-0/+2
2023-04-23cxl/mbox: Update CMD_RC_TABLEDavidlohr Bueso1-2/+10
2023-04-23Merge branch 'for-6.4/cxl-poison' into for-6.4/cxlDan Williams1-1/+95
2023-04-23cxl/memdev: Add support for the Clear Poison mailbox commandAlison Schofield1-0/+7
2023-04-23cxl/memdev: Add support for the Inject Poison mailbox commandAlison Schofield1-0/+6
2023-04-23cxl/memdev: Add trigger_poison_list sysfs attributeAlison Schofield1-1/+2
2023-04-23cxl/mbox: Add GET_POISON_LIST mailbox commandAlison Schofield1-0/+46
2023-04-23cxl/mbox: Initialize the poison stateAlison Schofield1-0/+34
2023-04-18cxl/pci: Use CDAT DOE mailbox created by PCI coreLukas Wunner1-3/+0
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-9/+177
2023-02-16Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams1-0/+1
2023-02-16cxl/mem: Add kdoc param for event log driver stateAlison Schofield1-0/+1
2023-02-14Merge branch 'for-6.3/cxl-rr-emu' into cxl/nextDan Williams1-12/+0
2023-02-14cxl/port: Export cxl_dvsec_rr_decode() to cxl_portDave Jiang1-12/+0
2023-02-10Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams1-0/+5
2023-02-10Merge branch 'for-6.3/cxl' into cxl/nextDan Williams1-1/+0
2023-02-10cxl/mem: Remove unused CXL_CMD_FLAG_NONE defineIra Weiny1-1/+0
2023-02-10tools/testing/cxl: Define a fixed volatile configuration to parseDan Williams1-0/+3
2023-02-10cxl/memdev: Fix endpoint port removalDan Williams1-0/+2
2023-01-30cxl/pci: Set the device timestampJonathan Cameron1-0/+9
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2023-01-26cxl/mem: Trace Memory Module Event RecordIra Weiny1-0/+26
2023-01-26cxl/mem: Trace DRAM Event RecordIra Weiny1-0/+23
2023-01-26cxl/mem: Trace General Media Event RecordIra Weiny1-0/+19
2023-01-26cxl/mem: Wire up event interruptsDavidlohr Bueso1-0/+19
2023-01-26cxl/mem: Read, trace, and clear events on driver loadIra Weiny1-0/+79
2022-12-06cxl/mbox: Add variable output size validation for internal commandsDan Williams1-0/+2
2022-12-06cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams1-2/+2
2022-12-05Merge branch 'for-6.2/cxl-aer' into for-6.2/cxlDan Williams1-0/+2
2022-12-05Merge branch 'for-6.2/cxl-security' into for-6.2/cxlDan Williams1-0/+41
2022-12-05cxl/port: Add RCD endpoint port enumerationDan Williams1-0/+2
2022-12-05cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_memDan Williams1-0/+9
2022-12-03cxl/pci: Add (hopeful) error handling supportDan Williams1-0/+2
2022-12-02cxl/pmem: Refactor nvdimm device registration, delete the workqueueDan Williams1-0/+4
2022-12-01cxl/pmem: Add "Passphrase Secure Erase" security command supportDave Jiang1-0/+8
2022-12-01cxl/pmem: Add "Unlock" security command supportDave Jiang1-0/+1
2022-12-01cxl/pmem: Add "Freeze Security State" security command supportDave Jiang1-0/+1
2022-12-01cxl/pmem: Add Disable Passphrase security command supportDave Jiang1-0/+8
2022-12-01cxl/pmem: Add "Set Passphrase" security command supportDave Jiang1-0/+15
2022-11-30cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang1-0/+8
2022-07-25cxl/region: Attach endpoint decodersDan Williams1-0/+5
2022-07-21cxl/hdm: Enumerate allocated DPADan Williams1-0/+13
2022-07-19cxl/pci: Create PCI DOE mailbox's for memory devicesIra Weiny1-0/+3
2022-07-10tools/testing/cxl: Add partition supportDan Williams1-0/+7
2022-07-10cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'Dan Williams1-0/+4
2022-07-09cxl/mem: Convert partition-info to resourcesDan Williams1-4/+6
2022-06-21cxl/mbox: Use __le32 in get,set_lsa mailbox structuresAlison Schofield1-4/+4
2022-05-19cxl/mem: Consolidate CXL DVSEC Range enumeration in the coreDan Williams1-1/+0
2022-05-19cxl/pci: Move cxl_await_media_ready() to the coreDan Williams1-2/+1
2022-04-22PM: CXL: Disable suspendDan Williams1-0/+11
2022-04-12cxl/mbox: Improve handling of mbox_cmd hw return codesDavidlohr Bueso1-1/+52
2022-04-12cxl/mbox: Block immediate mode in SET_PARTITION_INFO commandAlison Schofield1-0/+7
2022-02-08cxl/mem: Add the cxl_mem driverBen Widawsky1-0/+8
2022-02-08cxl/pci: Emit device serial numberDan Williams1-0/+2
2022-02-08cxl/pci: Implement wait for media activeBen Widawsky1-0/+2
2022-02-08cxl/pci: Retrieve CXL DVSEC memory infoBen Widawsky1-0/+14
2022-02-08cxl/pci: Cache device DVSEC offsetBen Widawsky1-0/+2
2022-02-08cxl/pci: Store component register base in cxldsBen Widawsky1-0/+3
2022-02-08cxl/core/hdm: Add CXL standard decoder enumeration to the coreDan Williams1-0/+8
2021-11-15cxl/memdev: Remove unused cxlmd fieldIra Weiny1-2/+0
2021-11-15cxl/memdev: Change cxl_mem to a more descriptive nameIra Weiny1-15/+20
2021-09-21cxl/mbox: Move command definitions to common locationDan Williams1-0/+57
2021-09-21cxl/mbox: Add exclusive kernel command supportDan Williams1-0/+4
2021-09-21cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAPDan Williams1-1/+1
2021-09-21cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the coreDan Williams1-18/+60
2021-09-21cxl/mbox: Introduce the mbox_send operationDan Williams1-0/+42
2021-09-21cxl/pci: Clean up cxl_mem_get_partition_info()Dan Williams1-2/+13
2021-09-21cxl/pci: Make 'struct cxl_mem' device type genericDan Williams1-3/+3
2021-08-10cxl/mem: Account for partitionable space in ram/pmem rangesIra Weiny1-0/+5
2021-08-07cxl/pci: Store memory capacity valuesIra Weiny1-0/+4
2021-08-06cxl/core: Move memdev management to coreBen Widawsky1-6/+9
2021-08-06cxl/pci: Introduce cdevm_file_operationsDan Williams1-0/+15
2021-08-06cxl: Move cxl_core to new directoryBen Widawsky1-0/+81