public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-18 18:18:52 to 2024-12-03 18:47:57 UTC [more...]

[PATCH v2 0/2] Extend 8-byte PCI load/store support to x86 arch
 2024-12-03 18:41 UTC  (3+ messages)
` [PATCH v2 1/2] vfio/pci: Enable iowrite64 and ioread64 for vfio pci
` [PATCH v2 2/2] vfio/pci: Remove #ifdef iowrite64 and #ifdef ioread64

[PATCH 1/2] perf/core: Export perf_exclude_event()
 2024-12-03 18:04 UTC 

[PATCH v6 0/3] vfio/pci: Support 8-byte PCI loads and stores
 2024-12-03 18:01 UTC  (3+ messages)

[PATCH 00/22] Converge on using secs_to_jiffies()
 2024-12-03 17:45 UTC  (5+ messages)
` [PATCH 09/22] drm/etnaviv: Convert timeouts to secs_to_jiffies()
` [PATCH 18/22] ceph: "

[RFC PATCH 0/4] Support dynamic (de)configuration of memory
 2024-12-03 14:33 UTC  (7+ messages)
` [RFC PATCH 1/4] mm/memory_hotplug: Add interface for runtime "
` [RFC PATCH 2/4] mm/memory_hotplug: Add memory block altmap sysfs attribute
` [RFC PATCH 3/4] mm/memory_hotplug: Add max_configurable sysfs read attribute
` [RFC PATCH 4/4] s390/sclp: Add support for dynamic (de)configuration of memory

[PATCH net-next RESEND v2] net/smc: Remove unused function parameter in __smc_diag_dump
 2024-12-03 11:33 UTC  (2+ messages)

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-12-03 10:51 UTC  (38+ messages)
` [PATCH v1 01/11] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v1 02/11] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
` [PATCH v1 05/11] fs/proc/vmcore: factor out allocating a vmcore memory node
` [PATCH v1 06/11] fs/proc/vmcore: factor out freeing a list of vmcore ranges
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel

[PATCH net 0/6] several fixes for smc
 2024-12-03 10:04 UTC  (8+ messages)
` [PATCH net 1/6] net/smc: protect link down work from execute after lgr freed
` [PATCH net 2/6] net/smc: set SOCK_NOSPACE when send_remaining but no sndbuf_space left
` [PATCH net 3/6] net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
` [PATCH net 4/6] net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt "
` [PATCH net 5/6] net/smc: check smcd_v2_ext_offset "
` [PATCH net 6/6] net/smc: check return value of sock_recvmsg when draining clc data

[PATCH net v2 0/2] two fixes for SMC
 2024-12-03  9:59 UTC  (6+ messages)
` [PATCH net v2 1/2] net/smc: initialize close_work early to avoid warning
` [PATCH net v2 2/2] net/smc: fix LGR and link use-after-free issue

[PATCH v6 0/2] New s390 specific protected key hmac
 2024-12-03  8:50 UTC  (6+ messages)
` [PATCH v6 1/2] s390/crypto: Add protected key hmac subfunctions for KMAC
` [PATCH v6 2/2] s390/crypto: New s390 specific protected key hash phmac

[PATCH 06/11] tools headers: Sync *xattrat syscall changes with the kernel sources
 2024-12-03  3:53 UTC 

[PATCH v2 00/21] Converge on using secs_to_jiffies()
 2024-12-02 21:16 UTC  (13+ messages)
` [PATCH v2 09/21] drm/etnaviv: Convert timeouts to secs_to_jiffies()
` [PATCH v2 18/21] ceph: "
` [PATCH v2 19/21] livepatch: "

[PATCH 0/5] sysfs: introduce and use macro BIN_ATTR_ADMIN_WO()
 2024-12-02 19:00 UTC  (6+ messages)
` [PATCH 1/5] sysfs: add "
` [PATCH 2/5] s390/sclp_config: use BIN_ATTR_ADMIN_WO() for bin_attribute definition
` [PATCH 3/5] powerpc/powernv/flash: Use "
` [PATCH 4/5] firmware: google: gsmi: "
` [PATCH 5/5] scsi: arcmsr: Use BIN_ATTR_ADMIN_WO() for bin_attribute definitions

[PATCH net-next v2 0/2] net/smc: Two features for smc-r
 2024-12-02 12:52 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1
` [PATCH net-next v2 2/2] net/smc: support ipv4 mapped ipv6 addr client for smc-r v2

