messages from 2025-06-13 16:24:50 to 2025-06-25 07:10:35 UTC [more...]
[PATCH 00/18] SHA-256 library improvements
2025-06-25 7:08 UTC (19+ messages)
` [PATCH 01/18] libceph: Rename hmac_sha256() to ceph_hmac_sha256()
` [PATCH 02/18] cxl/test: Simplify fw_buf_checksum_show()
` [PATCH 03/18] crypto: sha512 - Use the correct legacy export format
` [PATCH 04/18] lib/crypto: sha512: Reorder some code in sha512.c
` [PATCH 05/18] lib/crypto: sha512: Do not include <crypto/internal/sha2.h>
` [PATCH 06/18] lib/crypto: sha512: Fix a grammatical error in kerneldoc comments
` [PATCH 07/18] lib/crypto: sha256: Reorder some code
` [PATCH 08/18] lib/crypto: sha256: Remove sha256_blocks_simd()
` [PATCH 09/18] lib/crypto: sha256: Add sha224() and sha224_update()
` [PATCH 10/18] lib/crypto: sha256: Make library API use strongly-typed contexts
` [PATCH 11/18] lib/crypto: sha256: Propagate sha256_block_state type to implementations
` [PATCH 12/18] lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support
` [PATCH 13/18] crypto: sha256 - Wrap library and add HMAC support
` [PATCH 14/18] crypto: sha256 - Use same state format as legacy drivers
` [PATCH 15/18] lib/crypto: sha512: Remove sha256_is_arch_optimized()
` [PATCH 16/18] lib/crypto: sha256: Consolidate into single module
` [PATCH 17/18] lib/crypto: sha256: Sync sha256_update() with sha512_update()
` [PATCH 18/18] lib/crypto: sha256: Document the SHA-224 and SHA-256 API
[PATCH 00/16] MIPS: some compilation fixes for the Lantiq platform
2025-06-24 19:04 UTC (20+ messages)
` [PATCH 01/16] MIPS: lantiq: xway: mark ltq_ar9_sys_hz() as static
` [PATCH 02/16] MIPS: lantiq: xway: mark dma_init() "
` [PATCH 03/16] MIPS: lantiq: xway: mark dcdc_init() "
` [PATCH 04/16] MIPS: lantiq: irq: fix misc missing-prototypes warnings
` [PATCH 05/16] MIPS: lantiq: xway: add prototype for ltq_get_cp1_base()
` [PATCH 06/16] MIPS: pci: lantiq: marks pcibios_init() as static
` [PATCH 07/16] MIPS: lantiq: falcon: fix misc missing-prototypes warnings
` [PATCH 08/16] MIPS: lantiq: falcon: sysctrl: remove unused falcon_trigger_hrst()
` [PATCH 09/16] MIPS: lantiq: falcon: sysctrl: add missing header prom.h
` [PATCH 10/16] MIPS: lantiq: falcon: sysctrl: fix request memory check logic
` [PATCH 11/16] MIPS: lantiq: xway: gptu: mark gptu_init() as static
` [PATCH 12/16] MIPS: vpe-mt: mark vpe_free() and vpe_stop() "
` [PATCH 13/16] MIPS: vpe-mt: drop unused functions vpe_alloc() and vpe_start()
` [PATCH 14/16] pinctrl: xway: mark xway_pinconf_group_set() as static
` [PATCH 15/16] pinctrl: falcon: mark pinctrl_falcon_init() "
` [PATCH 16/16] spi: falcon: mark falcon_sflash_xfer() "
` (subset) [PATCH 00/16] MIPS: some compilation fixes for the Lantiq platform
[PATCH v1 1/1] MIPS: Alchemy: Remove unused forward declaration
2025-06-24 14:01 UTC (7+ messages)
[PATCH v4 0/4] MIPS: dts: ralink: mt7628a: Tweak for GARDENA smart Gateway
2025-06-24 11:58 UTC (5+ messages)
` [PATCH v4 1/4] dt-bindings: clock: mediatek,mtmips-sysc: Adapt compatible for MT7688 boards
` [PATCH v4 2/4] MIPS: dts: ralink: mt7628a: Fix sysc's compatible property for MT7688
` [PATCH v4 3/4] MIPS: dts: ralink: mt7628a: Update watchdog node according to bindings
` [PATCH v4 4/4] MIPS: dts: ralink: gardena_smart_gateway_mt7688: Fix power LED
[PATCH v3 0/4] MIPS: dts: ralink: mt7628a: Tweak for GARDENA smart Gateway
2025-06-24 9:24 UTC (10+ messages)
` [PATCH v3 1/4] dt-bindings: clock: mediatek,mtmips-sysc: Adapt compatible for MT7688 boards
` [PATCH v3 2/4] MIPS: dts: ralink: mt7628a: Fix sysc's compatible property for MT7688
` [PATCH v3 3/4] MIPS: dts: ralink: mt7628a: Update watchdog node according to bindings
` [PATCH v3 4/4] MIPS: dts: ralink: gardena_smart_gateway_mt7688: Fix power LED
[PATCH v2] MIPS: mm: tlb-r4k: Uniquify TLB entries on init
2025-06-24 8:42 UTC (2+ messages)
[PATCH] lib/crypto: mips/chacha: Fix clang build and remove unneeded byteswap
2025-06-24 2:47 UTC (2+ messages)
[PATCH v2 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
2025-06-24 2:44 UTC (16+ messages)
` [PATCH v2 1/9] lib/crypto: arm: move arch/arm/lib/crypto/ into lib/crypto/
` [PATCH v2 2/9] lib/crypto: arm64: move arch/arm64/lib/crypto/ "
` [PATCH v2 3/9] lib/crypto: mips: move arch/mips/lib/crypto/ "
` [PATCH v2 4/9] lib/crypto: powerpc: move arch/powerpc/lib/crypto/ "
` [PATCH v2 5/9] lib/crypto: riscv: move arch/riscv/lib/crypto/ "
` [PATCH v2 6/9] lib/crypto: s390: move arch/s390/lib/crypto/ "
` [PATCH v2 7/9] lib/crypto: sparc: move arch/sparc/lib/crypto/ "
` [PATCH v2 8/9] lib/crypto: x86: move arch/x86/lib/crypto/ "
` [PATCH v2 9/9] MAINTAINERS: drop arch/*/lib/crypto/ pattern
[PATCH v3 0/4] tools/nolibc: MIPS: entrypoint cleanups and N32/N64 ABIs
2025-06-23 21:25 UTC (5+ messages)
` [PATCH v3 1/4] tools/nolibc: MIPS: drop $gp setup
` [PATCH v3 2/4] tools/nolibc: MIPS: drop manual stack pointer alignment
` [PATCH v3 3/4] tools/nolibc: MIPS: drop noreorder option
` [PATCH v3 4/4] tools/nolibc: MIPS: add support for N64 and N32 ABIs
[PATCH 0/4] clk: use the auxiliary device creation helper
2025-06-23 13:29 UTC (5+ messages)
` [PATCH 3/4] clk: clk-imx8mp-audiomix: "
` (subset) [PATCH 0/4] clk: "
[PATCH 0/6] Add MMC support for Mobileye EyeQ5 and EyeQ6 SoCs
2025-06-23 11:53 UTC (8+ messages)
` [PATCH 1/6] dt-bindings: mmc: cdns: add Mobileye EyeQ MMC/SDHCI controller
` [PATCH 2/6] mmc: sdhci-cadence: add Mobileye eyeQ support
` [PATCH 3/6] MIPS: mobileye: dts: eyeq6h: add the emmc controller
` [PATCH 4/6] MIPS: eyeq6_defconfig: add cadence MMC/SDHCI driver
` [PATCH 5/6] MIPS: mobileye: dts: eyeq5: add the emmc controller
` [PATCH 6/6] MIPS: eyeq5_defconfig: add cadence MMC/SDHCI driver
[PATCH 08/33] serial: 8250: sanitize uart_port::serial_{in,out}() types
2025-06-23 6:55 UTC (3+ messages)
[PATCH v3] irqchip/mips-gic: allow forced affinity
2025-06-21 5:49 UTC
[PATCH v2 00/17] SHA-512 library functions
2025-06-20 21:42 UTC (28+ messages)
` [PATCH v2 01/17] crypto: sha512 - rename conflicting symbols
` [PATCH v2 02/17] lib/crypto/sha512: add support for SHA-384 and SHA-512
` [PATCH v2 03/17] lib/crypto/sha512: add HMAC-SHA384 and HMAC-SHA512 support
` [PATCH v2 04/17] lib/crypto/sha512: add KUnit tests for SHA-384 and SHA-512
` [PATCH v2 05/17] lib/crypto/sha256: add KUnit tests for SHA-224 and SHA-256
` [PATCH v2 06/17] crypto: riscv/sha512 - stop depending on sha512_generic_block_fn
` [PATCH v2 07/17] crypto: sha512 - replace sha512_generic with wrapper around SHA-512 library
` [PATCH v2 08/17] crypto: sha512 - use same state format as legacy drivers
` [PATCH v2 09/17] lib/crypto/sha512: migrate arm-optimized SHA-512 code to library
` [PATCH v2 10/17] lib/crypto/sha512: migrate arm64-optimized "
` [PATCH v2 11/17] mips: cavium-octeon: move octeon-crypto.h into asm directory
` [PATCH v2 12/17] lib/crypto/sha512: migrate mips-optimized SHA-512 code to library
` [PATCH v2 13/17] lib/crypto/sha512: migrate riscv-optimized "
` [PATCH v2 14/17] lib/crypto/sha512: migrate s390-optimized "
` [PATCH v2 15/17] lib/crypto/sha512: migrate sparc-optimized "
` [PATCH v2 16/17] lib/crypto/sha512: migrate x86-optimized "
` [PATCH v2 17/17] crypto: sha512 - remove sha512_base.h
[PATCH v2] irqchip/mips-gic: allow forced affinity
2025-06-20 15:49 UTC (5+ messages)
` AW: "
[PATCHv5 0/5] wifi: ath9k: add ahb OF support
2025-06-20 15:45 UTC (7+ messages)
[PATCH net-next 0/2] net: stmmac: loongson1: cleanups
2025-06-19 22:30 UTC (10+ messages)
` [PATCH net-next 1/2] net: stmmac: loongson1: provide match data struct
` [PATCH net-next 2/2] net: stmmac: loongson1: get ls1b resource only once
[PATCH] MIPS: ralink: Use min() to simplify code in rt_timer_config()
2025-06-19 15:09 UTC (2+ messages)
[PATCH v2 09/14] mips: Handle KCOV __init vs inline mismatches
2025-06-19 8:55 UTC (2+ messages)
[PATCH 0/2] MIPS: ralink: some build fixes
2025-06-19 4:00 UTC (4+ messages)
` [PATCH 1/2] MIPS: ralink: add missing header include
` [PATCH 2/2] MIPS: pci-rt2880: make pcibios_init() static
[PATCH 0/4] mips: dts: Updates for RTL9300
2025-06-19 1:07 UTC (5+ messages)
` [PATCH 1/4] mips: dts: cameo-rtl9302c: Add switch block
` [PATCH 2/4] mips: dts: realtek: Add switch interrupts
` [PATCH 3/4] mips: dts: realtek: Add watchdog
` [PATCH 4/4] mips: dts: realtek: Add gpio block
[PATCH v2 0/4] MIPS: dts: ralink: mt7628a: Tweak for GARDENA smart Gateway
2025-06-18 6:19 UTC (9+ messages)
` [PATCH v2 1/4] dt-bindings: clock: mediatek,mtmips-sysc: Adapt compatible for MT7688 boards
` [PATCH v2 2/4] MIPS: dts: ralink: mt7628a: Fix sysc's compatible property for MT7688
` [PATCH v2 3/4] MIPS: dts: ralink: mt7628a: Update watchdog node according to bindings
` [PATCH v2 4/4] MIPS: dts: ralink: gardena_smart_gateway_mt7688: Fix power LED
[PATCH 1/3] mips: pci-mt7620: fix bridge register access
2025-06-18 3:42 UTC (3+ messages)
` [PATCH 2/3] mips: pci-mt7620: add more register init values
` [PATCH 3/3] mips: pci-mt7620: rework initialization procedure
[PATCH 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
2025-06-18 2:52 UTC (12+ messages)
` [PATCH 1/9] lib/crypto/arm: move arch/arm/lib/crypto/ to lib/crypto/arm/
` [PATCH 2/9] lib/crypto/arm64: move arch/arm64/lib/crypto/ to lib/crypto/arm64/
` [PATCH 3/9] lib/crypto/mips: move arch/mips/lib/crypto/ to lib/crypto/mips/
` [PATCH 4/9] lib/crypto/powerpc: move arch/powerpc/lib/crypto/ to lib/crypto/powerpc/
` [PATCH 5/9] lib/crypto/riscv: move arch/riscv/lib/crypto/ to lib/crypto/riscv/
` [PATCH 6/9] lib/crypto/s390: move arch/s390/lib/crypto/ to lib/crypto/s390/
` [PATCH 7/9] lib/crypto/sparc: move arch/sparc/lib/crypto/ to lib/crypto/sparc/
` [PATCH 8/9] lib/crypto/x86: move arch/x86/lib/crypto/ to lib/crypto/x86/
` [PATCH 9/9] MAINTAINERS: drop arch/*/lib/crypto/ pattern
[PATCH 2/5] mm/hugetlb: Remove prepare_hugepage_range()
2025-06-17 21:07 UTC (6+ messages)
[PATCH v4 0/2] kunit: qemu_configs: Add MIPS configurations
2025-06-17 8:20 UTC (3+ messages)
` [PATCH v4 1/2] MIPS: Don't crash in stack_top() for tasks without ABI or vDSO
[PATCH v4 0/8] driver core: auxiliary bus: add device creation helper
2025-06-17 0:13 UTC (6+ messages)
` [PATCH v4 3/8] drm/bridge: ti-sn65dsi86: use the auxiliary device
[PATCH 0/8] KVM: Remove include/kvm, standardize includes
2025-06-16 11:10 UTC (9+ messages)
` [PATCH 3/8] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 4/8] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 6/8] KVM: PPC: Stop adding virt/kvm to the arch include path
[PATCH 07/16] crypto: sha512 - replace sha512_generic with wrapper around SHA-512 library
2025-06-16 4:09 UTC (17+ messages)
` [PATCH] crypto: ahash - Stop legacy tfms from using the set_virt fallback path
` [PATCH] crypto: ahash - Fix infinite recursion in ahash_def_finup
[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
2025-06-14 13:24 UTC (6+ messages)
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized CRC code into lib/crc/
[PATCH v1 0/3] MIPS: dts: ralink: mt7628a: Tweak for GARDENA smart Gateway
2025-06-14 6:43 UTC (17+ messages)
` [PATCH v1 1/3] MIPS: dts: ralink: mt7628a: Fix sysc's compatible property for MT7688
` [PATCH v1 2/3] MIPS: dts: ralink: mt7628a: Update watchdog node according to bindings
` [PATCH v1 3/3] MIPS: dts: ralink: gardena_smart_gateway_mt7688: Fix power LED
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).