This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 03d38806a902 Merge tag 'thermal-6.14-rc5' of git://git.kernel.org/pub/s [...]
new 102c51c50db8 KVM: arm64: Fix tcr_el2 initialisation in hVHE mode
new fa808ed4e199 KVM: arm64: Ensure a VMID is allocated before programming [...]
new 4647c822764d Merge tag 'kvmarm-fixes-6.14-3' of git://git.kernel.org/pu [...]
new c7db342e3b47 riscv: KVM: Fix hart suspend status check
new e3219b0c491f riscv: KVM: Fix hart suspend_type use
new 0611f78f83c9 riscv: KVM: Fix SBI IPI error generation
new b90148485299 riscv: KVM: Fix SBI TIME error generation
new 351e02b1733b riscv: KVM: Fix SBI sleep_type use
new d252435aca44 riscv: KVM: Remove unnecessary vcpu kick
new e93d78e05abb Merge tag 'kvm-riscv-fixes-6.14-1' of https://github.com/k [...]
new 17bcd7144263 KVM: x86: Free vCPUs before freeing VM state
new 982caaa11504 KVM: nVMX: Process events on nested VM-Exit if injectable [...]
new cb380909ae3b vhost: return task creation error instead of NULL
new 916b7f42b3b3 kvm: retry nx_huge_page_recovery_thread creation
new 209cd6f2ca94 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 130ff5c8b78e ata: ahci: Make ahci_ignore_port() handle empty mask_port_map
new a2f925a2f622 Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung [...]
new df87d843c6eb Merge tag 'ata-6.14-rc5' of git://git.kernel.org/pub/scm/l [...]
The 18 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:
arch/arm64/include/asm/kvm_arm.h | 2 +-
arch/arm64/include/asm/kvm_host.h | 2 +-
arch/arm64/kvm/arm.c | 37 ++++++++++++++----------------
arch/arm64/kvm/vmid.c | 11 +++------
arch/riscv/kvm/aia_imsic.c | 1 -
arch/riscv/kvm/vcpu_sbi_hsm.c | 11 ++++-----
arch/riscv/kvm/vcpu_sbi_replace.c | 15 ++++++++++---
arch/riscv/kvm/vcpu_sbi_system.c | 3 ++-
arch/x86/kvm/mmu/mmu.c | 12 +++++-----
arch/x86/kvm/vmx/nested.c | 11 +++++++++
arch/x86/kvm/x86.c | 2 +-
drivers/ata/ahci.h | 8 +++++--
drivers/ata/libahci.c | 1 +
drivers/ata/libata-core.c | 4 ----
drivers/vhost/vhost.c | 2 +-
include/linux/call_once.h | 47 ++++++++++++++++++++++++++++-----------
kernel/vhost_task.c | 4 ++--
17 files changed, 103 insertions(+), 70 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 898f22d1580 [PATCH] H8/300, libgcc: PR target/114222 For HImode call in [...]
new a0d29dd218e [PR target/118906] [PATCH v2] RISC-V: Fix a typo in zce to [...]
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/common/config/riscv/riscv-common.cc | 2 +-
gcc/testsuite/gcc.target/riscv/attribute-zce-1.c | 6 ++++++
gcc/testsuite/gcc.target/riscv/attribute-zce-2.c | 6 ++++++
gcc/testsuite/gcc.target/riscv/attribute-zce-3.c | 6 ++++++
gcc/testsuite/gcc.target/riscv/attribute-zce-4.c | 6 ++++++
5 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-zce-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-zce-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-zce-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/attribute-zce-4.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 dfdbad87aeb input: Fix UB during self-tests [PR119052]
new 898f22d1580 [PATCH] H8/300, libgcc: PR target/114222 For HImode call in [...]
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/h8300/h8300.cc | 8 ++++++++
libgcc/config/h8300/{ctzhi2.c => ffshi2.c} | 21 ++++++++++++++-------
libgcc/config/h8300/t-h8300 | 1 +
3 files changed, 23 insertions(+), 7 deletions(-)
copy libgcc/config/h8300/{ctzhi2.c => ffshi2.c} (83%)
--
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 89c4a0b1958 Daily bump.
new dfdbad87aeb input: Fix UB during self-tests [PR119052]
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/input.cc | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 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 releases/gcc-14
in repository gcc.
from 3a8d05b61a9 libstdc++: Use init_priority attribute for tzdb globals [PR118811]
new 451791981b9 Daily bump.
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/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 174 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 175 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 releases/gcc-13
in repository gcc.
from 6520c8553be Daily bump.
new 722be964341 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 releases/gcc-12
in repository gcc.
from 90a791bb651 Daily bump.
new b7fd09c66fa Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 8c15a6cefa0 ggc: Avoid using ATTRIBUTE_MALLOC for allocations that need [...]
new 89c4a0b1958 Daily bump.
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:
ChangeLog | 4 ++
gcc/ChangeLog | 109 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 6 +++
gcc/cp/ChangeLog | 30 +++++++++++++
gcc/d/ChangeLog | 17 ++++++++
gcc/fortran/ChangeLog | 6 +++
gcc/lto/ChangeLog | 6 +++
gcc/testsuite/ChangeLog | 96 ++++++++++++++++++++++++++++++++++++++++++
libcpp/ChangeLog | 9 ++++
libstdc++-v3/ChangeLog | 56 +++++++++++++++++++++++++
11 files changed, 340 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 gcc.
from 6589eb4efe3 openmp: Fix up simd clone mask argument creation on x86 [PR115871]
new 8c15a6cefa0 ggc: Avoid using ATTRIBUTE_MALLOC for allocations that need [...]
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/acinclude.m4 | 17 +++++++++++++++++
gcc/config.in | 6 ++++++
gcc/configure | 40 ++++++++++++++++++++++++++++++++++++++++
gcc/configure.ac | 2 ++
gcc/genmatch.cc | 16 +++++++++++++---
gcc/ggc-common.cc | 30 ++++++++++++++++++++++++++++++
gcc/ggc-none.cc | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/ggc-page.cc | 27 +++++++++++++++++++++++++++
gcc/ggc.h | 41 +++++++++++++++++++++++++++--------------
9 files changed, 211 insertions(+), 17 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 2fc17730dce [PATCH] H8/300: PR target/109189 Silence -Wformat warnings [...]
new 6589eb4efe3 openmp: Fix up simd clone mask argument creation on x86 [PR115871]
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/omp-simd-clone.cc | 2 +-
gcc/testsuite/gcc.dg/gomp/simd-clones-8.c | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/gomp/simd-clones-8.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.