summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Fix modversionsArnd Bergmann2017-01-243-7/+15
* MIPS: Export memcpy & memset functions alongside their definitionsPaul Burton2017-01-032-0/+14
* MIPS: Export string functions alongside their definitionsPaul Burton2017-01-033-0/+10
* MIPS: Export csum functions alongside their definitionsPaul Burton2017-01-031-0/+6
* MIPS: dump_tlb: Fix printk continuationsJames Hogan2016-11-042-31/+31
* MIPS: PCI: Introduce CONFIG_PCI_DRIVERS_LEGACYPaul Burton2016-10-061-0/+4
* MIPS: lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-0510-10/+12
* MIPS: lib: Mark intrinsics notraceHarvey Hunt2016-05-287-7/+7
* MIPS: lib: Fix typoAndrea Gelmini2016-05-281-1/+1
* MIPS: Print GuestCtl1 on machine check exceptionJames Hogan2016-05-131-0/+2
* MIPS: dump_tlb: Preserve and dump GuestIDJames Hogan2016-05-131-3/+14
* MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton2016-05-132-8/+11
* MIPS: memset.S: Disable code unused with non-R6 MIPS configsMaciej W. Rozycki2016-05-091-0/+2
* MIPS: Cleanup the unused __arch_local_irq_restore() functionHuacai Chen2016-01-221-29/+1
* MIPS: uaccess: Take EVA into account in [__]clear_userJames Hogan2015-12-221-0/+2
* MIPS: Use ARCH_USE_BUILTIN_BSWAP.Ralf Baechle2015-10-263-1/+27
* MIPS: Rearrange ENTRYLO field definitionsJames Hogan2015-09-031-9/+9
* MIPS: dump_tlb: Dump FrameMask register if existsJames Hogan2015-09-031-0/+8
* MIPS: dump_tlb: Only dump PageGrain if interestingJames Hogan2015-09-031-1/+2
* MIPS: Refactor dumping of TLB registers for r3k/r4kJames Hogan2015-09-032-0/+29
* MIPS: tlb-r3k: Move CP0.Wired register initialisation to `tlb_init'Maciej W. Rozycki2015-06-211-2/+0
* MIPS: dump_tlb: Take XPA into accountJames Hogan2015-06-211-5/+13
* MIPS: dump_tlb: Take RI/XI bits into accountJames Hogan2015-06-211-7/+20
* MIPS: dump_tlb: Take EHINV bit into accountJames Hogan2015-06-211-0/+3
* MIPS: dump_tlb: Take global bit into accountJames Hogan2015-06-212-3/+12
* 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/+3
* 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/+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