This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e255aee5b66c Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/l [...] new f75d651587f7 resource/docs: Fix new kernel-doc warnings new 81bd415c91eb watchdog/core: Add missing prototypes for weak functions new f26621e60b35 resource/docs: Complete kernel-doc style function documentation new 0b002cdd5004 Merge branch 'core-urgent-for-linus' of git://git.kernel.o [...] new b987ffc18fb3 x86/qspinlock: Fix compile error new 1acf93ca6c53 Merge branch 'locking-urgent-for-linus' of git://git.kerne [...] new 40fa3780bac2 sched/core: Take the hotplug lock in sched_init_smp() new e1ff516a56ad sched/fair: Fix a comment in task_numa_fault() new 024d4d4c0cf4 Merge branch 'sched/urgent' of git://git.kernel.org/pub/sc [...] new e6a2d72c1040 posix-cpu-timers: Remove useless call to check_dl_overrun() new 08b5278650d6 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] new 51f5fd2e4615 tools headers barrier: Fix arm64 tools build failure wrt s [...] new febf8a3712e4 perf examples bpf: Start augmenting raw_syscalls:sys_{start,exit} new 3c5e3dabf372 perf trace: When augmenting raw_syscalls plug raw_syscalls [...] new cd26ea6d50a2 perf trace: Fix setting of augmented payload when using eB [...] new 79ef68c7e1f6 perf augmented_syscalls: Start collecting pathnames in the [...] new c3537fc25150 perf evlist: Move perf_evsel__reset_weak_group into evlist new cf99ad1424c5 perf record: Support weak groups new ea1fa48c055f perf stat: Handle different PMU names with common prefix new 590ac60d8aa9 perf top: Display the LBR stats in callchain entry new 5ed4419d47f8 perf scripts python: exported-sql-viewer.py: Fall back to [...] new 210cf1f96185 perf scripts python: exported-sql-viewer.py: Add Selected [...] new 65b24292e8f3 perf scripts python: exported-sql-viewer.py: Add help window new 35fa1cee21e3 perf scripts python: exported-sql-viewer.py: Fix table fin [...] new 93f8be279951 perf intel-pt: Add more event information to debug log new f6c23e3b55cb perf intel-pt: Add MTC and CYC timestamps to debug log new e2c39f36c354 perf beauty: Use SRCARCH, ARCH=x86_64 must map to "x86" to [...] new 6ac2226229d9 perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so new 8e88c29b351e perf tools: Do not zero sample_id_all for group members new 45fd80809144 Merge tag 'perf-urgent-for-mingo-4.20-20181106' of git://g [...] new 655c6b977755 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new 35b69a420bfb clockevents/drivers/i8253: Add support for PIT shutdown quirk new 1de72c706488 x86/hyper-v: Enable PIT shutdown quirk new b068621a53f9 Documentation/x86: Fix typo in zero-page.txt new b42967dcac1d x86/hyper-v: Fix indentation in hv_do_fast_hypercall16() new 437e88ab8f9e x86/build: Remove -pipe from KBUILD_CFLAGS new 5d96c9342c23 acpi/nfit, x86/mce: Handle only uncorrectable machine checks new e8a308e5f47e acpi/nfit, x86/mce: Validate a MCE's address before using it new d52888aa2753 x86/mm: Move LDT remap out of KASLR region on 5-level paging new a0e6e0831c51 x86/ldt: Unmap PTEs for the slot before freeing LDT pages new b082f2dd8061 x86/ldt: Remove unused variable in map_ldt_struct() new a48777fdda7d x86/vsmp: Remove dependency on pv_irq_ops new 15035388439f x86/cpu/vmware: Do not trace vmware_sched_clock() new b6df7b6db1c1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 44 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/x86/x86_64/mm.txt | 34 +- Documentation/x86/zero-page.txt | 2 +- arch/x86/Kconfig | 1 - arch/x86/Makefile | 4 +- arch/x86/include/asm/mce.h | 2 + arch/x86/include/asm/mshyperv.h | 2 +- arch/x86/include/asm/page_64_types.h | 12 +- arch/x86/include/asm/pgtable_64_types.h | 4 +- arch/x86/include/asm/qspinlock.h | 13 +- arch/x86/kernel/cpu/mcheck/mce.c | 6 +- arch/x86/kernel/cpu/mshyperv.c | 11 + arch/x86/kernel/cpu/vmware.c | 2 +- arch/x86/kernel/ldt.c | 59 ++- arch/x86/kernel/vsmp_64.c | 84 +--- arch/x86/xen/mmu_pv.c | 6 +- drivers/acpi/nfit/mce.c | 8 +- drivers/clocksource/i8253.c | 14 +- include/linux/i8253.h | 1 + include/linux/nmi.h | 2 + kernel/resource.c | 19 +- kernel/sched/core.c | 5 +- kernel/sched/fair.c | 4 +- kernel/time/posix-cpu-timers.c | 3 - tools/arch/arm64/include/asm/barrier.h | 133 +++--- tools/perf/Documentation/perf-list.txt | 1 - tools/perf/Makefile.perf | 2 +- tools/perf/builtin-record.c | 7 +- tools/perf/builtin-stat.c | 28 +- tools/perf/builtin-top.c | 3 + tools/perf/builtin-trace.c | 34 +- tools/perf/examples/bpf/augmented_raw_syscalls.c | 131 ++++++ tools/perf/jvmti/jvmti_agent.c | 49 +- tools/perf/scripts/python/exported-sql-viewer.py | 493 ++++++++++++++++++++- tools/perf/tests/attr/test-record-group-sampling | 1 - tools/perf/util/evlist.c | 27 ++ tools/perf/util/evlist.h | 3 + tools/perf/util/evsel.c | 1 - .../perf/util/intel-pt-decoder/intel-pt-decoder.c | 4 + tools/perf/util/intel-pt-decoder/intel-pt-log.c | 5 + tools/perf/util/intel-pt-decoder/intel-pt-log.h | 1 + tools/perf/util/intel-pt.c | 16 +- tools/perf/util/pmu.c | 2 +- 42 files changed, 964 insertions(+), 275 deletions(-) create mode 100644 tools/perf/examples/bpf/augmented_raw_syscalls.c