linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-21 02:16:03 to 2025-06-11 02:24:45 UTC [more...]

[PATCH 00/16] SHA-512 library functions
 2025-06-11  2:24 UTC  (18+ 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 0/8] KVM: Remove include/kvm, standardize includes
 2025-06-11  0:10 UTC  (9+ messages)
` [PATCH 1/8] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH 2/8] KVM: arm64: Include KVM headers to get forward declarations
` [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 5/8] KVM: MIPS: Stop adding virt/kvm to the arch include path
` [PATCH 6/8] KVM: PPC: "
` [PATCH 7/8] KVM: s390: "
` [PATCH 8/8] KVM: Standardize include paths across all architectures

[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 v5 2/5] i2c: piix4: Depends on X86
 2025-06-10 18:52 UTC  (7+ messages)

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

WTS Available laptops and Memory
 2025-06-10 14:54 UTC 

[PATCH] MIPS: txx9: Constify bin_attribute arguments of txx9_sram_{read,write}()
 2025-06-10 13:28 UTC 

[PATCH] MIPS: SGI-IP27: Delete an unnecessary check before kfree() in hub_domain_free()
 2025-06-10 10:28 UTC 

[PATCH v4 0/8] driver core: auxiliary bus: add device creation helper
 2025-06-09 15:43 UTC  (5+ messages)
` [PATCH v4 3/8] drm/bridge: ti-sn65dsi86: use the auxiliary device

[PATCHv5 0/5] wifi: ath9k: add ahb OF support
 2025-06-09  3:08 UTC  (6+ messages)
` [PATCHv5 1/5] wifi: ath9k: ahb: reorder declarations
` [PATCHv5 2/5] wifi: ath9k: ahb: reorder includes
` [PATCHv5 3/5] dt-bindings: net: wireless: ath9k: add WIFI bindings
` [PATCHv5 4/5] wifi: ath9k: ahb: replace id_table with of
` [PATCHv5 5/5] mips: dts: qca: add wmac support

[PATCH] MIPS/Loongson: Fix build warnings about export.h
 2025-06-09  0:37 UTC  (2+ messages)

[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 0/6] asm-generic: io.h cleanups
 2025-06-08  9:44 UTC  (5+ messages)
` [PATCH 2/6] sh: remove duplicate ioread/iowrite helpers

[PATCH] mips: boot: use 'targets' instead of extra-y in Makefile
 2025-06-08  1:51 UTC 

[PATCH v2] MIPS: mm: tlb-r4k: Uniquify TLB entries on init
 2025-06-07 12:43 UTC 

[PATCH] MIPS: mm: tlb-r4k: Uniquify TLB entries on init
 2025-06-07 10:36 UTC  (4+ messages)

[GIT PULL] MIPS changes for v6.16
 2025-06-06 20:11 UTC  (2+ messages)

[PATCH] clocksource/timer-econet-en751221: Convert comma to semicolon
 2025-06-03 10:05 UTC  (2+ messages)

[PATCH v3] selftests/ptrace/get_syscall_info: fix for MIPS n32
 2025-06-02 22:56 UTC 

