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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-27
linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()
Sergey Fedorov
1
-0
/
+10
2016-09-27
linux-user: Use QemuMutex and QemuCond
Sergey Fedorov
1
-23
/
+32
2016-09-23
ppc: Fix signal delivery in ppc-user and ppc64-user
Benjamin Herrenschmidt
1
-1
/
+1
2016-09-21
linux-user: Pass si_type information to queue_signal() explicitly
Peter Maydell
1
-62
/
+62
2016-09-21
linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMU
Michael Walle
1
-2
/
+3
2016-09-13
linux-user, trivial: display "0x%x" instead of "0x%d"
Laurent Vivier
1
-1
/
+1
2016-09-07
ppc: Stop dumping state on all exceptions in linux-user
Benjamin Herrenschmidt
1
-12
/
+0
2016-09-07
ppc: Fix catching some segfaults in user mode
Benjamin Herrenschmidt
1
-0
/
+1
2016-09-07
ppc: Make tlb_fill() use new exception helper
Benjamin Herrenschmidt
1
-6
/
+6
2016-08-11
Update ancient copyright string in -version output
Peter Maydell
1
-1
/
+1
2016-07-18
trace: Add per-vCPU tracing states for events with the 'vcpu' property
Lluís Vilanova
1
-0
/
+1
2016-07-18
trace: [linux-user] Commandline arguments to control tracing
Lluís Vilanova
1
-0
/
+19
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-16
/
+16
2016-06-29
target-*: Don't redefine cpu_exec()
Peter Crosthwaite
1
-16
/
+16
2016-06-24
target-mips: Implement FCR31's R/W bitmask and related functionalities
Aleksandar Markovic
1
-0
/
+14
2016-06-23
ppc: Rework generation of priv and inval interrupts
Benjamin Herrenschmidt
1
-0
/
+1
2016-06-20
log: Fix qemu_set_log_filename() error handling
Markus Armbruster
1
-1
/
+2
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-06-08
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...
Peter Maydell
1
-8
/
+1
2016-06-08
linux-user: In fork_end(), remove correct CPUs from CPU list
Peter Maydell
1
-1
/
+1
2016-06-07
linux-user: Remove real-time signal queuing
Timothy E Baldwin
1
-7
/
+0
2016-06-07
Makefile: Derive "PKGVERSION" from "git describe" by default
Fam Zheng
1
-0
/
+1
2016-05-27
linux-user: Support for restarting system calls for Microblaze targets
Timothy E Baldwin
1
-1
/
+6
2016-05-27
linux-user: Set r14 on exit from microblaze syscall
Peter Maydell
1
-0
/
+7
2016-05-27
linux-user: Support for restarting system calls for tilegx targets
Peter Maydell
1
-8
/
+13
2016-05-27
linux-user: Support for restarting system calls for CRIS targets
Timothy E Baldwin
1
-1
/
+5
2016-05-27
linux-user: Support for restarting system calls for S390 targets
Timothy E Baldwin
1
-3
/
+9
2016-05-27
linux-user: Support for restarting system calls for M68K targets
Timothy E Baldwin
1
-9
/
+15
2016-05-27
linux-user: Support for restarting system calls for OpenRISC targets
Timothy E Baldwin
1
-8
/
+14
2016-05-27
linux-user: Support for restarting system calls for UniCore32 targets
Timothy E Baldwin
1
-1
/
+6
2016-05-27
linux-user: Support for restarting system calls for Alpha targets
Timothy E Baldwin
1
-2
/
+5
2016-05-27
linux-user: Support for restarting system calls for SH4 targets
Timothy E Baldwin
1
-1
/
+5
2016-05-27
linux-user: Support for restarting system calls for SPARC targets
Timothy E Baldwin
1
-0
/
+3
2016-05-27
linux-user: Support for restarting system calls for PPC targets
Timothy E Baldwin
1
-0
/
+4
2016-05-27
linux-user: Support for restarting system calls for MIPS targets
Timothy E Baldwin
1
-0
/
+4
2016-05-27
linux-user: Support for restarting system calls for ARM targets
Timothy E Baldwin
1
-18
/
+30
2016-05-27
linux-user: Support for restarting system calls for x86 targets
Timothy E Baldwin
1
-18
/
+29
2016-05-23
cpu: Eliminate cpudef_init(), cpudef_setup()
Eduardo Habkost
1
-3
/
+0
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
log: do not use CONFIG_USER_ONLY
Paolo Bonzini
1
-0
/
+1
2016-04-04
linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop()
Peter Maydell
1
-0
/
+6
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-1
/
+3
2016-03-04
linux-user: arm: handle CPSR.E correctly in strex emulation
Paolo Bonzini
1
-7
/
+43
2016-03-04
linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode
Peter Crosthwaite
1
-1
/
+2
2016-03-04
target-arm: implement SCTLR.B, drop bswap_code
Paolo Bonzini
1
-3
/
+7
2016-03-04
linux-user: arm: pass env to get_user_code_*
Paolo Bonzini
1
-11
/
+9
2016-02-26
linux-user: Use restrictive mask when calling cpsr_write()
Peter Maydell
1
-1
/
+2
2016-02-26
target-arm: Add write_type argument to cpsr_write()
Peter Maydell
1
-3
/
+3
2016-02-23
linux-user: set ppc64/ppc64le default CPU to POWER8
Laurent Vivier
1
-1
/
+1
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
1
-0
/
+1
[prev]
[next]