index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
lib
Age
Commit message (
Expand
)
Author
2025-06-30
lib/crc: loongarch: Migrate optimized CRC code into lib/crc/
Eric Biggers
2025-06-26
LoongArch: Fix build warnings about export.h
Huacai Chen
2025-05-09
lib/crc: make arch-optimized code use subsys_initcall
Eric Biggers
2025-04-28
lib/crc: make the CPU feature static keys __ro_after_init
Eric Biggers
2025-03-25
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2025-02-13
LoongArch: csum: Fix OoB access in IP checksum code for negative lengths
Yuli Wang
2025-02-08
lib/crc32: remove "_le" from crc32c base and arch functions
Eric Biggers
2024-12-01
loongarch/crc32: expose CRC32 functions through lib
Eric Biggers
2024-05-14
LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
Xi Ruoyao
2024-03-11
LoongArch: Add ORC stack unwinder support
Tiezhu Yang
2023-09-06
LoongArch: Add KASAN (Kernel Address Sanitizer) support
Qing Zhang
2023-09-06
LoongArch: Add SIMD-optimized XOR routines
WANG Xuerui
2023-09-06
LoongArch: Adjust {copy, clear}_user exception handler behavior
Weihao Li
2023-08-25
LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
2023-08-25
LoongArch: Remove unneeded #include <asm/export.h>
Masahiro Yamada
2023-07-28
LoongArch: Fix return value underflow in exception path
WANG Rui
2023-06-29
LoongArch: Make the CPUCFG&CSR ops simple aliases of compiler built-ins
WANG Xuerui
2023-05-01
LoongArch: Add support for function error injection
Tiezhu Yang
2023-05-01
LoongArch: Add checksum optimization for 64-bit system
Bibo Mao
2023-05-01
LoongArch: Optimize memory ops (memset/memcpy/memmove)
WANG Rui
2023-02-25
LoongArch: Mark some assembler symbols as non-kprobe-able
Tiezhu Yang
2022-12-14
LoongArch: Use alternative to optimize libraries
Huacai Chen
2022-12-14
LoongArch: Add unaligned access support
Huacai Chen
2022-12-14
LoongArch: Remove the .fixup section usage
Youling Tang
2022-12-14
LoongArch: Consolidate __ex_table construction
Youling Tang
2022-09-03
LoongArch: Improve dump_tlb() output messages
Huacai Chen
2022-07-29
LoongArch: Remove useless header compiler.h
Jun Yi
2022-07-29
LoongArch: Simplify "BGT foo, zero" with BGTZ
WANG Xuerui
2022-06-03
LoongArch: Add some library functions
Huacai Chen
2022-06-03
LoongArch: Add build infrastructure
Huacai Chen