This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b78b18fb8ee1 Merge tag 'erofs-for-6.6-rc5-fixes' of git://git.kernel.or [...] new 128c20eda73b drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval new 6007265ad70a drm/i915: Register engines early to avoid type confusion new 1fbb6c1d88c4 drm/i915: Invalidate the TLBs on each GT new dd01714e97cc Merge tag 'drm-intel-fixes-2023-10-05' of git://anongit.fr [...] new 4953856f280b drm/amd/pm: add unique_id for gc 11.0.3 new 5d061675b753 drm/amdgpu: Fix a memory leak new 2a1fe39a5be7 drm/amd: Fix logic error in sienna_cichlid_update_pcie_par [...] new 134b8c5d8674 drm/amd: Fix detection of _PR3 on the PCIe root port new b206011bf050 drm/amd/display: apply edge-case DISPCLK WDIVIDER changes [...] new 62af7387cdf9 Merge tag 'amd-drm-fixes-6.6-2023-10-04' of https://gitlab [...] new 885291ab687e drm/tests: Fix kunit_release_action ctx argument new cbb7eb2dbd94 drm: panel-orientation-quirks: Add quirk for One Mix 2S new 152be54224de drm/nouveau: chan: use struct nvif_mclass new bbe08a0e11ae drm/nouveau: chan: use channel class definitions new d59e75eef52d drm/nouveau: exec: report max pushs through getparam new 67f35a41d374 Merge tag 'drm-misc-fixes-2023-10-05' of git://anongit.fre [...] new 4940c1543b43 Merge tag 'drm-fixes-2023-10-06' of git://anongit.freedesk [...] new 7f949f6f54ff perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7 new a654a69b9f9c arm64: Add Cortex-A520 CPU part definition new 471470bc7052 arm64: errata: Add Cortex-A520 speculative unprivileged lo [...] new 4785aa802853 cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer new 1d47ae278472 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 9147b9ded499 btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c new 5f521494cc73 btrfs: reject unknown mount options early new f8d1b011ca8c btrfs: always print transaction aborted messages with an e [...] new 48774f3bf8b4 btrfs: error out when COWing block using a stale transaction new a2caab298843 btrfs: error when COWing block from a root that is being deleted new e36f94914021 btrfs: error out when reallocating block for defrag using [...] new 7de25c855b63 Merge tag 'for-6.6-rc4-tag' of git://git.kernel.org/pub/sc [...]
The 29 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/arch/arm64/silicon-errata.rst | 2 + arch/arm64/Kconfig | 13 ++++++ arch/arm64/include/asm/acpi.h | 19 ++++++++ arch/arm64/include/asm/cputype.h | 2 + arch/arm64/kernel/cpu_errata.c | 8 ++++ arch/arm64/kernel/entry.S | 4 ++ arch/arm64/tools/cpucaps | 1 + drivers/acpi/processor_idle.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 1 + .../amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c | 4 +- .../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c | 4 +- drivers/gpu/drm/amd/pm/amdgpu_pm.c | 1 + .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 41 +++++++++-------- drivers/gpu/drm/drm_panel_orientation_quirks.c | 16 +++++++ drivers/gpu/drm/i915/gem/i915_gem_pages.c | 2 +- drivers/gpu/drm/i915/gt/gen8_engine_cs.c | 11 ++++- drivers/gpu/drm/i915/i915_gem.c | 9 +++- drivers/gpu/drm/nouveau/nouveau_abi16.c | 21 +++++++++ drivers/gpu/drm/nouveau/nouveau_chan.c | 15 +++---- drivers/gpu/drm/nouveau/nouveau_dma.h | 3 ++ drivers/gpu/drm/nouveau/nouveau_exec.c | 7 +-- drivers/gpu/drm/nouveau/nouveau_exec.h | 10 +++++ drivers/gpu/drm/tests/drm_kunit_helpers.c | 2 +- drivers/perf/arm-cmn.c | 2 +- fs/btrfs/ctree.c | 52 ++++++++++++++++------ fs/btrfs/ioctl.c | 4 +- fs/btrfs/super.c | 4 ++ fs/btrfs/transaction.h | 4 +- include/linux/acpi.h | 9 ++++ include/uapi/drm/nouveau_drm.h | 10 +++++ 31 files changed, 227 insertions(+), 59 deletions(-)