summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib
AgeCommit message (Expand)AuthorLines
2022-09-30MIPS: Simplify __bswapdi2() and __bswapsi2()Tiezhu Yang-12/+4
2022-09-30MIPS: Silence missing prototype warningTiezhu Yang-2/+6
2022-07-14MIPS: Remove VR41xx supportThomas Bogendoerfer-8/+0
2022-03-14MIPS: Only use current_stack_pointer on GCCKees Cook-1/+3
2022-03-01mips: Implement "current_stack_pointer"Kees Cook-3/+1
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer-5/+0
2022-02-22MIPS: remove asm/war.hThomas Bogendoerfer-1/+0
2022-01-27MIPS: Fix build error due to PTR used in more placesThomas Bogendoerfer-8/+8
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann-11/+0
2021-05-25MIPS: Fix kernel hang under FUNCTION_GRAPH_TRACER and PREEMPT_TRACERTiezhu Yang-6/+6
2021-04-06MIPS: Remove get_fs/set_fsThomas Bogendoerfer-80/+43
2021-02-23arch: mips: update references to current linux-mips listLukas Bulwahn-1/+1
2020-12-14mips: lib: uncached: fix non-standard usage of variable 'sp'Anders Roxell-1/+3
2020-08-20mips: propagate the calling convention change down into __csum_partial_copy_....Al Viro-175/+83
2020-08-20mips: __csum_partial_copy_kernel() has no users leftAl Viro-3/+0
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-2/+0
2020-05-22mips: Add MIPS Release 5 supportSerge Semin-2/+4
2020-03-25MIPS: do not compile generic functions for CONFIG_CAVIUM_OCTEON_SOCMasahiro Yamada-0/+7
2020-01-23MIPS: Make DIEI support as a config optionJiaxun Yang-2/+2
2020-01-22MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin-15/+15
2019-10-31MIPS: Loongson64: Rename CPU TYPESJiaxun Yang-2/+2
2019-10-07MIPS: bitops: Use BIT_WORD() & BITS_PER_LONGPaul Burton-18/+13
2019-10-07MIPS: bitops: Implement test_and_set_bit() in terms of _lock variantPaul Burton-26/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner-14/+1
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton-5/+17
2018-10-15MIPS: lib: Use kernel_pref & user_pref in memcpy()Paul Burton-4/+8
2018-10-09MIPS: memset: Limit excessive `noreorder' assembly mode useMaciej W. Rozycki-24/+24
2018-10-09MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regressionMaciej W. Rozycki-1/+3
2018-09-26MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsYasha Cherikovsky-11/+11
2018-08-30MIPS: Use GENERIC_IOMAPPaul Burton-235/+1
2018-08-21MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7Paul Burton-3/+3
2018-07-24MIPS: memset.S: Add comments to fault fixup handlersMatt Redfearn-0/+18
2018-07-24MIPS: memset.S: Fix byte_fixup for MIPSr6Matt Redfearn-1/+2
2018-05-21MIPS: memset.S: Reinstate delay slot indentationMatt Redfearn-14/+14
2018-04-23MIPS: Use generic GCC library routines from lib/Antony Pavlov-144/+1
2018-04-18MIPS: memset.S: Fix clobber of v1 in last_fixupMatt Redfearn-1/+1
2018-04-17MIPS: memset.S: Fix return of __clear_user from Lpartial_fixupMatt Redfearn-1/+1
2018-04-16MIPS: memset.S: EVA & fault support for small_memsetMatt Redfearn-1/+6
2018-01-11MIPS: Implement __multi3 for GCC7 MIPS64r6 buildsJames Hogan-1/+73
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+13
2017-09-04MIPS: Add __ioread64_copyPaul Burton-1/+43
2017-08-29MIPS: Include asm/delay.h for __{,n,u}delay()Paul Burton-0/+1
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-0/+3
2017-06-29MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6Leonid Yegoshin-0/+3
2017-05-15mips: get rid of unused __strnlen_user()Al Viro-6/+0
2017-05-15get rid of unused __strncpy_from_user() instancesAl Viro-6/+0
2017-05-15kill strlen_user()Al Viro-66/+1
2017-04-06mips: get rid of tail-zeroing in primitivesAl Viro-49/+0