This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from fdfa3a6778b1 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linu [...] new 59365cadfbcd efi/x86: Fix boot regression on systems with invalid memma [...] new 6ff90aa2cfdd Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/ [...] new f9f21cea3113 genirq: Clarify that irq wake state is orthogonal to enabl [...] adds 926b5dfa6b8d irqchip/gic-v3: Only provision redistributors that are ena [...] adds 656b42deddea irqchip: Some Kconfig cleanup for C-SKY adds 107945227ac5 irqchip/gic-v3-its: Reference to its_invall_cmd descriptor [...] new e88bd316e597 irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZE new 8b718d403c5c irqchip/gic-v4.1: Set vpe_l1_base for all redistributors new 4e6437f12d6e irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD level new 4bccf1d715fe irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd() new b46353250ba3 irqchip/gic-v3-its: Remove superfluous WARN_ON new 5186a6cc3ef5 irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessors new 2f86e45a7f42 Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pu [...] new f06bed87d7cd Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/ [...] adds fcfd73452092 MAINTAINERS: Correct path to time namespace source file new febac332a819 clocksource: Prevent double add_timer_on() for watchdog_timer new 2fbc23c73835 Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.o [...] adds 003461559ef7 perf/core: Fix mlock accounting in perf_mmap() adds 07c5972951f0 perf/cgroups: Install cgroup events to correct cpuctx adds f1ec3a517b43 kernel/events: Add a missing prototype for arch_perf_updat [...] new fdff7c21ea00 Merge branch 'linus' into perf/urgent, to synchronize with [...] new e884602b57c0 perf parse: Refactor 'struct perf_evsel_config_term' new 3220fb8d5e59 perf parse: Copy string to perf_evsel_config_term new 0dd1979f7f99 perf test: Fix test case Merge cpu map new 0ada120c883d perf: Make perf able to build with latest libbfd new 1873f1547dde perf probe: Add ustring support for perf probe command new 85fc95d75970 perf maps: Add missing unlock to maps__insert() error case new 45f035748b2a Merge tag 'perf-core-for-mingo-5.6-20200201' of git://git. [...] new ca21b9b37059 Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org [...] adds 25a3a15417cf smp: Remove superfluous cond_func check in smp_call_functi [...] new 1e474b28e788 smp/up: Make smp_call_function_single() match SMP semantics new f41377609a72 Merge tag 'smp-urgent-2020-02-09' of git://git.kernel.org/ [...] new 979923871f69 x86/timer: Don't skip PIT setup when APIC is disabled or i [...] new 2b73ea379624 x86/boot: Handle malformed SRAT tables during early ACPI parsing new 6f1a4891a592 x86/apic/msi: Plug non-maskable MSI affinity race new 05bd330a7fd8 x86/hyperv: Suspend/resume the hypercall page for hibernation new 0f378d73d429 x86/apic: Mask IOAPIC entries when disabling the local APIC new 1a2a76c2685a Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/ [...]
The 30 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: MAINTAINERS | 2 +- arch/arm/include/asm/arch_gicv3.h | 12 ++-- arch/arm64/include/asm/arch_gicv3.h | 8 +-- arch/x86/boot/compressed/acpi.c | 6 ++ arch/x86/hyperv/hv_init.c | 50 ++++++++++++++ arch/x86/include/asm/apic.h | 10 +++ arch/x86/include/asm/x86_init.h | 2 + arch/x86/kernel/apic/apic.c | 30 +++++++-- arch/x86/kernel/apic/msi.c | 128 +++++++++++++++++++++++++++++++++++- arch/x86/kernel/time.c | 12 +++- arch/x86/kernel/x86_init.c | 1 + arch/x86/platform/efi/efi.c | 2 +- arch/x86/xen/enlighten_pv.c | 1 + drivers/irqchip/Kconfig | 4 +- drivers/irqchip/irq-gic-v3-its.c | 120 +++++++++++++++++++++++++++------ drivers/irqchip/irq-gic-v3.c | 9 ++- include/linux/irq.h | 18 +++++ include/linux/irqchip/arm-gic-v3.h | 2 +- include/linux/irqdomain.h | 7 ++ include/linux/perf_event.h | 4 ++ kernel/events/core.c | 17 +++-- kernel/irq/debugfs.c | 1 + kernel/irq/manage.c | 7 ++ kernel/irq/msi.c | 5 +- kernel/smp.c | 2 +- kernel/time/clocksource.c | 11 +++- kernel/up.c | 3 +- tools/perf/arch/arm/util/cs-etm.c | 2 +- tools/perf/tests/cpumap.c | 1 - tools/perf/util/evsel.c | 8 ++- tools/perf/util/evsel_config.h | 5 +- tools/perf/util/map.c | 1 + tools/perf/util/parse-events.c | 67 ++++++++++++------- tools/perf/util/probe-finder.c | 3 +- tools/perf/util/srcline.c | 16 ++++- 35 files changed, 489 insertions(+), 88 deletions(-)