messages from 2026-08-12 10:44:45 to 2026-08-12 16:07:25 UTC [more...]
[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
2026-08-12 16:07 UTC (11+ messages)
[PATCH v6 00/33] KVM: s390: Introduce arm64 KVM
2026-08-12 16:06 UTC (50+ messages)
` [PATCH v6 01/33] vfio: Use file-based reference counting for KVM
` [PATCH v6 02/33] KVM: Make device name configurable
` [PATCH v6 03/33] KVM: Allow KVM implementations to switch off MMIO independent of Kconfig
` [PATCH v6 04/33] arm64: Use proper include variant
` [PATCH v6 05/33] arm64: ptrace: Use constants for compat register numbers
` [PATCH v6 06/33] arm64: sysreg: Convert SPSR_ELx to automatic register generation
` [PATCH v6 07/33] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v6 08/33] KVM: arm64: Use accessor functions for core regs
` [PATCH v6 09/33] arm64: Prepare sharing arm64 headers with s390
` [PATCH v6 10/33] arm64: Share "
` [PATCH v6 11/33] KVM: arm64: Share arm64 code "
` [PATCH v6 12/33] KVM: s390: Extract gmap tracing to a separate header
` [PATCH v6 13/33] KVM: s390: Prepare include guards for a new location
` [PATCH v6 14/33] KVM: s390: Rename kvm-s390.{c,h} to s390.{c,h}
` [PATCH v6 15/33] KVM: s390: Move kvm_host definitions to kvm_host_s390
` [PATCH v6 16/33] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v6 17/33] KVM: s390: Move PGM code definitions to asm/kvm_host.h
` [PATCH v6 18/33] KVM: s390: Prepare gmap for a second KVM implementation
` [PATCH v6 19/33] KVM: s390: gmap: Make storage keys optional
` [PATCH v6 20/33] KVM: s390: gmap: Make CMMA optional
` [PATCH v6 21/33] KVM: s390: gmap: Make prefix handling optional
` [PATCH v6 22/33] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v6 23/33] s390: Use arm64 headers
` [PATCH v6 24/33] KVM: s390: Use arm64 code
` [PATCH v6 25/33] s390: Introduce Start Arm Execution instruction
` [PATCH v6 26/33] KVM: s390: arm64: Introduce host definitions
` [PATCH v6 27/33] s390/hwcaps: Report SAE support as hwcap
` [PATCH v6 28/33] KVM: s390: Add basic arm64 kvm module
` [PATCH v6 29/33] KVM: s390: arm64: Implement required functions
` [PATCH v6 30/33] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v6 31/33] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v6 32/33] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v6 33/33] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild
[PATCH v3 0/9] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
2026-08-12 16:05 UTC (25+ messages)
` [PATCH v3 1/9] s390/vfio-ap: Fix stale do_remove flag across iterations in vfio_ap_mdev_cfg_remove
` [PATCH v3 2/9] s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL
` [PATCH v3 3/9] s390/vfio-ap: Fix missing lock required to access list of ap_matrix_mdev objects
` [PATCH v3 4/9] s390/vfio-ap: Fix required lock not held during update of ap_matrix_mdev object
` [PATCH v3 5/9] s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove
` [PATCH v3 6/9] s390/vfio-ap: fix potential use of uninitialized apm_filtered bitmap
` [PATCH v3 7/9] s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed
` [PATCH v3 8/9] s390/vfio-ap: Fix NULL deref in status_show() during queue probe
` [PATCH v3 9/9] s390/vfio-ap: Fix memory leak when queue removed from host AP config
[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
2026-08-12 16:04 UTC (19+ messages)
[PATCH v3 0/2] s390/uv: Various fixes for UV secrets
2026-08-12 16:04 UTC (4+ messages)
` [PATCH v3 1/2] s390/uv: Fix loop condition in uv_find_secrets
` [PATCH v3 2/2] s390/uv: Prevent potential out-of-bounds read
[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
2026-08-12 16:02 UTC (5+ messages)
[RFC PATCH 0/1] vfio/pci: Disable sriov on PF device close
2026-08-12 16:00 UTC (7+ messages)
` [RFC PATCH 1/1] "
[PATCH v4 00/20] KVM: s390: vsie: Add VSIE SIGP ECALL and SRSI Interpretation
2026-08-12 15:43 UTC (34+ messages)
` [PATCH v4 01/20] KVM: s390: vsie: Add SCAO read and write helpers
` [PATCH v4 02/20] KVM: s390: vsie: Move SCAO validation into a function
` [PATCH v4 03/20] KVM: s390: vsie: Add vsie_interp_extf detection
` [PATCH v4 04/20] KVM: s390: vsie: Add ssca_block and ssca_entry structs
` [PATCH v4 05/20] KVM: s390: vsie: Move pin/unpin_scb methods
` [PATCH v4 06/20] KVM: s390: vsie: Move pin/unpin guest page
` [PATCH v4 07/20] KVM: s390: vsie: Move release/acquire gmap shadow
` [PATCH v4 08/20] KVM: s390: vsie: Create helpers to alloc and free vsie_pages
` [PATCH v4 09/20] KVM: s390: vsie: Replace radix_tree with xarray addr_to_page
` [PATCH v4 10/20] KVM: s390: vsie: Add helper to release gmap shadow
` [PATCH v4 11/20] KVM: s390: vsie: Lazily keep original scb pinned after vsie exit
` [PATCH v4 12/20] KVM: s390: vsie: Add helper to pin and unpin multiple guest pages
` [PATCH v4 13/20] KVM: s390: vsie: Add struct vsie_sca with pin and unpin methods
` [PATCH v4 14/20] KVM: s390: vsie: Shadow VSIE SCA in guest-1
` [PATCH v4 15/20] KVM: s390: vsie: Guard against invalid CPU address
` [PATCH v4 16/20] KVM: s390: vsie: Allow guest-3 cpu add and remove with ssca
` [PATCH v4 17/20] KVM: s390: vsie: Add VSIE max shadow configuration
` [PATCH v4 18/20] KVM: s390: vsie: Add VSIE shadow stat counters
` [PATCH v4 19/20] KVM: s390: vsie: Create minimal scb shadows for not running g3 blocks
` [PATCH v4 20/20] KVM: s390: vsie: Enable use of VSIE SSCA
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-08-12 15:40 UTC (19+ messages)
` [PATCH v16 07/45] arm64: mm: Handle Granule Protection Faults (GPFs)
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory
[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
2026-08-12 15:17 UTC (7+ messages)
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
[PATCH v5 00/17] riscv: hwprobe: Expose RVA23U64 base behavior
2026-08-12 15:15 UTC (13+ messages)
` [PATCH v5 07/17] riscv: Add B to hwcap and hwprobe
` [PATCH v5 09/17] dt-bindings: riscv: Add Zic64b extension description
` [PATCH v5 12/17] riscv: dts: spacemit: k1: Add Zic64b ISA extension
` [PATCH v5 15/17] riscv: cpufeature: Introduce ISA bases bitmap and rva23u64 detection
[PATCH v4 00/10] mlx5 support for VFIO self test
2026-08-12 14:59 UTC (11+ messages)
` [PATCH v4 01/10] net/mlx5: Add IFC structures for CQE and WQE
` [PATCH v4 02/10] net/mlx5: Move HW constant groups from device.h/cq.h to mlx5_ifc.h
` [PATCH v4 03/10] net/mlx5: Extract MLX5_SET/GET macros into mlx5_ifc_macros.h
` [PATCH v4 04/10] net/mlx5: Add ONCE and MMIO accessor variants to mlx5_ifc_macros.h
` [PATCH v4 05/10] selftests: Add additional kernel functions to tools/include/
` [PATCH v4 06/10] vfio: selftests: Allow drivers to specify required region size
` [PATCH v4 07/10] vfio: selftests: Add dev_dbg
` [PATCH v4 08/10] vfio: selftests: Add mlx5 driver - HW init and command interface
` [PATCH v4 09/10] vfio: selftests: Add mlx5 driver - data path and memcpy ops
` [PATCH v4 10/10] vfio: selftests: mlx5 driver - add send_msi support
[RFC PATCH 0/2] KVM: arm64: fix VGICv3 redistributor rollback
2026-08-12 14:45 UTC (7+ messages)
` [RFC PATCH 1/2] KVM: arm64: vgic-v3: Roll back failed redistributor region setup
` [RFC PATCH 2/2] KVM: arm64: selftests: Test VGICv3 redistributor region retry
[PATCH v2 0/9] KVM: s390: And then... even more fixes again
2026-08-12 14:06 UTC (30+ messages)
` [PATCH v2 1/9] KVM: s390: Properly handle NULL pointer in dat_cond_set_storage_key()
` [PATCH v2 2/9] KVM: s390: Use srcu in kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v2 3/9] KVM: s390: Fix get_all_floating_irqs()
` [PATCH v2 4/9] KVM: s390: Fix dirty marking in adapter_indicators_set*()
` [PATCH v2 5/9] KVM: s390: Fix pgste_get_trylock_multiple()
` [PATCH v2 6/9] KVM: s390: Fix IRQ injection with SIGP Stop and Store Status
` [PATCH v2 7/9] KVM: s390: Fix kvm_s390_clear_pv_state()
` [PATCH v2 8/9] KVM: s390: Fix potential tiny kernel stack leak
` [PATCH v2 9/9] KVM: s390: Fix _gaccess_shadow_fault()
[PATCH v2 0/4] KVM: arm64: GICv5 KVM IRS review fixes
2026-08-12 13:43 UTC (9+ messages)
` [PATCH v2 1/4] KVM: arm64: vgic: Free gic_kvm_info on initialization failure
` [PATCH v2 2/4] KVM: arm64: vgic: Prevent speculative SPI array underflow
` [PATCH v2 3/4] KVM: arm64: vgic: Reject out-of-range GICv5 PPI IDs
` [PATCH v2 4/4] KVM: arm64: Validate GICv5 timer PPIs before claiming ownership
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-12 13:37 UTC (14+ messages)
` [PATCH v10 01/41] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v10 14/41] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
[PATCH] srcu: Add try_synchronize_srcu() for callers which can prove readers absent
2026-08-12 13:24 UTC (2+ messages)
[PATCH kvmtool] arm64: Fix resource leaks in find_pmu_cpumask()
2026-08-12 12:42 UTC (3+ messages)
` [PATCH kvmtool v2] "
[PATCH v7 00/15] s390/vfio-ap: Add live guest migration support
2026-08-12 12:35 UTC (4+ messages)
` [PATCH v7 07/15] s390/vfio-ap: File ops called to save the vfio device migration state
[PATCH v2 0/3] KVM: TDX: Enable VM-DoS Prevention Features for TDX
2026-08-12 12:28 UTC (8+ messages)
` [PATCH v2 2/3] KVM: TDX: Fix the exit reason handling
[PATCH v2 0/3] KVM: riscv: Add KVM_PRE_FAULT_MEMORY support
2026-08-12 12:22 UTC (3+ messages)
` [PATCH v2 2/3] KVM: selftests: Add RISC-V Sv57 page table indexing
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-08-12 12:01 UTC (2+ messages)
[PATCH 0/4] KVM: s390: Even more fixes. And then... even more fixes
2026-08-12 11:30 UTC (7+ messages)
` [PATCH 2/4] KVM: s390: vsie: zero stale crypto bits
` [PATCH 3/4] KVM: s390: pv: Fix rc/rrc offset for PVM_DUMP
` [PATCH 4/4] KVM: s390: Restore sigset on error path
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