aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Merge tag 'nf-next-25-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski9-9/+0
2025-07-08af_unix: Introduce SO_INQ.Kuniyuki Iwashima1-0/+3
2025-07-04lib/crypto: sha256: Consolidate into single moduleEric Biggers3-73/+0
2025-07-04lib/crypto: sha256: Remove sha256_is_arch_optimized()Eric Biggers1-6/+0
2025-07-04lib/crypto: sha256: Propagate sha256_block_state type to implementationsEric Biggers1-1/+1
2025-07-03netfilter: conntrack: remove DCCP protocol supportPablo Neira Ayuso9-9/+0
2025-07-03mips: boot: use 'targets' instead of extra-y in MakefileMasahiro Yamada1-4/+4
2025-07-03MIPS: Don't crash in stack_top() for tasks without ABI or vDSOThomas Weißschuh1-7/+9
2025-07-03mips: dts: qca: add wmac supportRosen Penev8-0/+42
2025-07-03MIPS: eyeq5_defconfig: add cadence MMC/SDHCI driverBenoît Monin1-0/+2
2025-07-03MIPS: mobileye: dts: eyeq5: add the emmc controllerBenoît Monin1-0/+22
2025-07-03MIPS: eyeq6_defconfig: add cadence MMC/SDHCI driverBenoît Monin1-0/+2
2025-07-03MIPS: mobileye: dts: eyeq6h: add the emmc controllerBenoît Monin1-0/+22
2025-07-03MIPS: lantiq: falcon: sysctrl: fix request memory check logicShiji Yang1-13/+10
2025-07-03MIPS: lantiq: falcon: sysctrl: add missing header prom.hShiji Yang1-0/+1
2025-07-03MIPS: lantiq: falcon: sysctrl: remove unused falcon_trigger_hrst()Shiji Yang1-5/+0
2025-07-03MIPS: lantiq: falcon: fix misc missing-prototypes warningsShiji Yang1-2/+2
2025-07-03MIPS: lantiq: xway: add prototype for ltq_get_cp1_base()Shiji Yang1-0/+3
2025-07-03MIPS: lantiq: xway: gptu: mark gptu_init() as staticShiji Yang1-1/+1
2025-07-03MIPS: lantiq: xway: mark ltq_ar9_sys_hz() as staticShiji Yang1-1/+1
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn3-0/+6
2025-07-02MIPS: lantiq: irq: fix misc missing-prototypes warningsShiji Yang1-1/+3
2025-07-02MIPS: lantiq: xway: mark dcdc_init() as staticShiji Yang1-1/+1
2025-07-02MIPS: pci: lantiq: marks pcibios_init() as staticShiji Yang1-1/+1
2025-07-02MIPS: lantiq: xway: mark dma_init() as staticShiji Yang1-1/+1
2025-07-02MIPS/Loongson: Fix build warnings about export.hHuacai Chen1-1/+0
2025-07-02MIPS: txx9: Constify bin_attribute arguments of txx9_sram_{read,write}()Geert Uytterhoeven1-2/+2
2025-07-02MIPS: pci-rt2880: make pcibios_init() staticMieczyslaw Nalewaj1-1/+1
2025-07-02MIPS: ralink: add missing header includeMieczyslaw Nalewaj1-0/+1
2025-07-02mips: dts: realtek: Add gpio blockChris Packham1-0/+13
2025-07-02mips: dts: realtek: Add watchdogChris Packham1-0/+14
2025-07-02mips: dts: realtek: Add switch interruptsChris Packham1-0/+4
2025-07-02mips: dts: cameo-rtl9302c: Add switch blockChris Packham1-0/+96
2025-07-02MIPS: dts: ralink: gardena_smart_gateway_mt7688: Fix power LEDEzra Buehler1-1/+1
2025-07-02MIPS: dts: ralink: mt7628a: Update watchdog node according to bindingsEzra Buehler1-7/+2
2025-07-02MIPS: dts: ralink: mt7628a: Fix sysc's compatible property for MT7688Ezra Buehler1-1/+1
2025-06-30lib/crc: mips: Migrate optimized CRC code into lib/crc/Eric Biggers3-186/+0
2025-06-30lib/crypto: mips: Move arch/mips/lib/crypto/ into lib/crypto/Eric Biggers9-1867/+4
2025-06-30lib/crypto: mips/sha512: Migrate optimized SHA-512 code to libraryEric Biggers4-178/+0
2025-06-30mips: cavium-octeon: Move octeon-crypto.h into asm directoryEric Biggers6-10/+5
2025-06-24ASoC: img: Standardize ASoC menuKuninori Morimoto1-1/+0
2025-06-11mm: 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-05-31Merge 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-28Merge 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