messages from 2023-04-26 09:24:56 to 2023-05-02 13:22:47 UTC [more...]
[kvm-unit-tests PATCH v3 0/9] s390x: uv-host: Fixups and extensions part 1
2023-05-02 13:07 UTC (10+ messages)
` [kvm-unit-tests PATCH v3 1/9] s390x: uv-host: Fix UV init test memory allocation
` [kvm-unit-tests PATCH v3 2/9] s390x: uv-host: Check for sufficient amount of memory
` [kvm-unit-tests PATCH v3 3/9] s390x: uv-host: Beautify code
` [kvm-unit-tests PATCH v3 4/9] s390x: uv-host: Add cpu number check
` [kvm-unit-tests PATCH v3 5/9] s390x: uv-host: Fix create guest variable storage prefix check
` [kvm-unit-tests PATCH v3 6/9] s390x: uv-host: Switch to smp_sigp
` [kvm-unit-tests PATCH v3 7/9] s390x: uv-host: Properly handle config creation errors
` [kvm-unit-tests PATCH v3 8/9] s390x: uv-host: Fence access checks when UV debug is enabled
` [kvm-unit-tests PATCH v3 9/9] s390x: uv-host: Add the test to unittests.conf
[PATCH v4 0/9] Enhance vfio PCI hot reset for vfio cdev device
2023-05-02 12:55 UTC (40+ messages)
` [PATCH v4 1/9] vfio: Determine noiommu in vfio_device registration
` [PATCH v4 2/9] vfio-iommufd: Create iommufd_access for noiommu devices
` [PATCH v4 3/9] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v4 4/9] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v4 5/9] vfio: Mark cdev usage in vfio_device
` [PATCH v4 6/9] iommufd: Reserved -1 in the iommufd xarray
` [PATCH v4 7/9] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [PATCH v4 8/9] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v4 9/9] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
[kvm-unit-tests PATCH v4 0/7] s390x: Add PV SIE intercepts and ipl tests
2023-05-02 11:59 UTC (8+ messages)
` [kvm-unit-tests PATCH v4 1/7] lib: s390x: uv: Introduce UV validity function
` [kvm-unit-tests PATCH v4 2/7] lib: s390x: uv: Add intercept data check library function
` [kvm-unit-tests PATCH v4 3/7] s390x: pv-diags: Drop snippet from snippet names
` [kvm-unit-tests PATCH v4 4/7] lib: s390x: uv: Add pv host requirement check function
` [kvm-unit-tests PATCH v4 5/7] s390x: pv: Add sie entry intercept and validity test
` [kvm-unit-tests PATCH v4 6/7] s390x: pv: Add IPL reset tests
` [kvm-unit-tests PATCH v4 7/7] s390x: pv-diags: Add the test to unittests.conf
[PATCH v2 00/34] Split ptdesc from struct page
2023-05-02 2:21 UTC (38+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v2 04/34] pgtable: Create struct ptdesc
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v2 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v2 08/34] mm: Convert ptlock_ptr() "
` [PATCH v2 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v2 10/34] mm: Convert ptlock_init() "
` [PATCH v2 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v2 12/34] mm: Convert ptlock_free() "
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v2 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v2 15/34] x86: "
` [PATCH v2 16/34] s390: Convert various gmap "
` [PATCH v2 17/34] s390: Convert various pgalloc "
` [PATCH v2 18/34] mm: Remove page table members from struct page
` [PATCH v2 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v2 20/34] arm: "
` [PATCH v2 21/34] arm64: "
` [PATCH v2 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v2 23/34] hexagon: "
` [PATCH v2 24/34] loongarch: Convert various functions "
` [PATCH v2 25/34] m68k: "
` [PATCH v2 26/34] mips: "
` [PATCH v2 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v2 28/34] openrisc: "
` [PATCH v2 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v2 30/34] sh: Convert pte_free_tlb() "
` [PATCH v2 31/34] sparc64: Convert various functions "
` [PATCH v2 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v2 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v2 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH 00/20] iommu: Make default_domain's mandatory
2023-05-01 22:40 UTC (24+ messages)
` [PATCH 01/20] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH 02/20] iommu/terga-gart: Replace set_platform_dma_ops() with IOMMU_DOMAIN_PLATFORM
` [PATCH 03/20] iommu/s390: "
` [PATCH 04/20] iommu/fsl_pamu: "
` [PATCH 05/20] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH 06/20] iommu/exynos: Implement an IDENTITY domain
` [PATCH 07/20] iommu/tegra-smmu: "
` [PATCH 08/20] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH 09/20] iommu/omap: Implement an IDENTITY domain
` [PATCH 10/20] iommu/msm: "
` [PATCH 11/20] iommu/mtk_iommu_v1: "
` [PATCH 12/20] iommu: Remove ops->set_platform_dma_ops()
` [PATCH 13/20] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH 14/20] iommu/ipmmu: "
` [PATCH 15/20] iommu/mtk_iommu: "
` [PATCH 16/20] iommu/sun50i: "
` [PATCH 17/20] iommu: Require a default_domain for all iommu drivers
` [PATCH 18/20] iommu: Add ops->domain_alloc_paging()
` [PATCH 19/20] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH 20/20] iommu: Convert remaining simple drivers "
[PATCH] mm/mempolicy: Fix use-after-free of VMA iterator
2023-05-01 18:24 UTC (4+ messages)
[PATCH v2] iommu/s390: Get rid of S390_CCW_IOMMU and S390_AP_IOMMU
2023-05-01 17:11 UTC
[PATCH] iommu/s390: Get rid of S390_CCW_IOMMU
2023-05-01 15:25 UTC (3+ messages)
[GIT PULL] s390 patches for the 6.4 merge window
2023-04-30 20:08 UTC (2+ messages)
[PATCH v10 00/22] Add vfio_device cdev for iommufd support
2023-04-28 15:11 UTC (25+ messages)
` [PATCH v10 01/22] vfio: Allocate per device file structure
` [PATCH v10 02/22] vfio: Refine vfio file kAPIs for KVM
` [PATCH v10 03/22] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v10 04/22] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v10 05/22] kvm/vfio: Accept vfio device file from userspace
` [PATCH v10 06/22] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v10 07/22] vfio: Block device access via device fd until device is opened
` [PATCH v10 08/22] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v10 09/22] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v10 10/22] vfio-iommufd: Move noiommu compat probe out of vfio_iommufd_bind()
` [PATCH v10 11/22] vfio-iommufd: Split bind/attach into two steps
` [PATCH v10 12/22] vfio: Record devid in vfio_device_file
` [PATCH v10 13/22] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v10 14/22] iommufd/device: Add iommufd_access_detach() API
` [PATCH v10 15/22] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v10 16/22] vfio: Name noiommu vfio_device with "noiommu-" prefix
` [PATCH v10 17/22] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
` [PATCH v10 18/22] vfio: Add cdev for vfio_device
` [PATCH v10 19/22] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v10 20/22] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v10 21/22] vfio: Compile group optionally
` [PATCH v10 22/22] docs: vfio: Add vfio device cdev description
[RFC PATCH net-next v5 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration
2023-04-28 15:08 UTC (7+ messages)
` [RFC PATCH net-next v5 2/9] net/smc: Decouple ism_dev from SMC-D DMB registration
` [RFC PATCH net-next v5 4/9] net/smc: Introduce SMC-D loopback device
` [RFC PATCH net-next v5 5/9] net/smc: Introduce an interface for getting DMB attribute
[PATCH v3 0/1] fix race in gmap_make_secure()
2023-04-28 13:20 UTC (3+ messages)
` [PATCH v3 1/1] KVM: s390: "
[kvm-unit-tests PATCH v8 0/2] S390x: CPU Topology Information
2023-04-28 13:10 UTC (9+ messages)
` [kvm-unit-tests PATCH v8 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v8 2/2] s390x: topology: Checking Configuration Topology Information
[PATCH v3 51/55] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
2023-04-28 3:12 UTC (3+ messages)
[PATCH bpf-next 0/5] net/smc: Introduce BPF injection capability
2023-04-27 17:40 UTC (11+ messages)
` [PATCH bpf-next 1/5] net/smc: move smc_sock related structure definition
` [PATCH bpf-next 2/5] net/smc: allow smc to negotiate protocols on policies
` [PATCH bpf-next 3/5] net/smc: allow set or get smc negotiator by sockopt
` [PATCH bpf-next 4/5] bpf: add smc negotiator support in BPF struct_ops
` [PATCH bpf-next 5/5] bpf/selftests: add selftest for SMC bpf capability
[PATCH v2 0/1] fix race in gmap_make_secure
2023-04-27 12:45 UTC (7+ messages)
` [PATCH v2 1/1] KVM: s390: "
[RFC net] tcp: Fix performance regression for request-response workloads
2023-04-27 9:44 UTC (8+ messages)
` [RFC net] net/mlx5: "
[kvm-unit-tests PATCH v2 0/1] Fixing infinite loop on SCLP READ SCP INFO error
2023-04-27 7:54 UTC (2+ messages)
` [kvm-unit-tests PATCH v2 1/1] s390x: sclp: consider monoprocessor on read_info error
[GIT PULL 0/3] KVM: s390: Changes for 6.4
2023-04-26 19:43 UTC (5+ messages)
` [GIT PULL 1/3] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
` [GIT PULL 2/3] KVM: s390: vsie: clarifications on setting the APCB
` [GIT PULL 3/3] KVM: s390: pci: fix virtual-physical confusion on module unload/load
[PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO
2023-04-26 15:08 UTC (17+ messages)
[kvm-unit-tests PATCH v3 0/7] s390x: Add PV SIE intercepts and ipl tests
2023-04-26 11:27 UTC (7+ messages)
` [kvm-unit-tests PATCH v3 2/7] lib: s390x: uv: Add intercept data check library function
` [kvm-unit-tests PATCH v3 3/7] s390x: pv-diags: Drop snippet from snippet names
` [kvm-unit-tests PATCH v3 4/7] lib: s390x: uv: Add pv guest requirement check function
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 NNTP newsgroup(s).