This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1c6890707eb1 Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.or [...] new 709709ac6410 x86/kaslr: Make command line handling safer new e2ee6173162b x86/kaslr: Remove bogus warning and unnecessary goto new 08705365560a x86/kaslr: Fix process_efi_entries comment new 451286940d95 x86/kaslr: Initialize mem_limit to the real maximum address new 8d1cf8595860 x86/kaslr: Fix off-by-one error in __process_mem_region() new 3f9412c73053 x86/kaslr: Drop redundant cur_entry from __process_mem_region() new ee435ee6490d x86/kaslr: Eliminate 'start_orig' local variable from __pr [...] new ef7b07d59e2f x86/kaslr: Drop redundant variable in __process_mem_region() new bf457be1548e x86/kaslr: Drop some redundant checks from __process_mem_region() new 79c2fd2afe55 x86/kaslr: Fix off-by-one error in process_gb_huge_pages() new 50def2693a90 x86/kaslr: Short-circuit gb_huge_pages on x86-32 new be9e8d9541a9 x86/kaslr: Simplify process_gb_huge_pages() new 3870d971791f x86/kaslr: Drop test for command-line parameters before parsing new d6d0f36c7353 x86/kaslr: Make the type of number of slots/slot areas consistent new 46a5b29a4a63 x86/kaslr: Drop redundant check in store_slot_info() new eb38be6db516 x86/kaslr: Drop unnecessary alignment in find_random_virt_addr() new 4268b4da572f x86/kaslr: Small cleanup of find_random_phys_addr() new e4cb955bf173 x86/kaslr: Make minimum/image_size 'unsigned long' new 3a066990a35e x86/kaslr: Replace 'unsigned long long' with 'u64' new 0eb1a8af01d6 x86/kaslr: Make local variables 64-bit new f49236ae424d x86/kaslr: Add a check that the random address is in range new 76167e5c5457 x86/kaslr: Replace strlen() with strnlen() new b85cac574592 Merge tag 'x86-kaslr-2020-10-12' of git://git.kernel.org/p [...] new 58a18fe95e83 x86/mm/64: Do not sync vmalloc/ioremap mappings new 7a27ef5e8308 x86/mm/64: Update comment in preallocate_vmalloc_pages() new c1b4ec85ee40 Merge tag 'x86-mm-2020-10-12' of git://git.kernel.org/pub/ [...] new 642d94cf336f x86/build: Declutter the build output new ad884ff32931 Merge tag 'x86-build-2020-10-12' of git://git.kernel.org/p [...] new 0cabf9914990 x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXL new 94b827becc6a x86/paravirt: Clean up paravirt macros new ecac71816a18 x86/paravirt: Use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRT new 76fdb041c1f0 x86/entry/32: Simplify CONFIG_XEN_PV build dependency new e1ac3e66d301 x86/paravirt: Remove set_pte_at() pv-op new 7c9f80cb76ec x86/paravirt: Avoid needless paravirt step clearing page t [...] new ee4a925107d1 Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.or [...] new dfc53baae3c6 x86/hyperv: Remove aliases with X64 in their name new 2646fb032f51 Merge tag 'x86-hyperv-2020-10-12' of git://git.kernel.org/ [...]
The 37 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: arch/x86/boot/compressed/kaslr.c | 238 ++++++++++++---------------- arch/x86/boot/compressed/misc.h | 4 +- arch/x86/boot/tools/build.c | 4 - arch/x86/entry/entry_64.S | 4 +- arch/x86/entry/vdso/vdso32/vclock_gettime.c | 1 + arch/x86/hyperv/hv_init.c | 8 +- arch/x86/hyperv/hv_spinlock.c | 2 +- arch/x86/include/asm/fixmap.h | 2 +- arch/x86/include/asm/hyperv-tlfs.h | 33 ---- arch/x86/include/asm/idtentry.h | 4 +- arch/x86/include/asm/paravirt.h | 151 ++---------------- arch/x86/include/asm/paravirt_types.h | 23 --- arch/x86/include/asm/pgtable-3level_types.h | 5 - arch/x86/include/asm/pgtable.h | 7 +- arch/x86/include/asm/pgtable_64_types.h | 2 - arch/x86/include/asm/required-features.h | 2 +- arch/x86/include/asm/segment.h | 4 - arch/x86/kernel/cpu/common.c | 8 - arch/x86/kernel/cpu/mshyperv.c | 8 +- arch/x86/kernel/kprobes/core.c | 1 - arch/x86/kernel/kprobes/opt.c | 1 - arch/x86/kernel/paravirt.c | 19 --- arch/x86/kernel/paravirt_patch.c | 17 -- arch/x86/kvm/hyperv.c | 20 +-- arch/x86/mm/init_64.c | 20 +-- arch/x86/xen/enlighten_pv.c | 6 - arch/x86/xen/mmu_pv.c | 8 - include/trace/events/xen.h | 20 --- 28 files changed, 163 insertions(+), 459 deletions(-)