messages from 2025-05-20 18:26:49 to 2025-06-01 23:00:33 UTC [more...]
[PATCH v4 00/13] Architecture-optimized SHA-256 library API
2025-06-01 23:00 UTC (10+ messages)
` [PATCH v4 08/13] crypto: s390/sha256 - implement library instead of shash
[PATCH 00/13] lib/crc: improve how arch-optimized code is integrated
2025-06-01 22:44 UTC (14+ messages)
` [PATCH 01/13] crypto/crc32: register only one shash_alg
` [PATCH 02/13] crypto/crc32c: "
` [PATCH 03/13] lib/crc: move files into lib/crc/
` [PATCH 04/13] lib/crc: prepare for arch-optimized code in subdirs of lib/crc/
` [PATCH 05/13] lib/crc/arm: migrate arm-optimized CRC code into lib/crc/
` [PATCH 06/13] lib/crc/arm64: migrate arm64-optimized "
` [PATCH 07/13] lib/crc/loongarch: migrate loongarch-optimized "
` [PATCH 08/13] lib/crc/mips: migrate mips-optimized "
` [PATCH 09/13] lib/crc/powerpc: migrate powerpc-optimized "
` [PATCH 10/13] lib/crc/riscv: migrate riscv-optimized "
` [PATCH 11/13] lib/crc/s390: migrate s390-optimized CRC code into lib/s390/
` [PATCH 12/13] lib/crc/sparc: migrate sparc-optimized CRC code into lib/crc/
` [PATCH 13/13] lib/crc/x86: migrate x86-optimized "
[syzbot] [net?] [s390?] possible deadlock in smc_switch_to_fallback (2)
2025-05-31 16:20 UTC (2+ messages)
` [syzbot] [smc?] "
[kvm-unit-tests PATCH 00/16] x86: Add CPUID properties, clean up related code
2025-05-30 16:22 UTC (20+ messages)
` [kvm-unit-tests PATCH 01/16] lib: Add and use static_assert() convenience wrappers
` [kvm-unit-tests PATCH 02/16] x86: Encode X86_FEATURE_* definitions using a structure
` [kvm-unit-tests PATCH 03/16] x86: Add X86_PROPERTY_* framework to retrieve CPUID values
` [kvm-unit-tests PATCH 04/16] x86: Use X86_PROPERTY_MAX_VIRT_ADDR in is_canonical()
` [kvm-unit-tests PATCH 05/16] x86: Implement get_supported_xcr0() using X86_PROPERTY_SUPPORTED_XCR0_{LO,HI}
` [kvm-unit-tests PATCH 06/16] x86: Add and use X86_PROPERTY_INTEL_PT_NR_RANGES
` [kvm-unit-tests PATCH 07/16] x86/pmu: Rename pmu_gp_counter_is_available() to pmu_arch_event_is_available()
` [kvm-unit-tests PATCH 08/16] x86/pmu: Rename gp_counter_mask_length to arch_event_mask_length
` [kvm-unit-tests PATCH 09/16] x86/pmu: Mark all arch events as available on AMD
` [kvm-unit-tests PATCH 10/16] x86/pmu: Use X86_PROPERTY_PMU_* macros to retrieve PMU information
` [kvm-unit-tests PATCH 11/16] x86/sev: Use VC_VECTOR from processor.h
` [kvm-unit-tests PATCH 12/16] x86/sev: Skip the AMD SEV test if SEV is unsupported/disabled
` [kvm-unit-tests PATCH 13/16] x86/sev: Define and use X86_FEATURE_* flags for CPUID 0x8000001F
` [kvm-unit-tests PATCH 14/16] x86/sev: Use X86_PROPERTY_SEV_C_BIT to get the AMD SEV C-bit location
` [kvm-unit-tests PATCH 15/16] x86/sev: Use amd_sev_es_enabled() to detect if SEV-ES is enabled
` [kvm-unit-tests PATCH 16/16] x86: Move SEV MSR definitions to msr.h
[PATCH] crypto: s390/sha256 - rename module to sha256-s390
2025-05-30 12:59 UTC (2+ messages)
[PATCH v3 0/3] KVM: s390: Use ESCA instead of BSCA at VM init
2025-05-30 7:39 UTC (8+ messages)
` [PATCH v3 1/3] KVM: s390: Set KVM_MAX_VCPUS to 256
` [PATCH v3 2/3] KVM: s390: Always allocate esca_block
` [PATCH v3 3/3] KVM: s390: Specify kvm->arch.sca as esca_block
[PATCH 0/7] Remove ops.pgsize_bitmap
2025-05-29 20:46 UTC (3+ messages)
` [PATCH 3/7] iommu: Remove ops.pgsize_bitmap from drivers that don't use it
[linus:master] [crypto] 40b9969796: UBSAN:unsigned-integer-overflow_in_lib/crypto/chacha20poly1305-selftest.c
2025-05-28 17:41 UTC (6+ messages)
[GIT PULL v1 0/7] KVM: s390: A fix and some refactoring
2025-05-28 16:16 UTC (8+ messages)
` [GIT PULL v1 1/7] s390/uv: Don't return 0 from make_hva_secure() if the operation was not successful
` [GIT PULL v1 2/7] s390/uv: Always return 0 from s390_wiggle_split_folio() if successful
` [GIT PULL v1 3/7] s390/uv: Improve splitting of large folios that cannot be split while dirty
` [GIT PULL v1 4/7] s390: Remove unneeded includes
` [GIT PULL v1 5/7] KVM: s390: Remove unneeded srcu lock
` [GIT PULL v1 6/7] KVM: s390: Refactor and split some gmap helpers
` [GIT PULL v1 7/7] KVM: s390: Simplify and move pv code
[kvm-unit-tests PATCH 0/2] s390x: diag10: Fixup
2025-05-28 14:56 UTC (11+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: diag10: Fence tcg and pv environments
` [kvm-unit-tests PATCH 2/2] s390x: diag10: Check page clear
[PATCH v5 0/4] KVM: s390: Some cleanup and small fixes
2025-05-28 12:15 UTC (7+ messages)
` [PATCH v5 1/4] s390: Remove unneeded includes
` [PATCH v5 2/4] KVM: s390: Remove unneeded srcu lock
` [PATCH v5 3/4] KVM: s390: Refactor and split some gmap helpers
` [PATCH v5 4/4] KVM: s390: Simplify and move pv code
[PATCH v4] s390/crypto: Select crypto engine in Kconfig when PAES is chosen
2025-05-28 10:38 UTC (3+ messages)
[PATCH 6.14 000/783] 6.14.9-rc1 review
2025-05-28 8:50 UTC (2+ messages)
[RFC RESEND v10 02/14] preempt: Introduce __preempt_count_{sub, add}_return()
2025-05-28 6:37 UTC (2+ messages)
stable-rc/queue/6.14: S390: devres.h:111:16: error: implicit declaration of function 'IOMEM_ERR_PTR' [-Werror=implicit-function-declaration]
2025-05-27 14:46 UTC (3+ messages)
[PATCH v2 0/5] KVM: s390: some cleanup and small fixes
2025-05-27 9:14 UTC (13+ messages)
` [PATCH v2 2/5] KVM: s390: remove unneeded srcu lock
` [PATCH v2 3/5] KVM: s390: refactor some functions in priv.c
` [PATCH v2 4/5] KVM: s390: refactor and split some gmap helpers
` [PATCH v2 5/5] KVM: s390: simplify and move pv code
[PATCH v5 0/2] Rework protected key AES for true asynch support
2025-05-27 8:21 UTC (5+ messages)
` [PATCH v5 2/2] s390/crypto: "
[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
2025-05-27 3:30 UTC (24+ messages)
` [PATCH v2 01/14] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v2 02/14] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v2 03/14] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v2 04/14] x86: Handle KCOV __init vs inline mismatches
` [PATCH v2 05/14] arm: "
` [PATCH v2 06/14] arm64: "
` [PATCH v2 07/14] s390: "
` [PATCH v2 08/14] powerpc: "
` [PATCH v2 09/14] mips: "
` [PATCH v2 10/14] loongarch: "
` [PATCH v2 11/14] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v2 12/14] kstack_erase: Support Clang stack depth tracking
` [PATCH v2 13/14] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v2 14/14] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON
[GIT PULL] s390 updates for 6.16 merge window
2025-05-26 21:38 UTC (2+ messages)
[PATCH v11 0/6] New s390 specific protected key hmac
2025-05-26 14:06 UTC (17+ messages)
` [PATCH v11 1/6] crypto: ahash - make hash walk functions from ahash.c public
` [PATCH v11 2/6] s390/crypto: Add protected key hmac subfunctions for KMAC
` [PATCH v11 3/6] s390/crypto: New s390 specific protected key hash phmac
` [PATCH v11 4/6] crypto: api - Add crypto_tfm_alg_get_flags() helper inline function
` [PATCH v11 5/6] s390/crypto: Add selftest support for phmac
` [PATCH v11 6/6] crypto: testmgr - Enable phmac selftest
[PATCH v4 0/4] KVM: s390: some cleanup and small fixes
2025-05-26 8:28 UTC (6+ messages)
` [PATCH v4 1/4] s390: remove unneeded includes
` [PATCH v4 2/4] KVM: s390: remove unneeded srcu lock
` [PATCH v4 3/4] KVM: s390: refactor and split some gmap helpers
` [PATCH v4 4/4] KVM: s390: simplify and move pv code
[PATCH v3 0/4] KVM: s390: some cleanup and small fixes
2025-05-23 3:48 UTC (14+ messages)
` [PATCH v3 1/4] s390: remove unneeded includes
` [PATCH v3 2/4] KVM: s390: remove unneeded srcu lock
` [PATCH v3 3/4] KVM: s390: refactor and split some gmap helpers
` [PATCH v3 4/4] KVM: s390: simplify and move pv code
[PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
2025-05-22 22:26 UTC (2+ messages)
[PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
2025-05-22 22:26 UTC (2+ messages)
[PATCH v1 0/5] KVM: s390: some cleanup and small fixes
2025-05-21 15:46 UTC (9+ messages)
` [PATCH v1 4/5] KVM: s390: refactor and split some gmap helpers
` [PATCH v1 5/5] KVM: s390: simplify and move pv code
[RFC PATCH 0/4] Support dynamic (de)configuration of memory
2025-05-21 14:25 UTC (12+ messages)
` [RFC PATCH 1/4] mm/memory_hotplug: Add interface for runtime "
[PATCH 0/2] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
2025-05-21 11:02 UTC (3+ messages)
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
2025-05-21 10:44 UTC (11+ messages)
[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
2025-05-21 6:20 UTC (11+ messages)
` [kvm-unit-tests PATCH v3 10/16] scripts: Add default arguments for kvmtool
` [kvm-unit-tests PATCH v3 12/16] scripts: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v3 13/16] scripts: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v3 14/16] scripts/mkstandalone: Export $TARGET
` [kvm-unit-tests PATCH v3 16/16] scripts: Enable kvmtool
zfcp: simplify workqueue allocation
2025-05-21 2:19 UTC (3+ messages)
` [PATCH] "
[PATCH V3] perf ftrace: Use process/session specific trace settings
2025-05-20 20:58 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox