This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 788220eee30d Merge tag 'pm-6.11-rc7' of git://git.kernel.org/pub/scm/li [...] new e03a7caa5335 KVM: x86/mmu: Fixup comments missed by the REMOVED_SPTE=>F [...] new 28cec7f08b8b KVM: x86/mmu: Check that root is valid/loaded when pre-fau [...] new 4bcdd831d9d0 KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS new dad1613e0533 KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE [...] new 54950bfe2b69 KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM [...] new 5fa9f0480c79 KVM: SEV: Update KVM_AMD_SEV Kconfig entry and mention SEV-SNP new 1ae99594fb7a Merge tag 'kvm-x86-fixes-6.11-rcN' of https://github.com/k [...] new d30d9ee94cc0 KVM: x86: Only advertise KVM_CAP_READONLY_MEM when support [...] new 593377036e50 kvm: Note an RCU quiescent state on guest exit new 59cbd4eea48f KVM: Remove HIGH_RES_TIMERS dependency new d45111e52b81 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new d92b5cc29c79 powerpc/64e: Define mmu_pte_psize static new 6114139c3bdd powerpc/vdso: Don't discard rela sections new 3b1f7a46977f powerpc/mm: Fix return type of pgd_val() new 734ad0af3609 powerpc/qspinlock: Fix deadlock in MCS queue new a78d7dce1e71 Merge tag 'powerpc-6.11-3' of git://git.kernel.org/pub/scm [...] new 954260ff5a46 Revert "RISC-V: mm: Document mmap changes" new 83dae72ac038 riscv: selftests: Remove mmap hint address checks new 2116988d5372 riscv: mm: Do not restrict mmap address based on hint new 84cfab9a1805 Merge patch series "riscv: mm: Do not restrict mmap addres [...] new b686ecdeacf6 riscv: misaligned: Restrict user access to kernel memory new 5ba7a75a53df riscv: Fix toolchain vector detection new 5f771088a2b5 riscv: Do not restrict memory size because of linear mappi [...] new 1ff95eb2bebd riscv: Fix RISCV_ALTERNATIVE_EARLY new 890daedec4f4 Merge tag 'riscv-for-linus-6.11-rc7' of git://git.kernel.o [...] new c060f93253ca arm64: stacktrace: fix the usage of ftrace_graph_ret_addr() new 6b8ff511e412 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 27 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/arch/riscv/vm-layout.rst | 16 ------ arch/arm64/kernel/stacktrace.c | 4 +- arch/powerpc/include/asm/nohash/32/pgtable.h | 4 +- arch/powerpc/include/asm/pgtable-types.h | 12 +++-- arch/powerpc/kernel/vdso/vdso32.lds.S | 4 +- arch/powerpc/kernel/vdso/vdso64.lds.S | 4 +- arch/powerpc/lib/qspinlock.c | 10 +++- arch/powerpc/mm/nohash/tlb_64e.c | 2 +- arch/riscv/Kconfig | 4 +- arch/riscv/include/asm/processor.h | 26 +-------- arch/riscv/include/asm/sbi.h | 20 ++++++- arch/riscv/kernel/Makefile | 6 ++- arch/riscv/kernel/sbi.c | 63 ---------------------- arch/riscv/kernel/sbi_ecall.c | 48 +++++++++++++++++ arch/riscv/kernel/traps_misaligned.c | 4 +- arch/riscv/mm/init.c | 2 +- arch/x86/kvm/Kconfig | 7 +-- arch/x86/kvm/mmu/mmu.c | 4 +- arch/x86/kvm/mmu/spte.c | 6 +-- arch/x86/kvm/mmu/spte.h | 2 +- arch/x86/kvm/mmu/tdp_mmu.c | 8 +-- arch/x86/kvm/svm/svm.c | 15 ++++++ arch/x86/kvm/x86.c | 5 +- include/linux/context_tracking.h | 6 ++- include/linux/kvm_host.h | 10 +++- tools/testing/selftests/riscv/mm/mmap_bottomup.c | 2 - tools/testing/selftests/riscv/mm/mmap_default.c | 2 - tools/testing/selftests/riscv/mm/mmap_test.h | 67 ------------------------ 28 files changed, 155 insertions(+), 208 deletions(-) create mode 100644 arch/riscv/kernel/sbi_ecall.c