summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib
Commit message (Expand)AuthorAgeFilesLines
* mips: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2023-10-181-0/+14
* mips: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-155-5/+5
* MIPS: Simplify __bswapdi2() and __bswapsi2()Tiezhu Yang2022-09-302-12/+4
* MIPS: Silence missing prototype warningTiezhu Yang2022-09-302-2/+6
* MIPS: Remove VR41xx supportThomas Bogendoerfer2022-07-141-8/+0
* MIPS: Only use current_stack_pointer on GCCKees Cook2022-03-141-1/+3
* mips: Implement "current_stack_pointer"Kees Cook2022-03-011-3/+1
* MIPS: Remove TX39XX supportThomas Bogendoerfer2022-03-012-5/+0
* MIPS: remove asm/war.hThomas Bogendoerfer2022-02-221-1/+0
* MIPS: Fix build error due to PTR used in more placesThomas Bogendoerfer2022-01-275-8/+8
* arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-081-11/+0
* MIPS: Fix kernel hang under FUNCTION_GRAPH_TRACER and PREEMPT_TRACERTiezhu Yang2021-05-251-6/+6
* MIPS: Remove get_fs/set_fsThomas Bogendoerfer2021-04-064-80/+43
* arch: mips: update references to current linux-mips listLukas Bulwahn2021-02-231-1/+1
* mips: lib: uncached: fix non-standard usage of variable 'sp'Anders Roxell2020-12-141-1/+3
* mips: propagate the calling convention change down into __csum_partial_copy_....Al Viro2020-08-201-175/+83
* mips: __csum_partial_copy_kernel() has no users leftAl Viro2020-08-201-3/+0
* csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-2/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* mips: Add MIPS Release 5 supportSerge Semin2020-05-221-2/+4
* MIPS: do not compile generic functions for CONFIG_CAVIUM_OCTEON_SOCMasahiro Yamada2020-03-252-0/+7
* MIPS: Make DIEI support as a config optionJiaxun Yang2020-01-231-2/+2
* MIPS: make CPU_HAS_LOAD_STORE_LR opt-outAlexander Lobakin2020-01-222-15/+15
* MIPS: Loongson64: Rename CPU TYPESJiaxun Yang2019-10-311-2/+2
* MIPS: bitops: Use BIT_WORD() & BITS_PER_LONGPaul Burton2019-10-071-18/+13
* MIPS: bitops: Implement test_and_set_bit() in terms of _lock variantPaul Burton2019-10-071-26/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner2019-06-191-14/+1
* MIPS: MemoryMapID (MMID) SupportPaul Burton2019-02-041-5/+17
* MIPS: lib: Use kernel_pref & user_pref in memcpy()Paul Burton2018-10-151-4/+8
* MIPS: memset: Limit excessive `noreorder' assembly mode useMaciej W. Rozycki2018-10-091-24/+24
* MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regressionMaciej W. Rozycki2018-10-091-1/+3
* MIPS: Add Kconfig variable for CPUs with unaligned load/store instructionsYasha Cherikovsky2018-09-262-11/+11
* MIPS: Use GENERIC_IOMAPPaul Burton2018-08-303-235/+1
* MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7Paul Burton2018-08-211-3/+3
* MIPS: memset.S: Add comments to fault fixup handlersMatt Redfearn2018-07-241-0/+18
* MIPS: memset.S: Fix byte_fixup for MIPSr6Matt Redfearn2018-07-241-1/+2
* MIPS: memset.S: Reinstate delay slot indentationMatt Redfearn2018-05-211-14/+14
* MIPS: Use generic GCC library routines from lib/Antony Pavlov2018-04-236-144/+1
* MIPS: memset.S: Fix clobber of v1 in last_fixupMatt Redfearn2018-04-181-1/+1
* MIPS: memset.S: Fix return of __clear_user from Lpartial_fixupMatt Redfearn2018-04-171-1/+1
* MIPS: memset.S: EVA & fault support for small_memsetMatt Redfearn2018-04-161-1/+6
* MIPS: Implement __multi3 for GCC7 MIPS64r6 buildsJames Hogan2018-01-113-1/+73
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0213-0/+13
* MIPS: Add __ioread64_copyPaul Burton2017-09-042-1/+43
* MIPS: Include asm/delay.h for __{,n,u}delay()Paul Burton2017-08-291-0/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-151-0/+3
|\
| * MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6Leonid Yegoshin2017-06-291-0/+3
* | mips: get rid of unused __strnlen_user()Al Viro2017-05-151-6/+0
* | get rid of unused __strncpy_from_user() instancesAl Viro2017-05-151-6/+0