This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 44688ffd111a Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel. [...] new 108ea7eb3e75 perf/x86/Kconfig: Fix indentation in the Kconfig file new 5cc47d4a920c Merge tag 'perf-core-2022-06-05' of git://git.kernel.org/p [...] new 86dca369075b perf/x86/intel: Fix event constraints for ICL new 8b4dd2d8627e perf/core: Remove unused local variable new fa11c2804652 Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org [...] new 82f586f923e3 sched/autogroup: Fix sysctl move new bc1e02c3e500 Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.or [...] new b8b1ab133e59 dt-bindings: timer: Add compatible for Mediatek MT8186 new 41929c9f628b clocksource/drivers/ixp4xx: Drop boardfile probe path new 232ccac1bd9b clocksource/drivers/riscv: Events are stopped during CPU suspend new a98399cbc1e0 clocksource/drivers/sp804: Avoid error on multiple instances new b89e96917dba clocksource/drivers/bcm_kona: Convert to SPDX identifier new eb988ba4afbf clocksource/drivers/jcore: Convert to SPDX identifier new dcfa47d4720f clocksource/drivers/mips-gic-timer: Convert to SPDX identifier new 7160d9c4cce9 clocksource/drivers/armada-370-xp: Convert to SPDX identifier new b3a9ce9d24ff clocksource/drivers/digicolor: Convert to SPDX identifier new 85c5aafd8e6a clocksource/drivers/lpc32xx: Convert to SPDX identifier new 029aede7774c clocksource/drivers/orion: Convert to SPDX identifier new 6bd8643736cb clocksource/drivers/pistachio: Convert to SPDX identifier new 60bff9f8ef4b clocksource/drivers/timer-sun4i: Convert to SPDX identifier new a74dfa434f98 clocksource/drivers/timer-sun5i: Convert to SPDX identifier new 8c0d9461ab76 clocksource/drivers/timer-ti-dm: Remove unnecessary NULL check new 9c04a8ff03de clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() [...] new 57963a92a70b Merge tag 'timers-v5.19-rc1' of https://git.linaro.org/peo [...] new c049ecc52317 Merge tag 'timers-core-2022-06-05' of git://git.kernel.org [...] new 8a33d96bd178 x86/setup: Use strscpy() to replace deprecated strlcpy() new 1fd9f4ce8442 Merge tag 'x86-boot-2022-06-05' of git://git.kernel.org/pu [...] new 758cd94a0e16 x86/Kconfig: Fix indentation and add endif comments to arc [...] new 0ecfacb4c50a x86/Kconfig: Fix indentation of arch/x86/Kconfig.debug new 20eb48885b62 x86/idt: Remove unused headers new f7081834b2d5 x86: Fix all occurences of the "the the" typo new a925128092d8 Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.or [...] new 181b6f40e9ea x86/microcode: Rip out the OLD_INTERFACE new a77a94f86273 x86/microcode: Default-disable late loading new d23d33ea0fcd x86/microcode: Taint and warn on late loading new 0c0fe08c7648 x86/microcode: Remove unnecessary perf callback new 9784edd73a08 Merge tag 'x86-microcode-2022-06-05' of git://git.kernel.o [...] new e19d11267f0e x86/mm: Use PAGE_ALIGNED(x) instead of IS_ALIGNED(x, PAGE_SIZE) new 0b7da15c21c2 Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/ [...] new 0c9782e204d3 x86/sgx: Set active memcg prior to shmem allocation new d717180e7f97 Merge tag 'x86-urgent-2022-06-05' of git://git.kernel.org/ [...]
The 41 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: .../bindings/timer/mediatek,mtk-timer.txt | 1 + arch/x86/Kconfig | 117 ++++++++++----------- arch/x86/Kconfig.debug | 29 +++-- arch/x86/events/Kconfig | 12 +-- arch/x86/events/intel/core.c | 2 +- arch/x86/kernel/cpu/common.c | 2 + arch/x86/kernel/cpu/microcode/core.c | 115 ++------------------ arch/x86/kernel/cpu/sgx/encl.c | 105 +++++++++++++++++- arch/x86/kernel/cpu/sgx/encl.h | 7 +- arch/x86/kernel/cpu/sgx/main.c | 9 +- arch/x86/kernel/setup.c | 6 +- arch/x86/kvm/vmx/vmx.c | 2 +- arch/x86/kvm/x86.c | 2 +- arch/x86/mm/init_64.c | 8 +- arch/x86/platform/efi/efi_thunk_64.S | 2 +- drivers/clocksource/Kconfig | 2 +- drivers/clocksource/bcm_kona_timer.c | 14 +-- drivers/clocksource/jcore-pit.c | 5 +- drivers/clocksource/mips-gic-timer.c | 9 +- drivers/clocksource/timer-armada-370-xp.c | 5 +- drivers/clocksource/timer-digicolor.c | 5 +- drivers/clocksource/timer-ixp4xx.c | 25 ----- drivers/clocksource/timer-lpc32xx.c | 6 +- drivers/clocksource/timer-orion.c | 5 +- drivers/clocksource/timer-oxnas-rps.c | 2 +- drivers/clocksource/timer-pistachio.c | 5 +- drivers/clocksource/timer-riscv.c | 2 +- drivers/clocksource/timer-sp804.c | 10 +- drivers/clocksource/timer-sun4i.c | 5 +- drivers/clocksource/timer-sun5i.c | 5 +- drivers/clocksource/timer-ti-dm.c | 3 +- include/linux/platform_data/timer-ixp4xx.h | 11 -- kernel/events/core.c | 1 - kernel/sched/autogroup.c | 2 +- 34 files changed, 238 insertions(+), 303 deletions(-) delete mode 100644 include/linux/platform_data/timer-ixp4xx.h