public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-17 17:56:59 to 2026-03-20 03:21:42 UTC [more...]

[PATCH 0/6] change young flag check functions to return bool
 2026-03-20  3:21 UTC  (20+ 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 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH 4/6] mm: change to return bool for pmdp_clear_flush_young()
` [PATCH 5/6] mm: change to return bool for pudp_test_and_clear_young()
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check

[PATCH 0/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE and cleanup CONFIG_MIGRATION
 2026-03-19 18:23 UTC  (17+ messages)
` [PATCH 1/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
` [PATCH 2/2] mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATION

[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-19 17:38 UTC  (30+ 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 v13 RESEND 00/14] arm64: entry: Convert to Generic Entry
 2026-03-19 17:07 UTC  (33+ 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 v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-19 16:50 UTC  (6+ 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 v6 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-19 15:42 UTC  (4+ messages)
` [PATCH v6 1/3] vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it
` [PATCH v6 2/3] vfio/ism: Implement vfio_pci driver for ISM devices
` [PATCH v6 3/3] MAINTAINERS: add VFIO ISM PCI DRIVER section

[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-03-19 14:27 UTC  (6+ messages)
` [PATCH 07/15] RISC-V: "
` [PATCH 14/15] alpha: remove "

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (3+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check

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

[PATCH v5 0/1] perf record: Add support for arch_sdt_arg_parse_op() on s390
 2026-03-19  8:47 UTC  (2+ messages)
` [PATCH v5 1/1] "

[PATCH v5 5/5] perf evlist: Improve default event for s390
 2026-03-19  8:02 UTC  (20+ messages)
` [PATCH v6 0/5] perf evsel fallback changes, better s390 defaults
  ` [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 00/19] GHASH library
 2026-03-19  6:17 UTC  (20+ messages)
` [PATCH 01/19] lib/crypto: gf128hash: Rename polyval module to gf128hash
` [PATCH 02/19] lib/crypto: gf128hash: Support GF128HASH_ARCH without all POLYVAL functions
` [PATCH 03/19] lib/crypto: gf128hash: Add GHASH support
` [PATCH 04/19] lib/crypto: tests: Add KUnit tests for GHASH
` [PATCH 05/19] crypto: arm/ghash - Make the "ghash" crypto_shash NEON-only
` [PATCH 06/19] crypto: arm/ghash - Move NEON GHASH assembly into its own file
` [PATCH 07/19] lib/crypto: arm/ghash: Migrate optimized code into library
` [PATCH 08/19] crypto: arm64/ghash - Move NEON GHASH assembly into its own file
` [PATCH 09/19] lib/crypto: arm64/ghash: Migrate optimized code into library
` [PATCH 10/19] crypto: arm64/aes-gcm - Rename struct ghash_key and make fixed-sized
` [PATCH 11/19] lib/crypto: powerpc/ghash: Migrate optimized code into library
` [PATCH 12/19] lib/crypto: riscv/ghash: "
` [PATCH 13/19] lib/crypto: s390/ghash: "
` [PATCH 14/19] lib/crypto: x86/ghash: "
` [PATCH 15/19] crypto: gcm - Use GHASH library instead of crypto_ahash
` [PATCH 16/19] crypto: ghash - Remove ghash from crypto_shash API
` [PATCH 17/19] lib/crypto: gf128mul: Remove unused 4k_lle functions
` [PATCH 18/19] lib/crypto: gf128hash: Remove unused content from ghash.h
` [PATCH 19/19] lib/crypto: aesgcm: Use GHASH library API

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

[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

[RFC 00/10] KVM: s390: spring cleanup
 2026-03-18 16:48 UTC  (21+ messages)
` [RFC 01/10] KVM: s390: diag258: Pass absolute address to kvm_is_gpa_in_memslot()
` [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 v5 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-18 14:52 UTC  (6+ messages)
` [PATCH v5 2/3] vfio/ism: Implement "

[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  (4+ 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


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