This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 821c9e515db5 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 2c0c883f895f remoteproc: qcom: pas: Conclude the rename from adsp new f9262233b771 dt-bindings: remoteproc: qcom,sm8150-pas: Document QCS615 [...] new b0dc512ab7ba remoteproc: Don't use %pK through printk new f6588dea0ab2 dt-bindings: remoteproc: qcom,sa8775p-pas: Correct the int [...] new 82a4277fa5e0 remoteproc: xlnx: Allow single core use in split mode new 209be2857bcc remoteproc: xlnx: Add shutdown callback new 699cdd706290 remoteproc: xlnx: Disable unsupported features new 1c20224123f4 remoteproc: xlnx: Fix kernel-doc warnings new 111857421c93 Merge tag 'rproc-v6.17' of git://git.kernel.org/pub/scm/li [...] new 7ac6612d6b79 Documentation/driver-api/cxl: Introduce conventions.rst new 38b502e0a652 cxl/pci: Replace mutex_lock_io() w mutex_lock() for mailbo [...] new 60da1f685a94 cxl_test: Limit location for fake CFMWS to mappable range new 5af29a583a17 Documentation: cxl: fix typos and improve clarity in memor [...] new 7d14230db8a7 Documentation: fix typo in CXL driver documentation new 8ad85794be61 cxl: docs/devices Fix typos and clarify wording in device- [...] new d7b9056c3a6c cxl/edac: Use correct format specifier for u32 val new ac0fe6a57317 cxl: make cxl_bus_type constant new 5b6031c832c2 cxl/core: Introduce a new helper cxl_resource_contains_addr() new 03ff65c02559 cxl/edac: Fix wrong dpa checking for PPR operation new bdf2d9fd3a86 cxl/core: Using cxl_resource_contains_addr() to check addr [...] new 12b3d697c812 cxl: Remove core/acpi.c and cxl core dependency on ACPI new 857d18f23ab1 cleanup: Introduce ACQUIRE() and ACQUIRE_ERR() for conditi [...] new 683513084acb cxl/mbox: Convert poison list mutex to ACQUIRE() new 7cb3b42a6bce cxl/decoder: Move decoder register programming to a helper new 55a89d9c99a9 cxl/decoder: Drop pointless locking new a235d7d963e8 cxl/region: Split commit_store() into __commit() and queue [...] new 695d9455af28 cxl/region: Move ready-to-probe state check to a helper new b3a88225519c cxl/region: Consolidate cxl_decoder_kill_region() and cxl_ [...] new d03fcf50ba56 cxl: Convert to ACQUIRE() for conditional rwsem locking new b873adfddeeb Merge branch 'for-6.17/cxl-acquire' into cxl-for-next new b2df55a98672 cleanup: Fix documentation build error for ACQUIRE updates new 3796f2985c26 cxl: Fix -Werror=return-type in cxl_decoder_detach() new 49d6e658e758 cxl/region: Fix an ERR_PTR() vs NULL bug new 1f4f8166110f cxl/events: Update Common Event Record to CXL spec rev 3.2 new cd3b36cfc659 cxl/events: Add extra validity checks for corrected memory [...] new d8145bb8af5c cxl/events: Add extra validity checks for CVME count in DR [...] new f10f46a0ee53 cxl/events: Trace Memory Sparing Event Record new 3a32c5b3bb7d Merge branch 'for-6.17/cxl-events-updates' into cxl-for-next new f11a5f89910a Documentation/ABI/testing/debugfs-cxl: Add 'cxl' to clear_ [...] new d41e5839d800 Merge tag 'cxl-for-6.17' of git://git.kernel.org/pub/scm/l [...] new 963f1b20a8d2 parisc: Makefile: fix a typo in palo.conf new 305ab0a748c5 parisc: Makefile: explain that 64BIT requires both 32-bit [...] new cb22f247f371 parisc: Update comments in make_insert_tlb new 91428ca9320e parisc: Check region is readable by user in raw_copy_from_user() new 52ce9406a962 parisc: Rename pte_needs_flush() to pte_needs_cache_flush( [...] new 802e55488bc2 parisc: Define and use set_pte_at() new f92a5e36b0c4 parisc: Try to fixup kernel exception in bad_area_nosemaph [...] new 4eab1c27ce1f parisc: Drop WARN_ON_ONCE() from flush_cache_vmap new f6334f4ae9a4 parisc: Revise gateway LWS calls to probe user read access new 89f686a0fb6e parisc: Revise __get_user() to probe user read access new 0905809b38bd Merge tag 'parisc-for-6.17-rc1' of git://git.kernel.org/pu [...]
The 51 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/ABI/testing/debugfs-cxl | 2 +- .../bindings/remoteproc/qcom,sa8775p-pas.yaml | 2 +- .../bindings/remoteproc/qcom,sm8150-pas.yaml | 65 ++- Documentation/driver-api/cxl/conventions.rst | 47 ++ .../driver-api/cxl/devices/device-types.rst | 10 +- Documentation/driver-api/cxl/index.rst | 1 + Documentation/driver-api/cxl/linux/cxl-driver.rst | 2 +- .../driver-api/cxl/theory-of-operation.rst | 12 +- arch/parisc/Makefile | 6 +- arch/parisc/include/asm/pgtable.h | 7 +- arch/parisc/include/asm/special_insns.h | 28 + arch/parisc/include/asm/uaccess.h | 21 +- arch/parisc/kernel/cache.c | 6 +- arch/parisc/kernel/entry.S | 17 +- arch/parisc/kernel/syscall.S | 30 +- arch/parisc/lib/memcpy.c | 19 +- arch/parisc/mm/fault.c | 4 + drivers/cxl/acpi.c | 59 ++ drivers/cxl/core/Makefile | 1 - drivers/cxl/core/acpi.c | 11 - drivers/cxl/core/cdat.c | 6 +- drivers/cxl/core/core.h | 36 +- drivers/cxl/core/edac.c | 55 +- drivers/cxl/core/hdm.c | 125 +++-- drivers/cxl/core/mbox.c | 37 +- drivers/cxl/core/memdev.c | 52 +- drivers/cxl/core/port.c | 29 +- drivers/cxl/core/region.c | 486 ++++++++-------- drivers/cxl/core/trace.h | 133 ++++- drivers/cxl/cxl.h | 17 +- drivers/cxl/cxlmem.h | 12 +- drivers/cxl/pci.c | 2 +- drivers/remoteproc/Kconfig | 11 +- drivers/remoteproc/omap_remoteproc.c | 2 +- drivers/remoteproc/pru_rproc.c | 2 +- drivers/remoteproc/qcom_q6v5_pas.c | 621 ++++++++++----------- drivers/remoteproc/remoteproc_core.c | 2 +- drivers/remoteproc/remoteproc_virtio.c | 2 +- drivers/remoteproc/st_slim_rproc.c | 2 +- drivers/remoteproc/ti_k3_common.c | 4 +- drivers/remoteproc/ti_k3_r5_remoteproc.c | 2 +- drivers/remoteproc/xlnx_r5_remoteproc.c | 74 ++- drivers/rpmsg/virtio_rpmsg_bus.c | 2 +- include/cxl/event.h | 37 +- include/linux/cleanup.h | 94 +++- include/linux/mutex.h | 2 +- include/linux/rwsem.h | 3 +- tools/testing/cxl/Kbuild | 1 - tools/testing/cxl/config_check.c | 1 + tools/testing/cxl/test/cxl.c | 7 +- 50 files changed, 1360 insertions(+), 849 deletions(-) create mode 100644 Documentation/driver-api/cxl/conventions.rst delete mode 100644 drivers/cxl/core/acpi.c