This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e6fda526d9db Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 16e95a62eed1 powercap: intel_rapl: Fix a sparse warning in TPMI interface new ea4f142ffa87 Merge tag 'pm-6.5-rc5' of git://git.kernel.org/pub/scm/lin [...] new 8c82d2bf5944 selftests/riscv: fix potential build failure during the "e [...] new 25696067202f selftests: riscv: Fix compilation error with vstate_exec_nolibc.c new 568701fee366 RISC-V: ACPI: Fix acpi_os_ioremap to return iomem address new fbe7d19d2b7f riscv: Export va_kernel_pa_offset in vmcoreinfo new 640c503d7dbd Documentation: kdump: Add va_kernel_pa_offset for RISCV64 new e661f98c8283 Merge tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.or [...] new a6fe04388082 Drivers: hv: Change hv_free_hyperv_page() to take void * argument new 55e544e1a922 x86/hyperv: Improve code for referencing hyperv_pcpu_input_arg new d5ace2a77644 x86/hyperv: Disable IBT when hypercall page lacks ENDBR in [...] new 060f2b979c4e x86/hyperv: fix a warning in mshyperv.h new ed0cf84e9cc4 vmbus_testing: fix wrong python syntax for integer value c [...] new 9e2d0c336524 x86/hyperv: add noop functions to x86_init mpparse functions new 6ad0f2f91ad1 Drivers: hv: vmbus: Remove unused extern declaration vmbus [...] new 024ff300db33 Merge tag 'hyperv-fixes-signed-20230804' of git://git.kern [...]
The 16 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/kdump/vmcoreinfo.rst | 6 +++ arch/riscv/include/asm/acpi.h | 2 +- arch/riscv/kernel/acpi.c | 4 +- arch/riscv/kernel/crash_core.c | 2 + arch/x86/hyperv/hv_apic.c | 4 +- arch/x86/hyperv/hv_init.c | 21 ++++++++++ arch/x86/hyperv/hv_vtl.c | 4 ++ arch/x86/hyperv/ivm.c | 7 ++-- arch/x86/hyperv/mmu.c | 12 +----- arch/x86/hyperv/nested.c | 11 +---- arch/x86/include/asm/mshyperv.h | 2 +- drivers/hv/connection.c | 13 +++--- drivers/hv/hv_balloon.c | 2 +- drivers/hv/hv_common.c | 10 ++--- drivers/powercap/intel_rapl_common.c | 14 +++---- drivers/powercap/intel_rapl_msr.c | 49 +++++++++++----------- drivers/powercap/intel_rapl_tpmi.c | 17 ++++---- .../intel/int340x_thermal/processor_thermal_rapl.c | 16 +++---- include/asm-generic/mshyperv.h | 2 +- include/linux/hyperv.h | 3 -- include/linux/intel_rapl.h | 14 +++++-- tools/hv/vmbus_testing | 4 +- .../selftests/riscv/vector/vstate_exec_nolibc.c | 2 - 23 files changed, 118 insertions(+), 103 deletions(-)