This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from da1a888b524 ipa-sra: Don't consider CLOBBERS as writes preventing splitting
new f9d93f8cc24 MAINTAINERS: Add myself as a BPF port reviewer
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:
MAINTAINERS | 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 linux.
from 52a93d39b17d Linux 6.5-rc5
new d44263222134 mmc: moxart: read scr register without changing byte order
new 5def5c1c15bf mmc: sdhci-f-sdh30: Replace with sdhci_pltfm
new 016ce29713a0 Merge tag 'mmc-v6.5-rc1' of git://git.kernel.org/pub/scm/l [...]
new 4e15a0ddc3ff KVM: SEV: snapshot the GHCB before accessing it
new 7588dbcebcbf KVM: SEV: only access GHCB fields once
new 63dbc67cf4ed KVM: SEV: remove ghcb variable declarations
new 84f686790321 KVM: arm64: Allow pKVM on v1.0 compatible FF-A implementations
new c718ca0e9940 KVM: arm64: Fix hardware enable/disable flows for pKVM
new 733c758e509b KVM: arm64: Rephrase percpu enable/disable tracking in ter [...]
new ce92232614a5 KVM: arm64: Factor out code for checking (h)VHE mode into a macro
new 45a3681a10ff KVM: arm64: Use the appropriate feature trap register for [...]
new 380624d4358b KVM: arm64: Disable SME traps for (h)VHE at setup
new 90ae31c65d5a KVM: arm64: Helper to write to appropriate feature trap re [...]
new a9626099a51f KVM: arm64: Use the appropriate feature trap register when [...]
new 7af0d5e50006 KVM: arm64: Fix resetting SVE trap values on reset for hVHE
new 375110ab51de KVM: arm64: Fix resetting SME trap values on reset for (h)VHE
new 01b94b0f3922 KVM: arm64: fix __kvm_host_psci_cpu_entry() prototype
new 74158a8cad79 KVM: arm64: Skip instruction after emulating write to TCR_EL1
new 251199f4b381 Merge tag 'kvmarm-fixes-6.5-2' of git://git.kernel.org/pub [...]
new d5ad9aae13dc selftests/rseq: Fix build with undefined __weak
new a027b2eca0b7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 21 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/el2_setup.h | 44 ++++++++----
arch/arm64/include/asm/kvm_asm.h | 2 +-
arch/arm64/include/asm/kvm_emulate.h | 21 ++++--
arch/arm64/kvm/arm.c | 61 +++++++---------
arch/arm64/kvm/hyp/include/hyp/switch.h | 1 +
arch/arm64/kvm/hyp/nvhe/ffa.c | 15 +++-
arch/arm64/kvm/hyp/nvhe/switch.c | 2 +-
arch/x86/kvm/svm/sev.c | 124 ++++++++++++++++----------------
arch/x86/kvm/svm/svm.h | 26 +++++++
drivers/mmc/host/moxart-mmc.c | 8 +--
drivers/mmc/host/sdhci_f_sdh30.c | 60 +++++++---------
tools/testing/selftests/rseq/Makefile | 4 +-
tools/testing/selftests/rseq/rseq.c | 2 +
13 files changed, 210 insertions(+), 160 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 8ae83274d8c [committed] [RISC-V] Handle more cases in riscv_expand_cond [...]
new da1a888b524 ipa-sra: Don't consider CLOBBERS as writes preventing splitting
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/ipa-param-manipulation.cc | 44 +++++++++++++++++++++++++++++---
gcc/ipa-param-manipulation.h | 2 ++
gcc/ipa-sra.cc | 6 +++--
gcc/testsuite/g++.dg/ipa/pr110378-1.C | 48 +++++++++++++++++++++++++++++++++++
4 files changed, 94 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr110378-1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.