messages from 2023-07-30 09:03:11 to 2023-07-31 21:42:26 UTC [more...]
[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-07-31 21:42 UTC (21+ messages)
` [PATCH v7 01/12] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v7 05/12] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
` [PATCH v7 06/12] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v7 07/12] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v7 08/12] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap
[RFC PATCH 00/19] QEMU gmem implemention
2023-07-31 21:36 UTC (26+ messages)
` [RFC PATCH 01/19] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [RFC PATCH 02/19] *** HACK *** linux-headers: Update headers to pull in gmem APIs
` [RFC PATCH 03/19] RAMBlock: Support KVM gmemory
` [RFC PATCH 04/19] memory: Introduce memory_region_can_be_private()
` [RFC PATCH 05/19] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [RFC PATCH 06/19] i386/pc: Drop pc_machine_kvm_type()
` [RFC PATCH 07/19] target/i386: Implement mc->kvm_type() to get VM type
` [RFC PATCH 08/19] HostMem: Add private property to indicate to use kvm gmem
` [RFC PATCH 09/19] i386/kvm: Create gmem fd for KVM_X86_SW_PROTECTED_VM
` [RFC PATCH 10/19] kvm: Introduce support for memory_attributes
` [RFC PATCH 11/19] kvm/memory: Introduce the infrastructure to set the default shared/private value
` [RFC PATCH 12/19] i386/kvm: Set memory to default private for KVM_X86_SW_PROTECTED_VM
` [RFC PATCH 13/19] physmem: replace function name with __func__ in ram_block_discard_range()
` [RFC PATCH 14/19] physmem: Add ram_block_convert_range
` [RFC PATCH 15/19] kvm: handle KVM_EXIT_MEMORY_FAULT
` [RFC PATCH 16/19] trace/kvm: Add trace for page convertion between shared and private
` [RFC PATCH 17/19] pci-host/q35: Move PAM initialization above SMRAM initialization
` [RFC PATCH 18/19] q35: Introduce smm_ranges property for q35-pci-host
` [RFC PATCH 19/19] i386: Disable SMM mode for X86_SW_PROTECTED_VM
[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
2023-07-31 21:36 UTC (29+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init
[PATCH v13 vfio 0/7] pds-vfio-pci driver
2023-07-31 20:57 UTC (3+ messages)
` [PATCH v13 vfio 3/7] vfio/pds: register with the pds_core PF
[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
2023-07-31 20:51 UTC (9+ messages)
` [PATCH v6 3/6] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
[PATCH] KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
2023-07-31 20:35 UTC (4+ messages)
[PATCH v4.1 0/3] KVM: selftests: Guest printf extra prep patches
2023-07-31 20:30 UTC (4+ messages)
` [PATCH v4.1 1/3] KVM: selftests: Add arch ucall.h and inline simple arch hooks
` [PATCH v4.1 2/3] KVM: selftests: Add #define of expected KVM exit reason for ucall
` [PATCH v4.1 3/3] KVM: selftests: Add a selftest for guest prints and formatted asserts
[PATCH] kvm/x86: clear hlt for intel cpu when resetting vcpu
2023-07-31 19:15 UTC (5+ messages)
[PATCH v2 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
2023-07-31 18:59 UTC (12+ messages)
` [PATCH v2 2/6] KVM: Documentation: Update the field name gfns and its description in kvm_mmu_page
` [PATCH v2 3/6] KVM: Documentation: Add the missing description for ptep "
` [PATCH v2 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
[PATCH v3] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
2023-07-31 18:29 UTC (2+ messages)
[PATCH v4 00/34] KVM: selftests: Guest printf and asserts overhaul
2023-07-31 18:22 UTC (6+ messages)
` [PATCH v4 09/34] KVM: selftests: Add a selftest for guest prints and formatted asserts
[PATCH mm-unstable v8 00/31] Split ptdesc from struct page
2023-07-31 17:03 UTC (32+ messages)
` [PATCH mm-unstable v8 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v8 02/31] pgtable: Create struct ptdesc
` [PATCH mm-unstable v8 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v8 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v8 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v8 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v8 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v8 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v8 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v8 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v8 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v8 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v8 13/31] x86: "
` [PATCH mm-unstable v8 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v8 15/31] mm: Remove page table members from struct page
` [PATCH mm-unstable v8 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v8 17/31] arm: "
` [PATCH mm-unstable v8 18/31] arm64: "
` [PATCH mm-unstable v8 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v8 20/31] hexagon: "
` [PATCH mm-unstable v8 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v8 22/31] m68k: "
` [PATCH mm-unstable v8 23/31] mips: "
` [PATCH mm-unstable v8 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v8 25/31] openrisc: "
` [PATCH mm-unstable v8 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v8 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v8 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v8 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v8 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v8 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH v2 00/26] KVM: arm64: NV trap forwarding infrastructure
2023-07-31 17:02 UTC (20+ messages)
` [PATCH v2 01/26] arm64: Add missing VA CMO encodings
` [PATCH v2 02/26] arm64: Add missing ERX*_EL1 encodings
` [PATCH v2 03/26] arm64: Add missing DC ZVA/GVA/GZVA encodings
` [PATCH v2 04/26] arm64: Add TLBI operation encodings
` [PATCH v2 05/26] arm64: Add AT "
` [PATCH v2 06/26] arm64: Add debug registers affected by HDFGxTR_EL2
` [PATCH v2 09/26] arm64: Add feature detection for fine grained traps
` [PATCH v2 14/26] KVM: arm64: nv: Add trap forwarding infrastructure
[PATCH v2 0/5] KVM: arm64: PMU: Fix PMUver related handling for vPMU support
2023-07-31 16:41 UTC (5+ messages)
` [PATCH v2 2/5] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer systems
[PATCH v9 00/36] x86: enable FRED for x86-64
2023-07-31 16:36 UTC (28+ messages)
` [PATCH v9 01/36] Documentation/x86/64: Add documentation for FRED
` [PATCH v9 02/36] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v9 03/36] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v9 04/36] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH v9 05/36] x86/opcode: Add ERETU, ERETS instructions to x86-opcode-map
` [PATCH v9 06/36] x86/objtool: Teach objtool about ERETU and ERETS
` [PATCH v9 07/36] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v9 08/36] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v9 09/36] x86/fred: Make unions for the cs and ss fields in struct pt_regs
` [PATCH v9 10/36] x86/fred: Add a new header file for FRED definitions
` [PATCH v9 11/36] x86/fred: Reserve space for the FRED stack frame
` [PATCH v9 12/36] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v9 13/36] x86/fred: Let ret_from_fork_asm() jmp to fred_exit_user when FRED is enabled
` [PATCH v9 14/36] x86/fred: Disallow the swapgs instruction "
` [PATCH v9 15/36] x86/fred: No ESPFIX needed "
` [PATCH v9 16/36] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v9 17/36] x86/fred: Define a common function type fred_handler
` [PATCH v9 18/36] x86/fred: Add a page fault entry stub for FRED
` [PATCH v9 19/36] x86/fred: Add a debug "
` [PATCH v9 20/36] x86/fred: Add a NMI "
` [PATCH v9 21/36] x86/fred: Add a machine check "
` [PATCH v9 22/36] x86/fred: Add a double fault "
` [PATCH v9 23/36] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v9 24/36] x86/idtentry: Incorporate definitions/declarations of the FRED external interrupt handler type
` [PATCH v9 25/36] x86/traps: Add a system interrupt handler table for system interrupt dispatch
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-31 16:23 UTC (15+ messages)
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
[PATCH] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
2023-07-31 16:17 UTC (3+ messages)
[Question] int3 instruction generates a #UD in SEV VM
2023-07-31 15:45 UTC (4+ messages)
[PATCH v5 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-07-31 14:32 UTC (6+ messages)
[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
2023-07-31 13:45 UTC (9+ messages)
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v4 3/4] iommufd: Add IOMMU_GET_HW_INFO
[PATCH v3 00/17] iommufd: Add nesting infrastructure
2023-07-31 13:23 UTC (25+ messages)
` [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH v3 09/17] iommufd: Add IOMMU_HWPT_INVALIDATE
[PATCH 0/6] RISC-V: KVM: change get_reg/set_reg error codes
2023-07-31 12:57 UTC (9+ messages)
` [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
` [PATCH 2/6] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable
` [PATCH 3/6] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)
` [PATCH 4/6] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG
` [PATCH 5/6] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once
` [PATCH 6/6] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG
[PATCH] drm/i915/gvt: Fix bug in getting msg length in AUX CH registers handler
2023-07-31 11:20 UTC
[PATCH] KVM: x86/mmu: Guard against collision with KVM-defined PFERR_IMPLICIT_ACCESS
2023-07-31 9:35 UTC (2+ messages)
[PATCH for-8.2 0/2] arm/kvm: use kvm_{get,set}_one_reg
2023-07-31 7:15 UTC (3+ messages)
` [PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg
[PATCH v9 30/36] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
2023-07-31 6:41 UTC (7+ messages)
` [PATCH v9 31/36] x86/traps: Export external_interrupt() for handling IRQ in IRQ induced VM exits
` [PATCH v9 32/36] x86/fred: Export fred_entrypoint_kernel() for handling NMI in NMI "
` [PATCH v9 33/36] KVM: VMX: Add VMX_DO_FRED_EVENT_IRQOFF for IRQ/NMI handling
` [PATCH v9 34/36] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v9 35/36] x86/fred: FRED initialization code
` [PATCH v9 36/36] x86/fred: Disable FRED by default in its early stage
[PATCH v9 29/36] x86/fred: FRED entry/exit and dispatch code
2023-07-31 6:41 UTC
[PATCH v9 28/36] x86/idtentry: Incorporate declaration/definition of the FRED exception handler type
2023-07-31 6:41 UTC
[PATCH v9 27/36] x86/traps: Add external_interrupt() to dispatch external interrupts
2023-07-31 6:40 UTC
[PATCH v9 26/36] x86/traps: Add sysvec_install() to install a system interrupt handler
2023-07-31 6:40 UTC
[PATCH] KVM: selftests: use unified time type for comparison
2023-07-31 2:24 UTC
[GIT PULL] KVM x86 fixes for Linux 6.5-rc4
2023-07-30 19:43 UTC (2+ messages)
[kvm-unit-tests v4 00/12] powerpc: updates, P10, PNV support
2023-07-30 10:10 UTC (3+ messages)
[kvm-unit-tests PATCH 0/3] migration: fixes and multiple migration
2023-07-30 10:06 UTC (6+ messages)
` [kvm-unit-tests PATCH 2/3] migration: Fix test harness hang if source does not reach migration point
[PATCH net-next v5 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-07-30 8:59 UTC (5+ messages)
` [PATCH net-next v5 1/4] vsock/virtio/vhost: read data from non-linear skb
` [PATCH net-next v5 2/4] vsock/virtio: support to send "
` [PATCH net-next v5 3/4] vsock/virtio: non-linear skb handling for tap
` [PATCH net-next v5 4/4] vsock/virtio: MSG_ZEROCOPY flag support
[PATCH net-next v4 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-07-30 8:57 UTC (3+ 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).