public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-01 16:50:59 to 2022-02-08 22:23:17 UTC [more...]

[PATCH v3 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-02-08 20:40 UTC  (49+ messages)
` [PATCH v3 01/30] s390/sclp: detect the zPCI load/store interpretation facility
` [PATCH v3 02/30] s390/sclp: detect the AISII facility
` [PATCH v3 03/30] s390/sclp: detect the AENI facility
` [PATCH v3 04/30] s390/sclp: detect the AISI facility
` [PATCH v3 05/30] s390/airq: pass more TPI info to airq handlers
` [PATCH v3 06/30] s390/airq: allow for airq structure that uses an input vector
` [PATCH v3 07/30] s390/pci: externalize the SIC operation controls and routine
` [PATCH v3 08/30] s390/pci: stash associated GISA designation
` [PATCH v3 09/30] s390/pci: export some routines related to RPCIT processing
` [PATCH v3 10/30] s390/pci: stash dtsm and maxstbl
` [PATCH v3 11/30] s390/pci: add helper function to find device by handle
` [PATCH v3 12/30] s390/pci: get SHM information from list pci
` [PATCH v3 13/30] s390/pci: return status from zpci_refresh_trans
` [PATCH v3 14/30] vfio/pci: re-introduce CONFIG_VFIO_PCI_ZDEV
` [PATCH v3 15/30] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v3 16/30] KVM: s390: pci: do initial setup for AEN interpretation
` [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 19/30] KVM: s390: pci: provide routines for enabling/disabling interpretation
` [PATCH v3 20/30] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v3 21/30] KVM: s390: pci: provide routines for enabling/disabling IOAT assist
` [PATCH v3 22/30] KVM: s390: pci: handle refresh of PCI translations
` [PATCH v3 23/30] KVM: s390: intercept the rpcit instruction
` [PATCH v3 24/30] vfio-pci/zdev: wire up group notifier
` [PATCH v3 25/30] vfio-pci/zdev: wire up zPCI interpretive execution support
` [PATCH v3 26/30] vfio-pci/zdev: wire up zPCI adapter interrupt forwarding support
` [PATCH v3 27/30] vfio-pci/zdev: wire up zPCI IOAT assist support
` [PATCH v3 28/30] vfio-pci/zdev: add DTSM to clp group capability
` [PATCH v3 29/30] KVM: s390: introduce CPU feature for zPCI Interpretation
` [PATCH v3 30/30] MAINTAINERS: additional files related kvm s390 pci passthrough

[BUG] net: smc: possible deadlock in smc_lgr_free() and smc_link_down_work()
 2022-02-08 17:22 UTC  (4+ messages)

[PATCH net-next v5 0/5] net/smc: Optimizing performance in short-lived scenarios
 2022-02-08 17:13 UTC  (10+ 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 v2 0/1] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-08 16:53 UTC  (2+ messages)
` [PATCH v2 1/1] "

[kvm-unit-tests PATCH v4 0/4] S390x: CPU Topology Information
 2022-02-08 15:43 UTC  (8+ 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

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

[PATCH v2 00/11] KVM: s390: Do storage key checking
 2022-02-08 14:36 UTC  (21+ 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 07/11] KVM: s390: Rename existing vcpu memop functions
` [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 net-next v4 0/3] net/smc: Optimizing performance in short-lived scenarios
 2022-02-08 12:58 UTC  (8+ messages)
` [PATCH net-next v4 1/3] net/smc: Make smc_tcp_listen_work() independent
` [PATCH net-next v4 2/3] net/smc: Limits backlog connections
` [PATCH net-next v4 3/3] net/smc: Fallback when handshake workqueue congested

[PATCH net-next] net/smc: Allocate pages of SMC-R on ibdev NUMA node
 2022-02-08  9:32 UTC  (6+ messages)

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-08  7:43 UTC  (8+ messages)
` [PATCH V5 06/21] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V5 15/21] riscv: compat: Add hw capability check for elf

[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

[PATCH] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-07 17:09 UTC  (3+ messages)

[PATCH v7 00/17] KVM: s390: pv: implement lazy destroy for reboot
 2022-02-07 15:40 UTC  (40+ messages)
` [PATCH v7 01/17] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v7 02/17] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v7 03/17] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v7 04/17] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v7 05/17] KVM: s390: pv: usage counter instead of flag
` [PATCH v7 06/17] KVM: s390: pv: add export before import
` [PATCH v7 07/17] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v7 08/17] KVM: s390: pv: make kvm_s390_cpus_from_pv global
` [PATCH v7 09/17] KVM: s390: pv: clear the state without memset
` [PATCH v7 10/17] KVM: s390: pv: add mmu_notifier
` [PATCH v7 11/17] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v7 12/17] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v7 13/17] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v7 14/17] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v7 15/17] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v7 16/17] KVM: s390: pv: add KVM_CAP_S390_PROT_REBOOT_ASYNC
` [PATCH v7 17/17] KVM: s390: pv: avoid export before import if possible

[patch v11 01/13] s390: add support for TIF_TASK_ISOL
 2022-02-07 11:40 UTC  (2+ messages)

[PATCH net-next 0/3] net/smc: Improvements for TCP_CORK and sendfile()
 2022-02-07 10:03 UTC  (4+ messages)
` [PATCH net-next 1/3] net/smc: Send directly when TCP_CORK is cleared

[PATCH v2 net-next 0/3] net/smc: Optimizing performance in
 2022-02-07  9:37 UTC  (14+ 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 v2 0/3] vstatus: TTY status message request
 2022-02-07  5:38 UTC  (9+ messages)
` [PATCH v2 1/3] vstatus: Allow the n_tty line dicipline to write to a user tty
` [PATCH v2 2/3] status: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT
` [PATCH v2 3/3] vstatus: Display an informational message when the VSTATUS character is pressed or TIOCSTAT ioctl is called

[PATCH net-next v3 0/3] Optimizing performance in short-lived scenarios
 2022-02-05 12:16 UTC  (6+ messages)
` [PATCH net-next v3 1/3] net/smc: Make smc_tcp_listen_work() independent
  ` [RFC PATCH] net/smc: smc_tcp_ls_wq can be static
` [PATCH net-next v3 2/3] net/smc: Limits backlog connections
` [PATCH net-next v3 3/3] net/smc: Fallback when handshake workqueue congested

[PATCH AUTOSEL 5.16 23/52] s390/module: test loading modules with a lot of relocations
 2022-02-03 20:29 UTC 

[PATCH v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-02-03 10:52 UTC 

[PATCH v5 0/6] KEXEC_SIG with appended signature
 2022-02-03 10:49 UTC  (4+ messages)
` [PATCH v5 3/6] kexec_file: Don't opencode appended signature verification

[PATCH RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-02-02 13:45 UTC  (2+ 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"

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


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