summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | checkpatch: remove tests that are not relevant outside the kernelPaolo Bonzini2015-09-091-389/+12
| * | checkpatch: adapt some tests to QEMUPaolo Bonzini2015-09-091-81/+60
| * | CODING_STYLE: update mixed declaration rulesPaolo Bonzini2015-09-091-4/+9
| * | qmp: Add example usage of strto*l() qemu wrapperCarlos L. Torres2015-09-091-4/+10
| * | cutils: Add qemu_strtoull() wrapperCarlos L. Torres2015-09-093-0/+348
| * | cutils: Add qemu_strtoll() wrapperCarlos L. Torres2015-09-093-0/+345
| * | cutils: Add qemu_strtoul() wrapperCarlos L. Torres2015-09-093-0/+352
| * | cutils: Add qemu_strtol() wrapperCarlos L. Torres2015-09-093-0/+379
| * | translate-all: remove obsolete comment about l1_mapEmilio G. Cota2015-09-091-2/+1
| * | linux-user: call rcu_(un)register_thread on pthread_(exit|create)Emilio G. Cota2015-09-091-0/+2
| * | rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/Emilio G. Cota2015-09-091-1/+1
| * | rcu: init rcu_registry_lock after forkEmilio G. Cota2015-09-091-1/+6
| * | Makefile.target: include top level build dir in vpathMichael Marineau2015-09-091-1/+1
| * | Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert2015-09-092-41/+40
| * | tcg: signal-free qemu_cpu_kickPaolo Bonzini2015-09-094-72/+27
| * | use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_threadPaolo Bonzini2015-09-093-11/+10
| * | tcg: synchronize exit_request and tcg_current_cpu accessesPaolo Bonzini2015-09-092-5/+11
| * | tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini2015-09-092-1/+7
| * | tcg: assign cpu->current_tb in a simpler placePaolo Bonzini2015-09-091-8/+2
| * | remove qemu/tls.hPaolo Bonzini2015-09-093-56/+2
| * | tcg: introduce tcg_current_cpuPaolo Bonzini2015-09-093-11/+9
| * | i8257: remove cpu_request_exit irqPaolo Bonzini2015-09-0911-77/+13
| * | i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini2015-09-095-10/+16
| * | Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin2015-09-074-11/+10
| * | block/iscsi: validate block size returned from targetPeter Lieven2015-09-071-0/+4
| * | iohandler: Use aio APIFam Zheng2015-09-073-100/+19
| * | cpus.c: qemu_mutex_lock_iothread fix race condition at cpu thread initAníbal Limón2015-09-071-1/+1
| * | seqlock: read sequence number atomicallyEmilio G. Cota2015-09-071-3/+3
| * | seqlock: add missing 'inline' to seqlock_read_retryEmilio G. Cota2015-09-071-1/+1
| * | qemu-thread: handle spurious futex_wait wakeupsEmilio G. Cota2015-09-021-1/+10
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150914'...Peter Maydell2015-09-1416-209/+949
|\ \ \ | |_|/ |/| |
| * | target-arm: Add VMPIDR_EL2Edgar E. Iglesias2015-09-142-2/+25
| * | target-arm: Break out mpidr_read_val()Edgar E. Iglesias2015-09-141-1/+6
| * | target-arm: Add VPIDR_EL2Edgar E. Iglesias2015-09-142-1/+42
| * | target-arm: Suppress EPD for S2, EL2 and EL3 translationsEdgar E. Iglesias2015-09-141-2/+4
| * | target-arm: Suppress TBI for S2 translationsEdgar E. Iglesias2015-09-141-1/+3
| * | target-arm: Add VTTBR_EL2Edgar E. Iglesias2015-09-142-2/+33
| * | target-arm: Add VTCR_EL2Edgar E. Iglesias2015-09-142-2/+42
| * | hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefullyEdgar E. Iglesias2015-09-142-2/+2
| * | i.MX: Add GPIO devices to i.MX25 SOCJean-Christophe Dubois2015-09-142-0/+44
| * | i.MX: Add GPIO devices to i.MX31 SOCJean-Christophe Dubois2015-09-142-0/+42
| * | i.MX: Add GPIO deviceJean-Christophe Dubois2015-09-143-0/+403
| * | target-arm: Use tcg_gen_extrh_i64_i32Richard Henderson2015-09-141-25/+9
| * | target-arm: Recognize RORRichard Henderson2015-09-141-12/+21
| * | target-arm: Eliminate unnecessary zero-extend in disas_bitfieldRichard Henderson2015-09-141-1/+5
| * | target-arm: Recognize UXTB, UXTH, LSR, LSLRichard Henderson2015-09-141-0/+17
| * | target-arm: Recognize SXTB, SXTH, SXTW, ASRRichard Henderson2015-09-141-1/+23
| * | target-arm: Implement fcsel with movcondRichard Henderson2015-09-141-28/+17
| * | target-arm: Implement ccmp branchlessRichard Henderson2015-09-141-16/+58
| * | target-arm: Use setcond and movcond for cselRichard Henderson2015-09-141-36/+49
OpenPOWER on IntegriCloud