messages from 2023-02-06 17:10:29 to 2023-02-07 19:16:56 UTC [more...]
[PATCH v1 0/8] Add IO page table replacement support
2023-02-07 19:16 UTC (21+ messages)
` [PATCH v1 2/8] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v1 7/8] iommufd/device: Use iommu_group_replace_domain()
` [PATCH v1 8/8] vfio-iommufd: Support IO page table replacement
[PATCH V2] KVM: sev: Fix potential overflow send|recieve_update_data
2023-02-07 18:39 UTC (2+ messages)
[PATCH v15 00/11] s390x: CPU Topology
2023-02-07 18:26 UTC (22+ messages)
` [PATCH v15 05/11] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v15 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v15 08/11] qapi/s390x/cpu topology: x-set-cpu-topology monitor command
` [PATCH v15 09/11] machine: adding s390 topology to query-cpu-fast
[linux-next:master] BUILD REGRESSION 49a8133221c71b935f36a7c340c0271c2a9ee2db
2023-02-07 18:18 UTC
[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
2023-02-07 18:15 UTC (6+ messages)
[Patch v2 0/5] Optimize clear dirty log
2023-02-07 17:51 UTC (23+ messages)
` [Patch v2 1/5] KVM: x86/mmu: Make separate function to check for SPTEs atomic write conditions
` [Patch v2 2/5] KVM: x86/mmu: Optimize SPTE change flow for clear-dirty-log
` [Patch v2 3/5] KVM: x86/mmu: Optimize SPTE change for aging gfn range
` [Patch v2 4/5] KVM: x86/mmu: Remove handle_changed_spte_dirty_log()
` [Patch v2 5/5] KVM: x86/mmu: Merge all handle_changed_pte* functions
[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
2023-02-07 17:50 UTC (12+ messages)
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace
[GIT PULL] KVM/riscv changes for 6.3
2023-02-07 17:35 UTC
[kvm-unit-tests PATCH v4 0/6] arm: pmu: Add support for PMUv3p5
2023-02-07 17:31 UTC (9+ messages)
` [kvm-unit-tests PATCH v4 2/6] arm: pmu: Prepare for testing 64-bit overflows
` [kvm-unit-tests PATCH v4 3/6] arm: pmu: Rename ALL_SET and PRE_OVERFLOW
` [kvm-unit-tests PATCH v4 4/6] arm: pmu: Add tests for 64-bit overflows
` [kvm-unit-tests PATCH v4 6/6] arm: pmu: Fix test_overflow_interrupt()
[linux-next:master 911/10933] arch/x86/kvm/mmu/mmu.c:102:22: sparse: sparse: symbol 'tdp_mmu_allowed' was not declared. Should it be static?
2023-02-07 17:25 UTC (2+ messages)
[PATCH v2] KVM: x86/pmu: Disable all vPMU features support on Intel hybrid CPUs
2023-02-07 17:16 UTC (8+ messages)
[PATCH v6 00/11] Parallel CPU bringup for x86_64
2023-02-07 16:50 UTC (40+ messages)
` [PATCH v6 01/11] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH v6 02/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v6 03/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v6 04/11] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v6 05/11] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v6 06/11] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v6 07/11] x86/smpboot: Disable parallel boot for AMD CPUs
` [External] "
` [PATCH v6 08/11] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v6 11/11] x86/smpboot: reuse timer calibration
[PATCH v7 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2023-02-07 16:42 UTC (18+ messages)
` [PATCH v7 04/14] KVM: s390: selftest: memop: Add bad address test
` [PATCH v7 08/14] KVM: s390: Move common code of mem_op functions into function
` [PATCH v7 09/14] KVM: s390: Dispatch to implementing function at top level of vm mem_op
` [PATCH v7 10/14] KVM: s390: Refactor absolute vm mem_op function
` [PATCH v7 12/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
` [PATCH v7 13/14] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v7 14/14] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v8 "
[PATCH v2 0/3] KVM: SVM: Fix GATag bug for >256 vCPUs
2023-02-07 16:38 UTC (7+ messages)
` [PATCH v2 1/3] KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask
` [PATCH v2 2/3] KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
` [PATCH v2 3/3] KVM: SVM: WARN if GATag generation drops VM or vCPU ID information
[PATCH 0/7] KVM: Standardize on "int" return types instead of "long"
2023-02-07 16:25 UTC (10+ messages)
` [PATCH 2/7] KVM: x86: Improve return type handling in kvm_vm_ioctl_get_nr_mmu_pages()
` [PATCH 5/7] KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
` [PATCH 6/7] KVM: arm64: Change return type of kvm_vm_ioctl_mte_copy_tags() to "int"
[PATCH V2 1/8] kvm: x86/mmu: Use KVM_MMU_ROOT_XXX for kvm_mmu_invalidate_gva()
2023-02-07 16:17 UTC (9+ messages)
` [PATCH V2 2/8] kvm: x86/mmu: Use kvm_mmu_invalidate_gva() in kvm_mmu_invpcid_gva()
` [PATCH V2 3/8] kvm: x86/mmu: Use kvm_mmu_invalidate_gva() in nested_ept_invalidate_addr()
` [PATCH V2 4/8] kvm: x86/mmu: Set mmu->sync_page as NULL for direct paging
` [PATCH V2 5/8] kvm: x86/mmu: Move the code out of FNAME(sync_page)'s loop body into mmu.c
` [PATCH V2 6/8] kvm: x86/mmu: Remove FNAME(invlpg)
` [PATCH V2 7/8] kvm: x86/mmu: Reduce the update to the spte in FNAME(sync_page)
` [PATCH V2 8/8] kvm: x86/mmu: Remove @no_dirty_log from FNAME(prefetch_gpte)
[PATCH v6 0/8] KVM perf support
2023-02-07 14:58 UTC (14+ messages)
` [PATCH v6 1/8] RISC-V: KVM: Add skeleton support for perf
` [PATCH v6 2/8] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v6 3/8] RISC-V: KVM: Make PMU functionality depend on Sscofpmf
` [PATCH v6 4/8] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v6 5/8] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v6 6/8] RISC-V: KVM: Implement perf support without sampling
` [PATCH v6 7/8] RISC-V: KVM: Support firmware events
` [PATCH v6 8/8] RISC-V: KVM: Increment firmware pmu events
[PATCH v2 00/12] Implement Eager Page Splitting for ARM
2023-02-07 14:51 UTC (3+ messages)
` [PATCH v2 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
[PATCH -next v13 00/19] riscv: Add vector ISA support
2023-02-07 14:36 UTC (3+ messages)
` [PATCH -next v13 10/19] riscv: Allocate user's vector context in the first-use trap
Call for GSoC and Outreachy project ideas for summer 2023
2023-02-07 14:32 UTC (14+ messages)
[PATCH v2] gdbstub: move update guest debug to accel ops
2023-02-07 14:24 UTC (2+ messages)
[PATCH 00/13] Add vfio_device cdev for iommufd support
2023-02-07 13:55 UTC (17+ messages)
` [PATCH 10/13] vfio: Make vfio_device_open() exclusive between group path and device cdev path
[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-02-07 13:49 UTC (6+ messages)
` [RFC PATCH V3 10/16] x86/hyperv: Add smp support for sev-snp guest
[PATCH v3 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
2023-02-07 13:36 UTC (5+ messages)
` [PATCH v3 3/6] KVM: x86: Do not unload MMU roots when only toggling CR0.WP
` [PATCH v3 4/6] KVM: x86: Make use of kvm_read_cr*_bits() when testing bits
[RFC] Support for Arm CCA VMs on Linux
2023-02-07 12:55 UTC (5+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
[PATCH v2 0/2] kvm_io_bus_unregister_dev cleanup
2023-02-07 12:37 UTC (3+ messages)
` [PATCH v2 1/2] KVM: destruct kvm_io_device while unregistering it from kvm_io_bus
` [PATCH v2 2/2] kvm/eventfd: use list_for_each_entry when deassign ioeventfd
[PATCH] gdbstub: move update guest debug to accel ops
2023-02-07 11:58 UTC (7+ messages)
[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
2023-02-07 12:08 UTC
[PATCH] KVM: arm64: Fix non-kerneldoc comments
2023-02-07 9:43 UTC
[PATCH v4 00/14] KVM perf support
2023-02-07 9:20 UTC (8+ messages)
` [PATCH v4 07/14] RISC-V: KVM: Add skeleton support for perf
[PATCH v2 00/14] Add vfio_device cdev for iommufd support
2023-02-07 9:17 UTC (26+ messages)
` [PATCH v2 03/14] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH v2 05/14] kvm/vfio: Accept vfio device file from userspace
` [PATCH v2 06/14] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v2 07/14] vfio: Block device access via device fd until device is opened
` [PATCH v2 08/14] vfio: Add infrastructure for bind_iommufd from userspace
` [PATCH v2 09/14] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v2 10/14] vfio-iommufd: Add detach_ioas for emulated "
` [PATCH v2 11/14] vfio: Make vfio_device_open() exclusive between group path and device cdev path
` [PATCH v2 12/14] vfio: Add cdev for vfio_device
` [PATCH v2 13/14] vfio: Add ioctls for device cdev using iommufd
[PATCH v5 00/14] KVM perf support
2023-02-07 6:24 UTC (6+ messages)
` [PATCH v5 08/14] RISC-V: KVM: Add SBI PMU extension support
[PATCH v1 0/6] Support writable CPU ID registers from userspace
2023-02-07 5:50 UTC (5+ messages)
` [PATCH v1 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v1 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
[PATCH] [Trivial] Remove a few redundant semicolons
2023-02-07 3:46 UTC
[RFC][PATCH] kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode
2023-02-07 3:17 UTC (3+ messages)
[PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
2023-02-07 1:24 UTC (4+ messages)
` [PATCH kernel] KVM: SVM: Fix SVM_VMGEXIT_EXT_GUEST_REQUEST to follow the rest of API
[PATCH v3 0/8] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2023-02-06 22:22 UTC (5+ messages)
` [PATCH v3 6/8] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
[PATCH] KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
2023-02-06 21:56 UTC (2+ messages)
[PATCH] KVM: selftests: Added eBPF program and selftest to collect vmx exit stat
2023-02-06 21:23 UTC (2+ messages)
[PATCH] KVM: selftests: Enable USERFAULTFD
2023-02-06 21:10 UTC (5+ messages)
[Patch v2 0/4] Common KVM exit reason test assertions and exit reason sync
2023-02-06 20:51 UTC (3+ messages)
` [Patch v2 3/4] KVM: selftests: Add macro to generate KVM exit reason strings
[PATCH] KVM: selftests: Clean up misnomers in xen_shinfo_test
2023-02-06 20:24 UTC
[PATCH v5 0/3] arm: enable MTE for QEMU + kvm
2023-02-06 18:27 UTC (6+ messages)
` [PATCH v5 2/3] arm/kvm: add support for MTE
` [PATCH v5 3/3] qtests/arm: add some mte tests
[PATCH v2 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-02-06 17:23 UTC (8+ messages)
` [PATCH v2 1/7] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v2 2/7] KVM: arm64: Add FEAT_TLBIRANGE support
` [PATCH v2 3/7] KVM: arm64: Implement __kvm_tlb_flush_range_vmid_ipa()
` [PATCH v2 4/7] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v2 5/7] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v2 6/7] KVM: arm64: Break the table entries using TLBI range instructions
` [PATCH v2 7/7] KVM: arm64: Create a fast stage-2 unmap path
[PATCH] KVM: selftests: Remove redundant setbuf()
2023-02-06 17:12 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).