summaryrefslogtreecommitdiffstats
path: root/linux-user/mips64
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Add prctl() PR_SET_FP_MODE and PR_GET_FP_MODE implementationsStefan Markovic2018-10-291-0/+2
* linux-user: Add MIPS-specific prctl() optionsStefan Markovic2018-10-181-0/+4
* linux-user: Update MIPS syscall numbers up to kernel 4.18 headersAleksandar Markovic2018-08-161-0/+18
* linux-user: move mips signal definitions to mips/target_signal.hLaurent Vivier2018-06-041-0/+49
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-041-6/+0Star
* linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier2018-06-041-0/+1
* linux-user: move mips socket.h definitions to mips/sockbits.hLaurent Vivier2018-05-251-0/+1
* linux-user: move mips/mips64 cpu loop to mips directoryLaurent Vivier2018-04-301-7/+1Star
* linux-user: create a dummy per arch cpu_loop.cLaurent Vivier2018-04-301-0/+26
* linux-user: define TARGET_ARCH_HAS_SETUP_FRAMELaurent Vivier2018-04-301-4/+0Star
* linux-user: move mips/mips64 signal.c parts to mips directoryLaurent Vivier2018-04-302-1/+5
* linux-user: create a dummy per arch signal.cLaurent Vivier2018-04-301-0/+18
* linux-user: MIPS set cpu to r6 CPU if binary is R6YunQiang Su2018-02-251-0/+3
* linux-user: Move CPU type name selection to a functionLaurent Vivier2018-02-251-0/+14
* linux-user: Handle ERFKILL and EHWPOISONRichard Henderson2017-01-231-0/+5
* linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32Aleksandar Markovic2016-10-211-244/+1Star
* linux-user: Add missing TARGET_EDQUOT error code for MipsAleksandar Markovic2016-09-231-0/+2
* linux-user: Use correct target SHMLBA in shmat()Peter Maydell2016-09-211-0/+7
* linux-user: Clean up target_signal.h header guardsMarkus Armbruster2016-07-121-3/+3
* linux-user: Clean up target_syscall.h header guardsMarkus Armbruster2016-07-121-3/+3
* linux-user: Support for restarting system calls for MIPS targetsTimothy E Baldwin2016-05-271-0/+1
* linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specificTimothy E Baldwin2016-05-271-4/+0Star
* linux-user: sync syscall numbers with kernelRiku Voipio2016-02-231-0/+23
* build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...Lluís Vilanova2016-02-231-0/+4
* mips64-linux-user: Fix definition of struct sigaltstackEd Swierk2015-01-271-1/+1
* linux-user: Support target-to-host translation of mlockall argumentTom Musta2014-08-221-0/+2
* linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2Tom Musta2014-08-221-0/+1
* linux-user: set minimum kernel version to 2.6.32Riku Voipio2014-03-101-0/+1
* linux-user: sync syscall numbers upto 3.13Riku Voipio2014-02-181-0/+13
* linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic2013-11-292-0/+20
* linux-user: Clean up handling of clone() argument orderPeter Maydell2013-07-221-0/+2
* linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-091-0/+1
* mipsn32-linux-user: Configure the architecture properlyRichard Henderson2013-03-052-312/+626
* linux-user: Define TARGET_QEMU_ESIGRETURN for mips64Andreas Färber2012-02-021-0/+3
* linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell2011-07-111-0/+13
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-1/+1
* Get rid of _t suffixmalc2009-10-011-1/+1
* linux-user: update syscall listRiku Voipio2009-06-161-0/+9
* More efficient target register / TC accesses.ths2008-06-271-1/+1
* Make MIPS MT implementation more cache friendly.ths2008-02-121-1/+1
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-142-11/+11
* Code provision for n32/n64 mips userland emulation. Not functional yet.ths2007-09-304-0/+779