public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-16 19:20:39 to 2026-03-19 03:24:25 UTC [more...]

[PATCH 0/6] change young flag check functions to return bool
 2026-03-19  3:24 UTC  (4+ messages)
` [PATCH 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH 4/6] mm: change to return bool for pmdp_clear_flush_young()

[PATCH v3 3/3] perf evlist: Improve default event for s390
 2026-03-18 23:46 UTC  (35+ messages)
` [PATCH v4 0/5] perf evsel fallback changes
  ` [PATCH v4 1/5] perf evsel: Improve falling back from cycles
  ` [PATCH v4 2/5] perf target: Constify simple check functions
  ` [PATCH v4 3/5] perf evsel: Constify option arguments to config functions
  ` [PATCH v4 4/5] perf callchain: Move callchain option parsing out of builtin
  ` [PATCH v4 5/5] perf evlist: Improve default event for s390
  ` [PATCH v5 0/5] perf evsel fallback changes
    ` [PATCH v5 1/5] perf evsel: Improve falling back from cycles
    ` [PATCH v5 2/5] perf target: Constify simple check functions
    ` [PATCH v5 3/5] perf evsel: Constify option arguments to config functions
    ` [PATCH v5 4/5] perf callchain: Refactor callchain option parsing
    ` [PATCH v5 5/5] perf evlist: Improve default event for s390
          ` [PATCH v6 0/5] perf evsel fallback changes, better s390 defaults
            ` [PATCH v6 1/5] perf evsel: Improve falling back from cycles
            ` [PATCH v6 2/5] perf target: Constify simple check functions
            ` [PATCH v6 3/5] perf evsel: Constify option arguments to config functions
            ` [PATCH v6 4/5] perf callchain: Refactor callchain option parsing
            ` [PATCH v6 5/5] perf evlist: Improve default event for s390
                ` [PATCH v7 0/5] perf evsel fallback changes, better s390 defaults
                  ` [PATCH v7 1/5] perf evsel: Improve falling back from cycles
                  ` [PATCH v7 2/5] perf target: Constify simple check functions
                  ` [PATCH v7 3/5] perf evsel: Constify option arguments to config functions
                  ` [PATCH v7 4/5] perf callchain: Refactor callchain option parsing
                  ` [PATCH v7 5/5] perf evlist: Improve default event for s390
                  ` [PATCH v8 0/5] perf evsel fallback changes, better s390 defaults
                    ` [PATCH v8 1/5] perf evsel: Improve falling back from cycles
                    ` [PATCH v8 2/5] perf target: Constify simple check functions
                    ` [PATCH v8 3/5] perf evsel: Constify option arguments to config functions
                    ` [PATCH v8 4/5] perf callchain: Refactor callchain option parsing
                    ` [PATCH v8 5/5] perf evlist: Improve default event for s390

[PATCH v1 0/7] KVM: s390: More memory management fixes
 2026-03-18 21:45 UTC  (9+ messages)
` [PATCH v1 1/7] KVM: s390: Remove non-atomic dat_crstep_xchg()
` [PATCH v1 2/7] KVM: s390: vsie: Fix check for pre-existing shadow mapping
` [PATCH v1 3/7] KVM: s390: Fix gmap_link()
` [PATCH v1 4/7] KVM: s390: vsie: Fix refcount overflow for shadow gmaps
` [PATCH v1 5/7] KVM: s390: vsie: Fix unshadowing while shadowing
` [PATCH v1 6/7] KVM: s390: vsie: Fix off-by-one when protecting guest page tables
` [PATCH v1 7/7] KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl

