messages from 2023-02-28 20:46:05 to 2023-03-02 05:53:13 UTC [more...]
[PATCH v4 00/34] x86: enable FRED for x86-64
2023-03-02 5:25 UTC (32+ messages)
` [PATCH v4 01/34] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v4 02/34] x86/traps: add a system interrupt table for system interrupt dispatch
` [PATCH v4 03/34] x86/traps: add install_system_interrupt_handler()
` [PATCH v4 04/34] x86/traps: add external_interrupt() to dispatch external interrupts
` [PATCH v4 05/34] x86/traps: export external_interrupt() for VMX IRQ reinjection
` [PATCH v4 06/34] x86/cpufeature: add the cpu feature bit for FRED
` [PATCH v4 07/34] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [PATCH v4 08/34] x86/objtool: teach objtool about ERETU and ERETS
` [PATCH v4 09/34] x86/cpu: add X86_CR4_FRED macro
` [PATCH v4 10/34] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v4 11/34] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [PATCH v4 12/34] x86/cpu: add MSR numbers for FRED configuration
` [PATCH v4 13/34] x86/fred: header file for event types
` [PATCH v4 14/34] x86/fred: header file with FRED definitions
` [PATCH v4 15/34] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [PATCH v4 16/34] x86/fred: reserve space for the FRED stack frame
` [PATCH v4 17/34] x86/fred: add a page fault entry stub for FRED
` [PATCH v4 18/34] x86/fred: add a debug "
` [PATCH v4 19/34] x86/fred: add a NMI "
` [PATCH v4 20/34] x86/fred: add a machine check "
` [PATCH v4 21/34] x86/fred: FRED entry/exit and dispatch code
` [PATCH v4 22/34] x86/fred: FRED initialization code
` [PATCH v4 23/34] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v4 24/34] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [PATCH v4 25/34] x86/fred: disallow the swapgs instruction "
` [PATCH v4 26/34] x86/fred: no ESPFIX needed "
` [PATCH v4 27/34] x86/fred: allow single-step trap and NMI when starting a new thread
` [PATCH v4 28/34] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v4 29/34] x86/ia32: do not modify the DPL bits for a null selector
` [PATCH v4 30/34] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [PATCH v4 33/34] KVM: x86/vmx: call external_interrupt() for IRQ reinjection when FRED is enabled
[PATCH 0/2] KVM: arm64: PMU: Preserve vPMC registers properly on migration
2023-03-02 5:50 UTC
[PATCH] KVM: VMX: Make setup_vmcs_config() preemption disabled
2023-03-02 5:36 UTC (2+ messages)
[PATCH v1] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
2023-03-02 4:54 UTC (6+ messages)
[PATCH v5 00/19] Add vfio_device cdev for iommufd support
2023-03-02 4:09 UTC (21+ messages)
` [PATCH v5 07/19] vfio: Block device access via device fd until device is opened
` [PATCH v5 14/19] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v5 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v5 18/19] vfio: Compile group optionally
[PATCH v5 17/19] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT
2023-03-02 3:24 UTC (14+ messages)
[RESEND kvm-unit-tests 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
2023-03-02 3:02 UTC (4+ messages)
` [RESEND kvm-unit-tests 1/3] arm: gic: Write one bit per time in gic_irq_set_clr_enable()
` [RESEND kvm-unit-tests 2/3] arm64: timer: Use gic_enable/disable_irq() macro in timer test
` [RESEND kvm-unit-tests 3/3] arm64: microbench: Use gic_enable_irq() macro in microbench test
[kvm-unit-tests] arm: Replace the obsolete qemu script
2023-03-02 2:45 UTC (3+ messages)
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-03-02 1:41 UTC (28+ messages)
` [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates
` [PATCH RFC v8 50/56] KVM: SEV: Handle restricted memory invalidations for SNP
` [PATCH RFC v8 51/56] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v8 52/56] ccp: Add support to decrypt the page
` [PATCH RFC v8 53/56] KVM: SVM: Make VMSAVE target area memory allocation SNP safe
` [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs
[PATCH v12 00/11] Parallel CPU bringup for x86_64
2023-03-02 1:37 UTC (27+ messages)
` [PATCH v12 06/11] x86/smpboot: Remove initial_stack on 64-bit
` [PATCH v12 07/11] x86/smpboot: Remove early_gdt_descr "
[PATCH v12 000/106] KVM TDX basic feature support
2023-03-02 1:11 UTC (12+ messages)
` [PATCH v12 013/106] KVM: TDX: create/destroy VM structure
` [PATCH v12 1/6] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v12 2/6] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v12 3/6] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v12 4/6] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v12 5/6] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v12 6/6] KVM: TDX: Make TDX VM type supported
[RFC] Support for Arm CCA VMs on Linux
2023-03-01 22:12 UTC (23+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
` [RFC PATCH 05/28] arm64: RME: Define the user ABI
` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
` [RFC PATCH 07/28] arm64: kvm: Allow passing machine type in KVM creation
` [RFC PATCH 08/28] arm64: RME: Keep a spare page delegated to the RMM
[PATCH 0/5] hw/timer/i8254: Un-inline and simplify IRQs
2023-03-01 21:54 UTC (2+ messages)
[PATCH -next v14 00/19] riscv: Add vector ISA support
2023-03-01 21:38 UTC (34+ messages)
` [PATCH -next v14 01/19] riscv: Rename __switch_to_aux -> fpu
` [PATCH -next v14 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v14 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v14 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v14 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v14 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v14 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v14 09/19] riscv: Add task switch support for vector
` [PATCH -next v14 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v14 11/19] riscv: Add ptrace vector support
` [PATCH -next v14 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v14 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v14 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v14 15/19] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v14 16/19] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v14 17/19] riscv: kvm: Add V extension to KVM ISA
[PATCH v5 00/12] Implement Eager Page Splitting for ARM
2023-03-01 21:09 UTC (13+ messages)
` [PATCH v5 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v5 02/12] KVM: arm64: Rename free_unlinked to free_removed
` [PATCH v5 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v5 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v5 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v5 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v5 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v5 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v5 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v5 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v5 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v5 12/12] KVM: arm64: Use local TLBI on permission relaxation
[PATCH v4 00/12] Implement Eager Page Splitting for ARM
2023-03-01 20:10 UTC (8+ messages)
` [PATCH v4 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v4 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
[PATCH v2 0/5] target/i386: Update AMD EPYC CPU Models
2023-03-01 20:01 UTC (4+ messages)
[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-03-01 19:34 UTC (5+ messages)
` [RFC PATCH V3 13/16] x86/sev: Add Check of #HV event in path
` [RFC PATCH V3 14/16] x86/sev: Initialize #HV doorbell and handle interrupt requests
[PATCH v2 0/1] KVM: x86: Propagate AMD-specific IBRS bits to guests
2023-03-01 18:58 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH -next v14 19/19] riscv: Enable Vector code to be built
2023-03-01 18:44 UTC (4+ messages)
[PATCH] vhost-vdpa: free iommu domain after last use during cleanup
2023-03-01 16:32 UTC
[PATCH v16 00/11] s390x: CPU Topology
2023-03-01 15:52 UTC (3+ messages)
` [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology
[PATCH 1/2] lib/test_bitmap: increment failure counter properly
2023-03-01 15:11 UTC (4+ messages)
[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
2023-03-01 14:54 UTC (7+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE
Bug: Completion-Wait loop timed out with vfio
2023-03-01 14:10 UTC (8+ messages)
[kvm-unit-tests PATCH v1] s390x: spec_ex: Add test for misaligned load
2023-03-01 13:26 UTC
Prezentacja
2023-03-01 9:05 UTC
[PATCH 0/8] Add printf and formatted asserts in the guest
2023-03-01 8:07 UTC (10+ messages)
` [PATCH 1/8] KVM: selftests: Hoist XGETBV and XSETBV to make them more accessible
` [PATCH 2/8] KVM: selftests: Add XFEATURE masks to common code
` [PATCH 3/8] KVM: selftests: Add strnlen() to the string overrides
` [PATCH 4/8] KVM: selftests: Copy printf.c to KVM selftests
` [PATCH 5/8] KVM: selftests: Add vsprintf() "
` [PATCH 6/8] KVM: selftests: Add additional pages to the guest to accommodate ucall
` [PATCH 7/8] KVM: selftests: Add string formatting options to ucall
` [PATCH 8/8] KVM: selftests: Add a selftest for guest prints and formatted asserts
[PATCH] irqbypass: convert producers/consumers single linked list to hlist
2023-03-01 5:19 UTC (3+ messages)
[PATCH v11 000/113] KVM TDX basic feature support
2023-03-01 4:58 UTC (20+ messages)
` [PATCH v11 017/113] KVM: Support KVM_CAP_MAX_VCPUS for KVM_ENABLE_CAP
` [PATCH v11 023/113] KVM: TDX: allocate/free TDX vcpu structure
[PATCH v2 0/6] KVM: Standardize on "int" return types instead of "long"
2023-03-01 3:36 UTC (4+ messages)
` [PATCH v2 6/6] KVM: Change return type of kvm_arch_vm_ioctl() to "int"
[RFC PATCH v3 00/32] x86: enable FRED for x86-64
2023-03-01 3:17 UTC (6+ messages)
` [RFC PATCH v3 15/32] x86/fred: make unions for the cs and ss fields in struct pt_regs
[PATCH 09/14] iommufd: Add iommufd_device_replace()
2023-03-01 2:23 UTC (11+ messages)
[PATCH v3 29/29] LoongArch: KVM: Enable kvm config and add the makefile
2023-03-01 0:23 UTC (2+ messages)
[PATCH 0/2] KVM: x86: Propagate AMD-specific IBRS bits to guests
2023-02-28 22:50 UTC (5+ messages)
[PATCH net-next v3 0/3] vsock: add support for sockmap
2023-02-28 21:36 UTC (4+ messages)
` [PATCH net-next v3 1/3] vsock: support sockmap
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