messages from 2026-08-11 11:19:46 to 2026-08-11 19:25:43 UTC [more...]
[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-11 19:25 UTC (32+ messages)
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
[PATCH v2 0/8] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
2026-08-11 19:24 UTC (23+ messages)
` [PATCH v2 1/8] s390/vfio-ap: Fix stale do_remove flag across iterations in vfio_ap_mdev_cfg_remove
` [PATCH v2 2/8] s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL
` [PATCH v2 3/8] s390/vfio-ap: Fix use of wrong lock in mdev probe function
` [PATCH v2 4/8] s390/vfio-ap: Fix required lock not held during update of ap_matrix_mdev object
` [PATCH v2 5/8] s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove
` [PATCH v2 6/8] s390/vfio-ap: fix potential use of uninitialized apm_filtered bitmap
` [PATCH v2 7/8] s390/vfio-ap: Fix required lock not held during display of sysfs status attribute
[PATCH 00/36] treewide: remove conditional returns with no effect
2026-08-11 18:51 UTC (2+ messages)
` (subset) "
[PATCH v7 00/15] s390/vfio-ap: Add live guest migration support
2026-08-11 18:29 UTC (4+ messages)
` [PATCH v7 10/15] s390/vfio-ap: File ops called to resume the vfio device migration
[PATCH v1 00/11] KVM: s390: And then... even more fixes again
2026-08-11 18:01 UTC (16+ messages)
` [PATCH v1 01/11] KVM: s390: Properly handle NULL pointer in dat_cond_set_storage_key()
` [PATCH v1 02/11] KVM: s390: Use srcu in kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v1 03/11] KVM: s390: Fix get_all_floating_irqs()
` [PATCH v1 04/11] KVM: s390: Fix dirty marking in adapter_indicators_set*()
` [PATCH v1 05/11] KVM: s390: Fix pgste_get_trylock_multiple()
` [PATCH v1 06/11] KVM: s390: Introduce extended topup for struct kvm_s390_mmu_cache
` [PATCH v1 07/11] KVM: s390: Move all code into kvm_arch_prepare_memory_region()
` [PATCH v1 08/11] KVM: s390: Fix IRQ injection with SIGP Stop and Store Status
` [PATCH v1 09/11] KVM: s390: Fix kvm_s390_clear_pv_state()
` [PATCH v1 10/11] KVM: s390: Fix potential tiny kernel stack leak
` [PATCH v1 11/11] KVM: s390: Fix _gaccess_shadow_fault()
[PATCH net-next] net/smc: abort the connection when the peer overruns the RMB
2026-08-11 17:39 UTC (2+ messages)
[PATCH 00/22] Simplify special kernel page table handling
2026-08-11 16:47 UTC (9+ messages)
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
[PATCH v2 0/2] s390: uv: Various fixes for UV secrets
2026-08-11 16:14 UTC (3+ messages)
` [PATCH v2 1/2] s390: uv: Fix loop condition in uv_find_secrets
` [PATCH v2 2/2] s390: uv: Prevent potential out-of-bounds read
[PATCH 0/4] KVM: s390: Even more fixes. And then... even more fixes
2026-08-11 15:37 UTC (5+ messages)
` [PATCH 1/4] KVM: s390: keyop: use mmu_lock to read gmap->asce
` [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
[PATCH] s390: uv: Fix loop condition in uv_find_secrets
2026-08-11 15:34 UTC (2+ messages)
[PATCH] s390/diag324: Preserve -EBUSY return code
2026-08-11 14:57 UTC (2+ messages)
[PATCH v3] s390/cpum_cf: Handle CPU hotplug via prepare/dead callbacks
2026-08-11 14:43 UTC (2+ messages)
[PATCH] s390/mm: Fix fail path in crst_table_upgrade()
2026-08-11 14:12 UTC (2+ messages)
[RFC PATCH] dma: swiotlb: Size shared default pools for memory encryption
2026-08-11 13:40 UTC
[PATCH v3 00/20] KVM: s390: vsie: Add VSIE SIGP ECALL and SRSI Interpretation
2026-08-11 13:36 UTC (21+ messages)
` [PATCH v3 01/20] KVM: s390: vsie: Add SCAO read and write helpers
` [PATCH v3 02/20] KVM: s390: vsie: Move SCAO validation into a function
` [PATCH v3 03/20] KVM: s390: vsie: Add vsie_interp_extf detection
` [PATCH v3 04/20] KVM: s390: vsie: Add ssca_block and ssca_entry structs
` [PATCH v3 05/20] KVM: s390: vsie: Move pin/unpin_scb methods
` [PATCH v3 06/20] KVM: s390: vsie: Move pin/unpin guest page
` [PATCH v3 07/20] KVM: s390: vsie: Move release/acquire gmap shadow
` [PATCH v3 08/20] KVM: s390: vsie: Create helpers to alloc and free vsie_pages
` [PATCH v3 09/20] KVM: s390: vsie: Replace radix_tree with xarray addr_to_page
` [PATCH v3 10/20] KVM: s390: vsie: Add helper to release gmap shadow
` [PATCH v3 11/20] KVM: s390: vsie: Lazily keep original scb pinned after vsie exit
` [PATCH v3 12/20] KVM: s390: vsie: Add helper to pin and unpin multiple guest pages
` [PATCH v3 13/20] KVM: s390: vsie: Add struct vsie_sca with pin and unpin methods
` [PATCH v3 14/20] KVM: s390: vsie: Shadow VSIE SCA in guest-1
` [PATCH v3 15/20] KVM: s390: vsie: Guard against invalid CPU address
` [PATCH v3 16/20] KVM: s390: vsie: Allow guest-3 cpu add and remove with ssca
` [PATCH v3 17/20] KVM: s390: vsie: Add VSIE max shadow configuration
` [PATCH v3 18/20] KVM: s390: vsie: Add VSIE shadow stat counters
` [PATCH v3 19/20] KVM: s390: vsie: Create minimal scb shadows for not running g3 blocks
` [PATCH v3 20/20] KVM: s390: vsie: Enable use of VSIE SSCA
[PATCH net] net/smc: fix use-after-free in smc_rx_pipe_buf_release()
2026-08-11 12:19 UTC (2+ messages)
page: | 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