summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-4/+0Star
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-048-84/+80Star
* Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-021-17/+8Star
|\
| * kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
| * mips/kgdb: prepare arch_kgdb_ops for constnessChristophe Leroy2018-12-301-9/+7Star
| * kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-8/+1Star
| * kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* | Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-12-2636-2081/+1991Star
|\ \ | |/ |/|
| * MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton2018-12-201-2/+2
| * MIPS: Remove struct mm_context_t fp_mode_switching fieldPaul Burton2018-12-181-6/+3Star
| * mips: generate uapi header and system call table filesFiroz Khan2018-12-144-1403/+12Star
| * mips: add system call table generation supportFiroz Khan2018-12-147-0/+1261
| * mips: remove syscall table entriesFiroz Khan2018-12-141-12/+12
| * mips: add +1 to __NR_syscalls in uapi headerFiroz Khan2018-12-145-11/+11
| * mips: rename scall64-64.S to scall64-n64.SFiroz Khan2018-12-142-1/+1
| * mips: remove unused macrosFiroz Khan2018-12-141-3/+0Star
| * mips: annotate implicit fall throughsMathieu Malaterre2018-12-033-0/+27
| * MIPS: MT: Remove norps command line parameterPaul Burton2018-11-271-11/+0Star
| * MIPS: Enable dead code eliminationPaul Burton2018-11-221-2/+2
| * MIPS: ptrace: introduce NT_MIPS_MSA regsetPaul Burton2018-11-211-0/+147
| * MIPS: Loongson: Add Loongson-3A R2.1 basic supportHuacai Chen2018-11-202-2/+3
| * MIPS: Don't dump Hi & Lo regs on >= MIPSr6Paul Burton2018-11-101-2/+5
| * MIPS: Fix do_ade() closing brace indentationPaul Burton2018-11-101-1/+1
| * MIPS: Avoid using .set mips0 to restore ISAPaul Burton2018-11-093-5/+9
| * MIPS: Remove struct task_struct fpu state when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-1/+6
| * MIPS: Avoid FP ELF checks when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-0/+4
| * MIPS: signal: Remove FP context support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-5/+34
| * MIPS: ptrace: Remove FP support when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-092-154/+179
| * MIPS: unaligned: Remove FP & MSA code when unsupportedPaul Burton2018-11-091-12/+24
| * MIPS: branch: Remove FP branch handling when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-6/+16
| * MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-092-34/+68
| * MIPS: cpu-probe: Avoid probing FPU when CONFIG_MIPS_FP_SUPPORT=nPaul Burton2018-11-091-13/+41
| * MIPS: Better abstract R2300 FPU usage in KconfigPaul Burton2018-11-091-2/+1Star
| * MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton2018-11-093-10/+0Star
| * MIPS: Simplify FP context initializationPaul Burton2018-11-096-244/+11Star
| * MIPS: BCM5xxx: Remove dead init_fpu codePaul Burton2018-11-081-6/+0Star
| * MIPS: Remove GCC_IMM_ASM & GCC_REG_ACCUM macrosPaul Burton2018-11-081-2/+2
| * MIPS: r2-on-r6-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-071-27/+5Star
* | Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-301-12/+2Star
|\ \
| * | MIPS: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-12/+2Star
| |/
* / MIPS: Let early memblock_alloc*() allocate memories bottom-upHuacai Chen2018-11-122-2/+2
|/
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-316-6/+4Star
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-10-2611-243/+287
|\
| * MIPS: Cleanup DSP ASE detectionPaul Burton2018-10-171-18/+0Star
| * MIPS: kdump: Mark cpu back online before rebootingDengcheng Zhu2018-09-281-0/+10