Age | Commit message (Expand) | Author |
2020-01-22 | linux-user: Add support for read/clear RTC voltage low detector using ioctls | Filip Bozuta |
2020-01-22 | linux-user: Add support for getting/setting RTC PLL correction using ioctls | Filip Bozuta |
2020-01-22 | linux-user: Add support for getting/setting RTC wakeup alarm using ioctls | Filip Bozuta |
2020-01-22 | linux-user: Add support for getting/setting RTC periodic interrupt and epoch ... | Filip Bozuta |
2020-01-22 | linux-user: Add support for getting/setting RTC time and alarm using ioctls | Filip Bozuta |
2020-01-22 | linux-user: Add support for enabling/disabling RTC features using ioctls | Filip Bozuta |
2020-01-22 | linux-user: Add support for TYPE_LONG and TYPE_ULONG in do_ioctl() | Filip Bozuta |
2020-01-22 | linux-user: Add support for KCOV_INIT_TRACE ioctl | Aleksandar Markovic |
2020-01-22 | linux-user: Add support for KCOV_<ENABLE|DISABLE> ioctls | Aleksandar Markovic |
2020-01-22 | linux-user: Add support for FDFMT<BEG|TRK|END> ioctls | Aleksandar Markovic |
2020-01-22 | linux-user: Add support for FD<SETEMSGTRESH|SETMAXERRS|GETMAXERRS> ioctls | Aleksandar Markovic |
2020-01-22 | linux-user: Add support for FS_IOC32_<GET|SET>VERSION ioctls | Aleksandar Markovic |
2020-01-22 | linux-user: Add support for FS_IOC32_<GET|SET>FLAGS ioctls | Aleksandar Markovic |
2020-01-22 | linux-user: Add support for FS_IOC_<GET|SET>VERSION ioctls | Aleksandar Markovic |
2020-01-22 | linux-user: Reserve space for brk | Richard Henderson |
2020-01-22 | linux-user:Fix align mistake when mmap guest space | Xinyu Li |
2020-01-15 | tcg: Search includes from the project root source directory | Philippe Mathieu-Daudé |
2020-01-15 | linux-user: Include tcg.h in syscall.c | Richard Henderson |
2020-01-09 | semihosting: add qemu_semihosting_console_inc for SYS_READC | Keith Packard |
2020-01-09 | target/arm: only update pc after semihosting completes | Alex Bennée |
2019-12-19 | linux-user: convert target_munmap debug to a tracepoint | Alex Bennée |
2019-12-19 | linux-user: log page table changes under -d page | Alex Bennée |
2019-12-19 | linux-user: add target_mmap_complete tracepoint | Alex Bennée |
2019-12-19 | linux-user: convert target_mmap debug to tracepoint | Alex Bennée |
2019-12-19 | linux-user: convert target_mprotect debug to tracepoint | Alex Bennée |
2019-12-17 | target/ppc: Implement the VTB for HV access | Suraj Jitindar Singh |
2019-12-16 | target/arm: Add support for DC CVAP & DC CVADP ins | Beata Michalska |
2019-11-25 | linux-user: fix translation of statx structures | Ariadne Conill |
2019-11-12 | linux-user: remove host stime() syscall | Laurent Vivier |
2019-11-12 | linux-user: fix missing break | Laurent Vivier |
2019-11-06 | linux-user/alpha: Set r20 secondary return value | Richard Henderson |
2019-11-06 | linux-user/sparc: Fix cpu_clone_regs_* | Richard Henderson |
2019-11-06 | linux-user: Introduce cpu_clone_regs_parent | Richard Henderson |
2019-11-06 | linux-user: Rename cpu_clone_regs to cpu_clone_regs_child | Richard Henderson |
2019-11-06 | linux-user/sparc64: Fix target_signal_frame | Richard Henderson |
2019-11-06 | linux-user/sparc: Fix WREG usage in setup_frame | Richard Henderson |
2019-11-06 | linux-user/sparc: Use WREG_SP constant in sparc/signal.c | Richard Henderson |
2019-11-06 | linux-user/sparc: Begin using WREG constants in sparc/signal.c | Richard Henderson |
2019-11-06 | linux-user/sparc: Use WREG constants in sparc/target_cpu.h | Richard Henderson |
2019-11-05 | linux-user: Support for NETLINK socket options | Josh Kunz |
2019-10-30 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'... | Peter Maydell |
2019-10-28 | linux-user: support -plugin option | Lluís Vilanova |
2019-10-28 | *-user: plugin syscalls | Emilio G. Cota |
2019-10-28 | *-user: notify plugin of exit | Emilio G. Cota |
2019-10-28 | linux-user/riscv: Propagate fault address | Giuseppe Musacchio |
2019-10-24 | linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIAN | Richard Henderson |
2019-10-24 | linux-user/aarch64: Rebuild hflags for TARGET_WORDS_BIGENDIAN | Richard Henderson |
2019-10-24 | target/arm: Rebuild hflags at EL changes | Richard Henderson |
2019-10-21 | linux-user/syscall: Align target_sockaddr fields using ABI types | Philippe Mathieu-Daudé |
2019-10-21 | linux-user/strace: Let print_sockaddr() have a 'last' argument | Philippe Mathieu-Daudé |