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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-18
target/alpha: Merge several flag bytes into ENV->FLAGS
Richard Henderson
1
-11
/
+14
2017-05-10
Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging
Stefan Hajnoczi
1
-6
/
+3
2017-05-07
util: Use g_malloc/g_free in envlist.c
Saurav Sachidanand
1
-6
/
+3
2017-05-04
target/openrisc: implement shadow registers
Stafford Horne
1
-9
/
+9
2017-02-28
armv7m: Raise correct kind of UsageFault for attempts to execute ARM code
Peter Maydell
1
-0
/
+1
2017-02-22
target-ppc, tcg: fix usermode segfault with pthread_create()
Sam Bobroff
1
-1
/
+2
2017-02-14
target/openrisc: Keep SR_F in a separate variable
Richard Henderson
1
-2
/
+1
2017-02-14
linux-user: Fix openrisc cpu_loop
Richard Henderson
1
-54
/
+41
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
1
-2
/
+138
2017-01-23
linux-user: Add HPPA startup and main loop
Richard Henderson
1
-0
/
+172
2017-01-22
linux-user: Support stack-grows-up in elfload.c
Richard Henderson
1
-6
/
+7
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-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
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: Update mips_syscall_args[] array in main.c
Aleksandar Markovic
1
-2
/
+22
2016-10-12
trace: provide mechanism for registering trace events
Daniel P. Berrange
1
-0
/
+1
2016-09-29
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-1
/
+0
2016-09-28
trace: Properly initialize dynamic event states in hot-plugged vCPUs
Lluís Vilanova
1
-1
/
+0
2016-09-27
cpus-common: move exclusive work infrastructure from linux-user
Paolo Bonzini
1
-87
/
+0
2016-09-27
cpus-common: move CPU work item management to common code
Sergey Fedorov
1
-0
/
+25
2016-09-27
cpus-common: move CPU list management to common code
Paolo Bonzini
1
-13
/
+4
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
[next]