summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-03-03MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() sectionAlexander Lobakin1-0/+1
2020-11-24MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPSPaul Burton1-2/+1
2020-08-21MIPS: CPU#0 is not hotpluggableHuacai Chen1-1/+1
2020-07-22MIPS: Fix build for LTS kernel caused by backporting lpj adjustmentHuacai Chen1-9/+4
2020-07-09MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens1-0/+1
2020-06-20MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()YuanJunQing1-3/+3
2020-06-20mips: Add udelay lpj numbers adjustmentSerge Semin1-0/+70
2020-06-20mips: cm: Fix an invalid error code of INTVN_*_ERRSerge Semin1-3/+3
2020-06-20MIPS: Make sparse_init() using top-down allocationTiezhu Yang1-0/+10
2020-05-10MIPS: perf: Remove incorrect odd/even counter handling for I6400Marcin Nowakowski1-1/+5
2020-05-10mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2-1/+18
2020-05-10MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan3-1/+3
2020-05-10MIPS: perf: Fix I6400 event numbersJames Hogan1-2/+52
2020-05-10MIPS: Fix BC1{EQ,NE}Z return offset calculationPaul Burton1-15/+3
2020-05-10MIPS: BMIPS: Pretty print BMIPS5200 processor nameFlorian Fainelli1-1/+4
2020-05-10MIPS: scall: Handle seccomp filters which redirect syscallsMatt Redfearn4-18/+24
2020-05-10MIPS: smp-cps: Stop printing EJTAG exceptions to UARTPaul Burton1-1/+0
2020-05-10MIPS: BMIPS: Fix PRID_IMP_BMIPS5000 masking for BMIPS5200Florian Fainelli1-2/+7
2020-05-10MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[]James Hogan1-3/+0
2020-05-10MIPS: Fix macro typoJaedon Shin1-1/+1
2020-03-11MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET1-1/+1
2020-01-29mips: avoid explicit UB in assignment of mips_io_port_baseNick Desaulniers1-1/+1
2019-11-10MIPS: bmips: mark exception vectors as char arraysJonas Gorski1-4/+4
2019-09-06MIPS: kernel: only use i8253 clocksource with periodic clockeventThomas Bogendoerfer1-1/+2
2019-07-10MIPS: uprobes: remove set but not used variable 'epc'YueHaibing1-3/+0
2019-05-16MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno1-1/+1
2019-03-23MIPS: Remove function size check in get_frame_info()Jun-Ru Chang1-4/+3
2019-03-23MIPS: irq: Allocate accurate order pages for irq stackLiu Xiang1-2/+2
2019-02-20mips: cm: reprime error causeVladimir Kondratiev1-1/+1
2018-11-21MIPS: kexec: Mark CPU offline before disabling local IRQDengcheng Zhu2-0/+6
2018-11-10MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn1-1/+1
2018-11-10MIPS: Handle non word sized instructions when examining frameMatt Redfearn1-3/+6
2018-11-10MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki3-42/+47
2018-09-26MIPS: VDSO: Match data page cache colouring when D$ aliasesPaul Burton1-0/+20
2018-09-19kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum1-1/+0
2018-09-05MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki2-2/+2
2018-07-22MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton1-1/+28
2018-07-22MIPS: Call dump_stack() from show_regs()Paul Burton2-2/+3
2018-07-03mips: ftrace: fix static function graph tracingMatthias Schiffer1-15/+12
2018-06-06MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki1-0/+4
2018-06-06MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki2-2/+2
2018-05-30MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRsMaciej W. Rozycki2-4/+4
2018-05-30MIPS: ptrace: Expose FIR register through FP regsetMaciej W. Rozycki1-2/+16
2018-03-22MIPS: r2-on-r6-emu: Clear BLTZALL and BGEZALL debugfs countersAleksandar Markovic1-0/+2
2018-03-22MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identificationLeonid Yegoshin1-2/+12
2018-03-18MIPS: BMIPS: Do not mask IPIs during suspendJustin Chen1-4/+4
2018-01-17MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki1-0/+3
2018-01-17MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki1-0/+1
2018-01-17MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki1-11/+36
2018-01-17MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki1-1/+1