This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from df3865f8f568 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] new 6f568ebe2afe futex: Fix barrier comment new 1a1fb985f2e2 futex: Handle early deadlock return correctly new d2a6aae99f5f Merge branch 'locking-urgent-for-linus' of git://git.kerne [...] new 9e63a7894fd3 perf/x86/intel/uncore: Add Node ID mask new 602cae04c486 perf/x86/intel: Delay memory deallocation until x86_pmu_de [...] new 9dff0aa95a32 perf/core: Don't WARN() for impossible ring-buffer sizes new 489338a717a0 perf tests evsel-tp-sched: Fix bitwise operator new f0fabf9c8973 perf mem/c2c: Fix perf_mem_events to support powerpc new d34cecfb6b2b perf clang: Do not use 'return std::move(something)' new 27b8e90eaea6 tools headers uapi: Sync linux/in.h copy from the kernel sources new 843cf70ed29a perf symbols: Add fallback definitions for GELF_ST_VISIBILITY() new 59a17706915f perf symbols: Filter out hidden symbols from labels new 6ab3bc240ade perf trace: Support multiple "vfs_getname" probes new 8f2f350cbdb2 perf script python: Add Python3 support to tests/attr.py new 3bb2600657da Merge tag 'perf-urgent-for-mingo-5.0-20190205' of git://gi [...] new 212146f0800e Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new 6479450f72c1 irqchip/gic-v4: Fix occasional VLPI drop new 9791ec7df0e7 irqchip/gic-v3-its: Plug allocation race for devices shari [...] new 45725e0fc3e7 irqchip/gic-v3-its: Gracefully fail on LPI exhaustion new 2380a22b60ce irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disable new 56841070ccc8 irqchip/gic-v3-its: Fix ITT_entry_size accessor new 8087f407364d Merge tag 'irqchip-5.0-3' of git://git.kernel.org/pub/scm/ [...] new 73a4c5218414 Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...] new d28af26faa0b x86/MCE: Initialize mce.bank in the case of a fatal error [...] new 45b13b424faa x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 setting new 0521e8be211c x86/mm/cpa: Fix set_mce_nospec() new 20e55bc17dd0 x86/mm: Make set_pmd_at() paravirt aware new aadaa8061189 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 28 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/boot/compressed/head_64.S | 2 + arch/x86/events/intel/core.c | 16 +++-- arch/x86/events/intel/uncore_snbep.c | 4 +- arch/x86/include/asm/pgtable.h | 2 +- arch/x86/kernel/cpu/mce/core.c | 1 + arch/x86/mm/pageattr.c | 50 +++++++-------- drivers/irqchip/irq-gic-v3-its.c | 101 +++++++++++++++++++++++------- drivers/irqchip/irq-mmp.c | 6 +- include/linux/irqchip/arm-gic-v3.h | 2 +- kernel/events/ring_buffer.c | 3 + kernel/futex.c | 32 ++++++---- kernel/locking/rtmutex.c | 37 +++++++++-- tools/include/uapi/linux/in.h | 2 +- tools/perf/Documentation/perf-c2c.txt | 16 +++-- tools/perf/Documentation/perf-mem.txt | 2 +- tools/perf/arch/powerpc/util/Build | 1 + tools/perf/arch/powerpc/util/mem-events.c | 11 ++++ tools/perf/builtin-trace.c | 25 +++++--- tools/perf/tests/attr.py | 32 ++++++---- tools/perf/tests/evsel-tp-sched.c | 2 +- tools/perf/util/c++/clang.cpp | 2 +- tools/perf/util/mem-events.c | 2 +- tools/perf/util/symbol-elf.c | 23 ++++++- 23 files changed, 271 insertions(+), 103 deletions(-) create mode 100644 tools/perf/arch/powerpc/util/mem-events.c