Age | Commit message (Expand) | Author |
2024-04-24 | linux-user: Add FITRIM ioctl | Michael Vogt |
2024-04-24 | target/nios2: Remove the deprecated Nios II target | Philippe Mathieu-Daudé |
2024-03-12 | linux-user: Add FIFREEZE and FITHAW ioctls | Michael Vogt |
2023-07-15 | linux-user: Split TARGET_PROT_* out of syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Split TARGET_MAP_* out of syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_uint not unsigned in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_short not short in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_ushort not unsigned short in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_int not int in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_llong not long long in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_ullong not unsigned long long in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_uint not unsigned int in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_llong not int64_t in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_ullong not uint64_t in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_int not int32_t in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Use abi_uint not uint32_t in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Remove #if 0 block in syscall_defs.h | Richard Henderson |
2023-07-15 | linux-user: Reformat syscall_defs.h | Richard Henderson |
2023-03-30 | linux-user/sparc: Don't use 16-bit UIDs on SPARC V9 | Philippe Mathieu-Daudé |
2023-03-10 | linux-user/sparc: Handle tag overflow traps | Richard Henderson |
2022-10-17 | linux-user: Fix struct statfs ABI on loongarch64 | WANG Xuerui |
2022-09-27 | linux-user: Implement PI futexes | Richard Henderson |
2022-09-27 | linux-user: Fix TARGET_PROT_SEM for XTENSA | Helge Deller |
2022-07-04 | linux-user: Add LoongArch syscall support | Song Gao |
2022-02-09 | linux-user: Remove the deprecated ppc64abi32 target | Thomas Huth |
2022-02-01 | linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h | Serge Belyshev |
2022-01-27 | linux-user/alpha: Fix target rlimits for alpha and rearrange for clarity | Serge Belyshev |
2022-01-11 | linux-user/hppa: Set FPE_CONDTRAP for COND | Richard Henderson |
2022-01-11 | linux-user: Remove TARGET_NSIGFPE | Richard Henderson |
2022-01-11 | linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap | Richard Henderson |
2022-01-06 | linux-user: call set/getscheduler set/getparam directly | Tonis Tiigi |
2022-01-06 | linux-user: add sched_getattr support | Tonis Tiigi |
2022-01-06 | linux-user/hexagon: Use generic target_stat64 structure | Philippe Mathieu-Daudé |
2021-11-29 | linux-user: implement more loop ioctls | Andreas Schwab |
2021-11-21 | linux-user: Fix member types of target_dirent64 | Richard Henderson |
2021-11-21 | linux-user: Always use flexible arrays for dirent d_name | Richard Henderson |
2021-07-12 | linux-user: Extract target errno to 'target_errno_defs.h' | Philippe Mathieu-Daudé |
2021-05-18 | linux-user/alpha: Share code for TARGET_NR_sigaction | Richard Henderson |
2021-05-18 | linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORER | Richard Henderson |
2021-05-18 | linux-user: Pass ka_restorer to do_sigaction | Richard Henderson |
2021-05-18 | linux-user/alpha: Rename the sigaction restorer field | Richard Henderson |
2021-03-09 | Remove deprecated target tilegx | Thomas Huth |
2021-02-18 | Hexagon (linux-user/hexagon) Linux user emulation | Taylor Simpson |
2021-02-16 | linux-user/aarch64: Implement PROT_MTE | Richard Henderson |
2021-01-20 | linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls | Shu-Chun Weng |
2020-12-18 | linux-user: Add most IFTUN ioctls | Shu-Chun Weng |
2020-12-13 | configure / meson: Move check for linux/btrfs.h to meson.build | Thomas Huth |
2020-10-27 | linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI | Richard Henderson |
2020-09-06 | linux-user: Protect btrfs ioctl target definitions | Filip Bozuta |
2020-09-03 | linux-user: Add support for btrfs ioctls used to scrub a filesystem | Filip Bozuta |