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-03-20
linux-user: init_guest_space: Try to make ARM space+commpage continuous
Luke Shumaker
1
-0
/
+49
2018-03-19
Use cpu_create(type) instead of cpu_init(cpu_model)
Igor Mammedov
1
-2
/
+6
2018-03-17
Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into staging
Peter Maydell
13
-4
/
+1530
2018-03-16
target/xtensa: add linux-user support
Max Filippov
13
-4
/
+1530
2018-03-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2018-03-15
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...
Peter Maydell
14
-852
/
+125
2018-03-13
linux-user: drop unused target_msync function
Max Filippov
2
-18
/
+0
2018-03-13
linux-user: fix target_mprotect/target_munmap error return values
Max Filippov
1
-4
/
+4
2018-03-13
linux-user: fix assertion in shmdt
Max Filippov
1
-1
/
+7
2018-03-13
linux-user: fix mmap/munmap/mprotect/mremap/shmat
Max Filippov
2
-6
/
+19
2018-03-13
linux-user: init_guest_space: Add a comment about search strategy
Luke Shumaker
1
-0
/
+4
2018-03-13
linux-user: init_guest_space: Don't try to align if we'll reject it
Luke Shumaker
1
-5
/
+5
2018-03-13
linux-user: init_guest_space: Clean up control flow a bit
Luke Shumaker
1
-15
/
+19
2018-03-12
Polish the version strings containing the package version
Thomas Huth
1
-1
/
+1
2018-03-09
linux-user: init_guest_commpage: Add a comment about size check
Luke Shumaker
1
-0
/
+5
2018-03-09
linux-user: init_guest_space: Clarify page alignment logic
Luke Shumaker
1
-10
/
+33
2018-03-09
linux-user: init_guest_space: Correctly handle guest_start in commpage initia...
Luke Shumaker
1
-1
/
+1
2018-03-09
linux-user: init_guest_space: Clean up if we can't initialize the commpage
Luke Shumaker
1
-0
/
+1
2018-03-09
linux-user: Rename validate_guest_space => init_guest_commpage
Luke Shumaker
1
-5
/
+5
2018-03-09
linux-user: Use #if to only call validate_guest_space for 32-bit ARM target
Luke Shumaker
1
-13
/
+10
2018-03-09
linux-user: drop unused target_msync function
Max Filippov
2
-18
/
+0
2018-03-09
linux-user: fix target_mprotect/target_munmap error return values
Max Filippov
1
-4
/
+4
2018-03-09
linux-user: fix assertion in shmdt
Max Filippov
1
-1
/
+7
2018-03-09
linux-user: fix mmap/munmap/mprotect/mremap/shmat
Max Filippov
2
-6
/
+19
2018-03-09
linux-user: Support f_flags in statfs when available.
Shea Levy
2
-22
/
+24
2018-03-09
linux-user: Remove the unused "not implemented" signal handling stubs
Peter Maydell
1
-26
/
+1
2018-03-09
linux-user: Drop unicore32 code
Peter Maydell
12
-745
/
+6
2018-03-09
aarch64-linux-user: Add support for SVE signal frame records
Richard Henderson
1
-19
/
+193
2018-03-09
aarch64-linux-user: Add support for EXTRA signal frame records
Richard Henderson
1
-11
/
+63
2018-03-09
aarch64-linux-user: Remove struct target_aux_context
Richard Henderson
1
-28
/
+61
2018-03-09
aarch64-linux-user: Split out helpers for guest signal handling
Richard Henderson
1
-50
/
+68
2018-03-09
linux-user: Implement aarch64 PR_SVE_SET/GET_VL
Richard Henderson
2
-0
/
+30
2018-03-07
RISC-V Linux User Emulation
Michael Clark
12
-6
/
+999
2018-03-02
target/arm: Add ARM_FEATURE_V8_FCMA
Richard Henderson
1
-0
/
+1
2018-03-02
target/arm: Add ARM_FEATURE_V8_RDM
Richard Henderson
1
-0
/
+1
2018-03-01
linux-user: Report AArch64 FP16 support via hwcap bits
Peter Maydell
1
-0
/
+2
2018-02-25
linux-user: MIPS set cpu to r6 CPU if binary is R6
YunQiang Su
2
-0
/
+6
2018-02-25
linux-user, m68k: select CPU according to ELF header values
Laurent Vivier
1
-0
/
+6
2018-02-25
linux-user: introduce functions to detect CPU type
YunQiang Su
3
-10
/
+46
2018-02-25
linux-user: Move CPU type name selection to a function
Laurent Vivier
21
-39
/
+290
2018-02-18
linux-user: Remove THREAD macro
Peter Maydell
2
-4
/
+2
2018-02-18
linux-user: Fix sched_getaffinity mask size
Samuel Thibault
1
-1
/
+3
2018-02-18
linux-user: Fix register used for 6th and 7th syscall argument on aarch64
Guido Günther
1
-3
/
+3
2018-02-18
linux-user: Implement ioctl cmd TIOCGPTPEER
Andreas Schwab
20
-0
/
+34
2018-02-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...
Peter Maydell
1
-1
/
+0
2018-02-09
target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction support
Ard Biesheuvel
1
-0
/
+19
2018-02-09
Clean up includes
Markus Armbruster
1
-1
/
+0
2018-02-05
Drop remaining bits of ia64 host support
Peter Maydell
1
-6
/
+1
2018-01-30
target/hppa: Add control registers
Richard Henderson
3
-5
/
+5
2018-01-30
target/hppa: Define hardware exception types
Richard Henderson
1
-3
/
+23
[next]