[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-18 17:47 UTC  (25+ messages)
` [PATCH v3 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v3 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v3 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v3 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v3 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v3 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v3 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v3 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v3 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v3 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v3 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v3 23/23] mm/vma: convert __mmap_region() "

[PATCH 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
 2026-03-18 17:05 UTC  (4+ messages)
` [PATCH 1/2] ptp: split clock drivers into two subdirectories
` [PATCH 2/2] MAINTAINERS: update PTP maintainer entries after directory split

[RFC 00/10] KVM: s390: spring cleanup
 2026-03-18 16:48 UTC  (28+ messages)
` [RFC 01/10] KVM: s390: diag258: Pass absolute address to kvm_is_gpa_in_memslot()
` [RFC 02/10] KVM: s390: Consolidate lpswe variants
    ` [PATCH] KVM: s390: Fix lpsw/e breaking event handling
` [RFC 03/10] KVM: s390: Convert shifts to gpa_to_gfn()
` [RFC 04/10] KVM: s390: kvm_s390_real_to_abs() should return gpa_t
` [RFC 05/10] KVM: s390: vsie: Cleanup and fixup of crycb handling
` [RFC 06/10] KVM: s390: Rework lowcore access functions
` [RFC 07/10] KVM: s390: Use gpa_t and gva_t in gaccess files
` [RFC 08/10] KVM: s390: Use gpa_t in priv.c
` [RFC 09/10] KVM: s390: Use gpa_t in pv.c
` [RFC 10/10] KVM: s390: Cleanup kvm_s390_store_status_unloaded

[PATCH v4] perf record: Add support for arch_sdt_arg_parse_op() on s390
 2026-03-18 16:45 UTC  (2+ messages)

[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-03-18 16:22 UTC  (4+ messages)
` [PATCH 14/15] alpha: remove "

[PATCH v5 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-18 14:52 UTC  (8+ messages)
` [PATCH v5 1/3] vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it
` [PATCH v5 2/3] vfio/ism: Implement vfio_pci driver for ISM devices
` [PATCH v5 3/3] MAINTAINERS: add VFIO ISM PCI DRIVER section

[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-18 14:42 UTC  (7+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v2 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v2 17/23] mm: convert do_brk_flags() to use vma_flags_t

[GIT PULL 0/6] KVM: s390: Fixes for 7.0
 2026-03-18  8:06 UTC  (7+ messages)
` [GIT PULL 1/6] KVM: s390: Fix a deadlock
` [GIT PULL 2/6] s390/mm: Add missing secure storage access fixups for donated memory
` [GIT PULL 3/6] KVM: s390: Limit adapter indicator access to mapped page
` [GIT PULL 4/6] KVM: s390: selftests: Add IRQ routing address offset tests
` [GIT PULL 5/6] KVM: s390: log machine checks more aggressively
` [GIT PULL 6/6] KVM: s390: vsie: Avoid injecting machine check on signal

[PATCH v3] perf record: Add support for arch_sdt_arg_parse_op() on s390
 2026-03-18  8:03 UTC  (5+ messages)

[PATCH net] net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe buffer
 2026-03-18  6:48 UTC 

[PATCH 0/9] s390: Improve this_cpu operations
 2026-03-17 21:08 UTC  (11+ messages)
` [PATCH 1/9] s390/percpu: Provide arch_raw_cpu_ptr()
` [PATCH 2/9] s390/alternatives: Add new ALT_TYPE_PERCPU type
` [PATCH 3/9] s390/percpu: Infrastructure for more efficient this_cpu operations
` [PATCH 4/9] s390/percpu: Use new percpu code section for arch_this_cpu_add()
` [PATCH 5/9] s390/percpu: Use new percpu code section for arch_this_cpu_add_return()
` [PATCH 6/9] s390/percpu: Use new percpu code section for arch_this_cpu_[and|or]()
` [PATCH 7/9] s390/percpu: Provide arch_this_cpu_read() implementation
` [PATCH 8/9] s390/percpu: Provide arch_this_cpu_write() implementation
` [PATCH 9/9] s390/percpu: Remove one and two byte this_cpu operation implementation

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-03-17 15:53 UTC  (17+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 2/9] configs: remove orphan dependencies of NETFILTER_XTABLES_LEGACY
` [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
` [PATCH 4/9] configs: remove implicit assignments to FB_MODE_HELPERS
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 6/9] arm64: defconfig: remove implicit assignment to CRYPTO_SHA3
` [PATCH 7/9] arm64: defconfig: remove incorrect assignment to IPQ_APSS_5018
` [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
` [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-03-17 14:13 UTC  (17+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v11 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v11 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v11 09/16] KVM: arm64: "
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v11 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v11 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v11 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v11 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v11 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v11 16/16] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v1 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
 2026-03-17 13:06 UTC  (6+ messages)
` [PATCH v1 3/3] Introducing kvm_arch_set_irq_inatomic fast inject

[PATCH] debugobjects: Allow to configure the amount of pre-allocated objects
 2026-03-17 11:42 UTC  (6+ messages)

[PATCH v13 RESEND 00/14] arm64: entry: Convert to Generic Entry
 2026-03-17 10:58 UTC  (17+ messages)
` [PATCH v13 RESEND 01/14] arm64/ptrace: Refactor syscall_trace_enter/exit() to accept flags parameter
` [PATCH v13 RESEND 02/14] arm64/ptrace: Use syscall_get_nr() helper for syscall_trace_enter()
` [PATCH v13 RESEND 03/14] arm64/ptrace: Expand secure_computing() in place
` [PATCH v13 RESEND 04/14] arm64/ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v13 RESEND 05/14] arm64: ptrace: Move rseq_syscall() before audit_syscall_exit()
` [PATCH v13 RESEND 06/14] arm64: syscall: Introduce syscall_exit_to_user_mode_work()
` [PATCH v13 RESEND 07/14] arm64/ptrace: Define and use _TIF_SYSCALL_EXIT_WORK
` [PATCH v13 RESEND 08/14] arm64/ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v13 RESEND 09/14] arm64: entry: Convert to generic entry
` [PATCH v13 RESEND 10/14] arm64: Inline el0_svc_common()
` [PATCH v13 RESEND 11/14] s390: Rename TIF_SINGLE_STEP to TIF_SINGLESTEP
` [PATCH v13 RESEND 12/14] asm-generic: Move TIF_SINGLESTEP to generic TIF bits
` [PATCH v13 RESEND 13/14] arm64: Use generic TIF bits for common thread flags
` [PATCH v13 RESEND 14/14] selftests: sud_test: Support aarch64

[PATCH v4 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-17 10:01 UTC  (5+ messages)

[PATCH v2] perf record: Add support for arch_sdt_arg_parse_op() on s390
 2026-03-17  8:40 UTC  (3+ messages)

[PATCH] KVM: s390: only deliver service interrupt with payload
 2026-03-17  8:29 UTC  (2+ messages)

[RFC PATCH v2 0/7] futex: Use runtime constants for futex_hash computation
 2026-03-17  5:11 UTC  (7+ messages)
` [RFC PATCH v2 5/7] s390/runtime-const: Introduce runtime_const_mask_32()
` [RFC PATCH v2 7/7] futex: Use runtime constants for __futex_hash() hot path

[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
 2026-03-17  3:49 UTC  (10+ messages)
` [PATCH v5 09/15] arch/powerpc: don't initialize kasan if it's disabled
` [PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt

[PATCH net v5] net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
 2026-03-17  2:50 UTC  (2+ messages)

[PATCH net-next] net/smc: cap allocation order for SMC-R physically contiguous buffers
 2026-03-17  2:45 UTC  (2+ messages)
` [net-next] "

[RFC v2 0/2] ptp: Move non-NIC PHC drivers from netdev to clock/timekeeping maintainership
 2026-03-17  2:12 UTC  (4+ messages)

cleanup the RAID5 XOR library v2
 2026-03-16 22:12 UTC  (3+ messages)
` [PATCH 10/27] alpha: move the XOR code to lib/raid/

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-16 22:10 UTC  (3+ messages)
` [PATCH 46/61] vfio: Prefer IS_ERR_OR_NULL over manual NULL check


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