summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2023-03-02Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds8-31/+31
2023-03-01MIPS: Workaround clang inline compat branch issueJiaxun Yang2-1/+5
2023-03-01mips: dts: ralink: mt7621: add phandle to system controller node for watchdogSergio Paracuellos1-0/+1
2023-03-01mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'Sergio Paracuellos1-1/+1
2023-02-28mips: ralink: make SOC_MT7621 select PINCTRLArınç ÜNAL1-1/+1
2023-02-28mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINKArınç ÜNAL1-1/+0
2023-02-28MIPS: cevt-r4k: Offset the value used to clear compare interruptJiaxun Yang1-2/+2
2023-02-28MIPS: smp-cps: Don't rely on CP0_CMGCRBASEJiaxun Yang3-20/+21
2023-02-27MIPS: Remove DMA_PERDEV_COHERENTJiaxun Yang1-5/+0
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds12-79/+44
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-47/+14
2023-02-25Merge tag 'mips_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds35-144/+136
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-44/+130
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds4-36/+0
2023-02-20MIPS: vpe-mt: drop physical_memsizeRandy Dunlap3-11/+3
2023-02-19mips: fix syscall_get_nrElvira Khabirova1-1/+1
2023-02-19MIPS: SMP-CPS: fix build error when HOTPLUG_CPU not setRandy Dunlap1-3/+5
2023-02-19MIPS: DTS: jz4780: add #clock-cells to rtc_devH. Nikolaus Schaller1-0/+2
2023-02-17MIPS: dts: Boston: Fix dtc 'pci_device_reg' warningGenjian Zhang1-1/+1
2023-02-17mips: dts: ralink: mt7621: add port@5 as CPU portArınç ÜNAL3-13/+31
2023-02-17mips: dts: align LED node names with dtschemaArınç ÜNAL11-47/+47
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman1-1/+1
2023-02-13MIPS: loongson32: Drop obsolete cpufreq platform deviceKeguang Zhang4-36/+0
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-13/+0
2023-02-10mips: drop definition of pfn_valid() for DISCONTIGMEMMike Rapoport (IBM)1-15/+0
2023-02-09MIPS: ralink: Use devm_platform_get_and_ioremap_resource()Ye Xingchen1-2/+1
2023-02-09MIPS: pci-mt7620: Use devm_platform_get_and_ioremap_resource()Ye Xingchen1-6/+2
2023-02-09MIPS: pci: lantiq: Use devm_platform_get_and_ioremap_resource()Ye Xingchen1-6/+2
2023-02-09MIPS: lantiq: xway: Use devm_platform_get_and_ioremap_resource()Ye Xingchen3-11/+3
2023-02-09MIPS: BCM47XX: Add support for Linksys E2500 V3Rafał Miłecki3-0/+11
2023-02-05mips: ralink: make SOC_MT7621 select PINCTRL_MT7621 and fix help sectionArınç ÜNAL1-2/+3
2023-02-05MIPS: DTS: CI20: fix otg power gpioH. Nikolaus Schaller1-1/+1
2023-02-05MIPS: dts: lantiq: Remove bogus interrupt-parent; lineJonathan Neuschäfer1-1/+0
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada2-2/+2
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-16/+131
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-1/+1
2023-01-27MIPS: Fix a compilation issuexurui1-1/+1
2023-01-27MIPS: remove CONFIG_MIPS_LD_CAN_LINK_VDSOMasahiro Yamada2-16/+1
2023-01-27mips: Realtek RTL: select NO_EXCEPT_FILLSander Vanheule1-0/+1
2023-01-27MIPS: OCTEON: octeon-usb: Consolidate error messagesLadislav Michl1-22/+20
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-26MIPS: Prefer cc-option for additions to cflagsNathan Chancellor2-2/+2
2023-01-26MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOATNathan Chancellor9-75/+40
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini1-1/+1
2023-01-13cpuidle,arch: Mark all regular cpuidle_state:: Enter methods __cpuidlePeter Zijlstra1-3/+3
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-5/+3
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2023-01-04of/fdt: run soc memory setup when early_init_dt_scan_memory failsAndreas Rammhold1-1/+1