public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-16 12:35:53 to 2023-06-21 22:24:15 UTC [more...]

[PATCH v2 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-21 22:22 UTC  (24+ messages)
` [PATCH v2 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v2 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v2 03/13] arm/kexec: "
` [PATCH v2 04/13] ia64/kexec: "
` [PATCH v2 05/13] arm64/kexec: "
` [PATCH v2 06/13] loongarch/kexec: "
` [PATCH v2 07/13] m68k/kexec: "
` [PATCH v2 08/13] mips/kexec: "
` [PATCH v2 09/13] parisc/kexec: "
` [PATCH v2 10/13] powerpc/kexec: "
` [PATCH v2 11/13] riscv/kexec: "
` [PATCH v2 12/13] s390/kexec: "
` [PATCH v2 13/13] sh/kexec: "

[PATCH v13 00/22] Add vfio_device cdev for iommufd support
 2023-06-21 21:54 UTC  (4+ messages)
` [PATCH v13 22/22] docs: vfio: Add vfio device cdev description

[PATCH] s390/net: lcs: fix build errors when FDDI is a loadable module
 2023-06-21 21:37 UTC 

[PATCH] s390/net: lcs: use IS_ENABLED() for kconfig detection
 2023-06-21 21:19 UTC  (9+ messages)

[PATCH v7 10/19] s390: mm: Convert to GENERIC_IOREMAP
 2023-06-21 19:21 UTC  (6+ messages)

[PATCH v2 0/2] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-06-21 18:02 UTC  (6+ messages)
` [PATCH v2 1/2] arch: Introduce ARCH_HAS_CPUMASK_BITS
` [PATCH v2 2/2] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs

[PATCH 03/79] s390: switch to new ctime accessors
 2023-06-21 16:34 UTC  (2+ messages)

[GIT PULL 00/11] kvm: s390: Changes for 6.5
 2023-06-21 15:29 UTC  (12+ messages)
` [GIT PULL 01/11] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
` [GIT PULL 02/11] KVM: s390: selftests: add selftest for CMMA migration
` [GIT PULL 03/11] KVM: s390: vsie: fix the length of APCB bitmap
` [GIT PULL 04/11] KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler
` [GIT PULL 05/11] s390/uv: Always export uv_info
` [GIT PULL 06/11] s390/uvdevice: Add info IOCTL
` [GIT PULL 07/11] s390/uvdevice: Add 'Add Secret' UVC
` [GIT PULL 08/11] s390/uvdevice: Add 'List Secrets' UVC
` [GIT PULL 09/11] s390/uvdevice: Add 'Lock Secret Store' UVC
` [GIT PULL 10/11] s390/uv: replace scnprintf with sysfs_emit
` [GIT PULL 11/11] s390/uv: Update query for secret-UVCs

[PATCH v6 10/19] s390: mm: Convert to GENERIC_IOREMAP
 2023-06-21 14:53 UTC  (4+ messages)

[PATCH net-next v2 0/4] s390/net: updates 2023-06-10
 2023-06-21 13:49 UTC  (5+ messages)
` [PATCH net-next v2 1/4] s390/lcs: Convert sysfs sprintf to sysfs_emit
` [PATCH net-next v2 2/4] s390/lcs: Convert sprintf to scnprintf
` [PATCH net-next v2 3/4] s390/ctcm: Convert sysfs sprintf to sysfs_emit
` [PATCH net-next v2 4/4] s390/ctcm: Convert sprintf/snprintf to scnprintf

[PATCH net-next 0/4] s390/net: updates 2023-06-10
 2023-06-21 13:49 UTC  (9+ messages)
` [PATCH net-next 1/4] s390/lcs: Convert sysfs sprintf to sysfs_emit
` [PATCH net-next 2/4] s390/lcs: Convert sprintf to scnprintf
` [PATCH net-next 3/4] s390/ctcm: Convert sysfs sprintf to sysfs_emit
` [PATCH net-next 4/4] s390/ctcm: Convert sprintf/snprintf to scnprintf

[PATCH 06/11] sysctl: Add size to register_net_sysctl function
 2023-06-21 12:03 UTC  (10+ messages)
  ` [PATCH 07/11] sysctl: Add size to register_sysctl
  ` [PATCH 09/11] sysctl: Remove the end element in sysctl table arrays

[PATCH v2 00/12] mm: free retracted page table by RCU
 2023-06-20 23:52 UTC  (17+ messages)
` [PATCH v2 01/12] mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s
` [PATCH v2 02/12] mm/pgtable: add PAE safety to __pte_offset_map()
` [PATCH v2 03/12] arm: adjust_pte() use pte_offset_map_nolock()
` [PATCH v2 04/12] powerpc: assert_pte_locked() "
` [PATCH v2 05/12] powerpc: add pte_free_defer() for pgtables sharing page
` [PATCH v2 06/12] sparc: add pte_free_defer() for pte_t *pgtable_t
` [PATCH v2 07/12] s390: add pte_free_defer() for pgtables sharing page
` [PATCH v2 08/12] mm/pgtable: add pte_free_defer() for pgtable as page
` [PATCH v2 09/12] mm/khugepaged: retract_page_tables() without mmap or vma lock
` [PATCH v2 10/12] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
  ` [PATCH mm "
` [PATCH v2 11/12] mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()
` [PATCH v2 12/12] mm: delete mmap_write_trylock() and vma_try_start_write()

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-20 23:10 UTC  (9+ messages)
` [PATCH v4 04/34] pgtable: Create struct ptdesc

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-20 17:24 UTC  (54+ 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

[kvm-unit-tests PATCH v5 0/8] s390x: Add PV SIE intercepts and ipl tests
 2023-06-20 15:12 UTC  (11+ messages)
` [kvm-unit-tests PATCH v5 1/8] lib: s390x: sie: Fix sie_get_validity() no validity handling
` [kvm-unit-tests PATCH v5 2/8] lib: s390x: uv: Introduce UV validity function
` [kvm-unit-tests PATCH v5 3/8] lib: s390x: uv: Add intercept data check library function
` [kvm-unit-tests PATCH v5 4/8] s390x: pv-diags: Drop snippet from snippet names
` [kvm-unit-tests PATCH v5 5/8] lib: s390x: uv: Add pv host requirement check function
` [kvm-unit-tests PATCH v5 6/8] s390x: pv: Add sie entry intercept and validity test
` [kvm-unit-tests PATCH v5 7/8] s390x: pv: Add IPL reset tests
` [kvm-unit-tests PATCH v5 8/8] s390x: pv-diags: Add the test to unittests.conf

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

[kvm-unit-tests PATCH v3] runtime: Allow to specify properties for accelerator
 2023-06-20  9:06 UTC  (8+ messages)

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-19  3:55 UTC  (12+ 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 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/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 07/12] s390: add pte_free_defer(), with use of mmdrop_async()
 2023-06-16 12:35 UTC  (11+ messages)


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