This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 04b8076df253 Merge tag 'firewire-fixes-6.8-rc7' of git://git.kernel.org [...] new 9a458198eba9 x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu() new 6890cb1ace35 x86/cpu/intel: Detect TME keyid bits before setting MTRR m [...] new 7fd817c90650 x86/e820: Don't reserve SETUP_RNG_SEED in e820 new 73d35f83354c Merge tag 'x86_urgent_for_v6.8_rc7' of git://git.kernel.or [...] new 09a3c1e46142 powerpc/pseries/iommu: IOMMU table is not initialized for [...] new fad87dbd4815 powerpc/rtas: use correct function name for resetting TCE tables new 380cb2f4df78 selftests/powerpc: Fix fpu_signal failures new e4f79000952e Merge tag 'powerpc-6.8-5' of git://git.kernel.org/pub/scm/ [...] new cd665bfc757c dmaengine: dw-edma: Fix the ch_count hdma callback new 7b52ba8616e9 dmaengine: dw-edma: Fix wrong interrupt bit set for HDMA new 930a8a015dcf dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fix new e2f6a5789051 dmaengine: dw-edma: Add HDMA remote interrupt configuration new 712a92a48158 dmaengine: dw-edma: HDMA: Add sync read before starting th [...] new bbcc1c83f343 dmaengine: dw-edma: eDMA: Add sync read before starting th [...] new 9d739bccf261 dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read new 87a39071e0b6 dmaengine: fsl-qdma: init irq after reg initialization new 9ba17defd9ed dmaengine: fsl-edma: correct calculation of 'nbytes' in mu [...] new ecec7c9f29a7 dmaengine: idxd: Remove shadow Event Log head stored in idxd new a79f949a5ce1 dmaengine: fsl-edma: correct max_segment_size setting new d3ea125df37d dmaengine: idxd: Ensure safe user copy of completion record new 1878840a0328 dmaengine: fsl-qdma: add __iomem and struct in union to fi [...] new df2515a17914 dmaengine: ptdma: use consistent DMA masks new d57dd2d24ddb Merge tag 'dmaengine-fix2-6.8' of git://git.kernel.org/pub [...] new 7936378cb6d8 phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to [...] new 95055beb067c phy: qcom: phy-qcom-m31: fix wrong pointer pass to PTR_ERR() new 734550d60cdf phy: qualcomm: eusb2-repeater: Rework init to drop redunda [...] new d4c08d8b23b2 phy: qcom-qmp-usb: fix v3 offsets data new 58c806d867bf Merge tag 'phy-fixes2-6.8' of git://git.kernel.org/pub/scm [...]
The 28 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/powerpc/include/asm/rtas.h | 4 +- arch/powerpc/kernel/rtas.c | 9 +- arch/powerpc/platforms/pseries/iommu.c | 156 ++++++++++++------- arch/x86/kernel/cpu/common.c | 4 +- arch/x86/kernel/cpu/intel.c | 178 +++++++++++----------- arch/x86/kernel/e820.c | 8 +- drivers/dma/dw-edma/dw-edma-v0-core.c | 17 +++ drivers/dma/dw-edma/dw-hdma-v0-core.c | 39 +++-- drivers/dma/dw-edma/dw-hdma-v0-regs.h | 2 +- drivers/dma/fsl-edma-common.c | 2 +- drivers/dma/fsl-edma-common.h | 5 +- drivers/dma/fsl-edma-main.c | 4 +- drivers/dma/fsl-qdma.c | 38 ++--- drivers/dma/idxd/cdev.c | 2 +- drivers/dma/idxd/debugfs.c | 2 +- drivers/dma/idxd/idxd.h | 1 - drivers/dma/idxd/init.c | 15 +- drivers/dma/idxd/irq.c | 3 +- drivers/dma/ptdma/ptdma-dmaengine.c | 2 - drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c | 2 +- drivers/phy/qualcomm/phy-qcom-eusb2-repeater.c | 166 ++++++++------------ drivers/phy/qualcomm/phy-qcom-m31.c | 2 +- drivers/phy/qualcomm/phy-qcom-qmp-usb.c | 10 +- tools/testing/selftests/powerpc/math/fpu_signal.c | 16 +- 24 files changed, 372 insertions(+), 315 deletions(-)