public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-02 15:05:00 to 2024-02-09 09:11:46 UTC [more...]

[kvm-unit-tests PATCH v4 0/8] Multi-migration support
 2024-02-09  9:11 UTC 

[kvm-unit-tests PATCH v3 0/8] Multi-migration support
 2024-02-09  8:44 UTC  (20+ messages)
` [kvm-unit-tests PATCH v3 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v3 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v3 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v3 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v3 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v3 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v3 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v3 8/8] migration: add a migration selftest

[kvm-unit-tests PATCH v2 0/9] Multi-migration support
 2024-02-09  5:01 UTC  (14+ messages)
` [kvm-unit-tests PATCH v2 1/9] (arm|powerpc|s390x): Makefile: Fix .aux.o generation
` [kvm-unit-tests PATCH v2 2/9] arch-run: Clean up temporary files properly
` [kvm-unit-tests PATCH v2 3/9] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v2 4/9] migration: use a more robust way to wait for background job

[PATCH v2 0/5] sched/vtime: vtime.h headers cleanup
 2024-02-09  3:38 UTC  (10+ messages)
` [PATCH v2 1/5] sched/vtime: remove confusing arch_vtime_task_switch() declaration
` [PATCH v2 2/5] sched/vtime: get rid of generic vtime_task_switch() implementation
` [PATCH v2 3/5] s390/vtime: remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover
` [PATCH v2 4/5] s390/irq,nmi: include <asm/vtime.h> header directly
` [PATCH v2 5/5] sched/vtime: do not include <asm/vtime.h> header

[PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-09  1:01 UTC  (35+ messages)
` [PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 03/12] dm: "
` [PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [PATCH v4 10/12] dm: "
` [PATCH v4 11/12] dcssblk: "
` [PATCH v4 12/12] virtio: "

[PATCH 00/11] s390: Support linking with ld.lld
 2024-02-08 23:14 UTC  (13+ messages)
` [PATCH 01/11] s390: boot: Add support for CONFIG_LD_ORPHAN_WARN
` [PATCH 02/11] s390: vmlinux.lds.S: Handle '.data.rel' sections explicitly
` [PATCH 03/11] s390: vmlinux.lds.S: Explicitly handle '.got' and '.plt' sections
` [PATCH 04/11] s390: vmlinux.lds.S: Discard unnecessary sections
` [PATCH 05/11] s390/boot: vmlinux.lds.S: Handle '.init.text'
` [PATCH 06/11] s390/boot: vmlinux.lds.S: Handle '.rela' sections
` [PATCH 07/11] s390/boot: vmlinux.lds.S: Handle DWARF debug sections
` [PATCH 08/11] s390/boot: vmlinux.lds.S: Handle ELF required sections
` [PATCH 09/11] s390/boot: vmlinux.lds.S: Handle commonly discarded sections
` [PATCH 10/11] s390: Select CONFIG_ARCH_WANT_LD_ORPHAN_WARN
` [PATCH 11/11] s390: Link vmlinux with '-z notext'

[PATCH] s390: vDSO: Drop '-fPIC' from LDFLAGS
 2024-02-08 23:00 UTC  (2+ messages)

[RFC PATCH] KVM: s390: remove extra copy of access registers into KVM_RUN
 2024-02-08 19:15 UTC  (11+ messages)

[PATCH RESEND 00/11] s390/dasd: string handling cleanups
 2024-02-08 17:12 UTC  (11+ messages)
