Age | Commit message (Expand) | Author | Files | Lines |
2020-03-23 | Documentation: create/move s390x documentation | Cornelia Huck | 5 | -3/+30 |
2020-03-22 | Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pull-request' into s... | Peter Maydell | 1 | -0/+0 |
2020-03-22 | slirp: update submodule to v4.2.0+ | Marc-André Lureau | 1 | -0/+0 |
2020-03-22 | Update copyright date for user-facing copyright strings | Peter Maydell | 2 | -2/+2 |
2020-03-21 | iotests: Increase pause_wait() timeout | Kevin Wolf | 1 | -1/+1 |
2020-03-21 | python/qemu: Kill QEMU process if 'quit' doesn't work | Kevin Wolf | 1 | -0/+1 |
2020-03-21 | iotests.py: Enable faulthandler | Kevin Wolf | 1 | -0/+3 |
2020-03-21 | Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta... | Peter Maydell | 4 | -45/+39 |
2020-03-21 | Merge remote-tracking branch 'remotes/alistair/tags/pull-dtc-next-20200320-1'... | Peter Maydell | 1 | -1/+6 |
2020-03-21 | hw/rdma: avoid suspicious strncpy() use | Stefan Hajnoczi | 1 | -0/+1 |
2020-03-21 | hw/rdma: Skip data-path mr_id translation | Yuval Shaia | 3 | -19/+20 |
2020-03-21 | hw/rdma: Cosmetic change - no need for two sge arrays | Yuval Shaia | 1 | -24/+16 |
2020-03-21 | hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpy | Julia Suvorova | 1 | -2/+2 |
2020-03-20 | device_tree: Add info message when dumping dtb to file | Leonardo Bras | 1 | -1/+6 |
2020-03-20 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re... | Peter Maydell | 82 | -7838/+9465 |
2020-03-20 | linux-user, openrisc: sync syscall numbers with kernel v5.5 | Laurent Vivier | 1 | -247/+62 |
2020-03-20 | linux-user, nios2: sync syscall numbers with kernel v5.5 | Laurent Vivier | 1 | -330/+320 |
2020-03-20 | linux-user, aarch64: sync syscall numbers with kernel v5.5 | Laurent Vivier | 1 | -5/+29 |
2020-03-20 | scripts: add a script to generate syscall_nr.h | Laurent Vivier | 2 | -0/+103 |
2020-03-20 | linux-user,mips: update syscall-args-o32.c.inc | Laurent Vivier | 3 | -438/+494 |
2020-03-20 | linux-user,mips: move content of mips_syscall_args | Laurent Vivier | 2 | -439/+439 |
2020-03-20 | linux-user: update syscall.tbl from linux 0bf999f9c5e7 | Laurent Vivier | 15 | -1/+31 |
2020-03-20 | linux-user, scripts: add a script to update syscall.tbl | Laurent Vivier | 2 | -0/+50 |
2020-03-20 | linux-user, mips64: add syscall table generation support | Laurent Vivier | 7 | -726/+777 |
2020-03-20 | linux-user, mips: add syscall table generation support | Laurent Vivier | 6 | -426/+469 |
2020-03-20 | linux-user, x86_64: add syscall table generation support | Laurent Vivier | 6 | -357/+438 |
2020-03-20 | linux-user, i386: add syscall table generation support | Laurent Vivier | 6 | -388/+478 |
2020-03-20 | linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctl | Laurent Vivier | 2 | -10/+13 |
2020-03-20 | linux-user, sparc, sparc64: add syscall table generation support | Laurent Vivier | 10 | -730/+1047 |
2020-03-20 | linux-user, s390x: add syscall table generation support | Laurent Vivier | 6 | -332/+480 |
2020-03-20 | linux-user, s390x: remove syscall definitions for !TARGET_S390X | Laurent Vivier | 1 | -190/+123 |
2020-03-20 | linux-user, ppc: add syscall table generation support | Laurent Vivier | 7 | -404/+567 |
2020-03-20 | linux-user, arm: add syscall table generation support | Laurent Vivier | 7 | -450/+499 |
2020-03-20 | linux-user, microblaze: add syscall table generation support | Laurent Vivier | 6 | -443/+483 |
2020-03-20 | linux-user, sh4: add syscall table generation support | Laurent Vivier | 6 | -442/+480 |
2020-03-20 | linux-user, xtensa: add syscall table generation support | Laurent Vivier | 6 | -470/+448 |
2020-03-20 | linux-user, m68k: add syscall table generation support | Laurent Vivier | 6 | -435/+477 |
2020-03-20 | linux-user, hppa: add syscall table generation support | Laurent Vivier | 6 | -359/+475 |
2020-03-20 | linux-user, alpha: add syscall table generation support | Laurent Vivier | 6 | -493/+520 |
2020-03-20 | linux-user: introduce parameters to generate syscall_nr.h | Laurent Vivier | 2 | -1/+16 |
2020-03-20 | linux-user/riscv: Update the syscall_nr's to the 5.5 kernel | Alistair Francis | 4 | -293/+599 |
2020-03-20 | linux-user/syscall: Add support for clock_gettime64/clock_settime64 | Alistair Francis | 1 | -0/+39 |
2020-03-20 | linux-user: Protect more syscalls | Alistair Francis | 2 | -2/+68 |
2020-03-20 | linux-user: Update TASK_UNMAPPED_BASE for aarch64 | Lirong Yuan | 1 | -0/+4 |
2020-03-20 | linux-user: fix socket() strace | Laurent Vivier | 1 | -1/+7 |
2020-03-20 | linux-user: do prlimit selectively | Tobias Koch | 1 | -1/+4 |
2020-03-20 | linux-user: Add AT_EXECFN auxval | Lirong Yuan | 1 | -1/+2 |
2020-03-20 | Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'... | Peter Maydell | 4 | -0/+332 |
2020-03-20 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/target_renesas_rx-20... | Peter Maydell | 23 | -2/+5897 |
2020-03-20 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200320-pull-request' ... | Peter Maydell | 1 | -1/+1 |