summaryrefslogtreecommitdiffstats
path: root/linux-user/arm
Commit message (Expand)AuthorAgeFilesLines
* linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_createTimothy Baldwin2015-05-181-1/+1
* linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUsMikhail Ilyin2015-03-161-1/+14
* linux-user/arm/nwfpe: Delete unused aCC arrayPeter Maydell2015-01-271-22/+0
* target-arm: make c13 cp regs banked (FCSEIDR, ...)Fabian Aggeler2014-12-111-1/+1
* linux-user: Enable epoll_pwait syscall for ARMPeter Maydell2014-10-061-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/+2
* Add support for the arm breakpoint syscallHunter Laux2014-06-241-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/+6
* target-arm: Widen thread-local register state fields to 64 bitsPeter Maydell2014-01-071-1/+1
* linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic2013-11-291-0/+52
* 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/+35
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-197-7/+7
* linux-user: Merge pread/pwrite into pread64/pwrite64Peter Maydell2012-12-081-2/+2
* build: move *-user/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-0/+2
* linux-user/arm/syscall_nr.h: Add syscall number for ppollPeter Maydell2012-04-061-1/+1
* linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 charactersPeter Maydell2011-12-061-17/+17
* linux-user: Add syscall numbers from kernel 2.6.39.2Peter Maydell2011-07-111-0/+13
* linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PCPeter Maydell2011-04-253-6/+6
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-1/+1
* linux-user/arm: fix compilation failures using softfloat's struct typesPeter Maydell2011-02-102-17/+17
* Delete useless 'extern' qualifiers for functionsBlue Swirl2011-01-232-5/+5
* linux-user: Fix incorrect NaN detection in ARM nwfpe emulationPeter Maydell2011-01-071-7/+7
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-7/+7
* linux-user: Add the syscall id for pselect6 on ARMMichael Casadevall2010-03-261-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2010-03-0712-24/+12
* linux-user: fix up oversealous nitpickingMichael S. Tsirkin2009-10-021-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-1/+1
* Get rid of _t suffixmalc2009-10-011-1/+1
* linux-user: fix old style decrement usageMichael S. Tsirkin2009-09-301-1/+1
* static and inline should came before the type of the functionsJuan Quintela2009-09-251-1/+1
* Export tables properly to avoid a Sparse warningBlue Swirl2009-09-211-3/+4
* Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl2009-09-211-1/+1
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-272-4/+4
* linux-user: update syscall listRiku Voipio2009-06-161-0/+9
* Fix compiler warnings in nwfpe code.Paul Brook2009-05-045-86/+47
* Remove unnecessary trailing newlinesblueswir12008-12-132-2/+0
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-3/+3
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-10/+10
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-302-4/+0
* Implement ARM magic kernel page and TLS register.pbrook2008-05-291-1/+3
* Move target-arm/nwfpe into linux-user/arm/nwfpeaurel322008-04-0912-0/+2674
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-142-5/+5
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-0/+5
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+24
* Update Linux kernel syscall list.ths2007-09-241-0/+31
* Sync termbits.h with current Linux kernel.ths2007-09-231-1/+3
* Add missing ARM syscall numbers.pbrook2006-11-191-1/+66
OpenPOWER on IntegriCloud