aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07mips: cm: reprime error causeVladimir Kondratiev1-1/+1
2019-02-04MIPS: Remove function size check in get_frame_info()Jun-Ru Chang1-4/+3
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-4/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds8-84/+80
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-17/+8
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30mips/kgdb: prepare arch_kgdb_ops for constnessChristophe Leroy1-9/+7
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-8/+1
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds36-2081/+1991
2018-12-20MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton1-2/+2
2018-12-17MIPS: Remove struct mm_context_t fp_mode_switching fieldPaul Burton1-6/+3
2018-12-14mips: generate uapi header and system call table filesFiroz Khan4-1403/+12
2018-12-14mips: add system call table generation supportFiroz Khan7-0/+1261
2018-12-14mips: remove syscall table entriesFiroz Khan1-12/+12
2018-12-14mips: add +1 to __NR_syscalls in uapi headerFiroz Khan5-11/+11
2018-12-14mips: rename scall64-64.S to scall64-n64.SFiroz Khan2-1/+1
2018-12-14mips: remove unused macrosFiroz Khan1-3/+0
2018-12-03mips: annotate implicit fall throughsMathieu Malaterre3-0/+27
2018-11-30Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-12/+2
2018-11-27MIPS: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-12/+2
2018-11-26MIPS: MT: Remove norps command line parameterPaul Burton1-11/+0
2018-11-21MIPS: Enable dead code eliminationPaul Burton1-2/+2
2018-11-20MIPS: ptrace: introduce NT_MIPS_MSA regsetPaul Burton1-0/+147
2018-11-19MIPS: Loongson: Add Loongson-3A R2.1 basic supportHuacai Chen2-2/+3
2018-11-12MIPS: Let early memblock_alloc*() allocate memories bottom-upHuacai Chen2-2/+2
2018-11-09MIPS: Don't dump Hi & Lo regs on >= MIPSr6Paul Burton1-2/+5
2018-11-09MIPS: Fix do_ade() closing brace indentationPaul Burton1-1/+1
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton3-5/+9
2018-11-09MIPS: Remove struct task_struct fpu state when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-1/+6
2018-11-09MIPS: Avoid FP ELF checks when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-0/+4
2018-11-09MIPS: signal: Remove FP context support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-5/+34
2018-11-09MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2-154/+179
2018-11-09MIPS: unaligned: Remove FP & MSA code when unsupportedPaul Burton1-12/+24
2018-11-09MIPS: branch: Remove FP branch handling when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-6/+16
2018-11-09MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2-34/+68
2018-11-09MIPS: cpu-probe: Avoid probing FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton1-13/+41
2018-11-09MIPS: Better abstract R2300 FPU usage in KconfigPaul Burton1-2/+1
2018-11-09MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton3-10/+0
2018-11-09MIPS: Simplify FP context initializationPaul Burton6-244/+11
2018-11-08MIPS: BCM5xxx: Remove dead init_fpu codePaul Burton1-6/+0
2018-11-07MIPS: Remove GCC_IMM_ASM & GCC_REG_ACCUM macrosPaul Burton1-2/+2
2018-11-06MIPS: r2-on-r6-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-27/+5
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport6-6/+4
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-26Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds11-243/+287