messages from 2022-10-19 11:54:55 to 2022-10-31 22:46:30 UTC [more...]
[PATCH 00/10] Connect VFIO to IOMMUFD
2022-10-31 22:45 UTC (21+ messages)
` [PATCH 01/10] vfio: Move vfio_device driver open/close code to a function
` [PATCH 02/10] vfio: Move vfio_device_assign_container() into vfio_device_first_open()
` [PATCH 03/10] vfio: Rename vfio_device_assign/unassign_container()
` [PATCH 04/10] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c
` [PATCH 05/10] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [PATCH 06/10] vfio-iommufd: Allow iommufd to be used in place of a container fd
` [PATCH 07/10] vfio-iommufd: Support iommufd for physical VFIO devices
` [PATCH 08/10] vfio-iommufd: Support iommufd for emulated "
` [PATCH 09/10] vfio: Make vfio_container optionally compiled
` [PATCH 10/10] iommufd: Allow iommufd to supply /dev/vfio/vfio
[PATCH v4 0/2] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
2022-10-31 18:36 UTC (16+ messages)
` [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
[PATCH 0/5] iommu/s390: Further improvements
2022-10-31 16:11 UTC (25+ messages)
` [PATCH 1/5] iommu/s390: Make attach succeed even if the device is in error state
` [PATCH 2/5] iommu/s390: Add I/O TLB ops
` [PATCH 3/5] iommu/s390: Use RCU to allow concurrent domain_list iteration
[PATCH] scripts/min-tool-version.sh: raise minimum clang version to 15.0.0 for s390
2022-10-31 15:58 UTC (2+ messages)
[PATCH] s390: always build relocatable kernel
2022-10-31 15:55 UTC (2+ messages)
[PATCH v3 0/2] Fix /proc/cpuinfo cpumask warning
2022-10-31 10:03 UTC (11+ messages)
` [PATCH v3 2/2] x86: "
[PATCH v2] random: do not include <asm/archrandom.h> from random.h
2022-10-29 1:08 UTC
[GIT PULL] s390 updates for 6.1-rc3
2022-10-29 0:15 UTC (2+ messages)
[PATCH v1 0/7] vfio-ccw parent rework
2022-10-28 19:18 UTC (19+ messages)
` [PATCH v1 1/7] vfio/ccw: create a parent struct
` [PATCH v1 2/7] vfio/ccw: remove private->sch
` [PATCH v1 3/7] vfio/ccw: move private initialization to callback
` [PATCH v1 4/7] vfio/ccw: move private to mdev lifecycle
` [PATCH v1 5/7] vfio/ccw: remove release completion
` [PATCH v1 6/7] vfio/ccw: replace vfio_init_device with _alloc_
` [PATCH v1 7/7] vfio: Remove vfio_free_device
[PATCH v5 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
2022-10-28 8:12 UTC (3+ messages)
` [PATCH v5 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v5 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
[PATCH net-next v3 00/10] optimize the parallelism of SMC-R connections
2022-10-28 5:29 UTC (19+ messages)
` [PATCH net-next v3 01/10] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending
` [PATCH net-next v3 02/10] net/smc: fix SMC_CLC_DECL_ERR_REGRMB without smc_server_lgr_pending
` [PATCH net-next v3 03/10] net/smc: allow confirm/delete rkey response deliver multiplex
` [PATCH net-next v3 04/10] net/smc: make SMC_LLC_FLOW_RKEY run concurrently
` [PATCH net-next v3 05/10] net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
` [PATCH net-next v3 06/10] net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse()
` [PATCH net-next v3 07/10] net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
` [PATCH net-next v3 08/10] net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
` [PATCH net-next v3 09/10] net/smc: Fix potential panic dues to unprotected smc_llc_srv_add_link()
` [PATCH net-next v3 10/10] net/smc: fix application data exception
[PATCH V7 net-next 0/6] ethtool: add support to set/get tx copybreak buf size and rx buf len
2022-10-28 0:50 UTC (5+ messages)
[RFC][PATCH v2 02/31] timers: s390/cmm: Use del_timer_shutdown() before freeing timer
2022-10-27 15:05 UTC
[PATCH] KVM: s390: pci: Fix allocation size of aift kzdev elements
2022-10-26 14:54 UTC (4+ messages)
[PATCH] selftests: vm: use 1 MB hugepage size for s390
2022-10-26 12:44 UTC (3+ messages)
[PATCH v2 0/1] KVM: s390: vsie: clarifications on setting the APCB
2022-10-26 8:18 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCH net-next v4 00/10] optimize the parallelism of SMC-R connections
2022-10-26 7:20 UTC (13+ messages)
` [PATCH net-next v4 01/10] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending
` [PATCH net-next v4 02/10] net/smc: fix SMC_CLC_DECL_ERR_REGRMB without smc_server_lgr_pending
` [PATCH net-next v4 03/10] net/smc: allow confirm/delete rkey response deliver multiplex
` [PATCH net-next v4 04/10] net/smc: make SMC_LLC_FLOW_RKEY run concurrently
` [PATCH net-next v4 05/10] net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
` [PATCH net-next v4 06/10] net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse()
` [PATCH net-next v4 07/10] net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
` [PATCH net-next v4 08/10] net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
` [PATCH net-next v4 09/10] net/smc: Fix potential panic dues to unprotected smc_llc_srv_add_link()
` [PATCH net-next v4 10/10] net/smc: fix application data exception
[v2] KVM: s390: pv: fix external interruption loop not always detected
2022-10-25 12:00 UTC (2+ messages)
[PATCH v8 0/6] iommu/s390: Fixes related to attach and aperture handling
2022-10-25 11:56 UTC (7+ messages)
` [PATCH v8 1/6] iommu/s390: Fix duplicate domain attachments
` [PATCH v8 2/6] iommu/s390: Get rid of s390_domain_device
` [PATCH v8 3/6] iommu/s390: Fix potential s390_domain aperture shrinking
` [PATCH v8 4/6] iommu/s390: Fix incorrect aperture check
` [PATCH v8 5/6] iommu/s390: Fix incorrect pgsize_bitmap
` [PATCH v8 6/6] iommu/s390: Implement map_pages()/unmap_pages() instead of map()/unmap()
[v2 0/1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
2022-10-25 11:36 UTC (6+ messages)
` [v2 1/1] "
[v1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
2022-10-25 8:21 UTC (3+ messages)
[kvm-unit-tests PATCH v5 0/2] S390x: CPU Topology Information
2022-10-24 14:20 UTC (3+ messages)
` [kvm-unit-tests PATCH v5 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v5 2/2] s390x: topology: Checking Configuration Topology Information
[PATCH v7 0/6] iommu/s390: Fixes related to attach and aperture handling
2022-10-24 16:59 UTC (12+ messages)
` [PATCH v7 1/6] iommu/s390: Fix duplicate domain attachments
` [PATCH v7 2/6] iommu/s390: Get rid of s390_domain_device
` [PATCH v7 3/6] iommu/s390: Fix potential s390_domain aperture shrinking
` [PATCH v7 4/6] iommu/s390: Fix incorrect aperture check
` [PATCH v7 6/6] iommu/s390: Implement map_pages()/unmap_pages() instead of map()/unmap()
[PATCH] s390/vfio-ap: Fix memory allocation for mdev_types array
2022-10-24 12:01 UTC (3+ messages)
[PATCH] s390/kernel: fix repeated words in comments
2022-10-22 5:32 UTC
[PATCH] s390/kernel: fix repeated words in comments
2022-10-22 5:29 UTC
[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2022-10-21 19:22 UTC (5+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
[PATCH v3 rcu 08/11] arch/s390: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option
2022-10-20 16:35 UTC (5+ messages)
[RFC 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2022-10-20 15:36 UTC (11+ messages)
` [RFC 1/6] s390/ism: Set DMA coherent mask
` [RFC 2/6] s390/pci: prepare is_passed_through() for dma-iommu
` [RFC 3/6] s390/pci: Use dma-iommu layer
` [RFC 4/6] iommu/dma: Prepare for multiple flush queue implementations
` [RFC 5/6] iommu/dma: Add simple batching flush queue implementation
` [RFC 6/6] iommu/s390: flush queued IOVAs on RPCIT out of resource indication
[v1 0/5] KVM: s390: Fix virtual-real address confusions
2022-10-20 14:31 UTC (6+ messages)
` [v1 1/5] s390/mm: gmap: sort out physical vs virtual pointers usage
` [v1 2/5] s390/entry: sort out physical vs virtual pointers usage in sie64a
` [v1 3/5] KVM: s390: sort out physical vs virtual pointers usage
` [v1 4/5] KVM: s390: sida: "
` [v1 5/5] KVM: s390: pv: "
6.1-rc1 regression: virtio-net cpumask and during reboot
2022-10-19 12:13 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).