aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Crivellari3-11/+11
2025-04-27MIPS: Move r4k_wait() to .cpuidle.text sectionMarco Crivellari1-0/+1
2025-04-27MIPS: Fix idle VS timer enqueueMarco Crivellari3-35/+37
2025-04-27MIPS: Replace strcpy() with strscpy() in vpe_elfload()Thorsten Blum1-1/+2
2025-04-27MIPS: BCM63XX: Replace strcpy() with strscpy() in board_prom_init()Thorsten Blum1-1/+1
2025-04-27mips: ptrace: Improve code formatting and indentationThorsten Blum1-16/+18
2025-04-27MIPS: SMP: Implement parallel CPU bring up for EyeQGregory CLEMENT4-0/+25
2025-04-27mips: Add -std= flag specified in KBUILD_CFLAGS to vdso CFLAGSKhem Raj1-0/+1
2025-04-27MIPS: Loongson64: Add missing '#interrupt-cells' for loongson64c_ls7aWangYuli1-0/+1
2025-04-27mips: dts: realtek: Add MDIO controllerChris Packham1-0/+33
2025-04-27MIPS: txx9: gpio: use new line value setter callbacksBartosz Golaszewski2-6/+10
2025-04-27MIPS: alchemy: gpio: use new line value setter callbacksBartosz Golaszewski1-2/+4
2025-04-27MIPS: bcm63xx: gpio: use new line value setter callbacksBartosz Golaszewski1-3/+4
2025-04-27MIPS: rb532: gpio: use new line value setter callbacksBartosz Golaszewski1-3/+5
2025-04-23crypto: mips/octeon-sha512 - Use API partial block handlingHerbert Xu1-114/+43
2025-04-23crypto: mips/octeon-sha256 - Use API partial block handlingHerbert Xu1-125/+38
2025-04-23crypto: mips/octeon-sha1 - Use API partial block handlingHerbert Xu1-107/+31
2025-04-23crypto: mips/octeon-md5 - Use API partial block handlingHerbert Xu1-57/+64
2025-04-16crypto: mips/poly1305 - remove redundant shash algorithmEric Biggers2-123/+2
2025-04-16crypto: mips/poly1305 - drop redundant dependency on CONFIG_MIPSEric Biggers1-1/+0
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers1-2/+8
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima3-3/+0
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds13-13/+0
2025-04-07crypto: mips/chacha - remove the skcipher algorithmsEric Biggers2-134/+3
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers1-1/+7
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-04-06Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-6/+6
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-5/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-04lib/crc: remove unnecessary prompt for CONFIG_CRC_ITU_TEric Biggers3-3/+0
2025-04-04lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIFEric Biggers5-5/+0
2025-04-04lib/crc: remove unnecessary prompt for CONFIG_CRC16Eric Biggers4-4/+0
2025-04-04lib/crc: remove unnecessary prompt for CONFIG_CRC_CCITTEric Biggers1-1/+0
2025-04-04irqdomain: Rename irq_get_default_host() to irq_get_default_domain()Jiri Slaby (SUSE)1-1/+1
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)3-5/+5
2025-04-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng1-5/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-68/+17
2025-03-29Merge tag 'mfd-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-3/+0
2025-03-29Merge tag 'mips_6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds47-231/+636
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-10/+7
2025-03-27Merge tag 'asm-generic-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-19/+29
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds12-23/+3
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2025-03-25MIPS: config: omega2+, vocore2: enable CLK_MTMIPSJoris Vaisvila2-0/+2
2025-03-25arch: mips: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEXJohan Korsnes14-14/+0
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-58/+39
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2025-03-24Merge 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.sysv' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-4/+0