summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2024-09-12MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installedJiaxun Yang1-8/+7
2024-09-04Revert "MIPS: Loongson64: reset: Prioritise firmware service"Greg Kroah-Hartman1-16/+22
2024-09-04MIPS: Loongson64: Set timer mode in cpu-probeJiaxun Yang1-0/+4
2024-08-19MIPS: dts: loongson: Fix ls2k1000-rtc interruptJiaxun Yang1-2/+2
2024-08-19MIPS: dts: loongson: Fix liointc IRQ polarityJiaxun Yang1-21/+21
2024-08-19MIPS: Loongson64: DTS: Fix PCIe port nodes for ls7aJiaxun Yang1-7/+30
2024-08-19MIPS: Loongson64: DTS: Add RTC support to Loongson-2K1000Binbin Zhou1-0/+7
2024-08-19MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and laterGregory CLEMENT2-1/+8
2024-08-19MIPS: Loongson64: Test register availability before useJiaxun Yang1-2/+21
2024-08-19MIPS: Loongson64: reset: Prioritise firmware serviceJiaxun Yang1-22/+16
2024-08-19MIPS: Loongson64: Remove memory node for builtin-dtbJiaxun Yang1-8/+0
2024-08-19MIPS: Loongson64: env: Hook up Loongsson-2KJiaxun Yang2-0/+10
2024-08-19MIPS: dts: loongson: Fix GMAC phy nodeJiaxun Yang1-2/+4
2024-08-19MIPS: ip30: ip30-console: Add missing includeJiaxun Yang1-0/+1
2024-08-19MIPS: Octeron: remove source file executable bitDominique Martinet1-0/+0
2024-07-27mips: fix compat_sys_lseek syscallArnd Bergmann1-1/+1
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann2-2/+2
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-03-01MIPS: vpe-mt: drop physical_memsizeRandy Dunlap3-11/+3
2024-03-01MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not setRandy Dunlap1-3/+5
2024-03-01MIPS: reserve exception vector space ONLY ONCEHuang Pei1-1/+7
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-02-23mips: Fix max_mapnr being uninitialized on early stagesSerge Semin1-7/+5
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
2024-01-26mips: dmi: Fix early remap on MIPS32Serge Semin1-1/+1
2024-01-26MIPS: dts: loongson: drop incorrect dwmac fallback compatibleKrzysztof Kozlowski2-4/+2
2023-12-20MIPS: Loongson64: Handle more memory types passed from firmwareJiaxun Yang2-17/+31
2023-12-20memblock: allow to specify flags with memblock_add_node()David Hildenbrand2-2/+5
2023-12-13MIPS: Loongson64: Enable DMA noncoherent supportJiaxun Yang3-2/+13
2023-12-13MIPS: Loongson64: Reserve vgabios memory on bootJiaxun Yang1-0/+5
2023-12-03MIPS: KVM: Fix a build warning about variable set but not usedHuacai Chen1-2/+1
2023-10-06MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabledChristoph Hellwig3-0/+14
2023-09-23MIPS: Use "grep -E" instead of "egrep"Tiezhu Yang2-2/+2
2023-09-19MIPS: Only fiddle with CHECKFLAGS if `need-compiler'Maciej W. Rozycki1-1/+1
2023-09-19MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS `modules_install' regressionMaciej W. Rozycki1-2/+2
2023-09-06mmc: au1xmmc: force non-modular build and remove symbol_get usageChristoph Hellwig3-33/+4
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 Gleixner3-17/+14
2023-07-27MIPS: dec: prom: Address -Warray-bounds warningGustavo A. R. Silva1-1/+1
2023-07-23MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabledThomas Bogendoerfer1-2/+2
2023-07-23MIPS: KVM: Fix NULL pointer dereferenceHuacai Chen5-36/+36
2023-07-23MIPS: Loongson: Fix cpu_probe_loongson() againHuacai Chen1-6/+3