messages from 2022-09-21 21:51:33 to 2022-09-22 21:02:53 UTC [more...]
[PATCH] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
2022-09-22 21:02 UTC (6+ messages)
[GIT PULL] KVM/arm64 fixes for 6.0, take #2
2022-09-22 21:01 UTC (2+ messages)
[PATCH v4] x86: add etc/phys-bits fw_cfg file
2022-09-22 20:33 UTC (9+ messages)
[PATCH v2] KVM: selftests: Check result in hyperv_features.c test only for successful hypercalls
2022-09-22 20:25 UTC (4+ messages)
[PATCH v2 3/4] x86/fpu: Disallow legacy states from fpstate_clear_xstate_component()
2022-09-22 20:00 UTC
[PATCH v10 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-09-22 19:52 UTC (25+ messages)
` [PATCH v10 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v10 03/39] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v10 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v10 20/39] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v10 25/39] KVM: selftests: Move the function doing Hyper-V hypercall to a common header
` [PATCH v10 29/39] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v10 30/39] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v10 35/39] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-09-22 19:49 UTC (8+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
[GIT PULL] KVM: x86: First batch of updates for 6.1, i.e. kvm/queue
2022-09-22 19:41 UTC (3+ messages)
[PATCH linux-next] KVM: selftests: remove redundant variable tsc_val
2022-09-22 19:41 UTC (3+ messages)
[PATCH 0/4] Fix splats releated to using the iommu_group after destroying devices
2022-09-22 19:36 UTC (4+ messages)
` [PATCH 2/4] vfio: Move the sanity check of the group to vfio_create_group()
[PATCH v8 00/14] KVM: selftests: Add aarch64/page_fault_test
2022-09-22 19:32 UTC (18+ messages)
` [PATCH v8 01/14] KVM: selftests: Add a userfaultfd library
` [PATCH v8 02/14] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
` [PATCH v8 03/14] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
` [PATCH v8 04/14] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v8 05/14] tools: Copy bitfield.h from the kernel sources
` [PATCH v8 06/14] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
` [PATCH v8 07/14] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
` [PATCH v8 08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
` [PATCH v8 09/14] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v8 10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v8 11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v8 12/14] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v8 13/14] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v8 14/14] KVM: selftests: aarch64: Add mix of "
[PATCH v3 0/8] vfio: Split the container code into a clean layer and dedicated file
2022-09-22 19:20 UTC (9+ messages)
` [PATCH v3 1/8] vfio: Add header guards and includes to drivers/vfio/vfio.h
` [PATCH v3 2/8] vfio: Rename __vfio_group_unset_container()
` [PATCH v3 3/8] vfio: Split the container logic into vfio_container_attach_group()
` [PATCH v3 4/8] vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMU
` [PATCH v3 5/8] vfio: Split out container code from the init/cleanup functions
` [PATCH v3 6/8] vfio: Rename vfio_ioctl_check_extension()
` [PATCH v3 7/8] vfio: Split the register_device ops call into functions
` [PATCH v3 8/8] vfio: Move container code into drivers/vfio/container.c
[PATCH RFC 1/1] perf stat: do not fatal if the leader is errored
2022-09-22 18:42 UTC (6+ messages)
[PATCH v5 00/30] KVM: hardware enable/disable reorganize
2022-09-22 18:20 UTC (31+ messages)
` [PATCH v5 01/30] KVM: x86: Drop kvm_user_return_msr_cpu_online()
` [PATCH v5 02/30] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
` [PATCH v5 03/30] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v5 04/30] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v5 05/30] KVM: Provide more information in kernel log if hardware enabling fails
` [PATCH v5 06/30] KVM: arm64: Simplify the CPUHP logic
` [PATCH v5 07/30] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v5 08/30] KVM: Do compatibility checks on hotplugged CPUs
` [PATCH v5 09/30] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v5 10/30] KVM: Add arch hooks when VM is added/deleted
` [PATCH v5 11/30] KVM: Add arch hook for reboot event
` [PATCH v5 12/30] KVM: Add arch hook for suspend
` [PATCH v5 13/30] KVM: Add arch hook for resume event
` [PATCH v5 14/30] KVM: Add arch hook for cpu online event
` [PATCH v5 15/30] KVM: Add arch hook for cpu offline event
` [PATCH v5 16/30] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v5 17/30] KVM: Move out KVM arch PM hooks and hardware enable/disable logic
` [PATCH v5 18/30] KVM: kvm_arch.c: Remove _nolock post fix
` [PATCH v5 19/30] KVM: kvm_arch.c: Remove a global variable, hardware_enable_failed
` [PATCH v5 20/30] KVM: Introduce an arch wrapper to check all processor compatibility
` [PATCH v5 21/30] KVM: x86: Duplicate arch callbacks related to pm events and compat check
` [PATCH v5 22/30] KVM: x86: Move TSC fixup logic to KVM arch resume callback
` [PATCH v5 23/30] KVM: Eliminate kvm_arch_post_init_vm()
` [PATCH v5 24/30] KVM: Add config to not compile kvm_arch.c
` [PATCH v5 25/30] KVM: x86: Delete kvm_arch_hardware_enable/disable()
` [PATCH v5 26/30] KVM: x86: Make x86 processor compat check callback empty
` [PATCH v5 27/30] RFC: KVM: powerpc: Move processor compatibility check to hardware setup
` [PATCH v5 28/30] KVM: Eliminate kvm_arch_check_processor_compat()
` [PATCH v5 29/30] RFC: KVM: x86: Remove cpus_hardware_enabled and related sanity check
` [PATCH v5 30/30] RFC: KVM: "
[PATCH 0/5] KVM: selftests: Fix "fix hypercall test" build errors
2022-09-22 18:20 UTC (10+ messages)
` [PATCH 1/5] KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest use
[PATCH v2 0/8] vfio: Split the container code into a clean layer and dedicated file
2022-09-22 17:58 UTC (6+ messages)
[PATCH v4 00/15] Tidy up vfio_device life cycle
2022-09-22 17:58 UTC (2+ messages)
[PATCH v4 0/6] KVM: x86: Hyper-V invariant TSC control feature
2022-09-22 17:55 UTC (10+ messages)
` [PATCH v4 1/6] x86/hyperv: Add HV_INVARIANT_TSC_EXPOSED define
` [PATCH v4 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf
` [PATCH v4 3/6] KVM: x86: Hyper-V invariant TSC control
` [PATCH v4 4/6] KVM: selftests: Rename 'msr->availble' to 'msr->fault_exepected' in hyperv_features test
` [PATCH v4 5/6] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
` [PATCH v4 6/6] KVM: selftests: Test Hyper-V invariant TSC control
[PATCH 0/6] KVM: Fix dirty-ring ordering on weakly ordered architectures
2022-09-22 17:01 UTC (7+ messages)
` [PATCH 1/6] KVM: Use acquire/release semantics when accessing dirty ring GFN state
` [PATCH 2/6] KVM: Add KVM_CAP_DIRTY_LOG_RING_ORDERED capability and config option
` [PATCH 3/6] KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ORDERED
` [PATCH 4/6] KVM: Document weakly ordered architecture requirements for dirty ring
` [PATCH 5/6] KVM: selftests: dirty-log: Upgrade dirty_gfn_set_collected() to store-release
` [PATCH 6/6] KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ORDERED of available
[PATCH 4/4] iommu: Fix ordering of iommu_release_device()
2022-09-22 16:56 UTC (11+ messages)
[PATCH RFC v2 00/13] IOMMUFD Generic interface
2022-09-22 15:31 UTC (19+ messages)
[PATCH v1 7/9] gdbstub: move sstep flags probing into AccelClass
2022-09-22 14:58 UTC (3+ messages)
` [PATCH v1 8/9] gdbstub: move breakpoint logic to accel ops
` [PATCH v1 9/9] gdbstub: move guest debug support check to ops
[PATCH v4 00/12] KVM: x86: never write to memory from kvm_vcpu_check_block
2022-09-22 14:52 UTC (5+ messages)
` [PATCH v4 11/12] KVM: mips, x86: do not rely on KVM_REQ_UNHALT
` [PATCH v4 12/12] KVM: remove KVM_REQ_UNHALT
[RFC PATCH v2 0/3] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
2022-09-22 14:42 UTC (13+ messages)
` [RFC PATCH v2 1/3] perf/core: Expose perf_event_{en,dis}able_local()
` [RFC PATCH v2 2/3] perf/x86/intel/pt: Introduce and export pt_get_curr_event()
` [RFC PATCH v2 3/3] KVM: VMX: Stop/resume host PT before/after VMX transition when PT_MODE_HOST_GUEST
[PATCH -next] vfio/mlx5: Switch to use module_pci_driver() macro
2022-09-22 12:48 UTC (2+ messages)
[kvmtool PATCH] net: Use vfork() instead of fork() for script execution
2022-09-22 12:45 UTC (2+ messages)
[PATCH kvmtool 0/5] KVMTOOL RISC-V Svpbmt and Sstc Support
2022-09-22 12:45 UTC (2+ messages)
[PATCH v2 1/2] perf/x86/intel: Expose EPT-friendly PEBS for SPR and future models
2022-09-22 12:41 UTC (3+ messages)
` [PATCH v2 2/2] KVM: x86/pmu: Add PEBS support for SPR and future non-hybird models
[kvm-unit-tests PATCH] ci: Update the list of tests that we run in the Fedora Cirrus-CI
2022-09-22 12:28 UTC
[PATCH] kvm/x86: reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
2022-09-22 12:24 UTC (8+ messages)
[PATCH 5.10 1/1] KVM: SEV: add cache flush to solve SEV cache incoherency issues
2022-09-22 10:22 UTC
[PATCH v3] x86: add etc/phys-bits fw_cfg file
2022-09-22 9:55 UTC (5+ messages)
[PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
2022-09-22 7:55 UTC (5+ messages)
` [PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState
[PATCH] KVM: s390: Fix double word in comments
2022-09-22 7:49 UTC
[PATCH v2 0/3] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2022-09-22 6:20 UTC (5+ messages)
` [PATCH v2 1/3] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
[PATCH] KVM: selftests: Fix hyperv_features test failure when built on Clang
2022-09-22 6:03 UTC (4+ messages)
[PATCH v3 00/15] Tidy up vfio_device life cycle
2022-09-22 5:18 UTC (6+ messages)
` [PATCH v3 15/15] vfio: Add struct device to vfio_device
[PATCH v3 0/6] KVM: arm64: Enable ring-based dirty memory tracking
2022-09-22 0:32 UTC (7+ messages)
` [PATCH v3 1/6] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
` [PATCH v3 2/6] KVM: x86: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h
` [PATCH v3 3/6] KVM: arm64: Enable ring-based dirty memory tracking
` [PATCH v3 4/6] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v3 5/6] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v3 6/6] KVM: selftests: Automate choosing dirty ring size "
[PATCH v2 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
2022-09-21 23:43 UTC (6+ messages)
` [PATCH v2 08/10] KVM: x86/mmu: Split out TDP MMU page fault handling
[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
2022-09-21 21:43 UTC (9+ messages)
` [PATCH v12 10/17] riscv: Add sigcontext save/restore for vector
` [PATCH v12 11/17] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH v12 12/17] riscv: Add support for kernel mode vector
` [PATCH v12 13/17] riscv: Add vector extension XOR implementation
` [PATCH v12 14/17] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH v12 15/17] riscv: Add V extension to KVM ISA allow list
` [PATCH v12 16/17] riscv: KVM: Add vector lazy save/restore support
` [PATCH v12 17/17] riscv: prctl to enable vector commands
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox