summaryrefslogtreecommitdiff
path: root/arch/mips/lib
AgeCommit message (Expand)AuthorFilesLines
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-0/+1867
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-1/+1
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-2/+4
2025-05-10lib/crc: make arch-optimized code use subsys_initcallEric Biggers1-1/+1
2025-05-05crypto: lib/poly1305 - Use block-only interfaceHerbert Xu1-60/+0
2025-05-05crypto: mips/poly1305 - Add block-only interfaceHerbert Xu2-15/+26
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers1-1/+1
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: mips - move library functions to arch/mips/lib/crypto/Eric Biggers8-0/+1914
2025-03-27Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+10
2025-03-19mips: export pci_iounmap()Arnd Bergmann1-0/+1
2025-03-15mips: drop GENERIC_IOMAP wrapperArnd Bergmann1-0/+9
2025-02-09lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-3/+3
2025-02-09mips/crc32: remove unused enumsEric Biggers1-9/+0
2024-12-02mips/crc32: expose CRC32 functions through libEric Biggers2-0/+194
2023-10-19mips: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)1-0/+14
2023-08-15mips: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada5-5/+5
2022-09-30MIPS: Simplify __bswapdi2() and __bswapsi2()Tiezhu Yang2-12/+4
2022-09-30MIPS: Silence missing prototype warningTiezhu Yang2-2/+6
2022-07-14MIPS: Remove VR41xx supportThomas Bogendoerfer1-8/+0
2022-03-14MIPS: Only use current_stack_pointer on GCCKees Cook1-1/+3
2022-03-01mips: Implement "current_stack_pointer"Kees Cook1-3/+1
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer2-5/+0
2022-02-22MIPS: remove asm/war.hThomas Bogendoerfer1-1/+0
2022-01-27MIPS: Fix build error due to PTR used in more placesThomas Bogendoerfer5-8/+8
2021-09-09arch: remove compat_alloc_user_spaceArnd Bergmann1-11/+0
2021-05-25MIPS: Fix kernel hang under FUNCTION_GRAPH_TRACER and PREEMPT_TRACERTiezhu Yang1-6/+6
2021-04-06MIPS: Remove get_fs/set_fsThomas Bogendoerfer4-80/+43
2021-02-23arch: mips: update references to current linux-mips listLukas Bulwahn1-1/+1
2020-12-14mips: lib: uncached: fix non-standard usage of variable 'sp'Anders Roxell1-1/+3
2020-08-20mips: propagate the calling convention change down into __csum_partial_copy_....Al Viro1-175/+83
2020-08-20mips: __csum_partial_copy_kernel() has no users leftAl Viro1-3/+0
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-05-22mips: Add MIPS Release 5 supportSerge Semin1-2/+4
2020-03-25MIPS: do not compile generic functions for CONFIG_CAVIUM_OCTEON_SOCMasahiro Yamada2-0/+7
2020-01-23MIPS: Make DIEI support as a config optionJiaxun Yang1-2/+2
2020-01-22MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin2-15/+15
2019-11-01MIPS: Loongson64: Rename CPU TYPESJiaxun Yang1-2/+2
2019-10-07MIPS: bitops: Use BIT_WORD() & BITS_PER_LONGPaul Burton1-18/+13
2019-10-07MIPS: bitops: Implement test_and_set_bit() in terms of _lock variantPaul Burton1-26/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner1-14/+1
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton1-5/+17
2018-10-16MIPS: lib: Use kernel_pref & user_pref in memcpy()Paul Burton1-4/+8
2018-10-09MIPS: memset: Limit excessive `noreorder' assembly mode useMaciej W. Rozycki1-24/+24
2018-10-09MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regressionMaciej W. Rozycki1-1/+3
2018-09-26MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsYasha Cherikovsky2-11/+11
2018-08-30MIPS: Use GENERIC_IOMAPPaul Burton3-235/+1