public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-17 20:53:30 to 2023-04-26 15:08:51 UTC [more...]

[PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO
 2023-04-26 15:08 UTC  (37+ messages)

[PATCH v4 0/9] Enhance vfio PCI hot reset for vfio cdev device
 2023-04-26 15:07 UTC  (11+ 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

[PATCH v10 00/22] Add vfio_device cdev for iommufd support
 2023-04-26 15:03 UTC  (23+ 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

[PATCH v2 0/1] fix race in gmap_make_secure
 2023-04-26 13:48 UTC  (2+ messages)
` [PATCH v2 1/1] KVM: s390: "

[PATCH v3 51/55] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
 2023-04-26 13:07 UTC  (2+ messages)

[GIT PULL 0/3] KVM: s390: Changes for 6.4
 2023-04-26 12:51 UTC  (4+ 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 bpf-next 0/5] net/smc: Introduce BPF injection capability
 2023-04-26 11:33 UTC  (8+ 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

[kvm-unit-tests PATCH v3 0/7] s390x: Add PV SIE intercepts and ipl tests
 2023-04-26 11:27 UTC  (18+ messages)
` [kvm-unit-tests PATCH v3 1/7] lib: s390x: uv: Introduce UV validity function
` [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
` [kvm-unit-tests PATCH v3 5/7] s390x: pv: Add sie entry intercept and validity test
` [kvm-unit-tests PATCH v3 6/7] s390x: pv: Add IPL reset tests
` [kvm-unit-tests PATCH v3 7/7] s390x: pv-diags: Add the test to unittests.conf

[kvm-unit-tests PATCH v8 0/2] S390x: CPU Topology Information
 2023-04-26  8:34 UTC  (3+ 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

[kvm-unit-tests PATCH 0/1] Fixing infinite loop on SCLP READ SCP INFO error
 2023-04-25 13:48 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/1] s390x: sclp: consider monoprocessor on read_info error

[PATCH mm-stable v2 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
 2023-04-24 22:36 UTC  (5+ messages)
` [PATCH mm-stable v2 1/3] mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
` [PATCH mm-stable v2 2/3] selftests/ksm: ksm_functional_tests: add prctl unmerge test
` [PATCH mm-stable v2 3/3] mm/ksm: move disabling KSM from s390/gmap code to KSM code

[RFC PATCH net-next v5 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration
 2023-04-23 12:17 UTC  (10+ messages)
` [RFC PATCH net-next v5 1/9] net/smc: Decouple ism_dev from SMC-D device dump
` [RFC PATCH net-next v5 2/9] net/smc: Decouple ism_dev from SMC-D DMB registration
` [RFC PATCH net-next v5 3/9] net/smc: Extract v2 check helper from SMC-D device 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
` [RFC PATCH net-next v5 6/9] net/smc: Introudce interfaces for DMB attach and detach
` [RFC PATCH net-next v5 7/9] net/smc: Avoid data copy from sndbuf to peer RMB in SMC-D
` [RFC PATCH net-next v5 8/9] net/smc: Modify cursor update logic when using mappable DMB
` [RFC PATCH net-next v5 9/9] net/smc: Add interface implementation of loopback device

[PATCH v1 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
 2023-04-21 18:28 UTC  (14+ messages)
  ` [PATCH v1 1/3] mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
  ` [PATCH v1 2/3] selftests/ksm: ksm_functional_tests: add prctl unmerge test
  ` [PATCH v1 3/3] mm/ksm: move disabling KSM from s390/gmap code to KSM code

[PATCH v2 0/1] KVM: s390: pv: fix asynchronous teardown for small VMs
 2023-04-21  9:30 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v1 1/1] KVM: s390: pv: fix asynchronous teardown for small VMs
 2023-04-21  8:17 UTC  (7+ messages)

[PATCH v3 00/12] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-04-21  7:11 UTC  (8+ messages)
` [PATCH v3 04/12] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [PATCH v3 10/12] vfio: Mark cdev usage in vfio_device

[RFC PATCH bpf-next v3 0/5] net/smc: Introduce BPF injection capability
 2023-04-21  4:31 UTC  (7+ messages)
` [RFC PATCH bpf-next v3 1/5] net/smc: move smc_sock related structure definition
` [RFC PATCH bpf-next v3 2/5] net/smc: allow smc to negotiate protocols on policies
` [RFC PATCH bpf-next v3 3/5] net/smc: allow set or get smc negotiator by sockopt
` [RFC PATCH bpf-next v3 4/5] bpf: add smc negotiator support in BPF struct_ops
` [RFC PATCH bpf-next v3 5/5] bpf/selftests: add selftest for SMC bpf capability

[PATCH 00/33] Split ptdesc from struct page
 2023-04-20 23:32 UTC  (41+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 04/33] mm: add utility functions for ptdesc
  ` [PATCH 4/33] "
` [PATCH 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH 07/33] mm: Convert ptlock_ptr() "
` [PATCH 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH 09/33] mm: Convert ptlock_init() "
` [PATCH 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH 11/33] mm: Convert ptlock_free() "
` [PATCH 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH 14/33] x86: "
` [PATCH 15/33] s390: Convert various gmap "
` [PATCH 16/33] s390: Convert various pgalloc "
` [PATCH 17/33] mm: Remove page table members from struct page
` [PATCH 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH 19/33] arm: "
` [PATCH 20/33] arm64: "
` [PATCH 21/33] csky: Convert __pte_free_tlb() "
` [PATCH 22/33] hexagon: "
` [PATCH 23/33] loongarch: Convert various functions "
` [PATCH 24/33] m68k: "
` [PATCH 25/33] mips: "
` [PATCH 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH 27/33] openrisc: "
` [PATCH 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH 29/33] sh: Convert pte_free_tlb() "
` [PATCH 30/33] sparc64: Convert various functions "
` [PATCH 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

Słowa kluczowe do wypozycjonowania
 2023-04-20  8:05 UTC 

Nawiązanie współpracy
 2023-04-20  7:40 UTC 

[PATCH v4 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-04-19 12:05 UTC  (2+ messages)

[PATCH 0/3] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-04-19 11:39 UTC  (19+ messages)
` [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode

[RFC PATCH bpf-next v2 0/5] net/smc: Introduce BPF injection capability
 2023-04-18 10:19 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 1/5] net/smc: move smc_sock related structure definition
` [RFC PATCH bpf-next v2 2/5] net/smc: net/smc: allow smc to negotiate protocols on policies
` [RFC PATCH bpf-next v2 3/5] net/smc: allow set or get smc negotiator by sockopt
` [RFC PATCH bpf-next v2 4/5] bpf: add smc negotiator support in BPF struct_ops
` [RFC PATCH bpf-next v2 5/5] bpf/selftests: add selftest for SMC bpf capability


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