summaryrefslogtreecommitdiff
path: root/linux-user/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell1-0/+1
2017-02-22target-ppc, tcg: fix usermode segfault with pthread_create()Sam Bobroff1-1/+2
2017-02-14target/openrisc: Keep SR_F in a separate variableRichard Henderson1-2/+1
2017-02-14linux-user: Fix openrisc cpu_loopRichard Henderson1-54/+41
2017-02-01target/s390x: use "qemu" cpu model in user modeDavid Hildenbrand1-0/+2
2017-01-27armv7m: Report no-coprocessor faults correctlyPeter Maydell1-0/+1
2017-01-24nios2: Add usermode binaries emulationMarek Vasut1-2/+138
2017-01-23linux-user: Add HPPA startup and main loopRichard Henderson1-0/+172
2017-01-22linux-user: Support stack-grows-up in elfload.cRichard Henderson1-6/+7
2017-01-18target-sparc: use SparcV9MMU type for sparc64 I/D-MMUsArtyom Tarasenko1-1/+1
2016-12-27target-m68k: add 680x0 divu/divs variantsLaurent Vivier1-0/+7
2016-10-26target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson1-49/+0
2016-10-26linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota1-125/+0
2016-10-26linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota1-93/+0
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson1-0/+45
2016-10-24target-arm: Implement new HLT trap for semihostingPeter Maydell1-0/+3
2016-10-24Put the copyright information on a separate lineThomas Huth1-1/+1
2016-10-21linux-user: Update mips_syscall_args[] array in main.cAleksandar Markovic1-2/+22
2016-10-12trace: provide mechanism for registering trace eventsDaniel P. Berrange1-0/+1
2016-09-29Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+0
2016-09-28trace: Properly initialize dynamic event states in hot-plugged vCPUsLluís Vilanova1-1/+0
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini1-87/+0
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov1-0/+25
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini1-13/+4
2016-09-27linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()Sergey Fedorov1-0/+10
2016-09-27linux-user: Use QemuMutex and QemuCondSergey Fedorov1-23/+32
2016-09-23ppc: Fix signal delivery in ppc-user and ppc64-userBenjamin Herrenschmidt1-1/+1
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell1-62/+62
2016-09-21linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMUMichael Walle1-2/+3
2016-09-13linux-user, trivial: display "0x%x" instead of "0x%d"Laurent Vivier1-1/+1
2016-09-07ppc: Stop dumping state on all exceptions in linux-userBenjamin Herrenschmidt1-12/+0
2016-09-07ppc: Fix catching some segfaults in user modeBenjamin Herrenschmidt1-0/+1
2016-09-07ppc: Make tlb_fill() use new exception helperBenjamin Herrenschmidt1-6/+6
2016-08-11Update ancient copyright string in -version outputPeter Maydell1-1/+1
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova1-0/+1
2016-07-18trace: [linux-user] Commandline arguments to control tracingLluís Vilanova1-0/+19
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-16/+16
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite1-16/+16
2016-06-24target-mips: Implement FCR31's R/W bitmask and related functionalitiesAleksandar Markovic1-0/+14
2016-06-23ppc: Rework generation of priv and inval interruptsBenjamin Herrenschmidt1-0/+1
2016-06-20log: Fix qemu_set_log_filename() error handlingMarkus Armbruster1-1/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-08Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell1-8/+1
2016-06-08linux-user: In fork_end(), remove correct CPUs from CPU listPeter Maydell1-1/+1
2016-06-07linux-user: Remove real-time signal queuingTimothy E Baldwin1-7/+0
2016-06-07Makefile: Derive "PKGVERSION" from "git describe" by defaultFam Zheng1-0/+1
2016-05-27linux-user: Support for restarting system calls for Microblaze targetsTimothy E Baldwin1-1/+6
2016-05-27linux-user: Set r14 on exit from microblaze syscallPeter Maydell1-0/+7
2016-05-27linux-user: Support for restarting system calls for tilegx targetsPeter Maydell1-8/+13
2016-05-27linux-user: Support for restarting system calls for CRIS targetsTimothy E Baldwin1-1/+5