summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds21-450/+1267
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+5
2025-03-20cxl/region: Fix the first aliased address miscalculationLi Ming1-1/+1
2025-03-17cxl: Add support to handle user feature commands for set featureDave Jiang1-2/+144
2025-03-17cxl: Add support to handle user feature commands for get featureDave Jiang1-0/+44
2025-03-17cxl: Add support for fwctl RPC command to enable CXL feature commandsDave Jiang1-2/+119
2025-03-17cxl: Add FWCTL support to CXLDave Jiang3-0/+77
2025-03-17Merge branch 'for-6.15/features' into cxl-for-nextDave Jiang8-96/+463
2025-03-14cxl/region: Quiet some dev_warn()s in extended linear cache setupAlison Schofield1-8/+5
2025-03-14cxl: Fix warning from emitting resource_size_t as long long int on 32bit systemsDave Jiang1-2/+2
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 Jiang11-21/+261
2025-03-14Merge branch 'for-6.15/dirty-shutdown' into cxl-for-next2Dave Jiang8-0/+238
2025-03-14Merge branch 'for-6.15/guard_cleanups' into cxl-for-next2Dave Jiang5-118/+88
2025-03-14cxl/pmem: Export dirty shutdown count via sysfsDavidlohr Bueso4-8/+104
2025-03-14cxl/pmem: Rename cxl_dirty_shutdown_state()Davidlohr Bueso3-4/+4
2025-03-14cxl/pci: Introduce cxl_gpf_get_dvsec()Davidlohr Bueso2-10/+22
2025-03-14cxl/pci: Support Global Persistent Flush (GPF)Davidlohr Bueso8-0/+131
2025-03-14cxl/pmem: debug invalid serial number dataYuquan Wang1-2/+10
2025-03-14cxl/cdat: Remove redundant gp_port initializationLi Ming1-1/+0
2025-03-14cxl/memdev: Remove unused partition valuesIra Weiny2-8/+0
2025-03-14cxl/region: Drop goto pattern of construct_region()Li Ming1-32/+39
2025-03-14cxl/region: Drop goto pattern in cxl_dax_region_alloc()Li Ming1-11/+5
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/memdev: cxl_memdev_ioctl() cleanupLi Ming1-5/+3
2025-03-14cxl/core: cxl_mem_sanitize() cleanupLi Ming1-7/+3
2025-03-14cxl/core: Use guard() to replace open-coded down_read/write()Li Ming4-27/+13
2025-03-14Merge branch 'for-6.15/fw-first-error-logging' into cxl-for-next2Dave Jiang5-0/+177
2025-03-14cxl/pci: Add trace logging for CXL PCIe Port RAS errorsSmita Koralahalli2-0/+84
2025-03-14acpi/ghes, cxl/pci: Process CXL CPER Protocol ErrorsSmita Koralahalli4-0/+93
2025-02-26cxl: Add mce notifier to emit aliased address for extended linear cacheDave Jiang8-0/+132
2025-02-26cxl: Add extended linear cache address alias emission for cxl eventsDave Jiang3-15/+35
2025-02-26acpi/hmat / cxl: Add extended linear cache support for CXLDave Jiang5-7/+96
2025-02-26cxl: Setup exclusive CXL features that are reserved for the kernelDave Jiang1-0/+28
2025-02-26cxl/mbox: Add SET_FEATURE mailbox commandShiju Jose2-0/+84
2025-02-26cxl/mbox: Add GET_FEATURE mailbox commandShiju Jose2-0/+57
2025-02-26cxl: Add Get Supported Features command for kernel usageDave Jiang5-0/+195
2025-02-26cxl: Enumerate feature commandsDave Jiang2-1/+38
2025-02-24cxl: Refactor user ioctl command path from mds to mailboxDave Jiang4-95/+61
2025-02-21cxl/port: Constify 'struct bin_attribute'Thomas Weißschuh1-5/+5
2025-02-04cxl: Cleanup partition size and perf helpersDan Williams3-73/+57
2025-02-04cxl: Kill enum cxl_decoder_modeDan Williams8-175/+134
2025-02-04cxl: Make cxl_dpa_alloc() DPA partition number agnosticDan Williams2-57/+156
2025-02-04cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'Dan Williams6-88/+185
2025-02-04cxl: Introduce to_{ram,pmem}_{res,perf}() helpersDan Williams7-79/+148
2025-02-04cxl: Remove the CXL_DECODER_MIXED mistakeDan Williams3-18/+4
2025-01-29Merge tag 'cxl-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds6-71/+264
2025-01-22cxl/core/regs: Refactor out functions to count regblocks of given typeHuaisheng Ye3-24/+41
2025-01-13cxl/events: Update Memory Module Event Record to CXL spec rev 3.1Shiju Jose1-8/+54