aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/lib
AgeCommit message (Expand)AuthorFilesLines
2021-05-25MIPS: Fix kernel hang under FUNCTION_GRAPH_TRACER and PREEMPT_TRACERGravatar Tiezhu Yang 1-6/+6
2021-04-06MIPS: Remove get_fs/set_fsGravatar Thomas Bogendoerfer 4-80/+43
2021-02-23arch: mips: update references to current linux-mips listGravatar Lukas Bulwahn 1-1/+1
2020-12-14mips: lib: uncached: fix non-standard usage of variable 'sp'Gravatar Anders Roxell 1-1/+3
2020-08-20mips: propagate the calling convention change down into __csum_partial_copy_....Gravatar Al Viro 1-175/+83
2020-08-20mips: __csum_partial_copy_kernel() has no users leftGravatar Al Viro 1-3/+0
2020-08-20csum_partial_copy_nocheck(): drop the last argumentGravatar Al Viro 1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 2-2/+0
2020-05-22mips: Add MIPS Release 5 supportGravatar Serge Semin 1-2/+4
2020-03-25MIPS: do not compile generic functions for CONFIG_CAVIUM_OCTEON_SOCGravatar Masahiro Yamada 2-0/+7
2020-01-23MIPS: Make DIEI support as a config optionGravatar Jiaxun Yang 1-2/+2
2020-01-22MIPS: make CPU_HAS_LOAD_STORE_LR opt-outGravatar Alexander Lobakin 2-15/+15
2019-10-31MIPS: Loongson64: Rename CPU TYPESGravatar Jiaxun Yang 1-2/+2
2019-10-07MIPS: bitops: Use BIT_WORD() & BITS_PER_LONGGravatar Paul Burton 1-18/+13
2019-10-07MIPS: bitops: Implement test_and_set_bit() in terms of _lock variantGravatar Paul Burton 1-26/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Gravatar Thomas Gleixner 1-14/+1
2019-02-04MIPS: MemoryMapID (MMID) SupportGravatar Paul Burton 1-5/+17
2018-10-15MIPS: lib: Use kernel_pref & user_pref in memcpy()Gravatar Paul Burton 1-4/+8
2018-10-09MIPS: memset: Limit excessive `noreorder' assembly mode useGravatar Maciej W. Rozycki 1-24/+24
2018-10-09MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regressionGravatar Maciej W. Rozycki 1-1/+3
2018-09-26MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsGravatar Yasha Cherikovsky 2-11/+11
2018-08-30MIPS: Use GENERIC_IOMAPGravatar Paul Burton 3-235/+1
2018-08-21MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7Gravatar Paul Burton 1-3/+3
2018-07-24MIPS: memset.S: Add comments to fault fixup handlersGravatar Matt Redfearn 1-0/+18
2018-07-24MIPS: memset.S: Fix byte_fixup for MIPSr6Gravatar Matt Redfearn 1-1/+2
2018-05-21MIPS: memset.S: Reinstate delay slot indentationGravatar Matt Redfearn 1-14/+14
2018-04-23MIPS: Use generic GCC library routines from lib/Gravatar Antony Pavlov 6-144/+1
2018-04-18MIPS: memset.S: Fix clobber of v1 in last_fixupGravatar Matt Redfearn 1-1/+1
2018-04-17MIPS: memset.S: Fix return of __clear_user from Lpartial_fixupGravatar Matt Redfearn 1-1/+1
2018-04-16MIPS: memset.S: EVA & fault support for small_memsetGravatar Matt Redfearn 1-1/+6
2018-01-11MIPS: Implement __multi3 for GCC7 MIPS64r6 buildsGravatar James Hogan 3-1/+73
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 13-0/+13
2017-09-04MIPS: Add __ioread64_copyGravatar Paul Burton 2-1/+43
2017-08-29MIPS: Include asm/delay.h for __{,n,u}delay()Gravatar Paul Burton 1-0/+1
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+3
2017-06-29MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6Gravatar Leonid Yegoshin 1-0/+3
2017-05-15mips: get rid of unused __strnlen_user()Gravatar Al Viro 1-6/+0
2017-05-15get rid of unused __strncpy_from_user() instancesGravatar Al Viro 1-6/+0
2017-05-15kill strlen_user()Gravatar Al Viro 2-66/+1
2017-04-06mips: get rid of tail-zeroing in primitivesGravatar Al Viro 1-49/+0
2017-01-24MIPS: Fix modversionsGravatar Arnd Bergmann 3-7/+15
2017-01-03MIPS: Export memcpy & memset functions alongside their definitionsGravatar Paul Burton 2-0/+14
2017-01-03MIPS: Export string functions alongside their definitionsGravatar Paul Burton 3-0/+10
2017-01-03MIPS: Export csum functions alongside their definitionsGravatar Paul Burton 1-0/+6
2016-11-04MIPS: dump_tlb: Fix printk continuationsGravatar James Hogan 2-31/+31
2016-10-06MIPS: PCI: Introduce CONFIG_PCI_DRIVERS_LEGACYGravatar Paul Burton 1-0/+4
2016-10-05MIPS: lib: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 10-10/+12
2016-05-28MIPS: lib: Mark intrinsics notraceGravatar Harvey Hunt 7-7/+7
2016-05-28MIPS: lib: Fix typoGravatar Andrea Gelmini 1-1/+1