Age | Commit message (Expand) | Author | Files | Lines |
2025-04-21 | cxl/core/regs.c: Skip Memory Space Enable check for RCD and RCH Ports | Smita Koralahalli | 1 | -4/+0 |
2025-04-18 | cxl/feature: Update out_len in set feature failure case | Li Ming | 1 | -1/+1 |
2025-04-18 | cxl: Fix devm host device for CXL fwctl initialization | Dave Jiang | 2 | -3/+3 |
2025-04-09 | cxl/pci: Drop the parameter is_port of cxl_gpf_get_dvsec() | Li Ming | 3 | -5/+11 |
2025-04-09 | cxl/pci: Update Port GPF timeout only when the first EP attaching | Li Ming | 1 | -6/+4 |
2025-04-09 | cxl/core: Fix caching dport GPF DVSEC issue | Li Ming | 4 | -12/+12 |
2025-04-02 | Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 21 | -450/+1267 |
2025-04-01 | Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+5 |
2025-03-20 | cxl/region: Fix the first aliased address miscalculation | Li Ming | 1 | -1/+1 |
2025-03-17 | cxl: Add support to handle user feature commands for set feature | Dave Jiang | 1 | -2/+144 |
2025-03-17 | cxl: Add support to handle user feature commands for get feature | Dave Jiang | 1 | -0/+44 |
2025-03-17 | cxl: Add support for fwctl RPC command to enable CXL feature commands | Dave Jiang | 1 | -2/+119 |
2025-03-17 | cxl: Add FWCTL support to CXL | Dave Jiang | 3 | -0/+77 |
2025-03-17 | Merge branch 'for-6.15/features' into cxl-for-next | Dave Jiang | 8 | -96/+463 |
2025-03-14 | cxl/region: Quiet some dev_warn()s in extended linear cache setup | Alison Schofield | 1 | -8/+5 |
2025-03-14 | cxl: Fix warning from emitting resource_size_t as long long int on 32bit systems | Dave Jiang | 1 | -2/+2 |
2025-03-14 | cxl/mem: Do not return error if CONFIG_CXL_MCE unset | Li Ming | 1 | -1/+3 |
2025-03-14 | Merge branch 'for-6.15/extended-linear-cache' into cxl-for-next2 | Dave Jiang | 11 | -21/+261 |
2025-03-14 | Merge branch 'for-6.15/dirty-shutdown' into cxl-for-next2 | Dave Jiang | 8 | -0/+238 |
2025-03-14 | Merge branch 'for-6.15/guard_cleanups' into cxl-for-next2 | Dave Jiang | 5 | -118/+88 |
2025-03-14 | cxl/pmem: Export dirty shutdown count via sysfs | Davidlohr Bueso | 4 | -8/+104 |
2025-03-14 | cxl/pmem: Rename cxl_dirty_shutdown_state() | Davidlohr Bueso | 3 | -4/+4 |
2025-03-14 | cxl/pci: Introduce cxl_gpf_get_dvsec() | Davidlohr Bueso | 2 | -10/+22 |
2025-03-14 | cxl/pci: Support Global Persistent Flush (GPF) | Davidlohr Bueso | 8 | -0/+131 |
2025-03-14 | cxl/pmem: debug invalid serial number data | Yuquan Wang | 1 | -2/+10 |
2025-03-14 | cxl/cdat: Remove redundant gp_port initialization | Li Ming | 1 | -1/+0 |
2025-03-14 | cxl/memdev: Remove unused partition values | Ira Weiny | 2 | -8/+0 |
2025-03-14 | cxl/region: Drop goto pattern of construct_region() | Li Ming | 1 | -32/+39 |
2025-03-14 | cxl/region: Drop goto pattern in cxl_dax_region_alloc() | Li Ming | 1 | -11/+5 |
2025-03-14 | cxl/core: Use guard() to drop goto pattern of cxl_dpa_alloc() | Li Ming | 1 | -15/+14 |
2025-03-14 | cxl/core: Use guard() to drop the goto pattern of cxl_dpa_free() | Li Ming | 1 | -16/+8 |
2025-03-14 | cxl/memdev: cxl_memdev_ioctl() cleanup | Li Ming | 1 | -5/+3 |
2025-03-14 | cxl/core: cxl_mem_sanitize() cleanup | Li Ming | 1 | -7/+3 |
2025-03-14 | cxl/core: Use guard() to replace open-coded down_read/write() | Li Ming | 4 | -27/+13 |
2025-03-14 | Merge branch 'for-6.15/fw-first-error-logging' into cxl-for-next2 | Dave Jiang | 5 | -0/+177 |
2025-03-14 | cxl/pci: Add trace logging for CXL PCIe Port RAS errors | Smita Koralahalli | 2 | -0/+84 |
2025-03-14 | acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors | Smita Koralahalli | 4 | -0/+93 |
2025-02-26 | cxl: Add mce notifier to emit aliased address for extended linear cache | Dave Jiang | 8 | -0/+132 |
2025-02-26 | cxl: Add extended linear cache address alias emission for cxl events | Dave Jiang | 3 | -15/+35 |
2025-02-26 | acpi/hmat / cxl: Add extended linear cache support for CXL | Dave Jiang | 5 | -7/+96 |
2025-02-26 | cxl: Setup exclusive CXL features that are reserved for the kernel | Dave Jiang | 1 | -0/+28 |
2025-02-26 | cxl/mbox: Add SET_FEATURE mailbox command | Shiju Jose | 2 | -0/+84 |
2025-02-26 | cxl/mbox: Add GET_FEATURE mailbox command | Shiju Jose | 2 | -0/+57 |
2025-02-26 | cxl: Add Get Supported Features command for kernel usage | Dave Jiang | 5 | -0/+195 |
2025-02-26 | cxl: Enumerate feature commands | Dave Jiang | 2 | -1/+38 |
2025-02-24 | cxl: Refactor user ioctl command path from mds to mailbox | Dave Jiang | 4 | -95/+61 |
2025-02-21 | cxl/port: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -5/+5 |
2025-02-04 | cxl: Cleanup partition size and perf helpers | Dan Williams | 3 | -73/+57 |
2025-02-04 | cxl: Kill enum cxl_decoder_mode | Dan Williams | 8 | -175/+134 |
2025-02-04 | cxl: Make cxl_dpa_alloc() DPA partition number agnostic | Dan Williams | 2 | -57/+156 |
2025-02-04 | cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info' | Dan Williams | 6 | -88/+185 |
2025-02-04 | cxl: Introduce to_{ram,pmem}_{res,perf}() helpers | Dan Williams | 7 | -79/+148 |
2025-02-04 | cxl: Remove the CXL_DECODER_MIXED mistake | Dan Williams | 3 | -18/+4 |
2025-01-29 | Merge tag 'cxl-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 6 | -71/+264 |
2025-01-22 | cxl/core/regs: Refactor out functions to count regblocks of given type | Huaisheng Ye | 3 | -24/+41 |
2025-01-13 | cxl/events: Update Memory Module Event Record to CXL spec rev 3.1 | Shiju Jose | 1 | -8/+54 |
2025-01-13 | cxl/events: Update DRAM Event Record to CXL spec rev 3.1 | Shiju Jose | 1 | -18/+54 |
2025-01-13 | cxl/events: Update General Media Event Record to CXL spec rev 3.1 | Shiju Jose | 1 | -12/+78 |
2025-01-13 | cxl/events: Add Component Identifier formatting for CXL spec rev 3.1 | Shiju Jose | 1 | -0/+22 |
2025-01-13 | cxl/events: Update Common Event Record to CXL spec rev 3.1 | Shiju Jose | 1 | -4/+9 |
2025-01-13 | Merge 6.13-rc7 into driver-core-next | Greg Kroah-Hartman | 2 | -9/+22 |
2025-01-10 | driver core: Correct API device_for_each_child_reverse_from() prototype | Zijun Hu | 2 | -2/+2 |
2025-01-03 | cxl/pmem: Remove is_cxl_nvdimm_bridge() | Zijun Hu | 2 | -7/+0 |
2025-01-03 | cxl/pmem: Replace match_nvdimm_bridge() with API device_match_type() | Zijun Hu | 1 | -6/+3 |
2025-01-03 | driver core: Constify API device_find_child() and adapt for various usages | Zijun Hu | 3 | -12/+15 |
2025-01-02 | cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode() | Alejandro Lucero | 3 | -5/+6 |
2024-12-10 | cxl/region: Fix region creation for greater than x2 switches | Huaisheng Ye | 1 | -7/+18 |
2024-12-10 | cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessing | Li Ming | 1 | -0/+3 |
2024-12-10 | cxl/pci: Fix potential bogus return value upon successful probing | Davidlohr Bueso | 1 | -2/+1 |
2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 16 | -109/+109 |
2024-11-29 | Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2024-11-22 | Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 7 | -47/+193 |
2024-11-08 | Merge branch 'cxl/for-6.13/dcd-prep' into cxl-for-next | Dave Jiang | 3 | -36/+21 |
2024-11-08 | cxl/region: Refactor common create region code | Ira Weiny | 1 | -17/+11 |
2024-11-08 | cxl/hdm: Use guard() in cxl_dpa_set_mode() | Ira Weiny | 1 | -15/+6 |
2024-11-08 | cxl/pci: Delay event buffer allocation | Ira Weiny | 1 | -4/+4 |
2024-11-05 | sysfs: treewide: constify attribute callback of bin_is_visible() | Thomas Weißschuh | 1 | -1/+1 |
2024-10-28 | Merge branch 'cxl/for-6.12/printf' into cxl-for-next | Dave Jiang | 1 | -4/+4 |
2024-10-28 | cxl/cdat: Use %pra for dpa range outputs | Ira Weiny | 1 | -4/+4 |
2024-10-28 | cxl: downgrade a warning message to debug level in cxl_probe_component_regs() | Coly Li | 1 | -1/+1 |
2024-10-28 | cxl/pci: Add sysfs attribute for CXL 1.1 device link status | Kobayashi,Daisuke | 1 | -0/+78 |
2024-10-28 | cxl/core/regs: Add rcd_pcie_cap initialization | Kobayashi,Daisuke | 4 | -6/+89 |
2024-10-25 | cxl/port: Prevent out-of-order decoder allocation | Dan Williams | 1 | -10/+33 |
2024-10-25 | cxl/port: Fix use-after-free, permit out-of-order decoder shutdown | Dan Williams | 3 | -44/+57 |
2024-10-25 | cxl/acpi: Ensure ports ready at cxl_acpi_probe() return | Dan Williams | 1 | -0/+7 |
2024-10-25 | cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices() | Dan Williams | 1 | -3/+10 |
2024-10-25 | cxl/port: Fix CXL port initialization order when the subsystem is built-in | Dan Williams | 3 | -7/+31 |
2024-10-25 | cxl/events: Fix Trace DRAM Event Record | Shiju Jose | 1 | -3/+14 |
2024-10-24 | cxl/core: Return error when cxl_endpoint_gather_bandwidth() handles a non-PCI... | Li Zhijian | 1 | -0/+3 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 5 | -5/+5 |
2024-09-27 | Merge tag 'cxl-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 14 | -381/+926 |
2024-09-22 | cxl: Calculate region bandwidth of targets with shared upstream link | Dave Jiang | 6 | -10/+537 |
2024-09-22 | cxl: Preserve the CDAT access_coordinate for an endpoint | Dave Jiang | 2 | -4/+8 |
2024-09-18 | cxl: Fix comment regarding cxl_query_cmd() return data | Dave Jiang | 1 | -1/+1 |
2024-09-12 | cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input | Dave Jiang | 6 | -44/+54 |
2024-09-12 | cxl: Move mailbox related bits to the same context | Dave Jiang | 5 | -62/+116 |
2024-09-09 | cxl: move cxl headers to new include/cxl/ directory | Dave Jiang | 2 | -2/+2 |
2024-09-09 | cxl/region: Remove lock from memory notifier callback | Ira Weiny | 1 | -24/+30 |
2024-09-09 | cxl/pci: simplify the check of mem_enabled in cxl_hdm_decode_init() | Yanfei Xu | 1 | -10/+11 |
2024-09-09 | cxl/pci: Check Mem_info_valid bit for each applicable DVSEC | Yanfei Xu | 1 | -4/+4 |
2024-09-09 | cxl/pci: Remove duplicated implementation of waiting for memory_info_valid | Yanfei Xu | 3 | -38/+7 |
2024-09-09 | cxl/pci: Fix to record only non-zero ranges | Yanfei Xu | 1 | -7/+1 |
2024-09-03 | mm: make range-to-target_node lookup facility a part of numa_memblks | Mike Rapoport (Microsoft) | 1 | -1/+1 |
2024-09-03 | cxl/pci: Remove duplicate host_bridge->native_aer checking | Li Ming | 1 | -11/+6 |
2024-09-03 | cxl/pci: cxl_dport_map_rch_aer() cleanup | Li Ming | 1 | -20/+13 |
2024-09-03 | cxl/pci: Rename cxl_setup_parent_dport() and cxl_dport_map_regs() | Li Ming | 3 | -7/+13 |
2024-09-03 | cxl/port: Refactor __devm_cxl_add_port() to drop goto pattern | Li Ming | 1 | -24/+35 |
2024-09-03 | cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_port | Li Ming | 5 | -87/+72 |
2024-09-03 | cxl/port: Use __free() to drop put_device() for cxl_port | Li Ming | 5 | -29/+20 |
2024-09-03 | cxl: Remove duplicate included header file core.h | Hongbo Li | 1 | -1/+0 |
2024-09-03 | cxl/port: Convert to use ERR_CAST() | Yuesong Li | 1 | -1/+1 |
2024-08-09 | cxl/pci: Get AER capability address from RCRB only for RCH dport | Li Ming | 1 | -4/+6 |
2024-07-28 | Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 13 | -146/+174 |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -5/+2 |
2024-07-17 | cxl/core/pci: Move reading of control register to immediately before usage | Foryun Ma | 1 | -4/+4 |
2024-07-11 | Merge branch 'for-6.11/xor_fixes' into cxl-for-next | Dave Jiang | 7 | -112/+76 |
2024-07-11 | cxl: Remove defunct code calculating host bridge target positions | Alison Schofield | 3 | -84/+4 |
2024-07-11 | cxl/region: Verify target positions using the ordered target list | Alison Schofield | 1 | -1/+4 |
2024-07-11 | cxl: Restore XOR'd position bits during address translation | Alison Schofield | 3 | -9/+57 |
2024-07-11 | cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa() | Alison Schofield | 4 | -27/+20 |
2024-07-10 | cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reached | Alison Schofield | 1 | -1/+1 |
2024-07-10 | cxl/acpi: Warn on mixed CXL VH and RCH/RCD Hierarchy | Fabio M. De Francesco | 1 | -7/+27 |
2024-07-10 | cxl/core: Fix incorrect vendor debug UUID define | peng guo | 1 | -1/+1 |
2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 2 | -5/+2 |
2024-07-02 | cxl/region: Simplify cxl_region_nid() | Huang Ying | 1 | -6/+4 |
2024-07-02 | cxl/region: Support to calculate memory tier abstract distance | Huang Ying | 2 | -0/+29 |
2024-07-02 | cxl/region: Fix a race condition in memory hotplug notifier | Huang Ying | 1 | -4/+15 |
2024-07-02 | cxl: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 6 | -0/+6 |
2024-07-02 | cxl/events: Use a common struct for DRAM and General Media events | Fabio M. De Francesco | 2 | -17/+17 |
2024-06-25 | cxl: documentation: add missing files to cxl driver-api | Yao Xingtao | 1 | -5/+6 |
2024-06-25 | cxl/region: check interleave capability | Yao Xingtao | 4 | -0/+107 |
2024-06-25 | cxl/region: Avoid null pointer dereference in region lookup | Alison Schofield | 1 | -4/+15 |
2024-06-18 | cxl/mem: Fix no cxl_nvd during pmem region auto-assembling | Li Ming | 4 | -16/+23 |
2024-05-28 | cxl/region: Fix memregion leaks in devm_cxl_add_region() | Li Zhijian | 1 | -9/+9 |
2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) | 1 | -16/+16 |
2024-05-21 | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -6/+58 |
2024-05-15 | Merge tag 'cxl-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 13 | -229/+385 |
2024-05-08 | cxl: Add post-reset warning if reset results in loss of previously committed ... | Dave Jiang | 3 | -0/+53 |
2024-05-08 | PCI/CXL: Move CXL Vendor ID to pci_ids.h | Dave Jiang | 4 | -6/+5 |
2024-05-01 | Merge remote-tracking branch 'cxl/for-6.10/cper' into cxl-for-next | Dave Jiang | 1 | -1/+70 |
2024-05-01 | cxl/pci: Process CPER events | Ira Weiny | 1 | -1/+70 |
2024-05-01 | cxl/region: Convert cxl_pmem_region_alloc to scope-based resource management | Dan Williams | 1 | -26/+17 |
2024-05-01 | cxl/acpi: Cleanup __cxl_parse_cfmws() | Dan Williams | 2 | -42/+56 |
2024-04-30 | cxl/region: Fix cxlr_pmem leaks | Li Zhijian | 1 | -0/+1 |
2024-04-30 | Merge remote-tracking branch 'cxl/for-6.10/dpa-to-hpa' into cxl-for-next | Dave Jiang | 6 | -154/+216 |
2024-04-30 | cxl/core: Add region info to cxl_general_media and cxl_dram events | Alison Schofield | 2 | -15/+65 |
2024-04-30 | cxl/region: Move cxl_trace_hpa() work to the region driver | Alison Schofield | 4 | -93/+98 |
2024-04-30 | cxl/region: Move cxl_dpa_to_region() work to the region driver | Alison Schofield | 3 | -44/+51 |
2024-04-30 | cxl/trace: Correct DPA field masks for general_media & dram events | Alison Schofield | 1 | -2/+2 |
2024-04-30 | Merge remote-tracking branch 'cxl/for-6.10/add-log-mbox-cmds' into cxl-for-next | Dave Jiang | 2 | -0/+15 |
2024-04-30 | cxl/hdm: Debug, use decoder name function | Ira Weiny | 1 | -2/+1 |
2024-04-30 | cxl: Fix use of phys_to_target_node() for x86 | Robert Richter | 1 | -0/+1 |
2024-04-30 | cxl/hdm: dev_warn() on unsupported mixed mode decoder | Alison Schofield | 1 | -2/+2 |
2024-04-30 | cxl/hdm: Add debug message for invalid interleave granularity | Huang Ying | 1 | -1/+5 |
2024-04-30 | cxl: Fix compile warning for cxl_security_ops extern | Dave Jiang | 2 | -2/+2 |
2024-04-30 | cxl/mbox: Add Clear Log mailbox command | Srinivasulu Thanneeru | 2 | -0/+11 |
2024-04-30 | cxl/mbox: Add Get Log Capabilities and Get Supported Logs Sub-List commands | Srinivasulu Thanneeru | 2 | -0/+4 |
2024-04-29 | cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCH | Dave Jiang | 1 | -1/+14 |
2024-04-22 | cxl/core: Fix potential payload size confusion in cxl_mem_get_poison() | Dan Williams | 1 | -21/+17 |
2024-04-11 | Merge tag 'cxl-fixes-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -141/+158 |
2024-04-08 | cxl: Add checks to access_coordinate calculation to fail missing data | Dave Jiang | 1 | -1/+18 |
2024-04-08 | cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord | Dave Jiang | 5 | -44/+88 |
2024-04-08 | cxl: Fix incorrect region perf data calculation | Dave Jiang | 4 | -100/+45 |
2024-04-08 | cxl: Fix retrieving of access_coordinates in PCIe path | Dave Jiang | 1 | -13/+22 |
2024-04-05 | cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates() | Dave Jiang | 1 | -1/+1 |
2024-04-03 | cxl/core: Fix initialization of mbox_cmd.size_out in get event | Kwangjin Ko | 1 | -1/+2 |
2024-03-26 | cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before ass... | Dave Jiang | 1 | -2/+3 |
2024-03-26 | cxl/mem: Fix for the index of Clear Event Record Handle | Yuquan Wang | 1 | -1/+1 |
2024-03-27 | cxl: remove CONFIG_CXL_PMU entry in drivers/cxl/Kconfig | Masahiro Yamada | 1 | -13/+0 |
2024-03-18 | Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra... | Linus Torvalds | 1 | -7/+7 |
2024-03-18 | cxl/trace: Properly initialize cxl_poison region name | Alison Schofield | 1 | -7/+7 |
2024-03-13 | Merge branch 'for-6.9/cxl-fixes' into for-6.9/cxl | Dan Williams | 1 | -15/+15 |
2024-03-13 | Merge branch 'for-6.9/cxl-einj' into for-6.9/cxl | Dan Williams | 1 | -0/+41 |
2024-03-13 | Merge branch 'for-6.9/cxl-qos' into for-6.9/cxl | Dan Williams | 6 | -33/+342 |
2024-03-13 | lib/firmware_table: Provide buffer length argument to cdat_table_parse() | Robert Richter | 2 | -4/+10 |
2024-03-12 | cxl/pci: Get rid of pointer arithmetic reading CDAT table | Robert Richter | 2 | -36/+65 |
2024-03-12 | cxl/pci: Rename DOE mailbox handle to doe_mb | Robert Richter | 1 | -10/+10 |
2024-03-12 | cxl: Fix the incorrect assignment of SSLBIS entry pointer initial location | Dave Jiang | 1 | -15/+15 |
2024-03-12 | cxl/core: Add CXL EINJ debugfs files | Ben Cheatham | 1 | -0/+41 |
2024-03-12 | cxl/region: Deal with numa nodes not enumerated by SRAT | Dave Jiang | 3 | -1/+12 |
2024-03-12 | cxl/region: Add memory hotplug notifier for cxl region | Dave Jiang | 4 | -0/+80 |
2024-03-12 | cxl/region: Add sysfs attribute for locality attributes of CXL regions | Dave Jiang | 1 | -0/+94 |
2024-03-12 | cxl/region: Calculate performance data for a region | Dave Jiang | 3 | -0/+71 |
2024-03-12 | cxl: Set cxlmd->endpoint before adding port device | Dave Jiang | 1 | -1/+1 |
2024-03-12 | cxl: Move QoS class to be calculated from the nearest CPU | Dave Jiang | 1 | -3/+3 |
2024-03-12 | cxl: Split out host bridge access coordinates | Dave Jiang | 3 | -9/+56 |
2024-03-12 | cxl: Split out combine_coordinates() for common shared usage | Dave Jiang | 3 | -25/+29 |
2024-03-12 | ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c... | Dave Jiang | 3 | -5/+7 |
2024-02-20 | cxl/acpi: Fix load failures due to single window creation failure | Dan Williams | 1 | -18/+28 |
2024-02-20 | Merge branch 'for-6.8/cxl-cper' into for-6.8/cxl | Dan Williams | 2 | -59/+4 |
2024-02-20 | acpi/ghes: Remove CXL CPER notifications | Dan Williams | 1 | -56/+1 |
2024-02-16 | cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window | Robert Richter | 1 | -3/+3 |
2024-02-16 | cxl: Fix sysfs export of qos_class for memdev | Dave Jiang | 4 | -36/+66 |
2024-02-16 | cxl: Remove unnecessary type cast in cxl_qos_class_verify() | Dave Jiang | 1 | -2/+1 |
2024-02-16 | cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p... | Dave Jiang | 4 | -90/+34 |
2024-02-16 | cxl/region: Allow out of order assembly of autodiscovered regions | Alison Schofield | 1 | -10/+38 |
2024-02-16 | cxl/region: Handle endpoint decoders in cxl_region_find_decoder() | Alison Schofield | 1 | -6/+8 |
2024-02-09 | Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+3 |
2024-02-03 | cxl/trace: Remove unnecessary memcpy's | Ira Weiny | 1 | -3/+3 |
2024-01-29 | cxl/pci: Skip to handle RAS errors if CXL.mem device is detached | Li Ming | 1 | -12/+31 |