aboutsummaryrefslogtreecommitdiff
path: root/linux-user/arm
AgeCommit message (Expand)Author
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell
2018-06-04linux-user: move generic signal definitions to generic/signal.hLaurent Vivier
2018-06-04linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier
2018-06-04linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar...Laurent Vivier
2018-06-04linux-user: move generic fcntl definitions to generic/fcntl.hLaurent Vivier
2018-05-25linux-user: move socket.h generic definitions to generic/sockbits.hLaurent Vivier
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier
2018-05-03linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier
2018-05-03linux-user: ARM-FDPIC: Add support for signals for FDPIC targetsChristophe Lyon
2018-04-30linux-user: Add ARM get_tls syscall supportChristophe Lyon
2018-04-30linux-user: move arm cpu loop to arm directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier
2018-04-30linux-user: define TARGET_ARCH_HAS_SETUP_FRAMELaurent Vivier
2018-04-30linux-user: move arm signal.c parts to arm directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch signal.cLaurent Vivier
2018-02-25linux-user: Move CPU type name selection to a functionLaurent Vivier
2018-02-18linux-user: Implement ioctl cmd TIOCGPTPEERAndreas Schwab
2018-01-11linux-user/arm/nwfpe: Check coprocessor number for FPA emulationPeter Maydell
2017-10-16linux-user: Tidy and enforce reserved_va initializationRichard Henderson
2016-09-22linux-user: fix TARGET_NR_selectLaurent Vivier
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-12linux-user: Clean up target_structs.h header guardsMarkus Armbruster
2016-07-12linux-user: Clean up target_signal.h header guardsMarkus Armbruster
2016-07-12linux-user: Clean up target_cpu.h header guardsMarkus Armbruster
2016-07-12linux-user: Clean up target_syscall.h header guardsMarkus Armbruster
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-05-27linux-user: arm: Remove ARM_cpsr and similar #definesPeter Maydell
2016-05-27linux-user: Support for restarting system calls for ARM targetsTimothy E Baldwin
2016-02-26target-arm: Add write_type argument to cpsr_write()Peter Maydell
2016-02-23build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...LluĂ­s Vilanova
2016-02-23all: Clean up includesPeter Maydell
2016-01-29linux-user: Clean up includesPeter Maydell
2016-01-11Add missing syscall nrs. according to more recent Linux kernelsJohan Ouwerkerk
2015-05-18linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_createTimothy Baldwin
2015-03-16linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUspull-target-arm-20150316Mikhail Ilyin
2015-01-27linux-user/arm/nwfpe: Delete unused aCC arrayPeter Maydell
2014-12-11target-arm: make c13 cp regs banked (FCSEIDR, ...)Fabian Aggeler
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