public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-07 17:16:43 to 2022-02-14 13:04:38 UTC [more...]

[PATCH v3 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-02-14 13:06 UTC  (25+ messages)
` [PATCH v3 14/30] vfio/pci: re-introduce CONFIG_VFIO_PCI_ZDEV
` [PATCH v3 17/30] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v3 18/30] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v3 24/30] vfio-pci/zdev: wire up group notifier

[PATCH net-next 0/3] net/smc: Improvements for TCP_CORK and sendfile()
 2022-02-14 12:10 UTC  (6+ messages)
` [PATCH net-next 2/3] net/smc: Remove corked dealyed work

[PATCH net-next 1/3] net/smc: Send directly when TCP_CORK is cleared
 2022-02-14 11:20 UTC  (3+ messages)
` [PATCH net-next] net/smc: Add comment for smc_tx_pending

[PATCH] parport_pc: Also enable driver for PCI systems
 2022-02-14 10:04 UTC  (7+ messages)

[kvm-unit-tests PATCH v4 0/4] S390x: CPU Topology Information
 2022-02-14  9:21 UTC  (13+ messages)
` [kvm-unit-tests PATCH v4 1/4] s390x: lib: Add SCLP toplogy nested level
` [kvm-unit-tests PATCH v4 2/4] s390x: stsi: Define vm_is_kvm to be used in different tests
` [kvm-unit-tests PATCH v4 3/4] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v4 4/4] s390x: topology: Checking Configuration Topology Information

[PATCH v5 0/6] KEXEC_SIG with appended signature
 2022-02-14  2:59 UTC  (13+ messages)
` [PATCH v5 2/6] powerpc/kexec_file: Add KEXEC_SIG support

