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-08-19MIPS: Loongson64: env: Hook up Loongsson-2KJiaxun Yang1-0/+2
2024-05-17MIPS: scall: Save thread_info.syscall unconditionally on entryJiaxun Yang1-1/+1
2024-03-27MIPS: Clear Cause.BD in instruction_pointer_setJiaxun Yang1-0/+1
2024-02-23MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assemblerGuenter Roeck1-1/+2
2024-01-26mips: dmi: Fix early remap on MIPS32Serge Semin1-1/+1
2024-01-05Revert "MIPS: Loongson64: Enable DMA noncoherent support"Greg Kroah-Hartman1-2/+1
2023-12-13MIPS: Loongson64: Enable DMA noncoherent supportJiaxun Yang1-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-26MIPS: 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-07-27mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-2/+2
2023-07-27mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2023-06-14MIPS: locking/atomic: Fix atomic{_64,}_sub_if_positiveRui Wang1-1/+1
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
2023-01-04mips: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+3
2022-12-02MIPS: pic32: treat port as signed integerJason A. Donenfeld1-1/+1
2022-06-09MIPS: IP30: Remove incorrect `cpu_has_fpu' overrideMaciej W. Rozycki1-1/+0
2022-06-09MIPS: IP27: Remove incorrect `cpu_has_fpu' overrideMaciej W. Rozycki1-1/+0
2022-05-30mips: use fallback for random_get_entropy() instead of just c0 randomJason A. Donenfeld1-9/+8
2022-05-12MIPS: Fix CP0 counter erratum detection for R4k CPUsMaciej W. Rozycki1-4/+4
2022-04-13MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin1-1/+1
2022-04-08MIPS: pgalloc: fix memory leak caused by pgd_free()Yaliang Wang1-0/+6
2022-04-08DEC: Limit PMAX memory probing to R3k systemsMaciej W. Rozycki1-10/+5
2022-01-27MIPS: Octeon: Fix build errors using clangTianjia Zhang1-2/+2
2022-01-27MIPS: Loongson64: Use three arguments for sltiNathan Chancellor1-2/+2
2021-11-18MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVELMaciej W. Rozycki1-1/+4
2021-11-18mips: cm: Convert to bitfield API to fix out-of-bounds accessGeert Uytterhoeven1-6/+6
2021-08-12MIPS: check return value of pgtable_pmd_page_ctorHuang Pei1-6/+11
2021-07-20MIPS: vdso: Invalid GIC access through VDSOMartin Fäcknitz1-1/+1
2021-07-19MIPS: MT extensions are not available on MIPS32r1Paul Cercueil1-1/+3
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-14MIPS: fix local_irq_{disable,enable} in asmmacro.hHuang Pei1-2/+1
2021-05-07mips: Do not include hi and lo in clobber list for R6Romain Naour1-5/+21