Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-03-20 | compat: disable edid on correct virtio-gpu device | Cornelia Huck | 1 | -1/+1 |
2020-03-19 | Add rx-softmmu | Yoshinori Sato | 7 | -2/+20 |
2020-03-19 | target/rx: Dump bytes for each insn during disassembly | Richard Henderson | 1 | -1/+15 |
2020-03-19 | target/rx: Collect all bytes during disassembly | Richard Henderson | 1 | -20/+42 |
2020-03-19 | target/rx: Emit all disassembly in one prt() | Richard Henderson | 1 | -36/+39 |
2020-03-19 | target/rx: Use prt_ldmi for XCHG_mr disassembly | Richard Henderson | 1 | -7/+1 |
2020-03-19 | target/rx: Replace operand with prt_ldmi in disassembler | Richard Henderson | 1 | -50/+27 |
2020-03-19 | target/rx: Disassemble rx_index_addr into a string | Richard Henderson | 1 | -99/+55 |
2020-03-19 | target/rx: RX disassembler | Yoshinori Sato | 2 | -0/+1485 |
2020-03-19 | target/rx: CPU definitions | Yoshinori Sato | 8 | -6/+682 |
2020-03-19 | target/rx: TCG helpers | Yoshinori Sato | 3 | -0/+650 |
2020-03-19 | target/rx: TCG translation | Yoshinori Sato | 3 | -0/+3065 |
2020-03-19 | MAINTAINERS: Add entry for the Renesas RX architecture | Yoshinori Sato | 1 | -0/+5 |
2020-03-19 | hw/registerfields.h: Add 8bit and 16bit register macros | Yoshinori Sato | 1 | -0/+30 |
2020-03-19 | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... | Peter Maydell | 8 | -461/+395 |
2020-03-19 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell | 50 | -279/+490 |
2020-03-19 | Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i... | Peter Maydell | 9 | -12/+300 |
2020-03-19 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell | 24 | -127/+61 |
2020-03-19 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-03-17' into ... | Peter Maydell | 42 | -752/+907 |
2020-03-18 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200317' into staging | Peter Maydell | 3 | -241/+122 |
2020-03-18 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1... | Peter Maydell | 54 | -701/+1497 |
2020-03-18 | block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirty | Vladimir Sementsov-Ogievskiy | 1 | -10/+5 |
2020-03-18 | nbd/server: use bdrv_dirty_bitmap_next_dirty_area | Vladimir Sementsov-Ogievskiy | 1 | -40/+19 |