This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 12491ed354d2 Merge tag 'devicetree-fixes-for-5.0-3' of git://git.kernel [...] new a6279470762c Btrfs: fix deadlock when allocating tree block during leaf [...] new 302167c50b32 btrfs: don't end the transaction for delayed refs in throttle new 92900e5160a5 btrfs: fix potential oops in device_list_add new c7cc64a98512 btrfs: clean up pending block groups when transaction comm [...] new 532b618bdf23 btrfs: On error always free subvol_name in btrfs_mount new 312b3a93dda6 Merge tag 'for-5.0-rc4-tag' of git://git.kernel.org/pub/sc [...] new 74c953ca5f6b efi/arm64: Fix debugfs crash by adding a terminator for pt [...] new 89401be6580e Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...] new 99d86c8b8839 perf ordered_events: Fix crash in ordered_events__free new 96167167b6e1 perf script: Fix crash with printing mixed trace point and [...] new 1a51c5da5acc perf core: Fix perf_proc_update_handler() bug new 94ec1eb711db perf python: Remove -fstack-clash-protection when building [...] new 1497e804d1a6 perf tools: Handle TOPOLOGY headers with no CPU new da06d5683868 perf top: Fix wrong hottest instruction highlighted new 8bf8c6da53c2 perf script: Fix crash when processing recorded stat data new d3c8c0af7565 Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://gi [...] new 58f6d4287af7 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new 34d66caf251d x86/speculation: Remove redundant arch_smt_update() invocation new b284909abad4 cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM new cc6810e36bd8 Merge branch 'smp-urgent-for-linus' of git://git.kernel.or [...] new 00ae831dfe44 x86/cpu: Add Atom Tremont (Jacobsville) new b677dfae5aa1 x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampolin [...] new 5ccd35287eda x86/fault: Fix sign-extend unintended sign extension new 0b053bbf0786 MAINTAINERS: Add Andy and Darren as arch/x86/platform/ reviewers new 912139cfbfa6 x86/microcode/amd: Don't falsely trick the late loading mechanism new 2aa958c99c7f x86/kexec: Don't setup EFI info if EFI runtime is not enabled new e6d429313ea5 x86/resctrl: Avoid confusion over the new X86_RESCTRL config new 24b888d8d598 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: Documentation/x86/resctrl_ui.txt | 2 +- MAINTAINERS | 9 +++++ arch/x86/Kconfig | 6 +-- arch/x86/boot/compressed/head_64.S | 8 ++++ arch/x86/boot/compressed/pgtable.h | 2 +- arch/x86/include/asm/intel-family.h | 3 +- arch/x86/include/asm/resctrl_sched.h | 4 +- arch/x86/kernel/cpu/Makefile | 2 +- arch/x86/kernel/cpu/bugs.c | 2 +- arch/x86/kernel/cpu/microcode/amd.c | 2 +- arch/x86/kernel/cpu/resctrl/Makefile | 4 +- arch/x86/kernel/kexec-bzimage64.c | 3 ++ arch/x86/kvm/vmx/vmx.c | 3 +- arch/x86/mm/fault.c | 2 +- drivers/firmware/efi/arm-runtime.c | 5 ++- fs/btrfs/ctree.c | 78 +++++++++++++++++++++++------------- fs/btrfs/super.c | 3 ++ fs/btrfs/transaction.c | 24 +++++++---- fs/btrfs/volumes.c | 4 +- include/linux/cpu.h | 2 - include/linux/sched.h | 2 +- kernel/cpu.c | 38 +++--------------- kernel/events/core.c | 14 +++---- kernel/sched/fair.c | 1 + kernel/smp.c | 2 - tools/perf/builtin-script.c | 9 ++--- tools/perf/ui/browsers/annotate.c | 16 +++++--- tools/perf/util/cpumap.c | 11 ++++- tools/perf/util/ordered-events.c | 6 ++- tools/perf/util/setup.py | 2 + 30 files changed, 153 insertions(+), 116 deletions(-)