Age | Commit message (Expand) | Author |
2018-04-30 | linux-user: move ppc/ppc64 signal.c parts to ppc directory | Laurent Vivier |
2018-04-30 | linux-user: move mips/mips64 signal.c parts to mips directory | Laurent Vivier |
2018-04-30 | linux-user: move sparc/sparc64 signal.c parts to sparc directory | Laurent Vivier |
2018-04-30 | linux-user: move i386/x86_64 signal.c parts to i386 directory | Laurent Vivier |
2018-04-30 | linux-user: move xtensa signal.c parts to xtensa directory | Laurent Vivier |
2018-04-30 | linux-user: move hppa signal.c parts to hppa directory | Laurent Vivier |
2018-04-30 | linux-user: move riscv signal.c parts to riscv directory | Laurent Vivier |
2018-04-30 | linux-user: move tilegx signal.c parts to tilegx directory | Laurent Vivier |
2018-04-30 | linux-user: move alpha signal.c parts to alpha directory | Laurent Vivier |
2018-04-30 | linux-user: move m68k signal.c parts to m68k directory | Laurent Vivier |
2018-04-30 | linux-user: move s390x signal.c parts to s390x directory | Laurent Vivier |
2018-04-30 | linux-user: move openrisc signal.c parts to openrisc directory | Laurent Vivier |
2018-04-30 | linux-user: move nios2 signal.c parts to nios2 directory | Laurent Vivier |
2018-04-30 | linux-user: move cris signal.c parts to cris directory | Laurent Vivier |
2018-04-30 | linux-user: move microblaze signal.c parts to microblaze directory | Laurent Vivier |
2018-04-30 | linux-user: move sh4 signal.c parts to sh4 directory | Laurent Vivier |
2018-04-30 | linux-user: move arm signal.c parts to arm directory | Laurent Vivier |
2018-04-30 | linux-user: move aarch64 signal.c parts to aarch64 directory | Laurent Vivier |
2018-04-30 | linux-user: create a dummy per arch signal.c | Laurent Vivier |
2018-04-30 | linux-user: Fix getdents emulation for 64 bit guest on 32 bit host | Peter Maydell |
2018-04-30 | linux-user: set minimum uname for RISC-V | Alex Bennée |
2018-04-27 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180427-pull-request' ... | Peter Maydell |
2018-04-27 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180427-pull-request' i... | Peter Maydell |
2018-04-27 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.13-20180427' int... | Peter Maydell |
2018-04-27 | ui: introduce vfio_display_reset | Tina Zhang |
2018-04-27 | console: introduce dpy_gfx_update_full | Tina Zhang |
2018-04-27 | sdl: Allow OpenGL ES context creation | Elie Tournier |
2018-04-27 | ccid-card: include libcacard.h only | Michal Privoznik |
2018-04-27 | Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_option | John Thomson |
2018-04-27 | ccid: Fix dwProtocols advertisement of T=0 | Jason Andryuk |
2018-04-27 | Clear mem_path if we fall back to anonymous RAM allocation | David Gibson |
2018-04-27 | spapr: Set compatibility mode before the rest of spapr_cpu_reset() | David Gibson |
2018-04-27 | target/ppc: Don't bother with MSR_EP in cpu_ppc_set_papr() | David Gibson |
2018-04-27 | spapr: Support ibm,dynamic-memory-v2 property | Bharata B Rao |
2018-04-27 | ppc: e500: switch E500 based machines to full machine definition | Igor Mammedov |
2018-04-27 | spapr: Add ibm,max-associativity-domains property | Serhii Popovych |
2018-04-27 | target/ppc: Fold slb_nr into PPCHash64Options | David Gibson |
2018-04-27 | target/ppc: Get rid of POWERPC_MMU_VER() macros | David Gibson |
2018-04-27 | target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_model | David Gibson |
2018-04-27 | target/ppc: Fold ci_large_pages flag into PPCHash64Options | David Gibson |
2018-04-27 | target/ppc: Move 1T segment and AMR options to PPCHash64Options | David Gibson |
2018-04-27 | target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs | David Gibson |
2018-04-27 | target/ppc: Split page size information into a separate allocation | David Gibson |
2018-04-27 | target/ppc: Move page size setup to helper function | David Gibson |
2018-04-27 | target/ppc: Remove fallback 64k pagesize information | David Gibson |
2018-04-27 | target/ppc: Avoid taking "env" parameter to mmu-hash64 functions | David Gibson |
2018-04-27 | target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop() | David Gibson |
2018-04-27 | target/ppc: Simplify cpu valid check in ppc_cpu_realize | David Gibson |
2018-04-27 | target/ppc: Standardize instance_init and realize function names | David Gibson |
2018-04-27 | spapr: drop useless dynamic sysbus device sanity check | Greg Kurz |