summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-22/+0
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)1-4/+16
2024-05-14mips: module: rename MODULE_START to MODULES_VADDRMike Rapoport (IBM)1-2/+2
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-04-09MIPS: scall: Save thread_info.syscall unconditionally on entryJiaxun Yang6-37/+41
2024-03-15Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds8-166/+212
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+6
2024-03-11mips: cm: Convert __mips_cm_phys_base() to weak functionSerge Semin1-4/+1
2024-03-11mips: cm: Convert __mips_cm_l2sync_phys_base() to weak functionSerge Semin1-4/+1
2024-03-07mips: mt: make mt_class constantRicardo B. Marliere2-14/+8
2024-02-24mips, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-11/+6
2024-02-23MIPS: Implement microMIPS MT ASE helpersJiaxun Yang1-2/+2
2024-02-20MIPS: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-1/+1
2024-02-20MIPS: cps-vec: Use macros for 64bits accessGregory CLEMENT1-3/+3
2024-02-20MIPS: traps: Give more explanations if ebase doesn't belong to KSEG0Gregory CLEMENT1-1/+4
2024-02-20MIPS: Allows relocation exception vectors everywhereJiaxun Yang2-64/+125
2024-02-20MIPS: Fix set_uncached_handler for ebase in XKPHYSJiaxun Yang1-1/+1
2024-02-20MIPS: pm-cps: Use GPR number macrosJiaxun Yang1-70/+64
2024-02-20MIPS: traps: Use GPR number macrosJiaxun Yang1-3/+3
2024-02-13ptrace: Introduce exception_ip arch hookJiaxun Yang1-0/+7
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