summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-11-02arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+2
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-04-25MIPS: cevt-ds1287: Add missing ds1287.h includeWangYuli1-0/+1
2025-02-17MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as staticWangYuli1-1/+1
2024-12-09of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2-2/+2
2024-09-12MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installedJiaxun Yang1-8/+7
2024-08-29MIPS: Loongson64: Set timer mode in cpu-probeJiaxun Yang1-0/+4
2024-08-03MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and laterGregory CLEMENT1-1/+4
2024-07-25mips: fix compat_sys_lseek syscallArnd Bergmann1-1/+1
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann2-2/+2
2024-06-27vgacon: rework screen_info #ifdef checksArnd Bergmann1-1/+1
2024-05-17MIPS: scall: Save thread_info.syscall unconditionally on entryJiaxun Yang6-37/+41
2024-03-01MIPS: reserve exception vector space ONLY ONCEHuang Pei1-1/+7
2024-02-23ptrace: Introduce exception_ip arch hookJiaxun Yang1-0/+7
2024-01-31mips: 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
2024-01-25mips/smp: Call rcutree_report_cpu_starting() earlierStefan Wiehler1-2/+2
2023-12-13MIPS: kernel: Clear FPU states when setting up kernel threadsThomas Bogendoerfer1-12/+13
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds5-5/+3
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson1-2/+2
2023-08-15mips: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada3-3/+3
2023-08-15mips: remove unneeded #include <asm/export.h>Masahiro Yamada2-2/+0
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt3-0/+3
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby1-1/+1
2023-07-09Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds1-6/+3
2023-07-03MIPS: Loongson: Fix cpu_probe_loongson() againHuacai Chen1-6/+3
2023-06-29Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds5-14/+77
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-0/+3
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds3-9/+14
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+13
2023-06-20MIPS: Mark core_vpe_count() as __initNathan Chancellor1-1/+1
2023-06-16mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-0/+13
2023-06-09cachestat: wire up cachestat for other architecturesNhat Pham3-0/+3
2023-06-09MIPS: Rework smt cmdline parametersJiaxun Yang3-13/+21
2023-06-09mips: asm-offsets: add missing prototypesArnd Bergmann1-0/+14
2023-06-09MIPS: uaccess: emulate Ingenic LXW/LXH/LXHU uaccessSiarhei Volkau1-0/+41
2023-05-23mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau1-4/+5
2023-05-23MIPS: Restore Au1300 supportManuel Lauss1-0/+5
2023-05-15MIPS: SMP_CPS: Switch to hotplug core state synchronizationThomas Gleixner3-9/+14
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+6
2023-04-27Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds13-480/+26
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+5
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+1
2023-04-24MIPS: uprobes: Restore thread.trap_nrTiezhu Yang1-0/+1
2023-04-22MIPS: Sink body of check_bugs_early() into its only call siteNathan Chancellor1-1/+2
2023-04-21MIPS: Define RUNTIME_DISCARD_EXIT in LD scriptJiaxun Yang1-0/+2