[PATCH 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-02-14  2:30 UTC 

[GIT PULL] s390 updates for 5.17-rc4
 2022-02-12 17:17 UTC  (2+ messages)

[PATCH 39/49] arch/s390: replace cpumask_weight with cpumask_weight_eq where appropriate
 2022-02-11 23:40 UTC  (3+ messages)

[PATCH v4 00/10] KVM: s390: Do storage key checking
 2022-02-11 18:22 UTC  (11+ messages)
` [PATCH v4 01/10] s390/uaccess: Add copy_from/to_user_key functions
` [PATCH v4 02/10] KVM: s390: Honor storage keys when accessing guest memory
` [PATCH v4 03/10] KVM: s390: handle_tprot: Honor storage keys
` [PATCH v4 04/10] KVM: s390: selftests: Test TEST PROTECTION emulation
` [PATCH v4 05/10] KVM: s390: Add optional storage key checking to MEMOP IOCTL
` [PATCH v4 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access
` [PATCH v4 07/10] KVM: s390: Rename existing vcpu memop functions
` [PATCH v4 08/10] KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
` [PATCH v4 09/10] KVM: s390: Update api documentation for memop ioctl
` [PATCH v4 10/10] KVM: s390: selftests: Test memops with storage keys

[PATCH net] net/smc: Avoid overwriting the copies of clcsock callback functions
 2022-02-11 12:10 UTC  (5+ messages)

[PATCH net-next v7 0/5] net/smc: Optimizing performance in short-lived scenarios
 2022-02-11  9:41 UTC  (9+ messages)
` [PATCH net-next v7 1/5] net/smc: Make smc_tcp_listen_work() independent
` [PATCH net-next v7 2/5] net/smc: Limit backlog connections
` [PATCH net-next v7 3/5] net/smc: Limit SMC visits when handshake workqueue congested
` [PATCH net-next v7 4/5] net/smc: Dynamic control handshake limitation by socket options
` [PATCH net-next v7 5/5] net/smc: Add global configure for handshake limitation by netlink

[PATCH v3 00/10] KVM: s390: Do storage key checking
 2022-02-11  9:17 UTC  (21+ messages)
` [PATCH v3 01/10] s390/uaccess: Add copy_from/to_user_key functions
` [PATCH v3 02/10] KVM: s390: Honor storage keys when accessing guest memory
` [PATCH v3 03/10] KVM: s390: handle_tprot: Honor storage keys
` [PATCH v3 04/10] KVM: s390: selftests: Test TEST PROTECTION emulation
` [PATCH v3 05/10] KVM: s390: Add optional storage key checking to MEMOP IOCTL
` [PATCH v3 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access
` [PATCH v3 07/10] KVM: s390: Rename existing vcpu memop functions
` [PATCH v3 08/10] KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
` [PATCH v3 09/10] KVM: s390: Update api documentation for memop ioctl
` [PATCH v3 10/10] KVM: s390: selftests: Test memops with storage keys

[syzbot] KASAN: slab-out-of-bounds Read in smc_fback_error_report
 2022-02-11  9:08 UTC  (2+ messages)

[PATCH] KVM: s390: MAINTAINERS: promote Claudio Imbrenda
 2022-02-11  8:52 UTC  (5+ messages)

[PATCH net-next v6 0/5] net/smc: Optimizing performance in short-lived scenarios
 2022-02-10  3:47 UTC  (13+ messages)
` [PATCH net-next v6 1/5] net/smc: Make smc_tcp_listen_work() independent
` [PATCH net-next v6 2/5] net/smc: Limit backlog connections
` [PATCH net-next v6 3/5] net/smc: Fallback when handshake workqueue congested
` [PATCH net-next v6 4/5] net/smc: Dynamic control auto fallback by socket options
` [PATCH net-next v6 5/5] net/smc: Add global configure for auto fallback by netlink

[PATCH v3 0/5] Improve KVM's interaction with CPU hotplug
 2022-02-09 19:52 UTC  (3+ messages)
` [PATCH v3 2/5] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"

[PATCH v3 0/1] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-09 15:22 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v2 00/11] KVM: s390: Do storage key checking
 2022-02-09 13:20 UTC  (34+ messages)
` [PATCH v2 01/11] s390/uaccess: Add copy_from/to_user_key functions
` [PATCH v2 02/11] KVM: s390: Honor storage keys when accessing guest memory
` [PATCH v2 03/11] KVM: s390: handle_tprot: Honor storage keys
` [PATCH v2 04/11] KVM: s390: selftests: Test TEST PROTECTION emulation
` [PATCH v2 05/11] KVM: s390: Add optional storage key checking to MEMOP IOCTL
` [PATCH v2 06/11] KVM: s390: Add vm IOCTL for key checked guest absolute memory access
` [PATCH v2 08/11] KVM: s390: selftests: Test memops with storage keys
` [PATCH v2 09/11] KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
` [PATCH v2 10/11] KVM: s390: selftests: Make use of capability in MEM_OP test
` [PATCH v2 11/11] KVM: s390: Update api documentation for memop ioctl

[PATCH v2 0/1] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-09 12:26 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH net-next v5 0/5] net/smc: Optimizing performance in short-lived scenarios
 2022-02-09 11:37 UTC  (23+ messages)
` [PATCH net-next v5 1/5] net/smc: Make smc_tcp_listen_work() independent
` [PATCH net-next v5 2/5] net/smc: Limit backlog connections
` [PATCH net-next v5 3/5] net/smc: Fallback when handshake workqueue congested
` [PATCH net-next v5 4/5] net/smc: Dynamic control auto fallback by socket options
` [PATCH net-next v5 5/5] net/smc: Add global configure for auto fallback by netlink

[PATCH net-next] net/smc: Allocate pages of SMC-R on ibdev NUMA node
 2022-02-09 10:10 UTC  (8+ messages)

[RFC PATCH net-next 0/6] net/smc: Spread workload over multiple cores
 2022-02-09  9:49 UTC  (11+ messages)

[PATCH 0/4] RDMA device net namespace support for SMC
 2022-02-09  9:43 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-08 17:22 UTC  (4+ messages)

[kvm-unit-tests PATCH v2 0/4] s390x: Attestation tests
 2022-02-08 14:57 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 3/4] s390x: uv-guest: remove duplicated checks

[PATCH net-next v4 0/3] net/smc: Optimizing performance in short-lived scenarios
 2022-02-08 12:58 UTC  (6+ messages)
` [PATCH net-next v4 3/3] net/smc: Fallback when handshake workqueue congested

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-08  7:43 UTC  (2+ messages)

[bug report] net/smc: fix ref_tracker issue in smc_pnet_add()
 2022-02-08  7:32 UTC  (2+ messages)

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2022-02-08  3:27 UTC  (6+ messages)
` [PATCH v17 14/15] s390/ap: notify drivers on config changed and scan complete callbacks


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