messages from 2023-07-01 13:40:02 to 2023-07-05 14:51:53 UTC [more...]
[PATCH] RISC-V: KVM: provide UAPI for host SATP mode
2023-07-05 14:51 UTC (7+ messages)
[PATCH v12 00/22] TDX host kernel support
2023-07-05 14:34 UTC (47+ messages)
` [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v12 11/22] x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions
` [PATCH v12 12/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v12 13/22] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v12 14/22] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v12 15/22] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
2023-07-05 14:17 UTC (21+ messages)
` [PATCH v7 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [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 "
` [PATCH v7 6/8] KVM: arm64: Migrate "
` [PATCH v7 7/8] KVM: PPC: "
` [PATCH v7 8/8] KVM: remove __gfn_to_pfn_memslot
[PATCH v2 0/2] KVM: s390: pv: fix two small bugs
2023-07-05 11:19 UTC (3+ messages)
` [PATCH v2 1/2] KVM: s390: pv: simplify shutdown and fix race
` [PATCH v2 2/2] KVM: s390: pv: fix index value of replaced ASCE
[PATCH v21 00/20] s390x: CPU Topology
2023-07-05 10:32 UTC (33+ messages)
` [PATCH v21 02/20] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v21 03/20] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v21 06/20] s390x/cpu topology: interception of PTF instruction
` [PATCH v21 08/20] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v21 09/20] machine: adding s390 topology to query-cpu-fast
` [PATCH v21 10/20] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v21 11/20] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v21 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command
` [PATCH v21 13/20] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v21 14/20] tests/avocado: s390x cpu topology core
` [PATCH v21 15/20] tests/avocado: s390x cpu topology polarisation
` [PATCH v21 16/20] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v21 18/20] tests/avocado: s390x cpu topology test socket full
` [PATCH v21 19/20] tests/avocado: s390x cpu topology dedicated errors
` [PATCH v21 20/20] tests/avocado: s390x cpu topology bad move
[PATCH] KVM: PPC: Update MAINTAINERS
2023-07-05 10:24 UTC (4+ messages)
[PATCH] KVM: arm64: Disable preemption in kvm_arch_hardware_enable()
2023-07-05 9:36 UTC (4+ messages)
[PATCH] kvm/x86: clear hlt for intel cpu when resetting vcpu
2023-07-05 9:04 UTC (6+ messages)
[PATCH v4 0/4] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2}
2023-07-05 8:48 UTC (6+ messages)
` [PATCH v4 1/4] KVM: arm64: Enable writable for ID_AA64DFR0_EL1
[PATCH] vdpa: reject F_ENABLE_AFTER_DRIVER_OK if backend does not support it
2023-07-05 8:42 UTC (10+ messages)
[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-07-05 8:21 UTC (3+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
[RESEND PATCH v5 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-07-05 0:51 UTC (21+ messages)
` [RESEND PATCH v5 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [RESEND PATCH v5 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [RESEND PATCH v5 03/11] KVM: Allow range-based TLB invalidation from common code
` [RESEND PATCH v5 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [RESEND PATCH v5 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [RESEND PATCH v5 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [RESEND PATCH v5 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [RESEND PATCH v5 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [RESEND PATCH v5 09/11] KVM: arm64: Flush only the memslot after write-protect
` [RESEND PATCH v5 10/11] KVM: arm64: Invalidate the table entries upon a range
[linux-next:master] BUILD REGRESSION 1c6f93977947dbba1fc4d250c4eb8a7d4cfdecf1
2023-07-04 17:22 UTC
[PATCH v4 3/6] target/riscv: check the in-kernel irqchip support
2023-07-04 15:12 UTC (4+ messages)
` [PATCH v4 4/6] target/riscv: Create an KVM AIA irqchip
[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-07-04 12:31 UTC (4+ messages)
[PATCH v1] tools: remove duplicate assignment
2023-07-04 12:21 UTC
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-07-04 10:10 UTC (3+ messages)
` [PATCH v3 05/22] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
[PATCH v1 0/5] target/arm: Handle psci calls in userspace
2023-07-04 9:58 UTC (6+ messages)
` [PATCH v1 4/5] arm/kvm: add skeleton implementation for userspace SMCCC call handling
[PATCH RESEND kvmtool 0/4] Add --loglevel argument
2023-07-04 9:53 UTC (9+ 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
` [PATCH RESEND kvmtool 4/4] Add --loglevel argument for the run command
KVM with PREEMPT_RT
2023-07-04 8:12 UTC
[PATCH] KVM: x86/tsc: Update guest tsc_offset again before vcpu first runs
2023-07-04 8:01 UTC (4+ messages)
[Intel-wired-lan] [PATCH iwl-next V2 10/15] ice: save and restore TX queue head
2023-07-04 7:35 UTC (4+ messages)
[PATCH v5 00/13] RISCV: Add KVM_GET_REG_LIST API
2023-07-04 1:09 UTC (14+ messages)
` [PATCH v5 08/13] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v5 10/13] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v5 11/13] KVM: selftests: Add skip_set facility to get_reg_list test
` [PATCH v5 12/13] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v5 13/13] KVM: riscv: selftests: Add get-reg-list test
[GIT PULL] virtio: features, fixes, cleanups
2023-07-04 0:16 UTC (2+ messages)
[GIT PULL] KVM changes for Linux 6.5
2023-07-04 0:16 UTC (2+ messages)
[PATCH RESEND v2 0/2] target/i386/kvm: fix two svm pmu virtualization bugs
2023-07-03 21:58 UTC (4+ messages)
` [PATCH RESEND v2 1/2] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
[PATCH v2 00/16] target/riscv: Allow building without TCG (KVM-only so far)
2023-07-03 18:31 UTC (17+ messages)
` [PATCH v2 01/16] target/riscv: Remove unuseful KVM stubs
` [PATCH v2 02/16] target/riscv: Remove unused 'instmap.h' header in translate.c
` [PATCH v2 03/16] target/riscv: Restrict sysemu specific header to user emulation
` [PATCH v2 04/16] target/riscv: Restrict 'rv128' machine to TCG accelerator
` [PATCH v2 05/16] target/riscv: Move sysemu-specific files to target/riscv/sysemu/
` [PATCH v2 06/16] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu
` [PATCH v2 07/16] target/riscv: Move TCG-specific files to target/riscv/tcg/
` [PATCH v2 08/16] target/riscv: Move TCG-specific cpu_get_tb_cpu_state() to tcg/cpu.c
` [PATCH v2 09/16] target/riscv: Expose some 'trigger' prototypes from debug.c
` [PATCH v2 10/16] target/riscv: Extract TCG-specific code "
` [PATCH v2 11/16] target/riscv: Move sysemu-specific debug files to target/riscv/sysemu/
` [PATCH v2 12/16] target/riscv: Expose riscv_cpu_pending_to_irq() from cpu_helper.c
` [RFC PATCH v2 13/16] target/riscv: Move TCG/sysemu-specific code to tcg/sysemu/cpu_helper.c
` [PATCH v2 14/16] target/riscv: Move sysemu-specific code to sysemu/cpu_helper.c
` [PATCH v2 15/16] target/riscv: Restrict TCG-specific prototype declarations
` [PATCH v2 16/16] gitlab-ci.d/crossbuilds: Add KVM riscv64 cross-build jobs
[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
2023-07-03 17:18 UTC (9+ messages)
` [PATCH v7 2/8] PCI/VGA: Deal only with VGA class devices
KVM CPU hotplug notifier triggers BUG_ON on arm64
2023-07-03 16:38 UTC (6+ messages)
[PATCH V2] MIPS: KVM: Fix NULL pointer dereference
2023-07-03 14:08 UTC (2+ messages)
[PATCH] KVM: x86: vPMU: truncate counter value to allowed width
2023-07-03 13:33 UTC (11+ messages)
[kvm-unit-tests v4 00/12] powerpc: updates, P10, PNV support
2023-07-03 13:27 UTC (4+ messages)
` [kvm-unit-tests v4 03/12] powerpc: Abstract H_CEDE calls into a sleep functions
[kvm-unit-tests RFC 0/3] s390x: Improve console handling
2023-07-03 12:30 UTC (10+ messages)
` [kvm-unit-tests RFC 1/3] lib: s390x: sclp: Add carriage return to line feed
` [kvm-unit-tests RFC 2/3] lib: s390x: sclp: Clear ASCII screen on setup
[PATCH] KVM: nVMX: Prevent vmlaunch with EPTP pointing outside assigned memory area
2023-07-03 9:40 UTC (9+ messages)
[kvm-unit-tests PATCH v10 0/2] S390x: CPU Topology Information
2023-07-03 8:42 UTC (4+ messages)
` [kvm-unit-tests PATCH v10 1/2] s390x: topology: Check the Perform Topology Function
[kvm-unit-tests PATCH v3 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
2023-07-03 8:08 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 5/6] arm: pmu: Add pmu-mem-access-reliability test
[PATCH v9 0/6] Linear Address Masking (LAM) KVM Enabling
2023-07-03 7:56 UTC (6+ messages)
` [PATCH v9 3/6] KVM: x86: Virtualize CR3.LAM_{U48,U57}
[RFC 0/4] reconnect support in vduse
2023-07-03 6:25 UTC (5+ messages)
` [RFC 1/4] vduse: Add the struct to save the vq reconnect info
[PATCH] KVM: ppc64: Enable ring-based dirty memory tracking
2023-07-03 5:31 UTC (2+ messages)
[PATCH v4 0/8] i386: Make Intel PT configurable
2023-07-03 2:03 UTC (2+ messages)
[PATCH kernel 0/9] KVM: SEV: Enable AMD SEV-ES DebugSwap
2023-07-03 2:01 UTC (4+ messages)
` [PATCH kernel 5/9] KVM: SVM/SEV/SEV-ES: Rework intercepts
[PATCH] target/riscv: Remove unuseful KVM stubs
2023-07-03 1:22 UTC (3+ messages)
linux-next: manual merge of the kvm-x86 tree with the arm-soc tree
2023-07-03 0:57 UTC
linux-next: manual merge of the kvm-riscv tree with the risc-v tree
2023-07-03 0:55 UTC
linux-next: manual merge of the kvm-riscv tree with the risc-v tree
2023-07-03 0:54 UTC
linux-next: manual merge of the kvm-arm tree with the arm64 tree
2023-07-03 0:50 UTC
[PATCH v2 0/6] PCI/VGA: Improve the default VGA device selection
2023-07-02 18:27 UTC (7+ messages)
` [PATCH v2 1/6] video/aperture: Add a helper to detect if an aperture contains firmware FB
` [PATCH v2 2/6] PCI/VGA: Improve the default VGA device selection
` [PATCH v2 3/6] drm/amdgpu: Implement the is_boot_device callback function
` [PATCH v2 4/6] drm/radeon: "
` [PATCH v2 5/6] drm/i915: "
` [PATCH v2 6/6] drm/ast: Register as a vga client to vgaarb by calling vga_client_register()
[kvm-unit-tests PATCH] arm64: timer: ignore ISTATUS with disabled timer
2023-07-01 17:26 UTC (3+ messages)
[PATCH] .debug ignore - to squash with efi:keep efi
2023-07-01 17:18 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 2/6] lib/stack: print base addresses on relocation setups
[kvm-unit-tests PATCH v3] run_tests: add list tests name option on command line
2023-07-01 16:09 UTC (2+ messages)
[GIT PULL] KVM: Non-x86 changes for 6.5
2023-07-01 13:53 UTC (3+ messages)
` [GIT PULL] KVM: x86: VMX "
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