summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* linux-user: update syscall.tbl to Linux v5.13Laurent Vivier2021-07-1315-73/+170
* linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13Laurent Vivier2021-07-131-1/+4
* linux-user: update syscall_nr.h to Linux v5.13Laurent Vivier2021-07-136-6/+46
* fd-trans: Fix race condition on reallocation of the translation table.Owen Anderson2021-07-123-7/+52
* linux-user/syscall: Remove ERRNO_TABLE_SIZE checkPhilippe Mathieu-Daudé2021-07-121-5/+0Star
* linux-user: Simplify host <-> target errno conversion using macrosPhilippe Mathieu-Daudé2021-07-122-145/+154
* linux-user/mips: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-124-423/+220Star
* linux-user/hppa: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-122-210/+214
* linux-user/alpha: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-122-194/+198
* linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé2021-07-1224-7/+139
* linux-user/sparc: Rename target_errno.h -> target_errno_defs.hPhilippe Mathieu-Daudé2021-07-122-3/+3
* linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)Philippe Mathieu-Daudé2021-07-121-1/+1
* linux-user/syscall: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé2021-07-071-94/+94
* linux-user/alpha: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé2021-07-071-99/+97Star
* linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2021-07-072-0/+4
* linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2021-07-071-0/+2
* linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2021-07-071-0/+2
* linux-user: Fix style problems in linuxload.cRichard Henderson2021-07-071-22/+20Star
* linux-user: fill ppid field in /proc/self/statAndreas Schwab2021-07-071-0/+3
* linux-user/elfload: Implement ELF_HWCAP for RISC-VKito Cheng2021-07-071-0/+13
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell2021-06-225-8/+64
|\
| * linux-user: Use public sigev_notify_thread_id member if availableMichael Forney2021-06-201-1/+5
| * linux-user: Fix incorrect use of feature-test-macrosMichael Forney2021-06-201-4/+3Star
| * linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature listKhem Raj2021-06-201-1/+1
| * linux-user: Let sigaction query SIGKILL/SIGSTOPIlya Leoshkevich2021-06-201-1/+5
| * linux-user: Implement pivot_rootYAMAMOTO Takashi2021-06-201-0/+21
| * linux-user/trace-events: fix minor typo in format stringAlex Bennée2021-06-171-1/+1
| * linux-user: Disable static assert involving __SIGRTMAX if it is missingMichael Forney2021-06-151-0/+2
| * linux-user: Set CF_PARALLEL when mapping shared memoryRichard Henderson2021-06-152-0/+26
* | linux-user/s390x: Save and restore psw.mask properlyRichard Henderson2021-06-211-5/+32
* | linux-user: elf: s390x: Prepare for Vector enhancements facilityDavid Hildenbrand2021-06-211-0/+1
|/
* tcg: Re-order tcg_region_init vs tcg_prologue_initRichard Henderson2021-06-111-1/+0Star
* linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]Philippe Mathieu-Daudé2021-06-051-2/+2
* softfloat: Introduce Floatx80RoundPrecRichard Henderson2021-06-031-20/+21
* linux-user/aarch64: Enable hwcap bits for bfloat16Richard Henderson2021-06-031-0/+2
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* linux-user/aarch64: Enable hwcap bits for sve2 and related extensionsRichard Henderson2021-05-251-0/+10
* target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson2021-05-191-3/+0Star
* target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson2021-05-191-3/+0Star
* linux-user/elfload: add s390x core dumping supportIlya Leoshkevich2021-05-181-0/+33
* linux-user/elfload: fix filling psinfo->pr_psargsIlya Leoshkevich2021-05-181-2/+3
* linux-user: Tidy TARGET_NR_rt_sigactionRichard Henderson2021-05-181-19/+13Star
* linux-user/alpha: Share code for TARGET_NR_sigactionRichard Henderson2021-05-182-37/+7Star
* linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson2021-05-183-37/+7Star
* linux-user: Honor TARGET_ARCH_HAS_SA_RESTORER in do_syscallRichard Henderson2021-05-181-0/+4
* linux-user: Pass ka_restorer to do_sigactionRichard Henderson2021-05-183-15/+11Star
* linux-user/alpha: Rename the sigaction restorer fieldRichard Henderson2021-05-183-7/+7
* linux-user/alpha: Fix rt sigframe returnRichard Henderson2021-05-181-1/+1
* linux-user: use GDateTime for formatting timestamp for core fileDaniel P. Berrangé2021-05-181-27/+9Star
* linux-user: Fix erroneous conversion in copy_file_rangeGiuseppe Musacchio2021-05-181-1/+2