summaryrefslogtreecommitdiffstats
path: root/drivers/cxl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cxl-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-09-2714-381/+926
|\
| * cxl: Calculate region bandwidth of targets with shared upstream linkDave Jiang2024-09-236-10/+537
| * cxl: Preserve the CDAT access_coordinate for an endpointDave Jiang2024-09-232-4/+8
| * 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-126-44/+54
| * cxl: Move mailbox related bits to the same contextDave Jiang2024-09-125-62/+116
| * cxl: move cxl headers to new include/cxl/ directoryDave Jiang2024-09-102-2/+2
| * 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-093-38/+7
| * 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-043-7/+13
| * 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-035-87/+72
| * cxl/port: Use __free() to drop put_device() for cxl_portLi Ming2024-09-035-29/+20
| * 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
* | mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)2024-09-041-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-2813-146/+174
|\
| * 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-127-112/+76
| |\
| | * cxl: Remove defunct code calculating host bridge target positionsAlison Schofield2024-07-123-84/+4
| | * 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-123-9/+57
| | * cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()Alison Schofield2024-07-124-27/+20
| * | cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield2024-07-111-1/+1
| * | cxl/acpi: Warn on mixed CXL VH and RCH/RCD HierarchyFabio M. De Francesco2024-07-111-7/+27
| * | cxl/core: Fix incorrect vendor debug UUID definepeng guo2024-07-111-1/+1
| * | cxl/region: Simplify cxl_region_nid()Huang Ying2024-07-021-6/+4
| * | cxl/region: Support to calculate memory tier abstract distanceHuang Ying2024-07-022-0/+29
| * | cxl/region: Fix a race condition in memory hotplug notifierHuang Ying2024-07-021-4/+15
| * | cxl: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-026-0/+6
| * | 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-252-5/+2
|\ \
| * | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-032-5/+2
| |/
* | cxl: documentation: add missing files to cxl driver-apiYao Xingtao2024-06-251-5/+6
* | cxl/region: check interleave capabilityYao Xingtao2024-06-254-0/+107
* | 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-194-16/+23
|/
* 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-215-6/+58
|\
| * cxl: Add post-reset warning if reset results in loss of previously committed ...Dave Jiang2024-05-083-0/+53
| * PCI/CXL: Move CXL Vendor ID to pci_ids.hDave Jiang2024-05-084-6/+5
* | Merge tag 'cxl-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-05-1513-229/+385
|\ \
| * \ Merge remote-tracking branch 'cxl/for-6.10/cper' into cxl-for-nextDave Jiang2024-05-011-1/+70
| |\ \