linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-16 21:02:56 to 2024-04-25 12:03:40 UTC [more...]

[PATCH v4 0/8] sysctl: Remove sentinel elements from networking
 2024-04-25 12:03 UTC  (9+ messages)
` [PATCH v4 1/8] net: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v4 2/8] net: ipv{6,4}: "
` [PATCH v4 3/8] net: rds: "
` [PATCH v4 4/8] net: sunrpc: "
` [PATCH v4 5/8] net: Remove ctl_table sentinel elements from several networking subsystems
` [PATCH v4 6/8] netfilter: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH v4 7/8] appletalk: "
` [PATCH v4 8/8] ax.25: x.25: "

[PATCH net-next v6 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-04-25 11:30 UTC  (11+ messages)
` [PATCH net-next v6 01/11] net/smc: decouple ism_client from SMC-D DMB registration
` [PATCH net-next v6 02/11] net/smc: introduce loopback-ism for SMC intra-OS shortcut
` [PATCH net-next v6 07/11] net/smc: register loopback-ism into SMC-D device list

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-25 11:04 UTC  (16+ messages)
` [PATCH v3 01/11] stackleak: don't modify ctl_table argument
` [PATCH v3 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v3 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH v3 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH v3 05/11] neighbour: "
` [PATCH v3 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH v3 07/11] ipv6/addrconf: "
` [PATCH v3 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH v3 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH v3 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-24 16:48 UTC  (4+ messages)
` [PATCH 8/9] drivers/media/*: Convert from tasklet to BH workqueue

[PATCH v2 0/6] Ensure the copied buf is NUL terminated
 2024-04-24 15:16 UTC  (9+ messages)
` [PATCH v2 1/6] ice: ensure "
` [PATCH v2 2/6] bna: "
` [PATCH v2 3/6] bfa: "
` [PATCH v2 4/6] qedf: "
` [PATCH v2 5/6] cio: "
` [PATCH v2 6/6] octeontx2-af: avoid off-by-one read from userspace

[PATCH V2 00/19] timekeeping: Handle potential multiplication overflow
 2024-04-24 15:11 UTC  (3+ messages)
` [PATCH V2 04/19] math64: Tidy mul_u64_u32_shr()

[PATCH RFC] s390/pci: Drop unneeded reference to CONFIG_DMI
 2024-04-24 12:27 UTC  (5+ messages)

[PATCH 0/5] Ensure the copied buf is NULL terminated
 2024-04-24 11:55 UTC  (12+ messages)
` [PATCH 1/5] drivers/net/ethernet/intel-ice: ensure "
` [PATCH 2/5] drivers/net/brocade-bnad: "
` [PATCH 3/5] drivers/scsi/bfa/bfad: "
` [PATCH 4/5] drivers/scsi/qedf: "
` [PATCH 5/5] drivers/s390/cio: "
` [Intel-wired-lan] [PATCH 0/5] Ensure "

[PATCH 5.15 00/71] 5.15.157-rc1 review
 2024-04-24  9:21 UTC  (2+ messages)

[PATCH vhost v9 0/6] refactor the params of find_vqs()
 2024-04-24  9:15 UTC  (7+ messages)
` [PATCH vhost v9 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v9 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v9 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v9 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v9 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v9 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH vhost v8 0/6] refactor the params of find_vqs()
 2024-04-24  9:04 UTC  (5+ messages)
` [PATCH vhost v8 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-23 18:44 UTC  (20+ messages)
` [PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations
` [PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v2] vfio/pci: Support 8-byte PCI loads and stores
 2024-04-23 16:16 UTC  (7+ messages)

[kvm-unit-tests PATCH v3 0/1] s390x: cmm: test no-translate bit after reset
 2024-04-23 12:57 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/1] "

[PATCH 0/3] drivers/s390: Fix instances of -Wcast-function-type-strict
 2024-04-23  7:34 UTC  (22+ messages)
` [PATCH 1/3] s390/vmlogrdr: Remove function pointer cast
` [PATCH 2/3] s390/smsgiucv_app: "
` [PATCH 3/3] s390/netiucv: "

[PATCH v3 0/6] Fix mlx5 write combining support on new ARM64 cores
 2024-04-23  0:18 UTC  (2+ messages)

[PATCH v4 00/15] mm: jit/text allocator
 2024-04-22 18:32 UTC  (28+ messages)
` [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES

[PATCH v3 00/15] Add support for suppressing warning backtraces
 2024-04-22 17:40 UTC  (3+ messages)
` [PATCH v3 14/15] riscv: "

[PATCH] vfio/pci: Support 8-byte PCI loads and stores
 2024-04-22 11:08 UTC  (6+ messages)

[kvm-unit-tests RFC 0/2] lib: s390x: Inline asm cleanup
 2024-04-22 10:57 UTC  (4+ messages)
` [kvm-unit-tests RFC 2/2] lib: s390x: css: Name inline assembly arguments and clean them up

[kvm-unit-tests PATCH v2 0/1] s390x: cmm: test no-translate bit after reset
 2024-04-22  8:51 UTC  (2+ messages)
` [kvm-unit-tests PATCH v2 1/1] "

[PATCH v5 10/15] powerpc: extend execmem_params for kprobes allocations
 2024-04-22  8:50 UTC  (6+ messages)
` [PATCH v5 11/15] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v5 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v5 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v5 14/15] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v5 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v5 01/15] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
 2024-04-22  8:47 UTC  (9+ messages)
` [PATCH v5 02/15] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v5 03/15] nios2: define virtual address space for modules
` [PATCH v5 04/15] sparc: simplify module_alloc()
` [PATCH v5 05/15] module: make module_memory_{alloc,free} more self-contained
` [PATCH v5 06/15] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v5 07/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v5 08/15] mm/execmem, arch: convert remaining "
` [PATCH v5 09/15] riscv: extend execmem_params for generated code allocations

[PATCH v5 00/15] mm: jit/text allocator
 2024-04-22  8:26 UTC 

[PATCH] KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M
 2024-04-22  8:25 UTC  (3+ messages)

[GIT PULL] s390 fixes for 6.9-rc5
 2024-04-19 17:04 UTC  (2+ messages)

[PATCH v2] sysctl: treewide: constify ctl_table_header::ctl_table_arg
 2024-04-18 17:33 UTC  (2+ messages)

[PATCH v3 0/2] s390/mm: shared zeropage + KVM fixes
 2024-04-18 13:09 UTC  (10+ messages)
` [PATCH v3 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[PATCH net] net/smc: fix potential sleeping issue in smc_switch_conns
 2024-04-18 11:57 UTC  (11+ messages)

[kvm-unit-tests PATCH 0/2] s390x: run script fixes for PV tests
 2024-04-18 11:10 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: Fix misspelt variable name in func.bash

[PATCH v2 RESEND 0/5] sched/vtime: vtime.h headers cleanup
 2024-04-18  1:00 UTC  (3+ messages)

[PATCH vfs.all 15/26] s390/dasd: use bdev api in dasd_format()
 2024-04-17 12:47 UTC  (3+ messages)

[PATCH net] s390/ism: Properly fix receive message buffer allocation
 2024-04-17 12:00 UTC  (2+ messages)

[RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
 2024-04-17  1:40 UTC  (5+ messages)

[PATCH 5/5] ptdump: add state parameter for non-leaf callback
 2024-04-16 21:01 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).