[PATCH v2] selftests/ptrace/get_syscall_info: fix for MIPS n32
 2025-06-02 22:21 UTC  (6+ 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  (11+ messages)
` [PATCH v4 08/13] crypto: s390/sha256 - implement library instead of shash

[PATCH v1 1/1] MIPS: Alchemy: Remove unused forward declaration
 2025-05-31 19:43 UTC 

[PATCH] MIPS: loongson2ef: cs5536: add missing function prototypes
 2025-05-30 12:33 UTC  (2+ messages)

[PATCH] MIPS: loongson2ef: lemote-2f: add missing function prototypes
 2025-05-30 12:33 UTC  (2+ messages)

[PATCH v2] irqchip/mips-gic: allow forced affinity
 2025-05-26 13:41 UTC 

[PATCHv4 0/5] wifi: ath9k: add ahb OF support
 2025-05-26  5:23 UTC  (16+ messages)
` [PATCHv4 1/5] wifi: ath9k: ahb: reorder declarations
` [PATCHv4 2/5] wifi: ath9k: ahb: reorder includes
` [PATCHv4 3/5] dt-bindings: net: wireless: ath9k: add WIFI bindings
` [PATCHv4 4/5] wifi: ath9k: ahb: replace id_table with of
` [PATCHv4 5/5] mips: dts: qca: add wmac support

[PATCH] irqchip/mips-gic: allow forced affinity for current cpu during hotplug
 2025-05-25 18:40 UTC  (4+ messages)
  ` AW: "

[PATCH v2] mips: econet: Fix incorrect Kconfig dependencies
 2025-05-25 13:02 UTC  (2+ messages)

[PATCH] MIPS: SMP: Move the AP sync point before the calibration delay
 2025-05-25 13:02 UTC  (2+ messages)

[PATCHv3 0/5] wifi: ath9k: add ahb OF support
 2025-05-24  4:18 UTC  (9+ messages)
` [PATCHv3 1/5] wifi: ath9k: ahb: reorder declarations
` [PATCHv3 2/5] wifi: ath9k: ahb: reorder includes
` [PATCHv3 3/5] dt-bindings: net: wireless: ath9k: add WIFI bindings
` [PATCHv3 4/5] wifi: ath9k: ahb: replace id_table with of
` [PATCHv3 5/5] mips: dts: qca: add wmac support

mips gcc-12 malta_defconfig 'SOCK_COREDUMP' undeclared (first use in this function); did you mean 'SOCK_RDM'?
 2025-05-23 12:15 UTC  (4+ messages)

[PATCH] MIPS: SMP: Move the AP sync point before the non-parallel aware functions
 2025-05-23  7:27 UTC  (3+ messages)

[PATCHv2 0/5] wifi: ath9k: add ahb OF support
 2025-05-23  6:24 UTC  (9+ messages)
` [PATCHv2 1/5] wifi: ath9k: ahb: reorder declarations
` [PATCHv2 2/5] wifi: ath9k: ahb: reorder includes
` [PATCHv2 3/5] wifi: ath9k: ahb: replace id_table with of
` [PATCHv2 4/5] dt-bindings: net: wireless: ath9k: add OF bindings
` [PATCHv2 5/5] mips: dts: qca: add wmac support

[PATCH v2 09/14] mips: Handle KCOV __init vs inline mismatches
 2025-05-23  4:39 UTC 

[PATCH v8 4/9] coredump: add coredump socket
 2025-05-23  0:59 UTC 

[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] MIPS: CPS: Optimise delay CPU calibration for SMP
 2025-05-22 15:10 UTC  (6+ messages)

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

[PATCH 0/4] wifi: ath9k: add ahb OF support
 2025-05-22  6:09 UTC  (8+ messages)
` [PATCH 2/4] wifi: ath9k: ahb: reorder includes
` [PATCH 3/4] wifi: ath9k: ahb: replace id_table with of
` [PATCH 4/4] mips: dts: qca: add wmac support

[mips-linux:mips-next 16/19] kismet: WARNING: unmet direct dependencies detected for SERIAL_OF_PLATFORM when selected by ECONET
 2025-05-21 17:26 UTC  (2+ messages)
` [PATCH] mips: econet: Select SERIAL_8250 because SERIAL_OF_PLATFORM depends on it

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-21 10:44 UTC  (11+ messages)

[mips-linux:mips-next 19/19] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/interrupt-controller/econet,en751221-intc.yaml
 2025-05-21 10:41 UTC  (2+ messages)

[mips-linux:mips-next 16/19] kismet: WARNING: unmet direct dependencies detected for EARLY_PRINTK_8250 when selected by ECONET
 2025-05-21  7:34 UTC 

[mips-linux:mips-next 16/19] kismet: WARNING: unmet direct dependencies detected for DEBUG_ZBOOT when selected by ECONET
 2025-05-21  6:31 UTC 


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