Linux KVM Virtualization
[Prev Page][Next Page]
- [PATCH 22/39] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget()
- [PATCH 21/39] o2hb_region_dev_store(): avoid goto around fdget()/fdput()
- [PATCH 20/39] introduce "fd_pos" class, convert fdget_pos() users to it.
- [PATCH 19/39] fdget_raw() users: switch to CLASS(fd_raw, ...)
- [PATCH 18/39] bpf maps: switch to CLASS(fd, ...)
- [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
- [PATCH 16/39] convert __bpf_prog_get() to CLASS(fd, ...)
- [PATCH 15/39] convert vmsplice() to CLASS(fd, ...)
- [PATCH 14/39] simplify xfs_find_handle() a bit
- [PATCH 13/39] do_mq_notify(): switch to CLASS(fd, ...)
- [PATCH 12/39] do_mq_notify(): saner skb freeing on failures
- [PATCH 11/39] switch netlink_getsockbyfilp() to taking descriptor
- [PATCH 10/39] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)
- [PATCH 09/39] timerfd: switch to CLASS(fd, ...)
- [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)
- [PATCH 07/39] introduce struct fderr, convert overlayfs uses to that
- [PATCH 06/39] net/socket.c: switch to CLASS(fd)
- [PATCH 05/39] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
- [PATCH 04/39] add struct fd constructors, get rid of __to_fd()
- [PATCH 03/39] struct fd: representation change
- [PATCH 02/39] introduce fd_file(), convert all accessors to it.
- [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
- [PATCHSET][RFC] struct fd and memory safety
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v1 0/4] Add support for the Bus Lock Threshold
- From: Manali Shukla <manali.shukla@xxxxxxx>
- Re: [PATCH] KVM: x86: Include host suspended time in steal time.
- From: Chao Gao <chao.gao@xxxxxxxxx>
- Re: [PATCH v4 05/15] arm64: Mark all I/O as non-secure shared
- From: Gavin Shan <gshan@xxxxxxxxxx>
- Re: [PATCH] KVM: X86: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [PATCH v4 03/15] arm64: Detect if in a realm and set RIPAS RAM
- From: Gavin Shan <gshan@xxxxxxxxxx>
- Re: [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [PATCH v2 00/14] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH v2 14/14] KVM: guest_memfd: abstract how prepared folios are recorded
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [PATCH v2 07/14] KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the memory is passed to the guest
- From: Michael Roth <michael.roth@xxxxxxx>
- Re: [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT
- From: James Houghton <jthoughton@xxxxxxxxxx>
- Re: [GIT PULL] virtio: fixes for rc1
- From: pr-tracker-bot@xxxxxxxxxx
- [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- [RFC PATCH net-next v6 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 0/3] mm: remove arch_make_page_accessible()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH v1 3/3] s390/uv: drop arch_make_page_accessible()
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v1 2/3] mm/gup: convert to arch_make_folio_accessible()
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v1 1/3] mm: simplify arch_make_folio_accessible()
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v1 0/3] mm: remove arch_make_page_accessible()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v6 09/10] arm64: support cpuidle-haltpoll
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- Re: [PATCH v6 09/10] arm64: support cpuidle-haltpoll
- From: "Okanovic, Haris" <harisokn@xxxxxxxxxx>
- Re: [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT
- From: Nikita Kalyazin <kalyazin@xxxxxxxxxx>
- Re: [PATCH v4 3/6] target/arm: Always add pmu property for Armv7-A/R+
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- Re: [PATCH kvmtool v2 2/2] Get __WORDSIZE from <sys/reg.h> for musl compat
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH v2 40/49] KVM: x86: Initialize guest cpu_caps based on KVM support
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] KVM: X86: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH v4 0/6] target/arm/kvm: Report PMU unavailability
- From: Peter Maydell <peter.maydell@xxxxxxxxxx>
- Re: [PATCH v4 3/6] target/arm: Always add pmu property for Armv7-A/R+
- From: Peter Maydell <peter.maydell@xxxxxxxxxx>
- Re: [PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH 10/13] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support
- From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
- Re: [PATCH 02/13] tests/avocado: mips: add hint for fetchasset plugin
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v5 5/5] riscv: sbi: Add test for timer extension
- From: Andrew Jones <andrew.jones@xxxxxxxxx>
- Re: [BUG] arch/x86/kvm/vmx/vmx_onhyperv.h:109:36: error: dereference of NULL ‘0’
- From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 0/6] Checking and CI improvements
- From: Andrew Jones <andrew.jones@xxxxxxxxx>
- Re: [PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- [Bug 219104] A simple typo in kvm_main.c which will lead to erroneous memory access
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 219104] A simple typo in kvm_main.c which will lead to erroneous memory access
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 219104] New: A simple typo in kvm_main.c which will lead to erroneous memory access
- From: bugzilla-daemon@xxxxxxxxxx
- Re: [PATCH 07/13] tests/avocado/kvm_xen_guest.py: cope with asset RW requirements
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Re: [PATCH 12/13] Bump avocado to 103.0
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH 05/13] tests/avocado: machine aarch64: standardize location and RO access
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- Re: [PATCH 06/13] tests/avocado: use more distinct names for assets
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [PATCH 01/13] tests/avocado: mips: fallback to HTTP given certificate expiration
- From: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>
- Re: [RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit
- From: Leonardo Bras Soares Passos <leobras@xxxxxxxxxx>
- Re: [PATCH 12/13] Bump avocado to 103.0
- From: Daniel P. Berrangé <berrange@xxxxxxxxxx>
- Re: [PATCH 11/13] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image
- From: Daniel P. Berrangé <berrange@xxxxxxxxxx>
- Re: [PATCH 10/13] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support
- From: Daniel P. Berrangé <berrange@xxxxxxxxxx>
- Re: [PATCH 09/13] tests/avocado/boot_xen.py: fetch kernel during test setUp()
- From: Daniel P. Berrangé <berrange@xxxxxxxxxx>
- Re: [PATCH 08/13] testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset
- From: Daniel P. Berrangé <berrange@xxxxxxxxxx>
- Re: [PATCH 07/13] tests/avocado/kvm_xen_guest.py: cope with asset RW requirements
- From: Daniel P. Berrangé <berrange@xxxxxxxxxx>
- Re: [PATCH 06/13] tests/avocado: use more distinct names for assets
- From: Daniel P. Berrangé <berrange@xxxxxxxxxx>
- Re: [PATCH 05/13] tests/avocado: machine aarch64: standardize location and RO access
- From: Daniel P. Berrangé <berrange@xxxxxxxxxx>
- Re: [PATCH 03/13] tests/avocado/intel_iommu.py: increase timeout
- From: Daniel P. Berrangé <berrange@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v1 1/3] s390x/Makefile: snippets: Add separate target for the ELF snippets
- From: "Marc Hartmayer" <mhartmay@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: x86: Include host suspended time in steal time.
- From: Suleiman Souhlal <suleiman@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v1 1/3] s390x/Makefile: snippets: Add separate target for the ELF snippets
- From: Janosch Frank <frankja@xxxxxxxxxxxxx>
- Re: [RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v8 4/5] KVM: riscv: selftests: Fix compile error
- From: Anup Patel <anup@xxxxxxxxxxxxxx>
- Re: [PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
- From: maobibo <maobibo@xxxxxxxxxxx>
- Re: [PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
- From: WangYuli <wangyuli@xxxxxxxxxxxxx>
- [GIT PULL] virtio: fixes for rc1
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [RFC PATCH net-next v6 02/14] af_vsock: refactor transport lookup code
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- [kvm-unit-tests PATCH v5 5/5] riscv: sbi: Add test for timer extension
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v5 4/5] riscv: Add some delay and timer routines
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v5 3/5] riscv: Add method to probe for SBI extensions
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v5 2/5] riscv: Update exception cause list
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v5 1/5] riscv: Extend exception handling support for interrupts
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v5 0/5] riscv: sbi: Add support to test timer extension
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- Re: [PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- Re: [RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH v5 16/29] KVM: selftests: TDX: Add TDX HLT exit test
- From: Sagi Shahar <sagis@xxxxxxxxxx>
- Collateral-Free Loan.
- From: Arthur Wilson<newman@xxxxxxxxxx>
- [PATCH kvmtool v2 1/2] Switch to POSIX version of basename()
- From: J. Neuschäfer <j.neuschaefer@xxxxxxx>
- [PATCH kvmtool v2 2/2] Get __WORDSIZE from <sys/reg.h> for musl compat
- From: J. Neuschäfer <j.neuschaefer@xxxxxxx>
- [PATCH kvmtool v2 0/2] Fix compilation with musl-libc based toolchains
- From: J. Neuschäfer <j.neuschaefer@xxxxxxx>
- Re: [PATCH kvmtool 1/2] Get basename() from <libgen.h> for musl compat
- From: J. Neuschäfer <j.neuschaefer@xxxxxxx>
- [PATCH] vfio/pci: Remove unused struct 'vfio_pci_mmap_vma'
- [PATCH v2 1/2] selftests: harness: remove unneeded __constructor_order_last()
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH v2 0/2] selftests: harness: refactor __constructor_order
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH kvmtool 1/2] Get basename() from <libgen.h> for musl compat
- From: Alyssa Ross <hi@xxxxxxxxx>
- [PATCH kvmtool 2/2] Get __WORDSIZE from <sys/reg.h> for musl compat
- From: J. Neuschäfer <j.neuschaefer@xxxxxxx>
- [PATCH kvmtool 1/2] Get basename() from <libgen.h> for musl compat
- From: J. Neuschäfer <j.neuschaefer@xxxxxxx>
- [PATCH kvmtool 0/2] Fix compilation with musl-libc based toolchains
- From: J. Neuschäfer <j.neuschaefer@xxxxxxx>
- [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 60/84] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s Radix
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 26/49] KVM: x86: Add a macro to init CPUID features that KVM emulates in software
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 84/84] KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 83/84] KVM: Drop APIs that manipulate "struct page" via pfns
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 82/84] KVM: arm64: Don't mark "struct page" accessed when making SPTE young
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 81/84] KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 80/84] KVM: Make kvm_follow_pfn.refcounted_page a required field
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 79/84] KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 78/84] KVM: Drop gfn_to_pfn() APIs now that all users are gone
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 77/84] KVM: PPC: Explicitly require struct page memory for Ultravisor sharing
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 76/84] KVM: arm64: Use __gfn_to_page() when copying MTE tags to/from userspace
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 75/84] KVM: Add support for read-only usage of gfn_to_page()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 74/84] KVM: Convert gfn_to_page() to use kvm_follow_pfn()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 73/84] KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructions
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 71/84] KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guest
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 72/84] KVM: PPC: Remove extra get_page() to fix page refcount leak
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 70/84] KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lock
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 69/84] KVM: MIPS: Mark "struct page" pfns accessed only in "slow" page fault path
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 68/84] KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page fault path
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 67/84] KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guest
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 66/84] KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 65/84] KVM: LoongArch: Mark "struct page" pfns accessed only in "slow" page fault path
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 63/84] KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PR
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 62/84] KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTE
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 61/84] KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 59/84] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HV
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 58/84] KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 57/84] KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 56/84] KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 55/84] KVM: arm64: Use __kvm_faultin_pfn() to handle memory aborts
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 54/84] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 53/84] KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 52/84] KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 51/84] KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 50/84] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 49/84] KVM: VMX: Hold mmu_lock until page is released when updating APIC access page
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 48/84] KVM: Move x86's API to release a faultin page to common KVM
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 47/84] KVM: x86/mmu: Don't mark unused faultin pages as accessed
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 46/84] KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfns
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 45/84] KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 44/84] KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 43/84] KVM: Add kvm_faultin_pfn() to specifically service guest page faults
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 42/84] KVM: Move declarations of memslot accessors up in kvm_host.h
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 41/84] KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 40/84] KVM: x86/mmu: Add helper to "finish" handling a guest page fault
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 39/84] KVM: x86/mmu: Add common helper to handle prefetching SPTEs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 38/84] KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 37/84] KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic names
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 36/84] KVM: x86: Use kvm_lookup_pfn() to check if APIC access page was installed
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 35/84] KVM: x86: Use kvm_lookup_pfn() to check if retrying #PF is useful
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 34/84] KVM: Add a helper to lookup a pfn without grabbing a reference
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 33/84] KVM: Disallow direct access (w/o mmu_notifier) to unpinned pfn by default
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 32/84] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 31/84] KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 30/84] KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 29/84] KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 28/84] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 27/84] KVM: pfncache: Precisely track refcounted pages
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 26/84] KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 25/84] KVM: Provide refcounted page as output field in struct kvm_follow_pfn
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 24/84] KVM: Use plain "struct page" pointer instead of single-entry array
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 23/84] KVM: nVMX: Add helper to put (unmap) vmcs12 pages
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 22/84] KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 21/84] KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 20/84] KVM: Use NULL for struct page pointer to indicate mremapped memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 19/84] KVM: Explicitly initialize all fields at the start of kvm_vcpu_map()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 18/84] KVM: Remove pointless sanity check on @map param to kvm_vcpu_(un)map()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 17/84] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 16/84] KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 15/84] KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 14/84] KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 12/84] KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 13/84] KVM: Annotate that all paths in hva_to_pfn() might sleep
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 11/84] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 10/84] KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 09/84] KVM: x86/mmu: Don't force flush if SPTE update clears Accessed bit
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 08/84] KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 07/84] KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 06/84] KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 05/84] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 04/84] KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 03/84] KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 01/84] KVM: arm64: Release pfn, i.e. put page, if copying MTE tags hits ZONE_DEVICE
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 24/49] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [PATCH v6 10/10] cpuidle/poll_state: limit POLL_IDLE_RELAX_COUNT on arm64
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- [PATCH v6 09/10] arm64: support cpuidle-haltpoll
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- [PATCH v6 07/10] arm64: define TIF_POLLING_NRFLAG
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- [PATCH v6 06/10] cpuidle-haltpoll: condition on ARCH_CPUIDLE_HALTPOLL
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- [PATCH v6 08/10] arm64: idle: export arch_cpu_idle
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- [PATCH v6 03/10] Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- [PATCH v6 04/10] cpuidle-haltpoll: define arch_haltpoll_want()
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- [PATCH v6 05/10] governors/haltpoll: drop kvm_para_available() check
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- [PATCH v6 02/10] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- [PATCH v6 00/10] Enable haltpoll on arm64
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- [PATCH v6 01/10] cpuidle/poll_state: poll via smp_cond_load_relaxed()
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- [PATCH v2 11/14] KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes()
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 13/14] KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfns
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 14/14] KVM: guest_memfd: abstract how prepared folios are recorded
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 12/14] KVM: extend kvm_range_has_memory_attributes() to check subset of attributes
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 07/14] KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the memory is passed to the guest
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 09/14] KVM: remove kvm_arch_gmem_prepare_needed()
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 10/14] KVM: guest_memfd: move check for already-populated page to common code
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 08/14] KVM: guest_memfd: make kvm_gmem_prepare_folio() operate on a single struct kvm
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 06/14] KVM: guest_memfd: return locked folio from __kvm_gmem_get_pfn
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 04/14] KVM: guest_memfd: do not go through struct page
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 02/14] KVM: guest_memfd: return folio from __kvm_gmem_get_pfn()
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 03/14] KVM: guest_memfd: delay folio_mark_uptodate() until after successful preparation
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 05/14] KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 01/14] KVM: x86: disallow pre-fault for SNP VMs before initialization
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v2 00/14] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT
- From: James Houghton <jthoughton@xxxxxxxxxx>
- Re: [PATCH v2] KVM: Documentation: Fix title underline too short warning
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH] KVM: x86: Eliminate log spam from limited APIC timer periods
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH] target/i386: Raise the highest index value used for any VMCS encoding
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT
- From: Nikita Kalyazin <kalyazin@xxxxxxxxxx>
- Re: [RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH 1/2] KVM: x86: relax canonical checks for some x86 architectural msrs
- From: mlevitsk@xxxxxxxxxx
- [PATCH 13/13] Avocado tests: allow for parallel execution of tests
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 12/13] Bump avocado to 103.0
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 11/13] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 10/13] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 09/13] tests/avocado/boot_xen.py: fetch kernel during test setUp()
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 08/13] testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 07/13] tests/avocado/kvm_xen_guest.py: cope with asset RW requirements
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 06/13] tests/avocado: use more distinct names for assets
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 05/13] tests/avocado: machine aarch64: standardize location and RO access
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 04/13] tests/avocado: add cdrom permission related tests
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 03/13] tests/avocado/intel_iommu.py: increase timeout
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 02/13] tests/avocado: mips: add hint for fetchasset plugin
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 01/13] tests/avocado: mips: fallback to HTTP given certificate expiration
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- [PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
- From: Cleber Rosa <crosa@xxxxxxxxxx>
- Re: [PATCH v2] s390/cio: add missing MODULE_DESCRIPTION() macros
- From: Vasily Gorbik <gor@xxxxxxxxxxxxx>
- Re: [RFC PATCH 0/6] Enable shared device assignment
- From: Chenyi Qiang <chenyi.qiang@xxxxxxxxx>
- Re: [kvm-unit-tests PATCH v1 1/3] s390x/Makefile: snippets: Add separate target for the ELF snippets
- From: Janosch Frank <frankja@xxxxxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 2/6] arm: Fix kerneldoc
- From: Suzuki K Poulose <suzuki.poulose@xxxxxxx>
- Re: FW: About the patch âhttps://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@xxxxxxxxx/ â for help
- From: Vasant Hegde <vasant.hegde@xxxxxxx>
- Re: [kvm-unit-tests PATCH] build: retain intermediate .aux.o targets
- From: Thomas Huth <thuth@xxxxxxxxxx>
- Re: [PATCH v8 4/5] KVM: riscv: selftests: Fix compile error
- From: Clément Léger <cleger@xxxxxxxxxxxx>
- [PATCH v8 5/5] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test
- From: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx>
- [PATCH v8 4/5] KVM: riscv: selftests: Fix compile error
- From: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx>
- [PATCH v8 3/5] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM
- From: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx>
- [PATCH v8 2/5] dt-bindings: riscv: Add Svade and Svadu Entries
- From: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx>
- [PATCH v8 1/5] RISC-V: Add Svade and Svadu Extensions Support
- From: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx>
- [PATCH v8 0/5] Add Svade and Svadu Extensions Support
- From: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v1 0/3] s390x: small Makefile improvements
- From: "Marc Hartmayer" <mhartmay@xxxxxxxxxxxxx>
- Re: [RFC PATCH 0/6] Enable shared device assignment
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v1 4/5] KVM: Introduce KVM_EXIT_COCO exit type
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH 0/6] Enable shared device assignment
- From: David Hildenbrand <david@xxxxxxxxxx>
- [kvm-unit-tests PATCH 6/6] checkpatch support
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [kvm-unit-tests PATCH 5/6] gitlab-ci: add a shellcheck test
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [kvm-unit-tests PATCH 4/6] gitlab-ci: Move check-kerneldoc test out of the centos test
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [kvm-unit-tests PATCH 3/6] gitlab-ci: upgrade to CentOS 8
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [kvm-unit-tests PATCH 2/6] arm: Fix kerneldoc
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [kvm-unit-tests PATCH 1/6] gitlab-ci: fix CentOS mirror list
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [kvm-unit-tests PATCH 0/6] Checking and CI improvements
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH] KVM:x86:Fix an interrupt injection logic error during PIC interrupt simulation
- From: Liam Ni <zhiguangni01@xxxxxxxxx>
- Re: [RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
- From: Patrick Roy <roypat@xxxxxxxxxxxx>
- Re: [PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
- From: maobibo <maobibo@xxxxxxxxxxx>
- Re: [PATCH 1/2] KVM: x86: relax canonical checks for some x86 architectural msrs
- From: Chao Gao <chao.gao@xxxxxxxxx>
- Re: [PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [RFC PATCH 0/6] Enable shared device assignment
- From: Chenyi Qiang <chenyi.qiang@xxxxxxxxx>
- RE: [RFC PATCH 0/6] Enable shared device assignment
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [kvm-unit-tests PATCH] build: retain intermediate .aux.o targets
- From: "Nicholas Piggin" <npiggin@xxxxxxxxx>
- Re: [PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
- From: maobibo <maobibo@xxxxxxxxxxx>
- Re: [PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
- From: WangYuli <wangyuli@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- Re: [PATCH] LoongArch: KVM: Remove redundant assignment in kvm_map_page_fast
- From: maobibo <maobibo@xxxxxxxxxxx>
- Re: [PATCH 1/2] KVM: x86: Check hypercall's exit to userspace generically
- From: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
- Re: [PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
- From: maobibo <maobibo@xxxxxxxxxxx>
- RE: [PATCH] target/i386: Raise the highest index value used for any VMCS encoding
- From: "Li, Xin3" <xin3.li@xxxxxxxxx>
- Re: [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
- From: James Houghton <jthoughton@xxxxxxxxxx>
- Re: [PATCH v6 01/11] KVM: Add lockless memslot walk to KVM
- From: James Houghton <jthoughton@xxxxxxxxxx>
- Re: [RFC PATCH v5 10/29] KVM: selftests: TDX: Adding test case for TDX port IO
- From: Sagi Shahar <sagis@xxxxxxxxxx>
- Re: [PATCH v6 03/11] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn
- From: James Houghton <jthoughton@xxxxxxxxxx>
- Re: [RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
- From: Sagi Shahar <sagis@xxxxxxxxxx>
- Re: [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
- From: Sagi Shahar <sagis@xxxxxxxxxx>
- Re: [PATCH v2 23/49] KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 22/49] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v6 09/11] KVM: x86: Implement fast_only versions of kvm_{test_,}age_gfn
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [RFC PATCH v5 07/29] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by guest memfd
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- Re: [PATCH v6 08/11] KVM: x86: Optimize kvm_{test_,}age_gfn a little bit
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH v2 11/49] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after vCPU creation
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v3 2/2] VMX: reset the segment cache after segment initialization in vmx_vcpu_reset
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- [PATCH v3 1/2] KVM: nVMX: use vmx_segment_cache_clear
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- [PATCH v3 0/2] Fix for a very old KVM bug in the segment cache
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 2/2] KVM: VMX: disable preemption when touching segment fields
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v6 01/11] KVM: Add lockless memslot walk to KVM
- From: David Matlack <dmatlack@xxxxxxxxxx>
- Re: [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH 1/2] KVM: x86: relax canonical checks for some x86 architectural msrs
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- [PATCH 2/2] KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASE
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- [PATCH 0/2] Relax canonical checks on some arch msrs
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- RE: [PULL v2 37/61] accel/kvm: Extract common KVM vCPU {creation,parking} code
- From: Salil Mehta <salil.mehta@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 1/4] s390x: Split snippet makefile rules into new file
- From: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 2/4] s390x/Makefile: Add more comments
- From: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 4/4] lib: s390x: Split SIE fw structs from lib structs
- From: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 3/4] s390x: Move SIE assembly into new file
- From: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 4/4] lib: s390x: Split SIE fw structs from lib structs
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 3/4] s390x: Move SIE assembly into new file
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 2/4] s390x/Makefile: Add more comments
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- Re: [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH 1/4] s390x: Split snippet makefile rules into new file
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- Re: [PATCH] KVM:x86:Fix an interrupt injection logic error during PIC interrupt simulation
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH v2 06/10] selftests: kvm: s390: Add VM run test case
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- Re: [RFC PATCH 0/6] Enable shared device assignment
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH] KVM:x86:Fix an interrupt injection logic error during PIC interrupt simulation
- From: Liam Ni <zhiguangni01@xxxxxxxxx>
- Re: [PATCH v5 3/3] LoongArch: KVM: Add vm migration support for LBT registers
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
- From: Dandan Zhang <zhangdandan@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] KVM: VMX: disable preemption when touching segment fields
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- [PATCH v3 1/2] LoongArch: KVM: Enable paravirt feature control from VMM
- From: Bibo Mao <maobibo@xxxxxxxxxxx>
- [PATCH v3 0/2] Add paravirt KVM_FEATURE_VIRT_EXTIOI feature
- From: Bibo Mao <maobibo@xxxxxxxxxxx>
- [PATCH v3 2/2] LoongArch: KVM: Implement function kvm_arch_para_features
- From: Bibo Mao <maobibo@xxxxxxxxxxx>
- Re: [PULL v2 37/61] accel/kvm: Extract common KVM vCPU {creation,parking} code
- From: Peter Maydell <peter.maydell@xxxxxxxxxx>
- Re: [RFC v11 04/14] mm: page_frag: add '_va' suffix to page_frag API
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- RE: [PULL v2 37/61] accel/kvm: Extract common KVM vCPU {creation,parking} code
- From: Salil Mehta <salil.mehta@xxxxxxxxxx>
- Re: [PATCH v2 06/10] selftests: kvm: s390: Add VM run test case
- From: Janosch Frank <frankja@xxxxxxxxxxxxx>
- Re: [PATCH 2/8] qapi/qom: Introduce smp-cache object
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- Re: [PATCH 2/8] qapi/qom: Introduce smp-cache object
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- Re: [PATCH 2/8] qapi/qom: Introduce smp-cache object
- From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
- Re: [PULL v2 37/61] accel/kvm: Extract common KVM vCPU {creation,parking} code
- From: Peter Maydell <peter.maydell@xxxxxxxxxx>
- Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object
- From: Markus Armbruster <armbru@xxxxxxxxxx>
- Re: [PATCH 2/8] qapi/qom: Introduce smp-cache object
- From: Markus Armbruster <armbru@xxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK'
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- [RFC PATCH 6/6] RAMBlock: make guest_memfd require coordinate discard
- From: Chenyi Qiang <chenyi.qiang@xxxxxxxxx>
- [RFC PATCH 5/6] guest-memfd: Default to discarded (private) in guest_memfd_manager
- From: Chenyi Qiang <chenyi.qiang@xxxxxxxxx>
- [RFC PATCH 4/6] memory: Register the RamDiscardManager instance upon guest_memfd creation
- From: Chenyi Qiang <chenyi.qiang@xxxxxxxxx>
- [RFC PATCH 3/6] KVM: Notify the state change via RamDiscardManager helper during shared/private conversion
- From: Chenyi Qiang <chenyi.qiang@xxxxxxxxx>
- [RFC PATCH 2/6] guest_memfd: Introduce a helper to notify the shared/private state change
- From: Chenyi Qiang <chenyi.qiang@xxxxxxxxx>
- [RFC PATCH 1/6] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
- From: Chenyi Qiang <chenyi.qiang@xxxxxxxxx>
- [RFC PATCH 0/6] Enable shared device assignment
- From: Chenyi Qiang <chenyi.qiang@xxxxxxxxx>
- [RFC PATCH net-next v6 02/14] af_vsock: refactor transport lookup code
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- [PATCH v5 2/3] LoongArch: KVM: Add LBT feature detection function
- From: Bibo Mao <maobibo@xxxxxxxxxxx>
- [PATCH v5 1/3] LoongArch: KVM: Add HW Binary Translation extension support
- From: Bibo Mao <maobibo@xxxxxxxxxxx>
- [PATCH v5 3/3] LoongArch: KVM: Add vm migration support for LBT registers
- From: Bibo Mao <maobibo@xxxxxxxxxxx>
- [PATCH v5 0/3] LoongArch: KVM: Add Binary Translation extension support
- From: Bibo Mao <maobibo@xxxxxxxxxxx>
- Re: [PATCH] KVM: x86: Reset RSP before exiting to userspace when emulating POPA
- From: Tao Su <tao1.su@xxxxxxxxxxxxxxx>
- Re: [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK'
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2] KVM: x86: Complain about an attempt to change the APIC base address
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2] KVM: x86: Complain about an attempt to change the APIC base address
- From: Jim Mattson <jmattson@xxxxxxxxxx>
- Re: [PATCH v2] KVM: Documentation: Fix title underline too short warning
- From: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] KVM: x86: Complain about an attempt to change the APIC base address
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [Bug 219085] kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0
- From: bugzilla-daemon@xxxxxxxxxx
- [PATCH] KVM: x86: Eliminate log spam from limited APIC timer periods
- From: Jim Mattson <jmattson@xxxxxxxxxx>
- Re: [PATCH v2] KVM: x86: Complain about an attempt to change the APIC base address
- From: Jim Mattson <jmattson@xxxxxxxxxx>
- Re: [PATCH v2 1/2] KVM: nVMX: use vmx_segment_cache_clear
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2] KVM: x86: Complain about an attempt to change the APIC base address
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2] KVM: x86: Complain about an attempt to change the APIC base address
- From: Jim Mattson <jmattson@xxxxxxxxxx>
- Re: [PATCH v2 48/49] KVM: x86: Add a macro for features that are synthesized into boot_cpu_data
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 47/49] KVM: x86: Drop superfluous host XSAVE check when adjusting guest XSAVES caps
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 46/49] KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 40/49] KVM: x86: Initialize guest cpu_caps based on KVM support
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 39/49] KVM: x86: Extract code for generating per-entry emulated CPUID information
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 37/49] KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 33/49] KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 29/49] KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 26/49] KVM: x86: Add a macro to init CPUID features that KVM emulates in software
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 25/49] KVM: x86: Harden CPU capabilities processing against out-of-scope features
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 24/49] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 23/49] KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 22/49] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 19/49] KVM: x86: Add a macro to init CPUID features that ignore host kernel support
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 19/49] KVM: x86: Add a macro to init CPUID features that ignore host kernel support
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 11/49] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after vCPU creation
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 10/49] KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 05/49] KVM: selftests: Assert that the @cpuid passed to get_cpuid_entry() is non-NULL
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 03/49] KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 02/49] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [PATCH v2 01/49] KVM: x86: Do all post-set CPUID processing during vCPU creation
- From: Maxim Levitsky <mlevitsk@xxxxxxxxxx>
- Re: [RFC PATCH v5 07/29] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by guest memfd
- From: Ackerley Tng <ackerleytng@xxxxxxxxxx>
- Re: [PATCH v2 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- Re: [PATCH v2 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: x86: Reset RSP before exiting to userspace when emulating POPA
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] target/i386: Raise the highest index value used for any VMCS encoding
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
- From: Janosch Frank <frankja@xxxxxxxxxxxxx>
- Re: [PATCH 2/8] qapi/qom: Introduce smp-cache object
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH 2/8] qapi/qom: Introduce smp-cache object
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- Re: [PATCH v2 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
- From: Janosch Frank <frankja@xxxxxxxxxxxxx>
- Re: [PATCH v2 01/10] selftests: kvm: s390: Define page sizes in shared header
- From: Janosch Frank <frankja@xxxxxxxxxxxxx>
- Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH 1/2] KVM: x86: Check hypercall's exit to userspace generically
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH 2/8] qapi/qom: Introduce smp-cache object
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- Re: [PATCH 2/8] qapi/qom: Introduce smp-cache object
- From: Daniel P. Berrangé <berrange@xxxxxxxxxx>
- Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object
- From: Markus Armbruster <armbru@xxxxxxxxxx>
- Re: [PATCH 2/8] qapi/qom: Introduce smp-cache object
- From: Markus Armbruster <armbru@xxxxxxxxxx>
- Re: [PATCH] kvm_host: bump KVM_MAX_IRQ_ROUTE to 128k
- From: Daniil Tatianin <d-tatianin@xxxxxxxxxxxxxx>
- [PATCH] target/i386: Raise the highest index value used for any VMCS encoding
- From: Lei Wang <lei4.wang@xxxxxxxxx>
- Re: [PATCH] KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-Exit
- From: "Hou Wenlong" <houwenlong.hwl@xxxxxxxxxxxx>
- [PATCH] KVM: x86: Reset RSP before exiting to userspace when emulating POPA
- From: Tao Su <tao1.su@xxxxxxxxxxxxxxx>
- [PATCH v2] KVM: Documentation: Fix title underline too short warning
- From: Chang Yu <marcus.yu.56@xxxxxxxxx>
- Re: [PATCH 2/2] LoongArch: KVM: Add paravirt qspinlock in guest side
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: FW: About the patch ”https://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@xxxxxxxxx/ “ for help
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- RE: [PATCH v2 0/4] vfio-pci support pasid attach/detach
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH v3] target/i386/kvm: Refine VMX controls setting for backward compatibility
- From: Ewan Hai <ewanhai-oc@xxxxxxxxxxx>
- Re: [PATCH 2/2] LoongArch: KVM: Add paravirt qspinlock in guest side
- From: maobibo <maobibo@xxxxxxxxxxx>
- [PATCH v6 11/11] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [PATCH v6 10/11] mm: multi-gen LRU: Have secondary MMUs participate in aging
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [PATCH v6 09/11] KVM: x86: Implement fast_only versions of kvm_{test_,}age_gfn
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [PATCH v6 08/11] KVM: x86: Optimize kvm_{test_,}age_gfn a little bit
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [PATCH v6 07/11] KVM: Pass fast_only to kvm_{test_,}age_gfn
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [PATCH v6 06/11] mm: Add has_fast_aging to struct mmu_notifier
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [PATCH v6 04/11] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [PATCH v6 03/11] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [PATCH v6 01/11] KVM: Add lockless memslot walk to KVM
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [PATCH] KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [RFC PATCH v5 04/29] KVM: selftests: Refactor steps in vCPU descriptor table initialization
- From: Sagi Shahar <sagis@xxxxxxxxxx>
- [bug report] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 2/2] LoongArch: KVM: Add paravirt qspinlock in guest side
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
- From: Sagi Shahar <sagis@xxxxxxxxxx>
- Re: [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
- From: Sagi Shahar <sagis@xxxxxxxxxx>
- [Bug 219085] kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0
- From: bugzilla-daemon@xxxxxxxxxx
- Re: [Bug 219085] kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [bug report] KVM: SVM: Set target pCPU during IRTE update if target vCPU is running
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [Bug 219085] kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0
- From: bugzilla-daemon@xxxxxxxxxx
- Re: [PATCH 6/6] KVM: nVMX: Detect nested posted interrupt NV at nested VM-Exit injection
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] arm64/sysreg: Correct the values for GICv4.1
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH 6/6] KVM: nVMX: Detect nested posted interrupt NV at nested VM-Exit injection
- From: Chao Gao <chao.gao@xxxxxxxxx>
- Re: [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [PATCH 1/8] hw/core: Make CPU topology enumeration arch-agnostic
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- Re: [PATCH] KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-Exit
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-Exit
- From: "Hou Wenlong" <houwenlong.hwl@xxxxxxxxxxxx>
- Re: [PATCH v2 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- Re: [EXTERNAL] Re: [PATCH] vdpa: Add support for no-IOMMU mode
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- [PULL v2 37/61] accel/kvm: Extract common KVM vCPU {creation,parking} code
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH 1/8] hw/core: Make CPU topology enumeration arch-agnostic
- From: Markus Armbruster <armbru@xxxxxxxxxx>
- Re: [PATCH v2 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig
- From: Christian Borntraeger <borntraeger@xxxxxxxxxxxxx>
- [PATCH v2 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- [PATCH v2 08/10] selftests: kvm: s390: Add uc_skey VM test case
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- [PATCH v2 07/10] selftests: kvm: s390: Add uc_map_unmap VM test case
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- [PATCH v2 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- [PATCH v2 06/10] selftests: kvm: s390: Add VM run test case
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- [PATCH v2 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- [PATCH v2 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- [PATCH v2 05/10] selftests: kvm: s390: Add debug print functions
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- [PATCH v2 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- [PATCH v2 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- [PATCH v2 01/10] selftests: kvm: s390: Define page sizes in shared header
- From: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>
- Re: [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH 2/2] LoongArch: KVM: Add paravirt qspinlock in guest side
- From: Bibo Mao <maobibo@xxxxxxxxxxx>
- [PATCH 1/2] LoongArch: KVM: Add paravirt qspinlock in kvm side
- From: Bibo Mao <maobibo@xxxxxxxxxxx>
- [PATCH 0/2] LoongArch: KVM: Add paravirt qspinlock support
- From: Bibo Mao <maobibo@xxxxxxxxxxx>
- [PATCH v5 4/4] KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1
- From: Shaoqin Huang <shahuang@xxxxxxxxxx>
- [PATCH v5 0/4] Allow userspace to change ID_AA64PFR1_EL1
- From: Shaoqin Huang <shahuang@xxxxxxxxxx>
- RE: [EXTERNAL] Re: [PATCH] vdpa: Add support for no-IOMMU mode
- From: Srujana Challa <schalla@xxxxxxxxxxx>
- RE: FW: About the patch ”https://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@xxxxxxxxx/ “ for help
- From: XueMei Yue <xuemeiyue@xxxxxxxxxx>
- Re: [PATCH v4 01/15] arm64: rsi: Add RSI definitions
- From: Gavin Shan <gshan@xxxxxxxxxx>
- Re: [RFC 3/5] i386/kvm: Support event with select&umask format in KVM PMU filter
- From: "Mi, Dapeng" <dapeng1.mi@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 01/15] arm64: rsi: Add RSI definitions
- From: Gavin Shan <gshan@xxxxxxxxxx>
- Re: [USB Isolation] USB virt drivers access between guests instead of host -> guest?
- From: privacymiscoccasion@xxxxxxx
- Re: FW: About the patch ”https://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@xxxxxxxxx/ “ for help
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- RE: FW: About the patch ”https://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@xxxxxxxxx/ “ for help
- From: XueMei Yue <xuemeiyue@xxxxxxxxxx>
- Re: FW: About the patch ”https://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@xxxxxxxxx/ “ for help
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- Re: [PATCH] KVM: Loongarch: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS
- From: Huacai Chen <chenhuacai@xxxxxxxxxx>
- [Bug 219034] [linux-next][tag next-20240709] kernel BUG at lib/dynamic_queue_limits.c:99! and Oops: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
- From: bugzilla-daemon@xxxxxxxxxx
- FW: About the patch ”https://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@xxxxxxxxx/ “ for help
- From: XueMei Yue <xuemeiyue@xxxxxxxxxx>
- Re: [PATCH] KVM: x86/mmu: Check that root is valid/loaded when pre-faulting SPTEs
- From: "Huang, Kai" <kai.huang@xxxxxxxxx>
- Re: [USB Isolation] USB virt drivers access between guests instead of host -> guest?
- From: privacymiscoccasion@xxxxxxx
- [PATCH] KVM: X86: conditionally call the release operation of memslot rmap
- From: flyingpenghao@xxxxxxxxx
- Re: [PATCH] KVM: Loongarch: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS
- From: maobibo <maobibo@xxxxxxxxxxx>
- [PATCH] KVM: x86/mmu: Check that root is valid/loaded when pre-faulting SPTEs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH] KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-Exit
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 0/6] KVM: nVMX: Fix IPIv vs. nested posted interrupts
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [USB Isolation] USB virt drivers access between guests instead of host -> guest?
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [Bug 219085] kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0
- From: bugzilla-daemon@xxxxxxxxxx
- Re: [Bug 219085] kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v5 8/9] mm: multi-gen LRU: Have secondary MMUs participate in aging
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [syzbot] Monthly kvm report (Jul 2024)
- From: syzbot <syzbot+list9a13c0072a3919a6debe@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 8/9] mm: multi-gen LRU: Have secondary MMUs participate in aging
- From: James Houghton <jthoughton@xxxxxxxxxx>
- [Bug 219085] kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 219085] kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0
- From: bugzilla-daemon@xxxxxxxxxx
- [Bug 219085] New: kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0
- From: bugzilla-daemon@xxxxxxxxxx
- Re: [PATCH v7 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
- From: Conor Dooley <conor@xxxxxxxxxx>
- Re: [syzbot] [kvm?] general protection fault in is_page_fault_stale
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [syzbot] [kvm?] general protection fault in is_page_fault_stale
- From: syzbot <syzbot+23786faffb695f17edaa@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- Re: [PATCH v2 3/6] KVM: Support poll() on coalesced mmio buffer fds
- From: "Stamatis, Ilias" <ilstam@xxxxxxxxxxxx>
- Re: [PATCH 2/8] qapi/qom: Introduce smp-cache object
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- [USB Isolation] USB virt drivers access between guests instead of host -> guest?
- From: privacymiscoccasion@xxxxxxx
- Re: [PATCH 1/8] hw/core: Make CPU topology enumeration arch-agnostic
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- Re: [BUG] arch/x86/kvm/vmx/pmu_intel.c:54: error: dereference of NULL ‘pmc’ [CWE-476]
- From: Mirsad Todorovac <mtodorovac69@xxxxxxxxx>
- Re: [PATCH 8/8] qemu-options: Add the description of smp-cache object
- From: Markus Armbruster <armbru@xxxxxxxxxx>
- Re: [PATCH 2/8] qapi/qom: Introduce smp-cache object
- From: Markus Armbruster <armbru@xxxxxxxxxx>
- Re: [PATCH 1/8] hw/core: Make CPU topology enumeration arch-agnostic
- From: Markus Armbruster <armbru@xxxxxxxxxx>
- Re: [PATCH 0/6] KVM: nVMX: Fix IPIv vs. nested posted interrupts
- From: Chao Gao <chao.gao@xxxxxxxxx>
- Re: [RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
- From: "Vlastimil Babka (SUSE)" <vbabka@xxxxxxxxxx>
- [PATCH 2/2] riscv: Add Sscofpmf extensiona support
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 1/2] Sync-up headers with Linux-6.10 kernel
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 0/2] Add RISC-V ISA extensions based on Linux-6.10
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- Re: [PATCH 1/8] hw/core: Make CPU topology enumeration arch-agnostic
- From: Markus Armbruster <armbru@xxxxxxxxxx>
- Re: [PATCH v2] KVM: SVM: let alternatives handle the cases when RSB filling is required
- From: Amit Shah <amit@xxxxxxxxxx>
- Re: [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- Re: [PATCH 08/12] KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}
- From: Alexandru Elisei <alexandru.elisei@xxxxxxx>
- [PATCH] KVM: Loongarch: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS
- From: WangYuli <wangyuli@xxxxxxxxxxxxx>
- Re: [PATCH] arm64/sysreg: Correct the values for GICv4.1
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: [PATCH] arm64/sysreg: Correct the values for GICv4.1
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: [PATCH] arm64/sysreg: Correct the values for GICv4.1
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: [PATCH 02/26] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [EXTERNAL] Re: [PATCH] vdpa: Add support for no-IOMMU mode
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH 0/8] Introduce SMP Cache Topology
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [EXTERNAL] Re: [PATCH] vdpa: Add support for no-IOMMU mode
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH 0/8] Introduce SMP Cache Topology
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- Re: [PATCH v7 1/4] RISC-V: Add Svade and Svadu Extensions Support
- From: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx>
- Re: [PATCH v7 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
- From: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx>
- [PULL 38/63] accel/kvm: Extract common KVM vCPU {creation,parking} code
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [RFC v11 05/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
- From: Alexander H Duyck <alexander.duyck@xxxxxxxxx>
- Re: [RFC v11 04/14] mm: page_frag: add '_va' suffix to page_frag API
- From: Alexander Duyck <alexander.duyck@xxxxxxxxx>
- RE: [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest
- From: "Li, Xin3" <xin3.li@xxxxxxxxx>
- Re: [kvm-unit-tests PATCH v4 5/5] riscv: sbi: Add test for timer extension
- From: Andrew Jones <andrew.jones@xxxxxxxxx>
- Re: [PATCH] arm64/sysreg: Correct the values for GICv4.1
- From: Zenghui Yu <yuzenghui@xxxxxxxxxx>
- [kvm-unit-tests PATCH v4 3/5] riscv: Add method to probe for SBI extensions
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v4 2/5] riscv: Update exception cause list
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v4 5/5] riscv: sbi: Add test for timer extension
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v4 4/5] riscv: Add some delay and timer routines
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v4 1/5] riscv: Extend exception handling support for interrupts
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v4 0/5] riscv: sbi: Add support to test timer extension
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- Re: [PATCH v2 3/6] KVM: Support poll() on coalesced mmio buffer fds
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests
- From: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] KVM changes for 6.11 merge window
- From: pr-tracker-bot@xxxxxxxxxx
- [Bug 219010] [REGRESSION][VFIO] kernel 6.9.7 causing qemu crash because of "Collect hot-reset devices to local buffer"
- From: bugzilla-daemon@xxxxxxxxxx
- Re: [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 08/12] KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}
- From: Marc Zyngier <maz@xxxxxxxxxx>
- [PATCH v4 6/6] hvf: arm: Do not advance PC when raising an exception
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- [PATCH v4 5/6] hvf: arm: Properly disable PMU
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- [PATCH v4 4/6] hvf: arm: Raise an exception for sysreg by default
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- [PATCH v4 3/6] target/arm: Always add pmu property for Armv7-A/R+
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- [PATCH v4 2/6] target/arm/kvm: Do not silently remove PMU
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- [PATCH v4 1/6] target/arm/kvm: Set PMU for host only when available
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- [PATCH v4 0/6] target/arm/kvm: Report PMU unavailability
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- Re: [PATCH v2 3/6] KVM: Support poll() on coalesced mmio buffer fds
- From: kernel test robot <lkp@xxxxxxxxx>
- [kvm:queue 22/34] arch/x86/kvm/x86.c:12650:12: error: no member named 'pre_fault_allowed' in 'struct kvm_arch'
- From: kernel test robot <lkp@xxxxxxxxx>
- [kvm:queue 22/34] arch/x86/kvm/svm/svm.c:4952:26: error: 'struct kvm_arch' has no member named 'pre_fault_allowed'
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH 6/6] KVM: nVMX: Detect nested posted interrupt NV at nested VM-Exit injection
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 5/6] KVM: nVMX: Explicitly invalidate posted_intr_nv if PI is disabled at VM-Enter
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 4/6] KVM: nVMX: Track nested_vmx.posted_intr_nv as a signed int
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 3/6] KVM: x86: Don't move VMX's nested PI notification vector from IRR to ISR
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 2/6] KVM: nVMX: Suppress external interrupt VM-Exit injection if there's no IRQ
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 1/6] KVM: nVMX: Get to-be-acknowledge IRQ for nested VM-Exit at injection site
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 0/6] KVM: nVMX: Fix IPIv vs. nested posted interrupts
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [bug report] KVM: SVM: Set target pCPU during IRTE update if target vCPU is running
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH v2 10/10] KVM: selftests: Play nice with AMD's AVIC errata
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 09/10] KVM: selftests: Verify the guest can read back the x2APIC ICR it wrote
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 08/10] KVM: selftests: Test x2APIC ICR reserved bits
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 07/10] KVM: selftests: Skip ICR.BUSY test in xapic_state_test if x2APIC is enabled
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 06/10] KVM: selftests: Add x86 helpers to play nice with x2APIC MSR #GPs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 05/10] KVM: selftests: Report unhandled exceptions on x86 as regular guest asserts
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 04/10] KVM: selftests: Open code vcpu_run() equivalent in guest_printf test
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 03/10] KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 02/10] KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 01/10] KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2 00/10] KVM: x86: Fix ICR handling when x2AVIC is active
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 0/8] KVM: x86: Fix ICR handling when x2AVIC is active
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 8/8] KVM: selftests: Test x2APIC ICR reserved bits
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 7/8] KVM: selftests: Skip ICR.BUSY test in xapic_state_test if x2APIC is enabled
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 6/8] KVM: selftests: Add x86 helpers to play nice with x2APIC MSR #GPs
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 5/8] KVM: selftests: Report unhandled exceptions on x86 as regular guest asserts
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 4/8] KVM: selftests: Open code vcpu_run() equivalent in guest_printf test
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 3/8] KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 2/8] KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 1/8] KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH 0/8] KVM: x86: Fix ICR handling when x2AVIC is active
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [BUG] arch/x86/kvm/vmx/pmu_intel.c:54: error: dereference of NULL ‘pmc’ [CWE-476]
- From: Jim Mattson <jmattson@xxxxxxxxxx>
- Re: [BUG] 6.10 stable: arch/x86/kvm/xen.c:1486:44: error: use of uninitialized value ‘port’ [CWE-457]
- From: Mirsad Todorovac <mtodorovac69@xxxxxxxxx>
- Re: [BUG] arch/x86/kvm/vmx/pmu_intel.c:54: error: dereference of NULL ‘pmc’ [CWE-476]
- From: Mirsad Todorovac <mtodorovac69@xxxxxxxxx>
- Re: [GIT PULL] VFIO updates for v6.11-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] virtio: features, fixes, cleanups
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [BUG] arch/x86/kvm/x86.c: In function ‘prepare_emulation_failure_exit’: error: use of NULL ‘data’ where non-null expected
- From: Mirsad Todorovac <mtodorovac69@xxxxxxxxx>
- Re: [BUG] arch/x86/kvm/vmx/pmu_intel.c:54: error: dereference of NULL ‘pmc’ [CWE-476]
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [BUG] arch/x86/kvm/vmx/vmx_onhyperv.h:109:36: error: dereference of NULL ‘0’
- From: Mirsad Todorovac <mtodorovac69@xxxxxxxxx>
- Re: [BUG] arch/x86/kvm/vmx/pmu_intel.c:54: error: dereference of NULL ‘pmc’ [CWE-476]
- From: Mirsad Todorovac <mtodorovac69@xxxxxxxxx>
- Re: [BUG] arch/x86/kvm/x86.c: In function ‘prepare_emulation_failure_exit’: error: use of NULL ‘data’ where non-null expected
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [BUG] arch/x86/kvm/vmx/vmx_onhyperv.h:109:36: error: dereference of NULL ‘0’
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [BUG] arch/x86/kvm/vmx/vmx_onhyperv.h:109:36: error: dereference of NULL ‘0’
- From: Mirsad Todorovac <mtodorovac69@xxxxxxxxx>
- [BUG] arch/x86/kvm/x86.c: In function ‘prepare_emulation_failure_exit’: error: use of NULL ‘data’ where non-null expected
- From: Mirsad Todorovac <mtodorovac69@xxxxxxxxx>
- Re: [GIT PULL] Please pull IOMMUFD subsystem changes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [BUG] 6.10 stable: arch/x86/kvm/xen.c:1486:44: error: use of uninitialized value ‘port’ [CWE-457]
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [BUG] 6.10 stable: arch/x86/kvm/xen.c:1486:44: error: use of uninitialized value ‘port’ [CWE-457]
- From: Mirsad Todorovac <mtodorovac69@xxxxxxxxx>
- Re: [BUG] arch/x86/kvm/vmx/pmu_intel.c:54: error: dereference of NULL ‘pmc’ [CWE-476]
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [BUG] arch/x86/kvm/vmx/pmu_intel.c:54: error: dereference of NULL ‘pmc’ [CWE-476]
- From: Mirsad Todorovac <mtodorovac69@xxxxxxxxx>
- Re: [kvm-unit-tests PATCH v3 5/5] riscv: sbi: Add test for timer extension
- From: Andrew Jones <andrew.jones@xxxxxxxxx>
- Re: [PATCH v3 2/5] target/arm/kvm: Fix PMU feature bit early
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- [PATCH 13/13] RISC-V: KVM: Use NACL HFENCEs for KVM request based HFENCEs
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 12/13] RISC-V: KVM: Save trap CSRs in kvm_riscv_vcpu_enter_exit()
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 11/13] RISC-V: KVM: Use SBI sync SRET call when available
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 10/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing AIA CSRs
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 09/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing H-extension CSRs
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 08/13] RISC-V: KVM: Add common nested acceleration support
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 07/13] RISC-V: Add defines for the SBI nested acceleration extension
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 06/13] RISC-V: KVM: Don't setup SGEI for zero guest external interrupts
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 05/13] RISC-V: KVM: Replace aia_set_hvictl() with aia_hvictl_value()
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 04/13] RISC-V: KVM: Break down the __kvm_riscv_switch_to() into macros
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 03/13] RISC-V: KVM: Save/restore SCOUNTEREN in C source
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 02/13] RISC-V: KVM: Save/restore HSTATUS in C source
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 01/13] RISC-V: KVM: Order the object files alphabetically
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- [PATCH 00/13] Accelerate KVM RISC-V when running as a guest
- From: Anup Patel <apatel@xxxxxxxxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v3 4/5] riscv: Add some delay and timer routines
- From: Andrew Jones <andrew.jones@xxxxxxxxx>
- Re: [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [kvm-unit-tests PATCH v3 3/5] riscv: Add method to probe for SBI extensions
- From: Andrew Jones <andrew.jones@xxxxxxxxx>
- RE: [EXTERNAL] Re: [PATCH] vdpa: Add support for no-IOMMU mode
- From: Srujana Challa <schalla@xxxxxxxxxxx>
- Re: [PATCH] KVM: arm64: Move data barrier to end of split walk
- From: Oliver Upton <oliver.upton@xxxxxxxxx>
- Re: [PATCH] KVM: arm64: Move data barrier to end of split walk
- From: Will Deacon <will@xxxxxxxxxx>
- [GIT PULL] KVM changes for 6.11 merge window
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- RE: [RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
- From: "Wang, Wei W" <wei.w.wang@xxxxxxxxx>
- RE: [RFC PATCH 08/18] KVM: x86: Add KVM Userfault support
- From: "Wang, Wei W" <wei.w.wang@xxxxxxxxx>
- Re: linux-next: duplicate patches in the kvm-x86 tree
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v7 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
- From: Conor Dooley <conor@xxxxxxxxxx>
- Re: [PATCH v3 2/5] target/arm/kvm: Fix PMU feature bit early
- From: Cornelia Huck <cohuck@xxxxxxxxxx>
- Re: [PATCH 2/2] riscv: KVM: add basic support for host vs guest profiling
- From: Quan Zhou <zhouquan@xxxxxxxxxxx>
- Re: [PATCH 1/2] riscv: perf: add guest vs host distinction
- From: Quan Zhou <zhouquan@xxxxxxxxxxx>
- [RFC v11 05/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [RFC v11 04/14] mm: page_frag: add '_va' suffix to page_frag API
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [RFC 3/5] i386/kvm: Support event with select&umask format in KVM PMU filter
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- Re: [PATCH] arm64/sysreg: Correct the values for GICv4.1
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [RFC 0/5] accel/kvm: Support KVM PMU filter
- From: Zhao Liu <zhao1.liu@xxxxxxxxx>
- Re: [PATCH v7 1/4] RISC-V: Add Svade and Svadu Extensions Support
- From: Clément Léger <cleger@xxxxxxxxxxxx>
- Re: [PATCH v3 2/5] target/arm/kvm: Fix PMU feature bit early
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- Re: [PATCH v7 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
- From: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx>
- Re: [PATCH v7 3/4] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM
- From: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx>
- Re: [PATCH v7 1/4] RISC-V: Add Svade and Svadu Extensions Support
- From: Yong-Xuan Wang <yongxuan.wang@xxxxxxxxxx>
- linux-next: duplicate patches in the kvm-x86 tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- [kvm-unit-tests PATCH v3 5/5] riscv: sbi: Add test for timer extension
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v3 4/5] riscv: Add some delay and timer routines
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v3 3/5] riscv: Add method to probe for SBI extensions
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v3 2/5] riscv: Update exception cause list
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v3 1/5] riscv: Extend exception handling support for interrupts
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- [kvm-unit-tests PATCH v3 0/5] riscv: sbi: Add support to test timer extension
- From: James Raphael Tiovalen <jamestiotio@xxxxxxxxx>
- Re: [GIT PULL] virtio: features, fixes, cleanups
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH v7 3/4] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM
- From: Samuel Holland <samuel.holland@xxxxxxxxxx>
- Re: [PATCH v7 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
- From: Samuel Holland <samuel.holland@xxxxxxxxxx>
- Re: [PATCH] KVM: x86: Add GPA limit check to kvm_arch_vcpu_pre_fault_memory()
- From: Isaku Yamahata <isaku.yamahata@xxxxxxxxx>
- Re: [PATCH v7 1/4] RISC-V: Add Svade and Svadu Extensions Support
- From: Samuel Holland <samuel.holland@xxxxxxxxxx>
- [PATCH] KVM: arm64: Move data barrier to end of split walk
- From: Colton Lewis <coltonlewis@xxxxxxxxxx>
- [PATCH] arm64/sysreg: Correct the values for GICv4.1
- From: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
- [PATCH v4 18/18] KVM: x86/mmu: Prevent aliased memslot GFNs
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v4 17/18] KVM: x86/tdp_mmu: Don't zap valid mirror roots in kvm_tdp_mmu_zap_all()
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v4 16/18] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
- [PATCH v4 15/18] KVM: x86/tdp_mmu: Propagate tearing down mirror page tables
- From: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Scanners]
[Linux SCSI]
[Samba]
[Yosemite News]