This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 38a2c275c3d3 Merge tag 'parisc-for-6.18-rc5' of git://git.kernel.org/pu [...]
new b4cd8f94ae7e drm/imagination: Optionally depend on POWER_SEQUENCING
new 487df8b69834 drm/sched: Fix deadlock in drm_sched_entity_kill_jobs_cb
new ebe755605082 drm/nouveau: set DMA mask before creating the flush page
new 1cf52a0d4ba0 drm: define NVIDIA DRM format modifiers for GB20x
new 664ce10246ba drm/nouveau: Advertise correct modifiers on GB20x
new b750f5a9d64d drm/tiny: pixpaper: add explicit dependency on MMU
new faf66a71079b Merge tag 'drm-misc-fixes-2025-11-06' of https://gitlab.fr [...]
new 84bbe327a5cb drm/i915: Avoid lock inversion when pinning to GGTT on CHV [...]
new 7d44ad6b43d0 drm/i915: Fix conversion between clock ticks and nanoseconds
new 6ec8a47c5530 Merge tag 'drm-intel-fixes-2025-11-06' of https://gitlab.f [...]
new 90b75e12a6e8 drm/amdgpu: set default gfx reset masks for gfx6-8
new 37e3567dee27 drm/amd/pm: fix missing device_attr cleanup in amdgpu_pm_s [...]
new 3362692fea91 drm/amd/display: Don't stretch non-native images by defaul [...]
new fdc93beeadc2 drm/amd/display: Fix black screen with HDMI outputs
new c81f5cebe849 drm/amdgpu: Drop PMFW RLC notifier from amdgpu_device_suspend()
new 7c5609b72bfe drm/amdgpu/smu: Handle S0ix for vangogh
new 597eb70f7ff7 drm/amdkfd: Don't clear PT after process killed
new 6dd97ceb645c drm/amd/display: Fix NULL deref in debugfs odm_combine_segments
new eb6e7f520d6e drm/amdgpu: fix gpu page fault after hibernation on PF pas [...]
new b09cb2996cdf drm/amd: Fix suspend failure with secure display TA
new 570a66b48c22 drm/amdgpu: Fix wait after reset sequence in S3
new 3c6a743c6961 drm/amd/display: Enable mst when it's detected but yet to [...]
new b57b47741ec1 Merge tag 'amd-drm-fixes-6.18-2025-11-06' of https://gitla [...]
new 9882a4064003 drm/mediatek: Disable AFBC support on Mediatek DRM driver
new afcfb6c8474d drm/mediatek: Add pm_runtime support for GCE power control
new a18033f1309c Merge tag 'mediatek-drm-fixes-20251105' of https://git.ker [...]
new 95af8f4fdce8 drm/xe/guc: Synchronize Dead CT worker with unbind
new 9cd27eec872f drm/xe: Move declarations under conditional branch
new b11a020d914c drm/xe: Do clean shutdown also when using flr
new 0995c2fc39b0 drm/xe: Enforce correct user fence signaling order using
new d439acbbfb9a Merge tag 'drm-xe-fixes-2025-11-07' of https://gitlab.free [...]
new e811c33b1f13 Merge tag 'drm-fixes-2025-11-08' of https://gitlab.freedes [...]
The 32 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:
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 4 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 --
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 9 ++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 5 ++-
drivers/gpu/drm/amd/amdgpu/aqua_vanjaram.c | 3 +-
drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 5 +++
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 5 +++
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 5 +++
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 4 +-
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 26 ++++++++++++-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 12 +++++-
.../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 3 +-
.../gpu/drm/amd/display/dc/link/link_detection.c | 1 +
drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 18 ---------
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 +-
drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h | 2 -
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 6 +++
drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 3 ++
drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c | 4 +-
drivers/gpu/drm/i915/i915_vma.c | 16 +++++++-
drivers/gpu/drm/imagination/Kconfig | 1 +
drivers/gpu/drm/mediatek/mtk_crtc.c | 7 ++++
drivers/gpu/drm/mediatek/mtk_plane.c | 24 +-----------
drivers/gpu/drm/nouveau/dispnv50/disp.c | 4 +-
drivers/gpu/drm/nouveau/dispnv50/disp.h | 1 +
drivers/gpu/drm/nouveau/dispnv50/wndw.c | 24 +++++++++++-
drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c | 33 ++++++++++++++++
drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c | 24 ++++++------
drivers/gpu/drm/scheduler/sched_entity.c | 34 ++++++++--------
drivers/gpu/drm/tiny/Kconfig | 1 +
drivers/gpu/drm/xe/xe_device.c | 14 +++----
drivers/gpu/drm/xe/xe_exec.c | 3 +-
drivers/gpu/drm/xe/xe_exec_queue.c | 14 +++++++
drivers/gpu/drm/xe/xe_exec_queue_types.h | 7 ++++
drivers/gpu/drm/xe/xe_guc_ct.c | 3 ++
drivers/gpu/drm/xe/xe_oa.c | 45 ++++++++++++++--------
drivers/gpu/drm/xe/xe_oa_types.h | 8 ++++
drivers/gpu/drm/xe/xe_sync.c | 17 +++++++-
drivers/gpu/drm/xe/xe_sync.h | 3 ++
drivers/gpu/drm/xe/xe_sync_types.h | 3 ++
drivers/gpu/drm/xe/xe_vm.c | 4 ++
include/uapi/drm/drm_fourcc.h | 25 +++++++-----
42 files changed, 312 insertions(+), 126 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 binutils-gdb.
from 767c92a13e9 gdb/testsuite: adjust yet another add-inferior test for nat [...]
new 2be0f2da210 readelf: Display the base symbol version as empty string
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:
binutils/readelf.c | 8 ++++++--
include/elf/common.h | 5 +++++
ld/testsuite/ld-elf/pr33599.d | 11 +++++++++++
.../{ld-plugin/pr28264.ver => ld-elf/pr33599.map} | 3 +--
ld/testsuite/ld-elf/pr33599.s | 20 ++++++++++++++++++++
5 files changed, 43 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr33599.d
copy ld/testsuite/{ld-plugin/pr28264.ver => ld-elf/pr33599.map} (79%)
create mode 100644 ld/testsuite/ld-elf/pr33599.s
--
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 da32d155f4a8 Merge tag 'gpio-fixes-for-v6.18-rc5' of git://git.kernel.o [...]
new cb30dfa75d55 iommufd: Don't overflow during division for dirty tracking
new b09ed52db1e6 iommufd/selftest: Fix ioctl return value in _test_cmd_trig [...]
new afb47765f923 iommufd: Make vfio_compat's unmap succeed if the range is [...]
new a2e33fb92649 Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...]
new fd9f30d1038e parisc: Avoid crash due to unaligned access in unwinder
new 38a2c275c3d3 Merge tag 'parisc-for-6.18-rc5' of git://git.kernel.org/pu [...]
The 6 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/parisc/kernel/unwind.c | 13 ++++++++++---
drivers/iommu/iommufd/io_pagetable.c | 12 +++---------
drivers/iommu/iommufd/ioas.c | 4 ++++
drivers/iommu/iommufd/iova_bitmap.c | 5 ++---
tools/testing/selftests/iommu/iommufd.c | 2 ++
tools/testing/selftests/iommu/iommufd_utils.h | 4 ++--
6 files changed, 23 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 c66ebc3e221 Move build_call_nary away from va_list
new fcef30b559d analyzer: fix stray trailing "allocated here" text in events
new 90a7e657ba3 gdbhooks.py: add printers for analyzer types (supernode and [...]
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/analyzer/checker-event.cc | 3 ++-
gcc/gdbhooks.py | 33 +++++++++++++++++++++++++++++++++
2 files changed, 35 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 4554e4aceb4 gdb/testsuite: adjust another add-inferior test for native- [...]
new 767c92a13e9 gdb/testsuite: adjust yet another add-inferior test for nat [...]
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/testsuite/gdb.python/py-parameter.exp | 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 c2be9310468 pre-commit: check for whitespace errors in on all files under gdb
new 4554e4aceb4 gdb/testsuite: adjust another add-inferior test for native- [...]
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/testsuite/gdb.mi/set-show.exp | 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 main
in repository newlib.
from 1e463a9d7 newlib/libc/include/sys/features.h: Update RTEMS section
new ffa34d591 Cygwin: aarch64: Add runtime pseudo relocation
new 55a3b5889 Cygwin: testsuite: fixes for compatibility with GCC 15
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:
winsup/cygwin/pseudo-reloc.cc | 35 +++++++++++++++++++++++++++++++++++
winsup/testsuite/winsup.api/shmtest.c | 14 ++++----------
2 files changed, 39 insertions(+), 10 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 a1de16a8e52 forwprop: Handle already true/false branchs in optimize_unr [...]
new e51fffdcbb5 vect: Relax gather/scatter detection by swapping offset sign.
new 573ea59a48d vect: Relax gather/scatter scale handling.
new c07453dffe3 vect: Do not convert offset type in strided gather.
new 9da7ccf12e6 RISC-V: Remove gather scale and offset handling.
new c66ebc3e221 Move build_call_nary away from va_list
The 5 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/autovec.md | 56 +++----
gcc/config/riscv/riscv-v.cc | 62 --------
gcc/tree-vect-data-refs.cc | 370 ++++++++++++++++++++++++++++++++++++--------
gcc/tree-vect-stmts.cc | 141 ++++++++++++++---
gcc/tree-vectorizer.h | 13 +-
gcc/tree.cc | 26 ++--
gcc/tree.h | 15 +-
7 files changed, 494 insertions(+), 189 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 binutils-gdb.
from cdb59494071 Write entire buffer in gdbserver write_prim
new c2be9310468 pre-commit: check for whitespace errors in on all files under gdb
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:
.pre-commit-config.yaml | 8 ++++++++
.../gdb.tui/gdb.sh => contrib/check-whitespace-pre-commit.sh} | 7 +++----
2 files changed, 11 insertions(+), 4 deletions(-)
copy gdb/{testsuite/gdb.tui/gdb.sh => contrib/check-whitespace-pre-commit.sh} (86%)
--
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 c14a1ed99c3 Ada: Fix bogus error on inherited operation for extension o [...]
new 0c0b0e72799 testsuite: Move complex-operations-run.c to vect-complex-op [...]
new a1de16a8e52 forwprop: Handle already true/false branchs in optimize_unr [...]
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/testsuite/gcc.c-torture/compile/pr122588-1.c | 25 ++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr122588-1.c | 30 ++++++++++++++++++++++
...rations-run.c => vect-complex-operations-run.c} | 0
gcc/tree-ssa-forwprop.cc | 7 ++++-
4 files changed, 61 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr122588-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr122588-1.c
rename gcc/testsuite/gcc.dg/vect/complex/{complex-operations-run.c => vect-complex [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.