| Commit message (Expand) | Author | Files | Lines |
2017-08-30 | MIPS: Add accessor & bit definitions for GlobalNumber | Paul Burton | 1 | -0/+13 |
2017-08-30 | MIPS: CPS: Add CM/CPC 3.5 register definitions | Paul Burton | 2 | -7/+69 |
2017-08-30 | MIPS: CPS: Use change_*, set_* & clear_* where appropriate | Paul Burton | 3 | -21/+8 |
2017-08-30 | MIPS: CPS: Introduce register modify (set/clear/change) accessors | Paul Burton | 1 | -1/+22 |
2017-08-30 | MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shifts | Paul Burton | 4 | -42/+49 |
2017-08-30 | MIPS: CPC: Use common CPS accessor generation macros | Paul Burton | 1 | -41/+22 |
2017-08-29 | MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts | Paul Burton | 9 | -241/+190 |
2017-08-29 | MIPS: CM: Specify register size when generating accessors | Paul Burton | 3 | -115/+135 |
2017-08-29 | MIPS: CM: Rename mips_cm_base to mips_gcr_base | Paul Burton | 2 | -8/+8 |
2017-08-29 | MIPS: math-emu: Add FP emu debugfs stats for individual instructions | Aleksandar Markovic | 3 | -4/+650 |
2017-08-29 | MIPS: math-emu: Add FP emu debugfs clear functionality | Aleksandar Markovic | 1 | -1/+37 |
2017-08-29 | MIPS: math-emu: Add FP emu debugfs statistics for branches | Aleksandar Markovic | 3 | -0/+3 |
2017-08-29 | MIPS: math-emu: CLASS.D: Zero bits 32-63 of the result | Aleksandar Markovic | 1 | -2/+2 |
2017-08-29 | MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementation | Aleksandar Markovic | 6 | -6/+194 |
2017-08-29 | MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashes | Aleksandar Markovic | 1 | -0/+3 |
2017-08-29 | MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case) | Douglas Leung | 1 | -39/+94 |
2017-08-29 | MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case) | Douglas Leung | 2 | -70/+50 |
2017-08-29 | MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumeration | Aleksandar Markovic | 3 | -22/+20 |
2017-08-29 | MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputs | Aleksandar Markovic | 2 | -2/+34 |
2017-08-29 | MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputs | Aleksandar Markovic | 2 | -2/+42 |
2017-08-29 | MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagation | Aleksandar Markovic | 2 | -91/+41 |
2017-08-29 | MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs | Aleksandar Markovic | 2 | -4/+4 |
2017-08-29 | MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs | Aleksandar Markovic | 4 | -4/+12 |
2017-08-29 | MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signs | Aleksandar Markovic | 4 | -6/+22 |
2017-08-29 | MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative | Aleksandar Markovic | 4 | -32/+96 |
2017-08-29 | MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero | Aleksandar Markovic | 4 | -24/+8 |
2017-08-29 | MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation | Aleksandar Markovic | 4 | -16/+112 |
2017-08-29 | MIPS: Declare various variables & functions static | Paul Burton | 5 | -8/+10 |
2017-08-29 | MIPS: Remove plat_timer_setup() | Paul Burton | 1 | -14/+0 |
2017-08-29 | MIPS: Remove __invalidate_kernel_vmap_range | Paul Burton | 1 | -1/+0 |
2017-08-29 | MIPS: math-emu: Correct user fault_addr type | Paul Burton | 2 | -5/+5 |
2017-08-29 | MIPS: Include linux/initrd.h for free_initrd_mem() | Paul Burton | 1 | -0/+1 |
2017-08-29 | MIPS: Include elf-randomize.h for arch_mmap_rnd() & arch_randomize_brk() | Paul Burton | 1 | -0/+1 |
2017-08-29 | MIPS: Include asm/delay.h for __{,n,u}delay() | Paul Burton | 1 | -0/+1 |
2017-08-29 | MIPS: Include linux/cpu.h for arch_cpu_idle() | Paul Burton | 1 | -0/+1 |
2017-08-29 | MIPS: Include asm/setup.h for cpu_cache_init() | Paul Burton | 1 | -0/+1 |
2017-08-29 | MIPS: generic: Include asm/time.h for get_c0_*_int() | Paul Burton | 1 | -0/+1 |
2017-08-29 | MIPS: generic: Include asm/bootinfo.h for plat_fdt_relocated() | Paul Burton | 1 | -0/+5 |
2017-08-29 | MIPS: Consolidate coherent and non-coherent dma_alloc code | Christoph Hellwig | 1 | -39/+3 |