kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-13 07:27:44 to 2021-08-16 08:50:56 UTC [more...]

[RFC PATCH v3 0/6] virtio/vsock: introduce MSG_EOR flag for SEQPACKET
 2021-08-16  8:50 UTC 

[kvm-unit-tests PATCH 0/6] Initial x86_64 UEFI support
 2021-08-16  7:26 UTC  (3+ messages)

KVM: x86: expose HINTS_REALTIME ablility to qemu
 2021-08-16  6:10 UTC  (2+ messages)

[GIT PULL] virtio,vhost,vdpa: bugfixes
 2021-08-16  4:50 UTC 

[PATCH -next 1/2] selftests: Fix vm_handle_exception undefined error
 2021-08-16  2:53 UTC  (6+ messages)
` [PATCH -next 2/2] selftests: Fix fscanf warning
  ` ping//Re: "

[PATCH v7 0/9] selftests: KVM: Test offset-based counter controls
 2021-08-16  0:12 UTC  (10+ messages)
` [PATCH v7 1/9] tools: arch: x86: pull in pvclock headers
` [PATCH v7 2/9] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v7 3/9] selftests: KVM: Fix kvm device helper ioctl assertions
` [PATCH v7 4/9] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v7 5/9] selftests: KVM: Introduce system counter offset test
` [PATCH v7 6/9] selftests: KVM: Add helper to check for register presence
` [PATCH v7 7/9] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v7 8/9] selftests: KVM: Test physical counter offsetting
` [PATCH v7 9/9] selftests: KVM: Add counter emulation benchmark

[PATCH v7 0/7] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-08-16  0:12 UTC  (8+ messages)
` [PATCH v7 1/7] KVM: arm64: Refactor update_vtimer_cntvoff()
` [PATCH v7 2/7] KVM: arm64: Separate guest/host counter offset values
` [PATCH v7 3/7] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v7 4/7] arm64: cpufeature: Enumerate support for FEAT_ECV >= 0x2
` [PATCH v7 5/7] KVM: arm64: Allow userspace to configure a guest's counter-timer offset
` [PATCH v7 6/7] KVM: arm64: Configure timer traps in vcpu_load() for VHE
` [PATCH v7 7/7] KVM: arm64: Emulate physical counter offsetting on non-ECV systems

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-08-16  0:11 UTC  (7+ messages)
` [PATCH v7 1/6] KVM: x86: Fix potential race in KVM_GET_CLOCK
` [PATCH v7 2/6] KVM: x86: Create helper methods for KVM_{GET,SET}_CLOCK ioctls
` [PATCH v7 3/6] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v7 4/6] KVM: x86: Take the pvclock sync lock behind the tsc_write_lock
` [PATCH v7 5/6] KVM: x86: Refactor tsc synchronization code
` [PATCH v7 6/6] KVM: x86: Expose TSC offset controls to userspace

[PATCH 0/6] x86: PIRQ/ELCR-related fixes and updates
 2021-08-15 22:22 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 5.14-rc6
 2021-08-15 17:00 UTC  (2+ messages)

cleanup vfio iommu_group creation
 2021-08-15 15:48 UTC  (6+ messages)
` [PATCH 05/14] vfio: refactor noiommu group creation

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-15 14:39 UTC  (21+ messages)
` [PATCH v2 01/12] x86/ioremap: Selectively build arch override encryption functions
` [PATCH v2 02/12] mm: Introduce a function to check for virtualization protection features
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 04/12] powerpc/pseries/svm: Add a powerpc "
` [PATCH v2 05/12] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH v2 06/12] x86/sev: Replace occurrences of sev_active() "
` [PATCH v2 07/12] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v2 08/12] treewide: Replace the use of mem_encrypt_active() "
` [PATCH v2 09/12] mm: Remove the now unused mem_encrypt_active() function
` [PATCH v2 10/12] x86/sev: "
` [PATCH v2 11/12] powerpc/pseries/svm: "
` [PATCH v2 12/12] s390/mm: "

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-15 11:09 UTC  (19+ messages)
` [PATCH 01/17] bitops: protect find_first_{,zero}_bit properly
` [PATCH 02/17] bitops: move find_bit_*_le functions from le.h to find.h
` [PATCH 03/17] include: move find.h from asm_generic to linux
` [PATCH 04/17] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [PATCH 05/17] lib: add find_first_and_bit()
` [PATCH 06/17] cpumask: use find_first_and_bit()
` [PATCH 07/17] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [PATCH 08/17] tools: sync tools/bitmap with mother linux
` [PATCH 09/17] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
` [PATCH 10/17] include/linux: move for_each_bit() macros from bitops.h to find.h
` [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit()
` [PATCH 12/17] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
` [PATCH 13/17] tools: Rename bitmap_alloc() to bitmap_zalloc()
` [PATCH 14/17] mm/percpu: micro-optimize pcpu_is_populated()
` [PATCH 15/17] bitmap: unify find_bit operations
` [PATCH 16/17] lib: bitmap: add performance test for bitmap_print_to_pagebuf
` [PATCH 17/17] vsprintf: rework bitmap_list_string

[PATCH v3 0/3] KVM: arm64: Use generic guest entry infrastructure
 2021-08-15  9:21 UTC  (3+ messages)

[PATCH v4 00/15] Support Asynchronous Page Fault
 2021-08-15  0:59 UTC  (16+ messages)
` [PATCH v4 01/15] KVM: async_pf: Move struct kvm_async_pf around
` [PATCH v4 02/15] KVM: async_pf: Add helper function to check completion queue
` [PATCH v4 03/15] KVM: async_pf: Make GFN slot management generic
` [PATCH v4 04/15] KVM: x86: Use generic async PF slot management
` [PATCH v4 05/15] KVM: arm64: Export kvm_handle_user_mem_abort()
` [PATCH v4 06/15] KVM: arm64: Add paravirtualization header files
` [PATCH v4 07/15] KVM: arm64: Support page-not-present notification
` [PATCH v4 08/15] KVM: arm64: Support page-ready notification
` [PATCH v4 09/15] KVM: arm64: Support async PF hypercalls
` [PATCH v4 10/15] KVM: arm64: Support async PF ioctl commands
` [PATCH v4 11/15] KVM: arm64: Export async PF capability
` [PATCH v4 12/15] arm64: Detect async PF para-virtualization feature
` [PATCH v4 13/15] arm64: Reschedule process on aync PF
` [PATCH v4 14/15] arm64: Enable async PF
` [PATCH v4 15/15] KVM: arm64: Add async PF document

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-14 23:27 UTC  (3+ messages)

