Age | Commit message (Expand) | Author | Files | Lines |
2010-05-09 | sparc: Fix lazy flag calculation on interrupts, refactor | Blue Swirl | 1 | -2/+2 |
2010-05-05 | Better default guest_base | Paul Brook | 1 | -6/+67 |
2010-05-05 | Remove PAGE_RESERVED | Paul Brook | 2 | -25/+0 |
2010-04-27 | target-alpha: Fix load-locked/store-conditional. | Richard Henderson | 1 | -0/+55 |
2010-04-27 | target-alpha: Enable NPTL. | Richard Henderson | 1 | -1/+1 |
2010-04-27 | target-alpha: Implement rs/rc properly. | Richard Henderson | 1 | -1/+6 |
2010-04-26 | linux-user: Fix sparc32plus stat64 syscalls. | Richard Henderson | 1 | -1/+1 |
2010-04-25 | linux-user: Fix Sparc64 syscall returns. | Richard Henderson | 1 | -2/+3 |
2010-04-25 | linux-user: Remove ELFLOAD32. | Richard Henderson | 3 | -40/+1 |
2010-04-14 | linux-user: do_shmdt(): Fix page_set_flags's 2nd arg. | takasi-y@ops.dti.ne.jp | 1 | -1/+1 |
2010-04-08 | linux-user: switch default ppc64 CPU to 970fx from 970 | Aurelien Jarno | 1 | -1/+1 |
2010-04-01 | Fix compilation with missing inotify_init1 | Stefan Weil | 1 | -0/+2 |
2010-04-01 | linux-user/ia64: workaround ia64 strangenesses | Aurelien Jarno | 2 | -105/+109 |
2010-03-29 | Compile qemu-timer only once | Blue Swirl | 1 | -1/+1 |
2010-03-28 | linux-user/ppc: use the Linux register layout | Rob Landley | 1 | -21/+2 |
2010-03-27 | linux-user: Use RLIMIT_STACK for default stack size. | Richard Henderson | 3 | -8/+19 |
2010-03-26 | linux-user: Add the syscall id for pselect6 on ARM | Michael Casadevall | 1 | -1/+1 |
2010-03-26 | linux-user: add inotify_init1 syscall support | Riku Voipio | 1 | -0/+14 |
2010-03-18 | Replace assert(0) with abort() or cpu_abort() | Blue Swirl | 1 | -1/+0 |
2010-03-13 | Fix build with -DNDEBUG in CFLAGS | Blue Swirl | 1 | -1/+1 |
2010-03-12 | Fix usermode virtual address type | Paul Brook | 2 | -3/+3 |
2010-03-12 | linux-user: Fix mmap_find_vma returning invalid addresses. | Richard Henderson | 3 | -33/+82 |
2010-03-12 | linux-user: Use h2g_valid in qemu_vmalloc. | Richard Henderson | 1 | -5/+4 |
2010-03-07 | Update to a hopefully more future proof FSF address | Blue Swirl | 12 | -24/+12 |
2010-03-06 | linux-user: Save/restore fpu registers to signal context on sh4 | takasi-y@ops.dti.ne.jp | 1 | -8/+21 |
2010-03-06 | linux-user: Fix syscall pipe2() retval on sh4 | takasi-y@ops.dti.ne.jp | 1 | -3/+6 |
2010-03-01 | Disassembler symbol lookup fix | Paul Brook | 1 | -2/+2 |
2010-02-28 | alpha-linux-user: Implement signals. | Richard Henderson | 5 | -34/+481 |
2010-02-23 | target-alpha: Reduce internal processor registers for user-mode. | Richard Henderson | 1 | -3/+1 |
2010-02-22 | Add cpu model configuration support.. | john cooper | 1 | -2/+6 |
2010-02-19 | Fix strace or FUTEX_PRIVATE_FLAG | Paul Brook | 1 | -1/+3 |
2010-02-06 | linux-user: adapt uname machine to emulated CPU | Loïc Minier | 3 | -1/+75 |
2010-01-26 | mmap_frag() users only check for -1 error | Juan Quintela | 1 | -1/+1 |
2010-01-26 | linux-user/mmap.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov | 1 | -2/+4 |
2010-01-17 | fix linux-user microblaze ELF_ARCH definition | Mike Frysinger | 1 | -1/+1 |
2010-01-14 | alpha: fix stat64 issue | Vince Weaver | 1 | -1/+1 |
2009-12-24 | linux-user: fix build with gcc-4.1 | Aurelien Jarno | 1 | -0/+2 |
2009-12-21 | PPC: Make DCR uint32_t | Alexander Graf | 1 | -2/+2 |
2009-12-21 | PPC64: Fix alternate timebase | Aurelien Jarno | 1 | -2/+2 |
2009-12-21 | PPC64: Fix timebase | Alexander Graf | 1 | -2/+2 |
2009-12-21 | linux-user: Add aliases for some Alpha syscalls | Richard Henderson | 1 | -0/+8 |
2009-12-19 | linux-user: add core dump support for SH | Nathan Froyd | 1 | -0/+33 |
2009-12-19 | linux-user: add core dump support for M68K | Nathan Froyd | 1 | -0/+29 |
2009-12-19 | linux-user: add core dump support for MIPS | Nathan Froyd | 1 | -0/+46 |
2009-12-19 | linux-user: add core dump support for PPC | Nathan Froyd | 1 | -0/+26 |
2009-12-19 | linux-user: fix ARM core dumps on opposite-endian hosts | Nathan Froyd | 1 | -19/+19 |
2009-12-19 | linux-user: commonify definitions of target typedefs | Nathan Froyd | 1 | -22/+10 |
2009-12-19 | linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusion | Nathan Froyd | 1 | -1/+1 |
2009-12-19 | linux-user: use TARGET_ABI_FMT_lx to print abi_ulong types | Aurelien Jarno | 1 | -1/+1 |
2009-12-19 | linux-user: cleanup force_sig() calls | Riku Voipio | 1 | -20/+20 |