public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-14 13:58:34 to 2023-06-19 08:37:40 UTC [more...]

[kvm-unit-tests PATCH v5 0/8] s390x: Add PV SIE intercepts and ipl tests
 2023-06-19  8:33 UTC 

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-19  3:55 UTC  (13+ messages)
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
            ` [PATCH v2 07/23 replacement] mips: add pte_unmap() to balance pte_offset_map()
` [PATCH v2 08/23] parisc: add pte_unmap() to balance get_ptep()

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-19  2:12 UTC  (47+ messages)
` [PATCH v2 01/12] nios2: define virtual address space for modules
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 03/12] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v2 04/12] mm/execmem, arch: convert remaining "
` [PATCH v2 05/12] modules, execmem: drop module_alloc
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()
` [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions
` [PATCH v2 08/12] riscv: extend execmem_params for kprobes allocations
` [PATCH v2 09/12] powerpc: "
` [PATCH v2 10/12] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v2 11/12] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES

[PATCH net-next v2 03/17] tcp_bpf, smc, tls, espintcp: Reduce MSG_SENDPAGE_NOTLAST usage
 2023-06-17 12:11 UTC  (2+ messages)
` [PATCH net-next v2 11/17] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES

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

[PATCH v4 00/25] iommu: Make default_domain's mandatory
 2023-06-16 19:02 UTC  (26+ messages)
` [PATCH v4 01/25] iommu: Add iommu_ops->identity_domain
` [PATCH v4 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v4 03/25] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v4 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v4 05/25] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v4 06/25] iommu/tegra-gart: Remove tegra-gart
` [PATCH v4 07/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v4 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v4 09/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v4 10/25] iommu/exynos: Implement an IDENTITY domain
` [PATCH v4 11/25] iommu/tegra-smmu: "
` [PATCH v4 12/25] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v4 13/25] iommu/omap: Implement an IDENTITY domain
` [PATCH v4 14/25] iommu/msm: "
` [PATCH v4 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
` [PATCH v4 16/25] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v4 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v4 18/25] iommu/ipmmu: "
` [PATCH v4 19/25] iommu/mtk_iommu: "
` [PATCH v4 20/25] iommu/sun50i: "
` [PATCH v4 21/25] iommu: Require a default_domain for all iommu drivers
` [PATCH v4 22/25] iommu: Add __iommu_group_domain_alloc()
` [PATCH v4 23/25] iommu: Add ops->domain_alloc_paging()
` [PATCH v4 24/25] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v4 25/25] iommu: Convert remaining simple drivers "

[PATCH net-next 03/17] tcp_bpf, smc, tls, espintcp: Reduce MSG_SENDPAGE_NOTLAST usage
 2023-06-16 16:12 UTC  (2+ messages)
` [PATCH net-next 11/17] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES

[PATCH 00/12] mm: free retracted page table by RCU
 2023-06-16 12:35 UTC  (15+ messages)
` [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async()

[PATCH AUTOSEL 4.14 1/5] s390/cio: unregister device when the only path is gone
 2023-06-16 10:28 UTC 

[PATCH AUTOSEL 5.4 1/8] s390/cio: unregister device when the only path is gone
 2023-06-16 10:28 UTC 

[PATCH AUTOSEL 5.10 02/14] s390/cio: unregister device when the only path is gone
 2023-06-16 10:27 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 07/14] s390/purgatory: disable branch profiling

[PATCH AUTOSEL 4.19 1/6] s390/cio: unregister device when the only path is gone
 2023-06-16 10:28 UTC 

[PATCH AUTOSEL 5.15 02/16] s390/cio: unregister device when the only path is gone
 2023-06-16 10:27 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 08/16] s390/purgatory: disable branch profiling

[PATCH AUTOSEL 6.1 04/26] s390/cio: unregister device when the only path is gone
 2023-06-16 10:26 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 14/26] s390/purgatory: disable branch profiling

[PATCH AUTOSEL 6.3 04/30] s390/cio: unregister device when the only path is gone
 2023-06-16 10:25 UTC  (2+ messages)
` [PATCH AUTOSEL 6.3 15/30] s390/purgatory: disable branch profiling

[PATCH v13 00/22] Add vfio_device cdev for iommufd support
 2023-06-16  9:39 UTC  (23+ messages)
` [PATCH v13 01/22] vfio: Allocate per device file structure
` [PATCH v13 02/22] vfio: Refine vfio file kAPIs for KVM
` [PATCH v13 03/22] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v13 04/22] kvm/vfio: Prepare for accepting vfio device fd
` [PATCH v13 05/22] kvm/vfio: Accept vfio device file from userspace
` [PATCH v13 06/22] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v13 07/22] vfio: Block device access via device fd until device is opened
` [PATCH v13 08/22] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v13 09/22] vfio: Make vfio_df_open() single open for device cdev path
` [PATCH v13 10/22] vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()
` [PATCH v13 11/22] vfio-iommufd: Split bind/attach into two steps
` [PATCH v13 12/22] vfio: Record devid in vfio_device_file
` [PATCH v13 13/22] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v13 14/22] iommufd/device: Add iommufd_access_detach() API
` [PATCH v13 15/22] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v13 16/22] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
` [PATCH v13 17/22] vfio: Add cdev for vfio_device
` [PATCH v13 18/22] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v13 19/22] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v13 20/22] vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()
` [PATCH v13 21/22] vfio: Compile vfio_group infrastructure optionally
` [PATCH v13 22/22] docs: vfio: Add vfio device cdev description

[PATCH v8 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-06-16  9:30 UTC  (11+ messages)
` [PATCH v8 01/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v8 02/10] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v8 03/10] iommufd: Reserve all negative IDs in the iommufd xarray
` [PATCH v8 04/10] iommufd: Add iommufd_ctx_has_group()
` [PATCH v8 05/10] iommufd: Add helper to retrieve iommufd_ctx and devid
` [PATCH v8 06/10] vfio: Mark cdev usage in vfio_device
` [PATCH v8 07/10] vfio: Add helper to search vfio_device in a dev_set
` [PATCH v8 08/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v8 09/10] vfio/pci: Copy hot-reset device info to userspace in the devices loop
` [PATCH v8 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET

[PATCH v5 0/7] s390/uvdevice: Expose secret UVCs
 2023-06-16  8:56 UTC  (9+ messages)
` [PATCH v5 1/7] s390/uv: Always export uv_info
` [PATCH v5 2/7] s390/uvdevice: Add info IOCTL
` [PATCH v5 3/7] s390/uvdevice: Add 'Add Secret' UVC
` [PATCH v5 4/7] s390/uvdevice: Add 'List Secrets' UVC
` [PATCH v5 5/7] s390/uvdevice: Add 'Lock Secret Store' UVC
` [PATCH v5 6/7] s390/uv: replace scnprintf with sysfs_emit
` [PATCH v5 7/7] s390/uv: Update query for secret-UVCs

[PATCH] s390/net: lcs: use IS_ENABLED() for kconfig detection
 2023-06-16  8:10 UTC  (2+ messages)

[kvm-unit-tests PATCH v3] runtime: Allow to specify properties for accelerator
 2023-06-16  0:41 UTC  (3+ messages)

[PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-15 16:19 UTC  (12+ messages)
` [PATCH v1 01/21] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v1 10/21] powerpc/kexec: refactor for kernel/Kconfig.kexec

[kvm-unit-tests PATCH v3 0/6] s390x: Add support for running guests without MSO/MSL
 2023-06-15 13:09 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 2/6] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests PATCH v3 3/6] s390x: sie: switch to home space mode before entering SIE

[PATCH] MAINTAINERS: add reviewers for SMC Sockets
 2023-06-15  8:00 UTC  (2+ messages)

[PATCH] s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()
 2023-06-15  7:50 UTC  (2+ messages)

[PATCH v7 0/9] Enhance vfio PCI hot reset for vfio cdev device
 2023-06-15  3:31 UTC  (8+ messages)
` [PATCH v7 8/9] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev

[PATCH v12 21/24] vfio: Determine noiommu device in __vfio_register_dev()
 2023-06-14 17:30 UTC  (9+ messages)

[PATCH v9 02/42] mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()
 2023-06-14 17:00 UTC  (5+ messages)

[PATCH] s390/crash: Use the correct type for memory allocation
 2023-06-14 14:03 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