aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/memcpy.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-27MIPS: Fix build error due to PTR used in more placesThomas Bogendoerfer1-2/+2
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann1-11/+0
2021-04-06MIPS: Remove get_fs/set_fsThomas Bogendoerfer1-11/+17
2020-03-25MIPS: do not compile generic functions for CONFIG_CAVIUM_OCTEON_SOCMasahiro Yamada1-0/+3
2020-01-22MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin1-7/+7
2018-10-15MIPS: lib: Use kernel_pref & user_pref in memcpy()Paul Burton1-4/+8
2018-09-26MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsYasha Cherikovsky1-5/+5
2017-06-29MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6Leonid Yegoshin1-0/+3
2017-04-06mips: get rid of tail-zeroing in primitivesAl Viro1-49/+0
2017-01-03MIPS: Export memcpy & memset functions alongside their definitionsPaul Burton1-0/+9
2016-05-28MIPS: lib: Fix typoAndrea Gelmini1-1/+1
2015-02-17MIPS: lib: memcpy: Add MIPS R6 supportLeonid Yegoshin1-0/+23
2014-11-19MIPS: lib: memcpy: Restore NOP on delay slot before returning to callerMarkos Chandras1-0/+1
2014-03-26MIPS: lib: memcpy: Add EVA supportMarkos Chandras1-0/+77
2014-03-26MIPS: lib: memcpy: Use macro to build the copy_user codeMarkos Chandras1-110/+143
2014-03-26MIPS: lib: memcpy: Split source and destination prefetch macrosMarkos Chandras1-14/+22
2014-03-26MIPS: lib: memcpy: Merge EXC and load/store macrosMarkos Chandras1-69/+89
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-17/+17
2012-07-23MIPS: Unify memcpy.S and memcpy-inatomic.SDavid Daney1-0/+11
2009-01-30MIPS: IP27: Switch from DMA_IP27 to DMA_COHERENTRalf Baechle1-1/+1
2008-01-29[MIPS] Eleminate local symbols from the symbol table.Ralf Baechle1-91/+91
2008-01-29[MIPS] IP28: added cache barrier to assembly routinesThomas Bogendoerfer1-0/+10
2008-01-29[MIPS] R4000/R4400 daddiu erratum workaroundMaciej W. Rozycki1-13/+47
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-10-29Hack to resolve longstanding prefetch issueRalf Baechle1-0/+15
2005-09-09kbuild: mips use generic asm-offsets.h supportSam Ravnborg1-1/+1
2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle1-2/+2
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+508