This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 63de37476ebd Merge tag 'tag-chrome-platform-for-v5.5' of git://git.kern [...] new c6a3aea93571 PM / QoS: Redefine FREQ_QOS_MAX_DEFAULT_VALUE to S32_MAX new 14e087576081 PM / QoS: Initial kunit test new 342035f66c86 PM / QoS: Reorder pm_qos/freq_qos/dev_pm_qos structs new 36a8015f89e4 PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCY new 016b87ca5c8c ACPI: EC: Rework flushing of pending work new 024aa8732acb ACPI: PM: s2idle: Rework ACPI events synchronization new 656b4e639831 cpuidle: Fix Kconfig indentation new ba1e78a1dc0c cpuidle: Drop disabled field from struct cpuidle_state new 4d30d4a0441d cpuidle: minor Kconfig help text fixes new cde10f856a7d cpufreq: Fix Kconfig indentation new e1e047ace8ce PM / devfreq: Add missing locking while setting suspend_freq new 2a0efc77735b power: avs: Fix Kconfig indentation new 1e4230f56dac Merge branches 'pm-sleep', 'pm-cpuidle', 'pm-cpufreq', 'pm [...] new ef867c12f31d Merge tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/l [...] new 833a426cc471 ACPI: OSL: only free map once in osl.c new 627ead724eff ACPI: bus: Fix NULL pointer check in acpi_bus_get_private_data() new 90ed9c639c1b ACPI: button: Add DMI quirk for Acer Switch 10 SW5-032 lid-switch new a7583e72a5f2 ACPI: sysfs: Change ACPI_MASKABLE_GPE_MAX to 0x100 new feb174069fd7 ACPI: Fix Kconfig indentation new b65d56305c6f Merge branches 'acpi-bus', 'acpi-button', 'acpi-sysfs' and [...] new b92f3d32e098 Merge tag 'acpi-5.5-rc1-2' of git://git.kernel.org/pub/scm [...] new 240b62d381fe ia64: remove stale paravirt leftovers new ef66f6b8e3f5 Merge tag 'please-pull-misc-5.5' of git://git.kernel.org/p [...] new de29fe308de7 riscv: Fix Kconfig indentation new 2cc6c4a0da4a RISC-V: Add address map dumper new 8eace9fb3960 Merge branch 'next/misc2' into for-next new f2c5fd9e4c05 riscv: defconfigs: enable debugfs new 2e06b2717535 riscv: defconfigs: enable more debugging options new 1646220a6d4b Merge branch 'next/defconfig-add-debug' into for-next new 6cdc7f2efc25 Merge tag 'riscv/for-v5.5-rc1-2' of git://git.kernel.org/p [...] new c1de0f25221c KVM x86: Move kvm cpuid support out of svm new 80b10aa92448 Documentation: kvm: Fix mention to number of ioctls classes new 33cf170715e8 mm: ksm: Export ksm_madvise() new ca9f4942670c KVM: PPC: Book3S HV: Support for running secure guests new 60f0a643aa44 KVM: PPC: Book3S HV: Shared pages support for secure guests new 008e359c76d8 KVM: PPC: Book3S HV: Radix changes for secure guest new c32622575dd0 KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VM new 22945688acd4 KVM: PPC: Book3S HV: Support reset of secure guest new 013a53f2d25a powerpc: Ultravisor: Add PPC_UV config option new 3525d0ccd92c Merge tag 'kvm-ppc-uvmem-5.5-2' of git://git.kernel.org/pu [...] new 433f4ba19041 KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUI [...] new 7d73710d9ca2 kvm: vmx: Stop wasting a page for guest_msrs new aedc0650f913 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 43 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 | 2 +- Documentation/virt/kvm/api.txt | 20 +- arch/ia64/include/asm/irqflags.h | 4 - arch/ia64/include/uapi/asm/gcc_intrin.h | 24 +- arch/ia64/include/uapi/asm/intel_intrin.h | 32 +- arch/ia64/include/uapi/asm/intrinsics.h | 51 +- arch/powerpc/Kconfig | 17 + arch/powerpc/include/asm/hvcall.h | 9 + arch/powerpc/include/asm/kvm_book3s_uvmem.h | 74 +++ arch/powerpc/include/asm/kvm_host.h | 6 + arch/powerpc/include/asm/kvm_ppc.h | 1 + arch/powerpc/include/asm/ultravisor-api.h | 6 + arch/powerpc/include/asm/ultravisor.h | 36 ++ arch/powerpc/kvm/Makefile | 3 + arch/powerpc/kvm/book3s_64_mmu_radix.c | 25 + arch/powerpc/kvm/book3s_hv.c | 143 +++++ arch/powerpc/kvm/book3s_hv_uvmem.c | 785 ++++++++++++++++++++++++ arch/powerpc/kvm/powerpc.c | 12 + arch/riscv/Kconfig.socs | 16 +- arch/riscv/configs/defconfig | 24 + arch/riscv/configs/rv32_defconfig | 24 + arch/riscv/mm/init.c | 32 + arch/sh/kernel/cpu/shmobile/cpuidle.c | 8 +- arch/x86/kvm/cpuid.c | 10 +- arch/x86/kvm/svm.c | 7 - arch/x86/kvm/vmx/vmx.c | 12 +- arch/x86/kvm/vmx/vmx.h | 8 +- drivers/acpi/Kconfig | 8 +- drivers/acpi/bus.c | 2 +- drivers/acpi/button.c | 13 + drivers/acpi/ec.c | 36 +- drivers/acpi/osl.c | 28 +- drivers/acpi/sleep.c | 26 +- drivers/acpi/sysfs.c | 6 +- drivers/base/Kconfig | 4 + drivers/base/power/Makefile | 1 + drivers/base/power/qos-test.c | 117 ++++ drivers/base/power/qos.c | 73 ++- drivers/cpufreq/Kconfig.powerpc | 8 +- drivers/cpufreq/Kconfig.x86 | 16 +- drivers/cpuidle/Kconfig | 16 +- drivers/cpuidle/Kconfig.arm | 22 +- drivers/cpuidle/cpuidle.c | 2 +- drivers/cpuidle/poll_state.c | 1 - drivers/devfreq/devfreq.c | 4 + drivers/idle/intel_idle.c | 6 +- drivers/power/avs/Kconfig | 12 +- include/linux/cpuidle.h | 2 +- include/linux/pm_qos.h | 86 +-- include/uapi/linux/kvm.h | 1 + kernel/power/qos.c | 4 +- mm/ksm.c | 1 + 52 files changed, 1641 insertions(+), 245 deletions(-) create mode 100644 arch/powerpc/include/asm/kvm_book3s_uvmem.h create mode 100644 arch/powerpc/kvm/book3s_hv_uvmem.c create mode 100644 drivers/base/power/qos-test.c