aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/cxl (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-21cxl/core/regs.c: Skip Memory Space Enable check for RCD and RCH PortsSmita Koralahalli1-4/+0
2025-04-18cxl/feature: Update out_len in set feature failure caseLi Ming1-1/+1
2025-04-18cxl: Fix devm host device for CXL fwctl initializationDave Jiang2-3/+3
2025-04-09cxl/pci: Drop the parameter is_port of cxl_gpf_get_dvsec()Li Ming3-5/+11
2025-04-09cxl/pci: Update Port GPF timeout only when the first EP attachingLi Ming1-6/+4
2025-04-09cxl/core: Fix caching dport GPF DVSEC issueLi Ming4-12/+12
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds21-450/+1267
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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