index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-arm
/
helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-05
Fix arm-linux-user
Paul Brook
1
-0
/
+2
2010-04-05
ARMv7-M reset fixes
Paul Brook
1
-9
/
+24
2010-03-27
target-arm: disable PAGE_EXEC for XN pages
Rabin Vincent
1
-3
/
+7
2010-03-17
Large page TLB flush
Paul Brook
1
-21
/
+27
2010-03-12
Remove cpu_get_phys_page_debug from userspace emulation
Paul Brook
1
-5
/
+0
2010-02-19
target-arm: support thumb exception handlers
Rabin Vincent
1
-3
/
+2
2010-02-06
target-arm: refactor cp15.c13 register access
Riku Voipio
1
-16
/
+0
2009-11-22
ARM atomic ops rewrite
Paul Brook
1
-84
/
+0
2009-11-19
ARM Cortex-A9 cpu support
Paul Brook
1
-1
/
+35
2009-11-19
ARM FP16 support
Paul Brook
1
-0
/
+16
2009-10-27
target-arm: allow modifying vfp fpexc en bit only
Juha Riihimäki
1
-1
/
+1
2009-10-23
target-arm: fix sdiv helper
Aurelien Jarno
1
-0
/
+2
2009-10-23
target-arm: use clz32() instead of a for loop
Aurelien Jarno
1
-4
/
+2
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-2
/
+2
2009-10-01
Get rid of _t suffix
malc
1
-2
/
+2
2009-04-24
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
aliguori
1
-0
/
+1
2009-03-07
Fix correct reset value for ARM CP15 c1 auxiliary control register
aurel32
1
-1
/
+1
2009-03-07
clean build: Fix arm build warnings
aurel32
1
-1
/
+1
2009-02-05
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-4
/
+0
2009-01-26
Log reset events (Jan Kiszka)
aliguori
1
-0
/
+6
2008-12-19
Implement flush-to-zero mode (denormal results are replaced with zero).
pbrook
1
-1
/
+2
2008-12-19
Implement default-NaN mode.
pbrook
1
-0
/
+2
2008-12-19
Implement ARMv7 cp15 cache ID registers.
pbrook
1
-7
/
+25
2008-12-19
Implement (very) basic Thumb2-EE support. This doesn't actually implement
pbrook
1
-0
/
+11
2008-12-19
Fix VFP fixed point conversion routines.
pbrook
1
-1
/
+1
2008-12-19
Implement ARMv7 MMU access permissions.
pbrook
1
-1
/
+11
2008-10-22
Fix ARMv6 translation table base address calculation.
pbrook
1
-21
/
+20
2008-10-22
Optimize redundant cp15 coprocessor access control register writes.
pbrook
1
-3
/
+5
2008-10-11
Add GDB XML register description support.
pbrook
1
-0
/
+62
2008-07-19
ARMv6: fix SIMD add/sub carry flags (Vincent Palatin).
balrog
1
-4
/
+4
2008-07-19
Fix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul, smul... (Laurent Desnogues).
balrog
1
-3
/
+3
2008-07-02
ARMv7-M interrupt stack alignment fix.
pbrook
1
-1
/
+1
2008-05-01
Fix incorrect argument types.
pbrook
1
-2
/
+2
2008-04-20
Remove an unused field and fix some non-code typos.
balrog
1
-3
/
+3
2008-04-20
Correct more ARM VFP 32/64 and signed/unsigned typos.
balrog
1
-2
/
+2
2008-04-14
Add basic OMAP2 chip support.
balrog
1
-0
/
+7
2008-04-13
Store the right TCG temp (typo).
balrog
1
-1
/
+1
2008-04-11
Remove osdep.c/qemu-img code duplication
aurel32
1
-0
/
+1
2008-04-11
Fix few spelling issues in comments
aurel32
1
-4
/
+4
2008-04-01
ARM N=Z=1 flag fix.
pbrook
1
-8
/
+6
2008-03-31
ARM TCG conversion 14/16.
pbrook
1
-24
/
+5
2008-03-31
ARM TCG conversion 13/16.
pbrook
1
-6
/
+8
2008-03-31
ARM TCG conversion 12/16.
pbrook
1
-12
/
+12
2008-03-31
ARM TCG conversion 11/16.
pbrook
1
-1
/
+4
2008-03-31
ARM TCG conversion 10/16.
pbrook
1
-0
/
+363
2008-03-31
ARM TCG conversion 9/16.
pbrook
1
-4
/
+4
2008-03-31
ARM TCG conversion 7/16.
pbrook
1
-0
/
+245
2008-03-31
ARM TCG conversion 6/16.
pbrook
1
-0
/
+29
2008-03-31
ARM TCG conversion 4/16.
pbrook
1
-2
/
+0
2008-03-31
ARM TCG conversion 2/16.
pbrook
1
-0
/
+8
[next]