This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3a5af36b6d0e Merge tag '4.19-rc3-smb3-cifs' of git://git.samba.org/sfre [...] new e13e2366d841 locking/mutex: Fix mutex debug call and ww_mutex documentation new da260fe12330 jump_label: Fix typo in warning message new 83e01228cb35 tools/lib/lockdep: Update Sasha Levin email to MSFT new 1064ea494bb0 tools/lib/lockdep: Add empty nmi.h new 16214312df6d tools/lib/lockdep: Add dummy task_struct state member new dc5591a03f1d locking/lockdep: Delete unnecessary #include new 0b405c65ad45 locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic" new ca062f8df5d1 Merge branch 'locking-urgent-for-linus' of git://git.kerne [...] new 1dc27f63303d perf annotate: Properly interpret indirect call new 9b3579fc6c6a perf tests: Add breakpoint modify tests new bd14406b78e6 perf/hw_breakpoint: Modify breakpoint even if the new attr [...] new cb45302d7c5e perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0 new 969558371bf9 perf/hw_breakpoint: Enable breakpoint in modify_user_hw_br [...] new bf06278c3fdf perf/hw_breakpoint: Simplify breakpoint enable in perf_eve [...] new 5ab1de932e29 perf arm64: Fix include path for asm-generic/unistd.h new fd8d2702791a perf evsel: Fix potential null pointer dereference in perf [...] new dad2762aac17 perf tools: Streamline bpf examples and headers installation new a72f64261359 perf util: Fix bad memory access in trace info. new c9f23d2bc21c perf event-parse: Use fixed size string for comms new fa694160cca6 perf probe powerpc: Ignore SyS symbols irrespective of endianness new 4e67b2a5df5d perf annotate: Fix parsing aarch64 branch instructions aft [...] new fa94351b56d6 Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://g [...] new 16160c1946b7 perf/x86/intel: Add support/quirk for the MISPREDICT bit o [...] new 09121255c784 perf/UAPI: Clearly mark __PERF_SAMPLE_CALLCHAIN_EARLY as i [...] new 02e184476eff perf/core: Force USER_DS when recording user stack data new 0ee03d936cbb tools headers uapi: Update tools's copy of linux/perf_event.h new f9e6e4351e0b tools headers uapi: Update tools's copy of asm-generic/unistd.h new 434ea1bfbfc7 tools headers uapi: Update tools's copy of drm/drm.h new 0210c156d7fd tools headers uapi: Update tools's copies of kvm headers new 7f28785c41f4 tools headers uapi: Update tools's copy of linux/vhost.h new 5db48a8d0131 tools headers uapi: Update tools's copy of linux/if_link.h new 03db8b583d1c perf tools: Fix maps__find_symbol_by_name() new cb48b6a26cac Merge tag 'perf-urgent-for-mingo-4.19-20180912' of git://g [...] new c0be92b5b14b Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new e73e81975f24 sched/debug: Fix potential deadlock when writing to sched_ [...] new e5e96fafd902 sched/topology: Set correct NUMA topology type new 12b04875d666 sched/pelt: Fix update_blocked_averages() for RT and DL classes new d0cdb3ce8834 sched/fair: Fix vruntime_normalized() for remote non-migra [...] new 287cdaac5700 sched/fair: Fix scale_rt_capacity() for SMT new bb3485c8ace6 sched/fair: Fix load_balance redo for !imbalance new 882a78a9f39f sched/fair: Fix kernel-doc notation warning new 4314daa55b4d Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] new 07e846bace71 x86/doc: Fix Documentation/x86/earlyprintk.txt new 6a92b11169a6 x86/EISA: Don't probe EISA bus for Xen PV guests new 999696752db1 x86/xen: Disable CPU0 hotplug for Xen PV new cf40361ede6c x86/efi: Load fixmap GDT in efi_call_phys_epilog() before [...] new 61a6bd83abf2 Revert "x86/mm/legacy: Populate the user page-table with u [...] new 002b87d2aace x86/APM: Fix build warning when PROC_FS is not enabled new 27c5a778dfe2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 49 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/earlyprintk.txt | 25 ++- MAINTAINERS | 2 +- arch/x86/events/intel/lbr.c | 4 + arch/x86/include/asm/pgtable-2level.h | 9 - arch/x86/kernel/apm_32.c | 2 + arch/x86/kernel/eisa.c | 10 +- arch/x86/kernel/topology.c | 4 +- arch/x86/platform/efi/efi_32.c | 3 +- include/uapi/linux/perf_event.h | 2 +- kernel/events/core.c | 15 +- kernel/events/hw_breakpoint.c | 13 +- kernel/jump_label.c | 2 +- kernel/locking/lockdep.c | 1 - kernel/locking/mutex.c | 3 +- kernel/locking/test-ww_mutex.c | 2 +- kernel/sched/debug.c | 6 +- kernel/sched/fair.c | 26 ++- kernel/sched/topology.c | 5 +- security/Kconfig | 2 +- tools/arch/arm/include/uapi/asm/kvm.h | 13 ++ tools/arch/arm64/include/uapi/asm/kvm.h | 13 ++ tools/arch/s390/include/uapi/asm/kvm.h | 5 +- tools/arch/x86/include/uapi/asm/kvm.h | 37 ++++ tools/include/linux/lockdep.h | 3 + .../Makefile.boot => tools/include/linux/nmi.h | 0 tools/include/uapi/asm-generic/unistd.h | 4 +- tools/include/uapi/drm/drm.h | 9 + tools/include/uapi/linux/if_link.h | 17 ++ tools/include/uapi/linux/kvm.h | 6 + tools/include/uapi/linux/perf_event.h | 2 +- tools/include/uapi/linux/vhost.h | 18 ++ tools/perf/Makefile.perf | 14 +- tools/perf/arch/arm64/Makefile | 5 +- tools/perf/arch/arm64/entry/syscalls/mksyscalltbl | 6 +- tools/perf/arch/powerpc/util/sym-handling.c | 4 +- tools/perf/arch/x86/include/arch-tests.h | 1 + tools/perf/arch/x86/tests/Build | 1 + tools/perf/arch/x86/tests/arch-tests.c | 6 + tools/perf/arch/x86/tests/bp-modify.c | 213 +++++++++++++++++++++ tools/perf/util/annotate.c | 32 +++- tools/perf/util/annotate.h | 1 + tools/perf/util/evsel.c | 5 +- tools/perf/util/map.c | 11 ++ tools/perf/util/trace-event-info.c | 2 +- tools/perf/util/trace-event-parse.c | 7 +- 45 files changed, 482 insertions(+), 89 deletions(-) copy arch/arm/mach-imx/Makefile.boot => tools/include/linux/nmi.h (100%) create mode 100644 tools/perf/arch/x86/tests/bp-modify.c