This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f3d9820d2b5 a68: support for publicized modules
new a74ef4bd7b6 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/ChangeLog | 15 ++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 6 +++
gcc/algol68/ChangeLog | 98 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 57 ++++++++++++++++++++++++++++
libga68/ChangeLog | 7 ++++
6 files changed, 184 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 gdb-17-branch
in repository binutils-gdb.
from e3d82e055d7 Automatic date update in version.in
new f17ed23b18b Automatic date update in version.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:
bfd/version.h | 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 binutils-2_45-branch
in repository binutils-gdb.
from f29a7c02b88 Automatic date update in version.in
new 7928397a1ba Automatic date update in version.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:
bfd/version.h | 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 binutils-gdb.
from d8d024ad42a AArch64 v9.7 extensions: FEAT_SVE_B16MM
new c98b53e2a70 Automatic date update in version.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:
bfd/version.h | 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 f129bfb6a81 libga68: Include ga68.h before system headers
new f3d9820d2b5 a68: support for publicized modules
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/algol68/a68-exports.cc | 131 +++++++++++----------
gcc/algol68/a68-imports.cc | 40 +++++--
gcc/algol68/a68-parser-extract.cc | 46 +++++---
gcc/algol68/a68-parser-taxes.cc | 12 --
gcc/algol68/a68-parser.cc | 2 +-
gcc/algol68/a68-types.h | 8 +-
.../algol68/compile/modules/program-11.a68 | 3 +-
.../program-error-multiple-delaration-module-1.a68 | 4 +-
.../algol68/execute/modules/module22bar.a68 | 7 ++
.../algol68/execute/modules/module22foo.a68 | 4 +
.../algol68/execute/modules/program-22.a68 | 6 +
11 files changed, 152 insertions(+), 111 deletions(-)
create mode 100644 gcc/testsuite/algol68/execute/modules/module22bar.a68
create mode 100644 gcc/testsuite/algol68/execute/modules/module22foo.a68
create mode 100644 gcc/testsuite/algol68/execute/modules/program-22.a68
--
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 e2ea8d40f15 a68: fix error handling in top-down parser
new f129bfb6a81 libga68: Include ga68.h before system headers
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:
libga68/ga68-alloc.c | 3 ++-
libga68/ga68-error.c | 3 ++-
libga68/ga68-standenv.c | 3 ++-
libga68/ga68-unistr.c | 3 ++-
4 files changed, 8 insertions(+), 4 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 2a3e308b296 a68: remove coalesce_public_symbols shortcut
new e2ea8d40f15 a68: fix error handling in top-down parser
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/algol68/a68-parser-top-down.cc | 8 ++++----
gcc/testsuite/algol68/compile/error-loop-1.a68 | 1 +
2 files changed, 5 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/algol68/compile/error-loop-1.a68
--
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 4ac337019ab a68: avoid pack_soids_in_moid to return unregistered modes
new 2a3e308b296 a68: remove coalesce_public_symbols shortcut
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/algol68/a68-low-decls.cc | 113 ++++++++++++++++++++++-------
gcc/algol68/a68-parser-bottom-up.cc | 35 ---------
gcc/algol68/a68-parser-extract.cc | 7 +-
gcc/algol68/a68-parser-modes.cc | 2 +-
gcc/algol68/a68-parser-taxes.cc | 18 +++--
gcc/algol68/a68-parser.cc | 1 -
gcc/testsuite/algol68/compile/module-2.a68 | 1 +
7 files changed, 105 insertions(+), 72 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 linux.
from c53f467229a7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
new 129049d4fe22 drm/msm: adreno: fix deferencing ifpc_reglist when not declared
new ef3b04091fd8 drm/msm/a6xx: move preempt_prepare_postamble after error check
new 6c6915bfea21 drm/msm: add PERFCTR_CNTL to ifpc_reglist
new d2b6e710d270 drm/msm: Fix a7xx per pipe register programming
new a50d8777159a drm/msm/disp: mdp_format: fix all kernel-doc warnings
new 23bee889e33d drm/msm/dp: fix all kernel-doc warnings
new ce26953807ee drm/msm/dpu: dpu_hw_cdm.h: fix all kernel-doc warnings
new 686f6aafd39f drm/msm/dpu: dpu_hw_ctl.h: fix all kernel-doc warnings
new 70e66a0c5b1b drm/msm/dpu: dpu_hw_cwb.h: fix all kernel-doc warnings
new 9d22d53ecb15 drm/msm/dpu: dpu_hw_dsc.h: fix all kernel-doc warnings
new 399f4345f07a drm/msm/dpu: dpu_hw_dspp.h: fix all kernel-doc warnings
new f6d754552b55 drm/msm/dpu: dpu_hw_intf.h: fix all kernel-doc warnings
new 7ce9dd5eca99 drm/msm/dpu: dpu_hw_lm.h: fix all kernel-doc warnings
new 847c12befab4 drm/msm/dpu: dpu_hw_merge3d.h: fix all kernel-doc warnings
new abc287a76e1c drm/msm/dpu: dpu_hw_pingpong.h: fix all kernel-doc warnings
new f5a7145d0fb1 drm/msm/dpu: dpu_hw_sspp.h: fix all kernel-doc warnings
new 6e945d518a57 drm/msm/dpu: dpu_hw_top.h: fix all kernel-doc warnings
new 3091c572fefd drm/msm/dpu: dpu_hw_vbif.h: fix all kernel-doc warnings
new a6ccad66048a drm/msm/dpu: dpu_hw_wb.h: fix all kernel-doc warnings
new 4fc510e57161 drm/msm: msm_fence.h: fix all kernel-doc warnings
new 010c98df53ce drm/msm: msm_gem_vma.c: fix all kernel-doc warnings
new cd5697865258 drm/msm: msm_gpu.h: fix all kernel-doc warnings
new 7c85da6f63b1 drm/msm: msm_iommu.c: fix all kernel-doc warnings
new 35ab5123bd24 Revert "drm/msm/dpu: support plane splitting in quad-pipe case"
new da9168d8ef1c Revert "drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI case"
new 88733a0b6487 drm/msm/dpu: Add missing NULL pointer check for pingpong i [...]
new 66691e272e40 drm/msm: Replace unsafe snprintf usage with scnprintf
new 479e25d88d16 Merge tag 'drm-msm-fixes-2025-12-26' of https://gitlab.fre [...]
new 0d362c7fa165 Merge tag 'drm-fixes-2025-12-27' of https://gitlab.freedes [...]
new b61104e7a634 regulator: uapi: Use UAPI integer type
new 9c6552cc2097 regulator: Add UAPI headers to MAINTAINERS
new 60489936aced regulator: fp9931: fix regulator node pointer
new 651df419975a Merge tag 'regulator-fix-v6.19-rc2' of git://git.kernel.or [...]
new e0c8755d44eb spi: dt-bindings: sun6i: Add compatibles for A523's SPI co [...]
new c81f30bde5b0 spi: sun6i: Support A523's SPI controllers
new d67396c9d697 spi: cadence-quadspi: Prevent lost complete() call during [...]
new 5bfbbf0a49ee spi: cadence-quadspi: Improve CQSPI_SLOW_SRAM quirk if fla [...]
new b005d618c854 spi: cadence-quadspi: Prevent indirect read
new d26143bb38e2 Merge tag 'spi-fix-v6.19-rc2' of git://git.kernel.org/pub/ [...]
The 39 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/spi/allwinner,sun6i-a31-spi.yaml | 4 +
MAINTAINERS | 1 +
drivers/gpu/drm/msm/adreno/a6xx_catalog.c | 13 +-
drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 52 ++++++--
drivers/gpu/drm/msm/adreno/a6xx_gpu.h | 1 +
drivers/gpu/drm/msm/adreno/a6xx_preempt.c | 4 +-
drivers/gpu/drm/msm/adreno/adreno_gpu.h | 13 ++
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 38 ++----
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h | 8 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 29 +++--
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h | 2 +-
.../gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c | 10 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h | 2 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_cdm.h | 4 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.h | 84 ++++++++-----
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_cwb.h | 3 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dsc.h | 10 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.h | 6 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.h | 20 ++-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_lm.h | 23 ++--
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h | 2 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_merge3d.h | 1 -
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_pingpong.h | 20 +--
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.h | 47 +++----
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_top.h | 21 ++--
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_vbif.h | 16 +--
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_wb.h | 4 +-
drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 137 ++++++---------------
drivers/gpu/drm/msm/disp/mdp_format.h | 6 +-
drivers/gpu/drm/msm/dp/dp_debug.h | 2 +-
drivers/gpu/drm/msm/dp/dp_drm.c | 1 +
drivers/gpu/drm/msm/dp/dp_link.h | 9 +-
drivers/gpu/drm/msm/dp/dp_panel.h | 8 +-
drivers/gpu/drm/msm/msm_fence.h | 36 +++---
drivers/gpu/drm/msm/msm_gem_vma.c | 5 +-
drivers/gpu/drm/msm/msm_gpu.h | 68 +++-------
drivers/gpu/drm/msm/msm_iommu.c | 4 +-
drivers/gpu/drm/msm/msm_perf.c | 10 +-
drivers/regulator/fp9931.c | 3 +
drivers/spi/spi-cadence-quadspi.c | 23 ++--
drivers/spi/spi-sun6i.c | 11 +-
include/uapi/regulator/regulator.h | 6 +-
42 files changed, 374 insertions(+), 393 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 05b35491d31 a68: remove redefined_keyword check and add test
new 4ac337019ab a68: avoid pack_soids_in_moid to return unregistered modes
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/algol68/a68-moids-misc.cc | 4 ++--
gcc/testsuite/algol68/execute/pack-soids-in-moid-1.a68 | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/algol68/execute/pack-soids-in-moid-1.a68
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.