summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-06-06Merge tag 'mips_6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds5-20/+45
2025-05-27Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2025-05-25MIPS: SMP: Move the AP sync point before the calibration delayGregory CLEMENT1-3/+3
2025-05-21mips/perf: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-20MIPS: SMP: Move the AP sync point before the non-parallel aware functionsGregory CLEMENT1-3/+3
2025-04-27MIPS: CPS: Fix potential NULL pointer dereferences in cps_prepare_cpus()Thorsten Blum1-0/+4
2025-04-27MIPS: rename rollback_handler with skipover_handlerMarco Crivellari2-10/+10
2025-04-27MIPS: Move r4k_wait() to .cpuidle.text sectionMarco Crivellari1-0/+1
2025-04-27MIPS: Fix idle VS timer enqueueMarco Crivellari2-33/+36
2025-04-27MIPS: Replace strcpy() with strscpy() in vpe_elfload()Thorsten Blum1-1/+2
2025-04-27mips: ptrace: Improve code formatting and indentationThorsten Blum1-16/+18
2025-04-27MIPS: SMP: Implement parallel CPU bring up for EyeQGregory CLEMENT2-0/+20
2025-04-27MIPS: txx9: gpio: use new line value setter callbacksBartosz Golaszewski1-3/+5
2025-03-29Merge tag 'mips_6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds6-66/+298
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-29/+18
2025-03-25Merge tag 'seccomp-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+2
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+3
2025-02-27MIPS: cevt-ds1287: Add missing ds1287.h includeWangYuli1-0/+1
2025-02-21MIPS: CPS: Support broken HCI for multiclusterGregory CLEMENT1-1/+4
2025-02-21MIPS: cm: Detect CM quirks from device treeGregory CLEMENT1-0/+14
2025-02-21MIPS: CPS: Boot CPUs in secondary clustersPaul Burton2-21/+188
2025-02-21MIPS: CPS: Introduce struct cluster_boot_configPaul Burton4-33/+76
2025-02-21MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-corePaul Burton1-13/+17
2025-02-21MIPS: vdso: Switch to generic storage implementationThomas Weißschuh1-29/+18
2025-02-13MIPS: Export syscall stack arguments properly for remote useMaciej W. Rozycki2-4/+10
2025-02-12fs: add open_tree_attr()Christian Brauner3-0/+3
2025-02-10seccomp/mips: change syscall_trace_enter() to use secure_computing()Oleg Nesterov1-18/+2
2025-02-02Merge tag 'mips_6.14_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds1-3/+3
2025-01-31Revert "mips: fix shmctl/semctl/msgctl syscall for o32"Thomas Bogendoerfer1-3/+3
2025-01-27Merge tag 'mips_6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds7-36/+33
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-4/+1
2025-01-26mips: vdso: prefer do_mmap() to mmap_region()Lorenzo Stoakes1-4/+6
2025-01-11mips: fix shmctl/semctl/msgctl syscall for o32Ism Hong1-3/+3
2025-01-11MIPS: traps: Use str_enabled_disabled() in parity_protection_init()Thorsten Blum1-8/+9
2025-01-11MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as staticWangYuli1-1/+1
2025-01-11MIPS: Fix the wrong format specifierliujing1-1/+1
2025-01-11MIPS: Add a blank line after __HEADRong Xu1-0/+1
2025-01-11MIPS: kernel: Rename read/write_c0_ecc to read/writec0_errctlThomas Bogendoerfer3-24/+19
2024-12-01Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-0/+2
2024-11-27MIPS: Place __kernel_entry at the beginning of text sectionRong Xu2-0/+2
2024-11-21Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2024-11-20Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2024-11-19Merge tag 'mips_6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2-16/+47
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-0/+12
2024-11-12MIPS: kernel: proc: Use str_yes_no() helper functionThorsten Blum1-9/+8
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche3-0/+12
2024-11-01Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2024-10-31MIPS: Allow using more than 32-bit addresses for reset vectors when possibleGregory CLEMENT1-7/+39