` [PATCH RESEND 01/11] s390/dasd: Simplify uid string generation
` [PATCH RESEND 02/11] s390/dasd: Use sysfs_emit() over sprintf()
` [PATCH RESEND 03/11] s390/dasd: Remove unnecessary errorstring generation
` [PATCH RESEND 04/11] s390/dasd: Move allocation error message to DBF
` [PATCH RESEND 05/11] s390/dasd: Remove unused message logging macros
` [PATCH RESEND 06/11] s390/dasd: Use dev_err() over printk()
` [PATCH RESEND 07/11] s390/dasd: Remove %p format specifier from error messages
` [PATCH RESEND 08/11] s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitions
` [PATCH RESEND 09/11] s390/dasd: Use dev_*() for device log messages

[PATCH net-next 00/15] net/smc: implement loopback-ism used by SMC-D
 2024-02-08 16:12 UTC  (10+ messages)

[PATCH net] s390/qeth: Fix potential loss of L3-IP@ in case of network issues
 2024-02-08 11:20 UTC  (2+ messages)

[PATCH v2 0/4] eventfd: simplify signal helpers
 2024-02-08  9:02 UTC  (6+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-02-08  6:41 UTC  (27+ messages)
` [PATCH v3 01/15] arm64/mm: Make set_ptes() robust when OAs cross 48-bit boundary
` [PATCH v3 02/15] arm/pgtable: define PFN_PTE_SHIFT
` [PATCH v3 03/15] nios2/pgtable: "
` [PATCH v3 04/15] powerpc/pgtable: "
` [PATCH v3 05/15] riscv/pgtable: "
` [PATCH v3 06/15] s390/pgtable: "
` [PATCH v3 07/15] sparc/pgtable: "
` [PATCH v3 08/15] mm/pgtable: make pte_next_pfn() independent of set_ptes()
` [PATCH v3 09/15] arm/mm: use pte_next_pfn() in set_ptes()
` [PATCH v3 10/15] powerpc/mm: "
` [PATCH v3 11/15] mm/memory: factor out copying the actual PTE in copy_present_pte()
` [PATCH v3 12/15] mm/memory: pass PTE to copy_present_pte()
` [PATCH v3 13/15] mm/memory: optimize fork() with PTE-mapped THP

[PATCH net-next] net/smc: change the term virtual ISM to Emulated-ISM
 2024-02-08  2:40 UTC  (4+ messages)

[PATCH] KVM: s390: only deliver the set service event bits
 2024-02-07 16:20 UTC  (2+ messages)

[PATCH net-next v5 00/21] ice: add PFCP filter support
 2024-02-07 15:05 UTC  (4+ messages)

[kvm-unit-tests PATCH v4 0/7] s390x: Add base AP support
 2024-02-07 14:30 UTC  (12+ messages)
` [kvm-unit-tests PATCH v4 1/7] lib: s390x: Add ap library
` [kvm-unit-tests PATCH v4 4/7] s390x: ap: Add pqap aqic tests
` [kvm-unit-tests PATCH v4 6/7] lib: s390x: ap: Add tapq test facility bit
` [kvm-unit-tests PATCH v4 7/7] s390x: ap: Add nq/dq len test

[PATCH 0/5] sched/vtime: vtime.h headers cleanup
 2024-02-07 14:28 UTC  (14+ messages)
` [PATCH 1/5] sched/vtime: remove confusing arch_vtime_task_switch() declaration
` [PATCH 2/5] sched/vtime: get rid of generic vtime_task_switch() implementation
` [PATCH 3/5] s390/vtime: remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover
` [PATCH 4/5] s390/irq,nmi: do not include <linux/vtime.h> header
` [PATCH 5/5] sched/vtime: do not include <asm/vtime.h> header

[PATCH] s390: time: make stp_subsys const
 2024-02-06  8:31 UTC  (3+ messages)

[PATCH 0/6] s390: struct bus_type cleanup
 2024-02-06  8:31 UTC  (13+ messages)
` [PATCH 1/6] s390: ccwgroup: make ccwgroup_bus_type const
` [PATCH 2/6] s390: cio: make css_bus_type const
` [PATCH 3/6] s390: cio: make ccw_bus_type const
` [PATCH 4/6] s390: cio: make scm_bus_type const
` [PATCH 5/6] s390: AP: make ap_bus_type const
` [PATCH 6/6] s390: vfio-ap: make matrix_bus const

[PATCH 0/2] Compiler Attributes, s390: Provide and use __uninitialized macro
 2024-02-06  1:31 UTC  (9+ messages)
` [PATCH 1/2] Compiler Attributes: Add "
` [PATCH 2/2] s390/fpu: make use of "

[PATCH] docs: Document possible_cpus parameter
 2024-02-05 17:21 UTC  (3+ messages)

SMC-R throughput drops for specific message sizes
 2024-02-05  3:50 UTC  (2+ messages)

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-02-04  3:26 UTC  (3+ messages)

[PATCH linux-next 1/3] x86, crash: don't nest CONFIG_CRASH_DUMP ifdef inside CONFIG_KEXEC_CODE ifdef scope
 2024-02-03  0:17 UTC  (2+ messages)

[RFC PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-02 21:00 UTC  (13+ messages)
` [RFC PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [RFC PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [RFC PATCH v4 03/12] dm: "
` [RFC PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [RFC PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [RFC PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [RFC PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [RFC PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [RFC PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [RFC PATCH v4 10/12] dm: "
` [RFC PATCH v4 11/12] dcssblk: "
` [RFC PATCH v4 12/12] virtio: "


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