aboutsummaryrefslogtreecommitdiff
path: root/linux-user/arm
AgeCommit message (Expand)Author
2014-10-06linux-user: Enable epoll_pwait syscall for ARMPeter Maydell
2014-08-22linux-user: Support target-to-host translation of mlockall argumentTom Musta
2014-08-22linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2Tom Musta
2014-06-24Add support for the arm breakpoint syscallHunter Laux
2014-03-10linux-user: set minimum kernel version to 2.6.32Riku Voipio
2014-02-18linux-user: sync syscall numbers upto 3.13Riku Voipio
2014-01-07target-arm: Widen thread-local register state fields to 64 bitsPeter Maydell
2013-11-29linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic
2013-07-22linux-user: Clean up handling of clone() argument orderPeter Maydell
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-08linux-user: Merge pread/pwrite into pread64/pwrite64Peter Maydell
2012-06-07build: move *-user/ objects to nested Makefile.objsPaolo Bonzini
2012-04-06linux-user/arm/syscall_nr.h: Add syscall number for ppollPeter Maydell
2011-12-06linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 charactersPeter Maydell
2011-07-11linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell
2011-04-25linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PCPeter Maydell
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-02-10linux-user/arm: fix compilation failures using softfloat's struct typesPeter Maydell
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl
2011-01-07linux-user: Fix incorrect NaN detection in ARM nwfpe emulationPeter Maydell
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-03-26linux-user: Add the syscall id for pselect6 on ARMMichael Casadevall
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl
2009-10-02linux-user: fix up oversealous nitpickingMichael S. Tsirkin
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-30linux-user: fix old style decrement usageMichael S. Tsirkin
2009-09-25static and inline should came before the type of the functionsJuan Quintela
2009-09-21Export tables properly to avoid a Sparse warningBlue Swirl
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-06-16linux-user: update syscall listRiku Voipio
2009-05-04Fix compiler warnings in nwfpe code.Paul Brook
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-05-29Implement ARM magic kernel page and TLS register.pbrook
2008-04-09Move target-arm/nwfpe into linux-user/arm/nwfpeaurel32
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir1
2007-09-27Move get_sp_from_cpustate from cpu.h to target_signal.h.ths
2007-09-27linux-user sigaltstack() syscall, by Thayne Harbaugh.ths
2007-09-24Update Linux kernel syscall list.ths
2007-09-23Sync termbits.h with current Linux kernel.ths
2006-11-19Add missing ARM syscall numbers.pbrook
2005-04-27ARM Thumb syscalls (Paul Brook)bellard
2005-04-23ARM "Angel" semihosting syscalls (Paul Brook)bellard
2005-01-31armv5te support (Paul Brook)bellard
2004-12-06utimes() supportbellard