summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2019-01-26MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSurMaciej W. Rozycki3-0/+18
2019-01-23Disable MSI also when pcie-octeon.pcie_disable onYunQiang Su1-1/+3
2019-01-23mips: fix n32 compat_ipc_parse_versionArnd Bergmann1-0/+1
2019-01-13MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton2-20/+22
2019-01-09MIPS: OCTEON: mark RGMII interface disabled on OCTEON IIIAaro Koskinen1-1/+2
2019-01-09MIPS: Align kernel load address to 64KBHuacai Chen1-3/+4
2019-01-09MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen1-0/+5
2018-12-08mips: fix mips_get_syscall_arg o32 checkDmitry V. Levin1-1/+1
2018-12-08MIPS: ralink: Fix mt7620 nd_sd pinmuxMathias Kresin1-1/+1
2018-11-21MIPS: Loongson-3: Fix BRIDGE irq delivery problemHuacai Chen2-11/+4
2018-11-21MIPS: Loongson-3: Fix CPU UART irq delivery problemHuacai Chen1-40/+3
2018-11-21MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRSHuacai Chen1-0/+4
2018-11-21MIPS: kexec: Mark CPU offline before disabling local IRQDengcheng Zhu2-0/+6
2018-11-13MIPS: OCTEON: fix out of bounds array access on CN68XXAaro Koskinen1-1/+1
2018-11-10MIPS: Handle non word sized instructions when examining frameMatt Redfearn1-3/+6
2018-11-10MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn2-2/+2
2018-09-26MIPS: VDSO: Match data page cache colouring when D$ aliasesPaul Burton1-0/+20
2018-09-26MIPS: loongson64: cs5536: Fix PCI_OHCI_INT_REG readsPaul Burton1-1/+1
2018-09-26MIPS: jz4740: Bump zload addressPaul Cercueil1-1/+1
2018-09-26MIPS: ath79: fix system restartFelix Fietkau2-0/+2
2018-09-19MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ONPaul Burton1-2/+4
2018-09-19MIPS: generic: fix missing of_node_put()Nicholas Mc Guire1-0/+1
2018-09-19MIPS: Octeon: add missing of_node_put()Nicholas Mc Guire1-0/+2
2018-09-19MIPS: Fix ISA virt/bus conversion for non-zero PHYS_OFFSETPaul Burton1-4/+4
2018-09-19kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum1-1/+0
2018-09-05MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7Paul Burton1-3/+3
2018-09-05MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki3-3/+3
2018-09-05Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"Rafał Miłecki2-9/+0
2018-07-28MIPS: Fix off-by-one in pci_resource_to_user()Paul Burton1-1/+1
2018-07-28MIPS: ath79: fix register address in ath79_ddr_wb_flush()Felix Fietkau1-1/+1
2018-07-22MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton1-15/+30
2018-07-17MIPS: Fix ioremap() RAM checkPaul Burton1-12/+25
2018-07-17MIPS: Call dump_stack() from show_regs()Paul Burton2-2/+3
2018-07-03MIPS: io: Add barrier after register read in inX()Huacai Chen1-0/+2
2018-07-03MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratumTokunori Ikegami2-0/+9
2018-07-03mips: ftrace: fix static function graph tracingMatthias Schiffer1-15/+12
2018-06-06MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki1-0/+4
2018-06-06MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki2-2/+2
2018-05-30MIPS: Octeon: Fix logging messages with spurious periods after newlinesJoe Perches1-5/+5
2018-05-30MIPS: ath79: Fix AR724X_PLL_REG_PCIE_CONFIG offsetMathias Kresin1-1/+1
2018-05-30MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASSMatt Redfearn1-2/+2
2018-05-30MIPS: generic: Fix machine compatible matchingJames Hogan1-1/+1
2018-05-30KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"Colin Ian King1-1/+1
2018-05-30MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki2-4/+4
2018-05-30MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki1-2/+16
2018-05-30MIPS: c-r4k: Fix data corruption related to cache coherenceNeilBrown1-3/+6
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-21/+4
2018-04-29MIPS: Generic: Fix big endian CPUs on generic machineMatt Redfearn1-0/+1
2018-04-24MIPS: memset.S: Fix clobber of v1 in last_fixupMatt Redfearn1-1/+1
2018-04-24MIPS: memset.S: Fix return of __clear_user from Lpartial_fixupMatt Redfearn1-1/+1