messages from 2023-07-05 19:27:13 to 2023-07-10 14:05:11 UTC [more...]
[PATCH 00/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
2023-07-10 14:04 UTC (23+ messages)
` [PATCH 01/17] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH 02/17] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers
` [PATCH 03/17] "
` [PATCH 04/17] "
` [PATCH 05/17] "
` [PATCH 06/17] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
` [PATCH 07/17] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
` [PATCH 08/17] arch/sh: Do not assign FBINFO_FLAG_DEFAULT to fb_videomode.flag
` [PATCH 09/17] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH 10/17] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver
` [PATCH 11/17] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH 12/17] staging: "
` [PATCH 13/17] fbdev: "
` [PATCH 14/17] "
` [PATCH 15/17] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT
` [PATCH 16/17] fbdev/pxafb: "
` [PATCH 17/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT
[PATCH] KVM: s390: Don't WARN on PV validities
2023-07-10 14:03 UTC (3+ messages)
[stable:linux-5.15.y 55/9999] arch/x86/kvm/hyperv.c:2185:5: error: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall'
2023-07-10 13:13 UTC
[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-07-10 13:11 UTC (4+ messages)
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-07-10 12:56 UTC (6+ messages)
[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
2023-07-10 12:29 UTC (2+ messages)
[PATCH 0/4] KVM: x86/pmu: Clean up arch/hw event handling
2023-07-10 10:50 UTC (3+ messages)
` [PATCH 1/4] KVM: x86/pmu: Use enums instead of hardcoded magic for arch event indices
[syzbot] Monthly kvm report (Jul 2023)
2023-07-10 9:35 UTC
[kvm-unit-tests PATCH 0/2] s390x: Improve console handling
2023-07-10 9:33 UTC (4+ messages)
` [kvm-unit-tests PATCH 1/2] lib: s390x: sclp: Add carriage return to line feed
` [kvm-unit-tests PATCH 2/2] lib: s390x: sclp: Add line mode input handling
[kvm-unit-tests PATCH v10 0/2] S390x: CPU Topology Information
2023-07-10 8:36 UTC (4+ messages)
` [kvm-unit-tests PATCH v10 2/2] s390x: topology: Checking Configuration "
[PATCH kvmtool v2 0/4] Add --loglevel argument
2023-07-10 8:30 UTC (7+ messages)
` [PATCH kvmtool v2 1/4] util: Make pr_err() return void
` [PATCH kvmtool v2 2/4] Replace printf/fprintf with pr_* macros
` [PATCH kvmtool v2 3/4] util: Use __pr_debug() instead of pr_info() to print debug messages
` [PATCH kvmtool v2 4/4] Add --loglevel argument for the run command
[RFC PATCH V2 1/4] KVM: x86: add msr register and data structure for lazy tscdeadline
2023-07-10 6:03 UTC (4+ messages)
` [RFC PATCH V2 2/4] KVM: x86: exchange info about lazy_tscdeadline with msr
` [RFC PATCH V2 3/4] KVM: X86: add lazy tscdeadline support to reduce vm-exit of msr-write
` [RFC PATCH V2 4/4] KVM: x86: add debugfs file for lazy tscdeadline
[RFC PATCH V2 0/4] KVM: x86: introduce pv feature lazy tscdeadline
2023-07-10 6:03 UTC
[PATCH] KVM: arm64: Keep need_db always true in vgic_v4_put() when emulating WFI
2023-07-10 2:04 UTC (3+ messages)
[PATCH] target/riscv KVM_RISCV_SET_TIMER macro is not configured correctly
2023-07-10 1:01 UTC (4+ messages)
[PATCH v3 00/21] Enable CET Virtualization
2023-07-10 0:28 UTC (9+ messages)
` [PATCH v3 13/21] KVM:VMX: Emulate reads and writes to CET MSRs
[PATCH] KVM: x86/mmu: prefer 'unsigned int' to bare use of 'unsigned'
2023-07-09 9:37 UTC
[PATCH v6] ppc: Enable 2nd DAWR support on p10
2023-07-08 6:25 UTC (10+ messages)
[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-07-07 20:07 UTC (25+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v4 05/16] KVM: Annotate -EFAULTs from kvm_vcpu_write_guest_page()
` [PATCH v4 06/16] KVM: Annotate -EFAULTs from kvm_vcpu_read_guest_page()
` [PATCH v4 07/16] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v4 08/16] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation
` [PATCH v4 10/16] KVM: x86: Implement KVM_CAP_NOWAIT_ON_FAULT
[kvm-unit-tests PATCH 0/2] arm64: fix paging issues
2023-07-07 18:26 UTC (3+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN
[PATCH RESEND kvmtool 0/4] Add --loglevel argument
2023-07-07 14:21 UTC (11+ messages)
` [PATCH RESEND kvmtool 1/4] util: Make pr_err() return void
` [PATCH RESEND kvmtool 2/4] Replace printf/fprintf with pr_* macros
` [PATCH RESEND kvmtool 3/4] util: Use __pr_debug() instead of pr_info() to print debug messages
[Bug 217558] New: In KVM guest with VF of X710 NIC passthrough, the mac address of VF is inconsistent with it in host
2023-07-07 14:11 UTC (3+ messages)
` [Bug 217558] "
[PATCH] MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled
2023-07-07 12:43 UTC (3+ messages)
[PATCH 1/1] KVM: pass through CPUID(0x80000006)
2023-07-07 11:41 UTC (2+ messages)
[PATCH] vdpa: reject F_ENABLE_AFTER_DRIVER_OK if backend does not support it
2023-07-07 10:25 UTC (24+ messages)
[PATCH] KVM: VMX: Avoid noinstr warning
2023-07-07 8:43 UTC
[PATCH v5 0/3] ppc: Enable 2nd DAWR support on Power10
2023-07-07 8:42 UTC (6+ messages)
` [PATCH v5 3/3] ppc: Enable 2nd DAWR support on p10
[PATCH v3 0/6] target/ppc: Few cleanups in kvm_ppc.h
2023-07-07 8:11 UTC (3+ messages)
[PATCH v7 00/19] Add iommufd physical device operations for replace and alloc hwpt
2023-07-07 8:00 UTC (3+ messages)
` [PATCH v7 14/19] iommufd: Add iommufd_device_replace()
[PATCH v12 00/22] TDX host kernel support
2023-07-07 7:26 UTC (7+ messages)
` [PATCH v12 16/22] x86/virt/tdx: Initialize all TDMRs
` [PATCH v12 19/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum
` [PATCH v12 21/22] x86/mce: Improve error log of kernel space TDX #MC due to erratum
[RFC PATCH v2 0/3] Invalidate secondary IOMMU TLB on permission upgrade
2023-07-07 7:14 UTC (4+ messages)
` [RFC PATCH v2 1/3] mm_notifiers: Rename invalidate_range notifier
` [RFC PATCH v2 2/3] mmu_notifiers: Call arch_invalidate_secondary_tlbs() when invalidating TLBs
` [RFC PATCH v2 3/3] mmu_notifiers: Don't invalidate secondary TLBs as part of mmu_notifier_invalidate_range_end()
[RFC PATCH 0/3] KVM: x86: introduce pv feature lazy tscdeadline
2023-07-07 6:53 UTC (2+ messages)
[RFC PATCH 1/3] KVM: x86: add msr register and data structure for lazy tscdeadline
2023-07-07 6:38 UTC (3+ messages)
` [RFC PATCH 2/3] KVM: x86: exchange info about lazy_tscdeadline with msr
` [RFC PATCH 3/3] KVM: X86: add lazy tscdeadline support to reduce vm-exit of msr-write
[RFC 3/3] KVM: X86: add lazy tscdeadline support to reduce vm-exit of msr-write
2023-07-07 6:31 UTC
[RFC 1/3] KVM: x86: add msr register and data structure for lazy tscdeadline
2023-07-07 6:18 UTC (2+ messages)
` [RFC 2/3] KVM: x86: exchange info about lazy_tscdeadline with msr
[RFC 0/3] KVM: x86: introduce pv feature lazy tscdeadline
2023-07-07 6:17 UTC
[RFC PATCH v5 00/17] vsock: MSG_ZEROCOPY flag support
2023-07-07 4:47 UTC (35+ messages)
` [RFC PATCH v5 01/17] vsock/virtio: read data from non-linear skb
` [RFC PATCH v5 02/17] vhost/vsock: "
` [RFC PATCH v5 03/17] vsock/virtio: support to send "
` [RFC PATCH v5 04/17] vsock/virtio: non-linear skb handling for tap
` [RFC PATCH v5 05/17] vsock/virtio: MSG_ZEROCOPY flag support
` [RFC PATCH v5 06/17] vsock: fix EPOLLERR set on non-empty error queue
` [RFC PATCH v5 07/17] vsock: read from socket's "
` [RFC PATCH v5 08/17] vsock: check for MSG_ZEROCOPY support on send
` [RFC PATCH v5 09/17] vsock: enable SOCK_SUPPORT_ZC bit
` [RFC PATCH v5 10/17] vhost/vsock: support MSG_ZEROCOPY for transport
` [RFC PATCH v5 11/17] vsock/virtio: "
` [RFC PATCH v5 12/17] vsock/loopback: "
` [RFC PATCH v5 13/17] vsock: enable setting SO_ZEROCOPY
` [RFC PATCH v5 14/17] docs: net: description of MSG_ZEROCOPY for AF_VSOCK
` [RFC PATCH v5 17/17] test/vsock: io_uring rx/tx tests
[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
2023-07-07 1:35 UTC (24+ messages)
` [PATCH v7 2/8] KVM: Introduce __kvm_follow_pfn function
` [PATCH v7 3/8] KVM: Make __kvm_follow_pfn not imply FOLL_GET
` [PATCH v7 4/8] KVM: x86/mmu: Migrate to __kvm_follow_pfn
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET "
[RFC PATCH 00/14] context_tracking,x86: Defer some IPIs until a user->kernel transition
2023-07-06 18:05 UTC (19+ messages)
` [RFC PATCH 08/14] BROKEN: context_tracking: Make context_tracking_key __ro_after_init
` [RFC PATCH 11/14] context-tracking: Introduce work deferral infrastructure
[kvmtool PATCH v3 0/8] RISC-V SBI enable/disable, Zbb, Zicboz, and Ssaia support
2023-07-06 17:38 UTC (9+ messages)
` [kvmtool PATCH v3 1/8] Sync-up headers with Linux-6.4
` [kvmtool PATCH v3 2/8] riscv: Allow setting custom mvendorid, marchid, and mimpid
` [kvmtool PATCH v3 3/8] riscv: Allow disabling SBI extensions for Guest
` [kvmtool PATCH v3 4/8] riscv: Sort the ISA extension array alphabetically
` [kvmtool PATCH v3 5/8] riscv: Add zbb extension support
` [kvmtool PATCH v3 6/8] riscv: Add Zicboz "
` [kvmtool PATCH v3 7/8] riscv: Add Ssaia "
` [kvmtool PATCH v3 8/8] riscv: Fix guest RAM alloc size computation for RV32
[PATCH v2 0/8] RISC-V SBI enable/disable, Zbb, Zicboz, and Ssaia support
2023-07-06 17:17 UTC (4+ messages)
` [PATCH v2 1/8] Sync-up headers with Linux-6.4-rc5
KVM Forum: Trusted I/O BoF summary
2023-07-06 14:53 UTC
[PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
2023-07-06 14:49 UTC (12+ messages)
[PATCH kvmtool 0/2] vfio/pci: Fix unmaskable MSI
2023-07-06 14:36 UTC (2+ messages)
biznesowy angielski
2023-07-06 7:31 UTC
[PATCH v1] virt: kvm: Replace define function
2023-07-06 7:29 UTC
[PATCH] x86/trapnr: Add event type macros to <asm/trapnr.h>
2023-07-06 7:25 UTC (3+ messages)
[PATCH] KVM: ppc64: Enable ring-based dirty memory tracking
2023-07-06 4:15 UTC (2+ messages)
[PATCH v16 00/30] Add KVM LoongArch support
2023-07-06 2:04 UTC (2+ messages)
[RESEND PATCH v5 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-07-06 0:04 UTC (5+ messages)
` [RESEND PATCH v5 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
[PATCH v4 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-07-05 22:16 UTC (4+ messages)
[PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
2023-07-05 20:56 UTC (11+ messages)
[PATCH v4 0/4] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2}
2023-07-05 19:30 UTC (12+ messages)
` [PATCH v4 1/4] KVM: arm64: Enable writable for ID_AA64DFR0_EL1
` [PATCH v4 3/4] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
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).