summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS: dump_tlb: Make use of EntryLo bit definitionsJames Hogan2015-06-212-12/+12
* MIPS: dump_tlb: Refactor TLB matchingJames Hogan2015-06-211-30/+35
* MIPS: dump_tlb: Use tlbr hazard macrosJames Hogan2015-06-211-8/+3Star
* MIPS: strnlen_user.S: Fix a CPU_DADDI_WORKAROUNDS regressionMaciej W. Rozycki2015-05-291-2/+13
* MIPS: csum_partial: Improve instruction parallelism.Chen Jie2015-04-011-19/+19
* MIPS: lib: memset: Add MIPS R6 supportLeonid Yegoshin2015-02-171-0/+47
* MIPS: lib: memcpy: Add MIPS R6 supportLeonid Yegoshin2015-02-171-0/+23
* MIPS: asm: irqflags: Add MIPS R6 related definitionsMarkos Chandras2015-02-171-1/+1
* MIPS: Use generic checksum functions for MIPS R6Markos Chandras2015-02-171-0/+1
* MIPS: lib: memset: Clean up some MIPS{EL,EB} ifdeferyMarkos Chandras2014-11-241-4/+2Star
* MIPS: iomap: Use __mem_{read,write}{b,w,l} for MMIOMarkos Chandras2014-11-241-9/+9
* MIPS: lib: mips-atomic.c: Remove obsolete ifdeferyMarkos Chandras2014-11-241-20/+0Star
* MIPS: R3000: Remove redundant parenthesesIsamu Mogi2014-11-241-1/+1
* MIPS: R3000: Replace magic numbers with macrosIsamu Mogi2014-11-241-5/+6
* MIPS: Remove __strlen_user().Ralf Baechle2014-11-241-3/+0Star
* MIPS: lib: memcpy: Restore NOP on delay slot before returning to callerMarkos Chandras2014-11-191-0/+1
* MIPS: R3000: Fix debug output for Virtual page numberIsamu Mogi2014-11-061-2/+2
* MIPS: Fix strnlen_user() return value in case of overlong strings.Ralf Baechle2014-11-041-2/+4
* MIPS: Use WSBH/DSBH/DSHD on Loongson 3AChen Jie2014-09-221-2/+8
* MIPS: __delay ABI-dependent subtraction simplificationMaciej W. Rozycki2014-05-301-5/+3Star
* MIPS: MT: Remove SMTC supportRalf Baechle2014-05-241-40/+6Star
* MIPS: csum_partial.S CPU_DADDI_WORKAROUNDS bug fixMaciej W. Rozycki2014-05-131-0/+9
* MIPS: __strncpy_from_user_asm CPU_DADDI_WORKAROUNDS bug fixMaciej W. Rozycki2014-05-131-7/+6Star
* MIPS: __delay CPU_DADDI_WORKAROUNDS bug fixMaciej W. Rozycki2014-05-131-4/+10
* MIPS: lib: csum_partial: Add EVA supportMarkos Chandras2014-03-261-0/+25
* MIPS: lib: csum_partial: Add macro to build csum_partial symbolsMarkos Chandras2014-03-261-92/+108
* MIPS: lib: csum_partial: Merge EXC and load/store macrosMarkos Chandras2014-03-261-69/+91
* MIPS: checksum: Split the 'copy_user' symbolMarkos Chandras2014-03-261-3/+6
* MIPS: lib: memset: Add EVA support for the __bzero function.Markos Chandras2014-03-261-4/+23
* MIPS: lib: memset: Use macro to build the __bzero symbolMarkos Chandras2014-03-261-35/+60
* MIPS: lib: memset: Whitespace fixesMarkos Chandras2014-03-261-15/+15
* MIPS: lib: memcpy: Add EVA supportMarkos Chandras2014-03-261-0/+77
* MIPS: lib: memcpy: Use macro to build the copy_user codeMarkos Chandras2014-03-261-110/+143
* MIPS: lib: memcpy: Split source and destination prefetch macrosMarkos Chandras2014-03-261-14/+22
* MIPS: lib: memcpy: Merge EXC and load/store macrosMarkos Chandras2014-03-261-69/+89
* MIPS: lib: strncpy_user: Add EVA supportMarkos Chandras2014-03-261-0/+19
* MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbolMarkos Chandras2014-03-261-8/+13
* MIPS: lib: strlen_user: Add EVA supportMarkos Chandras2014-03-261-0/+20
* MIPS: lib: strlen_user: Use macro to build the strlen_user symbolMarkos Chandras2014-03-261-6/+10
* MIPS: lib: strnlen_user: Add EVA supportMarkos Chandras2014-03-261-0/+20
* MIPS: lib: strnlen_user: Use macro to build the strnlen_user symbolMarkos Chandras2014-03-261-6/+10
* mips: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0Star
* MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-151-1/+1
* Revert "MIPS: Allow ASID size to be determined at boot time."David Daney2013-05-162-7/+5Star
* Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle2013-05-096-55/+84
|\
| * MIPS: microMIPS: Optimise 'strnlen' core library function.Steven J. Hill2013-05-091-1/+1
| * MIPS: microMIPS: Optimise 'strlen' core library function.Steven J. Hill2013-05-091-4/+5
| * MIPS: microMIPS: Optimise 'strncpy' core library function.Steven J. Hill2013-05-091-15/+17
| * MIPS: microMIPS: Optimise 'memset' core library function.Steven J. Hill2013-05-091-30/+54
| * MIPS: Allow ASID size to be determined at boot time.Steven J. Hill2013-05-082-5/+7