summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)Author
2025-08-28MIPS: Don't crash in stack_top() for tasks without ABI or vDSOThomas Weißschuh
2025-06-04MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-corePaul Burton
2025-05-02MIPS: cm: Detect CM quirks from device treeGregory CLEMENT
2025-04-25MIPS: cevt-ds1287: Add missing ds1287.h includeWangYuli
2025-03-07ptrace: Introduce exception_ip arch hookJiaxun Yang
2025-02-21MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as staticWangYuli
2024-09-12MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installedJiaxun Yang
2024-08-29MIPS: Loongson64: Set timer mode in cpu-probeJiaxun Yang
2024-08-03MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and laterGregory CLEMENT
2024-07-25mips: fix compat_sys_lseek syscallArnd Bergmann
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-05-17MIPS: scall: Save thread_info.syscall unconditionally on entryJiaxun Yang
2024-03-01MIPS: reserve exception vector space ONLY ONCEHuang Pei
2024-01-31mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nanXi Ruoyao
2024-01-25mips: Fix incorrect max_low_pfn adjustmentSerge Semin
2024-01-25mips/smp: Call rcutree_report_cpu_starting() earlierStefan Wiehler
2023-12-13MIPS: kernel: Clear FPU states when setting up kernel threadsThomas Bogendoerfer
2023-08-08mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-07-23MIPS: Loongson: Fix cpu_probe_loongson() againHuacai Chen
2023-06-21mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau
2023-06-21MIPS: Restore Au1300 supportManuel Lauss
2023-04-26MIPS: Define RUNTIME_DISCARD_EXIT in LD scriptJiaxun Yang
2022-12-31MIPS: vpe-cmp: fix possible memory leak while module exitingYang Yingliang
2022-12-31MIPS: vpe-mt: fix possible memory leak while module exitingYang Yingliang
2022-11-11MIPS: jump_label: Fix compat branch range checkJiaxun Yang
2022-11-11MIPS: fix duplicate definitions for exported symbolsRongwei Zhang
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-10-01mips: allow firmware to pass RNG seed to kernelJason A. Donenfeld
2022-09-19smp: add set_nr_cpu_ids()Yury Norov
2022-09-19mips: kernel: convert to DEFINE_SHOW_ATTRIBUTELiu Shixin
2022-09-12MIPS: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-06Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-29mips: rename mt_init to mips_mt_initLiam R. Howlett
2022-07-17mips: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport
2022-07-17mips: drop definitions of PTE_ORDERMike Rapoport
2022-07-17mips: rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)
2022-07-14MIPS: Remove VR41xx supportThomas Bogendoerfer
2022-07-14MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen
2022-07-11MIPS: vdso: Utilize __pa() for gic_pfnFlorian Fainelli
2022-06-24jump_label: mips: move module NOP patching into arch codeArd Biesheuvel
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-05-30Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-24MIPS: Use memblock_add_node() in early_parse_mem() under CONFIG_NUMATiezhu Yang
2022-05-24MIPS: Return -EINVAL if mem parameter is empty in early_parse_mem()Tiezhu Yang