sparclinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-02 19:01:32 to 2025-06-12 17:36:47 UTC [more...]

[PATCH 0/6] mm: Consolidate lazy MMU mode context
 2025-06-12 17:36 UTC  (3+ messages)
` [PATCH 1/6] mm: Cleanup apply_to_pte_range() routine
` [PATCH 5/6] powerpc/64s: Do not disable preemption in lazy MMU mode

[PATCH 00/16] SHA-512 library functions
 2025-06-11  3:58 UTC  (21+ messages)
` [PATCH 01/16] crypto: sha512 - rename conflicting symbols
` [PATCH 02/16] lib/crypto/sha512: add support for SHA-384 and SHA-512
` [PATCH 03/16] lib/crypto/sha512: add HMAC-SHA384 and HMAC-SHA512 support
` [PATCH 04/16] lib/crypto/sha512: add KUnit tests for SHA-384 and SHA-512
` [PATCH 05/16] lib/crypto/sha256: add KUnit tests for SHA-224 and SHA-256
` [PATCH 06/16] crypto: riscv/sha512 - stop depending on sha512_generic_block_fn
` [PATCH 07/16] crypto: sha512 - replace sha512_generic with wrapper around SHA-512 library
` [PATCH 08/16] lib/crypto/sha512: migrate arm-optimized SHA-512 code to library
` [PATCH 09/16] lib/crypto/sha512: migrate arm64-optimized "
` [PATCH 10/16] mips: cavium-octeon: move octeon-crypto.h into asm directory
` [PATCH 11/16] lib/crypto/sha512: migrate mips-optimized SHA-512 code to library
` [PATCH 12/16] lib/crypto/sha512: migrate riscv-optimized "
` [PATCH 13/16] lib/crypto/sha512: migrate s390-optimized "
` [PATCH 14/16] lib/crypto/sha512: migrate sparc-optimized "
` [PATCH 15/16] lib/crypto/sha512: migrate x86-optimized "
` [PATCH 16/16] crypto: sha512 - remove sha512_base.h

[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
 2025-06-10 19:12 UTC  (25+ messages)
` [PATCH v2 01/12] lib/crc: move files into lib/crc/
` [PATCH v2 02/12] lib/crc: prepare for arch-optimized code in subdirs of lib/crc/
` [PATCH v2 03/12] lib/crc/arm: migrate arm-optimized CRC code into lib/crc/
` [PATCH v2 04/12] lib/crc/arm64: migrate arm64-optimized "
` [PATCH v2 05/12] lib/crc/loongarch: migrate loongarch-optimized "
` [PATCH v2 06/12] lib/crc/mips: migrate mips-optimized "
` [PATCH v2 07/12] lib/crc/powerpc: migrate powerpc-optimized "
` [PATCH v2 08/12] lib/crc/riscv: migrate riscv-optimized "
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized "
` [PATCH v2 10/12] lib/crc/sparc: migrate sparc-optimized "
` [PATCH v2 11/12] lib/crc/x86: migrate x86-optimized "
` [PATCH v2 12/12] lib/crc: remove ARCH_HAS_* kconfig symbols

[PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
 2025-06-10 16:28 UTC  (4+ messages)

[PATCH 0/2] sparc/module: R_SPARC_UA64 handling to help with LLVM IAS enablement
 2025-06-09 13:53 UTC  (3+ messages)
` [PATCH 1/2] sparc/module: Add R_SPARC_UA64 relocation handling
` [PATCH 2/2] sparc/module: Make it clear that relocation numbers are shown in hex

[PATCH 00/13] lib/crc: improve how arch-optimized code is integrated
 2025-06-08 23:46 UTC  (15+ 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 "

[PATCH 34/41] sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
 2025-06-06  7:22 UTC  (2+ messages)

[PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
 2025-06-02 15:16 UTC  (4+ messages)

[PATCH v4 00/13] Architecture-optimized SHA-256 library API
 2025-06-02 14:45 UTC  (12+ messages)
` [PATCH v4 08/13] crypto: s390/sha256 - implement library instead of shash

[RFC PATCH v1 0/6] Lazy mmu mode fixes and improvements
 2025-06-02 10:31 UTC  (17+ messages)
` [RFC PATCH v1 1/6] fs/proc/task_mmu: Fix pte update and tlb maintenance ordering in pagemap_scan_pmd_entry()
` [RFC PATCH v1 2/6] mm: Fix pte update and tlb maintenance ordering in migrate_vma_collect_pmd()
` [RFC PATCH v1 3/6] mm: Avoid calling page allocator from apply_to_page_range()
` [RFC PATCH v1 4/6] mm: Introduce arch_in_lazy_mmu_mode()
` [RFC PATCH v1 5/6] mm: Avoid calling page allocator while in lazy mmu mode
` [RFC PATCH v1 6/6] Revert "arm64/mm: Permit lazy_mmu_mode to be nested"

[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

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-22 22:26 UTC  (23+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls

[PATCH v1 1/1] floppy: Remove unused CROSS_64K() macro from arch/ code
 2025-05-22  7:21 UTC  (3+ messages)

[PATCH RESEND] sbus: envctrl: Fix typo in comment
 2025-05-21 12:22 UTC 

[PATCH RESEND] sparc: PCI: Replace deprecated strcpy() with strscpy()
 2025-05-21 12:17 UTC 

[PATCH RESEND] sparc: Remove commented out code
 2025-05-21 12:15 UTC 

[PATCH V4 14/16] sparc/perf: Remove driver-specific throttle support
 2025-05-20 18:16 UTC 

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-05-19 17:19 UTC  (6+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

[PATCH V3 14/16] sparc/perf: Remove driver-specific throttle support
 2025-05-16 18:28 UTC 

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15  7:50 UTC  (8+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[PATCH V2 13/15] sparc/perf: Remove driver-specific throttle support
 2025-05-14 15:13 UTC 

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13  8:24 UTC  (7+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers

[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
 2025-05-12 13:28 UTC  (2+ messages)

[PATCH v4 07/13] crypto: riscv/sha256 - implement library instead of shash
 2025-05-08 18:06 UTC  (3+ messages)

[PATCH 0/8] stackleak: Support Clang stack depth tracking
 2025-05-08 12:25 UTC  (15+ messages)
` [PATCH 1/8] nvme-pci: Make nvme_pci_npages_prp() __always_inline
` [PATCH 2/8] init.h: Disable sanitizer coverage for __init and __head
` [PATCH 3/8] stackleak: Rename CONFIG_GCC_PLUGIN_STACKLEAK to CONFIG_STACKLEAK
` [PATCH 4/8] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH 5/8] stackleak: Split STACKLEAK_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH 6/8] stackleak: Support Clang stack depth tracking
` [PATCH 7/8] configs/hardening: Enable CONFIG_STACKLEAK
` [PATCH 8/8] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON

[PATCH RFC 0/4] stackleak: Support Clang stack depth tracking
 2025-05-02 19:01 UTC  (5+ messages)
` [PATCH RFC 1/4] stackleak: Rename CONFIG_GCC_PLUGIN_STACKLEAK to CONFIG_STACKLEAK
` [PATCH RFC 2/4] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH RFC 3/4] stackleak: Split STACKLEAK_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH RFC 4/4] stackleak: Support Clang stack depth tracking


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