summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2018-01-17MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki1-0/+3
2018-01-17MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki1-0/+1
2018-01-17MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki1-11/+36
2018-01-17MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki1-1/+1
2018-01-17MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki1-1/+11
2018-01-17MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki1-25/+83
2018-01-17MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki1-0/+12
2017-12-25MIPS: math-emu: Fix final emulation phase for certain instructionsAleksandar Markovic1-14/+14
2017-11-30MIPS: BCM47XX: Fix LED inversion for WRT54GSv1Mirko Parthey1-1/+1
2017-11-30MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki1-0/+17
2017-11-30MIPS: ralink: Fix typo in mt7628 pinmux functionMathias Kresin1-1/+1
2017-11-30MIPS: ralink: Fix MT7628 pinmuxMathias Kresin1-2/+2
2017-11-21MIPS: Netlogic: Exclude netlogic,xlp-pic code from XLR buildsPaul Burton1-2/+2
2017-11-21MIPS: init: Ensure reserved memory regions are not added to bootmemMarcin Nowakowski1-0/+4
2017-11-21MIPS: init: Ensure bootmem does not corrupt reserved memoryMarcin Nowakowski1-3/+71
2017-11-21MIPS: End asm function prologue macros with .insnPaul Burton1-4/+6
2017-11-15MIPS: AR7: Ensure that serial ports are properly set upOswald Buddenhagen1-0/+1
2017-11-15MIPS: AR7: Defer registration of GPIOJonas Gorski2-2/+4
2017-11-15MIPS: SMP: Fix deadlock & online raceMatt Redfearn1-6/+16
2017-11-15MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic1-3/+3
2017-11-15MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn2-9/+10
2017-11-15MIPS: Fix CM region target definitionsPaul Burton1-2/+2
2017-11-15MIPS: microMIPS: Fix incorrect mask in insn_table_MMGustavo A. R. Silva1-1/+1
2017-10-21MIPS: Fix minimum alignment requirement of IRQ stackMatt Redfearn1-1/+1
2017-10-18MIPS: math-emu: Remove pr_err() calls from fpu_emu()Paul Burton1-2/+0
2017-10-08MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn4-20/+60
2017-10-08MIPS: Lantiq: Fix another request_mem_region() return code checkArnd Bergmann1-2/+2
2017-10-08MIPS: ralink: Fix incorrect assignment on ralink_socColin Ian King1-1/+1
2017-10-08MIPS: Ensure bss section ends on a long-aligned addressPaul Burton1-1/+1
2017-09-27MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsAleksandar Markovic2-4/+4
2017-09-27MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputsAleksandar Markovic4-4/+12
2017-09-27MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signsAleksandar Markovic4-6/+22
2017-09-27MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negativeAleksandar Markovic4-32/+96
2017-09-27MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zeroAleksandar Markovic4-24/+8
2017-09-27MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagationAleksandar Markovic4-16/+112
2017-07-28MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error messageMaciej W. Rozycki1-1/+1
2017-07-28MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'Maciej W. Rozycki1-8/+4
2017-07-28MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'Maciej W. Rozycki1-8/+8
2017-07-28MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki1-3/+4
2017-07-28MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki1-0/+38
2017-07-28MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki1-4/+1
2017-07-28MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki1-0/+1
2017-07-28MIPS: Save static registers before sysmipsJames Hogan5-4/+10
2017-07-28MIPS: Fix MIPS I ISA /proc/cpuinfo reportingMaciej W. Rozycki1-1/+1
2017-07-28MIPS: Negate error syscall return in traceJames Hogan1-1/+1
2017-07-28MIPS: Fix mips_atomic_set() with EVAJames Hogan1-2/+5
2017-07-28MIPS: Fix mips_atomic_set() retry conditionJames Hogan1-1/+1
2017-07-05MIPS: ralink: fix MT7628 wled_an pinmux gpioÁlvaro Fernández Rojas1-4/+4
2017-07-05MIPS: ralink: fix MT7628 pinmux typosÁlvaro Fernández Rojas1-2/+2
2017-07-05MIPS: ralink: Fix invalid assignment of SoC typeJohn Crispin1-1/+1