summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-08-28MIPS: vpe-mt: add missing prototypes for vpe_{alloc,start,stop,free}Shiji Yang1-0/+8
2025-08-28sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2025-06-04MIPS: Use arch specific syscall name match functionBibo Mao1-0/+16
2025-05-18MIPS: 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-03-01MIPS: vpe-mt: drop physical_memsizeRandy Dunlap1-1/+0
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
2023-12-20MIPS: Loongson64: Handle more memory types passed from firmwareJiaxun Yang1-1/+5
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-08mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-17/+0
2023-07-27MIPS: dec: prom: Address -Warray-bounds warningGustavo A. R. Silva1-1/+1
2023-07-23MIPS: KVM: Fix NULL pointer dereferenceHuacai Chen1-3/+3
2023-03-17MIPS: Fix a compilation issuexurui1-1/+1
2023-03-10mips: fix syscall_get_nrElvira Khabirova1-1/+1
2022-12-31mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomemJohn Thomson1-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-03-08MIPS: fix local_{add,sub}_return on MIPS64Huang Pei1-4/+5
2022-02-16MIPS: Fix build error due to PTR used in more placesThomas Bogendoerfer4-94/+94
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-10-02MIPS: Revert "add support for buggy MT7621S core detection"Ilya Lipnitskiy1-22/+1
2021-09-09arch: remove compat_alloc_user_spaceArnd Bergmann2-34/+0
2021-09-03Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds3-3/+6
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+1
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig1-7/+1
2021-09-02Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2021-09-01Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-13/+11
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+11
2021-08-06Merge tag 'mips-fixes_5.14_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+11
2021-08-05MIPS: check return value of pgtable_pmd_page_ctorHuang Pei1-6/+11