summaryrefslogtreecommitdiff
path: root/arch/mips/math-emu/dsemul.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-25MIPS: Fix delay slot emulation count in debugfsPaul Burton
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton
2016-05-28MIPS: math-emu: Fix typoAndrea Gelmini
2016-05-13MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulationMaciej W. Rozycki
2016-01-24MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutterMaciej W. Rozycki
2016-01-24MIPS: math-emu: dsemul: Correct description of the emulation frameMaciej W. Rozycki
2016-01-24MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instructionMaciej W. Rozycki
2016-01-24MIPS: math-emu: Make microMIPS branch delay slot emulation workMaciej W. Rozycki
2016-01-24MIPS: math-emu: dsemul: Fix ill formatting of microMIPS partMaciej W. Rozycki
2016-01-24MIPS: math-emu: Correctly handle NOP emulationMaciej W. Rozycki
2015-09-03MIPS: math-emu: Remove unused handle_dsemul function declarationMarkos Chandras
2015-04-08MIPS: math-emu: Correct delay-slot exception propagationMaciej W. Rozycki
2015-04-08MIPS: math-emu: Fix delay-slot emulation cache incoherencyMaciej W. Rozycki
2015-04-01MIPS: Add FPU emulator counter for emulated delay slots.David Daney
2014-05-23MIPS: math-emu: Convert debug printks to pr_debug getting.Ralf Baechle
2014-05-21MIPS: math-emu: Remove fine example of cargo cult programming.Ralf Baechle
2014-05-21MIPS: math-emu: Header file weeding.Ralf Baechle
2014-05-21MIPS: math-emu: Use helpers to manipulate CAUSEF_BD flag.Ralf Baechle
2013-05-09MIPS: microMIPS: Floating point support.Leonid Yegoshin
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells
2011-03-31Fix common misspellingsLucas De Marchi
2009-12-17MIPS: Collect FPU emulator statistics per-CPU.David Daney
2008-10-30MIPS: Switch FPU emulator trap to BREAK instruction.Ralf Baechle
2007-07-13[MIPS] Add some __user tagsAtsushi Nemoto
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2005-10-29Now that a struct is the only member left in structRalf Baechle
2005-10-29Gross macro abuse. Get rid of gpreg_t, vaddr_t, REG_TO_VA andRalf Baechle
2005-10-29Cleanup fpuemuprivate declarations.Ralf Baechle
2005-04-16Linux-2.6.12-rc2Linus Torvalds