This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 68d94a842435 Merge tag 'dmaengine-fix-5.0-rc6' of git://git.infradead.o [...]
new d13937116f1e Linux 5.0-rc6
The 1 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:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 14c225ae4b3 [GlobalISel] Regex the opcodes in unit test to fix non-dete [...]
new 9021cc9551e [X86] EltsFromConsecutiveLoads - replace SmallBitVector wit [...]
The 1 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:
lib/Target/X86/X86ISelLowering.cpp | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 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 [...]
adds 6479450f72c1 irqchip/gic-v4: Fix occasional VLPI drop
adds 9791ec7df0e7 irqchip/gic-v3-its: Plug allocation race for devices shari [...]
adds 45725e0fc3e7 irqchip/gic-v3-its: Gracefully fail on LPI exhaustion
adds 2380a22b60ce irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disable
adds 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 [...]
adds 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 [...]
adds dc3f595b6617 dmaengine: at_xdmac: Fix wrongfull report of a channel as in use
adds 341198eda723 dmaengine: imx-dma: fix wrong callback invoke
adds f7da7782aba9 dmaengine: bcm2835: Fix interrupt race on RT
adds 9e528c799d17 dmaengine: bcm2835: Fix abort of transactions
adds 6d66c8d1a034 Merge branch 'fix/brcm' into fixes
adds 6454368a804c dmaengine: dmatest: Abort test in case of mapping error
new 68d94a842435 Merge tag 'dmaengine-fix-5.0-rc6' of git://git.infradead.o [...]
new d13937116f1e Linux 5.0-rc6
The 24 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:
Makefile | 2 +-
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/dma/at_xdmac.c | 19 +++---
drivers/dma/bcm2835-dma.c | 70 ++++++++-------------
drivers/dma/dmatest.c | 32 +++++-----
drivers/dma/imx-dma.c | 8 +--
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 ++++++-
28 files changed, 325 insertions(+), 180 deletions(-)
create mode 100644 tools/perf/arch/powerpc/util/mem-events.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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/base-artifacts.
discards 485d81ed46 all
new 0d79534ee0 all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (485d81ed46)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4112 +++++++---------
4-build_abe-stage1/console.log | 5651 ++++++++++-----------
5-count_linux_objs/console.log | 74 +-
5-count_linux_objs/kernel.release | 2 +-
console.log | 9845 ++++++++++++++++++-------------------
jenkins/manifest.sh | 16 +-
8 files changed, 9315 insertions(+), 10405 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-release-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 6b468f8ce5 all
new 8ac92ac385 all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6b468f8ce5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 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:
3-build_abe-binutils/console.log | 3578 +++++++++----------
4-build_abe-stage1/console.log | 3437 +++++++++----------
5-count_linux_objs/console.log | 16 +-
console.log | 6973 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
5 files changed, 7039 insertions(+), 6977 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.