summaryrefslogtreecommitdiffstats
path: root/linux-user/cris
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Report error message on stderr, rather than stdoutPhilippe Mathieu-Daudé2018-07-091-1/+1
* linux-user: Do not report "syscall not implemented" by defaultPhilippe Mathieu-Daudé2018-07-091-2/+2
* linux-user: move generic signal definitions to generic/signal.hLaurent Vivier2018-06-041-0/+2
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-043-8/+4Star
* linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier2018-06-041-0/+11
* linux-user: move socket.h generic definitions to generic/sockbits.hLaurent Vivier2018-05-251-0/+1
* linux-user: move cris cpu loop to cris directoryLaurent Vivier2018-04-301-0/+89
* 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-5/+1Star
* linux-user: move cris signal.c parts to cris directoryLaurent Vivier2018-04-302-1/+176
* linux-user: create a dummy per arch signal.cLaurent Vivier2018-04-301-0/+18
* linux-user: Move CPU type name selection to a functionLaurent Vivier2018-02-251-0/+14
* linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab2018-02-181-0/+1
* linux-user: Clean up target_structs.h header guardsMarkus Armbruster2016-07-121-2/+2
* linux-user: Clean up target_signal.h header guardsMarkus Armbruster2016-07-121-3/+3
* linux-user: Clean up target_cpu.h header guardsMarkus Armbruster2016-07-121-2/+2
* linux-user: Clean up target_syscall.h header guardsMarkus Armbruster2016-07-121-2/+2
* linux-user: Support for restarting system calls for CRIS targetsTimothy E Baldwin2016-05-271-0/+1
* linux-user: sync syscall numbers with kernelRiku Voipio2016-02-231-0/+24
* build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...Lluís Vilanova2016-02-231-0/+0
* 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-1/+1
* linux-user: sync syscall numbers upto 3.13Riku Voipio2014-02-181-0/+1
* linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic2013-11-291-0/+58
* 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/+36
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+5
* linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell2011-07-111-0/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-1/+1
* Get rid of _t suffixmalc2009-10-011-1/+1
* CRIS: Add a bunch of syscall numbers.edgar_igl2009-01-071-0/+44
* Remove unnecessary trailing newlinesblueswir12008-12-132-2/+0Star
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-4/+4
* CRIS Linux usermode emulation, part 1. By Edgar E. Iglesias.ths2007-10-084-0/+571