[patch 0/4] entry: Rework syscall skip logic
2026-07-13 22:20 UTC (11+ messages)
` [patch 1/4] entry: Rework syscall_audit_enter()
` [patch 2/4] entry: Rework trace_syscall_enter()
` [patch 3/4] entry: Make return type of syscall_trace_enter() bool
` [patch 4/4] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
2026-07-13 19:43 UTC (52+ messages)
` [PATCH v7 02/22] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v7 03/22] iommu/dma: Check atomic pool allocation result directly
` [PATCH v7 04/22] dma: free atomic pool pages by physical address
` [PATCH v7 05/22] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v7 07/22] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v7 09/22] dma-mapping: Add internal shared allocation attribute
` [PATCH v7 10/22] dma-direct: use __DMA_ATTR_ALLOC_CC_SHARED in alloc/free paths
` [PATCH v7 11/22] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v7 12/22] dma: swiotlb: pass mapping attributes by reference
` [PATCH v7 13/22] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v7 14/22] dma-mapping: make dma_pgprot() honor __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 15/22] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v7 17/22] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v7 18/22] dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 19/22] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v7 20/22] dma: swiotlb: free dynamic pools from process context
` [PATCH v7 21/22] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v7 22/22] swiotlb: remove unused SWIOTLB_FORCE flag
[PATCH v20 0/3] [VFIO] Error recovery for vfio-pci devices on s390x
2026-07-13 18:52 UTC (2+ messages)
[PATCH v21 0/4] [PCI] Error recovery for vfio-pci devices on s390x
2026-07-13 18:21 UTC (2+ messages)
[PATCH v1 0/5] KVM s390x PCI fixes
2026-07-13 17:50 UTC (11+ messages)
` [PATCH v1 1/5] KVM: s390: pci: Fix refcount leak in memory accounting functions
` [PATCH v1 2/5] KVM: s390: pci: Fix missing error codes and memory unaccounting
` [PATCH v1 3/5] KVM: s390: pci: Fix NULL dereference on AIBV allocation failure
` [PATCH v1 4/5] KVM: s390: pci: Fix resource leak on IRQ registration failure
` [PATCH v1 5/5] KVM: s390: pci: Fix AIBV and AISB spanning multiple pages
[PATCH v4 00/27] KVM: s390: Introduce arm64 KVM
2026-07-13 16:38 UTC (26+ messages)
` [PATCH v4 05/27] KVM: Remove KVM_MMIO as config option
` [PATCH v4 07/27] arm64: Prepare sharing arm64 headers with s390
` [PATCH v4 09/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v4 13/27] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v4 15/27] KVM: S390: Prepare gmap for a second KVM implementation
` [PATCH v4 23/27] KVM: s390: arm64: Implement required functions
` [PATCH v4 25/27] KVM: s390: arm64: Implement vCPU IOCTLs
[PATCH v2 0/7] KVM: s390: Misc fixes
2026-07-13 15:58 UTC (15+ messages)
` [PATCH v2 1/7] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v2 2/7] KVM: s390: Return -EFAULT instead of PGM_ADDRESSING
` [PATCH v2 3/7] KVM: s390: Fix race in __do_essa()
` [PATCH v2 4/7] KVM: s390: cmma: Fix dirty tracking when removing memslot
` [PATCH v2 5/7] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()
` [PATCH v2 6/7] KVM: s390: Fix overclearing ESCA in case of error
` [PATCH v2 7/7] KVM: s390: Return -EINTR if a signal was pending while faulting-in
[PATCH 0/2] s390/vdso: Fix GNU_EH_FRAME PHDR
2026-07-13 15:34 UTC (3+ messages)
[PATCH 01/13 RFC net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
2026-07-13 14:57 UTC (5+ messages)
[PATCH v2 0/2] s390/vdso: Fix GNU_EH_FRAME PHDR
2026-07-13 14:42 UTC (3+ messages)
` [PATCH v2 1/2] s390/vdso: Pass --eh-frame-hdr to the linker
` [PATCH v2 2/2] s390/vdso: Use symbolic constants for the PHDR permission flags
[PATCH v5 0/4] s390/mm: Batch PTE updates in lazy MMU mode
2026-07-13 14:33 UTC (7+ messages)
` [PATCH v5 1/4] mm: Make lazy MMU mode context-aware
` [PATCH v5 2/4] s390/mm: Batch PTE updates in lazy MMU mode
` [PATCH v5 3/4] mm/kasan: Introduce helpers for lazy MMU mode sanitizer
` [PATCH v5 4/4] s390/mm: Lazy "
[PATCH rdma-next 00/13] RDMA: Make device names unique per net namespace
2026-07-13 13:35 UTC (24+ messages)
` [PATCH rdma-next 02/13] RDMA/core: Handle device name conflicts when changing "
` [PATCH rdma-next 03/13] RDMA/core: Support renaming a device when changing its "
` [PATCH rdma-next 06/13] net/smc: Look up the pnetid ib device within the "
` [PATCH rdma-next 08/13] RDMA/cgroup: Scope rdma cgroup device visibility to "
` [PATCH rdma-next 12/13] RDMA/rxe: Implement disassociate_ucontext callback
` [PATCH rdma-next 13/13] RDMA/selftests: Add rxe_netns_names test
[PATCH v5 0/1] Improve zcrypt reply message verification checks
2026-07-13 13:21 UTC (4+ messages)
` [PATCH v5 1/1] s390/zcrypt: "
[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
2026-07-13 13:18 UTC (7+ messages)
` [PATCH v5 1/5] vfio: cache KVM VM file references instead of raw struct kvm pointers
` [PATCH v5 2/5] iommufd/device: Associate KVM file pointer with iommufd_device
` [PATCH v5 3/5] iommufd/viommu: Keep a reference to the KVM file
[GIT PULL 0/5] KVM: s390: Fixes for 7.2
2026-07-13 11:34 UTC (9+ messages)
` [GIT PULL 1/5] KVM: s390: pci: Fix GISC refcount leak on AIF enable failure
` [GIT PULL 2/5] KVM: s390: vsie: Avoid potential deadlock with real spaces
` [GIT PULL 3/5] KVM: s390: Fix dat_crste_walk_range() early return
` [GIT PULL 4/5] KVM: s390: Improve kvm_s390_vm_stop_migration()
` [GIT PULL 5/5] KVM: s390: pci: Fix handling of AIF enable without AISB
[PATCH RFC net-next v3 0/3] net: sysctl: Const Qualify sysctl ctl_table arrays
2026-07-13 11:07 UTC (4+ messages)
` [PATCH RFC net-next v3 1/3] net: enforce net sysctl registration
` [PATCH RFC net-next v3 2/3] net: Const qualify ctl_tables that kmemdup unconditionally
` [PATCH RFC net-next v3 3/3] net: Const qualify network templated ctl_tables Arrays
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-13 7:06 UTC (23+ messages)
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()
` [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
` [patch 15/18] x86/entry: Make syscall functions static
` [patch 18/18] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution
[PATCH RESEND] syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCH
2026-07-13 7:01 UTC (2+ messages)
[GIT PULL] s390 updates for 7.2-rc3
2026-07-12 19:13 UTC (2+ messages)
[PATCH net] net/af_iucv: fix NULL deref in afiucv_hs_callback_syn()
2026-07-12 7:56 UTC (5+ messages)
[PATCH net] net/smc: guard the CDC receive path against an unset RMB
2026-07-12 7:45 UTC (2+ messages)
[PATCH net v4 0/3] net/smc: bound wire-controlled CDC cursors against the local buffers
2026-07-11 10:43 UTC (3+ messages)
[PATCH net] net/iucv: take a reference on the socket found in afiucv_hs_rcv()
2026-07-11 4:11 UTC (5+ messages)
[PATCH net-next v3 0/3] net/smc: transition to RDMA core CQ pooling
2026-07-11 3:34 UTC (5+ messages)
` [PATCH net-next v3 1/3] net/smc: clear the correct v2 slot and buffer in smc_wr_tx_put_slot()
` [PATCH net-next v3 2/3] net/smc: transition to RDMA core CQ pooling
` [PATCH net-next v3 3/3] net/smc: reduce TX slot contention with exclusive wait
[PATCH v12 00/17] target/s390x: Extend qemu CPACF support
2026-07-10 15:29 UTC (18+ messages)
` [PATCH v12 01/17] target/s390x: Rework s390 cpacf implementations
` [PATCH v12 02/17] target/s390x: Move cpacf sha512 code into a new file
` [PATCH v12 03/17] target/s390x: Support cpacf sha256
` [PATCH v12 04/17] crypto: Add aes-helpers file to support some AES modes
` [PATCH v12 05/17] target/s390x: Support AES ECB for cpacf km instruction
` [PATCH v12 06/17] target/s390x: Support AES CBC for cpacf kmc instruction
` [PATCH v12 07/17] target/s390x: Support AES CTR for cpacf kmctr instruction
` [PATCH v12 08/17] target/s390x: Minimal AES XTS support for cpacf pcc instruction
` [PATCH v12 09/17] target/s390x: Support AES XTS for cpacf km instruction
` [PATCH v12 10/17] target/s390x: Base support for cpacf protected keys and pckmo
` [PATCH v12 11/17] target/s390x: Support protected key AES ECB for cpacf km instruction
` [PATCH v12 12/17] target/s390x: Support protected key AES CBC for cpacf kmc instruction
` [PATCH v12 13/17] target/s390x: Support protected key AES CTR for cpacf kmctr instruction
` [PATCH v12 14/17] target/s390x: Minimal protected key AES XTS support for cpacf pcc instruction
` [PATCH v12 15/17] target/s390x: Support protected key AES XTS for cpacf km instruction
` [PATCH v12 16/17] docs/s390: Document CPACF instructions support
` [PATCH v12 17/17] tests/tcg/s390x: Add tests for CPACF instructions
[PATCH v1 0/1] Fix missing mem scrub at clear key import in cca_clr2cipherkey()
2026-07-10 13:56 UTC (3+ messages)
` [PATCH v1 1/1] s390/zcrypt: "
[PATCH 0/4] module: Limit ELF includes in linux/module.h to uapi/linux/elf.h
2026-07-10 13:56 UTC (3+ messages)
` [PATCH 4/4] "
[PATCH v4 0/1] Improve zcrypt reply message verification checks
2026-07-10 11:43 UTC (3+ messages)
` [PATCH v4 1/1] s390/zcrypt: "
[PATCH 0/2] s390: Remove PIF_GUEST_FAULT and add PER trap flag
2026-07-10 8:40 UTC (5+ messages)
` [PATCH 1/2] s390/traps: Remove PIF_GUEST_FAULT
` [PATCH 2/2] s390/syscalls: Use define instead of '1' to indicate PER trap
[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
2026-07-10 8:17 UTC (12+ messages)
` [PATCH v5 2/8] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [PATCH v5 3/8] arm64/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 5/8] riscv/runtime-const: "
` [PATCH v5 7/8] asm-generic/runtime-const: Add dummy runtime_const_mask_32()
` [PATCH v5 8/8] futex: Use runtime constants for __futex_hash() hot path
[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
2026-07-09 19:58 UTC (9+ messages)
` [PATCH v3 04/11] arm64/mm: Add set_memory_device() and set_memory_normal()
page: next (older)
- 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