This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e67095fd2f72 Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/u [...] new d776aaa9895e mm/z3fold.c: fix race between migration and destruction new cd961038381f mm, page_alloc: move_freepages should not examine struct p [...] new bbcb03a97ffe parisc: fix compilation errrors new c350a99ea2b1 mm: memcontrol: flush percpu vmstats before releasing memcg new bb65f89b7d3d mm: memcontrol: flush percpu vmevents before releasing memcg new 7b2b55da1db1 psi: get poll_work to run when calling poll syscall next time new 46d0b24c5ee1 userfaultfd_release: always remove uffd flags and clear vm [...] new f7da677bc6e7 mm, page_owner: handle THP splits correctly new 1a87aa03597e mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely new 701d678599d0 mm/zsmalloc.c: fix race condition in zs_destroy_pool new 00fb24a42a68 mm/kasan: fix false positive invalid-free reports with CON [...] new f47edb59bb48 Merge branch 'akpm' (patches from Andrew) new d0ff14fdc987 genirq: Properly pair kobject_del() with kobject_add() new 44c471e43698 Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...] new 77d760328ee0 perf/x86: Fix typo in comment new f1c6ece23729 kprobes: Fix potential deadlock in kprobe_optimizer() new 05bbb9360a00 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new b0fdc01354f4 sched/core: Schedule new worker even if PI-blocked new 8a04c2ee62a4 Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] new b99328a60a48 timekeeping/vsyscall: Prevent math overflow in BOOTTIME update new 5a13fc3d8ba0 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] new 12ece2d53d3e x86/cpu: Explain Intel model naming convention new f897e60a12f0 x86/apic: Handle missing global clockevent gracefully new 0a46fff2f910 x86/boot/compressed/64: Fix boot on machines with broken E [...] new c49a0a80137c x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h new 7846f58fba96 x86/boot: Fix boot regression caused by bootparam sanitizing new b63f20a778c8 x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386 new 146c3d3220e0 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 28 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/admin-guide/kernel-parameters.txt | 7 ++ arch/parisc/include/asm/pgtable.h | 3 +- arch/x86/boot/compressed/pgtable_64.c | 13 +++- arch/x86/events/core.c | 2 +- arch/x86/include/asm/bootparam_utils.h | 2 +- arch/x86/include/asm/intel-family.h | 15 +++++ arch/x86/include/asm/msr-index.h | 1 + arch/x86/include/asm/nospec-branch.h | 2 +- arch/x86/kernel/apic/apic.c | 68 ++++++++++++++----- arch/x86/kernel/cpu/amd.c | 66 ++++++++++++++++++ arch/x86/power/cpu.c | 86 ++++++++++++++++++++---- fs/userfaultfd.c | 25 +++---- include/linux/timekeeper_internal.h | 5 ++ kernel/irq/irqdesc.c | 15 ++++- kernel/kprobes.c | 8 +-- kernel/sched/core.c | 5 +- kernel/sched/psi.c | 8 +++ kernel/time/timekeeping.c | 5 ++ kernel/time/vsyscall.c | 22 +++--- mm/huge_memory.c | 4 ++ mm/kasan/common.c | 10 ++- mm/memcontrol.c | 60 +++++++++++++++++ mm/page_alloc.c | 19 ++---- mm/z3fold.c | 89 +++++++++++++++++++++++++ mm/zsmalloc.c | 78 ++++++++++++++++++++-- 25 files changed, 533 insertions(+), 85 deletions(-)