messages from 2026-05-19 08:24:44 to 2026-05-22 12:30:00 UTC [more...]
[GIT PULL v1 0/5] KVM: s390: some vSIE and UCONTROL fixes
2026-05-22 12:29 UTC (2+ messages)
` [GIT PULL v1 1/5] KVM: s390: vsie: Fix memory leak when unshadowing
[GIT PULL] s390 fixes for 7.1-rc5
2026-05-22 12:22 UTC
[PATCH v3 0/9] s390: Improve this_cpu operations
2026-05-22 9:18 UTC (27+ messages)
` [PATCH v3 1/9] s390/alternatives: Add new ALT_TYPE_PERCPU type
` [PATCH v3 2/9] s390/percpu: Infrastructure for more efficient this_cpu operations
` [PATCH v3 3/9] s390/percpu: Add missing do { } while (0) constructs
` [PATCH v3 4/9] s390/percpu: Use new percpu code section for arch_this_cpu_add()
` [PATCH v3 5/9] s390/percpu: Use new percpu code section for arch_this_cpu_add_return()
` [PATCH v3 6/9] s390/percpu: Use new percpu code section for arch_this_cpu_[and|or]()
` [PATCH v3 7/9] s390/percpu: Provide arch_this_cpu_read() implementation
` [PATCH v3 8/9] s390/percpu: Provide arch_this_cpu_write() implementation
` [PATCH v3 9/9] s390/percpu: Remove one and two byte this_cpu operation implementation
[PATCH v5 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-05-22 4:28 UTC (21+ messages)
` [PATCH v5 01/20] [DO NOT MERGE] arm64/coco: Add pKVM as a CC platform
` [PATCH v5 02/20] [DO NOT MERGE] s390: Expose protected virtualization through cc_platform_has()
` [PATCH v5 03/20] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v5 04/20] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths
` [PATCH v5 05/20] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v5 06/20] dma: swiotlb: pass mapping attributes by reference
` [PATCH v5 07/20] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v5 08/20] dma-mapping: make dma_pgprot() "
` [PATCH v5 09/20] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v5 10/20] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v5 11/20] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v5 12/20] dma-direct: select DMA address encoding from DMA_ATTR_CC_SHARED
` [PATCH v5 13/20] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v5 14/20] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v5 15/20] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v5 16/20] iommu/dma: Check atomic pool allocation result directly
` [PATCH v5 17/20] dma: swiotlb: free dynamic pools from process context
` [PATCH v5 18/20] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v5 19/20] dma: free atomic pool pages by physical address
` [PATCH v5 20/20] swiotlb: Preserve allocation virtual address for dynamic pools
[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
2026-05-22 2:33 UTC (43+ messages)
cleanup the RAID6 P/Q library v2
2026-05-22 0:27 UTC (11+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-05-21 17:20 UTC (39+ messages)
` [PATCH v4 04/13] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v4 07/13] dma-direct: make dma_direct_map_phys() "
` [PATCH v4 13/13] x86/amd-gart: preserve the direct DMA address until GART mapping succeeds
[PATCH v3 0/4] s390: Enable Rust support and add required arch glue
2026-05-21 16:56 UTC (5+ messages)
` [PATCH v3 1/4] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v3 2/4] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH v3 3/4] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH v3 4/4] s390: Enable Rust support
[PATCH v2 0/4] s390: enable Rust support and add required arch glue
2026-05-21 16:27 UTC (7+ messages)
` [PATCH v2 1/4] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v2 2/4] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH v2 3/4] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH v2 4/4] s390: enable Rust support
[PATCH net] net/smc: Do not re-initialize smc hashtables
2026-05-21 14:56 UTC
[PATCH v4] PCI: hotplug: Add 'uevent' sysfs attribute to trigger slot events
2026-05-21 14:48 UTC (2+ messages)
[PATCH net] net/iucv: fix locking in .getsockopt
2026-05-21 14:11 UTC
[PATCH v2 0/5] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
2026-05-21 13:22 UTC (7+ messages)
` [PATCH v2 1/5] KVM: s390: Track page size in struct guest_fault
` [PATCH v2 2/5] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v2 3/5] KVM: s390: Update KVM_PRE_FAULT_MEMORY API documentation
` [PATCH v2 4/5] KVM: selftests: Fix pre_fault_memory_test to run on s390
` [PATCH v2 5/5] KVM: selftests: Enable pre_fault_memory_test for s390
[PATCH] s390: Implement _THIS_IP_ using inline asm
2026-05-21 12:27 UTC
[PATCH v3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
2026-05-21 11:50 UTC (9+ messages)
[PATCH 8/8] powerpc/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
2026-05-21 8:47 UTC (2+ messages)
[PATCH 7/8] s390/mm: use free_reserved_page() in vmem_free_pages()
2026-05-21 8:39 UTC (2+ messages)
[PATCH 6/8] mm/bootmem_info: stop marking mem_section_usage as MIX_SECTION_INFO
2026-05-21 5:03 UTC (2+ messages)
[PATCH] smc: Use flexible array for SMCD connections
2026-05-21 0:20 UTC (6+ messages)
[PATCH v8 14/37] mm: remove arch vma_alloc_zeroed_movable_folio overrides
2026-05-20 22:21 UTC
[PATCH v17 0/7] Error recovery for vfio-pci devices on s390x
2026-05-20 19:41 UTC (9+ messages)
` [PATCH v17 1/7] PCI: Allow per function PCI slots to fix slot reset on s390
` [PATCH v17 2/7] PCI: Avoid saving config space state if inaccessible
` [PATCH v17 3/7] PCI: Fail FLR when config space is inaccessible
` [PATCH v17 4/7] s390/pci: Store PCI error information for passthrough devices
` [PATCH v17 5/7] vfio-pci/zdev: Add a device feature for error information
` [PATCH v17 6/7] vfio/pci: Add a reset_done callback for vfio-pci driver
` [PATCH v17 7/7] vfio/pci: Remove the pcie check for VFIO_PCI_ERR_IRQ_INDEX
[PATCH net-next v3 0/6] net: convert atm/xdp/af_iucv/l2tp_ppp/rxrpc/tipc to getsockopt_iter
2026-05-20 16:53 UTC (7+ messages)
` [PATCH net-next v3 1/6] af_iucv: convert "
` [PATCH net-next v3 2/6] atm: "
` [PATCH net-next v3 3/6] xdp: "
` [PATCH net-next v3 4/6] l2tp: ppp: "
` [PATCH net-next v3 5/6] rxrpc: "
` [PATCH net-next v3 6/6] tipc: "
[PATCH net-next v2 0/7] net: convert atm/xdp/af_iucv/l2tp_ppp/rxrpc/tipc to getsockopt_iter
2026-05-20 16:49 UTC (12+ messages)
` [PATCH net-next v2 1/7] af_iucv: take socket lock around SO_MSGSIZE getsockopt
` [PATCH net-next v2 3/7] atm: convert to getsockopt_iter
` [PATCH net-next v2 7/7] tipc: "
[PATCH v1 0/4] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
2026-05-20 16:20 UTC (7+ messages)
` [PATCH v1 1/4] "
` [PATCH v1 2/4] KVM: s390: Update KVM_PRE_FAULT_MEMORY API documentation
` [PATCH v1 3/4] KVM: selftests: Fix pre_fault_memory_test to run on s390
` [PATCH v1 4/4] KVM: selftests: Enable pre_fault_memory_test for s390
[PATCH v7 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-05-20 16:04 UTC (4+ messages)
` [PATCH v7 1/3] KVM: s390: Add map/unmap ioctl and clean mappings post-guest
` [PATCH v7 2/3] KVM: s390: Enable adapter_indicators_set to use mapped pages
` [PATCH v7 3/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic fast inject
[PATCH 5/8] mm/bootmem_info: stop marking the pgdat as NODE_INFO
2026-05-20 15:30 UTC (2+ messages)
[PATCH] s390: cleanup kconfig defaults for selftests
2026-05-20 12:15 UTC (2+ messages)
[PATCH 4/8] mm/bootmem_info: remove call to kmemleak_free_part_phys()
2026-05-20 12:15 UTC (2+ messages)
[PATCH] s390: crypto: add select CRYPTO_AEAD for aes
2026-05-20 7:47 UTC (2+ messages)
[PATCH v2 0/3] vfio-pci/zdev: Improved zPCI Function Measurement Support
2026-05-19 22:42 UTC (4+ messages)
` [PATCH v2 1/3] s390/pci: Preserve FMB state in device re-enablement
` [PATCH v2 2/3] vfio-pci/zdev: Add VFIO FMB device feature
` [PATCH v2 3/3] s390/pci: Fence FMB enable/disable via sysfs for passthrough devices
[PATCH v3 0/5] KVM: s390: some vSIE and UCONTROL fixes
2026-05-19 16:06 UTC (7+ messages)
` [PATCH v3 1/5] KVM: s390: vsie: Fix memory leak when unshadowing
` [PATCH v3 2/5] KVM: s390: Fix leaking kvm_s390_mmu_cache in case of errors
` [PATCH v3 3/5] KVM: s390: vsie: Fix unshadowing logic
` [PATCH v3 4/5] KVM: s390: vsie: Fix redundant rmap entries
` [PATCH v3 5/5] KVM: s390: Properly reset zero bit in PGSTE
[PATCH v2 0/5] KVM: s390: some vSIE and UCONTROL fixes
2026-05-19 11:57 UTC (8+ messages)
` [PATCH v2 3/5] KVM: s390: vsie: Fix unshadowing logic
` [PATCH v2 5/5] KVM: s390: Properly reset zero bit in PGSTE
[PATCH] seqlock: Allow UBSAN_ALIGNMENT to fail optimizing
2026-05-19 11:30 UTC (2+ messages)
[PATCH ping2 linux-next] perf test: probe_vfs_getname add do_getname() probing fallback
2026-05-19 11:06 UTC
s390/tape: iterator after loop end in tape_assign_minor?
2026-05-19 10:13 UTC (2+ messages)
cleanup the RAID6 P/Q library v3
2026-05-19 8:24 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