summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Ensure bss section ends on a long-aligned addressPaul Burton2017-10-081-1/+1
* Make asm/word-at-a-time.h available on all architecturesChris Metcalf2017-08-111-0/+1
* MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-271-3/+4
* MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki2017-07-271-0/+38
* MIPS: Fix unaligned PC interpretation in `compute_return_epc'Maciej W. Rozycki2017-07-271-4/+1
* MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-271-0/+1
* MIPS: Save static registers before sysmipsJames Hogan2017-07-275-4/+10
* MIPS: Negate error syscall return in traceJames Hogan2017-07-271-1/+1
* MIPS: Fix mips_atomic_set() with EVAJames Hogan2017-07-271-2/+5
* MIPS: Fix mips_atomic_set() retry conditionJames Hogan2017-07-271-1/+1
* MIPS: UAPI: Ignore __arch_swab{16,32,64} when using MIPS16Yousong Zhou2017-07-151-3/+4
* MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton2017-07-051-0/+3
* MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton2017-07-051-8/+1
* MIPS: Avoid accidental raw backtraceJames Hogan2017-07-051-0/+2
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-261-1/+1
* MIPS: elf2ecoff: Fix warning due to dead code.Ralf Baechle2017-05-081-4/+0
* MIPS: elf2ecoff: Ignore PT_MIPS_ABIFLAGS program headers.Ralf Baechle2017-05-081-2/+4
* MIPS: jz4740: fix build error in irq.hArnd Bergmann2017-05-081-0/+2
* MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan2017-05-081-15/+33
* MIPS: Fix crash registers on non-crashing CPUsCorey Minyard2017-05-081-3/+13
* MIPS: ralink: Cosmetic change to prom_init().John Crispin2017-04-301-5/+4
* MIPS: MSP71xx: remove odd locking in PCI config space access codeSergey Ryazanov2017-04-301-12/+0
* MIPS: asm: compiler: Add new macros to set ISA and arch asm annotationsMarkos Chandras2017-04-301-0/+13
* MIPS: Fix the build on jz4740 after removing the custom gpio.hAlban Bedel2017-04-302-0/+2
* mips/ptrace: Preserve previous registers for short regset writeDave Martin2017-04-221-1/+2
* MIPS: DEC: Avoid la pseudo-instruction in delay slotsRalf Baechle2017-04-181-2/+38
* MIPS: ip22: Fix ip28 build for modern gccArnd Bergmann2017-04-181-1/+1
* MIPS: ip27: Disable qlge driver in defconfigArnd Bergmann2017-04-181-1/+0
* KVM: MIPS: Make ERET handle ERL before EXLJames Hogan2016-11-231-4/+4
* mips: copy_from_user() must zero the destination on access_ok() failureAl Viro2016-10-051-0/+3
* MIPS: Add a missing ".set pop" in an early commitHuacai Chen2016-10-051-0/+1
* MIPS: paravirt: Fix undefined reference to smp_bootstrapMatt Redfearn2016-10-051-0/+2
* MIPS: KVM: Check for pfn noslot caseJames Hogan2016-09-171-1/+1
* KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspaceDavid Howells2016-08-222-2/+2
* Revert "MIPS: Reserve nosave data for hibernation"Sasha Levin2016-08-011-3/+0
* MIPS: Fix page table corruption on THP permission changes.David Daney2016-07-201-1/+2
* MIPS: Fix 64k page support for 32 bit kernels.Ralf Baechle2016-07-121-1/+1
* MIPS: Reserve nosave data for hibernationHuacai Chen2016-07-121-0/+3
* MIPS: KVM: Fix modular KVM under QEMUJames Hogan2016-07-114-1/+13
* MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki2016-06-062-3/+16
* MIPS: math-emu: Fix jalr emulation when rd == $0Paul Burton2016-06-061-3/+5
* MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan2016-06-063-36/+29
* MIPS: KVM: Fix timer IRQ race when freezing timerJames Hogan2016-06-061-5/+23
* MIPS: Avoid using unwind_stack() with usermodeJames Hogan2016-06-031-1/+1
* MIPS: Don't unwind to user mode with EVAJames Hogan2016-06-031-1/+1
* MIPS: Fix siginfo.h to use strict posix typesJames Hogan2016-06-031-9/+9
* MIPS: ath79: make bootconsole wait for both THRE and TEMTMatthias Schiffer2016-06-031-2/+4
* Revert "MIPS: Kconfig: Disable SMP/CPS for 64-bit"Markos Chandras2016-03-291-1/+1
* MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Maciej W. Rozycki2016-03-131-7/+6
* MIPS: Fix buffer overflow in syscall_get_arguments()James Hogan2016-03-021-3/+1