summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-04MIPS: Compare __SYNC_loongson3_war against 0Nathan Chancellor2-4/+4
2021-03-04MIPS: properly stop .eh_frame generationAlexander Lobakin1-0/+18
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+3
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2-2/+2
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds54-1507/+92
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-4/+2
2020-10-13Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0