messages from 2021-12-02 00:21:15 to 2021-12-06 02:01:51 UTC [more...]
[PATCH v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()
2021-12-06 1:59 UTC (18+ messages)
` [PATCH v3 01/18] iommu: Add device dma ownership set/release interfaces
` [PATCH v3 02/18] driver core: Add dma_cleanup callback in bus_type
` [PATCH v3 03/18] driver core: platform: Rename platform_dma_configure()
` [PATCH v3 04/18] driver core: platform: Add driver dma ownership management
` [PATCH v3 05/18] amba: "
` [PATCH v3 06/18] bus: fsl-mc: "
` [PATCH v3 07/18] PCI: "
` [PATCH v3 08/18] PCI: pci_stub: Suppress kernel DMA ownership auto-claiming
` [PATCH v3 09/18] PCI: portdrv: "
` [PATCH v3 10/18] iommu: Add security context management for assigned devices
` [PATCH v3 11/18] iommu: Expose group variants of dma ownership interfaces
` [PATCH v3 12/18] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups
` [PATCH v3 13/18] vfio: Set DMA USER ownership for VFIO devices
` [PATCH v3 14/18] vfio: Remove use of vfio_group_viable()
` [PATCH v3 15/18] vfio: Delete the unbound_list
` [PATCH v3 17/18] iommu: Remove iommu group changes notifier
` [PATCH v3 18/18] drm/tegra: Use the iommu dma_owner mechanism
[RFC PATCH v3 00/29] KVM: arm64: Make CPU ID registers writable by userspace
2021-12-06 0:27 UTC (37+ messages)
` [RFC PATCH v3 02/29] KVM: arm64: Save ID registers' sanitized value per vCPU
` [RFC PATCH v3 03/29] KVM: arm64: Introduce struct id_reg_info
` [RFC PATCH v3 04/29] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH v3 09/29] KVM: arm64: Hide IMPLEMENTATION DEFINED PMU support for the guest
` [RFC PATCH v3 12/29] KVM: arm64: Make ID_DFR1_EL1 writable
[PATCH] KVM: x86: fix for missing initialization of return status variable
2021-12-05 19:47 UTC
[GIT PULL] Second batch of KVM fixes for 5.16-rc4
2021-12-05 17:02 UTC (2+ messages)
linux-next: Fixes tag needs some work in the kvm-fixes tree
2021-12-05 14:33 UTC
[syzbot] WARNING in nested_vmx_vmexit
2021-12-05 13:42 UTC
Trap and Emulate RDTSC Instructions
2021-12-05 4:11 UTC (2+ messages)
[PATCH v3] MAINTAINERS: Update Atish's email address
2021-12-04 22:25 UTC (5+ messages)
[RFC PATCH v3 0/5] x86/kvm: Virtual suspend time injection support
2021-12-04 17:30 UTC (4+ messages)
[PATCH v2 0/2] Introduce x86_get_cpufreq_khz()
2021-12-04 10:46 UTC (12+ messages)
` [PATCH v2 1/2] x86/cpu: "
` "
` [PATCH v2 2/2] KVM: x86: use x86_get_freq to get freq for kvmclock
` "
[PATCH kvmtool] Makefile: 'lvm version' works incorrect. Because CFLAGS can not get sub-make variable $(KVMTOOLS_VERSION)
2021-12-04 6:14 UTC
[PATCH] KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure
2021-12-04 5:14 UTC (9+ messages)
Q. about KVM and CPU hotplug
2021-12-04 3:57 UTC (5+ messages)
[PATCH v6 00/17] KVM: s390: pv: implement lazy destroy for reboot
2021-12-04 2:32 UTC (19+ messages)
` [PATCH v6 01/17] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v6 02/17] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v6 03/17] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v6 04/17] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v6 05/17] KVM: s390: pv: usage counter instead of flag
` [PATCH v6 06/17] KVM: s390: pv: add export before import
` [PATCH v6 07/17] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v6 08/17] KVM: s390: pv: make kvm_s390_cpus_from_pv global
` [PATCH v6 09/17] KVM: s390: pv: clear the state without memset
` [PATCH v6 10/17] KVM: s390: pv: add mmu_notifier
` [PATCH v6 11/17] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v6 12/17] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v6 13/17] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v6 14/17] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v6 15/17] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v6 16/17] KVM: s390: pv: add KVM_CAP_S390_PROT_REBOOT_ASYNC
` [PATCH v6 17/17] KVM: s390: pv: avoid export before import if possible
[RFC 0/6] Sparse HART id support
2021-12-04 0:40 UTC (7+ messages)
` [RFC 1/6] RISC-V: Avoid using per cpu array for ordered booting
` [RFC 2/6] RISC-V: Do not print the SBI version during HSM extension boot print
` [RFC 3/6] RISC-V: Use __cpu_up_stack/task_pointer only for spinwait method
` [RFC 5/6] RISC-V: Move spinwait booting method to its own config
` [RFC 6/6] RISC-V: Do not use cpumask data structure for hartid bitmap
[PATCH v2 0/8] KVM: x86: Hyper-V hypercall fix and cleanups
2021-12-03 23:48 UTC (12+ messages)
` [PATCH v2 3/8] KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentation
` [PATCH v2 7/8] KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt"
` [PATCH v2 8/8] KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields
` ** POTENTIAL FRAUD ALERT - RED HAT ** "
[GIT PULL] VFIO updates for v5.16-rc4
2021-12-03 21:02 UTC (2+ messages)
[PATCH -next] mm: delete oversized WARN_ON() in kvmalloc() calls
2021-12-03 19:37 UTC (6+ messages)
KVM patches for Hyper-V improvements
2021-12-03 18:38 UTC (3+ messages)
[kvm-unit-tests PATCH v2 0/2] s390x: firq: floating interrupt test
2021-12-03 18:23 UTC (8+ messages)
` [kvm-unit-tests PATCH v2 1/2] s390x: make smp_cpu_setup() return 0 on success
` [kvm-unit-tests PATCH v2 2/2] s390x: firq: floating interrupt test
[PATCH RFC v2] vfio: Documentation for the migration region
2021-12-03 18:06 UTC (11+ messages)
[PATCH 1/6] vhost: get rid of vhost_poll_flush() wrapper
2021-12-03 17:45 UTC (3+ messages)
[RFC PATCH 00/15] KVM: x86/mmu: Eager Page Splitting for the TDP MMU
2021-12-03 17:22 UTC (22+ messages)
` [RFC PATCH 12/15] KVM: x86/mmu: Split large pages when dirty logging is enabled
` [RFC PATCH 13/15] KVM: x86/mmu: Split large pages during CLEAR_DIRTY_LOG
[PATCH v2 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
2021-12-03 16:34 UTC (7+ messages)
` [PATCH v2 1/3] KVM: SVM: Refactor AVIC hardware setup logic into helper function
` [PATCH v2 2/3] x86/apic: Add helper function to get maximum physical APIC ID
` [PATCH v2 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit
[RFC PATCH v3 00/59] KVM: X86: TDX support
2021-12-03 16:14 UTC (6+ messages)
` [RFC PATCH v3 14/59] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs
[RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part)
2021-12-03 13:13 UTC (3+ messages)
[kvm-unit-tests PATCH v3 1/1] s390x: Add specification exception interception test
2021-12-03 11:46 UTC (4+ messages)
` [kvm-unit-tests PATCH] s390x: Add strict mode to specification exception interpretation test
[PATCH v1 00/12] Add riscv kvm accel support
2021-12-03 9:38 UTC (18+ messages)
` [PATCH v1 01/12] update-linux-headers: Add asm-riscv/kvm.h
` [PATCH v1 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH v1 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH v1 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH v1 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v1 07/12] target/riscv: Support setting external interrupt "
` [PATCH v1 09/12] target/riscv: Add host cpu type
` [PATCH v1 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
[kvm-unit-tests PATCH 0/8] s390x: sie: Add PV snippet support
2021-12-03 9:29 UTC (5+ messages)
` [kvm-unit-tests PATCH 7/8] s390x: snippets: Add PV support
[kvm-unit-tests PATCH v9 0/9] MTTCG sanity tests for ARM
2021-12-03 9:15 UTC (11+ messages)
` [kvm-unit-tests PATCH v9 1/9] docs: mention checkpatch in the README
` [kvm-unit-tests PATCH v9 2/9] arm/flat.lds: don't drop debug during link
` [kvm-unit-tests PATCH v9 3/9] Makefile: add GNU global tags support
` [kvm-unit-tests PATCH v9 4/9] lib: add isaac prng library from CCAN
` [kvm-unit-tests PATCH v9 5/9] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v9 6/9] arm/locking-tests: add comprehensive locking test
` [kvm-unit-tests PATCH v9 7/9] arm/barrier-litmus-tests: add simple mp and sal litmus tests
` [kvm-unit-tests PATCH v9 8/9] arm/run: use separate --accel form
` [kvm-unit-tests PATCH v9 9/9] arm/tcg-test: some basic TCG exercising tests
[PATCH] KVM: x86: selftests: svm_int_ctl_test: fix intercept calculation
2021-12-03 7:36 UTC (2+ messages)
[kvm-unit-tests PATCH] x86: Remove invalid clwb test code
2021-12-03 5:54 UTC (2+ messages)
[PATCH] kvm/eventfd: fix the misleading comment in kvm_irqfd_assign
2021-12-03 3:03 UTC (3+ messages)
[PATCH] KVM: ensure APICv is considered inactive if there is no APIC
2021-12-03 2:17 UTC (2+ messages)
[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2021-12-03 1:11 UTC (4+ messages)
` [RFC v2 PATCH 01/13] mm/shmem: Introduce F_SEAL_GUEST
[PATCH 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
2021-12-03 0:16 UTC (4+ messages)
[PATCH v2] MAINTAINERS: Update Atish's email address
2021-12-02 23:53 UTC (3+ messages)
[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2021-12-02 17:52 UTC (3+ messages)
` [PATCH v7 10/45] x86/sev: Add support for hypervisor feature VMGEXIT
[kvm-unit-tests PATCH] s390x: uv: Fix UVC cmd prepare reset name
2021-12-02 13:28 UTC (2+ messages)
[kvm-unit-tests PATCH v1 0/2] s390x: firq: floating interrupt test
2021-12-02 12:24 UTC (11+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: make smp_cpu_setup() return 0 on success
` [kvm-unit-tests PATCH v1 2/2] s390x: firq: floating interrupt test
[PATCH v5 0/4] KVM: nVMX: Enlightened MSR Bitmap feature for Hyper-V on KVM
2021-12-02 12:20 UTC (2+ messages)
[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
2021-12-02 12:02 UTC (15+ messages)
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful
[PATCH v6 00/29] KVM: Scalable memslots implementation
2021-12-02 10:32 UTC (4+ messages)
` [PATCH v6 03/29] KVM: Resync only arch fields when slots_arch_lock gets reacquired
[PATCH] KVM: s390: Fix names of skey constants in api documentation
2021-12-02 10:31 UTC (3+ messages)
[RFC PATCH v2 00/44] TDX support
2021-12-02 8:56 UTC (4+ messages)
` [RFC PATCH v2 11/44] i386/tdx: Implement user specified tsc frequency
[kvm-unit-tests PATCH] s390x/cpumodel: give each test a unique output line
2021-12-02 8:13 UTC (2+ messages)
[PATCH 00/11] KVM: x86: TDX preparation of introducing vm_type and blocking ioctls based on vm_type
2021-12-02 1:19 UTC (3+ messages)
` [PATCH 03/11] KVM: x86: Clean up kvm_vcpu_ioctl_x86_setup_mce()
[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
2021-12-02 0:31 UTC (5+ messages)
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