index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-arm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-13
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging
Peter Maydell
2
-14
/
+6
2015-02-13
target-arm: A64: Avoid signed shifts in disas_ldst_pair()
Peter Maydell
1
-1
/
+1
2015-02-13
target-arm: A64: Avoid left shifting negative integers in disas_pc_rel_addr
Peter Maydell
1
-2
/
+3
2015-02-13
target-arm: A64: Fix handling of rotate in logic_imm_decode_wmask
Peter Maydell
1
-1
/
+4
2015-02-13
target-arm: A64: Fix shifts into sign bit
Peter Maydell
1
-3
/
+3
2015-02-13
target-arm: Add AArch32 guest support to KVM64
Greg Bellows
1
-3
/
+33
2015-02-13
target-arm: Add 32/64-bit register sync
Greg Bellows
4
-8
/
+216
2015-02-13
target-arm: Add CPU property to disable AArch64
Greg Bellows
2
-1
/
+43
2015-02-12
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
Richard Henderson
2
-12
/
+6
2015-02-12
tcg: Move emit of INDEX_op_end into gen_tb_end
Richard Henderson
2
-2
/
+0
2015-02-05
target-arm: fix for exponent comparison in recpe_f64
Ildar Isaev
1
-1
/
+1
2015-02-05
target-arm: Guest cpu endianness determination for virtio KVM ARM/ARM64
Pranavkumar Sawargaonkar
2
-0
/
+26
2015-02-05
target-arm: KVM64: Get and Sync up guest register state like kvm32.
Pranavkumar Sawargaonkar
1
-1
/
+12
2015-02-05
target-arm: Fix brace style in reindented code
Peter Maydell
1
-13
/
+23
2015-02-05
target-arm: Reindent ancient page-table-walk code
Peter Maydell
1
-96
/
+96
2015-02-05
target-arm: Use mmu_idx in get_phys_addr()
Peter Maydell
1
-51
/
+163
2015-02-05
target-arm: Pass mmu_idx to get_phys_addr()
Peter Maydell
1
-14
/
+96
2015-02-05
target-arm: Split AArch64 cases out of ats_write()
Peter Maydell
1
-7
/
+26
2015-02-05
target-arm: Don't define any MMU_MODE*_SUFFIXes
Peter Maydell
1
-2
/
+0
2015-02-05
target-arm: Use correct mmu_idx for unprivileged loads and stores
Peter Maydell
2
-3
/
+42
2015-02-05
target-arm: Define correct mmu_idx values and pass them in TB flags
Peter Maydell
5
-29
/
+102
2015-02-05
target-arm/translate-a64: Fix wrong mmu_idx usage for LDT/STT
Peter Maydell
1
-1
/
+1
2015-02-05
target-arm: Make arm_current_el() return sensible values for M profile
Peter Maydell
1
-0
/
+4
2015-02-05
target-arm: check that LSB <= MSB in BFI instruction
Kirill Batuzov
1
-0
/
+4
2015-02-05
target-arm: Squash input denormals in FRECPS and FRSQRTS
Peter Maydell
1
-0
/
+12
2015-02-05
Fix FMULX not squashing denormalized inputs when FZ is set.
Xiangyu Hu
1
-0
/
+6
2015-02-05
target-arm: Add checks that cpreg raw accesses are handled
Peter Maydell
1
-0
/
+31
2015-02-05
target-arm: Split NO_MIGRATE into ALIAS and NO_RAW
Peter Maydell
2
-108
/
+117
2015-02-05
target-arm: Add missing SP_ELx register definition
Greg Bellows
1
-0
/
+8
2015-02-05
target-arm: Change reset to highest available EL
Greg Bellows
1
-1
/
+8
2015-02-05
target-arm: Add extended RVBAR support
Greg Bellows
1
-6
/
+25
2015-02-05
target-arm: Fix RVBAR_EL1 register encoding
Greg Bellows
1
-1
/
+1
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
1
-2
/
+2
2015-01-20
exec.c: Drop TARGET_HAS_ICE define and checks
Peter Maydell
1
-2
/
+0
2015-01-16
target-arm: crypto: fix BE host support
Ard Biesheuvel
1
-51
/
+63
2015-01-15
target-arm: Fix typo in comment (seperately -> separately)
Stefan Weil
1
-1
/
+1
2015-01-12
kvm: extend kvm_irqchip_add_msi_route to work on s390
Frank Blaschka
1
-0
/
+6
2015-01-09
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-6
/
+6
2015-01-03
gen-icount: check cflags instead of use_icount global
Paolo Bonzini
2
-2
/
+2
2015-01-03
translate: check cflags instead of use_icount global
Paolo Bonzini
2
-4
/
+4
2014-12-22
target-arm: add cpu feature EL3 to CPUs with Security Extensions
Fabian Aggeler
1
-0
/
+4
2014-12-22
target-arm: Add ARMCPU secure property
Greg Bellows
2
-0
/
+25
2014-12-22
target-arm: Add feature unset function
Greg Bellows
1
-0
/
+5
2014-12-22
target-arm: Merge EL3 CP15 register lists
Greg Bellows
1
-31
/
+24
2014-12-11
target-arm: Check error conditions on kvm_arm_reset_vcpu
Christoffer Dall
1
-2
/
+11
2014-12-11
target-arm: Support save/load for 64 bit CPUs
Peter Maydell
1
-3
/
+19
2014-12-11
target-arm/kvm: make reg sync code common between kvm32/64
Alex Bennée
4
-101
/
+137
2014-12-11
target-arm: make MAIR0/1 banked
Greg Bellows
2
-4
/
+29
2014-12-11
target-arm: make c13 cp regs banked (FCSEIDR, ...)
Fabian Aggeler
3
-19
/
+77
2014-12-11
target-arm: make VBAR banked
Greg Bellows
2
-3
/
+12
[next]