aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/lib
AgeCommit message (Expand)AuthorFilesLines
2015-06-21MIPS: dump_tlb: Refactor TLB matchingGravatar James Hogan 1-30/+35
2015-06-21MIPS: dump_tlb: Use tlbr hazard macrosGravatar James Hogan 1-8/+3
2015-05-29MIPS: strnlen_user.S: Fix a CPU_DADDI_WORKAROUNDS regressionGravatar Maciej W. Rozycki 1-2/+13
2015-04-01MIPS: csum_partial: Improve instruction parallelism.Gravatar Chen Jie 1-19/+19
2015-02-17MIPS: lib: memset: Add MIPS R6 supportGravatar Leonid Yegoshin 1-0/+47
2015-02-17MIPS: lib: memcpy: Add MIPS R6 supportGravatar Leonid Yegoshin 1-0/+23
2015-02-17MIPS: asm: irqflags: Add MIPS R6 related definitionsGravatar Markos Chandras 1-1/+1
2015-02-17MIPS: Use generic checksum functions for MIPS R6Gravatar Markos Chandras 1-0/+1
2014-11-24MIPS: lib: memset: Clean up some MIPS{EL,EB} ifdeferyGravatar Markos Chandras 1-4/+2
2014-11-24MIPS: iomap: Use __mem_{read,write}{b,w,l} for MMIOGravatar Markos Chandras 1-9/+9
2014-11-24MIPS: lib: mips-atomic.c: Remove obsolete ifdeferyGravatar Markos Chandras 1-20/+0
2014-11-24MIPS: R3000: Remove redundant parenthesesGravatar Isamu Mogi 1-1/+1
2014-11-24MIPS: R3000: Replace magic numbers with macrosGravatar Isamu Mogi 1-5/+6
2014-11-24MIPS: Remove __strlen_user().Gravatar Ralf Baechle 1-3/+0
2014-11-19MIPS: lib: memcpy: Restore NOP on delay slot before returning to callerGravatar Markos Chandras 1-0/+1
2014-11-06MIPS: R3000: Fix debug output for Virtual page numberGravatar Isamu Mogi 1-2/+2
2014-11-04MIPS: Fix strnlen_user() return value in case of overlong strings.Gravatar Ralf Baechle 1-2/+4
2014-09-22MIPS: Use WSBH/DSBH/DSHD on Loongson 3AGravatar Chen Jie 1-2/+8
2014-05-30MIPS: __delay ABI-dependent subtraction simplificationGravatar Maciej W. Rozycki 1-5/+3
2014-05-24MIPS: MT: Remove SMTC supportGravatar Ralf Baechle 1-40/+6
2014-05-13MIPS: csum_partial.S CPU_DADDI_WORKAROUNDS bug fixGravatar Maciej W. Rozycki 1-0/+9
2014-05-13MIPS: __strncpy_from_user_asm CPU_DADDI_WORKAROUNDS bug fixGravatar Maciej W. Rozycki 1-7/+6
2014-05-13MIPS: __delay CPU_DADDI_WORKAROUNDS bug fixGravatar Maciej W. Rozycki 1-4/+10
2014-03-26MIPS: lib: csum_partial: Add EVA supportGravatar Markos Chandras 1-0/+25
2014-03-26MIPS: lib: csum_partial: Add macro to build csum_partial symbolsGravatar Markos Chandras 1-92/+108
2014-03-26MIPS: lib: csum_partial: Merge EXC and load/store macrosGravatar Markos Chandras 1-69/+91
2014-03-26MIPS: checksum: Split the 'copy_user' symbolGravatar Markos Chandras 1-3/+6
2014-03-26MIPS: lib: memset: Add EVA support for the __bzero function.Gravatar Markos Chandras 1-4/+23
2014-03-26MIPS: lib: memset: Use macro to build the __bzero symbolGravatar Markos Chandras 1-35/+60
2014-03-26MIPS: lib: memset: Whitespace fixesGravatar Markos Chandras 1-15/+15
2014-03-26MIPS: lib: memcpy: Add EVA supportGravatar Markos Chandras 1-0/+77
2014-03-26MIPS: lib: memcpy: Use macro to build the copy_user codeGravatar Markos Chandras 1-110/+143
2014-03-26MIPS: lib: memcpy: Split source and destination prefetch macrosGravatar Markos Chandras 1-14/+22
2014-03-26MIPS: lib: memcpy: Merge EXC and load/store macrosGravatar Markos Chandras 1-69/+89
2014-03-26MIPS: lib: strncpy_user: Add EVA supportGravatar Markos Chandras 1-0/+19
2014-03-26MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbolGravatar Markos Chandras 1-8/+13
2014-03-26MIPS: lib: strlen_user: Add EVA supportGravatar Markos Chandras 1-0/+20
2014-03-26MIPS: lib: strlen_user: Use macro to build the strlen_user symbolGravatar Markos Chandras 1-6/+10
2014-03-26MIPS: lib: strnlen_user: Add EVA supportGravatar Markos Chandras 1-0/+20
2014-03-26MIPS: lib: strnlen_user: Use macro to build the strnlen_user symbolGravatar Markos Chandras 1-6/+10
2014-01-24mips: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codeGravatar Paul Gortmaker 1-1/+1
2013-05-16Revert "MIPS: Allow ASID size to be determined at boot time."Gravatar David Daney 2-7/+5
2013-05-09Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Gravatar Ralf Baechle 6-55/+84
2013-05-09MIPS: microMIPS: Optimise 'strnlen' core library function.Gravatar Steven J. Hill 1-1/+1
2013-05-09MIPS: microMIPS: Optimise 'strlen' core library function.Gravatar Steven J. Hill 1-4/+5
2013-05-09MIPS: microMIPS: Optimise 'strncpy' core library function.Gravatar Steven J. Hill 1-15/+17
2013-05-09MIPS: microMIPS: Optimise 'memset' core library function.Gravatar Steven J. Hill 1-30/+54
2013-05-08MIPS: Allow ASID size to be determined at boot time.Gravatar Steven J. Hill 2-5/+7
2013-05-08Merge branch 'mips-next-3.10' of git://git.linux-mips.org/pub/scm/john/linux-...Gravatar Ralf Baechle 1-7/+7