This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 48acba989ed5 Merge tag 'riscv/for-v5.4-rc3' of git://git.kernel.org/pub [...] new 6184488a19be x86: Use the correct SPDX License Identifier in headers new e9ec3588a937 Merge branch 'core-urgent-for-linus' of git://git.kernel.o [...] new 454de1e7d970 x86/asm: Fix MWAITX C-state hint value new fbcfb8f0270b x86/cpu/vmware: Use the full form of INL in VMWARE_PORT new bec500777089 lib/string: Make memzero_explicit() inline instead of external new 8d7c6ac3b237 x86/cpu: Add Comet Lake to the Intel CPU models header new fcb45a28489c Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...] new 6fb9367a15d1 efi/cper: Fix endianness of PCIe class code new c05f8f92b701 efivar/ssdt: Don't iterate over EFI vars if no SSDT overri [...] new 047d50aee341 efi/tpm: Don't access event->count when it isn't mapped new 05c8c1ff81ed efi/tpm: Don't traverse an event log with no events new e658c82be556 efi/tpm: Only set 'efi_tpm_final_log_size' after successfu [...] new 1ed121e61630 efi: Make unexported efi_rci2_sysfs_init() static new 2ecb7402cfc7 efi/x86: Do not clean dummy variable in kexec path new be59d57f9806 efi/tpm: Fix sanity check of unsigned tbl_size being less [...] new 9b4e40c8fe1e Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...] new 4b0b2b096da9 libsubcmd: Make _FORTIFY_SOURCE defines dependent on the feature new e3e2cf3d5b1f perf tests: Avoid raising SEGV using an obvious NULL dereference new d586ac10ce56 perf docs: Allow man page date to be specified new 08a96a31474a tools headers uapi: Sync drm/i915_drm.h with the kernel sources new b1ba55cf1cfb tools headers uapi: Sync asm-generic/mman-common.h with th [...] new 05f371f8c55d tools headers uapi: Sync linux/usbdevice_fs.h with the ker [...] new 0ae4061223a3 tools headers uapi: Sync linux/fs.h with the kernel sources new b7ad61084842 tools headers kvm: Sync kvm headers with the kernel sources new 7d4c85b7035e perf llvm: Don't access out-of-scope array new 02d084792273 perf vendor events s390: Add JSON transaction for machine [...] new 0d0e5ecec611 perf vendor events s390: Use s390 machine name instead of [...] new ee212d6ea208 perf map: Fix overlapped map handling new b59711e9b0d2 perf inject jit: Fix JIT_CODE_MOVE filename new 2657983b4c0d perf docs: Correct and clarify jitdump spec new e98df280bc2a perf script brstackinsn: Fix recovery from LBR/binary mismatch new 6bdfd9f118bd perf jevents: Fix period for Intel fixed counters new f67001a4a08e perf tools: Propagate get_cpuid() error new 9db0e3635fb3 perf evsel: Fall back to global 'perf_env' in perf_evsel__env() new a66fa0619a0a perf annotate: Propagate perf_env__arch() error new 28f4417c3333 perf annotate: Fix the signedness of failure returns new 211f493b611e perf annotate: Propagate the symbol__annotate() error return new 42d7a9107d83 perf annotate: Fix arch specific ->init() failure errors new 16ed3c1e9115 perf annotate: Return appropriate error code for allocatio [...] new 11aad897f6d1 perf annotate: Don't return -1 for error when doing BPF di [...] new a4cf7b392e43 Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://gi [...] new f733c6b508bc perf/core: Fix inheritance of aux_output groups new d44248a41337 perf/core: Rework memory accounting in perf_mmap() new 7fa343b7fdc4 perf/core: Fix corner case in perf_rotate_context() new df4d29732fda perf/x86/amd: Change/fix NMI latency mitigation to use a t [...] new 7a275fd7b951 Merge branch 'x86/urgent' into perf/urgent, to pick up new [...] new 9066288b2aab perf/x86/intel: Add Comet Lake CPU support new 9674b1cc0f94 perf/x86/msr: Add Comet Lake CPU support new 1ffa6c04dae3 perf/x86/cstate: Add Comet Lake CPU support new 1a5da78d00ce perf/x86/msr: Add new CPU model numbers for Ice Lake new f1857a246775 perf/x86/cstate: Update C-state counters for Ice Lake new 23645a76ba81 perf/x86/intel: Add Tiger Lake CPU support new 0917b95079af perf/x86/msr: Add Tiger Lake CPU support new 52e92f409ded perf/x86/cstate: Add Tiger Lake CPU support new 465a7e291fd4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new 4929a4e6faa0 sched/fair: Scale bandwidth quota and period without losin [...] new 68e7a4d66b0c sched/vtime: Fix guest/system mis-accounting on task switch new 328fefadd9cf Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...]
The 58 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/x86/events/amd/core.c | 30 +++++++----- arch/x86/events/intel/core.c | 4 ++ arch/x86/events/intel/cstate.c | 44 ++++++++++++----- arch/x86/events/msr.c | 7 +++ arch/x86/include/asm/cpu_entry_area.h | 2 +- arch/x86/include/asm/intel-family.h | 3 ++ arch/x86/include/asm/mwait.h | 2 +- arch/x86/include/asm/pti.h | 2 +- arch/x86/kernel/cpu/vmware.c | 2 +- arch/x86/kernel/process.h | 2 +- arch/x86/lib/delay.c | 4 +- arch/x86/platform/efi/efi.c | 3 -- drivers/firmware/efi/cper.c | 2 +- drivers/firmware/efi/efi.c | 3 ++ drivers/firmware/efi/rci2-table.c | 2 +- drivers/firmware/efi/tpm.c | 26 +++++++--- include/linux/string.h | 21 ++++++++- include/linux/tpm_eventlog.h | 16 +++++-- kernel/events/core.c | 43 ++++++++++++++--- kernel/sched/cputime.c | 6 +-- kernel/sched/fair.c | 36 ++++++++------ lib/string.c | 21 --------- tools/arch/arm/include/uapi/asm/kvm.h | 4 +- tools/arch/arm64/include/uapi/asm/kvm.h | 4 +- tools/arch/s390/include/uapi/asm/kvm.h | 6 +++ tools/arch/x86/include/uapi/asm/vmx.h | 2 + tools/include/uapi/asm-generic/mman-common.h | 3 ++ tools/include/uapi/drm/i915_drm.h | 1 + tools/include/uapi/linux/fs.h | 55 ++-------------------- {include => tools/include}/uapi/linux/fscrypt.h | 0 tools/include/uapi/linux/kvm.h | 3 ++ tools/include/uapi/linux/usbdevice_fs.h | 4 ++ tools/lib/subcmd/Makefile | 8 +++- tools/perf/Documentation/asciidoc.conf | 3 ++ tools/perf/Documentation/jitdump-specification.txt | 4 +- tools/perf/arch/arm/annotate/instructions.c | 4 +- tools/perf/arch/arm64/annotate/instructions.c | 4 +- tools/perf/arch/powerpc/util/header.c | 3 +- tools/perf/arch/s390/annotate/instructions.c | 6 ++- tools/perf/arch/s390/util/header.c | 9 ++-- tools/perf/arch/x86/annotate/instructions.c | 6 ++- tools/perf/arch/x86/util/header.c | 3 +- tools/perf/builtin-kvm.c | 7 +-- tools/perf/builtin-script.c | 6 ++- tools/perf/check-headers.sh | 1 + .../arch/s390/{cf_m8561 => cf_z15}/basic.json | 0 .../arch/s390/{cf_m8561 => cf_z15}/crypto.json | 0 .../arch/s390/{cf_m8561 => cf_z15}/crypto6.json | 0 .../arch/s390/{cf_m8561 => cf_z15}/extended.json | 0 .../arch/s390/{cf_z13 => cf_z15}/transaction.json | 0 tools/perf/pmu-events/arch/s390/mapfile.csv | 2 +- tools/perf/pmu-events/jevents.c | 12 ++--- tools/perf/tests/perf-hooks.c | 3 +- tools/perf/util/annotate.c | 35 ++++++++++---- tools/perf/util/annotate.h | 4 ++ tools/perf/util/evsel.c | 3 +- tools/perf/util/jitdump.c | 6 +-- tools/perf/util/llvm-utils.c | 6 +-- tools/perf/util/map.c | 3 ++ tools/perf/util/python.c | 6 +++ 60 files changed, 314 insertions(+), 193 deletions(-) copy {include => tools/include}/uapi/linux/fscrypt.h (100%) rename tools/perf/pmu-events/arch/s390/{cf_m8561 => cf_z15}/basic.json (100%) rename tools/perf/pmu-events/arch/s390/{cf_m8561 => cf_z15}/crypto.json (100%) rename tools/perf/pmu-events/arch/s390/{cf_m8561 => cf_z15}/crypto6.json (100%) rename tools/perf/pmu-events/arch/s390/{cf_m8561 => cf_z15}/extended.json (100%) copy tools/perf/pmu-events/arch/s390/{cf_z13 => cf_z15}/transaction.json (100%)