[PATCH] x86/kvm: Don't enable IRQ when IRQ enabled in kvm_wait
 2021-08-14  3:51 UTC 

[syzbot] general protection fault in wb_timer_fn
 2021-08-14 11:57 UTC 

[PATCH 1/2] KVM: X86: Check pte present first in __shadow_walk_next()
 2021-08-14  9:47 UTC  (4+ messages)
  ` [PATCH V2] KVM: X86: Move PTE present check from loop body to __shadow_walk_next()

[PATCH 00/10] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-08-14  9:10 UTC  (12+ messages)
` [PATCH 01/10] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH 02/10] KVM: arm64: selftests: Add write_sysreg_s and read_sysreg_s
` [PATCH 03/10] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH 04/10] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH 05/10] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH 06/10] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH 07/10] KVM: arm64: selftests: Add support to get the vcpuid from MPIDR_EL1
` [PATCH 08/10] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH 09/10] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH 10/10] KVM: arm64: selftests: Add arch_timer test

[syzbot] general protection fault in rcu_segcblist_enqueue
 2021-08-14  8:05 UTC  (2+ messages)

[v2 PATCH 0/4] x86/kvm: Virtual suspend time injection support
 2021-08-14  7:22 UTC  (5+ messages)
` [v2 PATCH 2/4] x86/kvm: Add definitions for virtual suspend time injection
` [v2 PATCH 3/4] x86/kvm: Add host side support "

[PATCH v3] KVM: stats: Add VM stat for the cumulative number of dirtied pages
 2021-08-14  0:19 UTC  (2+ messages)

BUG REPORT: vfio_pci driver
 2021-08-13 22:09 UTC  (2+ messages)

[RFC PATCH 0/6] Pass memslot around during page fault handling
 2021-08-13 20:35 UTC  (7+ messages)
` [RFC PATCH 1/6] KVM: x86/mmu: Rename try_async_pf to kvm_faultin_pfn in comment
` [RFC PATCH 2/6] KVM: x86/mmu: Fold rmap_recycle into rmap_add
` [RFC PATCH 3/6] KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
` [RFC PATCH 4/6] KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track
` [RFC PATCH 5/6] KVM: x86/mmu: Avoid memslot lookup in rmap_add
` [RFC PATCH 6/6] KVM: x86/mmu: Avoid memslot lookup in mmu_try_to_unsync_pages

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-13 20:17 UTC  (9+ messages)
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() with prot_guest_has()

[PATCH v4 00/13] KVM: Scalable memslots implementation
 2021-08-13 19:33 UTC  (14+ messages)
