This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8c05f3b965da Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm new e0478542cfd4 overflow.h: Add comment documenting __ab_c_size() new 82045dd85566 Merge branch 'linus' into core/urgent, to merge in depende [...] new e6da9567959e objtool: Don't use ignore flag for fake jumps new e6f393bc939d objtool: Fix function fallthrough detection new 2decec48b0fd objtool: Fix whitelist documentation typo new b2ca74d32bba Merge branch 'core-urgent-for-linus' of git://git.kernel.o [...] new a9e9bcb45b15 locking/rwsem: Prevent decrement of reader count before increment new f57d7715d764 Merge branch 'locking-urgent-for-linus' of git://git.kerne [...] new 4abf1ee16e25 perf/x86/amd/iommu: Make the 'amd_iommu_attr_groups' symbo [...] new 6b89d4c1ae85 perf/x86/intel: Fix INTEL_FLAGS_EVENT_CONSTRAINT* masking new c7a286577d75 perf/x86/intel: Allow PEBS multi-entry in watermark mode new c77ee64f8a04 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new f3d964673b2f y2038: Make CONFIG_64BIT_TIME unconditional new fdc6bae940ee ntp: Allow TAI-UTC offset to be set to zero new b2c3dda6f8f0 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] new 81d30225bc0c x86/vdso: Remove hpet_page from vDSO new 0e72499c3cc0 x86/kprobes: Make trampoline_handler() global and visible new eccd906484d1 x86/mm: Do not use set_{pud, pmd}_safe() when splitting a [...] new 409ca45526a4 x86/kconfig: Disable CONFIG_GENERIC_HWEIGHT and remove __H [...] new 00f5764dbb04 Merge branch 'linus' into x86/urgent, to pick up dependent [...] new 88640e1dcd08 x86/speculation/mds: Revert CPU buffer clear on double fault exit new 9d8d0294e78a x86/speculation/mds: Improve CPU buffer clear documentation new d396360acdf7 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: Documentation/x86/mds.rst | 44 +------ arch/Kconfig | 2 +- arch/x86/Kconfig | 3 - arch/x86/entry/vdso/vdso2c.c | 3 - arch/x86/events/amd/iommu.c | 2 +- arch/x86/events/intel/core.c | 2 +- arch/x86/events/perf_event.h | 4 +- arch/x86/include/asm/arch_hweight.h | 2 - arch/x86/include/asm/vdso.h | 1 - arch/x86/kernel/kprobes/core.c | 2 +- arch/x86/kernel/traps.c | 8 -- arch/x86/mm/init_64.c | 144 ++++++++++++++++------- arch/x86/mm/mem_encrypt.c | 10 +- arch/x86/mm/mm_internal.h | 3 + include/linux/overflow.h | 8 +- kernel/locking/rwsem-xadd.c | 46 +++++--- kernel/time/ntp.c | 2 +- lib/hweight.c | 4 - tools/objtool/Documentation/stack-validation.txt | 2 +- tools/objtool/check.c | 11 +- 20 files changed, 172 insertions(+), 131 deletions(-)