public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-20 06:50:57 to 2025-10-24 19:07:44 UTC [more...]

[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
 2025-10-24 19:07 UTC  (18+ messages)
` [RFC PATCH 01/12] mm: introduce and use pte_to_swp_entry_or_zero()
` [RFC PATCH 02/12] mm: avoid unnecessary uses of is_swap_pte()
` [RFC PATCH 03/12] mm: introduce get_pte_swap_entry() and use it
` [RFC PATCH 04/12] mm: use get_pte_swap_entry() in debug pgtable + remove is_swap_pte()
` [RFC PATCH 05/12] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [RFC PATCH 06/12] mm: avoid unnecessary use of is_swap_pmd()
` [RFC PATCH 07/12] mm: introduce is_huge_pmd() and use where appropriate
` [RFC PATCH 08/12] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [RFC PATCH 09/12] mm/huge_memory: refactor change_huge_pmd() "
` [RFC PATCH 10/12] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [RFC PATCH 11/12] mm: rename non_swap_entry() to is_non_present_entry()
` [RFC PATCH 12/12] mm: provide is_swap_entry() and use it

[PATCH 0/3] Optimize code generation during context switching
 2025-10-24 18:35 UTC  (4+ messages)
` [PATCH 1/3] Change enter_lazy_tlb to inline on x86
` [PATCH 2/3] Provide and use an always inline version of finish_task_switch
  ` [PATCH 3/3] Set the subfunctions called by finish_task_switch to be inline

[PATCH 00/17] SHA-3 library
 2025-10-24 16:11 UTC  (23+ messages)
` [PATCH 03/17] lib/crypto: Add SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE128, SHAKE256
` [PATCH 11/17] lib/crypto: sha3: Simplify the API
` [PATCH 15/17] lib/crypto: s390/sha3: Migrate optimized code into library
` [PATCH 16/17] crypto: jitterentropy - use default sha3 implementation
` [PATCH 17/17] crypto: sha3 - Reimplement using library API

[PATCH v3] init/main.c: Wrap long kernel cmdline when printing to logs
 2025-10-24 16:03 UTC  (7+ messages)

Potential issue with hypervisor_isolated_pci_functions() handling
 2025-10-24 10:27 UTC  (6+ messages)

[PATCH 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-10-24 10:12 UTC  (24+ messages)
` [PATCH 01/22] vfio: Provide a get_region_info op
` [PATCH 02/22] vfio/hisi: Convert to the "
` [PATCH 03/22] vfio/virtio: "
` [PATCH 04/22] vfio/nvgrace: "
` [PATCH 05/22] vfio/pci: Fill in the missing get_region_info ops
` [PATCH 06/22] vfio/mtty: Provide a get_region_info op
` [PATCH 07/22] vfio/mdpy: "
` [PATCH 08/22] vfio/mbochs: "
` [PATCH 09/22] vfio/platform: "
` [PATCH 10/22] vfio/fsl: "
` [PATCH 11/22] vfio/cdx: "
` [PATCH 12/22] vfio/ccw: "
` [PATCH 13/22] vfio/gvt: "
` [PATCH 14/22] vfio: Require drivers to implement get_region_info
` [PATCH 15/22] vfio: Add get_region_info_caps op
` [PATCH 16/22] vfio/mbochs: Convert mbochs to use vfio_info_add_capability()
` [PATCH 17/22] vfio/gvt: Convert to get_region_info_caps
` [PATCH 18/22] vfio/ccw: "
` [PATCH 19/22] vfio/pci: Convert all PCI drivers "
` [PATCH 20/22] vfio/platform: Convert "
` [PATCH 21/22] vfio: Move the remaining drivers "
` [PATCH 22/22] vfio: Remove the get_region_info op

[PATCH net-next 1/2] dibs: Remove reset of static vars in dibs_init()
 2025-10-24  9:07 UTC  (6+ messages)
` [PATCH net-next 2/2] dibs: Use subsys_initcall()

[patch V4 00/12] uaccess: Provide and use scopes for user access
 2025-10-23 21:14 UTC  (21+ messages)
` [patch V4 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V4 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V4 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V4 04/12] powerpc/uaccess: "
` [patch V4 05/12] riscv/uaccess: "
` [patch V4 06/12] s390/uaccess: "
` [patch V4 07/12] uaccess: Provide scoped user access regions
` [patch V4 08/12] uaccess: Provide put/get_user_scoped()
` [patch V4 09/12] [RFC] coccinelle: misc: Add scoped_$MODE_access() checker script
` [patch V4 10/12] futex: Convert to scoped user access
` [patch V4 11/12] x86/futex: "
` [patch V4 12/12] select: "

[PATCH v4 0/2] PCI: Fix isolated function probing and enable ARI for s390
 2025-10-23 15:20 UTC  (3+ messages)
` [PATCH v4 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV
` [PATCH v4 2/2] PCI: s390: Handle ARI on bus without associated struct pci_dev

[PATCH v1 1/1] s390/pci: Restore IRQ unconditionally for the zPCI device
 2025-10-23 15:19 UTC  (6+ messages)

[PATCH net-next] smc: rename smc_find_ism_store_rc to reflect broader usage
 2025-10-23 12:19 UTC  (2+ messages)

[PATCH v2 0/6] iommu: Pass in old_domain pointer to attach_dev
 2025-10-23  4:58 UTC  (10+ messages)
` [PATCH v2 1/6] iommu: Generic support for RMRs during device release
` [PATCH v2 2/6] iommu/arm-smmu-v3: Set release_domain to arm_smmu_blocked_domain
` [PATCH v2 3/6] iommu/exynos-iommu: Set release_domain to exynos_identity_domain
` [PATCH v2 4/6] iommu/amd: Set release_domain to blocked_domain
` [PATCH v2 5/6] iommu: Do not revert set_domain for the last gdev
` [PATCH v2 6/6] iommu: Pass in old domain to attach_dev callback functions

[PATCH v3] crypto: s390/phmac - Do not modify the req->nbytes value
 2025-10-23  4:59 UTC  (2+ messages)

[PATCH net-next v2] net/smc: add full IPv6 support for SMC
 2025-10-23  1:34 UTC  (2+ messages)

[PATCH v2 0/2] PCI fixes for s390
 2025-10-22 21:24 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: Allow per function PCI slots
` [PATCH v2 2/2] s390/pci: Add architecture specific resource/bus address translation

[PATCH v2] init/main.c: Wrap long kernel cmdline when printing to logs
 2025-10-22  9:29 UTC  (6+ messages)

[PATCH 10/15] bugs/s390: Pass in 'cond_str' to __EMIT_BUG()
 2025-10-22  8:52 UTC  (5+ messages)
    ` [PATCH 16/15] bugs/s390: Use "

[patch V3 00/12] uaccess: Provide and use scopes for user masked access
 2025-10-21 20:52 UTC  (15+ messages)
` [patch V3 07/12] uaccess: Provide scoped masked user access regions
` [patch V3 08/12] uaccess: Provide put/get_user_masked()

[PATCH v1 0/3] PCI fixes for s390
 2025-10-21 20:34 UTC  (8+ messages)
` [PATCH v1 1/3] PCI: Allow per function PCI slots
` [PATCH v1 2/3] s390/pci: Add architecture specific resource/bus address translation
` [PATCH v1 3/3] s390/pci: Restore IRQ unconditionally for the zPCI device

[PATCH] init/main.c: Wrap long kernel cmdline when printing to logs
 2025-10-21 16:07 UTC  (3+ messages)

[PATCH v3] s390/pci: Avoid deadlock between PCI error recovery and mlx5 crdump
 2025-10-21 12:47 UTC  (2+ messages)

[PATCH] mm: Make INVALID_PHYS_ADDR a generic macro
 2025-10-21  8:48 UTC  (2+ messages)

[PATCH net-next] s390/iucv: Convert sprintf/snprintf to scnprintf
 2025-10-21  1:40 UTC  (3+ messages)

[PATCH net v2] net/smc: fix general protection fault in __smc_diag_dump
 2025-10-21  0:50 UTC  (2+ messages)

[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
 2025-10-20 20:08 UTC  (8+ messages)
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper
` [PATCH v1 03/20] iommu/arm-smmu-v3: Implement arm_smmu_domain_test_dev

[PATCH v1 0/6] iommu: Pass in old_domain pointer to attach_dev
 2025-10-20 18:47 UTC  (9+ messages)
` [PATCH v1 2/6] iommu/arm-smmu-v3: Set release_domain to arm_smmu_blocked_domain
` [PATCH v1 3/6] iommu/exynos-iommu: Set release_domain to exynos_identity_domain
` [PATCH v1 4/6] iommu/amd: Set release_domain to blocked_domain
` [PATCH v1 5/6] iommu: Do not revert set_domain for the last gdev

[PATCH v5 00/15] expand mmap_prepare functionality, port more users
 2025-10-20 18:16 UTC  (20+ messages)
` [PATCH v5 01/15] mm/shmem: update shmem to use mmap_prepare
` [PATCH v5 02/15] device/dax: update devdax "
` [PATCH v5 03/15] mm/vma: remove unused function, make internal functions static
` [PATCH v5 04/15] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v5 05/15] relay: update relay to use mmap_prepare
` [PATCH v5 06/15] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v5 07/15] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v5 08/15] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v5 09/15] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v5 10/15] mm: add ability to take further action in vm_area_desc
` [PATCH v5 11/15] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v5 12/15] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v5 13/15] mm: add shmem_zero_setup_desc()
` [PATCH v5 14/15] mm: update mem char driver to use mmap_prepare
` [PATCH v5 15/15] mm: update resctl "

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-10-20 10:58 UTC  (4+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare

linux-next: KVM/s390x regression (was: [v7 03/16] mm/huge_memory: add device-private THP support to PMD operations)
 2025-10-20  9:04 UTC  (13+ messages)
  ` linux-next: KVM/s390x regression

[PATCH 4/4] s390: ptdump: use seq_puts() in pt_dump_seq_puts() macro
 2025-10-20  9:17 UTC  (2+ messages)

[PATCH v4 01/10] PCI: Avoid saving error values for config space
 2025-10-20  8:59 UTC  (12+ messages)


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