linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-03 14:46:27 to 2023-08-14 08:45:03 UTC [more...]

[PATCH v6 00/25] iommu: Make default_domain's mandatory
 2023-08-14  8:43 UTC  (2+ messages)

[PATCH v6 25/25] iommu: Convert remaining simple drivers to domain_alloc_paging()
 2023-08-14  7:00 UTC  (2+ messages)

[PATCH v6 24/25] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
 2023-08-14  6:58 UTC  (2+ messages)

[PATCH v6 20/25] iommu/sun50i: Add an IOMMU_IDENTITIY_DOMAIN
 2023-08-14  6:44 UTC  (2+ messages)

[PATCH v6 19/25] iommu/mtk_iommu: Add an IOMMU_IDENTITIY_DOMAIN
 2023-08-14  6:35 UTC  (2+ messages)

[PATCH v6 18/25] iommu/ipmmu: Add an IOMMU_IDENTITIY_DOMAIN
 2023-08-14  6:34 UTC  (2+ messages)

[PATCH v6 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
 2023-08-14  6:32 UTC  (2+ messages)

[PATCH v6 14/25] iommu/msm: Implement an IDENTITY domain
 2023-08-14  5:53 UTC  (2+ messages)

[PATCH v6 13/25] iommu/omap: Implement an IDENTITY domain
 2023-08-14  5:10 UTC  (2+ messages)

[PATCH v6 12/25] iommu/tegra-smmu: Support DMA domains in tegra
 2023-08-14  5:08 UTC  (2+ messages)

[PATCH v6 11/25] iommu/tegra-smmu: Implement an IDENTITY domain
 2023-08-14  5:01 UTC  (2+ messages)

[PATCH v6 10/25] iommu/exynos: Implement an IDENTITY domain
 2023-08-14  4:52 UTC  (2+ messages)

[PATCH v6 09/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
 2023-08-14  4:32 UTC  (2+ messages)

[PATCH v6 07/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
 2023-08-14  3:06 UTC  (2+ messages)

[PATCH v6 05/25] iommu/fsl_pamu: Implement a PLATFORM domain
 2023-08-14  2:35 UTC  (2+ messages)

[PATCH v6 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
 2023-08-14  2:20 UTC  (2+ messages)

[PATCH v6 03/25] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
 2023-08-14  2:13 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 07/13] s390/dasd: use correct number of retries for ERP requests
 2023-08-13 16:13 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 08/13] s390/dasd: fix hanging device after request requeue

[PATCH AUTOSEL 5.4 07/14] s390/dasd: use correct number of retries for ERP requests
 2023-08-13 16:11 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 08/14] s390/dasd: fix hanging device after request requeue

[PATCH AUTOSEL 4.14 6/9] s390/dasd: use correct number of retries for ERP requests
 2023-08-13 16:14 UTC 

[PATCH AUTOSEL 5.10 11/25] s390/dasd: use correct number of retries for ERP requests
 2023-08-13 16:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 12/25] s390/dasd: fix hanging device after request requeue

[PATCH AUTOSEL 5.15 13/31] s390/dasd: use correct number of retries for ERP requests
 2023-08-13 16:05 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 14/31] s390/dasd: fix hanging device after request requeue

[PATCH AUTOSEL 6.1 21/47] s390/dasd: use correct number of retries for ERP requests
 2023-08-13 15:59 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 22/47] s390/dasd: fix hanging device after request requeue

[PATCH AUTOSEL 6.4 24/54] s390/dasd: use correct number of retries for ERP requests
 2023-08-13 15:49 UTC  (2+ messages)
