messages from 2025-04-16 12:06:45 to 2025-04-27 12:56:36 UTC [more...]
[v2 PATCH 00/13] Architecture-optimized SHA-256 library API
2025-04-27 12:56 UTC (17+ 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 05/13] crypto: mips/sha256 "
` [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
[PATCH v3] MIPS: Fix MAX_REG_OFFSET
2025-04-27 12:51 UTC (3+ messages)
[PATCH] MIPS: SMP: Implement parallel CPU bring up for EyeQ
2025-04-27 10:13 UTC (3+ messages)
[PATCH v7 0/2] MIPS: Fix idle VS timer enqueue
2025-04-27 9:53 UTC (5+ messages)
` [PATCH v7 1/2] "
[PATCH] MIPS: ralink: Avoid x/x division in rt_timer_config()
2025-04-27 9:25 UTC (3+ messages)
[PATCH] MIPS: BCM63XX: Replace strcpy() with strscpy() in board_prom_init()
2025-04-27 7:55 UTC (7+ messages)
[PATCH] mips: ptrace: Improve code formatting and indentation
2025-04-27 7:55 UTC (3+ messages)
[PATCH] MIPS: Replace strcpy() with strscpy() in vpe_elfload()
2025-04-27 7:56 UTC (2+ messages)
[PATCH] MIPS: Loongson64: Add missing '#interrupt-cells' for loongson64c_ls7a
2025-04-27 7:54 UTC (3+ messages)
[PATCH] mips: dts: realtek: Add MDIO controller
2025-04-27 7:54 UTC (2+ messages)
[PATCH v2] MIPS: Fix MAX_REG_OFFSET and remove zero-length struct member
2025-04-27 7:12 UTC (13+ messages)
[PATCH 0/4] MIPS: convert board-file GPIO drivers to using new value setters
2025-04-27 7:55 UTC (3+ messages)
[PATCH v3] mips: Add -std= flag specified in KBUILD_CFLAGS to vdso CFLAGS
2025-04-27 8:03 UTC (2+ messages)
[PATCH] MIPS: rename rollback_handler with skipover_handler
2025-04-27 8:16 UTC (2+ messages)
[PATCH] MIPS: CPS: Fix potential NULL pointer dereferences in cps_prepare_cpus()
2025-04-27 8:15 UTC (2+ messages)
[PATCH 00/13] Architecture-optimized SHA-256 library API
2025-04-27 5:21 UTC (30+ messages)
` [PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [PATCH 02/13] crypto: arm/sha256 - implement library instead of shash
` [PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [PATCH 04/13] crypto: arm64/sha256 - implement library instead of shash
` [PATCH 05/13] crypto: mips/sha256 "
` [PATCH 06/13] crypto: powerpc/sha256 "
` [PATCH 07/13] crypto: riscv/sha256 "
` [PATCH 08/13] crypto: s390/sha256 "
` [PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [PATCH 11/13] crypto: x86/sha256 "
` [PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [PATCH 13/13] crypto: lib/sha256 - improve function prototypes
[PATCH v2 00/17] Arm cpu schema clean-ups
2025-04-26 21:46 UTC (2+ messages)
` (subset) "
[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-04-25 18:16 UTC (12+ messages)
` [PATCH v4 3/3] "
[PATCH] mm: memblock: Fix arguments passed to memblock_set_node()
2025-04-25 14:37 UTC (2+ messages)
[PATCH 00/12] pinctrl: convert GPIO chips to using new value setters - part 2 for v6.16
2025-04-24 18:55 UTC (18+ messages)
` [PATCH 01/12] pinctrl: amd: use new GPIO line value setter callbacks
` [PATCH 02/12] pinctrl: axp209: "
` [PATCH 03/12] pinctrl: stmfx: "
` [Linux-stm32] "
` [PATCH 04/12] pinctrl: owl: "
` [PATCH 05/12] pinctrl: stm32: "
` [Linux-stm32] "
` [PATCH 06/12] pinctrl: ingenic: "
` [PATCH 07/12] pinctrl: microchip-sgpio: "
` [PATCH 08/12] pinctrl: at91: allow building the module with COMPILE_TEST=y
` [PATCH 09/12] pinctrl: at91: use new GPIO line value setter callbacks
` [PATCH 10/12] pinctrl: armada-37xx: "
` [PATCH 11/12] pinctrl: pistachio: "
` [PATCH 12/12] pinctrl: samsung: "
[PATCH v3 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
2025-04-22 15:27 UTC (14+ messages)
` [PATCH v3 01/13] crypto: arm64 - drop redundant dependencies on ARM64
` [PATCH v3 02/13] crypto: powerpc - drop redundant dependencies on PPC
` [PATCH v3 03/13] crypto: s390 - drop redundant dependencies on S390
` [PATCH v3 04/13] crypto: x86 - drop redundant dependencies on X86
` [PATCH v3 05/13] crypto: arm - move library functions to arch/arm/lib/crypto/
` [PATCH v3 06/13] crypto: arm64 - move library functions to arch/arm64/lib/crypto/
` [PATCH v3 07/13] crypto: mips - move library functions to arch/mips/lib/crypto/
` [PATCH v3 08/13] crypto: powerpc - move library functions to arch/powerpc/lib/crypto/
` [PATCH v3 09/13] crypto: riscv - move library functions to arch/riscv/lib/crypto/
` [PATCH v3 10/13] crypto: s390 - move library functions to arch/s390/lib/crypto/
` [PATCH v3 11/13] crypto: x86 - move library functions to arch/x86/lib/crypto/
` [PATCH v3 12/13] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH v3 13/13] crypto: lib/poly1305 "
[PATCH v2 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
2025-04-22 10:41 UTC (17+ messages)
` [PATCH v2 01/13] crypto: arm64 - drop redundant dependencies on ARM64
` [PATCH v2 02/13] crypto: powerpc - drop redundant dependencies on PPC
` [PATCH v2 03/13] crypto: s390 - drop redundant dependencies on S390
` [PATCH v2 04/13] crypto: x86 - drop redundant dependencies on X86
` [PATCH v2 05/13] crypto: arm - move library functions to arch/arm/lib/crypto/
` [PATCH v2 06/13] crypto: arm64 - move library functions to arch/arm64/lib/crypto/
` [PATCH v2 07/13] crypto: mips - move library functions to arch/mips/lib/crypto/
` [PATCH v2 08/13] crypto: powerpc - move library functions to arch/powerpc/lib/crypto/
` [PATCH v2 09/13] crypto: riscv - move library functions to arch/riscv/lib/crypto/
` [PATCH v2 10/13] crypto: s390 - move library functions to arch/s390/lib/crypto/
` [PATCH v2 11/13] crypto: x86 - move library functions to arch/x86/lib/crypto/
` [PATCH v2 12/13] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH v2 13/13] crypto: lib/poly1305 "
[PATCH v2 0/6] MIPS: Resolve build problems on decstation_64
2025-04-22 10:27 UTC (8+ messages)
` [PATCH v2 1/6] MIPS: dec: Only check -msym32 when need compiler
` [PATCH v2 2/6] MIPS: Eliminate Redundant KBUILD_SYM32 Checks
` [PATCH v2 3/6] MIPS: dec: Create reset.h
` [PATCH v2 4/6] MIPS: dec: Remove dec_irq_dispatch()
` [PATCH v2 5/6] MIPS: decstation_64_defconfig: Update configs dependencies
` [PATCH v2 6/6] MIPS: decstation_64_defconfig: Compile the kernel with warnings as errors
[PATCH 5.4+] MIPS: ds1287: Match ds1287_set_base_clock() function types
2025-04-22 9:24 UTC
[PATCH 5.4+] MIPS: cevt-ds1287: Add missing ds1287.h include
2025-04-22 9:16 UTC
[PATCH 5.4+] MIPS: dec: Declare which_prom() as static
2025-04-22 9:09 UTC
[PATCH v3 00/10] Add EcoNet EN751221 MIPS platform support
2025-04-21 17:10 UTC (3+ messages)
` [PATCH v3 05/10] clocksource/drivers: Add EcoNet Timer HPT driver
[PATCH 00/15] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
2025-04-19 2:40 UTC (28+ messages)
` [PATCH 01/15] crypto: arm - remove CRYPTO dependency of library functions
` [PATCH 02/15] crypto: arm64 - drop redundant dependencies on ARM64
` [PATCH 03/15] crypto: arm64 - remove CRYPTO dependency of library functions
` [PATCH 04/15] crypto: loongarch - source arch/loongarch/crypto/Kconfig without CRYPTO
` [PATCH 05/15] crypto: mips - remove CRYPTO dependency of library functions
` [PATCH 06/15] crypto: powerpc - drop redundant dependencies on PPC
` [PATCH 07/15] crypto: powerpc - remove CRYPTO dependency of library functions
` [PATCH 08/15] crypto: riscv "
` [PATCH 09/15] crypto: s390 - drop redundant dependencies on S390
` [PATCH 10/15] crypto: s390 - remove CRYPTO dependency of library functions
` [PATCH 11/15] crypto: sparc - source arch/sparc/crypto/Kconfig without CRYPTO
` [PATCH 12/15] crypto: x86 - drop redundant dependencies on X86
` [PATCH 13/15] crypto: x86 - remove CRYPTO dependency of library functions
` [PATCH 14/15] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH 15/15] crypto: lib/poly1305 "
[PATCH 8/9] crypto: x86/chacha - remove the skcipher algorithms
2025-04-18 3:41 UTC (4+ messages)
[PATCH] lib/crc: make the CPU feature static keys __ro_after_init
2025-04-17 16:32 UTC (3+ messages)
[PATCH] mseal sysmap: enable mips with LOONGSON64
2025-04-17 14:50 UTC (3+ messages)
[PATCH] MIPS: Remove unnecessary zero-length struct member
2025-04-17 8:09 UTC (5+ 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;
as well as URLs for NNTP newsgroup(s).