aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton1-5/+17
2018-10-15MIPS: lib: Use kernel_pref & user_pref in memcpy()Paul Burton1-4/+8
2018-10-09MIPS: memset: Limit excessive `noreorder' assembly mode useMaciej W. Rozycki1-24/+24
2018-10-09MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regressionMaciej W. Rozycki1-1/+3
2018-09-26MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsYasha Cherikovsky2-11/+11
2018-08-30MIPS: Use GENERIC_IOMAPPaul Burton3-235/+1
2018-08-21MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7Paul Burton1-3/+3
2018-07-24MIPS: memset.S: Add comments to fault fixup handlersMatt Redfearn1-0/+18
2018-07-24MIPS: memset.S: Fix byte_fixup for MIPSr6Matt Redfearn1-1/+2
2018-05-21MIPS: memset.S: Reinstate delay slot indentationMatt Redfearn1-14/+14
2018-04-23MIPS: Use generic GCC library routines from lib/Antony Pavlov6-144/+1
2018-04-18MIPS: memset.S: Fix clobber of v1 in last_fixupMatt Redfearn1-1/+1
2018-04-17MIPS: memset.S: Fix return of __clear_user from Lpartial_fixupMatt Redfearn1-1/+1
2018-04-16MIPS: memset.S: EVA & fault support for small_memsetMatt Redfearn1-1/+6
2018-01-11MIPS: Implement __multi3 for GCC7 MIPS64r6 buildsJames Hogan3-1/+73
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman13-0/+13
2017-09-04MIPS: Add __ioread64_copyPaul Burton2-1/+43
2017-08-29MIPS: Include asm/delay.h for __{,n,u}delay()Paul Burton1-0/+1
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+3
2017-06-29MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6Leonid Yegoshin1-0/+3
2017-05-15mips: get rid of unused __strnlen_user()Al Viro1-6/+0
2017-05-15get rid of unused __strncpy_from_user() instancesAl Viro1-6/+0
2017-05-15kill strlen_user()Al Viro2-66/+1
2017-04-06mips: get rid of tail-zeroing in primitivesAl Viro1-49/+0
2017-01-24MIPS: Fix modversionsArnd Bergmann3-7/+15
2017-01-03MIPS: Export memcpy & memset functions alongside their definitionsPaul Burton2-0/+14
2017-01-03MIPS: Export string functions alongside their definitionsPaul Burton3-0/+10
2017-01-03MIPS: Export csum functions alongside their definitionsPaul Burton1-0/+6
2016-11-04MIPS: dump_tlb: Fix printk continuationsJames Hogan2-31/+31
2016-10-06MIPS: PCI: Introduce CONFIG_PCI_DRIVERS_LEGACYPaul Burton1-0/+4
2016-10-05MIPS: lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker10-10/+12
2016-05-28MIPS: lib: Mark intrinsics notraceHarvey Hunt7-7/+7
2016-05-28MIPS: lib: Fix typoAndrea Gelmini1-1/+1
2016-05-13MIPS: Print GuestCtl1 on machine check exceptionJames Hogan1-0/+2
2016-05-13MIPS: dump_tlb: Preserve and dump GuestIDJames Hogan1-3/+14
2016-05-13MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton2-8/+11
2016-05-09MIPS: memset.S: Disable code unused with non-R6 MIPS configsMaciej W. Rozycki1-0/+2
2016-01-22MIPS: Cleanup the unused __arch_local_irq_restore() functionHuacai Chen1-29/+1
2015-12-22MIPS: uaccess: Take EVA into account in [__]clear_userJames Hogan1-0/+2
2015-10-26MIPS: Use ARCH_USE_BUILTIN_BSWAP.Ralf Baechle3-1/+27
2015-09-03MIPS: Rearrange ENTRYLO field definitionsJames Hogan1-9/+9
2015-09-03MIPS: dump_tlb: Dump FrameMask register if existsJames Hogan1-0/+8
2015-09-03MIPS: dump_tlb: Only dump PageGrain if interestingJames Hogan1-1/+2
2015-09-03MIPS: Refactor dumping of TLB registers for r3k/r4kJames Hogan2-0/+29
2015-06-21MIPS: tlb-r3k: Move CP0.Wired register initialisation to `tlb_init'Maciej W. Rozycki1-2/+0
2015-06-21MIPS: dump_tlb: Take XPA into accountJames Hogan1-5/+13
2015-06-21MIPS: dump_tlb: Take RI/XI bits into accountJames Hogan1-7/+20
2015-06-21MIPS: dump_tlb: Take EHINV bit into accountJames Hogan1-0/+3
2015-06-21MIPS: dump_tlb: Take global bit into accountJames Hogan2-3/+12
2015-06-21MIPS: dump_tlb: Make use of EntryLo bit definitionsJames Hogan2-12/+12