summaryrefslogtreecommitdiff
path: root/arch/mips/lib/memset.S
AgeCommit message (Expand)Author
2023-08-15mips: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2022-01-27MIPS: Fix build error due to PTR used in more placesThomas Bogendoerfer
2021-04-06MIPS: Remove get_fs/set_fsThomas Bogendoerfer
2020-01-22MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin
2018-10-09MIPS: memset: Limit excessive `noreorder' assembly mode useMaciej W. Rozycki
2018-10-09MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regressionMaciej W. Rozycki
2018-09-26MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsYasha Cherikovsky
2018-07-24MIPS: memset.S: Add comments to fault fixup handlersMatt Redfearn
2018-07-24MIPS: memset.S: Fix byte_fixup for MIPSr6Matt Redfearn
2018-05-21MIPS: memset.S: Reinstate delay slot indentationMatt Redfearn
2018-04-18MIPS: memset.S: Fix clobber of v1 in last_fixupMatt Redfearn
2018-04-17MIPS: memset.S: Fix return of __clear_user from Lpartial_fixupMatt Redfearn
2018-04-16MIPS: memset.S: EVA & fault support for small_memsetMatt Redfearn
2017-01-03MIPS: Export memcpy & memset functions alongside their definitionsPaul Burton
2016-05-09MIPS: memset.S: Disable code unused with non-R6 MIPS configsMaciej W. Rozycki
2015-12-22MIPS: uaccess: Take EVA into account in [__]clear_userJames Hogan
2015-02-17MIPS: lib: memset: Add MIPS R6 supportLeonid Yegoshin
2014-11-24MIPS: lib: memset: Clean up some MIPS{EL,EB} ifdeferyMarkos Chandras
2014-03-26MIPS: lib: memset: Add EVA support for the __bzero function.Markos Chandras
2014-03-26MIPS: lib: memset: Use macro to build the __bzero symbolMarkos Chandras
2014-03-26MIPS: lib: memset: Whitespace fixesMarkos Chandras
2013-05-09MIPS: microMIPS: Optimise 'memset' core library function.Steven J. Hill
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle
2010-12-16MIPS: Separate two consecutive loads in memset.STony Wu
2008-01-29[MIPS] Eleminate local symbols from the symbol table.Ralf Baechle
2008-01-29[MIPS] IP28: added cache barrier to assembly routinesThomas Bogendoerfer
2008-01-29[MIPS] R4000/R4400 daddiu erratum workaroundMaciej W. Rozycki
2007-02-06[MIPS] Unify memset.SAtsushi Nemoto