summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2017-02-234-1/+33
* KVM: MIPS: Drop other CPU ASIDs on guest MMU changesJames Hogan2016-11-201-8/+53
* MIPS: Malta: Fix IOCU disable switch read for MIPS64Paul Burton2016-11-201-1/+7
* mips: copy_from_user() must zero the destination on access_ok() failureAl Viro2016-11-201-0/+3
* MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn2016-11-201-0/+2
* MIPS: KVM: Check for pfn noslot caseJames Hogan2016-11-201-1/+1
* gpio: Fix OF build problem on UMLinus Walleij2016-11-201-1/+1
* MIPS: KVM: Propagate kseg0/mapped tlb fault errorsJames Hogan2016-11-202-14/+37
* MIPS: KVM: Fix gfn range check in kseg0 tlb faultsJames Hogan2016-11-201-1/+1
* MIPS: KVM: Add missing gfn range checkJames Hogan2016-11-201-8/+15
* MIPS: KVM: Fix mapped fault broken commpage handlingJames Hogan2016-11-201-13/+24
* MIPS: c-r4k: Fix protected_writeback_scache_line for EVAJames Hogan2016-11-201-0/+4
* KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspaceDavid Howells2016-11-202-2/+2
* bpf, mips: fix off-by-one in ctx offset allocationDaniel Borkmann2016-11-201-1/+1
* MIPS: RM7000: Double locking bug in rm7k_tc_disable()Dan Carpenter2016-11-201-1/+1
* MIPS: Fix page table corruption on THP permission changes.David Daney2016-11-201-1/+5
* MIPS: fix read_msa_* & write_msa_* functions on non-MSA toolchainsPaul Burton2016-08-221-4/+4
* MIPS: math-emu: Fix jalr emulation when rd == $0Paul Burton2016-08-221-3/+5
* MIPS: Fix race condition in lazy cache flushing.Lars Persson2016-08-222-15/+35