This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3d287bff148 c++: more __is_destructible fixes [PR107600]
new 8fc9e03a70f cobol: Honor HAVE_CLOCK_GETTIME and HAVE_GETTIMEOFDAY. [PR119975]
The 1 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:
gcc/cobol/genapi.cc | 4 +++-
gcc/cobol/genutil.cc | 23 +++++++++++++++++++++++
gcc/cobol/genutil.h | 3 +++
3 files changed, 29 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from d00a83477e7a Merge tag 'input-for-v6.16-rc0' of git://git.kernel.org/pu [...]
new 0c4aba403f4f m68k: coldfire: gpio: use new line value setter callbacks
new 245bb7b95aff m68k/kernel: replace strncpy() with strscpy()
new eb43efd062d1 m68k: Replace memcpy() + manual NUL-termination with strscpy()
new df7b9b4f6bfe Merge tag 'm68knommu-for-v6.16' of git://git.kernel.org/pu [...]
new cd1be30b44d9 KVM: VMX: use __always_inline for is_td_vcpu and is_td
new 9a7cb00a8ff7 x86/cpufeatures: Define X86_FEATURE_AMD_IBRS_SAME_MODE
new 65ca2872015c KVM: x86: Propagate AMD's IbrsSameMode to the guest
new 656d9624bd21 KVM: x86: Generalize IBRS virtualization on emulated VM-exit
new 3fa0fc95db6d x86/msr: Rename the WRMSRNS opcode macro to ASM_WRMSRNS (for KVM)
new ead4dac16de2 KVM: x86: Advertise support for WRMSRNS
new f804dc6aa20f KVM: x86: clean up a return
new 49c140d5af12 KVM: x86: Sort CPUID_8000_0021_EAX leaf bits properly
new d88bb2ded2ef KVM: x86: Advertise support for AMD's PREFETCHI
new b1f7723a5a5b KVM: x86: Isolate edge vs. level check in userspace I/O AP [...]
new c2207bbc0c0f KVM: x86: Add a helper to deduplicate I/O APIC EOI interce [...]
new 87e4951e250b KVM: x86: Rescan I/O APIC routes after EOI interception fo [...]
new c364baad3e4f KVM: VMX: Don't send UNBLOCK when starting device assignme [...]
new 459074cff66f KVM: x86: Add module param to control and enumerate device [...]
new 1bee4838eb3a KVM: SVM: Clear current_vmcb during vCPU free for all *pos [...]
new 54a1a24fea19 KVM: x86: Unify cross-vCPU IBPB
new 37d8bad41d2b KVM: Remove obsolete comment about locking for kvm_io_bus_ [...]
new ebd38b26ecb5 Merge tag 'kvm-x86-misc-6.16' of https://github.com/kvm-x8 [...]
new ea9fcdf76d3d KVM: x86/mmu: Further check old SPTE is leaf for spurious [...]
new d17cc13cc484 KVM: x86/tdp_mmu: Merge prefetch and access checks for spu [...]
new 988da7820206 KVM: x86/tdp_mmu: WARN if PFN changes for spurious faults
new 11d45175111d KVM: x86/mmu: Warn if PFN changes on shadow-present SPTE i [...]
new 6a3d704959bd KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call()
new 5d816c139958 Merge tag 'kvm-x86-mmu-6.16' of https://github.com/kvm-x86 [...]
new 600e9606046a x86/irq: Ensure initial PIR loads are performed exactly once
new 3cdb8261504c x86/irq: Track if IRQ was found in PIR during initial loop [...]
new 6433fc01f9f1 KVM: VMX: Ensure vIRR isn't reloaded at odd times when syn [...]
new f1459315f4d2 x86/irq: KVM: Track PIR bitmap as an "unsigned long" array
new 06b4d0ea226c KVM: VMX: Process PIR using 64-bit accesses on 64-bit kernels
new b41f8638b9d3 KVM: VMX: Isolate pure loads from atomic XCHG when processing PIR
new baf68a0e3bd6 KVM: VMX: Use arch_xchg() when processing PIR to avoid ins [...]
new edaf3eded386 x86/irq: KVM: Add helper for harvesting PIR to deduplicate [...]
new db44dcbdf814 Merge tag 'kvm-x86-pir-6.16' of https://github.com/kvm-x86 [...]
new 68ed692e3954 KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
new c4e1a848d721 KVM: selftests: Add vmgexit helper
new acf064345018 KVM: selftests: Add SMT control state helper
new f694f30e81c4 KVM: selftests: Replace assert() with TEST_ASSERT_EQ()
new 4a4e1e8e92eb KVM: selftests: Introduce SEV VM type check
new 3bf3e0a52123 KVM: selftests: Add library support for interacting with SNP
new b73a30cd9caa KVM: selftests: Force GUEST_MEMFD flag for SNP VM type
new a5d55f783fb7 KVM: selftests: Decouple SEV policy from VM type
new ada014f5fc67 KVM: selftests: Add a basic SEV-SNP smoke test
new 5e9ac644c40f KVM: selftests: Add a test for x86's fastops emulation
new d761c14d902e KVM: selftests: Extract guts of THP accessor to standalone [...]
new 26dcdfa01c33 KVM: selftests: access_tracking_perf_test: Add option to s [...]
new 3a7f9e518c6a cgroup: selftests: Move memcontrol specific helpers out of [...]
new 2c754a84ff16 cgroup: selftests: Move cgroup_util into its own library
new 38e1dd578142 cgroup: selftests: Add API to find root of specific controller
new b11fcb51e2b2 KVM: selftests: Build and link selftests/cgroup/lib into K [...]
new d166453ebd29 KVM: selftests: access_tracking_perf_test: Use MGLRU for a [...]
new 3e0797f6dd78 Merge tag 'kvm-x86-selftests-6.16' of https://github.com/k [...]
new 17a2c62fbf1e KVM: nVMX: Check MSR load/store list counts during VM-Ente [...]
new 798b9b1cb0e5 KVM: VMX: Use LEAVE in vmx_do_interrupt_irqoff()
new a0ee1d5faff1 KVM: VMX: Flush shadow VMCS on emergency reboot
new f2d7993314a3 KVM: x86: Revert kvm_x86_ops.mem_enc_ioctl() back to an OP [...]
new 84ad4d834ce9 KVM: VMX: Move vt_apicv_pre_state_restore() to posted_intr [...]
new 1a81d9d5a1da KVM: VMX: Define a VMX glue macro for kvm_complete_insn_gp()
new 907092bf7cbd KVM: VMX: Clean up and macrofy x86_ops
new 3e89d5fdc70f Merge tag 'kvm-x86-vmx-6.16' of https://github.com/kvm-x86 [...]
new 309d28576f0a KVM: SVM: Fix SNP AP destroy race with VMRUN
new 962e2b6152ef KVM: SVM: Decrypt SEV VMSA in dump_vmcb() if debugging is enabled
new 22f5c2003a18 KVM: SVM: Dump guest register state in dump_vmcb()
new db2645096105 KVM: SVM: Add the type of VM for which the VMCB/VMSA is be [...]
new 0e6b677de730 KVM: SVM: Include the vCPU ID when dumping a VMCB
new 468c27ae0215 KVM: SVM: Add a mutex to dump_vmcb() to prevent concurrent output
new f9f27c4a377a x86/cpufeatures: Add "Allowed SEV Features" Feature
new b6bc164f41db KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field
new bb5081f4abf2 KVM: SVM: avoid frequency indirect calls
new 5ecdb48dd918 KVM: SVM: Treat DEBUGCTL[5:2] as reserved
new e0136112e99d x86/sev: Remove unnecessary GFP_KERNEL_ACCOUNT for tempora [...]
new e9628b011bbd KVM: x86: Make kvm_pio_request.linear_rip a common field f [...]
new faad6645e112 x86/cpufeatures: Add CPUID feature bit for the Bus Lock Threshold
new 827547bc3a2a KVM: SVM: Add architectural definitions/assets for Bus Loc [...]
new 89f9edf4c69d KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs
new 72df72e1c6dd KVM: selftests: Add test to verify KVM_CAP_X86_BUS_LOCK_EXIT
new 4e02d4f9734f Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86 [...]
new c5b6ababd21a locking/mutex: implement mutex_trylock_nested
new fb49f07ba1d9 locking/mutex: implement mutex_lock_killable_nest_lock
new e4a454ced74c KVM: add kvm_lock_all_vcpus and kvm_trylock_all_vcpus
new c560bc9286e6 x86: KVM: SVM: use kvm_lock_all_vcpus instead of a custom [...]
new b586c5d21954 KVM: arm64: use kvm_trylock_all_vcpus when locking all vCPUs
new 8f56770d114b RISC-V: KVM: use kvm_trylock_all_vcpus when locking all vCPUs
new 4dbe28c0fabd rust: add helper for mutex_trylock
new 8e86e7362652 Merge branch 'kvm-lockdep-common' into HEAD
new 3ec8a8330a1a s390/uv: Don't return 0 from make_hva_secure() if the oper [...]
new bd428b8c79ed s390/uv: Always return 0 from s390_wiggle_split_folio() if [...]
new ab73b29efd36 s390/uv: Improve splitting of large folios that cannot be [...]
new af941f3dd8d7 s390: Remove unneeded includes
new 7e42ad66fb5d KVM: s390: Remove unneeded srcu lock
new 200197908dc4 KVM: s390: Refactor and split some gmap helpers
new d6c8097803cb KVM: s390: Simplify and move pv code
new e9ba21fb5dcf Merge tag 'kvm-s390-next-6.16-1' of https://git.kernel.org [...]
new 438e22801b19 rtmutex_api: provide correct extern functions
new 94d889713d8b arm64: sysreg: Drag linux/kconfig.h to work around vdso bu [...]
new 667304740537 KVM: arm64: Mask out non-VA bits from TLBI VA* on VNCR inv [...]
new 761aabe76e6b KVM: arm64: Use lock guard in vgic_v4_set_forwarding()
new fc4dafe87b93 KVM: arm64: Protect vLPI translation with vgic_irq::irq_lock
new 05b9405f2fa1 KVM: arm64: Resolve vLPI by host IRQ in vgic_v4_unset_forw [...]
new 4bf3693d36af KVM: arm64: Unmap vLPIs affected by changes to GSI routing [...]
new 07212d16adc7 KVM: arm64: vgic-init: Plug vCPU vs. VGIC creation race
new 4d62121ce9b5 KVM: arm64: vgic-debug: Avoid dereferencing NULL ITE pointer
new 61374cc145f4 Merge tag 'kvmarm-fixes-6.16-1' of https://git.kernel.org/ [...]
new 7f9039c524a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 107 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/virt/kvm/api.rst | 5 +
MAINTAINERS | 2 +
arch/arm64/include/asm/kvm_host.h | 3 -
arch/arm64/include/asm/sysreg.h | 1 +
arch/arm64/kvm/arch_timer.c | 4 +-
arch/arm64/kvm/arm.c | 69 ++--
arch/arm64/kvm/nested.c | 6 +-
arch/arm64/kvm/vgic/vgic-debug.c | 5 +-
arch/arm64/kvm/vgic/vgic-init.c | 31 +-
arch/arm64/kvm/vgic/vgic-its.c | 56 +--
arch/arm64/kvm/vgic/vgic-kvm-device.c | 12 +-
arch/arm64/kvm/vgic/vgic-v4.c | 92 ++---
arch/m68k/coldfire/gpio.c | 8 +-
arch/m68k/kernel/setup_no.c | 3 +-
arch/m68k/kernel/uboot.c | 2 +-
arch/riscv/kvm/aia_device.c | 34 +-
arch/s390/include/asm/gmap.h | 2 -
arch/s390/include/asm/gmap_helpers.h | 15 +
arch/s390/include/asm/tlb.h | 1 +
arch/s390/include/asm/uv.h | 1 -
arch/s390/kernel/uv.c | 97 +++++-
arch/s390/kvm/Makefile | 2 +-
arch/s390/kvm/diag.c | 30 +-
arch/s390/kvm/gaccess.c | 3 +-
arch/s390/kvm/gmap-vsie.c | 1 -
arch/s390/kvm/gmap.c | 121 -------
arch/s390/kvm/gmap.h | 39 ---
arch/s390/kvm/intercept.c | 9 +-
arch/s390/kvm/kvm-s390.c | 10 +-
arch/s390/kvm/kvm-s390.h | 42 +++
arch/s390/kvm/priv.c | 6 +-
arch/s390/kvm/pv.c | 61 +++-
arch/s390/kvm/vsie.c | 19 +-
arch/s390/mm/Makefile | 2 +
arch/s390/mm/fault.c | 1 -
arch/s390/mm/gmap.c | 185 +---------
arch/s390/mm/gmap_helpers.c | 221 ++++++++++++
arch/s390/mm/init.c | 1 -
arch/s390/mm/pgalloc.c | 2 -
arch/s390/mm/pgtable.c | 1 -
arch/x86/include/asm/cpufeatures.h | 4 +
arch/x86/include/asm/kvm-x86-ops.h | 2 +-
arch/x86/include/asm/kvm_host.h | 9 +-
arch/x86/include/asm/msr.h | 4 +-
arch/x86/include/asm/posted_intr.h | 78 ++++-
arch/x86/include/asm/svm.h | 10 +-
arch/x86/include/uapi/asm/kvm.h | 1 +
arch/x86/include/uapi/asm/svm.h | 2 +
arch/x86/kernel/irq.c | 63 +---
arch/x86/kvm/cpuid.c | 8 +-
arch/x86/kvm/ioapic.c | 7 +-
arch/x86/kvm/ioapic.h | 2 +
arch/x86/kvm/irq_comm.c | 37 +-
arch/x86/kvm/lapic.c | 28 +-
arch/x86/kvm/lapic.h | 4 +-
arch/x86/kvm/mmu/mmu.c | 5 +-
arch/x86/kvm/mmu/tdp_mmu.c | 19 +-
arch/x86/kvm/svm/nested.c | 36 ++
arch/x86/kvm/svm/sev.c | 185 ++++++----
arch/x86/kvm/svm/svm.c | 162 +++++++--
arch/x86/kvm/svm/svm.h | 14 +-
arch/x86/kvm/vmx/common.h | 4 +-
arch/x86/kvm/vmx/main.c | 208 ++++++-----
arch/x86/kvm/vmx/nested.c | 48 +--
arch/x86/kvm/vmx/posted_intr.c | 17 +-
arch/x86/kvm/vmx/posted_intr.h | 5 +-
arch/x86/kvm/vmx/vmenter.S | 3 +-
arch/x86/kvm/vmx/vmx.c | 23 +-
arch/x86/kvm/vmx/vmx.h | 3 +-
arch/x86/kvm/vmx/x86_ops.h | 66 +---
arch/x86/kvm/x86.c | 44 ++-
arch/x86/kvm/x86.h | 18 +
include/kvm/arm_vgic.h | 3 +-
include/linux/kvm_host.h | 23 +-
include/linux/mutex.h | 32 +-
kernel/locking/mutex.c | 21 +-
kernel/locking/rtmutex_api.c | 33 +-
rust/helpers/mutex.c | 5 +
tools/arch/x86/include/asm/cpufeatures.h | 1 +
tools/arch/x86/include/uapi/asm/kvm.h | 1 +
tools/testing/selftests/cgroup/Makefile | 21 +-
.../selftests/cgroup/{ => lib}/cgroup_util.c | 118 ++-----
.../cgroup/{ => lib/include}/cgroup_util.h | 13 +-
tools/testing/selftests/cgroup/lib/libcgroup.mk | 19 +
tools/testing/selftests/cgroup/test_memcontrol.c | 78 +++++
tools/testing/selftests/kvm/Makefile.kvm | 6 +-
.../selftests/kvm/access_tracking_perf_test.c | 281 +++++++++++++--
tools/testing/selftests/kvm/include/kvm_util.h | 35 ++
tools/testing/selftests/kvm/include/lru_gen_util.h | 51 +++
tools/testing/selftests/kvm/include/test_util.h | 1 +
.../testing/selftests/kvm/include/x86/processor.h | 1 +
tools/testing/selftests/kvm/include/x86/sev.h | 53 ++-
tools/testing/selftests/kvm/lib/kvm_util.c | 21 +-
tools/testing/selftests/kvm/lib/lru_gen_util.c | 387 +++++++++++++++++++++
tools/testing/selftests/kvm/lib/test_util.c | 42 ++-
tools/testing/selftests/kvm/lib/x86/processor.c | 4 +-
tools/testing/selftests/kvm/lib/x86/sev.c | 76 +++-
tools/testing/selftests/kvm/x86/fastops_test.c | 165 +++++++++
tools/testing/selftests/kvm/x86/hyperv_cpuid.c | 21 +-
tools/testing/selftests/kvm/x86/kvm_buslock_test.c | 135 +++++++
tools/testing/selftests/kvm/x86/sev_init2_tests.c | 13 +
tools/testing/selftests/kvm/x86/sev_smoke_test.c | 75 ++--
virt/kvm/kvm_main.c | 81 ++++-
103 files changed, 2891 insertions(+), 1249 deletions(-)
create mode 100644 arch/s390/include/asm/gmap_helpers.h
delete mode 100644 arch/s390/kvm/gmap.c
delete mode 100644 arch/s390/kvm/gmap.h
create mode 100644 arch/s390/mm/gmap_helpers.c
rename tools/testing/selftests/cgroup/{ => lib}/cgroup_util.c (88%)
rename tools/testing/selftests/cgroup/{ => lib/include}/cgroup_util.h (91%)
create mode 100644 tools/testing/selftests/cgroup/lib/libcgroup.mk
create mode 100644 tools/testing/selftests/kvm/include/lru_gen_util.h
create mode 100644 tools/testing/selftests/kvm/lib/lru_gen_util.c
create mode 100644 tools/testing/selftests/kvm/x86/fastops_test.c
create mode 100644 tools/testing/selftests/kvm/x86/kvm_buslock_test.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7f1ee854707 [PATCH] RISC-V: Add smcntrpmf extension.
new 3d287bff148 c++: more __is_destructible fixes [PR107600]
The 1 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:
gcc/cp/method.cc | 11 ++++++++++-
gcc/testsuite/g++.dg/ext/is_destructible2.C | 9 +++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from cbaa41b3302 Fix DAP defer_stop_events implementation
new 036e5c0c912 gdb: use quoted filename completion for the shell command
The 1 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:
gdb/cli/cli-cmds.c | 17 +++++++++++++++-
gdb/testsuite/gdb.base/filename-completion.exp | 27 +++++++++++++++++++++++++-
2 files changed, 42 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 49f421a31f6 c++: constinit diagnostic regression [PR120506]
new 7f1ee854707 [PATCH] RISC-V: Add smcntrpmf extension.
The 1 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:
gcc/config/riscv/riscv-ext.def | 13 +++++++++++++
gcc/config/riscv/riscv-ext.opt | 2 ++
gcc/doc/riscv-ext.texi | 4 ++++
gcc/testsuite/gcc.target/riscv/arch-59.c | 5 +++++
4 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/arch-59.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from cd2e103d57e5 Merge tag 'hardening-v6.16-rc1-fix1-take2' of git://git.ke [...]
new d635ba4207c3 mailbox: mchp-ipc-sbi: Fix COMPILE_TEST build error
new f5cb07ec6aab mailbox: imx: Fix TXDB_V2 sending
new 9fcebcb37c3e mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE setting
new 8da4988b6e64 mailbox: Use dev_err when there is error
new dddbd233e67e mailbox: Not protect module_put with spin_lock_irqsave
new cb7e2ec3706f mailbox: Propagate correct error return value
new 9be022476fea mailbox: Remove devm_mbox_controller_unregister
new 16da9a653c5b mailbox: Use guard/scoped_guard for con_mutex
new 2149ec83ef7d mailbox: Use guard/scoped_guard for spinlock
new fca8d64001fc dt-bindings: mailbox: add Sophgo CV18XX series SoC
new 529015a0e77a mailbox: sophgo: add mailbox driver for CV18XX series SoC
new 02e66dacb5b7 dt-bindings: mailbox: qcom: Add the SM7150 APCS compatible
new c3c51387141d dt-bindings: mailbox: qcom,apcs: Add separate node for clo [...]
new d0b497df02e9 mailbox: qcom-apcs-ipc: Assign OF node to clock controller [...]
new a06079511167 Merge tag 'mailbox-v6.16' of git://git.kernel.org/pub/scm/ [...]
new 385a2de38e45 dt-bindings: remoteproc: stm32-rproc: Add firmware-name property
new 710028a2e4d7 remoteproc: stm32_rproc: Allow to specify firmware default name
new ab7bca5acdb7 remoteproc: imx_dsp_rproc: Add support for DSP-specific features
new 7692c9fbedd9 remoteproc: core: Cleanup acquired resources when rproc_ha [...]
new bcd241230fdb remoteproc: core: Release rproc->clean_table after rproc_a [...]
new b170eb0d117d remoteproc: xlnx: Avoid RPU force power down
new 0cb4b1b97041 remoteproc: qcom_wcnss_iris: Add missing put_device() on e [...]
new 6a4adb734924 dt-bindings: remoteproc: qcom,sm8350-pas: Add SC8280XP
new b278981b5ac1 dt-bindings: remoteproc: qcom,sm8150-pas: Add missing SC81 [...]
new 46f7676c8153 Revert "remoteproc: core: Clear table_sz when rproc_shutdown"
new 9995dbfc2235 remoteproc: k3-r5: Drop check performed in k3_r5_rproc_{mb [...]
new 349d62ab207f remoteproc: k3-dsp: Drop check performed in k3_dsp_rproc_{ [...]
new 701177511abd remoteproc: k3-r5: Refactor sequential core power up/down [...]
new 23532524594c remoteproc: k3-m4: Don't assert reset in detach routine
new b9229c0732f3 remoteproc: k3-r5: Re-order internal memory initialization [...]
new 11d35a94d591 remoteproc: k3-r5: Re-order k3_r5_release_tsp() function
new 95cd198a6427 remoteproc: k3-r5: Refactor Data Structures to Align with [...]
new 02074bf5e27a remoteproc: k3-r5: Use k3_r5_rproc_mem_data structure for [...]
new db47cfd8fc1f remoteproc: k3-{m4/dsp}: Add a void ptr member in rproc in [...]
new b810142db6f9 remoteproc: k3-m4: Add pointer to rproc struct within k3_m4_rproc
new 52a04c1c61c6 remoteproc: k3-m4: Use k3_rproc_mem_data structure for mem [...]
new fa2399cbb35a remoteproc: k3: Refactor shared data structures
new 95dac7e212a5 remoteproc: k3: Refactor mailbox rx_callback functions int [...]
new 9352aadafe4d remoteproc: k3: Refactor .kick rproc ops into common driver
new 754d13dfe263 remoteproc: k3-dsp: Correct Reset logic for devices withou [...]
new ca8921f44c94 remoteproc: k3-m4: Introduce central function to put rproc [...]
new af5af3a417a1 remoteproc: k3: Refactor rproc_reset() implementation into [...]
new 334a841e33f4 remoteproc: k3-dsp: Correct Reset deassert logic for devic [...]
new 3b8127fc51eb remoteproc: k3-m4: Introduce central function to release r [...]
new 23e16e210bef remoteproc: k3: Refactor rproc_release() implementation in [...]
new 67de5d0e6d65 remoteproc: k3-m4: Ping the mbox while acquiring the channel
new 6fdad99c94d7 remoteproc: k3: Refactor rproc_request_mbox() implementati [...]
new 41d746b3423a remoteproc: k3-dsp: Don't override rproc ops in IPC-only mode
new b80151c41ac5 remoteproc: k3-dsp: Assert local reset during .prepare callback
new de277002ff14 remoteproc: k3: Refactor .prepare rproc ops into common driver
new 3059abb7d365 remoteproc: k3: Refactor .unprepare rproc ops into common driver
new f55ab2fa2444 remoteproc: k3: Refactor .start rproc ops into common driver
new bbd0f6490b23 remoteproc: k3: Refactor .stop rproc ops into common driver
new 80e8a868c90e remoteproc: k3: Refactor .attach rproc ops into common driver
new 8715d4c04a5e remoteproc: k3: Refactor .detach rproc ops into common driver
new 1d7f38dde722 remoteproc: k3: Refactor .get_loaded_rsc_table ops into co [...]
new 9179f8bfa98d remoteproc: k3: Refactor .da_to_va rproc ops into common driver
new c17240280129 remoteproc: k3: Refactor of_get_memories() functions into [...]
new 744270b336c7 remoteproc: k3: Refactor mem_release() functions into comm [...]
new c52d5f1d2aac remoteproc: k3: Refactor reserved_mem_init() functions int [...]
new 5779f6f9a64f remoteproc: k3: Refactor release_tsp() functions into comm [...]
new dcf9ee9ac4d5 Merge tag 'rproc-v6.16' of git://git.kernel.org/pub/scm/li [...]
new 20b4f0b4cdfe rpmsg: core: Remove deadcode
new 68decaf24d4d rpmsg: virtio: Remove uncallable offchannel functions
new 3a70b945d3da rpmsg: Remove unused method pointers *send_offchannel
new 75499b3232b6 rpmsg: qcom_smd: Improve error handling for qcom_smd_parse_edge
new 5de775df3362 rpmsg: qcom_smd: Fix uninitialized return variable in __qc [...]
new b509c16e1d7c Merge tag 'rpmsg-v6.16' of git://git.kernel.org/pub/scm/li [...]
new 78693ff68c8c dt-bindings: mtd: convert vf610-nfc to yaml format
new 91b7163b1ff3 mtd: Do not enable by default during compile testing
new 0aa7b390fc40 mtd: core: always create master device
new 947c86e481a0 mtd: spi-nor: macronix: Drop the redundant flash info fields
new c425efacec03 mtd: spi-nor: macronix: Remove duplicate flash info entries
new 594c8df92b94 mtd: spi-nor: macronix: Add fixups for MX25L3255E
new 73c4699a35e6 Merge tag 'spi-nor/for-6.16' into mtd/next
new eff4e04c8927 dt-bindings: mtd: Add Loongson-1 NAND Controller
new d2d10ede04b1 mtd: rawnand: Add Loongson-1 NAND Controller Driver
new b15d97139ff1 mtd: spinand: Use more specific naming for the reset op
new d54e34c58aa2 mtd: spinand: Use more specific naming for the write enabl [...]
new 2a294fa21528 mtd: spinand: Use more specific naming for the read ID op
new 429330cd1cfe mtd: spinand: Use more specific naming for the get/set fea [...]
new 7e8533b273ee mtd: spinand: Use more specific naming for the erase op
new 7528c97c0c2a mtd: spinand: Use more specific naming for the page read op
new ea2087d4e66d mtd: spinand: Use more specific naming for the (single) re [...]
new 684f7105e853 mtd: spinand: Use more specific naming for the (dual outpu [...]
new d9de177996d7 mtd: spinand: Use more specific naming for the (dual IO) r [...]
new 1deae734cc1c mtd: spinand: Use more specific naming for the (quad outpu [...]
new 9c6911072c6e mtd: spinand: Use more specific naming for the (quad IO) r [...]
new 36e461894cf3 mtd: spinand: Use more specific naming for the program exe [...]
new 07cdbae7f841 mtd: spinand: Use more specific naming for the (single) pr [...]
new ac3a4b17e03b mtd: spinand: Use more specific naming for the (quad) prog [...]
new 51b252cce172 mtd: spinand: Define octal operations
new 140bb9e93de6 mtd: spinand: winbond: Rename DTR variants
new 0737c6946c61 mtd: spinand: winbond: Add support for W35N01JW in single mode
new 1ac5ff2f2ad6 mtd: spinand: winbond: Add octal support
new 25e08bf66660 mtd: spinand: winbond: Add support for W35N02JW and W35N04 [...]
new d95846350aac mtd: nand: ecc-mxic: Fix use of uninitialized variable ret
new 529cbc9c6489 mtd: rawnand: Use non-hybrid PCI devres API
new 00b102d9e382 mtd: bcm47xxnflash: Add error handling for bcm47xxnflash_o [...]
new 2cf4bc06f700 dt-bindings: mtd: qcom,nandc: Document the SDX75 NAND controller
new ee000969f28b mtd: rawnand: qcom: Pass 18 bit offset from NANDc base to [...]
new 47bddabbf69d mtd: rawnand: qcom: Fix last codeword read in qcom_param_p [...]
new e6031b11544b mtd: rawnand: qcom: Fix read len for onfi param page
new 0d470c72bea4 mtd: rawnand: loongson1: Fix error code in ls1x_nand_dma_t [...]
new 615f8f5077fc mtd: rawnand: loongson1: Fix inconsistent refcounting in l [...]
new 56fce7547004 mtd: rawnand: brcmnand: remove unused parameters
new dd26402642a0 mtd: spinand: esmt: fix id code for F50D1G41LB
new 4a5a99bc79cd mtd: nand: sunxi: Add randomizer configuration before rand [...]
new 528b541b71cf mtd: nand: brcmnand: fix NAND timeout when accessing eMMC
new 44ed1f5ff73e mtd: rawnand: sunxi: Add randomizer configuration in sunxi [...]
new 3bfb22cecfe6 mtd: rawnand: brcmnand: legacy exec_op implementation
new aa702923258f Merge tag 'nand/for-6.16' into mtd/next
new 4c3b7df78443 Merge tag 'mtd/for-6.16' of git://git.kernel.org/pub/scm/l [...]
new a37af8e8c1dc Input: matrix_keypad - add function for reading row state
new 353bdd7d1456 Input: matrix_keypad - detect change during scan
new fe315d6a3786 dt-bindings: crypto: fsl,sec-v4.0-mon: Add "power-off-time-sec"
new 95ea0cf3f613 Input: snvs_pwrkey - support power-off-time-sec
new 5d511d93c0c3 dt-bindings: input: touchscreen: edt-ft5x06: use unevaluat [...]
new 88bd9cc1810a dt-bindings: input: convert dlg,da7280.txt to dt-schema
new 74d3da135f69 MAINTAINERS: update dlg,da72??.txt to yaml
new d51b9d81f788 Merge tag 'v6.15-rc6' into next
new 036ec442510b Input: xpad - allow delaying init packets
new 898170cc80f2 Input: xpad - add the ByoWave Proteus controller
new 0d5c604be4cd Input: xpad - send LED and auth done packets to all Xbox O [...]
new 21597378dd51 Input: atkbd - do not reset keyboard by default on Loongson
new fb81e4738ec9 Input: amijoy - fix broken table formatting in documentation
new ed1d9c2b0dbc Input: amijoy - fix Amiga 4-joystick adapter pinout in doc [...]
new 11172ec55b4c Input: amijoy - fix grammar in documentation
new e8fe33fdd797 Input: amijoy - make headings compliant w/ guidelines in d [...]
new f4a8f561d08e Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT
new 8f38219fa139 Input: gpio-keys - fix possible concurrent access in gpio_ [...]
new a95ef0199e80 Input: ims-pcu - check record size in ims_pcu_flash_firmware()
new 4f9786035f9e Merge branch 'next' into for-linus
new d00a83477e7a Merge tag 'input-for-v6.16-rc0' of git://git.kernel.org/pu [...]
The 134 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:
.../bindings/crypto/fsl,sec-v4.0-mon.yaml | 5 +
.../devicetree/bindings/input/dlg,da7280.txt | 108 ---
.../devicetree/bindings/input/dlg,da7280.yaml | 248 +++++
.../bindings/input/touchscreen/edt-ft5x06.yaml | 9 +-
.../bindings/mailbox/qcom,apcs-kpss-global.yaml | 170 +++-
.../bindings/mailbox/sophgo,cv1800b-mailbox.yaml | 60 ++
.../devicetree/bindings/mtd/fsl,vf610-nfc.yaml | 89 ++
.../mtd/loongson,ls1b-nand-controller.yaml | 72 ++
.../devicetree/bindings/mtd/qcom,nandc.yaml | 30 +-
.../devicetree/bindings/mtd/vf610-nfc.txt | 59 --
.../bindings/remoteproc/qcom,sm8150-pas.yaml | 3 +
.../bindings/remoteproc/qcom,sm8350-pas.yaml | 54 +-
.../bindings/remoteproc/st,stm32-rproc.yaml | 4 +
Documentation/input/devices/amijoy.rst | 125 +--
Documentation/staging/rpmsg.rst | 46 -
MAINTAINERS | 3 +-
drivers/input/joystick/xpad.c | 53 +-
drivers/input/keyboard/atkbd.c | 2 +-
drivers/input/keyboard/gpio_keys.c | 6 +-
drivers/input/keyboard/matrix_keypad.c | 30 +-
drivers/input/keyboard/snvs_pwrkey.c | 25 +
drivers/input/misc/ims-pcu.c | 6 +
drivers/mailbox/Kconfig | 14 +-
drivers/mailbox/Makefile | 2 +
drivers/mailbox/cv1800-mailbox.c | 220 +++++
drivers/mailbox/imx-mailbox.c | 21 +-
drivers/mailbox/mailbox.c | 199 ++--
drivers/mailbox/mtk-cmdq-mailbox.c | 51 +-
drivers/mailbox/qcom-apcs-ipc-mailbox.c | 16 +-
drivers/mtd/devices/Kconfig | 2 +-
drivers/mtd/mtdchar.c | 2 +-
drivers/mtd/mtdcore.c | 152 ++-
drivers/mtd/mtdcore.h | 2 +-
drivers/mtd/mtdpart.c | 16 +-
drivers/mtd/nand/ecc-mxic.c | 2 +-
drivers/mtd/nand/qpic_common.c | 8 +-
drivers/mtd/nand/raw/Kconfig | 9 +-
drivers/mtd/nand/raw/Makefile | 1 +
drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c | 5 +-
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 248 ++++-
drivers/mtd/nand/raw/denali_pci.c | 13 +-
drivers/mtd/nand/raw/loongson1-nand-controller.c | 836 ++++++++++++++++
drivers/mtd/nand/raw/qcom_nandc.c | 18 +-
drivers/mtd/nand/raw/sunxi_nand.c | 2 +
drivers/mtd/nand/spi/alliancememory.c | 20 +-
drivers/mtd/nand/spi/ato.c | 14 +-
drivers/mtd/nand/spi/core.c | 20 +-
drivers/mtd/nand/spi/esmt.c | 22 +-
drivers/mtd/nand/spi/foresee.c | 16 +-
drivers/mtd/nand/spi/gigadevice.c | 60 +-
drivers/mtd/nand/spi/macronix.c | 20 +-
drivers/mtd/nand/spi/micron.c | 38 +-
drivers/mtd/nand/spi/paragon.c | 20 +-
drivers/mtd/nand/spi/skyhigh.c | 20 +-
drivers/mtd/nand/spi/toshiba.c | 22 +-
drivers/mtd/nand/spi/winbond.c | 128 ++-
drivers/mtd/nand/spi/xtx.c | 20 +-
drivers/mtd/spi-nor/macronix.c | 73 +-
drivers/remoteproc/Makefile | 6 +-
drivers/remoteproc/imx_dsp_rproc.c | 98 +-
drivers/remoteproc/qcom_wcnss_iris.c | 2 +
drivers/remoteproc/remoteproc_core.c | 7 +-
drivers/remoteproc/stm32_rproc.c | 8 +-
.../{ti_k3_m4_remoteproc.c => ti_k3_common.c} | 496 ++++------
drivers/remoteproc/ti_k3_common.h | 118 +++
drivers/remoteproc/ti_k3_dsp_remoteproc.c | 616 +-----------
drivers/remoteproc/ti_k3_m4_remoteproc.c | 583 +----------
drivers/remoteproc/ti_k3_r5_remoteproc.c | 1018 +++++++-------------
drivers/remoteproc/xlnx_r5_remoteproc.c | 34 +-
drivers/rpmsg/qcom_smd.c | 10 +-
drivers/rpmsg/rpmsg_core.c | 63 --
drivers/rpmsg/rpmsg_internal.h | 6 -
drivers/rpmsg/virtio_rpmsg_bus.c | 24 +-
drivers/spi/spi-qpic-snand.c | 1 +
include/linux/mailbox_controller.h | 3 -
include/linux/mtd/nand-qpic-common.h | 4 +-
include/linux/mtd/partitions.h | 2 +-
include/linux/mtd/spinand.h | 121 ++-
include/linux/rpmsg.h | 22 -
79 files changed, 3647 insertions(+), 3134 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/input/dlg,da7280.txt
create mode 100644 Documentation/devicetree/bindings/input/dlg,da7280.yaml
create mode 100644 Documentation/devicetree/bindings/mailbox/sophgo,cv1800b-mailbox.yaml
create mode 100644 Documentation/devicetree/bindings/mtd/fsl,vf610-nfc.yaml
create mode 100644 Documentation/devicetree/bindings/mtd/loongson,ls1b-nand-contro [...]
delete mode 100644 Documentation/devicetree/bindings/mtd/vf610-nfc.txt
create mode 100644 drivers/mailbox/cv1800-mailbox.c
create mode 100644 drivers/mtd/nand/raw/loongson1-nand-controller.c
copy drivers/remoteproc/{ti_k3_m4_remoteproc.c => ti_k3_common.c} (55%)
create mode 100644 drivers/remoteproc/ti_k3_common.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7037c72a8bb c++, coroutines: Some cleanups in build_actor.
new 49f421a31f6 c++: constinit diagnostic regression [PR120506]
The 1 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:
gcc/cp/constexpr.cc | 3 +--
gcc/testsuite/g++.dg/cpp2a/constinit21.C | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constinit21.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 09cac2a8336 c++: Add co_await, co_yield and co_return to dump_expr.
new 0ae77a05c41 c++: Emit an error for attempted constexpr co_await [PR118903].
new 7037c72a8bb c++, coroutines: Some cleanups in build_actor.
The 2 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:
gcc/cp/constexpr.cc | 3 ++
gcc/cp/coroutines.cc | 58 +++++++++++-------------------
gcc/testsuite/g++.dg/coroutines/pr118903.C | 40 +++++++++++++++++++++
3 files changed, 64 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr118903.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0ec5306492b libstdc++: Remove spaces before function parameter list
new 09cac2a8336 c++: Add co_await, co_yield and co_return to dump_expr.
The 1 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:
gcc/cp/error.cc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 568ec5b9831 gdb: introduce a per-interpreter event servicing method
new cbaa41b3302 Fix DAP defer_stop_events implementation
The 1 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:
gdb/python/lib/gdb/dap/evaluate.py | 6 +--
gdb/python/lib/gdb/dap/events.py | 4 +-
gdb/python/lib/gdb/dap/next.py | 15 +++----
gdb/python/lib/gdb/dap/server.py | 90 ++++++++++++++++++++++----------------
gdb/testsuite/gdb.dap/attach.exp | 4 +-
5 files changed, 64 insertions(+), 55 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.