` [PATCH AUTOSEL 6.4 25/54] s390/dasd: fix hanging device after request requeue

[PATCH v6 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
 2023-08-13 12:11 UTC  (5+ messages)

[kvm-unit-tests PATCH v1] s390x: explicitly mark stack as not executable
 2023-08-13  9:50 UTC  (3+ messages)

remove get_super
 2023-08-12 20:43 UTC  (34+ messages)
` [PATCH 01/17] FOLD: reverts part of "fs: use the super_block as holder when mounting file systems"
` [PATCH 02/17] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH 03/17] btrfs: call btrfs_close_devices from ->kill_sb
` [PATCH 04/17] btrfs: split btrfs_fs_devices.opened
` [PATCH 05/17] btrfs: open block devices after superblock creation
` [PATCH 06/17] btrfs: use the super_block as holder when mounting file systems
` [PATCH 07/17] nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl
` [PATCH 08/17] block: simplify the disk_force_media_change interface
` [PATCH 09/17] floppy: call disk_force_media_change when changing the format
` [PATCH 10/17] amiflop: don't call fsync_bdev in FDFMTBEG
` [PATCH 11/17] dasd: also call __invalidate_device when setting the device offline
` [PATCH 12/17] block: drop the "busy inodes on changed media" log message
` [PATCH 13/17] block: consolidate __invalidate_device and fsync_bdev
` [PATCH 14/17] block: call into the file system for bdev_mark_dead
` [PATCH 15/17] block: call into the file system for ioctl BLKFLSBUF
` [PATCH 16/17] fs: remove get_super
` [PATCH 17/17] fs: simplify invalidate_inodes

[PATCH v2] s390/mm: Make virt_to_pfn() a static inline
 2023-08-12 15:12 UTC 

[PATCH 00/17] -Wmissing-prototype warning fixes
 2023-08-12  7:34 UTC  (6+ messages)
` [PATCH 02/17] [RESEND] irq_work: consolidate arch_irq_work_raise prototypes
` [PATCH 14/17] kprobes: unify kprobes_exceptions_nofify() prototypes

[PATCH v6 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
 2023-08-12  5:01 UTC  (3+ messages)

[PATCH v6 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
 2023-08-12  2:15 UTC  (2+ messages)

[PATCH v6 06/25] iommu/tegra-gart: Remove tegra-gart
 2023-08-12  1:51 UTC  (2+ messages)

[PATCH] s390/ipl: refactor deprecated strncpy
 2023-08-11 21:56 UTC 

[PATCH] s390/mm: Make virt_to_pfn() a static inline
 2023-08-11 17:49 UTC  (3+ messages)

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-11 12:27 UTC  (3+ messages)
` [PATCH 14/29] s390/dasd: Convert to bdev_open_by_path()

[kvm-unit-tests PATCH v1] s390x: spec_ex: load full register
 2023-08-11 12:02 UTC  (2+ messages)

[PATCH v3 0/3] KVM: s390: Enable AP instructions for PV-guests
 2023-08-10 11:32 UTC  (4+ messages)