[PATCH net-next] net/smc: Optimize the timing of unlocking in smc_listen_work
 2024-12-02  2:20 UTC  (3+ messages)

[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
 2024-12-02  1:08 UTC  (20+ messages)
` [PATCH v4 01/19] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v4 02/19] lib/crc32: improve support for arch-specific overrides
` [PATCH v4 03/19] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v4 04/19] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v4 05/19] arm/crc32: expose CRC32 functions through lib
` [PATCH v4 06/19] loongarch/crc32: "
` [PATCH v4 07/19] mips/crc32: "
` [PATCH v4 08/19] powerpc/crc32: "
` [PATCH v4 09/19] s390/crc32: "
` [PATCH v4 10/19] sparc/crc32: "
` [PATCH v4 11/19] x86/crc32: update prototype for crc_pcl()
` [PATCH v4 12/19] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v4 13/19] x86/crc32: expose CRC32 functions through lib
` [PATCH v4 14/19] bcachefs: Explicitly select CRYPTO from BCACHEFS_FS
` [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
` [PATCH v4 16/19] ext4: switch to using the crc32c library
` [PATCH v4 17/19] jbd2: "
` [PATCH v4 18/19] f2fs: switch to using the crc32 library
` [PATCH v4 19/19] scsi: target: iscsi: switch to using the crc32c library

[GIT PULL] more s390 updates for 6.13 merge window
 2024-11-29 18:54 UTC  (2+ messages)

[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
 2024-11-29  4:11 UTC  (8+ messages)
` [PATCH bpf-next 4/4] bpf/selftests: add simple selftest for bpf_smc_ops

[PATCH net-next 0/2] net/smc: Two features for smc-r
 2024-11-29  3:13 UTC  (5+ messages)
` [PATCH net-next 1/2] net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1
` [PATCH net-next 2/2] net/smc: support ipv4 mapped ipv6 addr client for smc-r v2

[PATCH 6.6 0/3] Backport fixes for CVE-2024-42155, CVE-2024-42156 and CVE-2024-42158
 2024-11-28 16:42 UTC  (4+ messages)
` [PATCH 6.6 1/3] s390/pkey: Use kfree_sensitive() to fix Coccinelle warnings
` [PATCH 6.6 2/3] s390/pkey: Wipe copies of clear-key structures on failure
` [PATCH 6.6 3/3] s390/pkey: Wipe copies of protected- and secure-keys

[PATCH 6.1 0/3] Backport fixes for CVE-2024-42155, CVE-2024-42156 and CVE-2024-42158
 2024-11-28 15:33 UTC  (4+ messages)
` [PATCH 6.1 1/3] s390/pkey: Use kfree_sensitive() to fix Coccinelle warnings
` [PATCH 6.1 2/3] s390/pkey: Wipe copies of clear-key structures on failure
` [PATCH 6.1 3/3] s390/pkey: Wipe copies of protected- and secure-keys

[PATCH 5.10/5.15 0/3] Backport fixes for CVE-2024-42155, CVE-2024-42156 and CVE-2024-42158
 2024-11-28 14:22 UTC  (4+ messages)
` [PATCH 5.10/5.15 1/3] s390/pkey: Use kfree_sensitive() to fix Coccinelle warnings
` [PATCH 5.10/5.15 2/3] s390/pkey: Wipe copies of clear-key structures on failure
` [PATCH 5.10/5.15 3/3] s390/pkey: Wipe copies of protected- and secure-keys

[bug report] smc: possible deadlock in smc_switch_to_fallback
 2024-11-28 11:45 UTC  (2+ messages)

[s390:for-next 17/17] arch/s390/include/asm/hugetlb.h:94:31: error: call to undeclared function 'is_pte_marker'; ISO C99 and later do not support implicit function declarations
 2024-11-28  2:22 UTC 

[PATCH v4 00/26] mm: introduce numa_memblks
 2024-11-27 19:32 UTC  (3+ messages)
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks

[PATCH net-next] net/smc: introduce autosplit for smc
 2024-11-27 11:02 UTC  (6+ messages)

[PATCH net 0/2] two fixes for SMC
 2024-11-27  7:03 UTC  (14+ messages)
` [PATCH net 1/2] net/smc: initialize close_work early to avoid warning
` [PATCH net 2/2] net/smc: fix LGR and link use-after-free issue

[PATCH v2 0/3] KVM: s390: Couple of small cmpxchg() optimizations
 2024-11-26 13:33 UTC  (10+ messages)
` [PATCH v2 1/3] KVM: s390: Use try_cmpxchg() instead of cmpxchg() loops
` [PATCH v2 2/3] KVM: s390: Remove one byte cmpxchg() usage
` [PATCH v2 3/3] KVM: s390: Increase size of union sca_utility to four bytes

