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