linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-26 06:27:43 to 2024-09-07 16:57:05 UTC [more...]

[syzbot] [net?] [s390?] possible deadlock in smc_release
 2024-09-07 16:57 UTC  (2+ messages)

[PATCH] s390/dasd: fix redundant /proc/dasd* entries removal
 2024-09-06 13:55 UTC  (2+ messages)

[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
 2024-09-06 11:43 UTC  (14+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
` [PATCH RFC v3 2/2] selftests/mm: Create ADDR_LIMIT_47BIT test

[PATCH] s390/vfio-ap: Driver feature advertisement
 2024-09-06 10:45 UTC  (2+ messages)

Business Proposal
 2024-09-06  6:10 UTC 

[PATCH net-next] net/smc: add sysctl for smc_limit_hs
 2024-09-06  2:35 UTC 

[PATCH net-next v2] net/smc: add sysctl for smc_limit_hs
 2024-09-06  2:26 UTC  (7+ messages)

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-09-05 17:26 UTC  (24+ messages)
` [PATCH RFC v2 1/4] mm: Add MAP_BELOW_HINT
` [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info
` [PATCH RFC v2 3/4] mm: Support MAP_BELOW_HINT in vm_unmapped_area()
` [PATCH RFC v2 4/4] selftests/mm: Create MAP_BELOW_HINT test

[PATCH 0/5] Correct perf sampling with guest VMs
 2024-09-05 10:55 UTC  (10+ messages)
` [PATCH 1/5] arm: perf: Drop unused functions
` [PATCH 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
` [PATCH 4/5] x86: perf: Refactor misc flag assignments
` [PATCH 5/5] perf: Correct perf sampling with guest VMs

[PATCH 2/5] perf/core: Export perf_exclude_event()
 2024-09-05  3:10 UTC 

[PATCH 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
 2024-09-04 19:07 UTC  (18+ messages)
` [PATCH 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
` [PATCH 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
` [PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area

[PATCH v2 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
 2024-09-04 16:58 UTC  (4+ messages)
` [PATCH v2 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
` [PATCH v2 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
` [PATCH v2 3/3] mm: Care about shadow stack guard gap when getting an unmapped area

[kvm-unit-tests PATCH v2 0/4] Support cross compiling with clang
 2024-09-04 10:57 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/4] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH v2 2/4] Makefile: Prepare for clang EFI builds
` [kvm-unit-tests PATCH v2 3/4] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH v2 4/4] riscv: gitlab-ci: Add clang build tests

[kvm-unit-tests PATCH 0/3] Support cross compiling with clang
 2024-09-04 10:31 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/3] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH 2/3] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH 3/3] riscv: gitlab-ci: Add clang build tests

[PATCH 1/7] tracing: add ftrace_regs to function_graph_enter()
 2024-09-04  6:58 UTC  (2+ messages)
` [PATCH 3/7] s390/tracing: pass "

[kvm-unit-tests PATCH 0/2] configure: Support CONFIG_* extension
 2024-09-03 14:39 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] configure: Introduce add-config
` [kvm-unit-tests PATCH 2/2] riscv: Make NR_CPUS configurable

[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
 2024-09-03 10:46 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 7/7] s390x: Add test for STFLE interpretive execution (format-0)

clearly mark DMA_OPS support as an architecture feature v2
 2024-09-03  9:39 UTC  (8+ messages)
` [PATCH 1/2] vdpa_sim: don't select DMA_OPS
` [PATCH 2/2] dma-mapping: clearly mark DMA ops as an architecture feature

[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-09-03  6:27 UTC  (4+ messages)

[PATCH v2 0/3] selftests: kvm: s390: Add ucontrol memory selftests
 2024-09-02 11:50 UTC  (4+ messages)
` [PATCH v2 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH v2 2/3] selftests: kvm: s390: Add uc_skey "
` [PATCH v2 3/3] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs

[PATCH v13 04/10] mm: split a folio in minimum folio order chunks
 2024-08-31 22:38 UTC  (12+ messages)

[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
 2024-08-31 16:30 UTC  (33+ messages)
` [PATCH 01/16] mm: Add MAP_BELOW_HINT
` [PATCH 02/16] riscv: mm: Do not restrict mmap address based on hint
` [PATCH 03/16] mm: Add flag and len param to arch_get_mmap_base()
` [PATCH 04/16] mm: Add generic MAP_BELOW_HINT
` [PATCH 05/16] riscv: mm: Support MAP_BELOW_HINT
` [PATCH 06/16] arm64: "
` [PATCH 07/16] powerpc: "
` [PATCH 08/16] x86: "
` [PATCH 09/16] loongarch: "
` [PATCH 10/16] arm: "
` [PATCH 11/16] mips: "
` [PATCH 12/16] parisc: "
` [PATCH 13/16] s390: "
` [PATCH 14/16] sh: "
` [PATCH 15/16] sparc: "
` [PATCH 16/16] selftests/mm: Create MAP_BELOW_HINT test

[PATCH 0/3] selftests: kvm: s390: Add ucontrol memory selftests
 2024-08-30 15:51 UTC  (6+ messages)
` [PATCH 2/3] selftests: kvm: s390: Add uc_skey VM test case

[PATCH net,v7] net/smc: prevent NULL pointer dereference in txopt_get
 2024-08-30 12:30 UTC  (3+ messages)

[PATCH v6 RESED 0/2] dma: support DMA zone starting above 4GB
 2024-08-29 14:54 UTC  (10+ messages)
  ` [PATCH v6 RESED 1/2] dma: replace zone_dma_bits by zone_dma_limit

[PATCH -next] s390/hypfs: Remove obsoleted declaration for hypfs_dbfs_exit
 2024-08-29 14:27 UTC  (2+ messages)

[PATCH net-next 0/4] Make SMC-R can work with rxe devices
 2024-08-28 10:29 UTC  (6+ messages)

Incorrect vmcoreinfo KERNELOFFSET after "s390/boot: Rework deployment of the kernel image"
 2024-08-27 19:38 UTC  (10+ messages)

clearly mark DMA_OPS support as an architecture feasture
 2024-08-27 12:31 UTC  (7+ messages)
` [PATCH] dma-mapping: clear mark DMA ops as an architecture feature

[PATCH v4 24/26] arch_numa: switch over to numa_memblks
 2024-08-27  8:52 UTC 

[kvm-unit-tests PATCH v1] s390x: Split and rework cpacf query functions
 2024-08-27  8:40 UTC  (2+ messages)

[PATCH net-next 00/13] net: header and core spelling corrections
 2024-08-27  8:25 UTC  (5+ messages)
` [PATCH net-next 12/13] net: Correct spelling in headers

[PATCH net,v5,2/2] net/smc: modify smc_sock structure
 2024-08-27  3:50 UTC  (6+ messages)

[PATCH v3] iommu/s390: Implement blocking domain
 2024-08-27  2:54 UTC  (4+ messages)

[PATCH v4 24/26] arch_numa: switch over to numa_memblks
 2024-08-26 22:46 UTC 

[PATCH v2 11/19] s390/pci_mmio: Use follow_pfnmap API
 2024-08-26 20:43 UTC 

[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
 2024-08-26 14:34 UTC  (6+ messages)
` [PATCH RFC 2/6] mm: PGTABLE_HAS_P[MU]D_LEAVES config options

Problem testing with S390x under QEMU on x86_64
 2024-08-26 10:50 UTC  (6+ 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).