This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b2e45b46d85b Merge tag 'iommu-fixes-v4.19-rc6' of git://git.kernel.org/ [...] new b3a5402cbceb ALSA: hda: Fix the audio-component completion timeout new 709ae62e8e6d ALSA: hda/realtek - Cannot adjust speaker's volume on Dell [...] new 8b6b383c1fa3 Merge tag 'sound-4.19-rc7' of git://git.kernel.org/pub/scm [...] new 6d348925b306 MAINTAINERS: Remove dead path from LOCKING PRIMITIVES entry new e4a02ed2aaf4 locking/ww_mutex: Fix runtime warning in the WW mutex selftest new 1df377db3d01 Merge branch 'locking-urgent-for-linus' of git://git.kerne [...] new a4739eca4456 sched/numa: Stop multiple tasks from moving to the CPU at [...] new 1327237a5978 sched/numa: Pass destination CPU as a parameter to migrate [...] new 3f9672baaa70 sched/numa: Reset scan rate whenever task moves across nodes new 05cbdf4f5c19 sched/numa: Limit the conditions where scan period is reset new 7534612123e0 mm/migrate: Use spin_trylock() while resetting rate limit new 6fd98e775f24 sched/numa: Avoid task migration for small NUMA improvement new efaffc5e40ae mm, sched/numa: Remove rate-limiting of automatic NUMA bal [...] new 37355bdc5a12 sched/numa: Migrate pages to local nodes quicker early in [...] new 8be673735e51 Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] new 715bd9d12f84 x86/vdso: Fix asm constraints on vDSO syscall fallbacks new 7c03e7035ac1 selftests/x86: Add clock_gettime() tests to test_vdso new 20a8378aa9dd x86/platform/uv: Provide is_early_uv_system() new 2647c43c7f3b x86/tsc: Fix UV TSC initialization new 4f166564014a x86/vdso: Only enable vDSO retpolines when enabled and supported new 88296bd42b4e x86/cpu/amd: Remove unnecessary parentheses new 02e425668f5c x86/vdso: Fix vDSO syscall fallback asm constraint regression new 247373b5dd68 Merge branch 'x86-urgent-for-linus' 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: MAINTAINERS | 1 - arch/x86/entry/vdso/Makefile | 16 ++- arch/x86/entry/vdso/vclock_gettime.c | 26 ++--- arch/x86/include/asm/uv/uv.h | 6 ++ arch/x86/kernel/cpu/amd.c | 2 +- arch/x86/kernel/tsc.c | 4 + include/linux/mmzone.h | 6 -- include/trace/events/migrate.h | 27 ----- kernel/locking/test-ww_mutex.c | 10 +- kernel/sched/core.c | 2 +- kernel/sched/deadline.c | 2 +- kernel/sched/fair.c | 104 ++++++++++++++++--- kernel/sched/sched.h | 3 +- mm/migrate.c | 57 ----------- mm/page_alloc.c | 2 - sound/hda/hdac_i915.c | 4 +- sound/pci/hda/patch_realtek.c | 1 + tools/testing/selftests/x86/test_vdso.c | 172 ++++++++++++++++++++++++++++++++ 18 files changed, 316 insertions(+), 129 deletions(-)