[PATCH v5 0/3] New s390 specific protected key hmac
 2024-11-26 11:53 UTC  (7+ messages)
` [PATCH v5 1/3] crypto: api - Adjust HASH_MAX_DESCSIZE for s390-phmac context
` [PATCH v5 2/3] s390/crypto: Add protected key hmac subfunctions for KMAC
` [PATCH v5 3/3] s390/crypto: New s390 specific protected key hash phmac

[PATCH net] s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()
 2024-11-26  9:10 UTC  (3+ messages)

[PATCH 0/3] KVM: s390: Couple of small cmpxchg() optimizations
 2024-11-25 16:20 UTC  (11+ messages)
` [PATCH 1/3] KVM: s390: Use try_cmpxchg() instead of cmpxchg() loops
` [PATCH 2/3] KVM: s390: Remove one byte cmpxchg() usage
` [PATCH 3/3] KVM: s390: Increase size of union sca_utility to four bytes

[PATCH AUTOSEL 4.19 1/2] s390/cpum_sf: Handle CPU hotplug remove during sampling
 2024-11-24 12:42 UTC 

[PATCH AUTOSEL 5.4 1/2] s390/cpum_sf: Handle CPU hotplug remove during sampling
 2024-11-24 12:42 UTC 

[PATCH AUTOSEL 5.10 1/5] s390/cpum_sf: Handle CPU hotplug remove during sampling
 2024-11-24 12:42 UTC 

[PATCH AUTOSEL 5.15 2/6] s390/cpum_sf: Handle CPU hotplug remove during sampling
 2024-11-24 12:41 UTC 

[PATCH AUTOSEL 6.1 2/7] s390/cpum_sf: Handle CPU hotplug remove during sampling
 2024-11-24 12:41 UTC 

[PATCH AUTOSEL 6.6 3/9] s390/cpum_sf: Handle CPU hotplug remove during sampling
 2024-11-24 12:40 UTC 

[PATCH AUTOSEL 6.11 01/16] s390/pci: Sort PCI functions prior to creating virtual busses
 2024-11-24 12:39 UTC  (4+ messages)
` [PATCH AUTOSEL 6.11 02/16] s390/pci: Use topology ID for multi-function devices
` [PATCH AUTOSEL 6.11 03/16] s390/pci: Ignore RID for isolated VFs
` [PATCH AUTOSEL 6.11 06/16] s390/cpum_sf: Handle CPU hotplug remove during sampling

[PATCH AUTOSEL 6.12 01/19] s390/pci: Sort PCI functions prior to creating virtual busses
 2024-11-24 12:38 UTC  (4+ messages)
` [PATCH AUTOSEL 6.12 02/19] s390/pci: Use topology ID for multi-function devices
` [PATCH AUTOSEL 6.12 03/19] s390/pci: Ignore RID for isolated VFs
` [PATCH AUTOSEL 6.12 06/19] s390/cpum_sf: Handle CPU hotplug remove during sampling

[PATCH net-next v2] net/smc: Remove unused function parameter in __smc_diag_dump
 2024-11-21  9:08 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 1/1] s390x: pv: Add test for large host pages backing
 2024-11-20 17:36 UTC  (5+ messages)

[PATCH v1 1/1] s390/vfio-ap: remove gmap_convert_to_secure from vfio_ap_ops
 2024-11-19 11:24 UTC  (3+ messages)

[PATCH net-next 1/1] Separate locks for rmbs/sndbufs linked lists of different lengths
 2024-11-19  8:13 UTC  (3+ messages)

[GIT PULL] s390 updates for 6.13 merge window
 2024-11-19  2:24 UTC  (2+ messages)

[PATCH v2 net-next] net/smc: Optimize the search method of reused buf_desc
 2024-11-19  2:21 UTC  (3+ messages)
` [PATCH net-next v3] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox