summaryrefslogtreecommitdiffstats
path: root/linux-user/hexagon
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+1
* Clean up decorations and whitespace around header guardsMarkus Armbruster2022-05-111-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-011-0/+1
* linux-user: Move target_struct.h generic definitions to generic/Richard Henderson2022-01-111-54/+1Star
* linux-user: Split out do_prctl and subroutinesRichard Henderson2022-01-061-0/+1
* linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao2022-01-061-11/+0Star
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-202-2/+2
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-201-1/+1
* target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell2021-12-151-0/+1
* target/hexagon: Remove hexagon_cpu_tlb_fillRichard Henderson2021-11-021-23/+1Star
* linux-user/hexagon: Implement setup_sigtrampRichard Henderson2021-10-012-2/+19
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-132-0/+2
* linux-user: Split signal-related prototypes into signal-common.hPeter Maydell2021-09-131-0/+1
* linux-user: update syscall_nr.h to Linux v5.13Laurent Vivier2021-07-131-1/+11
* linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-121-0/+7
* linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson2021-05-151-1/+1
* linux-user: Use target_restore_altstack in all sigreturnRichard Henderson2021-05-151-5/+1Star
* Hexagon (target/hexagon) use env_archcpu and env_cpuTaylor Simpson2021-05-011-1/+1
* Hexagon (linux-user/hexagon) Linux user emulationTaylor Simpson2021-02-1811-0/+960