sparclinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-27 06:30:58 to 2025-06-03 12:59:07 UTC [more...]

[PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
 2025-06-03 12:58 UTC  (3+ 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  (27+ messages)
` [PATCH v4 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [PATCH v4 02/13] crypto: arm/sha256 - implement library instead of shash
` [PATCH v4 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [PATCH v4 04/13] crypto: arm64/sha256 - implement library instead of shash
` [PATCH v4 05/13] crypto: mips/sha256 "
` [PATCH v4 06/13] crypto: powerpc/sha256 "
` [PATCH v4 07/13] crypto: riscv/sha256 "
` [PATCH v4 08/13] crypto: s390/sha256 "
` [PATCH v4 09/13] crypto: sparc - move opcodes.h into asm directory
` [PATCH v4 10/13] crypto: sparc/sha256 - implement library instead of shash
` [PATCH v4 11/13] crypto: x86/sha256 "
` [PATCH v4 12/13] crypto: sha256 - remove sha256_base.h
` [PATCH v4 13/13] crypto: lib/sha256 - improve function prototypes

[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 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 "

[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 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

[PATCH 00/12] crypto: sha256 - Use partial block API
 2025-05-01  5:19 UTC  (4+ messages)

[v3 PATCH 00/13] Architecture-optimized SHA-256 library API
 2025-04-30  2:43 UTC  (18+ messages)
` [v3 PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [v3 PATCH 02/13] crypto: arm/sha256 - implement library instead of shash
` [v3 PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [v3 PATCH 04/13] crypto: arm64/sha256 - implement library instead of shash
` [v3 PATCH 05/13] crypto: mips/sha256 "
` [v3 PATCH 06/13] crypto: powerpc/sha256 "
` [v3 PATCH 07/13] crypto: riscv/sha256 "
` [v3 PATCH 08/13] crypto: s390/sha256 "
` [v3 PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [v3 PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [v3 PATCH 11/13] crypto: x86/sha256 "
` [v3 PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [v3 PATCH 13/13] crypto: lib/sha256 - improve function prototypes

[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-04-28  9:17 UTC  (9+ messages)
` [PATCH v4 3/3] "

[v2 PATCH 00/13] Architecture-optimized SHA-256 library API
 2025-04-27 14:07 UTC  (18+ messages)
` [v2 PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [v2 PATCH 02/13] crypto: arm/sha256 - implement library instead of shash
` [v2 PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [v2 PATCH 04/13] crypto: arm64/sha256 - implement library instead of shash
` [v2 PATCH 06/13] crypto: powerpc/sha256 "
` [v2 PATCH 07/13] crypto: riscv/sha256 "
` [v2 PATCH 08/13] crypto: s390/sha256 "
` [v2 PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [v2 PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [v2 PATCH 11/13] crypto: x86/sha256 "
` [v2 PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [v2 PATCH 13/13] crypto: lib/sha256 - improve function prototypes


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