summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-01-27mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nanXi Ruoyao1-0/+6
2024-01-26MIPS: reserve exception vector space ONLY ONCEHuang Pei1-1/+7
2024-01-17Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds10-79/+44
2024-01-11Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-0/+9
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds19-10/+20
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-0/+6
2024-01-08MIPS: Fix typosBjorn Helgaas8-9/+9
2023-12-30MIPS: Remove unused shadow GPR support from vector irq setupThomas Bogendoerfer1-61/+27
2023-12-30MIPS: Allow vectored interrupt handler to reside everywhere for 64bitThomas Bogendoerfer2-10/+7
2023-12-21mips: Set dump-stack arch descriptionSerge Semin1-0/+2
2023-12-21mips: Fix incorrect max_low_pfn adjustmentSerge Semin1-2/+2
2023-12-15Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds3-8/+8
2023-12-14wire up syscalls for statmount/listmountMiklos Szeredi3-0/+6
2023-12-13merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton3-8/+8
2023-12-13mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He3-8/+8
2023-12-11mips: kexec: include linux/reboot.hArnd Bergmann1-0/+1
2023-12-11mips: smp: fix setup_profiling_timer() prototypeArnd Bergmann1-0/+3
2023-12-11mips: mt: include asm/mips_mt.hArnd Bergmann1-0/+1
2023-12-11mips: spram: fix missing prototype warning for spram_configArnd Bergmann1-0/+1
2023-12-11mips: move cache declarations into headerArnd Bergmann2-2/+0
2023-12-11mips: fix tlb_init() prototypeArnd Bergmann1-2/+0
2023-12-11mips: move jump_label_apply_nops() declaration to headerArnd Bergmann1-2/+1
2023-12-11mips: mark local function static if possibleArnd Bergmann1-1/+1
2023-12-11mips: signal: move sigcontext declarations to headerArnd Bergmann2-3/+3
2023-12-11mips: add missing declarations for trap handlersArnd Bergmann2-0/+2
2023-12-11mips: add asm/syscalls.h headerArnd Bergmann7-0/+7
2023-12-05MIPS: kernel: Clear FPU states when setting up kernel threadsThomas Bogendoerfer1-12/+13
2023-12-05mips/smp: Call rcutree_report_cpu_starting() earlierStefan Wiehler1-2/+2
2023-11-23mips: add <asm-generic/io.h> includingJiaxun Yang1-0/+1
2023-11-13LSM: wireup Linux Security Module syscallsCasey Schaufler3-0/+9
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+0
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-11/+0
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+2
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+6
2023-10-17vgacon: clean up global screen_info instancesArnd Bergmann1-11/+0
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann1-1/+1
2023-10-17vgacon: rework screen_info #ifdef checksArnd Bergmann1-1/+1
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesSohil Mehta3-0/+3
2023-10-06MIPS: Remove dead code in relocate_new_kernelTiezhu Yang1-1/+0
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+2
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta3-3/+3
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org3-0/+3
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org3-0/+3
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org3-0/+3
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-30Merge 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