summaryrefslogtreecommitdiff
path: root/arch/mips/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-08-25MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACKHuacai Chen1-1/+1
2022-06-14mips: cpc: Fix refcount leak in mips_cpc_default_phys_baseGong Yuanjun1-0/+1
2022-05-12MIPS: Fix CP0 counter erratum detection for R4k CPUsMaciej W. Rozycki1-8/+3
2022-04-15MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin1-11/+11
2022-03-23MIPS: smp: fill in sibling and core maps earlierAlexander Lobakin1-3/+3
2021-11-26mips: cm: Convert to bitfield API to fix out-of-bounds accessGeert Uytterhoeven1-11/+10
2021-11-26signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULTEric W. Biederman2-11/+2
2021-09-26drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner1-5/+2
2021-03-04MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() sectionAlexander Lobakin1-0/+1
2021-01-19MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin1-2/+8
2020-09-09MIPS: BMIPS: Also call bmips_cpu_setup() for secondary coresFlorian Fainelli1-0/+2
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-22MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()YuanJunQing1-3/+3
2020-06-22mips: Add udelay lpj numbers adjustmentSerge Semin1-0/+70
2020-06-22mips: cm: Fix an invalid error code of INTVN_*_ERRSerge Semin1-3/+3
2020-06-22MIPS: Truncate link address into 32bit for 32bit kernelJiaxun Yang1-1/+1
2020-06-22MIPS: Make sparse_init() using top-down allocationTiezhu Yang1-0/+10
2020-03-05MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET1-1/+1
2020-01-27mips: avoid explicit UB in assignment of mips_io_port_baseNick Desaulniers1-1/+1
2020-01-17mips: cacheinfo: report shared CPU mapVladimir Kondratiev1-1/+26
2019-11-10MIPS: bmips: mark exception vectors as char arraysJonas Gorski1-4/+4
2019-10-17MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang1-0/+33
2019-10-11MIPS: Treat Loongson Extensions as ASEsJiaxun Yang2-0/+10
2019-10-07MIPS: Ingenic: Disable broken BTB lookup optimization.Zhou Yanjie1-0/+7
2019-08-29mips: fix cacheinfoVladimir Kondratiev1-0/+2
2019-08-29MIPS: kernel: only use i8253 clocksource with periodic clockeventThomas Bogendoerfer1-1/+2
2019-06-25MIPS: uprobes: remove set but not used variable 'epc'YueHaibing1-3/+0
2019-06-15mips: Make sure dt memory regions are validSerge Semin1-1/+13
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-4/+0
2019-05-25MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabledFlorian Fainelli1-18/+3
2019-05-10MIPS: KGDB: fix kgdb support for SMP platforms.Chong Qiao1-1/+2
2019-05-02MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno1-1/+1
2019-03-27MIPS: Ensure ELF appended dtb is relocatedYasha Cherikovsky1-5/+7
2019-03-13MIPS: Remove function size check in get_frame_info()Jun-Ru Chang1-4/+3
2019-03-10MIPS: irq: Allocate accurate order pages for irq stackLiu Xiang1-2/+2
2019-03-05MIPS: fix truncation in __cmpxchg_small for short valuesMichael Clark1-2/+1
2019-02-15mips: cm: reprime error causeVladimir Kondratiev1-1/+1
2019-01-09MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton1-2/+2
2018-12-05MIPS: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-12/+2
2018-11-21MIPS: kexec: Mark CPU offline before disabling local IRQDengcheng Zhu2-0/+6
2018-09-28MIPS: Fix CONFIG_CMDLINE handlingPaul Burton1-20/+28
2018-09-28MIPS: VDSO: Always map near top of user memoryPaul Burton2-1/+42
2018-08-31MIPS: VDSO: Match data page cache colouring when D$ aliasesPaul Burton1-0/+20
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds1-3/+1
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds15-114/+424
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria1-1/+1
2018-08-10MIPS: Consistently declare TLB functionsPaul Burton1-3/+1