summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2018-01-23MIPS: AR7: ensure the port type's FCR value is usedJonas Gorski
2018-01-17MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki
2018-01-17MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki
2018-01-17MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki
2018-01-17MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki
2018-01-17MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki
2018-01-17MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki
2018-01-17MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki
2017-12-25MIPS: math-emu: Fix final emulation phase for certain instructionsAleksandar Markovic
2017-11-30MIPS: BCM47XX: Fix LED inversion for WRT54GSv1Mirko Parthey
2017-11-30MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki
2017-11-30MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entryMasahiro Yamada
2017-11-30MIPS: Fix odd fp register warnings with MIPS64r2James Hogan
2017-11-30MIPS: pci: Remove KERN_WARN instance inside the mt7620 driverJohn Crispin
2017-11-30MIPS: ralink: Fix typo in mt7628 pinmux functionMathias Kresin
2017-11-30MIPS: ralink: Fix MT7628 pinmuxMathias Kresin
2017-11-21MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR buildsPaul Burton
2017-11-21MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systemsPaul Burton
2017-11-21MIPS: init: Ensure reserved memory regions are not added to bootmemMarcin Nowakowski
2017-11-21MIPS: init: Ensure bootmem does not corrupt reserved memoryMarcin Nowakowski
2017-11-21MIPS: End asm function prologue macros with .insnPaul Burton
2017-11-15MIPS: AR7: Ensure that serial ports are properly set upOswald Buddenhagen
2017-11-15MIPS: AR7: Defer registration of GPIOJonas Gorski
2017-11-15MIPS: BMIPS: Fix missing cbr addressJaedon Shin
2017-11-15MIPS: SMP: Fix deadlock & online raceMatt Redfearn
2017-11-15MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic
2017-11-15MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn
2017-11-15MIPS: Fix CM region target definitionsPaul Burton
2017-11-15MIPS: microMIPS: Fix incorrect mask in insn_table_MMGustavo A. R. Silva
2017-10-21MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn
2017-10-18MIPS: math-emu: Remove pr_err() calls from fpu_emu()Paul Burton
2017-10-08MIPS: smp-cps: Fix retrieval of VPE mask on big endian CPUsMatt Redfearn
2017-10-08MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn
2017-10-08mips: ath79: clock:- Unmap region obtained by of_iomapArvind Yadav
2017-10-08MIPS: Lantiq: Fix another request_mem_region() return code checkArnd Bergmann
2017-10-08MIPS: ralink: Fix incorrect assignment on ralink_socColin Ian King
2017-10-08MIPS: ralink: Fix a typo in the pinmux setup.John Crispin
2017-10-08MIPS: Ensure bss section ends on a long-aligned addressPaul Burton
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)Douglas Leung
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)Douglas Leung
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumerationAleksandar Markovic
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputsAleksandar Markovic
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputsAleksandar Markovic
2017-09-27MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagationAleksandar Markovic
2017-09-27MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separatelyAleksandar Markovic
2017-09-27MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsAleksandar Markovic
2017-09-27MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputsAleksandar Markovic
2017-09-27MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signsAleksandar Markovic
2017-09-27MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negativeAleksandar Markovic
2017-09-27MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zeroAleksandar Markovic