summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-08-28MIPS: Don't crash in stack_top() for tasks without ABI or vDSOThomas Weißschuh1-7/+9
2025-06-04MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-corePaul Burton1-13/+17
2025-05-02MIPS: cm: Detect CM quirks from device treeGregory CLEMENT1-0/+14
2025-05-02MIPS: cevt-ds1287: Add missing ds1287.h includeWangYuli1-0/+1
2025-03-13MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as staticWangYuli1-1/+1
2024-08-19MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and laterGregory CLEMENT1-1/+4
2024-07-27mips: fix compat_sys_lseek syscallArnd Bergmann1-1/+1
2024-05-17MIPS: scall: Save thread_info.syscall unconditionally on entryJiaxun Yang6-37/+41
2024-02-23mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nanXi Ruoyao1-0/+6
2024-01-25mips: Fix incorrect max_low_pfn adjustmentSerge Semin1-2/+2
2023-08-08mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-0/+13
2023-06-21mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau1-4/+5
2023-04-26MIPS: Define RUNTIME_DISCARD_EXIT in LD scriptJiaxun Yang1-0/+2
2023-03-11MIPS: vpe-mt: drop physical_memsizeRandy Dunlap1-4/+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: 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-11-25MIPS: jump_label: Fix compat branch range checkJiaxun Yang1-1/+1
2022-08-25MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen1-1/+1
2022-06-14mips: cpc: Fix refcount leak in mips_cpc_default_phys_baseGong Yuanjun1-0/+1
2022-05-12MIPS: Fix CP0 counter erratum detection for R4k CPUsMaciej W. Rozycki1-8/+3
2022-04-15MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin1-11/+11
2022-03-19MIPS: smp: fill in sibling and core maps earlierAlexander Lobakin1-3/+3
2021-11-17mips: cm: Convert to bitfield API to fix out-of-bounds accessGeert Uytterhoeven1-11/+10
2021-11-17signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULTEric W. Biederman2-11/+2
2021-09-26drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner1-5/+2
2021-03-04MIPS: properly stop .eh_frame generationAlexander Lobakin1-1/+0
2021-03-04MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() sectionAlexander Lobakin1-0/+1
2021-01-19MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin1-2/+8
2020-12-30MIPS: Don't round up kernel sections size for memblock_add()Alexander Sverdlin1-2/+2
2020-09-09MIPS: add missing MSACSR and upper MSA initializationHuang Pei1-0/+12
2020-09-09MIPS: BMIPS: Also call bmips_cpu_setup() for secondary coresFlorian Fainelli1-0/+2
2020-08-26MIPS: Fix unable to reserve memory for Crash kernelJinyang He1-1/+1
2020-08-21MIPS: CPU#0 is not hotpluggableHuacai Chen1-1/+1
2020-07-09MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens1-0/+1
2020-06-22MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()YuanJunQing1-3/+3
2020-06-22mips: Add udelay lpj numbers adjustmentSerge Semin1-0/+70
2020-06-22mips: cm: Fix an invalid error code of INTVN_*_ERRSerge Semin1-3/+3
2020-06-22MIPS: Truncate link address into 32bit for 32bit kernelJiaxun Yang1-1/+1
2020-06-22MIPS: Make sparse_init() using top-down allocationTiezhu Yang1-0/+10
2020-03-05MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET1-1/+1
2020-02-11MIPS: syscalls: fix indentation of the 'SYSNR' messageAlexander Lobakin1-1/+1
2020-01-17mips: cacheinfo: report shared CPU mapVladimir Kondratiev1-1/+26
2019-10-23MIPS: bmips: mark exception vectors as char arraysJonas Gorski1-4/+4
2019-10-10MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang1-0/+33
2019-10-02MIPS: init: Prevent adding memory before PHYS_OFFSETThomas Bogendoerfer1-0/+3
2019-10-02MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem startThomas Bogendoerfer1-1/+1
2019-10-02MIPS: Wire up clone3 syscallPaul Burton4-3/+4
2019-10-01MIPS: cpu-bugs64: Mark inline functions as __always_inlineJiaxun Yang1-6/+8