messages from 2026-05-11 14:06:18 to 2026-05-12 19:22:50 UTC [more...]
[PATCH 00/11] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-05-12 19:22 UTC (6+ messages)
` [PATCH 01/11] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH 02/11] preempt: Track NMI nesting to separate per-CPU counter
[PATCH v2 0/5] KVM: s390: some vSIE and UCONTROL fixes
2026-05-12 17:52 UTC (6+ messages)
` [PATCH v2 1/5] KVM: s390: vsie: Fix memory leak when unshadowing
` [PATCH v2 2/5] KVM: s390: Fix leaking kvm_s390_mmu_cache in case of errors
` [PATCH v2 3/5] KVM: s390: vsie: Fix unshadowing logic
` [PATCH v2 4/5] KVM: s390: vsie: Fix redundant rmap entries
` [PATCH v2 5/5] KVM: s390: Properly reset zero bit in PGSTE
[kvms390:sae 2/54] arch/x86/kvm/svm/sev.c:117:27: error: no member named 'users_count' in 'struct kvm'
2026-05-12 17:45 UTC
[PATCH] s390: cleanup kconfig defaults for selftests
2026-05-12 17:43 UTC
[PATCH 0/4] s390: enable Rust support and add required arch glue
2026-05-12 14:23 UTC (8+ messages)
` [PATCH 1/4] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH 2/4] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH 3/4] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH 4/4] s390: enable Rust support
[kvms390:sae 2/54] arch/x86/kvm/svm/sev.c:117:32: error: 'struct kvm' has no member named 'users_count'
2026-05-12 12:47 UTC
[PATCH v2] drivers/base/memory: make memory block get/put explicit
2026-05-12 12:24 UTC (4+ messages)
cleanup the RAID6 P/Q library v2
2026-05-12 11:42 UTC (22+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
` [PATCH 02/19] raid6: turn the userspace test harness into a kunit test
` [PATCH 03/19] raid6: remove __KERNEL__ ifdefs
` [PATCH 04/19] raid6: move to lib/raid/
` [PATCH 05/19] raid6: remove unused defines in pq.h
` [PATCH 06/19] raid6: remove raid6_get_zero_page
` [PATCH 07/19] raid6: use named initializers for struct raid6_calls
` [PATCH 08/19] raid6: improve the public interface
` [PATCH 09/19] raid6: hide internals
` [PATCH 10/19] raid6: rework the init helpers
` [PATCH 11/19] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/19] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/19] raid6: update top of file comments
` [PATCH 14/19] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/19] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/19] raid6_kunit: cleanup dataptr handling
` [PATCH 17/19] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/19] "
` [PATCH 19/19] raid6_kunit: randomize buffer alignment
[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-05-12 9:04 UTC (14+ messages)
` [PATCH v4 01/13] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v4 02/13] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths
` [PATCH v4 03/13] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v4 04/13] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v4 05/13] dma-mapping: make dma_pgprot() "
` [PATCH v4 06/13] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v4 07/13] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v4 08/13] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v4 09/13] dma-direct: select DMA address encoding from DMA_ATTR_CC_SHARED
` [PATCH v4 10/13] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v4 11/13] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v4 12/13] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v4 13/13] x86/amd-gart: preserve the direct DMA address until GART mapping succeeds
[PATCH 0/8] mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE (Part 1)
2026-05-12 8:51 UTC (28+ messages)
` [PATCH 1/8] sparc/mm: remove register_page_bootmem_info()
` [PATCH 2/8] mm/bootmem_info: drop initialization of page->lru
` [PATCH 3/8] mm/bootmem_info: stop using PG_private
` [PATCH 4/8] mm/bootmem_info: remove call to kmemleak_free_part_phys()
` [PATCH 5/8] mm/bootmem_info: stop marking the pgdat as NODE_INFO
` [PATCH 6/8] mm/bootmem_info: stop marking mem_section_usage as MIX_SECTION_INFO
` [PATCH 7/8] s390/mm: use free_reserved_page() in vmem_free_pages()
` [PATCH 8/8] powerpc/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
[PATCH net-next 0/2] net/smc: transition to RDMA core CQ pooling
2026-05-12 8:31 UTC (3+ messages)
` [PATCH net-next 1/2] "
[PATCH net-next 2/2] net/smc: reduce TX slot contention with exclusive wait
2026-05-12 8:26 UTC (2+ messages)
[PATCH] drivers/base/memory: make memory block get/put explicit
2026-05-12 7:25 UTC (3+ messages)
[PATCH] drivers/base/memory: make memory block get/put explicit
2026-05-12 6:25 UTC (4+ messages)
[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
2026-05-11 21:48 UTC (6+ messages)
` [PATCH v1 1/3] mm: process_mrelease: expedite clean file folio reclaim via mmu_gather
[PATCH v2] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
2026-05-11 21:44 UTC (8+ messages)
[PATCH v3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
2026-05-11 21:42 UTC
[PATCH v6 0/4] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-05-11 16:14 UTC (5+ messages)
` [PATCH v6 1/4] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v6 2/4] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v6 3/4] KVM: S390: Change fi->lock, li->lock to raw
` [PATCH v6 4/4] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject
[PATCH v2] s390: fix dead defaults for S390_MODULES_SANITY_TEST and S390_UNWIND_SELFTEST
2026-05-11 15:16 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