linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-01 00:00:54 to 2022-03-08 07:05:46 UTC [more...]

[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-08  7:01 UTC  (4+ messages)
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-03-07 23:45 UTC  (13+ messages)
` [PATCH v18 07/18] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v18 08/18] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device

Buffered I/O broken on s390x with page faults disabled (gfs2)
 2022-03-07 23:18 UTC  (2+ messages)

[PATCH kvm-unit-tests v1 0/6] s390x: SIGP fixes
 2022-03-07 20:15 UTC  (25+ messages)
` [PATCH kvm-unit-tests v1 1/6] lib: s390x: smp: Retry SIGP SENSE on CC2
` [PATCH kvm-unit-tests v1 2/6] s390x: smp: Test SIGP RESTART against stopped CPU
` [PATCH kvm-unit-tests v1 3/6] s390x: smp: Fix checks for SIGP STOP STORE STATUS
` [PATCH kvm-unit-tests v1 4/6] s390x: smp: Create and use a non-waiting CPU stop
` [PATCH kvm-unit-tests v1 5/6] s390x: smp: Create and use a non-waiting CPU restart
` [PATCH kvm-unit-tests v1 6/6] lib: s390x: smp: Convert remaining smp_sigp to _retry

[PATCH V7 00/20] riscv: compat: Add COMPAT mode support for rv64
 2022-03-07 15:23 UTC  (2+ messages)

[PATCH net-next 00/10] net: Convert user to netif_rx(), part 3
 2022-03-07 12:00 UTC  (3+ messages)
` [PATCH net-next 01/10] s390: net: Use netif_rx()

[PATCH net-next v3] net/smc: fix compile warning for smc_sysctl
 2022-03-07  2:59 UTC  (3+ messages)

cleanup swiotlb initialization v4
 2022-03-06 17:01 UTC  (35+ messages)
` [PATCH 01/12] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/12] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/12] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/12] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/12] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 06/12] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/12] x86: remove the IOMMU table infrastructure
` [PATCH 08/12] x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
` [PATCH 09/12] swiotlb: make the swiotlb_init interface more useful
` [PATCH 10/12] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 11/12] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 12/12] x86: remove cruft from <asm/dma-mapping.h>

[PATCH net-next v2] net/smc: fix compile warning for smc_sysctl
 2022-03-06 14:27 UTC  (3+ messages)

[PATCH net-next] Revert "net/smc: don't req_notify until all CQEs drained"
 2022-03-06 11:00 UTC  (3+ messages)

[GIT PULL] s390 updates for 5.17-rc7
 2022-03-05 20:13 UTC  (2+ messages)

[syzbot] KASAN: slab-out-of-bounds Read in smc_fback_error_report
 2022-03-05 10:21 UTC  (2+ messages)

[PATCH v3 0/4] s390: Ultravisor device
 2022-03-04 14:11 UTC  (5+ messages)
` [PATCH v3 1/4] drivers/s390/char: Add Ultravisor io device
` [PATCH v3 2/4] drivers/s390/char: Add Query Ultravisor Information to uvdevice
` [PATCH v3 3/4] selftests: drivers/s390x: Add uvdevice tests
` [PATCH v3 4/4] selftests: drivers/s390x: Add uvdevice QUI tests

[PATCH v2 0/3] s390: Ultravisor device
 2022-03-04 12:11 UTC  (10+ messages)
` [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH v2 2/3] drivers/s390/char: Add Ultravisor attestation to uvdevice
` [PATCH v2 3/3] selftests: drivers/s390x: Add uvdevice tests

[PATCH] s390: Fix typo in syscall_wrapper.h
 2022-03-04  9:01 UTC 

[PATCH net-next 0/7] net/smc: some datapath performance optimizations
 2022-03-04  8:23 UTC  (13+ messages)
` [PATCH net-next 1/7] net/smc: add sysctl interface for SMC
` [PATCH net-next 2/7] net/smc: add autocorking support
` [PATCH net-next 3/7] net/smc: add sysctl for autocorking
` [PATCH net-next 4/7] net/smc: send directly on setting TCP_NODELAY
` [PATCH net-next 5/7] net/smc: correct settings of RMB window update limit
` [PATCH net-next 6/7] net/smc: don't req_notify until all CQEs drained
` [PATCH net-next 7/7] net/smc: don't send in the BH context if sock_owned_by_user

[PATCH net-next] net/smc: fix document build WARNING from smc-sysctl.rst
 2022-03-04  5:30 UTC  (2+ messages)

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

[PATCH V3 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-03-03 15:28 UTC  (20+ messages)
` [PATCH V3 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 05/30] arm64/mm: "
` [PATCH V3 09/30] arm/mm: "
` [PATCH V3 19/30] csky/mm: "

[PATCH v1 1/1] KVM: s390: Don't cast parameter in bit operations
 2022-03-03 10:19 UTC  (9+ messages)

[kvm-unit-tests PATCH] s390x: Add strict mode to specification exception interpretation test
 2022-03-03  9:43 UTC  (3+ messages)

[PATCH net-next] net/smc: fix compile warning for smc_sysctl
 2022-03-03  2:35 UTC  (5+ messages)

[PATCH v2] parport_pc: Also enable driver for PCI systems
 2022-03-02 20:44 UTC  (5+ messages)
` [PING][PATCH "

[PATCH net v3 0/2] fix unexpected SMC_CLC_DECL_ERR_REGRMB error
 2022-03-02 13:25 UTC  (3+ messages)
` [PATCH net v3 1/2] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
` [PATCH net v3 2/2] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server

[PATCH net v2 0/2] fix unexpected SMC_CLC_DECL_ERR_REGRMB error
 2022-03-02 13:16 UTC  (3+ messages)
` [PATCH net v2 1/2] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
  ` [PATCH net v2 2/2] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server

[PATCH 0/9] kvm: s390: Add PV dump support
 2022-03-02 12:41 UTC  (13+ messages)
` [PATCH 1/9] s390x: Add SE hdr query information
` [PATCH 2/9] s390: uv: Add dump fields to query
` [PATCH 3/9] KVM: s390: pv: Add query interface
` [PATCH 5/9] KVM: s390: pv: Add query dump information

[PATCH v1 1/1] KVM: s390x: fix SCK locking
 2022-03-02 12:00 UTC  (3+ messages)

[PATCH net] net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error
 2022-03-02 11:44 UTC  (5+ messages)

[PATCH v3 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-03-02 11:01 UTC  (6+ messages)
` [PATCH v3 06/11] s390: cio: Use driver_set_override() instead of open-coding
` [PATCH v3 10/11] slimbus: qcom-ngd: Fix kfree() of static memory on setting driver_override

cleanup swiotlb initialization v2
 2022-03-02  9:22 UTC  (6+ messages)
` [PATCH 07/11] x86: remove the IOMMU table infrastructure

[kvm-unit-tests PATCH v2] s390x: Test effect of storage keys on some instructions
 2022-03-01  9:50 UTC 

[PATCH v3 01/11] driver: platform: Add helper for safer setting of driver_override
 2022-03-01  8:49 UTC  (2+ messages)

[PATCH v3 05/11] PCI: Use driver_set_override() instead of open-coding
 2022-03-01  8:41 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).