summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-171-1/+1
|\
| * smp: Mark smp_prepare_boot_cpu() __initBibo Mao2024-09-081-1/+1
* | Merge tag 'mips_6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2024-09-161-77/+0
|\ \ | |/ |/|
| * MIPS: MT: Remove unused function mips_mt_regdump()Gaosheng Cui2024-08-291-77/+0
* | Revert "MIPS: csrc-r4k: Apply verification clocksource flags"Guenter Roeck2024-08-261-3/+1
|/
* MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installedJiaxun Yang2024-08-201-8/+7
* MIPS: Loongson64: Set timer mode in cpu-probeJiaxun Yang2024-08-081-0/+4
* Merge tag 'mips_6.11_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2024-07-251-1/+4
|\
| * MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and laterGregory CLEMENT2024-07-231-1/+4
* | Merge tag 'mips_6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2024-07-207-89/+290
|\|
| * MIPS: Implement ieee754 NAN2008 emulation modeJiaxun Yang2024-07-122-1/+12
| * MIPS: CPS: Add a couple of multi-cluster utility functionsPaul Burton2024-07-091-0/+37
| * MIPS: sync-r4k: Rework based on x86 tsc_syncJiaxun Yang2024-07-032-81/+202
| * MIPS: csrc-r4k: Don't register as sched_clock if unfitJiaxun Yang2024-07-031-3/+14
| * MIPS: csrc-r4k: Apply verification clocksource flagsJiaxun Yang2024-07-031-1/+3
| * MIPS: csrc-r4k: Refine rating computationJiaxun Yang2024-07-031-1/+2
| * mips: bmips: enable RAC on BMIPS4350Daniel González Cabanelas2024-06-271-0/+18
| * mips: bmips: rework and cache CBR addr handlingChristian Marangi2024-06-271-2/+2
* | syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann2024-06-252-2/+2
|/
* mips: fix compat_sys_lseek syscallArnd Bergmann2024-06-211-1/+1
* mseal: wire up mseal syscallJeff Xu2024-05-243-0/+3
* Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-1/+1
|\
| * kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-091-1/+1
* | arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)2024-05-141-22/+0
* | mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)2024-05-141-4/+16
* | mips: module: rename MODULE_START to MODULES_VADDRMike Rapoport (IBM)2024-05-141-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-151-11/+6
|\ \
| * | mips, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-241-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