linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-03 02:07:49 to 2025-07-22 18:21:32 UTC [more...]

[PATCH v3 00/12] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
 2025-07-22 18:21 UTC  (27+ messages)
` [PATCH v3 01/12] lib/kasan: introduce CONFIG_ARCH_DEFER_KASAN option
` [PATCH v3 02/12] kasan: unify static kasan_flag_enabled across modes
` [PATCH v3 03/12] kasan/powerpc: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v3 04/12] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH v3 05/12] kasan/arm: "
` [PATCH v3 06/12] kasan/xtensa: "
` [PATCH v3 07/12] kasan/loongarch: select ARCH_DEFER_KASAN and call kasan_init_generic
` [PATCH v3 08/12] kasan/um: "
` [PATCH v3 09/12] kasan/x86: call kasan_init_generic in kasan_init
` [PATCH v3 10/12] kasan/s390: "
` [PATCH v3 11/12] kasan/riscv: "
` [PATCH v3 12/12] kasan: add shadow checks to wrappers and rename kasan_arch_is_ready

[PATCH net v2] s390/ism: fix concurrency management in ism_cmd()
 2025-07-22 16:18 UTC 

[RFC PATCH] KVM: s390: selftests: work around macro is_signed_type re-definiton
 2025-07-22 15:53 UTC 

[PATCH v5 0/2] dm-integrity: Implement asynch digest support
 2025-07-22 13:38 UTC  (3+ messages)
` [PATCH v5 1/2] dm-integrity: use internal variable for digestsize
` [PATCH v5 2/2] dm-integrity: introduce ahash support for the internal hash

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-07-22 13:29 UTC  (29+ messages)
` [PATCH v3 01/13] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v3 02/13] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v3 03/13] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
` [PATCH v3 05/13] arm: "
` [PATCH v3 06/13] arm64: "
` [PATCH v3 07/13] s390: "
` [PATCH v3 08/13] powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init section
` [PATCH v3 09/13] mips: Handle KCOV __init vs inline mismatch
` [PATCH v3 10/13] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v3 11/13] kstack_erase: Support Clang stack depth tracking
` [PATCH v3 12/13] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v3 13/13] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON

[PATCH net-next] s390/qeth: Make hw_trap sysfs attribute idempotent
 2025-07-22  0:50 UTC  (3+ messages)

[PATCH 1/1] s390/ism: fix concurrency management in ism_cmd()
 2025-07-21 10:35 UTC  (5+ messages)

[linus:master] [mm] 4e92030c05: will-it-scale.per_process_ops 10.0% improvement
 2025-07-21  8:29 UTC 

[PATCH v2] multipath-tools: add a comment about DASD arrays vendors
 2025-07-19 14:50 UTC  (2+ messages)

[PATCH] multipath-tools: fix default blacklist of s390 devices
 2025-07-19 14:36 UTC  (9+ messages)

[PATCH v3 0/6] Fix mlx5 write combining support on new ARM64 cores
 2025-07-18 20:00 UTC  (8+ messages)