` [PATCH v4 01/13] KVM: x86: Cache total page count to avoid traversing the memslot array
` [PATCH v4 02/13] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
` [PATCH v4 03/13] KVM: Add "old" memslot parameter to kvm_arch_prepare_memory_region()
` [PATCH v4 04/13] KVM: x86: Move n_memslots_pages recalc "
` [PATCH v4 05/13] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v4 06/13] KVM: Move WARN on invalid memslot index to update_memslots()
` [PATCH v4 07/13] KVM: Just resync arch fields when slots_arch_lock gets reacquired
` [PATCH v4 08/13] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v4 09/13] KVM: Use interval tree to do fast hva lookup in memslots
` [PATCH v4 10/13] KVM: s390: Introduce kvm_s390_get_gfn_end()
` [PATCH v4 11/13] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v4 12/13] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
` [PATCH v4 13/13] KVM: Optimize overlapping memslots check

[PATCH v6 00/21] KVM: Add idempotent controls for migrating system counter state
 2021-08-13 17:46 UTC  (6+ messages)
` [PATCH v6 01/21] KVM: x86: Fix potential race in KVM_GET_CLOCK

vfio-pci problem
 2021-08-13 17:38 UTC  (3+ messages)

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-13 17:09 UTC  (15+ messages)
` [PATCH Part1 RFC v4 08/36] x86/sev: check the vmpl level
` [PATCH Part1 RFC v4 09/36] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v4 10/36] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v4 12/36] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v4 13/36] x86/kernel: Make the bss.decrypted section shared in RMP table

[PATCH v2 0/5] Handle monitor trap flag during instruction emulation
 2021-08-13 17:03 UTC  (5+ messages)
` [PATCH v2 4/5] KVM: nVMX: Emulate MTF when performing "

[PATCH 0/2] KVM: x86/mmu: Fix a TDP MMU leak and optimize zap all
 2021-08-13 16:38 UTC  (11+ messages)
` [PATCH 2/2] KVM: x86/mmu: Don't step down in the TDP iterator when zapping all SPTEs

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-13 16:32 UTC  (6+ messages)
` [PATCH Part2 RFC v4 33/40] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT

[PATCH 00/16] KVM: x86: pass arguments on the page fault path via struct kvm_page_fault
 2021-08-13 16:28 UTC  (3+ messages)
` [PATCH 02/16] KVM: x86: clamp host mapping level to max_level in kvm_mmu_max_mapping_level

[PATCH] KVM: x86: add a new field 'is_idle' to kvm_steal_time
 2021-08-13 16:14 UTC 

[PATCH] target/arm: kvm: use RCU_READ_LOCK_GUARD() in kvm_arch_fixup_msi_route()
 2021-08-13 16:17 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/2] access: cut more execution time on reserved bit tests
 2021-08-13 15:32 UTC  (4+ messages)
` [PATCH kvm-unit-tests 1/2] access: optimize check for multiple reserved bits
` [PATCH kvm-unit-tests 2/2] access: treat NX as reserved if EFER.NXE=0

[kvm-unit-tests PATCH v2 0/2] Couple of SVM unit test fixes
 2021-08-13 14:14 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/8] s390x: Cleanup and maintenance
 2021-08-13 13:14 UTC  (21+ messages)
` [kvm-unit-tests PATCH 1/8] s390x: lib: Extend bitops
` [kvm-unit-tests PATCH 2/8] lib: s390x: Add 0x3d, 0x3e and 0x3f PGM constants
` [kvm-unit-tests PATCH 3/8] lib: s390x: Print addressing related exception information
` [kvm-unit-tests PATCH 4/8] lib: s390x: Start using bitops instead of magic constants
` [kvm-unit-tests PATCH 5/8] s390x: uv-host: Explain why we set up the home space and remove the space change
` [kvm-unit-tests PATCH 6/8] lib: s390x: Add PSW_MASK_64
` [kvm-unit-tests PATCH 7/8] lib: s390x: Control register constant cleanup
` [kvm-unit-tests PATCH 8/8] lib: s390x: uv: Add rc 0x100 query error handling

[PATCH kvm-unit-tests] x86: Added LA57 support to is_canonical
 2021-08-13 11:29 UTC  (2+ messages)

[PATCH] KVM: X86: Boost queue head vCPU to mitigate lock waiter preemption
 2021-08-13  8:34 UTC  (3+ messages)

[PATCH] KVM: Move binary stats helpers to header to effectively export them
 2021-08-13  7:38 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlock
 2021-08-13  7:36 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86/mmu: Fix a TDP MMU leak and optimize zap all
 2021-08-13  7:36 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).