linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-27 07:59:41 to 2022-02-03 09:19:48 UTC [more...]

[kvm-unit-tests PATCH v2 0/4] s390x: Attestation tests
 2022-02-03  9:19 UTC 

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-03  2:44 UTC  (30+ messages)
` [PATCH V5 01/21] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V5 02/21] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V5 03/21] compat: consolidate the compat_flock{,64} definition
` [PATCH V5 04/21] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V5 05/21] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V5 06/21] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V5 07/21] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V5 08/21] riscv: Fixup difference with defconfig
` [PATCH V5 09/21] riscv: compat: Add basic compat data type implementation
` [PATCH V5 10/21] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V5 11/21] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V5 12/21] riscv: compat: syscall: Add entry.S implementation
` [PATCH V5 13/21] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V5 14/21] riscv: compat: Add elf.h implementation
` [PATCH V5 15/21] riscv: compat: Add hw capability check for elf
` [PATCH V5 16/21] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V5 17/21] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V5 18/21] riscv: compat: signal: Add rt_frame implementation
` [PATCH V5 19/21] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V5 20/21] riscv: compat: Add COMPAT Kbuild skeletal support
` [PATCH V5 21/21] KVM: compat: riscv: Prevent KVM_COMPAT from being selected

[PATCH v2 net-next 0/3] net/smc: Optimizing performance in
 2022-02-02 14:04 UTC  (12+ messages)
` [PATCH v2 net-next 1/3] net/smc: Make smc_tcp_listen_work() independent
` [PATCH v2 net-next 2/3] net/smc: Limits backlog connections
` [PATCH v2 net-next 3/3] net/smc: Fallback when handshake workqueue congested

[PATCH RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-02-02 13:45 UTC  (8+ messages)

[PATCH 0/4] RDMA device net namespace support for SMC
 2022-02-02  7:26 UTC  (6+ messages)
` [PATCH 2/4] net/smc: Add netlink net namespace support
      ` [PATCH] Partially revert "net/smc: Add netlink net namespace support"

[BUG] net: smc: possible deadlock in smc_lgr_free() and smc_link_down_work()
 2022-02-01 17:06 UTC  (3+ messages)

[RFC PATCH net-next 0/6] net/smc: Spread workload over multiple cores
 2022-02-01 16:50 UTC  (14+ messages)

[PATCH V4 00/17] riscv: compat: Add COMPAT mode support for rv64
 2022-02-01 13:56 UTC  (43+ messages)
` [PATCH V4 01/17] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V4 02/17] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V4 03/17] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V4 04/17] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V4 05/17] riscv: Fixup difference with defconfig
` [PATCH V4 06/17] riscv: compat: Add basic compat date type implementation
` [PATCH V4 07/17] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V4 08/17] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V4 09/17] riscv: compat: syscall: Add entry.S implementation
` [PATCH V4 10/17] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V4 11/17] riscv: compat: Add elf.h implementation
` [PATCH V4 12/17] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V4 13/17] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V4 14/17] riscv: compat: signal: Add rt_frame implementation
` [PATCH V4 15/17] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V4 16/17] riscv: compat: Add COMPAT Kbuild skeletal support
` [PATCH V4 17/17] KVM: compat: riscv: Prevent KVM_COMPAT from being selected

consolidate the compat fcntl definitions v2
 2022-02-01 11:23 UTC  (17+ messages)
` [PATCH 1/5] uapi: remove the unused HAVE_ARCH_STRUCT_FLOCK64 define
` [PATCH 2/5] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH 3/5] uapi: merge the 32-bit mips struct flock into the generic one
` [PATCH 4/5] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH 5/5] compat: consolidate the compat_flock{,64} definition

[PATCH net-next 0/3] net/smc: Improvements for TCP_CORK and sendfile()
 2022-01-31 19:46 UTC  (8+ messages)
` [PATCH net-next 1/3] net/smc: Send directly when TCP_CORK is cleared
` [PATCH net-next 2/3] net/smc: Remove corked dealyed work
` [PATCH net-next 3/3] net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flag

[RFC PATCH net-next] net/smc: Introduce receive queue flow control support
 2022-01-31 12:56 UTC  (5+ messages)

[PATCH 1/1] KVM: s390: index kvm->arch.idle_mask by vcpu_idx
 2022-01-31 12:24 UTC  (5+ messages)

[PATCH net] net/smc: Forward wakeup to smc socket waitqueue after fallback
 2022-01-31 11:20 UTC  (3+ messages)

[RFC PATCH] s390: vfio-ap: Register the vfio_ap module for the "ap" parent bus
 2022-01-31 11:03 UTC  (23+ messages)

[PATCH net-next] net/smc: Allocate pages of SMC-R on ibdev NUMA node
 2022-01-31  7:20 UTC  (2+ messages)

[PATCH 0/3] status: TTY status message request
 2022-01-29 15:23 UTC  (3+ messages)

[s390:fixes 5/6] arch/s390/lib/test_modules_helpers.c:8:13: warning: no previous prototype for 'test_modules_return_0000'
 2022-01-29  8:14 UTC 

ftrace hangs waiting for rcu
 2022-01-28 17:47 UTC  (5+ messages)

[GIT PULL] s390 updates for 5.17-rc2
 2022-01-28 17:35 UTC  (2+ messages)

[PATCH net-next 0/3] Optimizing performance in short-lived
 2022-01-28 14:05 UTC  (11+ messages)
` [PATCH net-next 1/3] net/smc: Make smc_tcp_listen_work() independent
` [PATCH net-next 2/3] net/smc: Limits backlog connections
` [PATCH net-next 3/3] net/smc: Fallback when handshake workqueue congested

[PATCH qemu v2] s390x: sck: load into a temporary not into in1
 2022-01-28 10:01 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/4] s390x: Attestation tests
 2022-01-28  9:58 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/4] s390x: uv-host: Add attestation test
` [kvm-unit-tests PATCH 2/4] s390x: lib: Add QUI getter
` [kvm-unit-tests PATCH 3/4] s390x: uv-guest: remove duplicated checks
` [kvm-unit-tests PATCH 4/4] s390x: uv-guest: Add attestation tests

[PATCH V3 03/17] asm-generic: compat: Cleanup duplicate definitions
 2022-01-28  7:20 UTC  (3+ messages)

[RFC PATCH v1 00/10] KVM: s390: Do storage key checking
 2022-01-27 17:34 UTC  (7+ messages)
` [RFC PATCH v1 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access

[PATCH net-next] net/smc: Use kvzalloc for allocating smc_link_group
 2022-01-27 15:28 UTC  (6+ messages)

[PATCH v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-27 15:14 UTC  (11+ messages)
` [PATCH v2 07/30] s390/pci: externalize the SIC operation controls and routine
` [PATCH v2 12/30] s390/pci: get SHM information from list pci
` [PATCH v2 13/30] s390/pci: return status from zpci_refresh_trans

[PATCH net-next 0/2] net/smc: Spread workload over multiple cores
 2022-01-27 14:59 UTC  (6+ 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).