public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-28 21:40:01 to 2024-09-11 18:21:39 UTC [more...]

[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
 2024-09-11 18:21 UTC  (28+ 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 0/5] Correct perf sampling with guest VMs
 2024-09-11 17:42 UTC  (12+ 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 0/2] selftests: vDSO: s390 fixes
 2024-09-11 13:42 UTC  (5+ messages)
` [PATCH 1/2] selftests: vDSO: fix ELF hash table entry size for s390x
` [PATCH 2/2] selftests: vDSO: fix vdso_config for s390

[kvm-unit-tests PATCH v3 0/5] Support cross compiling with clang
 2024-09-11  9:14 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 1/5] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH v3 2/5] Makefile: Prepare for clang EFI builds
` [kvm-unit-tests PATCH v3 3/5] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH v3 4/5] riscv: gitlab-ci: Add clang build tests
` [kvm-unit-tests PATCH v3 5/5] README: Add cross and clang recipes

[PATCH net] net/mlx5: Fix error path in multi-packet WQE transmit
 2024-09-11  8:59 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/4] Support cross compiling with clang
 2024-09-11  8:24 UTC  (13+ 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/2] configure: Support CONFIG_* extension
 2024-09-11  8:15 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/2] configure: Introduce add-config
` [kvm-unit-tests PATCH 2/2] riscv: Make NR_CPUS configurable

[PATCH v2] s390/vfio-ap: Driver feature advertisement
 2024-09-11  6:57 UTC  (2+ messages)

[PATCH v1] s390/dasd: Fix typo in comment
 2024-09-11  6:42 UTC 

[PATCH net-next] net/smc: add sysctl for smc_limit_hs
 2024-09-11  2:53 UTC  (4+ messages)

[PATCH v4] iommu/s390: Implement blocking domain
 2024-09-10 21:15 UTC 

[PATCH v1 0/5] virtio-mem: s390x support
 2024-09-10 20:19 UTC  (8+ messages)
` [PATCH v1 1/5] s390/kdump: implement is_kdump_kernel()
` [PATCH v1 2/5] s390/physmem_info: query diag500(STORAGE_LIMIT) to support QEMU/KVM memory devices
` [PATCH v1 3/5] virtio-mem: s390x support
` [PATCH v1 4/5] lib/Kconfig.debug: default STRICT_DEVMEM to "y" on s390x
` [PATCH v1 5/5] s390/sparsemem: reduce section size to 128 MiB

[PATCH v2] s390/vfio-ap: Driver feature advertisement
 2024-09-10 11:34 UTC 

[PATCH] s390/vfio-ap: Driver feature advertisement
 2024-09-09 12:49 UTC  (5+ messages)

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-09-09  9:46 UTC  (25+ 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

[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)

Business Proposal
 2024-09-06  6:10 UTC 

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

[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 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 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  (15+ messages)
` [PATCH 07/16] powerpc: mm: Support MAP_BELOW_HINT

[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  (5+ 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)


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