summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)5 days1-22/+0
* mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)5 days1-4/+16
* mips: module: rename MODULE_START to MODULES_VADDRMike Rapoport (IBM)5 days1-2/+2
* MIPS: scall: Save thread_info.syscall unconditionally on entryJiaxun Yang2024-04-096-37/+41
* Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2024-03-158-166/+212
|\
| * mips: cm: Convert __mips_cm_phys_base() to weak functionSerge Semin2024-03-111-4/+1
| * mips: cm: Convert __mips_cm_l2sync_phys_base() to weak functionSerge Semin2024-03-111-4/+1
| * mips: mt: make mt_class constantRicardo B. Marliere2024-03-072-14/+8
| * MIPS: Implement microMIPS MT ASE helpersJiaxun Yang2024-02-231-2/+2
| * MIPS: cps-vec: Use macros for 64bits accessGregory CLEMENT2024-02-201-3/+3
| * MIPS: traps: Give more explanations if ebase doesn't belong to KSEG0Gregory CLEMENT2024-02-201-1/+4
| * MIPS: Allows relocation exception vectors everywhereJiaxun Yang2024-02-202-64/+125
| * MIPS: Fix set_uncached_handler for ebase in XKPHYSJiaxun Yang2024-02-201-1/+1
| * MIPS: pm-cps: Use GPR number macrosJiaxun Yang2024-02-201-70/+64
| * MIPS: traps: Use GPR number macrosJiaxun Yang2024-02-201-3/+3
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-11/+6
|\ \
| * | mips, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-231-11/+6
| |/
* / MIPS: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-201-1/+1
|/
* ptrace: Introduce exception_ip arch hookJiaxun Yang2024-02-121-0/+7
* mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nanXi Ruoyao2024-01-271-0/+6
* MIPS: reserve exception vector space ONLY ONCEHuang Pei2024-01-261-1/+7
* Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2024-01-1710-79/+44
|\
| * MIPS: Fix typosBjorn Helgaas2024-01-088-9/+9
| * MIPS: Remove unused shadow GPR support from vector irq setupThomas Bogendoerfer2023-12-301-61/+27
| * MIPS: Allow vectored interrupt handler to reside everywhere for 64bitThomas Bogendoerfer2023-12-302-10/+7
| * mips: Set dump-stack arch descriptionSerge Semin2023-12-211-0/+2
| * mips: Fix incorrect max_low_pfn adjustmentSerge Semin2023-12-211-2/+2
* | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-0/+1
|\ \
| * | mips: add <asm-generic/io.h> includingJiaxun Yang2023-11-231-0/+1
* | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-093-0/+9
|\ \ \
| * | | LSM: wireup Linux Security Module syscallsCasey Schaufler2023-11-123-0/+9
| |/ /
* | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-0919-10/+20
|\ \ \
| * \ \ merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton2023-12-123-8/+8
| |\ \ \
| * | | | mips: kexec: include linux/reboot.hArnd Bergmann2023-12-101-0/+1
| * | | | mips: smp: fix setup_profiling_timer() prototypeArnd Bergmann2023-12-101-0/+3
| * | | | mips: mt: include asm/mips_mt.hArnd Bergmann2023-12-101-0/+1
| * | | | mips: spram: fix missing prototype warning for spram_configArnd Bergmann2023-12-101-0/+1
| * | | | mips: move cache declarations into headerArnd Bergmann2023-12-102-2/+0
| * | | | mips: fix tlb_init() prototypeArnd Bergmann2023-12-101-2/+0
| * | | | mips: move jump_label_apply_nops() declaration to headerArnd Bergmann2023-12-101-2/+1
| * | | | mips: mark local function static if possibleArnd Bergmann2023-12-101-1/+1
| * | | | mips: signal: move sigcontext declarations to headerArnd Bergmann2023-12-102-3/+3
| * | | | mips: add missing declarations for trap handlersArnd Bergmann2023-12-102-0/+2
| * | | | mips: add asm/syscalls.h headerArnd Bergmann2023-12-107-0/+7
| | |/ / | |/| |
* | | | Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-083-0/+6
|\ \ \ \
| * | | | wire up syscalls for statmount/listmountMiklos Szeredi2023-12-143-0/+6
| |/ / /
* | | | Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-153-8/+8
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He2023-12-123-8/+8
| |/
* | MIPS: kernel: Clear FPU states when setting up kernel threadsThomas Bogendoerfer2023-12-051-12/+13
* | mips/smp: Call rcutree_report_cpu_starting() earlierStefan Wiehler2023-12-051-2/+2
|/