This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f2f80ac80987 Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/lin [...] new 312be9fc2234 perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the las [...] new e2948effa906 Merge tag 'perf-urgent-2024-04-07' of git://git.kernel.org [...] new aa7cbefe65e4 time/timecounter: Fix inline documentation new 76f788ee4a7d time/timekeeping: Fix kernel-doc warnings and typos new b87752ef5cc1 timers: Fix kernel-doc format and add Return values new f29536bf1721 tick/sched: Fix various kernel-doc warnings new ba6ad57b803e tick/sched: Fix struct tick_sched doc warnings new 9e643ab59d7e timers: Fix text inconsistencies and spelling new cffaefd15a8f vdso: Use CONFIG_PAGE_SHIFT in vdso/datapage.h new 61f7fdf8fd00 timers/migration: Fix ignored event due to missing CPU update new 7a96a84bfbee timers/migration: Return early on deactivation new 3520c35e5f0b Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.o [...] new c3eeb1ffc6a8 x86/resctrl: Fix uninitialized memory read when last CPU o [...] new 9852b1dc6a14 x86/numa/32: Include missing <asm/pgtable_areas.h> new 99485c4c026f x86/coco: Require seeding RNG with RDRAND on CoCo systems new 54f5f47b6055 x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM new bc6f707fc0fe x86/cc: Add cc_platform_set/_clear() helpers new 0ecaefb303de x86/CPU/AMD: Track SNP host status with cc_platform_*() new 3ddf944b32f8 x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() new 5f2ca44ed235 Merge branch 'linus' into x86/urgent, to pick up dependent commit new b377c66ae350 x86/retpoline: Add NOENDBR annotation to the SRSO dummy re [...] new 9fe30842a90b Merge tag 'x86-urgent-2024-04-07' of git://git.kernel.org/ [...]
The 22 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: arch/powerpc/include/asm/vdso/gettimeofday.h | 3 +- arch/x86/coco/core.c | 93 ++++++++++++++++++++++++++++ arch/x86/events/intel/ds.c | 8 +-- arch/x86/include/asm/coco.h | 2 + arch/x86/include/asm/sev.h | 4 +- arch/x86/kernel/cpu/amd.c | 38 +++++++----- arch/x86/kernel/cpu/mce/core.c | 4 +- arch/x86/kernel/cpu/mtrr/generic.c | 2 +- arch/x86/kernel/cpu/resctrl/internal.h | 3 +- arch/x86/kernel/setup.c | 2 + arch/x86/kernel/sev.c | 10 --- arch/x86/kvm/Kconfig | 1 + arch/x86/kvm/svm/sev.c | 2 +- arch/x86/lib/retpoline.S | 1 + arch/x86/mm/numa_32.c | 1 + arch/x86/virt/svm/sev.c | 26 +++++--- drivers/crypto/ccp/sev-dev.c | 2 +- drivers/iommu/amd/init.c | 4 +- include/linux/cc_platform.h | 12 ++++ include/linux/timecounter.h | 11 +++- include/linux/timekeeping.h | 49 ++++++++++++--- include/linux/timer.h | 12 +++- include/vdso/datapage.h | 8 +-- kernel/time/tick-sched.c | 18 +++++- kernel/time/tick-sched.h | 2 +- kernel/time/timer.c | 22 +++---- kernel/time/timer_migration.c | 32 +++++++++- 27 files changed, 291 insertions(+), 81 deletions(-)