aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2023-01-03of/fdt: run soc memory setup when early_init_dt_scan_memory failsGravatar Andreas Rammhold 1-1/+1
2022-12-23Merge tag 'mips_6.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Gravatar Linus Torvalds 2-1/+5
2022-12-21MIPS: dts: bcm63268: Add missing properties to the TWD nodeGravatar Florian Fainelli 1-0/+2
2022-12-21MIPS: ralink: mt7621: avoid to init common ralink reset controllerGravatar Sergio Paracuellos 1-1/+3
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2022-12-16Merge tag 'staging-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2022-12-15mm: Rename GUP_GET_PTE_LOW_HIGHGravatar Peter Zijlstra 1-1/+1
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-27/+25
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+0
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+5
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-10/+3
2022-12-12Merge tag 'mips_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 19-54/+101
2022-12-11MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Gravatar Feiyang Chen 6-25/+25
2022-12-09MIPS: OCTEON: warn only once if deprecated link status is being usedGravatar Ladislav Michl 2-2/+2
2022-12-09MIPS: BCM63xx: Add check for NULL for clk in clk_enableGravatar Anastasia Belova 1-0/+2
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2022-12-08MIPS: OCTEON: cvmx-bootmem: use strscpy() to instead of strncpy()Gravatar Xu Panda 1-2/+1
2022-12-08MIPS: mscc: jaguar2: Fix pca9545 i2c-mux node namesGravatar Geert Uytterhoeven 1-2/+2
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2022-12-02mips/pci: use devm_platform_ioremap_resource()Gravatar zhang songyi 1-3/+1
2022-12-01mips: ralink: mt7621: do not use kzalloc too earlyGravatar John Thomson 1-5/+9
2022-12-01mips: ralink: mt7621: soc queries and tests as functionsGravatar John Thomson 1-25/+61
2022-12-01mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomemGravatar John Thomson 2-5/+6
2022-12-01MIPS: Restore symbol versions for copy_page_cpu and clear_page_cpuGravatar Genjian Zhang 1-0/+3
2022-12-01mips: dts: remove label = "cpu" from DSA dt-bindingGravatar Arınç ÜNAL 2-2/+0
2022-12-01mips: ralink: mt7621: change DSA port labels to generic namingGravatar Arınç ÜNAL 1-5/+5
2022-12-01mips: ralink: mt7621: fix phy-mode of external phy on GB-PC2Gravatar Arınç ÜNAL 1-1/+1
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableGravatar Andrew Morton 1-0/+1
2022-11-30mm: add dummy pmd_young() for architectures not having itGravatar Juergen Gross 1-0/+1
2022-11-22MIPS: vpe-cmp: fix possible memory leak while module exitingGravatar Yang Yingliang 1-2/+2
2022-11-22MIPS: vpe-mt: fix possible memory leak while module exitingGravatar Yang Yingliang 1-2/+2
2022-11-21mips: dts: brcm: bcm7435: add "interrupt-names" for NAND controllerGravatar Rafał Miłecki 1-0/+1
2022-11-21mips: dts: bcm63268: add TWD block timerGravatar Rafał Miłecki 1-0/+5
2022-11-21MIPS: Use "grep -E" instead of "egrep"Gravatar Tiezhu Yang 2-2/+2
2022-11-21MIPS: DTS: CI20: fix reset line polarity of the ethernet controllerGravatar Dmitry Torokhov 1-1/+1
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 8-21/+26
2022-11-18stackprotector: actually use get_random_canary()Gravatar Jason A. Donenfeld 1-8/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 2-2/+2
2022-11-15mips: ptrace: user_regset_copyin_ignore() always returns 0Gravatar Sergey Shtylyov 1-4/+5
2022-11-11MIPS: pic32: treat port as signed integerGravatar Jason A. Donenfeld 3-9/+8
2022-11-11MIPS: jump_label: Fix compat branch range checkGravatar Jiaxun Yang 1-1/+1
2022-11-11mips: alchemy: gpio: Include the right headerGravatar Linus Walleij 1-1/+1
2022-11-11MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failedGravatar Liao Chang 1-0/+10
2022-11-11MIPS: fix duplicate definitions for exported symbolsGravatar Rongwei Zhang 1-10/+5
2022-11-11mips: boot/compressed: use __NO_FORTIFYGravatar John Thomson 1-0/+1
2022-11-08mm: remove kern_addr_valid() completelyGravatar Kefeng Wang 1-2/+0
2022-11-02staging: octeon: cvmx_ptr_to_phys() should return physaddr_tGravatar Geert Uytterhoeven 1-2/+2
2022-10-27eth: fealnx: delete the driver for Myson MTD-800Gravatar Jakub Kicinski 1-1/+0
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+2
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 10-12/+9