This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a1e9185d20b5 Merge tag 'sound-6.1-rc8' of git://git.kernel.org/pub/scm/ [...] new 66065157420c x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon [...] new e65a6897be5e iommu/vt-d: Add a fix for devices need extra dtlb flush new 6927d3523807 iommu/vt-d: Fix PCI device refcount leak in prq_event_thread() new afca9e19cc72 iommu/vt-d: Fix PCI device refcount leak in has_external_pci() new 4bedbbd782eb iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init() new f66f62f83dba Merge tag 'iommu-fixes-v6.1-rc7' of git://git.kernel.org/p [...] new 489d144563f2 mmc: core: Fix ambiguous TRIM and DISCARD arg new a3cab1d21324 mmc: sdhci-esdhc-imx: correct CQHCI exit halt state check new f4307b4df1c2 mmc: mmc_test: Fix removal of debugfs file new c61bfb1cb63d mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_ [...] new c981cdfb9925 mmc: sdhci: Fix voltage switch delay new dd30dcfa7a74 mmc: sdhci-sprd: Fix no reset data and command after volta [...] new 2df2adc3e69d Merge tag 'mmc-v6.1-rc5-2' of git://git.kernel.org/pub/scm [...] new 1d6b5ed41f8c riscv: Fix NR_CPUS range conditions new 3f105a742725 riscv: Sync efi page table's kernel mappings before switching new 74f6bb55c834 riscv: vdso: fix section overlapping under some conditions new 6fdd5d2f8c2f riscv: mm: Proper page permissions after initmem free new b17d19a5314a riscv: kexec: Fixup irq controller broken in kexec crash path new 9b932aadfc47 riscv: kexec: Fixup crash_smp_send_stop without multi cores new d556a9aeb62a Merge patch series "riscv: kexec: Fxiup crash_save percpu [...] new 7e1864332fbc riscv: fix race when vmap stack overflow new 39cefc5f6cd2 RISC-V: Fix a race condition during kernel stack overflow new 0e15c3c75a28 Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.or [...]
The 23 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/riscv/Kconfig | 6 +-- arch/riscv/include/asm/asm.h | 1 + arch/riscv/include/asm/efi.h | 6 ++- arch/riscv/include/asm/pgalloc.h | 11 ++-- arch/riscv/include/asm/smp.h | 3 ++ arch/riscv/kernel/entry.S | 13 +++++ arch/riscv/kernel/machine_kexec.c | 46 +++++++++++++---- arch/riscv/kernel/setup.c | 9 ++-- arch/riscv/kernel/smp.c | 97 +++++++++++++++++++++++++++++++++++- arch/riscv/kernel/traps.c | 18 +++++++ arch/riscv/kernel/vdso/Makefile | 1 + arch/x86/include/asm/nospec-branch.h | 2 +- arch/x86/kernel/cpu/bugs.c | 21 +++++--- arch/x86/kernel/process.c | 2 +- drivers/iommu/intel/dmar.c | 1 + drivers/iommu/intel/iommu.c | 73 +++++++++++++++++++++++++-- drivers/iommu/intel/iommu.h | 4 ++ drivers/iommu/intel/svm.c | 19 ++++--- drivers/mmc/core/core.c | 9 +++- drivers/mmc/core/mmc_test.c | 3 +- drivers/mmc/host/mtk-sd.c | 6 +-- drivers/mmc/host/sdhci-esdhc-imx.c | 2 +- drivers/mmc/host/sdhci-sprd.c | 4 +- drivers/mmc/host/sdhci.c | 61 ++++++++++++++++++++--- drivers/mmc/host/sdhci.h | 2 + include/linux/mmc/mmc.h | 2 +- 26 files changed, 363 insertions(+), 59 deletions(-)