summaryrefslogtreecommitdiff
path: root/arch/loongarch/lib
AgeCommit message (Expand)AuthorFilesLines
2025-06-30lib/crc: loongarch: Migrate optimized CRC code into lib/crc/Eric Biggers2-138/+0
2025-06-26LoongArch: Fix build warnings about export.hHuacai Chen2-0/+2
2025-05-10lib/crc: make arch-optimized code use subsys_initcallEric Biggers1-1/+1
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers1-1/+1
2025-03-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-3/+3
2025-02-13LoongArch: csum: Fix OoB access in IP checksum code for negative lengthsYuli Wang1-1/+1
2025-02-09lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-3/+3
2024-12-02loongarch/crc32: expose CRC32 functions through libEric Biggers2-0/+137
2024-05-14LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128Xi Ruoyao2-0/+58
2024-03-11LoongArch: Add ORC stack unwinder supportTiezhu Yang4-0/+12
2023-09-06LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang3-9/+27
2023-09-06LoongArch: Add SIMD-optimized XOR routinesWANG Xuerui5-0/+315
2023-09-06LoongArch: Adjust {copy, clear}_user exception handler behaviorWeihao Li2-121/+127
2023-08-25LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada5-5/+5
2023-08-25LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada1-1/+0
2023-07-28LoongArch: Fix return value underflow in exception pathWANG Rui2-2/+4
2023-06-29LoongArch: Make the CPUCFG&CSR ops simple aliases of compiler built-insWANG Xuerui1-3/+3
2023-05-01LoongArch: Add support for function error injectionTiezhu Yang2-0/+12
2023-05-01LoongArch: Add checksum optimization for 64-bit systemBibo Mao2-1/+142
2023-05-01LoongArch: Optimize memory ops (memset/memcpy/memmove)WANG Rui5-167/+603
2023-02-25LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang3-0/+10
2022-12-14LoongArch: Use alternative to optimize librariesHuacai Chen6-11/+460
2022-12-14LoongArch: Add unaligned access supportHuacai Chen2-1/+85
2022-12-14LoongArch: Remove the .fixup section usageYouling Tang2-19/+11
2022-12-14LoongArch: Consolidate __ex_table constructionYouling Tang2-6/+4
2022-09-03LoongArch: Improve dump_tlb() output messagesHuacai Chen1-13/+13
2022-07-29LoongArch: Remove useless header compiler.hJun Yi1-1/+0
2022-07-29LoongArch: Simplify "BGT foo, zero" with BGTZWANG Xuerui2-2/+2
2022-06-03LoongArch: Add some library functionsHuacai Chen4-0/+244
2022-06-03LoongArch: Add build infrastructureHuacai Chen1-0/+6