summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-07-27MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki1-3/+4
2017-07-27MIPS: Actually decode JALX in `__compute_return_epc_for_insn'Maciej W. Rozycki1-0/+1
2017-07-27MIPS: Save static registers before sysmipsJames Hogan5-4/+10
2017-07-27MIPS: Negate error syscall return in traceJames Hogan1-1/+1
2017-07-27MIPS: Fix mips_atomic_set() with EVAJames Hogan1-2/+5
2017-07-27MIPS: Fix mips_atomic_set() retry conditionJames Hogan1-1/+1
2017-07-05MIPS: Fix IRQ tracing & lockdep when reschedulingPaul Burton1-0/+3
2017-07-05MIPS: pm-cps: Drop manual cache-line alignment of ready_countPaul Burton1-8/+1
2017-07-05MIPS: Avoid accidental raw backtraceJames Hogan1-0/+2
2017-05-08MIPS: KGDB: Use kernel context for sleeping threadsJames Hogan1-15/+33
2017-05-08MIPS: Fix crash registers on non-crashing CPUsCorey Minyard1-3/+13
2017-04-22mips/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+2
2016-08-22KEYS: 64-bit MIPS needs to use compat_sys_keyctl for 32-bit userspaceDavid Howells2-2/+2
2016-08-01Revert "MIPS: Reserve nosave data for hibernation"Sasha Levin1-3/+0
2016-07-12MIPS: Reserve nosave data for hibernationHuacai Chen1-0/+3
2016-06-06MIPS: MSA: Fix a link error on `_init_msa_upper' with older GCCMaciej W. Rozycki1-3/+3
2016-06-03MIPS: Avoid using unwind_stack() with usermodeJames Hogan1-1/+1
2016-06-03MIPS: Don't unwind to user mode with EVAJames Hogan1-1/+1
2016-03-13MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Maciej W. Rozycki1-7/+6
2015-09-17MIPS: Fix seccomp syscall argument for MIPS64Markos Chandras2-2/+2
2015-08-27signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-08-19MIPS: show_stack: Fix stack trace with EVAJames Hogan1-0/+7
2015-08-19MIPS: do_mcheck: Fix kernel code dump with EVAJames Hogan1-0/+6
2015-08-19MIPS: Fix sched_getaffinity with MT FPAFF enabledFelix Fietkau1-2/+3
2015-07-03MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan1-1/+1
2015-05-17MIPS: smp-cps: cpu_set FPU mask if FPU presentNiklas Cassel1-0/+6
2015-05-17MIPS: kernel: entry.S: Set correct ISA level for mips_ihbMarkos Chandras1-1/+2
2015-03-06MIPS: HTW: Prevent accidental HTW start due to nested htw_{start, stop}Markos Chandras1-1/+3
2015-03-06MIPS: Export MSA functions used by lose_fpu(1) for KVMJames Hogan1-0/+4
2015-03-06MIPS: Export FP functions used by lose_fpu(1) for KVMJames Hogan1-0/+6
2015-03-06MIPS: kernel: cps-vec: Replace "addi" with "addiu"Markos Chandras1-8/+8
2015-02-11MIPS: traps: Fix inline asm ctc1 missing .set hardfloatJames Hogan1-1/+2
2015-02-11MIPS: Fix kernel lockup or crash after CPU offline/onlineHemmo Nieminen1-1/+1
2015-02-11MIPS: IRQ: Fix disable_irq on CPU IRQsFelix Fietkau1-0/+4
2014-11-24MIPS: Fix address type used for early memory detection.Steven J. Hill1-1/+1
2014-11-24MIPS: kernel: cps-vec: Set ISA level to mips32r2 for the MIPS MT ASEMarkos Chandras1-0/+2
2014-11-24MIPS: fix EVA & non-SMP non-FPU FP context signal handlingPaul Burton1-4/+4
2014-11-24MIPS: cpu-probe: Set the FTLB probability bit on supported coresMarkos Chandras1-1/+32
2014-11-24MIPS: BMIPS: Fix ".previous without corresponding .section" warningsKevin Cernekee1-3/+0
2014-11-24MIPS: Fix info about plat_setup in arch_mem_init commentRafał Miłecki1-1/+1
2014-11-24MIPS: rtlx: Remove KERN_DEBUG from pr_debug() arguments in rtlx.cMasanari Iida1-2/+2
2014-11-19MIPS: jump_label.c: Handle the microMIPS J instruction encodingMaciej W. Rozycki1-9/+31
2014-11-19MIPS: jump_label.c: Correct the span of the J instructionMaciej W. Rozycki1-2/+2
2014-11-19MIPS: Loongson: Set Loongson-3's ISA level to MIPS64R1Huacai Chen1-1/+4
2014-11-19MIPS: Loongson: Fix the write-combine CCA value settingHuacai Chen1-1/+1
2014-11-07MIPS: Fix build with binutils 2.24.51+Manuel Lauss7-9/+58
2014-10-29MIPS: CMA: Do not reserve memory if not requiredZubair Lutfullah Kakakhel1-1/+2
2014-10-27MIPS: Wire up bpf syscall.Ralf Baechle4-0/+4
2014-10-23MIPS: idle: Remove leftover __pastwait symbol and its referencesMarkos Chandras1-3/+0
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-3/+1