Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-11-09 | MIPS: Stub asm/fpu.h functions | Paul Burton | 1 | -3/+82 |
2018-11-09 | MIPS: Hardcode cpu_has_fpu=0 when CONFIG_MIPS_FP_SUPPORT=n | Paul Burton | 1 | -3/+8 |
2018-11-09 | MIPS: Introduce CONFIG_MIPS_FP_SUPPORT | Paul Burton | 2 | -0/+8 |
2018-11-09 | MIPS: Better abstract R2300 FPU usage in Kconfig | Paul Burton | 2 | -3/+6 |
2018-11-09 | MIPS: Drop forward declarations of sigcontext in asm/fpu.h | Paul Burton | 1 | -3/+0 |
2018-11-09 | MIPS: Ensure emulated FP sets PF_USED_MATH | Paul Burton | 4 | -10/+7 |
2018-11-09 | MIPS: Simplify FP context initialization | Paul Burton | 9 | -292/+38 |
2018-11-08 | MIPS: BCM5xxx: Remove dead init_fpu code | Paul Burton | 1 | -6/+0 |
2018-11-08 | MIPS: Hide CONFIG_MIPS_O32_FP64_SUPPORT prompt for >= MIPSr6 | Paul Burton | 1 | -1/+1 |
2018-11-08 | MIPS: Hardcode cpu_has_mmips=1 for microMIPS kernels | Paul Burton | 1 | -1/+3 |
2018-11-08 | MIPS: Simplify GCC_OFF_SMALL_ASM definition | Paul Burton | 1 | -11/+7 |
2018-11-08 | MIPS: Remove GCC_IMM_ASM & GCC_REG_ACCUM macros | Paul Burton | 2 | -10/+2 |