This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 70293240c5ce Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.o [...] new 04867a7a3332 swiotlb: Fix double-allocation of slots due to broken alig [...] new 823353b7cf0e swiotlb: Enforce page alignment in swiotlb_alloc() new cbf53074a528 swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() new 51b30ecb73b4 swiotlb: Fix alignment checks when both allocation and DMA [...] new afc5aa46ed56 iommu/dma: Force swiotlb_max_mapping_size on an untrusted device new 14cebf689a78 swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE new 864ad046c157 Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infrad [...] new a26979377bf3 sched/doc: Update documentation for base_slice_ns and CONF [...] new b136f68eb00d Merge tag 'sched-urgent-2024-03-24' of git://git.kernel.or [...] new b0f269728ccd x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig' new fc7f27cda843 x86/kexec: Do not update E820 kexec table for setup_data new e3f269ed0acc x86/pm: Work around false positive kmemleak report in msr_ [...] new 4e51653d5d87 kprobes/x86: Use copy_from_kernel_nofault() to read from u [...] new c90399fbd74a x86/cpu: Ensure that CPU info updates are propagated on UP new 7af541cee1e0 x86/topology: Don't evaluate logical IDs during early boot new 5e25eb25dae9 x86/topology: Handle the !APIC case gracefully new f2208aa12c27 x86/mpparse: Register APIC address only once new a8ed59a3a8de Documentation/x86: Document that resctrl bandwidth control [...] new 10e4b5166df9 x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD new 8a8a9c9047d1 x86/cpu: Add model number for another Intel Arrow Lake mob [...] new 4d0d7e785275 x86/boot/64: Apply encryption mask to 5-level pagetable update new 9843231c9726 x86/boot/64: Move 5-level paging global variable assignments back new 5e74df2f8f15 Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/ [...]
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: Documentation/arch/x86/resctrl.rst | 8 ++--- Documentation/scheduler/sched-design-CFS.rst | 3 ++ arch/x86/configs/tiny.config | 1 + arch/x86/include/asm/intel-family.h | 1 + arch/x86/include/asm/suspend_32.h | 10 +++---- arch/x86/kernel/cpu/common.c | 9 ++++++ arch/x86/kernel/cpu/topology.c | 11 +++++++ arch/x86/kernel/cpu/topology_common.c | 12 ++++---- arch/x86/kernel/e820.c | 17 +---------- arch/x86/kernel/fpu/xstate.c | 5 ++-- arch/x86/kernel/fpu/xstate.h | 14 ++++++--- arch/x86/kernel/head64.c | 18 +++++------ arch/x86/kernel/kprobes/core.c | 11 ++++++- arch/x86/kernel/mpparse.c | 10 +++---- arch/x86/kernel/setup.c | 10 ------- arch/x86/kernel/smpboot.c | 32 ++++---------------- drivers/iommu/dma-iommu.c | 9 ++++++ kernel/dma/swiotlb.c | 45 ++++++++++++++++++++-------- 18 files changed, 125 insertions(+), 101 deletions(-)