summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: dec: prom: Address -Warray-bounds warningGustavo A. R. Silva2023-08-301-1/+1
* mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-08-083-17/+14
* Remove DECnet support from kernelStephen Hemminger2023-06-216-12/+0
* mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau2023-06-211-4/+5
* MIPS: Alchemy: fix dbdma2Manuel Lauss2023-06-211-12/+15
* MIPS: fw: Allow firmware to pass a empty envJiaxun Yang2023-05-171-1/+1
* MIPS: Fix a compilation issuexurui2023-03-171-1/+1
* mips: fix syscall_get_nrElvira Khabirova2023-03-111-1/+1
* MIPS: vpe-mt: drop physical_memsizeRandy Dunlap2023-03-113-11/+3
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-061-1/+1
* MIPS: BCM63xx: Add check for NULL for clk in clk_enableAnastasia Belova2023-01-181-0/+2
* MIPS: vpe-cmp: fix possible memory leak while module exitingYang Yingliang2023-01-181-2/+2
* MIPS: vpe-mt: fix possible memory leak while module exitingYang Yingliang2023-01-181-2/+2
* MIPS: pic32: treat port as signed integerJason A. Donenfeld2022-12-083-9/+8
* MIPS: BCM47XX: Cast memcmp() of function to (void *)Kees Cook2022-10-261-2/+2
* MIPS: lantiq: export clk_get_io() for lantiq_wdt.koRandy Dunlap2022-09-281-0/+1
* MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()Alexander Sverdlin2022-09-281-0/+10
* MIPS: loongson32: ls1c: Fix hang during startupYang Ling2022-09-151-1/+0
* MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0Nathan Chancellor2022-08-251-2/+2
* mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_startLiang He2022-08-251-1/+2
* MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen2022-08-251-1/+1
* MIPS: Remove repetitive increase irq_err_counthuhai2022-07-021-2/+0
* mips: use fallback for random_get_entropy() instead of just c0 randomJason A. Donenfeld2022-06-251-9/+8
* mips: cpc: Fix refcount leak in mips_cpc_default_phys_baseGong Yuanjun2022-06-141-0/+1
* MIPS: IP27: Remove incorrect `cpu_has_fpu' overrideMaciej W. Rozycki2022-06-141-1/+0
* MIPS: lantiq: check the return value of kzalloc()Xiaoke Wang2022-05-253-16/+34
* MIPS: Use address-of operator on section symbolsNathan Chancellor2022-05-154-4/+4
* MIPS: Fix CP0 counter erratum detection for R4k CPUsMaciej W. Rozycki2022-05-122-12/+7
* MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin2022-04-202-12/+12
* MIPS: RB532: fix return value of __setup handlerRandy Dunlap2022-04-201-4/+2
* DEC: Limit PMAX memory probing to R3k systemsMaciej W. Rozycki2022-04-202-11/+6
* MIPS: smp: fill in sibling and core maps earlierAlexander Lobakin2022-03-231-3/+3
* mips,s390,sh,sparc: gup: Work around the "COW can break either way" issueBen Hutchings2022-01-271-1/+8
* MIPS: Octeon: Fix build errors using clangTianjia Zhang2022-01-271-2/+2
* MIPS: OCTEON: add put_device() after of_find_device_by_node()Ye Guojin2022-01-272-0/+3
* mips: bcm63xx: add support for clk_set_parent()Randy Dunlap2022-01-271-0/+6
* mips: lantiq: add support for clk_set_parent()Randy Dunlap2022-01-271-0/+6
* MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48Huang Pei2021-12-081-1/+1
* mips: lantiq: add support for clk_get_parent()Randy Dunlap2021-11-261-0/+6
* mips: bcm63xx: add support for clk_get_parent()Randy Dunlap2021-11-261-0/+6
* MIPS: generic/yamon-dt: fix uninitialized variable errorColin Ian King2021-11-261-1/+1
* mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is setRandy Dunlap2021-11-261-0/+3
* MIPS: sni: Fix the buildBart Van Assche2021-11-261-2/+2
* mips: cm: Convert to bitfield API to fix out-of-bounds accessGeert Uytterhoeven2021-11-262-17/+16
* MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORTJackie Liu2021-11-261-0/+1
* MIPS: lantiq: dma: reset correct number of channelAleksander Jan Bajkowski2021-11-261-5/+6
* MIPS: lantiq: dma: add small delay after resetAleksander Jan Bajkowski2021-11-261-0/+3
* signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULTEric W. Biederman2021-11-262-11/+2
* arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2021-11-121-0/+3
* bpf, mips: Validate conditional branch offsetsPiotr Krysiuk2021-10-171-14/+43