index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-12-19
linux-user: Fix mmap_lock ordering
Riku Voipio
1
-2
/
+2
2009-12-13
target-alpha: Fixes for alpha-linux syscalls.
Richard Henderson
2
-10
/
+339
2009-12-13
target-alpha: Drop bogus UNIQ initial value on Linux.
Richard Henderson
1
-3
/
+0
2009-12-11
Fix ARM userspace strex implementation.
Paul Brook
1
-0
/
+1
2009-11-24
linux-user: remove hardcoded value of _NSIG in signal.c
Arnaud Patard
1
-6
/
+6
2009-11-24
Add missing break.
Paul Brook
1
-0
/
+1
2009-11-22
ARM atomic ops rewrite
Paul Brook
1
-0
/
+80
2009-11-22
target-mips: rename CP0_LLAddr into lladdr
Aurelien Jarno
1
-2
/
+2
2009-11-07
(x86/Sparc/PPC)-user: fix cpu_copy
Blue Swirl
1
-0
/
+3
2009-11-07
user: move CPU reset call to main.c for x86/PPC/Sparc
Blue Swirl
1
-0
/
+4
2009-10-17
Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointer
Jan-Simon Möller
1
-2
/
+6
2009-10-17
linux-user: KD/VT/FB ioctls
Ulrich Hecht
4
-0
/
+83
2009-10-16
linux-user: Update ARM hwcaps
Riku Voipio
1
-1
/
+8
2009-10-16
linux-user: don't zero a buffer twice
Paul Bolle
1
-1
/
+0
2009-10-15
linux-user: fix ppc target_stat64 st_blocks layout
Max Filippov
1
-1
/
+1
2009-10-15
linux-user: getpriority errno fix
Ulrich Hecht
1
-1
/
+1
2009-10-15
implementations of dup3 and fallocate that are good enough to fool LTP
Ulrich Hecht
1
-0
/
+10
2009-10-04
linux-user: fix "#if 0"'d printf()
Paul Bolle
1
-1
/
+1
2009-10-02
linux-user: fix up oversealous nitpicking
Michael S. Tsirkin
1
-1
/
+1
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
22
-251
/
+251
2009-10-01
Get rid of _t suffix
malc
22
-251
/
+251
2009-09-30
linux-user: fix coding style nit
Michael S. Tsirkin
1
-1
/
+1
2009-09-30
linux-user: fix old style decrement usage
Michael S. Tsirkin
1
-1
/
+1
[next]