Sign in
qemu
/
qemu
/
345f4426a983b8a5d3fdcb83de1d74e806d4aa14
/
target-arm
a88790a
remove exec-all.h inclusion from cpu.h
by Paolo Bonzini
· 15 years ago
10eb0cc
move cpu_pc_from_tb to target-*/exec.h
by Paolo Bonzini
· 15 years ago
4c4fd3f
target-arm : fix parallel saturated subtraction implementation
by Chih-Min Chao
· 15 years ago
ed89a2f
target-arm : fix thumb2 parallel add/sub opcode decoding
by Chih-Min Chao
· 15 years ago
bb42e28
target-arm: fix addsub/subadd implementation
by Chih-Min Chao
· 15 years ago
41ba834
NEON vldN optimization
by Paul Brook
· 15 years ago
e03c22a
arm: fix arm kernel boot for non zero start addr
by Lars Munch
· 15 years ago
9ba8c3f
arm: prevent coprocessor IO reset
by Lars Munch
· 15 years ago
22ed1d34
arm: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
8e31209
target-arm: fix neon vmon/vmvn with modified immediate
by Juha Riihimäki
· 15 years ago
d996882
target-arm: resource leak fixes for iwmmxt disassemble
by Lars Munch
· 15 years ago
4f78c9a
Fix arm-linux-user
by Paul Brook
· 15 years ago
983fe82
ARMv7-M reset fixes
by Paul Brook
· 15 years ago
3ad493f
target-arm: disable PAGE_EXEC for XN pages
by Rabin Vincent
· 15 years ago
bedd291
target-arm: Fix handling of AL condition in IT instruction
by Johan Bengtsson
· 15 years ago
d4c430a
Large page TLB flush
by Paul Brook
· 15 years ago
ea825ee
target-arm: make RFE usable with any register
by Adam Lackorzynski
· 15 years ago
4fcc562
Remove cpu_get_phys_page_debug from userspace emulation
by Paul Brook
· 15 years ago
5270589
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
by Richard Henderson
· 15 years ago
a990f58
target-arm: Fix missing 'return' in SRS handling.
by Adam Lackorzynski
· 15 years ago
30d11a2
target-arm: neon vshll instruction fix
by Juha Riihimäki
· 15 years ago
79b0e53
target-arm: neon - fix VRADDHN/VRSUBHN vs VADDHN/VSUBHN
by Riku Voipio
· 15 years ago
c5883be
ARM CP15 tls fix
by Paul Brook
· 15 years ago
30a8cac
target-arm: support thumb exception handlers
by Rabin Vincent
· 15 years ago
b8b45b6
target-arm: implement Thumb-2 exception return
by Rabin Vincent
· 15 years ago
fa26df0
target-arm: fix thumb CPS
by Rabin Vincent
· 15 years ago
3f26c12
target-arm: refactor cp15.c13 register access
by Riku Voipio
· 15 years ago
49a945a
kill regs_to_env and env_to_regs
by Paolo Bonzini
· 15 years ago
502e64f
target-arm: fix strexd
by Aurelien Jarno
· 15 years ago
426f5ab
ARM atomic ops rewrite
by Paul Brook
· 15 years ago
1005556
ARM Cortex-A9 cpu support
by Paul Brook
· 15 years ago
6001149
ARM FP16 support
by Paul Brook
· 15 years ago
f669df2
target-arm: use native tcg-ops for ror/bic/vorn
by Aurelien Jarno
· 15 years ago
50f67e9
target-arm: fix neon shift helper functions
by Juha Riihimäki
· 15 years ago
ca9a32e
target-arm: fix neon vsri, vshl and vsli ops
by Juha Riihimäki
· 15 years ago
71b3c3d
target-arm: allow modifying vfp fpexc en bit only
by Juha Riihimäki
· 15 years ago
8449623
target-arm: add support for neon vld1.64/vst1.64 instructions
by Juha Riihimäki
· 15 years ago
2301db4
target-arm: fix neon vshrn/vrshrn ops
by Juha Riihimäki
· 15 years ago
25aeb69
target-arm: fix incorrect temporary variable freeing
by Juha Riihimäki
· 15 years ago
7b2919a
target-arm: optimize thumb 32-bit multiply
by Juha.Riihimaki@nokia.com
· 15 years ago
b75263d
target-arm: cleanup internal resource leaks
by Juha Riihimäki
· 15 years ago
686eeb9
target-arm: fix sdiv helper
by Aurelien Jarno
· 15 years ago
7bbcb0a
target-arm: use clz32() instead of a for loop
by Aurelien Jarno
· 15 years ago
dcc6502
target-arm: fix bugs introduced by 1b2b1e547bd912b7d3c4863d0a0f75f6f38330ed
by Aurelien Jarno
· 15 years ago
98a4631
target-arm: fix bugs introduced by 3174f8e91fecf8756e861d1febb049f3c619a2c7
by Aurelien Jarno
· 15 years ago
b567b38
target-arm: remove T0 and T1
by Aurelien Jarno
· 15 years ago
747a651
target-arm: remove cpu_T for ARM once and for all
by Filip Navara
· 15 years ago
312eea9
target-arm: convert VFP not to use cpu_T
by Filip Navara
· 15 years ago
da6b533
target-arm: convert disas_iwmmxt_insn not to use cpu_T
by Filip Navara
· 15 years ago
3a554c0
target-arm: convert disas_dsp_insn not use cpu_T
by Filip Navara
· 15 years ago
1b2b1e5
target-arm: convert disas_neon_ls_insn not to use cpu_T
by Filip Navara
· 15 years ago
dd8fbd7
target-arm: convert disas_neon_data_insn and helpers not to use cpu_T
by Filip Navara
· 15 years ago
3174f8e
target-arm: convert rest of disas_arm_insn / disas_thumb2_insn not to use cpu_T
by Filip Navara
· 15 years ago
396e467
target-arm: replace thumb usage of cpu_T registers by proper register allocations
by Filip Navara
· 15 years ago
15bb4ea
target-arm: fix TANDC and TORC instructions
by Filip Navara
· 15 years ago
1945761
target-arm: convert NEON VZIP/VUZP/VTRN helper functions to pure TCG
by Filip Navara
· 15 years ago
a6445c5
target-arm: convert gen_lookup_tb not to use cpu_T
by Filip Navara
· 15 years ago
2fbac54
target-arm: get rid of gen_set_psr_T0 and replace it by gen_set_psr/gen_set_psr_im
by Filip Navara
· 15 years ago
c67b6b7
target-arm: fix SRS/RFE instructions
by Filip Navara
· 15 years ago
217aff9
target-arm: remove unused gen_movl_T2_reg function
by Filip Navara
· 15 years ago
288eebe
target-arm: remove useless line that sets register that is never used again
by Filip Navara
· 15 years ago
12edd4f
target-arm: get rid of temporary variable cache
by Filip Navara
· 15 years ago
155c3ea
target-arm: use tcg_global_mem_new_i32 to allocate registers
by Filip Navara
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
0b5c1ce
cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
by Nathan Froyd
· 15 years ago
ffe47d3
Save/restore ARMv6 MMU state
by Paul Brook
· 15 years ago
e2542fe
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
by Juan Quintela
· 15 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
024589f
Remove unused gen_bx_T0 function.
by Filip Navara
· 16 years ago
f80f9ec
Convert machine registration to use module init functions
by Anthony Liguori
· 16 years ago
21aeb34
fix ARMv7 data processing instructions
by Juha Riihimäki
· 16 years ago
e9bb4aa
fix ARMv7 data processing instructions
by Juha Riihimäki
· 16 years ago
4af3961
Syborg (Symbian Virtual Platform) board
by Paul Brook
· 16 years ago
cb76e13
Fixe ARM NEON vrshl.
by Paul Brook
· 16 years ago
0bf46a4
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
by aliguori
· 16 years ago
6a4955a
qemu: per-arch cpu_has_work (Marcelo Tosatti)
by aliguori
· 16 years ago
37f9ba4
target-arm: don't use T[x] in helper
by aurel32
· 16 years ago
1b530a6
Add new command line option -singlestep for tcg single stepping.
by aurel32
· 16 years ago
cbbccff
Fix ARM quadword VDUP (core register).
by pbrook
· 16 years ago
66896cb
tcg: rename bswap_i32/i64 functions
by aurel32
· 16 years ago
533d177
Fix correct reset value for ARM CP15 c1 auxiliary control register
by aurel32
· 16 years ago
2b3ea31
clean build: Fix arm build warnings
by aurel32
· 16 years ago
c276471
The _exit syscall is used for both thread termination in NPTL applications,
by pbrook
· 16 years ago
84a031c
Fix cpu_arm_handle_mmu_fault warning
by aurel32
· 16 years ago
0d0266a
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
eca1bdf
Log reset events (Jan Kiszka)
by aliguori
· 16 years ago
8fec2b8
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
by aliguori
· 16 years ago
93fcfe3
Convert references to logfile/loglevel to use qemu_log*() macros
by aliguori
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
fe76d97
Implement flush-to-zero mode (denormal results are replaced with zero).
by pbrook
· 16 years ago
5c7908e
Implement default-NaN mode.
by pbrook
· 16 years ago
a49ea27
Implement ARMv7 cp15 cache ID registers.
by pbrook
· 16 years ago
fe1479c
Implement (very) basic Thumb2-EE support. This doesn't actually implement
by pbrook
· 16 years ago
644ad80
Fix VFP fixed point conversion routines.
by pbrook
· 16 years ago
d4934d1
Implement ARMv7 MMU access permissions.
by pbrook
· 16 years ago
997641a
ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD).
by balrog
· 16 years ago
1d6198c
Remove unnecessary trailing newlines
by blueswir1
· 16 years ago
db8d990
Remove FORCE_RET() and RETURN()
by aurel32
· 16 years ago
Next »