summaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* cxl: Calculate region bandwidth of targets with shared upstream linkDave Jiang2024-09-235-10/+536
* cxl: Preserve the CDAT access_coordinate for an endpointDave Jiang2024-09-231-4/+6
* cxl: Fix comment regarding cxl_query_cmd() return dataDave Jiang2024-09-191-1/+1
* cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as inputDave Jiang2024-09-122-28/+33
* cxl: Move mailbox related bits to the same contextDave Jiang2024-09-122-23/+52
* cxl: move cxl headers to new include/cxl/ directoryDave Jiang2024-09-101-1/+1
* cxl/region: Remove lock from memory notifier callbackIra Weiny2024-09-091-24/+30
* cxl/pci: simplify the check of mem_enabled in cxl_hdm_decode_init()Yanfei Xu2024-09-091-10/+11
* cxl/pci: Check Mem_info_valid bit for each applicable DVSECYanfei Xu2024-09-091-4/+4
* cxl/pci: Remove duplicated implementation of waiting for memory_info_validYanfei Xu2024-09-091-36/+5
* cxl/pci: Fix to record only non-zero rangesYanfei Xu2024-09-091-7/+1
* cxl/pci: Remove duplicate host_bridge->native_aer checkingLi Ming2024-09-041-11/+6
* cxl/pci: cxl_dport_map_rch_aer() cleanupLi Ming2024-09-041-20/+13
* cxl/pci: Rename cxl_setup_parent_dport() and cxl_dport_map_regs()Li Ming2024-09-041-4/+9
* cxl/port: Refactor __devm_cxl_add_port() to drop goto patternLi Ming2024-09-031-24/+35
* cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_portLi Ming2024-09-033-66/+55
* cxl/port: Use __free() to drop put_device() for cxl_portLi Ming2024-09-032-21/+15
* cxl: Remove duplicate included header file core.hHongbo Li2024-09-031-1/+0
* cxl/port: Convert to use ERR_CAST()Yuesong Li2024-09-031-1/+1
* cxl/pci: Get AER capability address from RCRB only for RCH dportLi Ming2024-08-101-4/+6
* Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-07-286-80/+100
|\
| * cxl/core/pci: Move reading of control register to immediately before usageForyun Ma2024-07-171-4/+4
| * Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang2024-07-125-55/+38
| |\
| | * cxl: Remove defunct code calculating host bridge target positionsAlison Schofield2024-07-121-19/+1
| | * cxl/region: Verify target positions using the ordered target listAlison Schofield2024-07-121-1/+4
| | * cxl: Restore XOR'd position bits during address translationAlison Schofield2024-07-121-9/+14
| | * cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()Alison Schofield2024-07-124-27/+20
| * | cxl/region: Simplify cxl_region_nid()Huang Ying2024-07-021-6/+4
| * | cxl/region: Support to calculate memory tier abstract distanceHuang Ying2024-07-021-0/+27
| * | cxl/region: Fix a race condition in memory hotplug notifierHuang Ying2024-07-021-4/+15
| * | cxl: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-021-0/+1
| * | cxl/events: Use a common struct for DRAM and General Media eventsFabio M. De Francesco2024-07-022-17/+17
| |/
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\ \
| * | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
| |/
* | cxl/region: check interleave capabilityYao Xingtao2024-06-252-0/+95
* | cxl/region: Avoid null pointer dereference in region lookupAlison Schofield2024-06-251-4/+15
* | cxl/mem: Fix no cxl_nvd during pmem region auto-assemblingLi Ming2024-06-192-6/+12
|/
* cxl/region: Fix memregion leaks in devm_cxl_add_region()Li Zhijian2024-05-291-9/+9
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-16/+16
* Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-212-4/+33
|\
| * cxl: Add post-reset warning if reset results in loss of previously committed ...Dave Jiang2024-05-081-0/+29
| * PCI/CXL: Move CXL Vendor ID to pci_ids.hDave Jiang2024-05-082-4/+4
* | Merge tag 'cxl-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-05-157-184/+253
|\ \
| * | cxl/region: Convert cxl_pmem_region_alloc to scope-based resource managementDan Williams2024-05-011-26/+17
| * | cxl/region: Fix cxlr_pmem leaksLi Zhijian2024-04-301-0/+1
| * | Merge remote-tracking branch 'cxl/for-6.10/dpa-to-hpa' into cxl-for-nextDave Jiang2024-04-306-154/+216
| |\ \
| | * | cxl/core: Add region info to cxl_general_media and cxl_dram eventsAlison Schofield2024-04-302-15/+65
| | * | cxl/region: Move cxl_trace_hpa() work to the region driverAlison Schofield2024-04-304-93/+98
| | * | cxl/region: Move cxl_dpa_to_region() work to the region driverAlison Schofield2024-04-303-44/+51
| | * | cxl/trace: Correct DPA field masks for general_media & dram eventsAlison Schofield2024-04-301-2/+2