This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b741596468b0 Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.o [...] new 025768a966a3 x86/cpu: Use alternative to generate the TASK_SIZE_MAX constant new 3cf4524ce40b x86/smpboot: Remove duplicate includes new 790d1ce71de9 x86: Delete UD0, UD1 traces new 4029b9706d53 x86/resctrl: Fix init const confusion new b6b4fbd90b15 x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported new fc48a6d1faad x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappers new a217a6593cec KVM/VMX: Invoke NMI non-IST entry instead of IST entry new 866a6dadbb02 context_tracking: Move guest exit context tracking to sepa [...] new 88d8220bbf06 context_tracking: Move guest exit vtime accounting to sepa [...] new 160457140187 KVM: x86: Defer vtime accounting 'til after IRQ handling new b41c723b203e sched/vtime: Move vtime accounting external declarations a [...] new 6f922b89e551 sched/vtime: Move guest enter/exit vtime accounting to vtime.h new 14296e0c4478 context_tracking: Consolidate guest enter/exit wrappers new 1ca0016c149b context_tracking: KVM: Move guest enter/exit wrappers to K [...] new bc908e091b32 KVM: x86: Consolidate guest enter/exit logic to common helpers new dd3e4012dd36 Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.o [...] new e10de314287c x86/events/amd/iommu: Fix invalid Perf result due to IOMMU [...] new 85bbba1c0778 Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel. [...] new 1139aeb1c521 smp: Fix smp_call_function_single_async prototype new 28ce0e70ecc3 locking/qrwlock: Cleanup queued_write_lock_slowpath() new 4fbf5d6837bf Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME wi [...] new cdf78db40709 futex: Do not apply time namespace adjustment on FUTEX_LOCK_PI new b097d5ed3356 futex: Get rid of the val2 conditional dance new 51cf94d16860 futex: Make syscall entry points less convoluted new 732a27a0891c Merge tag 'locking-urgent-2021-05-09' of git://git.kernel. [...] new 19987fdad506 sched,doc: sched_debug_verbose cmdline should be sched_verbose new d583d360a620 psi: Fix psi state corruption when schedule() races with c [...] new 6d2f8909a5fa sched: Fix out-of-bound access in uclamp new 0258bdfaff5b sched/fair: Fix unfairness caused by missing load decay new 9819f682e48c Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.or [...]
The 30 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/scheduler/sched-domains.rst | 2 +- arch/x86/events/amd/iommu.c | 47 +++++++------ arch/x86/include/asm/bug.h | 9 --- arch/x86/include/asm/idtentry.h | 15 +++++ arch/x86/include/asm/msr.h | 4 -- arch/x86/include/asm/page_64.h | 33 +++++++++ arch/x86/include/asm/page_64_types.h | 23 +------ arch/x86/kernel/cpu/common.c | 4 +- arch/x86/kernel/cpu/resctrl/monitor.c | 2 +- arch/x86/kernel/nmi.c | 10 +++ arch/x86/kernel/smpboot.c | 3 - arch/x86/kvm/svm/svm.c | 39 +---------- arch/x86/kvm/vmx/vmx.c | 55 +++------------ arch/x86/kvm/x86.c | 9 +++ arch/x86/kvm/x86.h | 45 +++++++++++++ include/linux/context_tracking.h | 92 +++++-------------------- include/linux/kvm_host.h | 45 +++++++++++++ include/linux/smp.h | 2 +- include/linux/vtime.h | 108 ++++++++++++++++++++---------- kernel/futex.c | 82 +++++++++++------------ kernel/locking/qrwlock.c | 6 +- kernel/sched/core.c | 2 +- kernel/sched/fair.c | 12 +++- kernel/sched/psi.c | 36 +++++++--- kernel/smp.c | 26 +++---- kernel/up.c | 2 +- 26 files changed, 384 insertions(+), 329 deletions(-)