This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 328c6333ba3d Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
new b57e99b4b8b0 block: use nanosecond resolution for iostat
new a83f87c1d2a9 Merge tag 'for-linus-20180922' of git://git.kernel.dk/linux-block
The 2 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:
block/bio.c | 2 +-
block/blk-core.c | 4 +---
block/genhd.c | 6 +++---
block/partition-generic.c | 6 +++---
include/linux/genhd.h | 5 ++++-
5 files changed, 12 insertions(+), 11 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.
unknown user pushed a change to branch master
in repository llvm.
from e61aa61731d [ORC] Update ORC C bindings to use the new llvm::Error C API.
new db59d33fd6a [X86] Fix a few typos in comments.
new 9e32caf0dbd [X86] Add isel pattern for (v8i16 (sext (v8i1))) with DQI a [...]
The 2 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 | 4 +-
lib/Target/X86/X86InstrAVX512.td | 5 +
test/CodeGen/X86/avx512-ext.ll | 649 ++++++++++++++++++++++++++++++-------
3 files changed, 538 insertions(+), 120 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.
unknown user pushed a change to branch master
in repository linux.
from 10dc890d4228 Merge tag 'pinctrl-v4.19-3' of git://git.kernel.org/pub/sc [...]
new d31095936594 efi/libstub/arm: default EFI_ARMSTUB_DTB_LOADER to y
new 008d2f444222 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/lin [...]
new ea092676b0d9 Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...]
new 6d41907c630d tools lib bpf: Provide wrapper for strerror_r to build in [...]
new 169e366c0808 perf Documentation: Fix out-of-tree asciidoctor man page g [...]
new 5d05dfd13f20 Merge tag 'perf-urgent-for-mingo-4.19-20180918' of git://g [...]
new 52890d2afc6a Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...]
new b3f0907c71e0 x86/mm: Add .bss..decrypted section to hold shared variables
new 6a1cac56f41f x86/kvm: Use __bss_decrypted attribute in shared variables
new 753694a8df31 x86/intel_rdt: Fix data type in parsing callbacks
new f968dc119a15 x86/intel_rdt: Fix size reporting of MBA resource
new c793da8e4c62 x86/intel_rdt: Global closid helper to support future fixes
new 47d53b184aee x86/intel_rdt: Fix invalid mode warning when multiple reso [...]
new 70479c012b67 x86/intel_rdt: Fix unchecked MSR access
new 32d736abed4f x86/intel_rdt: Do not allow pseudo-locking of MBA resource
new f0df4e1acf3d x86/intel_rdt: Fix incorrect loop end condition
new 939b90b20bc8 x86/intel_rdt: Fix exclusive mode handling of MBA resource
new ffb2315fd22c x86/intel_rdt: Fix incorrect loop end condition
new 571d0563c888 x86/paravirt: Fix some warning messages
new 336b08088d4d MAINTAINERS: Add Borislav to the x86 maintainers
new a8b3bb338e4e x86/intel_rdt: Add Reinette as co-maintainer for RDT
new 9068a427ee0b MAINTAINERS: Add X86 MM entry
new 05ab1d8a4b36 x86/mm: Expand static page table for fixmap space
new 328c6333ba3d Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
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:
MAINTAINERS | 11 ++++++
arch/x86/include/asm/fixmap.h | 10 ++++++
arch/x86/include/asm/mem_encrypt.h | 7 ++++
arch/x86/include/asm/pgtable_64.h | 3 +-
arch/x86/kernel/cpu/intel_rdt.h | 17 ++++++---
arch/x86/kernel/cpu/intel_rdt_ctrlmondata.c | 27 ++++++++-------
arch/x86/kernel/cpu/intel_rdt_rdtgroup.c | 53 ++++++++++++++++++++++++-----
arch/x86/kernel/head64.c | 20 ++++++++++-
arch/x86/kernel/head_64.S | 16 ++++++---
arch/x86/kernel/kvmclock.c | 52 ++++++++++++++++++++++++++--
arch/x86/kernel/paravirt.c | 4 +--
arch/x86/kernel/vmlinux.lds.S | 19 +++++++++++
arch/x86/mm/init.c | 4 +++
arch/x86/mm/mem_encrypt.c | 24 +++++++++++++
arch/x86/mm/pgtable.c | 9 +++++
arch/x86/xen/mmu_pv.c | 8 +++--
drivers/firmware/efi/Kconfig | 9 +++--
tools/lib/bpf/Build | 2 +-
tools/lib/bpf/libbpf.c | 20 +++++------
tools/lib/bpf/str_error.c | 18 ++++++++++
tools/lib/bpf/str_error.h | 6 ++++
tools/perf/Documentation/Makefile | 2 +-
22 files changed, 287 insertions(+), 54 deletions(-)
create mode 100644 tools/lib/bpf/str_error.c
create mode 100644 tools/lib/bpf/str_error.h
--
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 695ea113fa8 [DAGCombiner] Simplify some code in visitBITCAST. NFCI
new e61aa61731d [ORC] Update ORC C bindings to use the new llvm::Error C API.
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:
include/llvm-c/Error.h | 2 +
include/llvm-c/OrcBindings.h | 73 ++++++-------
lib/ExecutionEngine/Orc/OrcCBindings.cpp | 121 ++++++++++++---------
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 162 ++++++++++++----------------
4 files changed, 175 insertions(+), 183 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.
unknown user pushed a change to branch master
in repository clang.
from 6a7c82519b [Index] Fix header guard naming
new c90c4215d7 Fix modules build with shared library.
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:
include/clang/module.modulemap | 6 ++++++
1 file changed, 6 insertions(+)
--
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 gcc.
from 12bc22a6215 2018-09-22 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new e1c1fd5e4d5 Daily bump.
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:
gcc/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from 2a4b19eb6be Daily bump.
new 90484a1d0f5 Daily bump.
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:
gcc/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from ab423defb5b Daily bump.
new d11816cef43 Daily bump.
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:
gcc/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 144cefeee89 Daily bump.
new 0b1d3b53516 Daily bump.
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:
gcc/DATESTAMP | 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 binutils-gdb.
from fa0bb0c9f5 Automatic date update in version.in
new 948f296039 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.