linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-24 15:14:36 to 2022-02-01 03:07:16 UTC [more...]

consolidate the compat fcntl definitions v2
 2022-02-01  3:07 UTC  (14+ 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

[PATCH V4 00/17] riscv: compat: Add COMPAT mode support for rv64
 2022-01-31 13:52 UTC  (37+ 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

[PATCH 0/4] RDMA device net namespace support for SMC
 2022-01-31 13:49 UTC  (4+ messages)
` [PATCH 2/4] net/smc: Add netlink net namespace support

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

[PATCH v2 net-next 0/3] net/smc: Optimizing performance in
 2022-01-31 12:46 UTC  (8+ 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 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  (4+ 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 RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-01-31  9:41 UTC  (5+ 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  (5+ 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 net-next 0/6] net/smc: Spread workload over multiple cores
 2022-01-28  6:55 UTC  (13+ 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  (37+ 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 v2 15/30] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v2 17/30] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v2 18/30] KVM: s390: pci: provide routines for enabling/disabling interpretation
` [PATCH v2 19/30] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v2 20/30] KVM: s390: pci: provide routines for enabling/disabling IOAT assist
` [PATCH v2 25/30] vfio-pci/zdev: wire up zPCI interpretive execution support
` [PATCH v2 26/30] vfio-pci/zdev: wire up zPCI adapter interrupt forwarding support

[PATCH net-next 0/2] net/smc: Spread workload over multiple cores
 2022-01-27 14:59 UTC  (8+ messages)
` [PATCH net-next 1/2] net/smc: Introduce smc_ib_cq to bind link and cq
` [PATCH net-next 2/2] net/smc: Multiple CQs per IB devices

[PATCH v5 0/6] KEXEC_SIG with appended signature
 2022-01-25 20:30 UTC  (10+ messages)
` [PATCH v5 3/6] kexec_file: Don't opencode appended signature verification
` [PATCH v5 4/6] module: strip the signature marker in the verification function
` [PATCH v5 5/6] module: Use key_being_used_for for log messages in verify_appended_signature
` [PATCH v5 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig

[PATCH v4 0/6] KEXEC_SIG with appended signature
 2022-01-25 19:50 UTC  (3+ messages)
` [PATCH v4 1/6] s390/kexec_file: Don't opencode appended signature check

[PATCH qemu] s390x: sck: load into a temporary not into in1
 2022-01-25 16:44 UTC  (5+ messages)

[RFC PATCH v1 01/10] s390/uaccess: Add storage key checked access to user memory
 2022-01-25 13:23 UTC  (5+ messages)
` [RFC PATCH] uaccess: Add mechanism for "

[PATCH kvm-unit-tests v1 0/8] s390x: Extend instruction interception tests
 2022-01-25 13:00 UTC  (6+ messages)
` [PATCH kvm-unit-tests v1 1/8] s390x: Add more tests for MSCH
` [PATCH kvm-unit-tests v1 2/8] s390x: Add test for PFMF low-address protection

[PATCH] zfcp: fix failed recovery on gone remote port with non-NPIV FCP devices
 2022-01-25  5:40 UTC  (2+ 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).