This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7f376f1917d7 Merge tag 'mtd/fixes-for-5.10-rc8' of git://git.kernel.org [...] new 3b384bd6c3f2 Input: raydium_ts_i2c - do not split tx transactions new 223f61b8c5ad Input: soc_button_array - add Lenovo Yoga Tablet2 1051L to [...] new 80db2a087f42 Input: cros_ec_keyb - send 'scancodes' in addition to key events new ce6520b0eafa Input: i8042 - add Acer laptops to the i8042 reset list new 82e060904732 Input: cm109 - do not stomp on control URB new cffdd6d90482 Input: goodix - add upside-down quirk for Teclast X98 Pro tablet new 643e69aff89a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new e8c954df2341 io_uring: fix mis-seting personality's creds new f26c08b444df io_uring: fix file leak on error path of io ctx creation new 31d00f6eb1f2 Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.d [...] new ccbbfd1cbf36 RISC-V: Define get_cycles64() regardless of M-mode new b01deddb8d3c Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.o [...] new ca33479cc7be xen: add helpers for caching grant mapping pages new ee32f32335e8 xen: don't use page->lru for ZONE_DEVICE memory new b53966ffd4c0 Merge tag 'for-linus-5.10c-rc8-tag' of git://git.kernel.or [...] new 0c55f867f0c9 selftests: kvm/set_memory_region_test: Fix race in move re [...] new a2b2d4bf5076 kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu [...] new 339f5a7fb2d6 kvm: x86/mmu: Use cpuid to determine max gfn new 5c646b7e1d8b KVM: arm64: Fix memory leak on stage2 update of a valid PTE new 3a0b870e3448 KVM: arm64: Fix handling of merging tables into a block entry new 7d894834a305 KVM: arm64: Add usage of stage 2 fault lookup level in use [...] new 83bbb8ffb462 Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pu [...] new 34c0f6f2695a KVM: mmu: Fix SPTE encoding of MMIO generation upper half new 111d0bda8eeb tools/kvm_stat: Exempt time-based counters new 7b1b868e1d91 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 25 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: Documentation/virt/kvm/mmu.rst | 2 +- arch/arm64/include/asm/esr.h | 1 + arch/arm64/include/asm/kvm_emulate.h | 5 + arch/arm64/kvm/hyp/pgtable.c | 17 ++- arch/arm64/kvm/mmu.c | 11 +- arch/riscv/include/asm/timex.h | 4 +- arch/x86/kvm/mmu/spte.c | 4 +- arch/x86/kvm/mmu/spte.h | 25 ++-- arch/x86/kvm/mmu/tdp_mmu.c | 4 +- arch/x86/kvm/svm/svm.c | 4 +- drivers/block/xen-blkback/blkback.c | 89 +++------------ drivers/block/xen-blkback/common.h | 4 +- drivers/block/xen-blkback/xenbus.c | 6 +- drivers/input/keyboard/cros_ec_keyb.c | 1 + drivers/input/misc/cm109.c | 7 +- drivers/input/misc/soc_button_array.c | 11 ++ drivers/input/serio/i8042-x86ia64io.h | 42 +++++++ drivers/input/touchscreen/goodix.c | 12 ++ drivers/input/touchscreen/raydium_i2c_ts.c | 126 ++++++++++++++------- drivers/xen/grant-table.c | 123 ++++++++++++++++++++ drivers/xen/unpopulated-alloc.c | 20 ++-- drivers/xen/xen-scsiback.c | 60 ++-------- fs/io_uring.c | 19 ++-- include/xen/grant_table.h | 17 +++ tools/kvm/kvm_stat/kvm_stat | 6 +- .../testing/selftests/kvm/set_memory_region_test.c | 17 ++- 26 files changed, 428 insertions(+), 209 deletions(-)