This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5ac94332248e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 89963adcdb43 kernel/compat.c: mark expected switch fall-throughs new b4f91664307d crypto: chelsio - Fix NULL pointer dereference new 33ddc108c5a1 crypto: chelsio - Fix softlockup with heavy I/O new 0a4491d3febe crypto: chelsio - count incomplete block in IV new 0816ecf48f3d MAINTAINERS: Maintainer for Chelsio crypto driver new 24586b5feaf1 crypto: caam - fix DKP detection logic new 8c65d35435e8 crypto: caam - fix caam_dump_sg that iterates through scatterlist new cbc22b062106 Revert "crypto: caam/jr - Remove extra memory barrier duri [...] new 88f76bc31b93 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] new 9ed0985332a6 x86: intel_epb: Take CONFIG_PM into account new df24014abe36 cpufreq: Call transition notifier only once for each policy new 2acb9bdae92d cpufreq: Explain the kobject_put() in cpufreq_policy_alloc() new ab05d97a3785 cpufreq: Don't find governor for setpolicy drivers in cpuf [...] new 32345f45379b cpufreq: Update MAINTAINERS to include schedutil governor new ed61e18a4b4e PM / Domains: Add GENPD_FLAG_RPM_ALWAYS_ON flag new 8d5d766f0072 soc: imx: gpc: Use GENPD_FLAG_RPM_ALWAYS_ON for ERR009619 new 2a8d69f6139b Merge branches 'pm-cpufreq' and 'pm-domains' new bfbfbf736862 Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/l [...] new 11207b4dc273 ACPICA: Linux: move ACPI_DEBUG_DEFAULT flag out of ifndef new 811b4c9eaf7f ACPICA: Update version to 20190509 new ca6f998cf9a2 ACPI: bus: change _ADR representation to 64 bits new 5695f51d0550 Documentation: ACPI: Use tabs for graph ASL indentation new a423bd845c60 Documentation: ACPI: Direct references are allowed to devi [...] new 2f844b61db82 ACPI: PM: Set enable_for_wake for wakeup GPEs during suspe [...] new e3e28670bb28 Merge branches 'acpi-bus', 'acpi-doc' and 'acpi-pm' new fcdec14365ec Merge tag 'acpi-5.2-rc1-2' of git://git.kernel.org/pub/scm [...] new b63e37bc9ec4 kconfig: Make nconf-cfg.sh executable new 65be755a5411 kconfig: remove trailing whitespaces new ceb7f3296ea1 kconfig: do not accept a directory for configuration output new 67424f61f813 kconfig: do not write .config if the content is the same new 580c5b3e1b8b kconfig: make parent directories for the saved .config as needed new 4cb726121e2c kconfig: remove useless NULL pointer check in conf_write_dep() new b9d1a8e9302e kconfig: use snprintf for formatting pathnames new 9b9f5948afcd kconfig: make conf_get_autoconfig_name() static new 2bbacd1a9278 Merge tag 'kconfig-v5.2' of git://git.kernel.org/pub/scm/l [...]
The 35 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: .../acpi/dsd/data-node-references.rst | 6 +- Documentation/firmware-guide/acpi/dsd/graph.rst | 120 +++++++++--------- MAINTAINERS | 4 +- arch/arm/kernel/smp.c | 24 ++-- arch/sparc/kernel/time_64.c | 28 +++-- arch/x86/kernel/cpu/intel_epb.c | 22 +++- arch/x86/kernel/tsc.c | 2 +- arch/x86/kvm/x86.c | 31 +++-- drivers/acpi/device_sysfs.c | 6 +- drivers/acpi/sleep.c | 4 + drivers/base/power/domain.c | 8 +- drivers/cpufreq/cpufreq.c | 140 ++++++++++++--------- drivers/crypto/caam/caamalg.c | 9 +- drivers/crypto/caam/caamalg_qi.c | 7 +- drivers/crypto/caam/caamalg_qi2.c | 8 +- drivers/crypto/caam/error.c | 2 +- drivers/crypto/caam/jr.c | 2 +- drivers/crypto/caam/regs.h | 8 -- drivers/crypto/chelsio/chcr_algo.c | 17 +-- drivers/crypto/chelsio/chcr_core.c | 4 - drivers/crypto/chelsio/chcr_ipsec.c | 3 +- drivers/soc/imx/gpc.c | 13 +- include/acpi/acpi_bus.h | 2 +- include/acpi/acpixf.h | 2 +- include/acpi/platform/aclinux.h | 10 +- include/linux/cpufreq.h | 14 +-- include/linux/pm_domain.h | 4 + kernel/compat.c | 3 + scripts/kconfig/confdata.c | 121 ++++++++++++------ scripts/kconfig/gconf.c | 2 +- scripts/kconfig/lexer.l | 3 +- scripts/kconfig/lkc.h | 1 - scripts/kconfig/lxdialog/BIG.FAT.WARNING | 2 +- scripts/kconfig/mconf.c | 2 +- scripts/kconfig/nconf-cfg.sh | 0 scripts/kconfig/nconf.c | 3 +- 36 files changed, 382 insertions(+), 255 deletions(-) mode change 100644 => 100755 scripts/kconfig/nconf-cfg.sh