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
2017-02-06
linux-user: define correct UTS machine name for hppa
Laurent Vivier
1
-1
/
+1
2017-02-06
linux-user: fix "apt-get update" on linux-user hppa
Laurent Vivier
1
-1
/
+0
2017-02-01
target/s390x: use "qemu" cpu model in user mode
David Hildenbrand
1
-0
/
+2
2017-01-27
armv7m: Report no-coprocessor faults correctly
Peter Maydell
1
-0
/
+1
2017-01-24
nios2: Add usermode binaries emulation
Marek Vasut
10
-7
/
+1146
2017-01-23
linux-user: Add HPPA startup and main loop
Richard Henderson
2
-0
/
+196
2017-01-23
linux-user: Add HPPA signal handling
Richard Henderson
1
-1
/
+190
2017-01-23
linux-user: Add HPPA target_signal.h and target_cpu.h
Richard Henderson
2
-0
/
+64
2017-01-23
linux-user: Add HPPA target_structs.h
Richard Henderson
1
-0
/
+54
2017-01-23
linux-user: Add HPPA definitions to syscall_defs.h
Richard Henderson
1
-1
/
+130
2017-01-23
linux-user: Add HPPA target_syscall.h
Richard Henderson
1
-0
/
+237
2017-01-23
linux-user: Add HPPA termbits.h
Richard Henderson
1
-0
/
+219
2017-01-23
linux-user: Add HPPA syscall numbers
Richard Henderson
1
-0
/
+353
2017-01-23
linux-user: Add HPPA socket.h definitions
Richard Henderson
2
-0
/
+99
2017-01-23
linux-user: Add some hppa ioctls
Helge Deller
1
-0
/
+15
2017-01-22
linux-user: Handle ERFKILL and EHWPOISON
Richard Henderson
5
-0
/
+21
2017-01-22
linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNS
Helge Deller
3
-0
/
+13
2017-01-22
linux-user: Handle TIOCSTART and TIOCSTOP
Helge Deller
2
-0
/
+11
2017-01-22
linux-user: Support stack-grows-up in elfload.c
Richard Henderson
3
-71
/
+180
2017-01-22
Revert "Remove remainders of HPPA backend"
Richard Henderson
1
-2
/
+2
2017-01-18
target-sparc: use SparcV9MMU type for sparc64 I/D-MMUs
Artyom Tarasenko
1
-1
/
+1
2016-12-27
target-m68k: add 680x0 divu/divs variants
Laurent Vivier
1
-0
/
+7
2016-10-31
linux-user/elfload: ensure mmap_lock() held while setting up
Alex Bennée
1
-0
/
+4
2016-10-31
translate-all: add DEBUG_LOCKING asserts
Alex Bennée
1
-0
/
+5
2016-10-26
target-alpha: Emulate LL/SC using cmpxchg helpers
Richard Henderson
1
-49
/
+0
2016-10-26
linux-user: remove handling of aarch64's EXCP_STREX
Emilio G. Cota
1
-125
/
+0
2016-10-26
linux-user: remove handling of ARM's EXCP_STREX
Emilio G. Cota
1
-93
/
+0
2016-10-26
linux-user: enable parallel code generation on clone
Alex Bennée
1
-0
/
+8
2016-10-26
tcg: Add EXCP_ATOMIC
Richard Henderson
1
-0
/
+45
2016-10-24
target-arm: Implement new HLT trap for semihosting
Peter Maydell
1
-0
/
+3
2016-10-24
Put the copyright information on a separate line
Thomas Huth
1
-1
/
+1
2016-10-21
linux-user: added support for pwritev() system call.
Dejan Jovicevic
1
-0
/
+15
2016-10-21
linux-user: added support for preadv() system call.
Dejan Jovicevic
1
-0
/
+15
2016-10-21
linux-user: Fix fadvise64() syscall support for Mips32
Aleksandar Markovic
1
-1
/
+1
2016-10-21
linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32
Aleksandar Markovic
1
-244
/
+1
2016-10-21
linux-user: Update ioctls definitions for Mips32
Aleksandar Markovic
1
-0
/
+12
2016-10-21
linux-user: Update mips_syscall_args[] array in main.c
Aleksandar Markovic
1
-2
/
+22
2016-10-21
linux-user: Add support for syncfs() syscall
Aleksandar Markovic
2
-1
/
+6
2016-10-21
linux-user: Add support for clock_adjtime() syscall
Aleksandar Markovic
3
-0
/
+97
2016-10-21
linux-user: Fix definition of target_sigevent for 32-bit guests
Peter Maydell
1
-6
/
+10
2016-10-21
linux-user: use libc wrapper instead of direct mremap syscall
Felix Janda
1
-10
/
+4
2016-10-21
linux-user: Don't use alloca() for epoll_wait's epoll event array
Peter Maydell
1
-4
/
+13
2016-10-21
linux-user: add RTA_PRIORITY in netlink
Laurent Vivier
1
-0
/
+1
2016-10-21
linux-user: add kcmp() syscall
Laurent Vivier
1
-0
/
+10
2016-10-21
linux-user: sparc64: Use correct target SHMLBA in shmat()
Peter Maydell
1
-0
/
+7
2016-10-21
linux-user: Remove a duplicate item from strace.list
Aleksandar Markovic
1
-3
/
+0
2016-10-21
linux-user: Fix syslog() syscall support
Aleksandar Markovic
4
-7
/
+142
2016-10-21
linux-user: Fix socketcall() syscall support
Aleksandar Markovic
3
-95
/
+105
2016-10-21
linux-user: Fix msgrcv() and msgsnd() syscalls support
Aleksandar Markovic
1
-0
/
+3
2016-10-21
linux-user: Fix mq_open() syscall support
Aleksandar Markovic
1
-7
/
+9
[next]