` [PATCH v3 1/3] s390: uv: UV feature check utility
` [PATCH v3 2/3] KVM: s390: Add UV feature negotiation
` [PATCH v3 3/3] KVM: s390: pv: Allow AP-instructions for pv-guests

[RFC PATCH v2 net-next 0/6] net/smc: several features's implementation for smc v2.1
 2023-08-09 16:04 UTC  (11+ messages)
` [RFC PATCH v2 net-next 1/6] net/smc: support smc release version negotiation in clc handshake
` [RFC PATCH v2 net-next 2/6] net/smc: add vendor unique experimental options area "
` [RFC PATCH v2 net-next 3/6] net/smc: support smc v2.x features validate
` [RFC PATCH v2 net-next 4/6] net/smc: support max connections per lgr negotiation
` [RFC PATCH v2 net-next 5/6] net/smc: support max links per lgr negotiation in clc handshake
` [RFC PATCH v2 net-next 6/6] net/smc: Extend SMCR v2 linkgroup netlink attribute

[PATCH v3 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-09 10:50 UTC  (15+ messages)
` [PATCH v3 01/14] sysctl: Prefer ctl_table_header in proc_sysctl
` [PATCH v3 02/14] sysctl: Use ctl_table_header in list_for_each_table_entry
` [PATCH v3 03/14] sysctl: Add ctl_table_size to ctl_table_header
` [PATCH v3 04/14] sysctl: Add size argument to init_header
` [PATCH v3 05/14] sysctl: Add a size arg to __register_sysctl_table
` [PATCH v3 06/14] sysctl: Add size to register_sysctl
` [PATCH v3 07/14] sysctl: Add size arg to __register_sysctl_init
` [PATCH v3 08/14] sysctl: Add size to register_net_sysctl function
` [PATCH v3 09/14] ax.25: Update to register_net_sysctl_sz
` [PATCH v3 10/14] netfilter: "
` [PATCH v3 11/14] networking: "
` [PATCH v3 12/14] vrf: "
` [PATCH v3 13/14] sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
` [PATCH v3 14/14] sysctl: Use ctl_table_size as stopping criteria for list macro

[PATCH net v3 0/2] net/smc: Fix effective buffer size
 2023-08-09 10:30 UTC  (4+ messages)
` [PATCH net v3 1/2] net/smc: Fix setsockopt and sysctl to specify same buffer size again
` [PATCH net v3 2/2] net/smc: Use correct buffer sizes when switching between TCP and SMC

[PATCH] s390/ipl: fix virtual vs physical address confusion
 2023-08-09  9:48 UTC 

[PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-08 15:23 UTC  (15+ messages)
` [PATCH v2 11/14] networking: Update to register_net_sysctl_sz

[PATCH -next] s390: remove unnecessary dev_set_drvdata()
 2023-08-08 13:57 UTC  (2+ messages)

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

[PATCH 1/3] s390: remove unneeded #include <asm/export.h>
 2023-08-07  8:51 UTC  (4+ messages)
` [PATCH 2/3] s390: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 3/3] s390: remove <asm/export.h>

[PATCH v3 00/13] mm: free retracted page table by RCU
 2023-08-07  2:21 UTC  (6+ messages)
` [PATCH v3 10/13] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
    ` [PATCH v3 10/13 fix2] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock(): fix2

[PATCH net-next v3 0/2] net/smc: Fix effective buffer size
 2023-08-04 20:41 UTC  (5+ messages)
` [PATCH net-next v3 1/2] net/smc: Fix setsockopt and sysctl to specify same buffer size again
` [PATCH net-next v3 2/2] net/smc: Use correct buffer sizes when switching between TCP and SMC

[PATCH net v2 0/2] net/smc: Fix effective buffer size
 2023-08-04 15:41 UTC  (5+ messages)
` [PATCH net v2 1/2] net/smc: Fix setsockopt and sysctl to specify same buffer size again
` [PATCH net v2 2/2] net/smc: Use correct buffer sizes when switching between TCP and SMC

[PATCH v2 0/2] KVM: s390: add counters for vsie performance
 2023-08-04  9:59 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: s390: add tracepoint in gmap notifier

[PATCH] crypto: Fix missing initialisation affecting gcm-aes-s390
 2023-08-04  9:11 UTC  (2+ messages)

[RFC PATCH net-next 0/6] net/smc: serveral features's implementation for smc v2.1
 2023-08-04  6:40 UTC  (10+ messages)
` [RFC PATCH net-next 1/6] net/smc: support smc release version negotiation in clc handshake
` [RFC PATCH net-next 2/6] net/smc: add vendor unique experimental options area "
` [RFC PATCH net-next 4/6] net/smc: support max connections per lgr negotiation

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-08-03 21:44 UTC  (3+ messages)
` [PATCH v2] "

[GIT PULL] s390 fixes for 6.5-rc5
 2023-08-03 16:30 UTC  (2+ messages)

[PATCH] remove ARCH_DEFAULT_KEXEC from Kconfig.kexec
 2023-08-03 15:05 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;
as well as URLs for NNTP newsgroup(s).