messages from 2023-01-24 20:55:12 to 2023-01-26 14:48:57 UTC [more...]
[PATCH v2 0/6] introduce vm_flags modifier functions
2023-01-26 14:48 UTC (30+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()
[PATCH 00/32] Move and clean up monitor command code
2023-01-26 13:29 UTC (7+ messages)
` [PATCH 01/32] monitor: Drop unnecessary includes
` [PATCH 12/32] block: Factor out hmp_change_medium(), and move to block/monitor/
` [PATCH 20/32] tpm: Move HMP commands from monitor/ to softmmu/
[PATCH v6 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2023-01-26 13:02 UTC (25+ messages)
` [PATCH v6 01/14] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v6 02/14] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v6 03/14] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v6 04/14] KVM: s390: selftest: memop: Add bad address test
` [PATCH v6 05/14] KVM: s390: selftest: memop: Fix typo
` [PATCH v6 06/14] KVM: s390: selftest: memop: Fix wrong address being used in test
` [PATCH v6 07/14] KVM: s390: selftest: memop: Fix integer literal
` [PATCH v6 08/14] KVM: s390: Move common code of mem_op functions into functions
` [PATCH v6 09/14] KVM: s390: Dispatch to implementing function at top level of vm mem_op
` [PATCH v6 10/14] KVM: s390: Refactor absolute vm mem_op function
` [PATCH v6 11/14] KVM: s390: Refactor absolute vcpu "
` [PATCH v6 12/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
` [PATCH v6 13/14] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v6 14/14] KVM: s390: selftest: memop: Add cmpxchg tests
[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
2023-01-26 12:15 UTC (8+ messages)
` [PATCH v4 1/2] arm/kvm: add support for MTE
` [PATCH v4 2/2] qtests/arm: add some mte tests
[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
2023-01-26 11:49 UTC (8+ messages)
` [PATCH 2/2] vhost: check for pending livepatches from "
[PATCH v11 018/113] KVM: TDX: create/destroy VM structure
2023-01-26 10:54 UTC (12+ messages)
[Bug 215964] New: nVMX: KVM(L0) does not perform a platform reboot when guest(L2) trigger a reboot event through IO-Port-0xCF9
2023-01-26 10:03 UTC (2+ messages)
` [Bug 215964] "
Fwd: [RFC PATCH 00/39] Add RISC-V cryptography extensions standardisation
2023-01-26 9:21 UTC
[PATCH v1] KVM: s390: disable migration mode when dirty tracking is disabled
2023-01-26 9:48 UTC (5+ messages)
[PATCH v2] KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID
2023-01-26 9:40 UTC (9+ messages)
[PATCH v2 0/1] KVM: s390: disable migration mode when dirty tracking is disabled
2023-01-26 9:39 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH 0/6] A few cpuidle vs rcu fixes
2023-01-26 9:28 UTC (20+ messages)
` [PATCH 3/6] ftrace/x86: Warn and ignore graph tracing when RCU is disabled
[PATCH v4 00/13] riscv: improve boot time isa extensions handling
2023-01-26 7:09 UTC (5+ messages)
` [PATCH v4 09/13] riscv: switch to relative alternative entries
[PATCH v2 00/11] KVM perf support
2023-01-26 3:08 UTC (7+ messages)
` [PATCH v2 10/11] RISC-V: KVM: Implement perf support without sampling
` [PATCH v2 11/11] RISC-V: KVM: Implement firmware events
[PATCH v2] x86/hotplug: Do not put offline vCPUs in mwait idle state
2023-01-26 2:14 UTC (7+ messages)
[Patch] KVM: x86/mmu: Make optimized __handle_changed_spte() for clear dirty log
2023-01-26 1:49 UTC (5+ messages)
[PATCH 0/3] KVM: x86/emulator: Segment load fixes
2023-01-26 1:34 UTC (4+ messages)
` [PATCH 1/3] KVM: x86/emulator: Fix segment load privilege level validation
` [PATCH 2/3] KVM: x86/emulator: Fix comment in __load_segment_descriptor()
` [kvm-unit-tests PATCH 3/3] x86: Test CPL=3 DS/ES/FS/GS RPL=DPL=0 segment descriptor load
[PATCH] KVM: selftests: Added eBPF program and selftest to collect vmx exit stat
2023-01-26 0:43 UTC
[PATCH -next v13 00/19] riscv: Add vector ISA support
2023-01-25 22:24 UTC (30+ messages)
` [PATCH -next v13 01/19] riscv: Rename __switch_to_aux -> fpu
` [PATCH -next v13 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v13 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v13 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v13 05/19] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v13 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v13 07/19] riscv: Introduce riscv_vsize to record size of Vector context
` [PATCH -next v13 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v13 09/19] riscv: Add task switch support for vector
` [PATCH -next v13 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v13 11/19] riscv: Add ptrace vector support
` [PATCH -next v13 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v13 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v13 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v13 15/19] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH -next v13 16/19] riscv: Add V extension to KVM ISA
` [PATCH -next v13 17/19] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v13 18/19] riscv: kvm: redirect illegal instruction traps to guests
` [PATCH -next v13 19/19] riscv: Enable Vector code to be built
[RFC PATCH 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-01-25 22:20 UTC (7+ messages)
` [RFC PATCH 4/6] KVM: arm64: Optimize TLBIs in the dirty logging path
` [RFC PATCH 5/6] KVM: arm64: Optimize the stage2 map path with TLBI range instructions
A question of KVM selftests' makefile
2023-01-25 18:46 UTC (3+ messages)
[PATCH v4 0/2] selftests: KVM: Add a test for eager page splitting
2023-01-25 18:23 UTC (3+ messages)
` [PATCH v4 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
` [PATCH v4 2/2] selftests: KVM: Add dirty logging page splitting test
[PATCH] Documentation: KVM: Update AMD memory encryption link
2023-01-25 17:59 UTC (2+ messages)
` [RESEND] "
[PATCH v11 000/113] KVM TDX basic feature support
2023-01-25 17:22 UTC (4+ messages)
` [PATCH v11 030/113] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
[PATCH 0/7] KVM: Add a common API for range-based TLB invalidation
2023-01-25 17:21 UTC (4+ messages)
[RFC PATCH 0/7] SVM guest shadow stack support
2023-01-25 17:07 UTC (6+ messages)
` [RFC PATCH 7/7] KVM: SVM: Add CET features to supported_xss
[PATCH] vfio: platform: ignore missing reset if disabled at module init
2023-01-25 16:11 UTC
[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
2023-01-25 16:01 UTC (6+ messages)
[kvm-unit-tests PATCH v3 0/4] arm: pmu: Add support for PMUv3p5
2023-01-25 14:17 UTC (10+ messages)
` [kvm-unit-tests PATCH v3 3/4] arm: pmu: Add tests for 64-bit overflows
` [kvm-unit-tests PATCH v3 4/4] arm: pmu: Print counter values as hexadecimals
[PATCH 0/4] KVM: selftests: aarch64: page_fault_test S1PTW related fixes
2023-01-25 14:14 UTC (8+ messages)
` [PATCH 4/4] KVM: selftests: aarch64: Test read-only PT memory regions
[PATCH] x86: KVM: Add common feature flag for AMD's PSFD
2023-01-25 14:03 UTC (2+ messages)
[PATCH v9 0/8] x86/cpu, kvm: Support AMD Automatic IBRS
2023-01-25 12:09 UTC (5+ messages)
` [PATCH v9 4/8] x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf
[PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
2023-01-25 10:59 UTC (2+ messages)
[PATCH 0/6] KVM: x86/pmu: Misc PMU MSR fixes
2023-01-25 9:29 UTC (8+ messages)
` [PATCH 1/6] KVM: x86/pmu: Cap kvm_pmu_cap.num_counters_gp at KVM's internal max
` [PATCH 2/6] KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs
` [PATCH 3/6] KVM: x86/pmu: Use separate array for defining "PMU MSRs to save"
` [PATCH 4/6] KVM: x86/pmu: Don't tell userspace to save PMU MSRs if PMU is disabled
` [PATCH 5/6] KVM: x86/pmu: Don't tell userspace to save MSRs for non-existent fixed PMCs
` [PATCH 6/6] KVM: x86/pmu: Provide "error" semantics for unsupported-but-known PMU MSRs
[PATCH kernel v3 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
2023-01-25 5:44 UTC (7+ messages)
` [PATCH kernel v3 3/3] x86/sev: Do not handle #VC for DR7 read/write
[PATCH] target/arm: Propagate errno when writing list
2023-01-25 4:10 UTC (3+ messages)
[PATCH] KVM: MMU: Add wrapper to check whether MMU is in direct mode
2023-01-25 2:44 UTC (5+ messages)
[PATCH v1] KVM: destruct kvm_io_device while unregistering it from kvm_io_bus
2023-01-25 2:42 UTC (6+ messages)
[GIT PULL] KVM fixes for Linux 6.2-rc6
2023-01-25 2:23 UTC (2+ messages)
[PATCH v3 0/8] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2023-01-25 0:16 UTC (5+ messages)
` [PATCH v3 6/8] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH v3 7/8] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
[PATCH v3 0/2] selftests: KVM: Add a test for eager page splitting
2023-01-24 23:44 UTC (3+ messages)
` [PATCH v3 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
` [PATCH v3 2/2] selftests: KVM: Add dirty logging page splitting test
[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
2023-01-24 22:45 UTC (5+ messages)
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled
[PATCH] MAINTAINERS: Add Oliver Upton as co-maintainer of KVM/arm64
2023-01-24 21:18 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).