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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2008-06-27
More efficient target register / TC accesses.
ths
6
-34
/
+34
2008-06-15
Fix Sparc32plus & Sparc64 debug output
blueswir1
1
-4
/
+4
2008-06-10
Fix typo, by Laurent Desnogues.
ths
1
-1
/
+1
2008-06-09
Use qemu_mallocz to allocate new thread state. Remove redundant memset.
pbrook
2
-2
/
+2
2008-06-09
Prevent guest reusing host memory allocations.
pbrook
1
-0
/
+46
2008-06-09
Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not
pbrook
1
-0
/
+1
2008-06-07
Implement thread creation.
pbrook
1
-11
/
+137
2008-06-07
Multithreaded locking fixes.
pbrook
5
-10
/
+174
2008-06-07
Allow NWINDOWS selection (CPU feature with model specific defaults)
blueswir1
1
-14
/
+14
2008-06-03
Spelling fixes, by Stefan Weil.
ths
2
-2
/
+2
2008-06-02
Multithreaded locking for mmap().
pbrook
2
-27
/
+79
2008-06-02
Fix location of futex.h.
pbrook
1
-3
/
+4
2008-05-31
Mark host brk() area as reserved.
pbrook
2
-0
/
+17
2008-05-31
Make signal queues per thread.
pbrook
4
-173
/
+204
2008-05-31
Fix usermode build.
pbrook
1
-1
/
+1
2008-05-30
Copy siginfo.si_code.
pbrook
1
-1
/
+1
2008-05-30
Translate whole of target_sigset. Use host sigset accessors.
pbrook
1
-38
/
+30
2008-05-30
Fix structure type in sigtimedwait syscall.
pbrook
1
-2
/
+2
2008-05-30
Handle NULL argp/envp in execve syscall.
pbrook
1
-4
/
+4
2008-05-30
Implement waitid syscall.
pbrook
1
-0
/
+15
2008-05-30
Perform target->host signal mapping for *kill syscalls.
pbrook
3
-4
/
+10
2008-05-30
Move clone() register setup to target specific code. Handle fork-like clone.
pbrook
1
-58
/
+5
2008-05-29
NPTL host detection and futex syscall passthrough.
pbrook
1
-0
/
+61
2008-05-29
Strace fallback for unknown syscalls.
pbrook
1
-1
/
+2
2008-05-29
Implement clock_nanosleep.
pbrook
1
-0
/
+11
2008-05-29
Implement ARM magic kernel page and TLS register.
pbrook
2
-9
/
+81
2008-05-28
variable dynamic translation buffer size
bellard
1
-0
/
+1
2008-05-27
CRIS: Use $eda to instead of debug1 (removed) for fault addr.
edgar_igl
1
-1
/
+1
2008-05-23
Fix build failure with old kernel headers (loop.h is incompatible with
pbrook
2
-1
/
+96
2008-05-12
2.6 kernels make int 5 a trap gate
bellard
1
-1
/
+1
2008-05-10
added missing return (Mike Frysinger)
bellard
1
-0
/
+2
2008-05-07
Update ARM non-rt sigframe layout.
pbrook
1
-101
/
+165
2008-05-06
Update ARM rt_frame layout.
pbrook
3
-14
/
+172
2008-04-26
Add loop device ioctls (Gary Thomas).
balrog
4
-0
/
+48
2008-04-26
Teach mmap to not overwrite reserved pages and fix brk return value (Richard ...
balrog
2
-7
/
+17
2008-04-24
Cope with arch-specific page protection flags in mmap (Richard Purdie).
balrog
1
-2
/
+1
2008-04-22
Revert the previous patch
blueswir1
1
-124
/
+0
2008-04-22
Move 128-bit float emulation under linux-user including the forgotten file
blueswir1
1
-0
/
+124
2008-04-11
Remove osdep.c/qemu-img code duplication
aurel32
1
-0
/
+1
2008-04-09
Move target-arm/nwfpe into linux-user/arm/nwfpe
aurel32
12
-0
/
+2674
2008-04-07
Implement ARM floating point exception emulation
aurel32
1
-2
/
+51
2008-04-06
Remove unwanted executable properties
blueswir1
1
-0
/
+0
2008-03-28
add pread64 and pwrite64 system calls
aurel32
1
-0
/
+14
2008-03-28
Fix flock64 structure on a few target (noticed by Gary Thomas)
aurel32
1
-0
/
+3
2008-03-26
Implement AT_CLKTCK.
pbrook
1
-0
/
+1
2008-03-26
Revert accidental commit.
pbrook
1
-2
/
+2
2008-03-26
Remove fixed length commandline buffers.
pbrook
1
-2
/
+2
2008-03-25
m68k mmap2 fixes.
pbrook
2
-4
/
+2
2008-03-21
Fix Thumb signal handlers.
pbrook
1
-28
/
+3
2008-03-14
Use TARGET_FMT_lx.
edgar_igl
1
-2
/
+1
[next]