summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorLines
2025-02-13MIPS: Export syscall stack arguments properly for remote useMaciej W. Rozycki-4/+10
2025-02-01Merge tag 'mips_6.14_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds-3/+3
2025-01-31Revert "mips: fix shmctl/semctl/msgctl syscall for o32"Thomas Bogendoerfer-3/+3
2025-01-27Merge tag 'mips_6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-36/+33
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang-4/+1
2025-01-25mips: vdso: prefer do_mmap() to mmap_region()Lorenzo Stoakes-4/+6
2025-01-11mips: fix shmctl/semctl/msgctl syscall for o32Ism Hong-3/+3
2025-01-11MIPS: traps: Use str_enabled_disabled() in parity_protection_init()Thorsten Blum-8/+9
2025-01-11MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as staticWangYuli-1/+1
2025-01-11MIPS: Fix the wrong format specifierliujing-1/+1
2025-01-11MIPS: Add a blank line after __HEADRong Xu-0/+1
2025-01-11MIPS: kernel: Rename read/write_c0_ecc to read/writec0_errctlThomas Bogendoerfer-24/+19
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+2
2024-11-27MIPS: Place __kernel_entry at the beginning of text sectionRong Xu-0/+2
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+0
2024-11-18Merge tag 'mips_6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-16/+47
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-0/+12
2024-11-12MIPS: kernel: proc: Use str_yes_no() helper functionThorsten Blum-9/+8
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche-0/+12
2024-11-01Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2024-10-30MIPS: Allow using more than 32-bit addresses for reset vectors when possibleGregory CLEMENT-7/+39
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif-2/+2
2024-10-23MIPS: export __cmpxchg_small()David Sterba-0/+1
2024-10-15MIPS: vdso: Remove timekeeper includesThomas Weißschuh-1/+0
2024-09-17Merge tag 'smp-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2024-09-16Merge tag 'mips_6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-77/+0
2024-09-08smp: Mark smp_prepare_boot_cpu() __initBibo Mao-1/+1
2024-08-29MIPS: MT: Remove unused function mips_mt_regdump()Gaosheng Cui-77/+0
2024-08-25Revert "MIPS: csrc-r4k: Apply verification clocksource flags"Guenter Roeck-3/+1
2024-08-20MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installedJiaxun Yang-8/+7
2024-08-08MIPS: Loongson64: Set timer mode in cpu-probeJiaxun Yang-0/+4
2024-07-25Merge tag 'mips_6.11_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds-1/+4
2024-07-23MIPS: SMP-CPS: Fix address for GCR_ACCESS register for CM3 and laterGregory CLEMENT-1/+4
2024-07-20Merge tag 'mips_6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-89/+290
2024-07-12MIPS: Implement ieee754 NAN2008 emulation modeJiaxun Yang-1/+12
2024-07-09MIPS: CPS: Add a couple of multi-cluster utility functionsPaul Burton-0/+37
2024-07-03MIPS: sync-r4k: Rework based on x86 tsc_syncJiaxun Yang-81/+202
2024-07-03MIPS: csrc-r4k: Don't register as sched_clock if unfitJiaxun Yang-3/+14
2024-07-03MIPS: csrc-r4k: Apply verification clocksource flagsJiaxun Yang-1/+3
2024-07-03MIPS: csrc-r4k: Refine rating computationJiaxun Yang-1/+2
2024-06-27mips: bmips: enable RAC on BMIPS4350Daniel González Cabanelas-0/+18
2024-06-27mips: bmips: rework and cache CBR addr handlingChristian Marangi-2/+2
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann-2/+2
2024-06-21mips: fix compat_sys_lseek syscallArnd Bergmann-1/+1
2024-05-23mseal: wire up mseal syscallJeff Xu-0/+3
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)-22/+0
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)-4/+16
2024-05-14mips: module: rename MODULE_START to MODULES_VADDRMike Rapoport (IBM)-2/+2