lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250319092904.3644227-1-chenhuacai@loongson.cn>
Date: Wed, 19 Mar 2025 17:29:04 +0800
From: Huacai Chen <chenhuacai@...ngson.cn>
To: Paolo Bonzini <pbonzini@...hat.com>,
	Huacai Chen <chenhuacai@...nel.org>,
	Tianrui Zhao <zhaotianrui@...ngson.cn>,
	Bibo Mao <maobibo@...ngson.cn>
Cc: kvm@...r.kernel.org,
	loongarch@...ts.linux.dev,
	linux-kernel@...r.kernel.org,
	Xuerui Wang <kernel@...0n.name>,
	Jiaxun Yang <jiaxun.yang@...goat.com>,
	Huacai Chen <chenhuacai@...ngson.cn>
Subject: [GIT PULL] LoongArch KVM changes for v6.15

The following changes since commit 4701f33a10702d5fc577c32434eb62adde0a1ae1:

  Linux 6.14-rc7 (2025-03-16 12:55:17 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git tags/loongarch-kvm-6.15

for you to fetch changes up to 6bfb3a715de924f8ddd4d782e2e2fdd2f5966fc7:

  LoongArch: KVM: Register perf callbacks for guest (2025-03-18 16:48:08 +0800)

----------------------------------------------------------------
LoongArch KVM changes for v6.15

1. Remove unnecessary header include path.
2. Remove PGD saving during VM context switch.
3. Add perf events support for guest VM.

----------------------------------------------------------------
Bibo Mao (4):
      LoongArch: KVM: Remove PGD saving during VM context switch
      LoongArch: KVM: Add stub for kvm_arch_vcpu_preempted_in_kernel()
      LoongArch: KVM: Implement arch-specific functions for guest perf
      LoongArch: KVM: Register perf callbacks for guest

Masahiro Yamada (1):
      LoongArch: KVM: Remove unnecessary header include path

 arch/loongarch/include/asm/kvm_host.h |  6 ++++++
 arch/loongarch/kernel/asm-offsets.c   |  1 +
 arch/loongarch/kvm/Kconfig            |  1 +
 arch/loongarch/kvm/Makefile           |  2 --
 arch/loongarch/kvm/main.c             |  3 +++
 arch/loongarch/kvm/switch.S           | 12 ++----------
 arch/loongarch/kvm/vcpu.c             | 37 +++++++++++++++++++++++++++++++++++
 7 files changed, 50 insertions(+), 12 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