summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
5 daysmips: fix compat_sys_lseek syscallArnd Bergmann1-1/+1
2024-07-05mips: bmips: BCM6358: make sure CBR is correctly setChristian Marangi1-1/+2
2024-07-05MIPS: Routerboard 532: Fix vendor retry check codeIlpo Järvinen1-2/+2
2024-07-05MIPS: Octeon: Add PCIe link status checkSongyang Li1-0/+6
2024-05-17MIPS: scall: Save thread_info.syscall unconditionally on entryJiaxun Yang7-38/+42
2024-03-27MIPS: Clear Cause.BD in instruction_pointer_setJiaxun Yang1-0/+1
2024-02-23mips: Fix max_mapnr being uninitialized on early stagesSerge Semin1-7/+5
2024-02-23arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport2-9/+0
2024-02-23MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assemblerGuenter Roeck1-1/+2
2024-02-23mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nanXi Ruoyao1-0/+6
2024-01-26MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup()Christophe JAILLET1-1/+1
2024-01-26MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup()Christophe JAILLET1-1/+1
2024-01-26mips: Fix incorrect max_low_pfn adjustmentSerge Semin1-2/+2
2023-12-08MIPS: KVM: Fix a build warning about variable set but not usedHuacai Chen1-2/+1
2023-10-10MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabledChristoph Hellwig3-0/+14
2023-09-23mmc: au1xmmc: force non-modular build and remove symbol_get usageChristoph Hellwig3-33/+4
2023-09-02Revert "MIPS: Alchemy: fix dbdma2"Greg Kroah-Hartman1-15/+12
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 Gleixner3-17/+14
2023-06-21Remove DECnet support from kernelStephen Hemminger9-18/+0
2023-06-21mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau1-4/+5
2023-06-21MIPS: Alchemy: fix dbdma2Manuel Lauss1-12/+15
2023-06-09treewide: Remove uninitialized_var() usageKees Cook3-5/+5
2023-05-17MIPS: fw: Allow firmware to pass a empty envJiaxun Yang1-1/+1
2023-04-26MIPS: Define RUNTIME_DISCARD_EXIT in LD scriptJiaxun Yang1-0/+2
2023-04-20treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2023-04-05mips: bmips: BCM6358: disable RAC flush for TP1Álvaro Fernández Rojas2-0/+13
2023-04-05dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig3-16/+15
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 Dunlap3-11/+3
2023-03-11MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not setRandy Dunlap1-3/+5
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2023-01-18MIPS: OCTEON: warn only once if deprecated link status is being usedLadislav Michl2-2/+2
2023-01-18MIPS: BCM63xx: Add check for NULL for clk in clk_enableAnastasia Belova1-0/+2
2023-01-18MIPS: vpe-cmp: fix possible memory leak while module exitingYang Yingliang1-2/+2
2023-01-18MIPS: vpe-mt: fix possible memory leak while module exitingYang Yingliang1-2/+2
2022-12-08MIPS: pic32: treat port as signed integerJason A. Donenfeld3-9/+8
2022-11-25MIPS: jump_label: Fix compat branch range checkJiaxun Yang1-1/+1
2022-10-26MIPS: BCM47XX: Cast memcmp() of function to (void *)Kees Cook1-2/+2
2022-09-28MIPS: Loongson32: Fix PHY-mode being left unspecifiedSerge Semin1-8/+8
2022-09-28MIPS: lantiq: export clk_get_io() for lantiq_wdt.koRandy Dunlap1-0/+1
2022-09-28MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()Alexander Sverdlin1-0/+10
2022-09-15MIPS: loongson32: ls1c: Fix hang during startupYang Ling1-1/+0
2022-08-25MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0Nathan Chancellor1-2/+2
2022-08-25mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_startLiang He1-1/+2
2022-08-25MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen1-1/+1
2022-06-29MIPS: Remove repetitive increase irq_err_counthuhai1-2/+0