This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 145f47c7381d Merge tag '5.1-rc3-smb3-fixes' of git://git.samba.org/sfre [...] new 20bb907f7dc8 mfd: twl-core: Disable IRQ while suspended new 1d71670e5e09 mfd: sc27xx: Use SoC compatible string for PMIC devices new a05a2e7998ab mfd: sun6i-prcm: Allow to compile with COMPILE_TEST new 9db6ce4ecefb Merge tag 'mfd-fixes-5.1' of git://git.kernel.org/pub/scm/ [...] new c8b1917c8987 ACPICA: Clear status of GPEs before enabling them new b59fb7ef5240 Merge branch 'acpica' into acpi new b512f71221d0 Merge tag 'acpi-5.1-rc4' of git://git.kernel.org/pub/scm/l [...] new 4ab526468344 cpufreq/intel_pstate: Load only on Intel hardware new df2f677dee3c tools/power turbostat: Restore ability to execute in topol [...] new 562855eeb113 tools/power turbostat: Cleanup CC3-skip code new 31a1f15cea5e tools/power turbostat: Cleanup CNL-specific code new 937807d355a3 tools/power turbostat: Add Icelake support new 6de68fe15a0f tools/power turbostat: Add Die column new 0a42d235e50d tools/power turbostat: Do not display an error on systems [...] new 9392bd98bba7 tools/power turbostat: Add support for AMD Fam 17h (Zen) RAPL new 3316f99a9f1b tools/power turbostat: Also read package power on AMD F17h (Zen) new 8173c336989c tools/power turbostat: Add checks for failure of fgets() a [...] new 5ea7647b333f tools/power turbostat: Warn on bad ACPI LPIT data new 0f71d089c912 tools/power turbostat: update version number new 59cc8cd60c78 Merge branch 'turbostat' of git://git.kernel.org/pub/scm/l [...] new 58b0cf8e2418 Merge branch 'pm-tools' new 20ad549488d5 Merge tag 'pm-5.1-rc4' of git://git.kernel.org/pub/scm/lin [...] new dbee9c9c4584 riscv: fix accessing 8-byte variable from RV32 new 387181dcdb6c RISC-V: Always compile mm/init.c with cmodel=medany and notrace new ff0e2a7bd13f RISC-V: Fix FIXMAP_TOP to avoid overlap with VMALLOC area new da4ed3787391 RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW) new 8e22ba96d44c Merge tag 'riscv-for-linus-5.1-rc4' of git://git.kernel.or [...]
The 27 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/riscv/include/asm/fixmap.h | 2 +- arch/riscv/include/asm/uaccess.h | 2 +- arch/riscv/kernel/Makefile | 3 - arch/riscv/kernel/module.c | 2 +- arch/riscv/kernel/setup.c | 8 - arch/riscv/mm/Makefile | 6 + arch/riscv/mm/init.c | 28 ++++ drivers/acpi/acpica/evgpe.c | 6 +- drivers/cpufreq/intel_pstate.c | 5 +- drivers/mfd/Kconfig | 2 +- drivers/mfd/sprd-sc27xx-spi.c | 42 +++--- drivers/mfd/twl-core.c | 23 +++ tools/power/x86/turbostat/turbostat.c | 277 +++++++++++++++++++++++++++------- 13 files changed, 310 insertions(+), 96 deletions(-)