summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib
Commit message (Expand)AuthorAgeFilesLines
* MIPS: lib: memset: Clean up some MIPS{EL,EB} ifdeferyMarkos Chandras2014-11-241-4/+2
* 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/+0
* 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/+0
* 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/+3
* MIPS: MT: Remove SMTC supportRalf Baechle2014-05-241-40/+6
* 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/+6
* 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/+0
* MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-141-1/+1
* Revert "MIPS: Allow ASID size to be determined at boot time."David Daney2013-05-162-7/+5
* 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
* | Merge branch 'mips-next-3.10' of git://git.linux-mips.org/pub/scm/john/linux-...Ralf Baechle2013-05-081-7/+7
|\ \
| * | MIPS: Remove unneeded volatile from arch/mips/lib/bitops.cDavid Daney2013-05-081-7/+7
| |/
* | MIPS: Get rid of the use of .macro in C code.Ralf Baechle2013-04-111-65/+84
|/
* MIPS: Fix logic errors in bitops.cDavid Daney2013-03-121-8/+8
* MIPS: Use CONFIG_CPU_MIPSR2 in csum_partial.SGabor Juhos2013-03-121-2/+2
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-0110-50/+50
* MIPS: delay.c: Check BITS_PER_LONG instead of __SIZEOF_LONG__Geert Uytterhoeven2013-01-221-1/+1
* MIPS: Fix crash that occurs when function tracing is enabledAl Cooper2012-11-231-4/+4
* MIPS: Make irqflags.h functions preempt-safe for non-mipsr2 cpusJim Quinlan2012-11-092-1/+178
OpenPOWER on IntegriCloud