` [PATCH v3 6/6] IB/mlx5: Use __iowrite64_copy() for write combining stores

[PATCH 00/26] SHA-1 library functions
 2025-07-18 17:24 UTC  (31+ messages)
` [PATCH 01/26] crypto: x86/sha1 - Rename conflicting symbol
` [PATCH 02/26] lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
` [PATCH 03/26] lib/crypto: sha1: Add SHA-1 library functions
` [PATCH 04/26] lib/crypto: sha1: Add HMAC support
` [PATCH 05/26] crypto: sha1 - Wrap library and add "
` [PATCH 06/26] crypto: sha1 - Use same state format as legacy drivers
` [PATCH 07/26] lib/crypto: arm/sha1: Migrate optimized code into library
` [PATCH 08/26] lib/crypto: arm64/sha1: "
` [PATCH 09/26] lib/crypto: mips/sha1: "
` [PATCH 10/26] lib/crypto: powerpc/sha1: "
` [PATCH 11/26] lib/crypto: s390/sha1: "
` [PATCH 12/26] lib/crypto: sparc/sha1: "
` [PATCH 13/26] lib/crypto: x86/sha1: "
` [PATCH 14/26] crypto: sha1 - Remove sha1_base.h
` [PATCH 15/26] lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1
` [PATCH 16/26] bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
` [PATCH 17/26] sctp: Use HMAC-SHA1 and HMAC-SHA256 library functions
` [PATCH 18/26] ipv6: sr: "
` [PATCH 19/26] tee: Use SHA-1 library instead of crypto_shash
` [PATCH 20/26] lib/digsig: "
` [PATCH 21/26] drm/bridge: it6505: "
` [PATCH 22/26] nfc: s3fwrn5: "
` [PATCH 23/26] ppp: mppe: "
` [PATCH 24/26] KEYS: trusted_tpm1: "
` [PATCH 25/26] ipv6: Switch to higher-level SHA-1 functions
` [PATCH 26/26] lib/crypto: sha1: Remove low-level functions from API

[PATCH 1/2] crypto: engine: remove request batching support
 2025-07-18 11:13 UTC  (3+ messages)

[PATCH v12 02/15] preempt: Introduce __preempt_count_{sub, add}_return()
 2025-07-17 19:15 UTC 

[PATCH v11 02/14] preempt: Introduce __preempt_count_{sub, add}_return()
 2025-07-17 18:37 UTC 

[PATCH v4 2/2] dm-integrity: introduce ahash support for the internal hash
 2025-07-17 15:18 UTC  (2+ messages)

[PATCH v2] integrity: Extract secure boot enquiry function out of IMA
 2025-07-17 12:29 UTC  (7+ messages)

[PATCH net-next] s390/net: Remove NETIUCV device driver
 2025-07-17  1:30 UTC  (3+ messages)

[PATCH] multipath-tools: add a comment about DASD arrays vendors
 2025-07-16 22:12 UTC 

[PATCH 1/1] uapi/termios: remove struct ktermios from uapi headers
 2025-07-16 18:04 UTC  (3+ messages)

[PATCH 0/2] KVM: s390: Fix latent guest entry/exit bugs
 2025-07-16 11:05 UTC  (6+ messages)
` [PATCH 1/2] entry: Add arch_in_rcu_eqs()
` [PATCH 2/2] KVM: s390: Rework guest entry logic

[PATCH v1 net] smc: Fix various oops due to inet_sock type confusion
 2025-07-15 17:07 UTC  (8+ messages)

[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
 2025-07-15 10:32 UTC  (6+ messages)
` [PATCH 17/23] s390/ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset "

[PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
 2025-07-11 16:16 UTC  (5+ messages)

[kvm-unit-tests PATCH] s390x: Fix arch_cmd
 2025-07-11 14:42 UTC  (4+ messages)

[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
 2025-07-11 14:37 UTC  (6+ messages)
` [kvm-unit-tests PATCH v4 07/13] scripts: Add default arguments for kvmtool

[PATCH v4 1/4] smpboot: introduce SDTL() helper to tidy sched topology setup
 2025-07-11  0:24 UTC  (3+ messages)

[PATCH] perf list: Remove trailing A in PAI crypto event 4210
 2025-07-10 17:27 UTC  (3+ messages)

[PATCH v2] s390/con3215: Use macros for hardcoded values
 2025-07-10  6:35 UTC  (2+ messages)

[PATCH net-next v2 0/2] Converge on using secs_to_jiffies() part two
 2025-07-10  2:40 UTC  (7+ messages)
` [PATCH net-next v2 1/2] net/smc: convert timeouts to secs_to_jiffies()
` [PATCH net-next v2 2/2] net: ipconfig: "

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-07-10  1:57 UTC  (4+ messages)
` [PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches

[PATCH] s390/con3215: Use macros for hardcoded values
 2025-07-09 19:10 UTC  (2+ messages)

[PATCH] s390/sclp_con: delete unused macros and standardize the name
 2025-07-09 18:59 UTC 

[PATCH] s390/con3270: Use macros for hardcoded values
 2025-07-09 17:13 UTC 

[PATCH] s390/sclp_tty: Use macros for hardcoded values
 2025-07-09 16:38 UTC 

[PATCH 6.12,6.15] crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
 2025-07-08 21:44 UTC 

[GIT PULL] Crypto library fix for v6.16-rc6
 2025-07-08 20:40 UTC  (2+ messages)

[PATCH net-next v3 0/6] net: Remove unused function parameters in skbuff.c
 2025-07-08 16:00 UTC  (2+ messages)

[PATCH] crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
 2025-07-07  6:47 UTC  (3+ messages)

[PATCH v2 00/14] SHA-256 library improvements
 2025-07-04 13:26 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/2] scripts: extra_params rework
 2025-07-04  8:41 UTC  (2+ messages)

[PATCH] perf list: Add IBM z17 event descriptions
 2025-07-03 18:16 UTC  (2+ messages)

[PATCH v2] crypto: s390/sha - Fix uninitialized variable in SHA-1 and SHA-2
 2025-07-03 17:23 UTC 

[PATCH] s390/boot: use the full title of the manual for facility bits
 2025-07-03  7:59 UTC  (3+ 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).