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
2018-06-04
linux-user: remove useless #if
Laurent Vivier
1
-10
/
+0
2018-06-04
linux-user: move hppa signal definitions to hppa/target_signal.h
Laurent Vivier
2
-52
/
+46
2018-06-04
linux-user: move alpha signal definitions to alpha/target_signal.h
Laurent Vivier
2
-49
/
+47
2018-06-04
linux-user: move openrisc signal definitions to openrisc/target_signal.h
Laurent Vivier
2
-9
/
+9
2018-06-04
linux-user: move mips signal definitions to mips/target_signal.h
Laurent Vivier
3
-55
/
+100
2018-06-04
linux-user: move sparc signal definitions to sparc/target_signal.h
Laurent Vivier
4
-75
/
+50
2018-06-04
linux-user: move generic signal definitions to generic/signal.h
Laurent Vivier
17
-50
/
+87
2018-06-04
linux-user: move get_sp_from_cpustate() to target_cpu.h
Laurent Vivier
60
-177
/
+83
2018-06-04
linux-user: move sparc/sparc64 fcntl definitions to sparc/target_fcntl.h
Laurent Vivier
2
-39
/
+34
2018-06-04
linux-user: move ppc fcntl definitions to ppc/target_fcntl.h
Laurent Vivier
2
-6
/
+7
2018-06-04
linux-user: move mips/mips64 fcntl definitions to mips/target_fcntl.h
Laurent Vivier
2
-29
/
+29
2018-06-04
linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar...
Laurent Vivier
4
-6
/
+18
2018-06-04
linux-user: move hppa fcntl definitions to hppa/target_fcntl.h
Laurent Vivier
2
-33
/
+32
2018-06-04
linux-user: move alpha fcntl definitions to alpha/target_fcntl.h
Laurent Vivier
2
-30
/
+31
2018-06-04
linux-user: move generic fcntl definitions to generic/fcntl.h
Laurent Vivier
23
-128
/
+363
2018-06-04
syscall: replace strcpy() by g_strlcpy()
Philippe Mathieu-Daudé
1
-1
/
+2
2018-05-29
target-microblaze: Make special registers 64-bit
Edgar E. Iglesias
1
-2
/
+2
2018-05-25
linux-user: define TARGET_SO_REUSEPORT
Laurent Vivier
3
-5
/
+2
2018-05-25
linux-user: copy sparc/sockbits.h definitions from linux
Laurent Vivier
1
-39
/
+92
2018-05-25
linux-user: update ARCH_HAS_SOCKET_TYPES use
Laurent Vivier
5
-132
/
+44
2018-05-25
linux-user: move ppc socket.h definitions to ppc/sockbits.h
Laurent Vivier
2
-9
/
+25
2018-05-25
linux-user: move socket.h generic definitions to generic/sockbits.h
Laurent Vivier
17
-61
/
+82
2018-05-25
linux-user: move sparc/sparc64 socket.h definitions to sparc/sockbits.h
Laurent Vivier
3
-42
/
+97
2018-05-25
linux-user: move alpha socket.h definitions to alpha/sockbits.h
Laurent Vivier
2
-105
/
+114
2018-05-25
linux-user: move mips socket.h definitions to mips/sockbits.h
Laurent Vivier
3
-104
/
+113
2018-05-25
linux-user: Fix payload size logic in host_to_target_cmsg()
Peter Maydell
1
-1
/
+2
2018-05-25
linux-user: update comments to point to tcg_exec_init()
Igor Mammedov
1
-3
/
+2
2018-05-25
linux-user: update netlink emulation
Laurent Vivier
1
-0
/
+58
2018-05-15
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...
Peter Maydell
7
-33
/
+326
2018-05-11
linux-user: fix UNAME_MACHINE for sparc/sparc64
Laurent Vivier
2
-2
/
+2
2018-05-11
linux-user: add sparc/sparc64 specific errno
Laurent Vivier
3
-1
/
+211
2018-05-11
linux-user: fix conversion of flock/flock64 l_type field
Laurent Vivier
1
-18
/
+48
2018-05-11
linux-user: update sparc/syscall_nr.h to linux header 4.16
Laurent Vivier
2
-9
/
+43
2018-05-11
linux-user: fix flock/flock64 padding
Laurent Vivier
1
-3
/
+13
2018-05-11
linux-user: define correct fcntl() values for sparc
Laurent Vivier
1
-0
/
+9
2018-05-10
target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decode
Richard Henderson
1
-0
/
+1
2018-05-03
linux-user: remove useless padding in flock64 structure
Laurent Vivier
3
-28
/
+18
2018-05-03
linux-user: introduce target_sigsp() and target_save_altstack()
Laurent Vivier
19
-203
/
+108
2018-05-03
linux-user: ARM-FDPIC: Add support for signals for FDPIC targets
Christophe Lyon
1
-16
/
+89
2018-05-03
linux-user: ARM-FDPIC: Add support of FDPIC for ARM.
Christophe Lyon
2
-0
/
+38
2018-05-03
linux-user: ARM-FDPIC: Identify ARM FDPIC binaries
Christophe Lyon
1
-0
/
+7
2018-05-03
Remove CONFIG_USE_FDPIC.
Christophe Lyon
2
-13
/
+9
2018-04-30
linux-user: Add ARM get_tls syscall support
Christophe Lyon
2
-0
/
+4
2018-04-30
linux-user: move xtensa cpu loop to xtensa directory
Laurent Vivier
2
-250
/
+241
2018-04-30
linux-user: move hppa cpu loop to hppa directory
Laurent Vivier
2
-193
/
+186
2018-04-30
linux-user: move riscv cpu loop to riscv directory
Laurent Vivier
2
-100
/
+93
2018-04-30
linux-user: move tilegx cpu loop to tilegx directory
Laurent Vivier
2
-267
/
+260
2018-04-30
linux-user: move s390x cpu loop to s390x directory
Laurent Vivier
2
-146
/
+139
2018-04-30
linux-user: move alpha cpu loop to alpha directory
Laurent Vivier
2
-204
/
+199
2018-04-30
linux-user: move m68k cpu loop to m68k directory
Laurent Vivier
2
-149
/
+145
[next]