summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() sectionAlexander Lobakin2021-03-031-0/+1
* MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin2021-01-231-2/+8
* MIPS: BMIPS: Also call bmips_cpu_setup() for secondary coresFlorian Fainelli2020-09-121-0/+2
* MIPS: CPU#0 is not hotpluggableHuacai Chen2020-08-211-1/+1
* MIPS: Fix build for LTS kernel caused by backporting lpj adjustmentHuacai Chen2020-07-221-9/+4
* MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens2020-07-091-0/+1
* MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()YuanJunQing2020-06-201-3/+3
* mips: Add udelay lpj numbers adjustmentSerge Semin2020-06-201-0/+70
* mips: cm: Fix an invalid error code of INTVN_*_ERRSerge Semin2020-06-201-3/+3
* MIPS: Truncate link address into 32bit for 32bit kernelJiaxun Yang2020-06-201-1/+1
* MIPS: Make sparse_init() using top-down allocationTiezhu Yang2020-06-201-0/+10
* MIPS: perf: Remove incorrect odd/even counter handling for I6400Marcin Nowakowski2020-05-101-1/+5
* 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