summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: KVM: Fix modular KVM under QEMUJames Hogan2017-10-124-1/+14
* MIPS: Fix 64k page support for 32 bit kernels.Ralf Baechle2017-10-121-1/+1
* MIPS: Negate error syscall return in traceJames Hogan2017-10-121-1/+1
* MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-10-121-3/+4
* MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki2017-10-121-4/+1
* MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-10-121-0/+1
* MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki2017-10-121-0/+38
* MIPS: Fix mips_atomic_set() with EVAJames Hogan2017-10-121-2/+5
* MIPS: Save static registers before sysmipsJames Hogan2017-10-125-4/+10
* MIPS: Fix mips_atomic_set() retry conditionJames Hogan2017-10-121-1/+1
* MIPS: module: Ensure we always clean up r_mips_hi16_listPaul Burton2017-10-121-12/+16
* MIPS: Bail on unsupported module relocsPaul Burton2017-10-122-6/+32
* MIPS: Avoid accidental raw backtraceJames Hogan2017-09-151-0/+2
* MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton2017-09-151-0/+3
* MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton2017-09-151-8/+1
* MIPS: kprobes: flush_insn_slot should flush only if probe initialisedMarcin Nowakowski2017-09-151-1/+2
* MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan2017-07-181-15/+33
* MIPS: End spinlocks with .insnPaul Burton2017-07-181-4/+4
* mm: larger stack guard gap, between vmasHugh Dickins2017-07-021-1/+1
* MIPS: BCM47XX: Fix button inversion for Asus WL-500WMirko Parthey2017-06-051-2/+8
* MIPS: ip27: Disable qlge driver in defconfigArnd Bergmann2017-06-051-1/+0
* MIPS: OCTEON: Fix copy_from_user fault handling for large buffersJames Cowgill2017-06-051-8/+12
* MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle2017-06-051-0/+2
* MIPS: 'make -s' should be silentArnd Bergmann2017-06-051-2/+2
* MIPS: Netlogic: Fix assembler warning from smpboot.SPaul Burton2017-06-051-2/+2
* MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumpsPaul Burton2017-06-051-0/+2
* MIPS: Calculate microMIPS ra properly when unwinding the stackPaul Burton2017-06-051-20/+63
* MIPS: Fix is_jump_ins() handling of 16b microMIPS instructionsPaul Burton2017-06-051-3/+8
* MIPS: Fix get_frame_info() handling of microMIPS function sizePaul Burton2017-06-051-7/+5
* MIPS: Prevent unaligned accesses during stack unwindingPaul Burton2017-06-051-35/+35
* MIPS: Clear ISA bit correctly in get_frame_info()Paul Burton2017-06-051-5/+2
* MIPS: Zero variable read by get_user / __get_user in case of an error.Ralf Baechle2017-04-041-1/+4
* MIPS: ralink: Cosmetic change to prom_init().John Crispin2017-04-041-5/+4
* MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA supportPaul Burton2017-04-041-4/+20
* MIPS: remove MSA macro recursionPaul Burton2017-04-041-3/+31
* MIPS: assume at as source/dest of MSA copy/insert instructionsPaul Burton2017-04-041-16/+12
* MIPS: Push .set mips64r* into the functions needing itPaul Burton2017-04-042-9/+5
* MIPS: traps: Fix inline asm ctc1 missing .set hardfloatJames Hogan2017-04-041-1/+2
* MIPS: mipsregs.h: Add write_32bit_cp1_register()James Hogan2017-04-041-0/+15
* MIPS: Fix build with binutils 2.24.51+Manuel Lauss2017-04-0414-17/+118
* MIPS: init upper 64b of vector registers when MSA is first usedPaul Burton2017-04-044-9/+56
* MIPS: save/disable MSA in lose_fpuPaul Burton2017-04-041-3/+12
* MIPS: preserve scalar FP CSR when switching vector contextPaul Burton2017-04-042-1/+8
* MIPS: save/restore MSACSR register on context switchPaul Burton2017-04-042-0/+12
* MIPS: allow msa.h to be included in assembly filesPaul Burton2017-04-041-9/+13
* KVM: MIPS: Flush KVM entry code from icache globallyJames Hogan2017-03-161-2/+2
* KVM: MIPS: Precalculate MMIO load resume PCJames Hogan2017-02-232-13/+19
* MIPS: KVM: Fix unused variable build warningNicholas Mc Guire2017-02-231-6/+0
* KVM: MIPS: Make ERET handle ERL before EXLJames Hogan2017-02-231-4/+4
* MIPS: ptrace: Fix regs_return_value for kernel contextMarcin Nowakowski2017-02-231-1/+1