]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'for-6.11/xor_fixes' into cxl-for-next
authorDave Jiang <dave.jiang@intel.com>
Thu, 11 Jul 2024 23:30:18 +0000 (16:30 -0700)
committerDave Jiang <dave.jiang@intel.com>
Thu, 11 Jul 2024 23:47:47 +0000 (16:47 -0700)
commit56478475560bde71dd3ef944b5013900272db273
treeb482c6892ef9774b84d06d789cd109feef1684d7
parent3a8617c7df6eb351227aad9b0df647f34a7ef423
parent8f55ada796565ce801418bf579f31a6a522d0337
Merge branch 'for-6.11/xor_fixes' into cxl-for-next

Series to fix XOR math for DPA to SPA translation
- Refactor and fold cxl_trace_hpa() into cxl_dpa_to_hpa()
- Complete DPA->HPA->SPA translation and correct XOR translation issue
- Add new method to verify a CXL target position
- Remove old method of CXL target position verifiation
drivers/cxl/acpi.c
drivers/cxl/core/mbox.c
drivers/cxl/core/port.c
drivers/cxl/core/region.c
drivers/cxl/core/trace.h
drivers/cxl/cxl.h