summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2025-08-28MIPS: vpe-mt: add missing prototypes for vpe_{alloc,start,stop,free}Shiji Yang1-0/+8
2025-06-04MIPS: Use arch specific syscall name match functionBibo Mao1-0/+16
2025-06-04MIPS: Fix MAX_REG_OFFSETThorsten Blum1-1/+2
2025-05-02MIPS: cm: Fix warning if MIPS_CM is disabledThomas Bogendoerfer1-1/+1
2025-05-02MIPS: cm: Detect CM quirks from device treeGregory CLEMENT1-0/+22
2025-05-02MIPS: ds1287: Match ds1287_set_base_clock() function typesWangYuli1-1/+1
2024-12-14mips: asm: fix warning when disabling MIPS_FP_SUPPORTJonas Gorski1-1/+1
2024-08-19MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and laterGregory CLEMENT1-0/+4
2024-05-17MIPS: scall: Save thread_info.syscall unconditionally on entryJiaxun Yang1-1/+1
2024-03-26MIPS: Clear Cause.BD in instruction_pointer_setJiaxun Yang1-0/+1
2024-02-23arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport1-6/+0
2024-02-23MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assemblerGuenter Roeck1-1/+2
2023-08-30MIPS: cpu-features: Use boot_cpu_type for CPU type based featuresJiaxun Yang1-2/+2
2023-08-30MIPS: cpu-features: Enable octeon_cache by cpu_typeJiaxun Yang1-1/+18
2023-08-30MIPS: dec: prom: Address -Warray-bounds warningGustavo A. R. Silva1-1/+1
2023-08-08mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-17/+0
2023-03-17MIPS: Fix a compilation issuexurui1-1/+1
2023-03-11mips: fix syscall_get_nrElvira Khabirova1-1/+1
2023-03-11MIPS: vpe-mt: drop physical_memsizeRandy Dunlap1-1/+0
2022-12-08MIPS: pic32: treat port as signed integerJason A. Donenfeld1-1/+1
2022-06-22mips: use fallback for random_get_entropy() instead of just c0 randomJason A. Donenfeld1-9/+8
2022-06-14MIPS: IP27: Remove incorrect `cpu_has_fpu' overrideMaciej W. Rozycki1-1/+0
2022-05-12MIPS: Fix CP0 counter erratum detection for R4k CPUsMaciej W. Rozycki1-4/+4
2022-04-15MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin1-1/+1
2022-04-15DEC: Limit PMAX memory probing to R3k systemsMaciej W. Rozycki1-10/+5
2022-01-27MIPS: Octeon: Fix build errors using clangTianjia Zhang1-2/+2
2021-11-21MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVELMaciej W. Rozycki1-0/+3
2021-11-17mips: cm: Convert to bitfield API to fix out-of-bounds accessGeert Uytterhoeven1-6/+6
2021-07-28Revert "MIPS: add PMD table accounting into MIPS'pmd_alloc_one"Huang Pei1-7/+3
2021-07-20MIPS: vdso: Invalid GIC access through VDSOMartin Fäcknitz1-1/+1
2021-07-19MIPS: set mips32r5 for virt extensionsNick Desaulniers1-4/+4
2021-07-19MIPS: add PMD table accounting into MIPS'pmd_alloc_oneHuang Pei1-3/+7
2021-07-19hugetlb: clear huge pte during flush function on mips platformBibo Mao1-1/+7
2021-07-14MIPS: Fix PKMAP with 32-bit MIPS huge page supportWei Li1-1/+1
2021-05-19MIPS: Avoid handcoded DIVU in `__div64_32' altogetherMaciej W. Rozycki1-6/+2
2021-05-19MIPS: Avoid DIVU in `__div64_32' is result would be zeroMaciej W. Rozycki1-2/+4
2021-05-19MIPS: Reinstate platform `__div64_32' handlerMaciej W. Rozycki1-16/+41
2021-05-07mips: Do not include hi and lo in clobber list for R6Romain Naour1-5/+21
2021-03-07MIPS: Drop 32-bit asm string functionsPaul Burton1-121/+0
2021-03-04MIPS: properly stop .eh_frame generationAlexander Lobakin1-0/+18
2020-12-02arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+3
2020-10-01MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()Wei Li1-0/+1
2020-08-26KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon1-1/+1
2020-06-22mips: MAAR: Use more precise address maskSerge Semin1-1/+1
2020-06-22mips: Fix cpu_has_mips64r1/2 activation for MIPS32 CPUsSerge Semin1-2/+4
2020-06-17KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbitsXing Li1-0/+4
2020-06-17KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)Xing Li1-1/+1
2020-01-17mips: Fix gettimeofday() in the vdso libraryVincenzo Frascino1-13/+0
2020-01-09MIPS: Avoid VDSO ABI breakage due to global register variablePaul Burton1-1/+19
2020-01-04Revert "MIPS: futex: Emit Loongson3 sync workarounds within asm"Greg Kroah-Hartman2-14/+14