summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET2020-03-111-1/+1
* mips: avoid explicit UB in assignment of mips_io_port_baseNick Desaulniers2020-01-291-1/+1
* MIPS: bmips: mark exception vectors as char arraysJonas Gorski2019-11-101-4/+4
* MIPS: kernel: only use i8253 clocksource with periodic clockeventThomas Bogendoerfer2019-09-061-1/+2
* MIPS: uprobes: remove set but not used variable 'epc'YueHaibing2019-07-101-3/+0
* MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno2019-05-021-1/+1
* MIPS: Ensure ELF appended dtb is relocatedYasha Cherikovsky2019-03-271-5/+7
* MIPS: Remove function size check in get_frame_info()Jun-Ru Chang2019-03-131-4/+3
* MIPS: irq: Allocate accurate order pages for irq stackLiu Xiang2019-03-131-2/+2
* mips: cm: reprime error causeVladimir Kondratiev2019-02-151-1/+1
* MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton2019-01-131-2/+2
* MIPS: kexec: Mark CPU offline before disabling local IRQDengcheng Zhu2018-11-212-0/+6
* MIPS: Handle non word sized instructions when examining frameMatt Redfearn2018-11-101-3/+6
* MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn2018-11-101-1/+1
* MIPS: VDSO: Match data page cache colouring when D$ aliasesPaul Burton2018-09-261-0/+20
* kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum2018-09-191-1/+0
* MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki2018-09-052-2/+2
* MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton2018-07-221-15/+30
* MIPS: Call dump_stack() from show_regs()Paul Burton2018-07-172-2/+3
* mips: ftrace: fix static function graph tracingMatthias Schiffer2018-07-031-15/+12
* MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki2018-06-061-0/+4
* MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki2018-06-062-2/+2
* MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki2018-05-302-4/+4
* MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki2018-05-301-2/+16
* MIPS: r2-on-r6-emu: Clear BLTZALL and BGEZALL debugfs countersAleksandar Markovic2018-03-221-0/+2
* MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identificationLeonid Yegoshin2018-03-221-2/+12
* MIPS: BMIPS: Do not mask IPIs during suspendJustin Chen2018-03-181-4/+4
* MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki2018-01-171-0/+3
* MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki2018-01-171-0/+1
* MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki2018-01-171-11/+36
* MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki2018-01-171-1/+1
* MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki2018-01-171-1/+11
* MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki2018-01-171-25/+83
* MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki2018-01-171-0/+12
* MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki2017-11-301-0/+17
* MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systemsPaul Burton2017-11-211-3/+60
* MIPS: init: Ensure reserved memory regions are not added to bootmemMarcin Nowakowski2017-11-211-0/+4
* MIPS: init: Ensure bootmem does not corrupt reserved memoryMarcin Nowakowski2017-11-211-3/+71
* MIPS: BMIPS: Fix missing cbr addressJaedon Shin2017-11-151-2/+2
* MIPS: SMP: Fix deadlock & online raceMatt Redfearn2017-11-151-6/+16
* MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic2017-11-151-3/+3
* MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn2017-11-152-9/+10
* MIPS: smp-cps: Fix retrieval of VPE mask on big endian CPUsMatt Redfearn2017-10-081-1/+1
* MIPS: IRQ Stack: Unwind IRQ stack onto task stackMatt Redfearn2017-10-083-20/+45
* MIPS: Ensure bss section ends on a long-aligned addressPaul Burton2017-10-081-1/+1
* MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error messageMaciej W. Rozycki2017-07-271-1/+1
* MIPS: Send SIGILL for R6 branches in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-271-20/+15
* MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-271-8/+4
* MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-271-8/+8
* MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'Maciej W. Rozycki2017-07-271-3/+4