aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/math-emu/dsemul.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11MIPS: math-emu: Use the bitmap API to allocate bitmapsChristophe JAILLET1-6/+3
2018-12-20MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton1-18/+20
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-25MIPS: Fix delay slot emulation count in debugfsPaul Burton1-0/+1
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton1-110/+223
2016-05-28MIPS: math-emu: Fix typoAndrea Gelmini1-2/+2
2016-05-13MIPS: math-emu: dsemul: Remove an unused bit in ADDIUPC emulationMaciej W. Rozycki1-1/+1
2016-01-24MIPS: math-emu: dsemul: Reduce `get_isa16_mode' clutterMaciej W. Rozycki1-8/+9
2016-01-24MIPS: math-emu: dsemul: Correct description of the emulation frameMaciej W. Rozycki1-7/+2
2016-01-24MIPS: math-emu: Correct the emulation of microMIPS ADDIUPC instructionMaciej W. Rozycki1-2/+22
2016-01-24MIPS: math-emu: Make microMIPS branch delay slot emulation workMaciej W. Rozycki1-4/+7
2016-01-24MIPS: math-emu: dsemul: Fix ill formatting of microMIPS partMaciej W. Rozycki1-6/+12
2016-01-24MIPS: math-emu: Correctly handle NOP emulationMaciej W. Rozycki1-6/+8
2015-09-03MIPS: math-emu: Remove unused handle_dsemul function declarationMarkos Chandras1-1/+0
2015-04-08MIPS: math-emu: Correct delay-slot exception propagationMaciej W. Rozycki1-1/+1
2015-04-08MIPS: math-emu: Fix delay-slot emulation cache incoherencyMaciej W. Rozycki1-1/+1
2015-04-01MIPS: Add FPU emulator counter for emulated delay slots.David Daney1-1/+1
2014-05-23MIPS: math-emu: Convert debug printks to pr_debug getting.Ralf Baechle1-6/+3
2014-05-21MIPS: math-emu: Remove fine example of cargo cult programming.Ralf Baechle1-7/+0
2014-05-21MIPS: math-emu: Header file weeding.Ralf Baechle1-14/+3
2014-05-21MIPS: math-emu: Use helpers to manipulate CAUSEF_BD flag.Ralf Baechle1-1/+1
2013-05-09MIPS: microMIPS: Floating point support.Leonid Yegoshin1-6/+24
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2009-12-17MIPS: Collect FPU emulator statistics per-CPU.David Daney1-2/+2
2008-10-30MIPS: Switch FPU emulator trap to BREAK instruction.Ralf Baechle1-4/+3
2007-07-13[MIPS] Add some __user tagsAtsushi Nemoto1-6/+6
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2005-10-29Now that a struct is the only member left in structRalf Baechle1-2/+2
2005-10-29Gross macro abuse. Get rid of gpreg_t, vaddr_t, REG_TO_VA andRalf Baechle1-5/+5
2005-10-29Cleanup fpuemuprivate declarations.Ralf Baechle1-3/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+172