summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-2/+2
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 Torvalds28-33/+388
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-29/+44
2025-05-30MIPS: loongson2ef: lemote-2f: add missing function prototypesRandy Dunlap1-0/+9
2025-05-30MIPS: loongson2ef: cs5536: add missing function prototypesRandy Dunlap1-0/+20
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-4/+3
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-23/+25
2025-05-27Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds26-890/+292
2025-05-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-2/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2025-05-26Merge tag 'vfs-6.16-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+0
2025-05-25MIPS: SMP: Move the AP sync point before the calibration delayGregory CLEMENT1-3/+3
2025-05-25mips: econet: Fix incorrect Kconfig dependenciesCaleb James DeLisle1-1/+2
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima1-0/+2
2025-05-23mips, net: ensure that SOCK_COREDUMP is definedChristian Brauner1-9/+0
2025-05-21mips/perf: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-21net: phy: fixed_phy: remove irq argument from fixed_phy_addHeiner Kallweit1-1/+1
2025-05-20mips: dts: Add EcoNet DTS with EN751221 and SmartFiber XP8421-B boardCaleb James DeLisle5-0/+100
2025-05-20mips: Add EcoNet MIPS platform supportCaleb James DeLisle7-0/+153
2025-05-20mips: dts: pic32: pic32mzda: Rename the sdhci nodename to match with common m...Charan Pedumuru1-1/+1
2025-05-20MIPS: SMP: Move the AP sync point before the non-parallel aware functionsGregory CLEMENT1-3/+3
2025-05-16MIPS: Switch to irq_domain_create_*()Jiri Slaby (SUSE)7-23/+25
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-46/+54
2025-05-12crypto: Kconfig - make CRYPTO_MANAGER a hidden symbolEric Biggers4-4/+0
2025-05-12crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARKEric Biggers4-4/+4
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-1/+1
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-2/+4
2025-05-12mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-1/+1
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+15
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+28
2025-05-12arch: remove mk_pmd()Matthew Wilcox (Oracle)3-22/+0
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-6/+0
2025-05-11Merge tag 'mips-fixes_6.15_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-46/+54
2025-05-10lib/crc: make arch-optimized code use subsys_initcallEric Biggers1-1/+1
2025-05-05block: remove bounce buffering supportChristoph Hellwig1-1/+0
2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu1-2/+2
2025-05-05crypto: mips/sha256 - implement library instead of shashEric Biggers4-119/+33
2025-05-05crypto: lib/poly1305 - Use block-only interfaceHerbert Xu1-60/+0
2025-05-05crypto: mips/poly1305 - Add block-only interfaceHerbert Xu2-15/+26
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu13-13/+0
2025-04-30MIPS: Fix MAX_REG_OFFSETThorsten Blum1-1/+2
2025-04-28lib/crc: make the CPU feature static keys __ro_after_initEric Biggers1-1/+1
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: mips - move library functions to arch/mips/lib/crypto/Eric Biggers10-28/+35
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