summaryrefslogtreecommitdiffstats
path: root/drivers/cxl
AgeCommit message (Expand)AuthorLines
2025-05-13cxl: Sync up the driver-api/cxl documentationAlison Schofield-3/+12
2025-05-09cxl/hdm: Clean up a debug printkDan Carpenter-5/+5
2025-05-09Merge branch 'for-6.16/cxl-cleanups' into cxl-for-nextDave Jiang-122/+173
2025-05-09cxl: Add a dev_dbg() when a decoder was added to a portRobert Richter-2/+11
2025-05-09cxl/region: Add a dev_err() on missing target list entriesRobert Richter-0/+7
2025-05-09cxl/region: Add a dev_warn() on registration failureRobert Richter-0/+6
2025-05-09cxl/region: Add function to find a port's switch decoder by rangeRobert Richter-12/+18
2025-05-09cxl/region: Factor out code to find a root decoder's regionRobert Richter-10/+17
2025-05-09cxl/region: Factor out code to find the root decoderRobert Richter-19/+30
2025-05-09cxl/port: Replace put_cxl_root() by a cleanup helperRobert Richter-11/+2
2025-05-09cxl/region: Move find_cxl_root() to cxl_add_to_region()Robert Richter-18/+9
2025-05-09cxl/region: Avoid duplicate call of cxl_port_pick_region_decoder()Robert Richter-18/+17
2025-05-09cxl/region: Rename function to cxl_port_pick_region_decoder()Robert Richter-5/+18
2025-05-09cxl: Introduce parent_port_of() helperRobert Richter-15/+11
2025-05-09cxl/pci: Add comments to cxl_hdm_decode_init()Robert Richter-9/+22
2025-05-09cxl/pci: Moving code in cxl_hdm_decode_init()Robert Richter-8/+8
2025-05-09cxl: Remove else after returnRobert Richter-9/+11
2025-04-28cxl: core/region - ignore interleave granularity when ways=1Gregory Price-1/+1
2025-04-28cxl/acpi: Verify CHBS length for CXL2.0Li Zhijian-3/+5
2025-04-28cxl: Remove always true condition for cxlctl_validate_hw_command()Dave Jiang-5/+1
2025-04-21cxl/core/regs.c: Skip Memory Space Enable check for RCD and RCH PortsSmita Koralahalli-4/+0
2025-04-18cxl/feature: Update out_len in set feature failure caseLi Ming-1/+1
2025-04-18cxl: Fix devm host device for CXL fwctl initializationDave Jiang-3/+3
2025-04-09cxl/pci: Drop the parameter is_port of cxl_gpf_get_dvsec()Li Ming-5/+11
2025-04-09cxl/pci: Update Port GPF timeout only when the first EP attachingLi Ming-6/+4
2025-04-09cxl/core: Fix caching dport GPF DVSEC issueLi Ming-12/+12
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-450/+1267
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+5
2025-03-20cxl/region: Fix the first aliased address miscalculationLi Ming-1/+1
2025-03-17cxl: Add support to handle user feature commands for set featureDave Jiang-2/+144
2025-03-17cxl: Add support to handle user feature commands for get featureDave Jiang-0/+44
2025-03-17cxl: Add support for fwctl RPC command to enable CXL feature commandsDave Jiang-2/+119
2025-03-17cxl: Add FWCTL support to CXLDave Jiang-0/+77
2025-03-17Merge branch 'for-6.15/features' into cxl-for-nextDave Jiang-96/+463
2025-03-14cxl/region: Quiet some dev_warn()s in extended linear cache setupAlison Schofield-8/+5
2025-03-14cxl: Fix warning from emitting resource_size_t as long long int on 32bit systemsDave Jiang-2/+2
2025-03-14cxl/mem: Do not return error if CONFIG_CXL_MCE unsetLi Ming-1/+3
2025-03-14Merge branch 'for-6.15/extended-linear-cache' into cxl-for-next2Dave Jiang-21/+261
2025-03-14Merge branch 'for-6.15/dirty-shutdown' into cxl-for-next2Dave Jiang-0/+238
2025-03-14Merge branch 'for-6.15/guard_cleanups' into cxl-for-next2Dave Jiang-118/+88
2025-03-14cxl/pmem: Export dirty shutdown count via sysfsDavidlohr Bueso-8/+104
2025-03-14cxl/pmem: Rename cxl_dirty_shutdown_state()Davidlohr Bueso-4/+4
2025-03-14cxl/pci: Introduce cxl_gpf_get_dvsec()Davidlohr Bueso-10/+22
2025-03-14cxl/pci: Support Global Persistent Flush (GPF)Davidlohr Bueso-0/+131
2025-03-14cxl/pmem: debug invalid serial number dataYuquan Wang-2/+10
2025-03-14cxl/cdat: Remove redundant gp_port initializationLi Ming-1/+0
2025-03-14cxl/memdev: Remove unused partition valuesIra Weiny-8/+0
2025-03-14cxl/region: Drop goto pattern of construct_region()Li Ming-32/+39
2025-03-14cxl/region: Drop goto pattern in cxl_dax_region_alloc()Li Ming-11/+5
2025-03-14cxl/core: Use guard() to drop goto pattern of cxl_dpa_alloc()Li Ming-15/+14