This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 128c8f96eb86 Merge tag 'drm-fixes-2025-02-14' of https://gitlab.freedes [...] new 85fcb57c983f xen/swiotlb: relax alignment requirements new e93ec87286bd x86/xen: allow larger contiguous memory regions in PV guests new 75ad02318af2 Xen/swiotlb: mark xen_swiotlb_fixup() __init new fd31a1bea3c9 Merge tag 'for-linus-6.14-rc3-tag' of git://git.kernel.org [...] new 9759ae2cee7c iommu: Fix potential memory leak in iopf_queue_remove_device() new ef75966abf95 iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume path new 78be7f04537f iommu: Fix a spelling error new 4a8991fe9cd0 iommu/exynos: Fix typos new add43c4fbc92 iommu/vt-d: Make intel_iommu_drain_pasid_prq() cover fault [...] new 93bd481b6076 Merge tag 'iommu-fixes-v6.14-rc2' of git://git.kernel.org/ [...] new 3648027de1fa arm64: Fix 5-level paging support in kexec/hibernate trampoline new f458b2165d7a arm64: Kconfig: Remove selecting replaced HAVE_FUNCTION_GR [...] new f64f9dddd1f5 arm64/gcs: Fix documentation for HWCAP new 21fed7c223e2 arm64/hwcap: Remove stray references to SF8MMx new ca0f4fe7cf71 arm64: Handle .ARM.attributes section in linker scripts new 875d742cf532 arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array new d923782b0412 arm64: amu: Delay allocating cpumask for AMU FIE support new f818227a2f3d ACPI: GTDT: Relax sanity checking on Platform Timers array count new a4cc8494f1d8 arm64: Add missing registrations of hwcaps new 446a8351f160 arm64: rust: clean Rust 1.85.0 warning using softfloat target new 111b29599c18 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new e76946110137 workqueue: Put the pwq after detaching the rescuer from the pool new f4d4680965aa Merge tag 'wq-for-6.14-rc2-fixes' of git://git.kernel.org/ [...] new b69bb476dee9 cgroup: fix race between fork and cgroup.kill new fd079124112c selftests/cgroup: use bash in test_cpuset_v1_hp.sh new db5fd3cf8bf4 cgroup: Remove steal time from usage_usec new 80868f5d3dca Merge tag 'cgroup-for-6.14-rc2-fixes' of git://git.kernel. [...] new be8ee18152b0 sched_ext: Fixes typos in comments new 2279563e3a8c sched_ext: Include task weight in the error state dump new 74ca334338a4 selftests/sched_ext: Fix enum resolution new e9fe182772dc sched_ext: selftests/dsp_local_on: Fix sporadic failures new d6f3e7d564b2 sched_ext: Fix incorrect autogroup migration detection new 5f52bbf2f6e0 tools/sched_ext: Add helper to check task migration state new 3c7d51b0d299 sched_ext: selftests/dsp_local_on: Fix selftest on UP systems new 1626e5ef0b00 sched_ext: Fix lock imbalance in dispatch_to_local_dsq() new 029b6ce73371 sched_ext: Fix incorrect time delta calculation in time_delta() new 2fa0fbeb69ed sched_ext: Implement auto local dispatching of migration d [...] new 32966821574c sched_ext: Fix migration disabled handling in targeted dispatches new f3f08c3acfb8 sched_ext: Fix incorrect assumption about migration disabl [...] new 0760d62dad5d sched_ext: selftests: Fix grammar in tests description new 2e2006c91c84 sched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h. new f5717c93a1b9 sched_ext: Use SCX_CALL_OP_TASK in task_tick_scx new 04f41cbf03ec Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kern [...]
The 43 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/gcs.rst | 2 +- arch/arm64/Kconfig | 1 - arch/arm64/Makefile | 4 + arch/arm64/kernel/cacheinfo.c | 12 ++- arch/arm64/kernel/cpufeature.c | 5 +- arch/arm64/kernel/topology.c | 22 ++-- arch/arm64/kernel/vdso/vdso.lds.S | 1 + arch/arm64/kernel/vmlinux.lds.S | 1 + arch/arm64/mm/trans_pgd.c | 7 ++ arch/x86/xen/mmu_pv.c | 71 +++++++++++-- drivers/acpi/arm64/gtdt.c | 12 ++- drivers/iommu/amd/amd_iommu_types.h | 1 + drivers/iommu/amd/init.c | 4 + drivers/iommu/exynos-iommu.c | 6 +- drivers/iommu/intel/prq.c | 4 +- drivers/iommu/io-pgfault.c | 1 + drivers/iommu/iommu.c | 2 +- drivers/xen/swiotlb-xen.c | 22 ++-- include/linux/cgroup-defs.h | 6 +- include/linux/sched/task.h | 1 + kernel/cgroup/cgroup.c | 20 ++-- kernel/cgroup/rstat.c | 1 - kernel/sched/autogroup.c | 4 +- kernel/sched/core.c | 7 +- kernel/sched/ext.c | 113 ++++++++++++++------- kernel/sched/ext.h | 4 +- kernel/sched/sched.h | 2 +- kernel/workqueue.c | 12 +-- tools/sched_ext/include/scx/common.bpf.h | 25 ++++- .../testing/selftests/cgroup/test_cpuset_v1_hp.sh | 2 +- tools/testing/selftests/sched_ext/create_dsq.c | 10 +- .../selftests/sched_ext/ddsp_bogus_dsq_fail.c | 7 +- .../selftests/sched_ext/ddsp_vtimelocal_fail.c | 7 +- .../testing/selftests/sched_ext/dsp_local_on.bpf.c | 2 +- tools/testing/selftests/sched_ext/dsp_local_on.c | 1 + .../selftests/sched_ext/enq_last_no_enq_fails.c | 10 +- .../selftests/sched_ext/enq_select_cpu_fails.c | 10 +- tools/testing/selftests/sched_ext/exit.c | 1 + tools/testing/selftests/sched_ext/hotplug.c | 6 +- .../selftests/sched_ext/init_enable_count.c | 27 ++--- tools/testing/selftests/sched_ext/maximal.c | 7 +- tools/testing/selftests/sched_ext/maybe_null.c | 2 +- tools/testing/selftests/sched_ext/minimal.c | 10 +- tools/testing/selftests/sched_ext/prog_run.c | 10 +- tools/testing/selftests/sched_ext/reload_loop.c | 9 +- tools/testing/selftests/sched_ext/select_cpu_dfl.c | 7 +- .../sched_ext/select_cpu_dfl_nodispatch.c | 7 +- .../selftests/sched_ext/select_cpu_dispatch.c | 7 +- .../sched_ext/select_cpu_dispatch_bad_dsq.c | 7 +- .../sched_ext/select_cpu_dispatch_dbl_dsp.c | 7 +- .../testing/selftests/sched_ext/select_cpu_vtime.c | 7 +- 51 files changed, 351 insertions(+), 185 deletions(-)