summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-0/+1
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-051-1/+5
* linux-user: Remove obsolete F_SHLCK and F_EXLCK translationMichael Forney2021-01-213-9/+0Star
* linux-user: Add IPv6 options to do_print_sockopt()Shu-Chun Weng2021-01-211-0/+109
* linux-user: add missing IPv6 get/setsockopt optionShu-Chun Weng2021-01-201-0/+4
* linux-user: add missing UDP get/setsockopt optionShu-Chun Weng2021-01-202-2/+11
* linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng2021-01-203-13/+50
* riscv: Add semihosting support for user modeKito Cheng2021-01-181-0/+5
* riscv: Add semihosting supportKeith Packard2021-01-182-5/+7
* semihosting: Change common-semi API to be architecture-independentKeith Packard2021-01-182-2/+4
* semihosting: Move ARM semihosting code to shared directoriesKeith Packard2021-01-183-3/+1Star
* gdbstub: drop CPUEnv from gdb_exit()Alex Bennée2021-01-181-1/+1
* target/mips: Extract FPU helpers to 'fpu_helper.h'Philippe Mathieu-Daudé2021-01-141-0/+1
* target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6Philippe Mathieu-Daudé2021-01-141-1/+1
* target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2Philippe Mathieu-Daudé2021-01-141-1/+1
* target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6Philippe Mathieu-Daudé2021-01-141-2/+1Star
* target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2Philippe Mathieu-Daudé2021-01-141-1/+0Star
* tcg: Add --accel tcg,split-wx propertyRichard Henderson2021-01-071-1/+1
* linux-user: Conditionalize TUNSETVNETLERichard Henderson2021-01-071-0/+2
* linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell2020-12-181-4/+3Star
* linux-user/sparc: Don't restore %g7 in sparc64_set_context()Peter Maydell2020-12-181-1/+1
* linux-user/sparc: Remove unneeded checks of 'err' from sparc64_get_context()Peter Maydell2020-12-181-4/+0Star
* linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell2020-12-181-31/+43
* linux-user: Add most IFTUN ioctlsShu-Chun Weng2020-12-183-0/+115
* linux-user: Implement copy_file_rangeAndreas Schwab2020-12-181-0/+42
* linux-user: Add support for MIPS Loongson 2F/3APhilippe Mathieu-Daudé2020-12-171-0/+2
* linux-user/elfload: Update HWCAP bits from linux 5.7Philippe Mathieu-Daudé2020-12-171-0/+13
* linux-user/elfload: Introduce MIPS GET_FEATURE_REG_EQU() macroPhilippe Mathieu-Daudé2020-12-171-1/+11
* linux-user/elfload: Introduce MIPS GET_FEATURE_REG_SET() macroPhilippe Mathieu-Daudé2020-12-171-1/+5
* linux-user/elfload: Rename MIPS GET_FEATURE() as GET_FEATURE_INSN()Philippe Mathieu-Daudé2020-12-171-4/+4
* linux-user/elfload: Move GET_FEATURE macro out of get_elf_hwcap() bodyPhilippe Mathieu-Daudé2020-12-171-5/+5
* linux-user/mmap.c: check range of mremap result in target address spaceTobias Koch2020-12-171-9/+12
* linux-user: remove GNUC checkMarc-André Lureau2020-12-151-4/+0Star
* plugin: propagate errorsPaolo Bonzini2020-12-151-3/+1Star
* configure / meson: Move check for linux/btrfs.h to meson.buildThomas Huth2020-12-132-2/+2
* configure / meson: Move check for sys/kcov.h to meson.buildThomas Huth2020-12-132-2/+2
* linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpointsPeter Maydell2020-11-231-0/+28
* linux-user,netlink: add IFLA_BRPORT_MRP_RING_OPEN, IFLA_BRPORT_MRP_IN_OPENLaurent Vivier2020-11-171-0/+11
* linux-user,netlink: fix message translation with ip commandLaurent Vivier2020-11-171-4/+3Star
* linux user: Fix Lesser GPL version numberChetan Pant2020-11-1529-29/+29
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell2020-11-1116-49/+56
|\
| * linux-user: Prevent crash in epoll_ctlLemonBoy2020-11-111-9/+17
| * linux-user: Correct definition of stack_tLemonBoy2020-11-1115-40/+39Star
* | trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-4/+2Star
|/
* linux-user/sparc: Don't zero high half of PC, NPC, PSR in sigreturnPeter Maydell2020-11-101-1/+1
* linux-user/sparc: Correct set/get_context handling of fp and i7Peter Maydell2020-11-101-25/+22Star
* linux-user/sparc: Fix errors in target_ucontext structuresPeter Maydell2020-11-101-4/+9
* linux-user: Check copy_from_user() return value in vma_dump_size()Peter Maydell2020-11-041-1/+3
* linux-user/syscall: Fix missing target_to_host_timespec64() checkAlistair Francis2020-11-041-1/+3
* linux-user: Use "!= 0" when checking if MAP_FIXED_NOREPLACE is non-zeroPeter Maydell2020-11-041-1/+2