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-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
2018-04-30
linux-user: move microblaze cpu loop to microblaze directory
Laurent Vivier
2
-155
/
+150
2018-04-30
linux-user: move cris cpu loop to cris directory
Laurent Vivier
2
-90
/
+89
2018-04-30
linux-user: move sh4 cpu loop to sh4 directory
Laurent Vivier
2
-90
/
+85
2018-04-30
linux-user: move openrisc cpu loop to openrisc directory
Laurent Vivier
2
-96
/
+89
2018-04-30
linux-user: move nios2 cpu loop to nios2 directory
Laurent Vivier
2
-133
/
+126
2018-04-30
linux-user: move mips/mips64 cpu loop to mips directory
Laurent Vivier
3
-732
/
+724
2018-04-30
linux-user: move ppc/ppc64 cpu loop to ppc directory
Laurent Vivier
2
-559
/
+554
2018-04-30
linux-user: move sparc/sparc64 cpu loop to sparc directory
Laurent Vivier
3
-294
/
+282
2018-04-30
linux-user: move arm cpu loop to arm directory
Laurent Vivier
2
-431
/
+432
2018-04-30
linux-user: move aarch64 cpu loop to aarch64 directory
Laurent Vivier
2
-107
/
+158
2018-04-30
linux-user: move i386/x86_64 cpu loop to i386 directory
Laurent Vivier
3
-354
/
+345
2018-04-30
linux-user: create a dummy per arch cpu_loop.c
Laurent Vivier
24
-15
/
+588
2018-04-30
linux-user: define TARGET_ARCH_HAS_SETUP_FRAME
Laurent Vivier
23
-110
/
+28
2018-04-30
linux-user: move ppc/ppc64 signal.c parts to ppc directory
Laurent Vivier
3
-670
/
+678
2018-04-30
linux-user: move mips/mips64 signal.c parts to mips directory
Laurent Vivier
5
-382
/
+396
2018-04-30
linux-user: move sparc/sparc64 signal.c parts to sparc directory
Laurent Vivier
5
-605
/
+619
[next]