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
/
hw
/
cuda.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-11
Add missing const attributes for MemoryRegionOps
Stefan Weil
1
-1
/
+1
2011-10-06
PPC: Fix via-cuda memory registration
Alexander Graf
1
-12
/
+16
2011-10-06
ppc: move ADB stuff from ppc_mac.h to adb.h
Laurent Vivier
1
-0
/
+1
2011-08-08
ppc: convert to memory API
Avi Kivity
1
-2
/
+4
2011-04-22
vmstate: port cuda
Juan Quintela
1
-70
/
+46
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-12
/
+12
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-1
/
+2
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-1
/
+1
2010-04-18
Fix harmless if statements with empty body, spotted by clang
Blue Swirl
1
-1
/
+3
2009-11-07
PPC: remove unneeded calls to device reset
Blue Swirl
1
-1
/
+0
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-6
/
+6
2009-10-01
Get rid of _t suffix
malc
1
-6
/
+6
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
1
-7
/
+7
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-2
/
+2
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-1
/
+1
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-1
/
+1
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-1
/
+1
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-3
/
+3
2009-01-18
cuda: fix crash on Windows
aurel32
1
-2
/
+2
2009-01-15
cuda: fix indentation
aurel32
1
-2
/
+2
2009-01-15
cuda: improve date/time read/write
aurel32
1
-4
/
+19
2008-12-30
VM load/save support for PPC devices
blueswir1
1
-0
/
+74
2008-12-28
Register reset handlers
blueswir1
1
-6
/
+29
2008-12-24
Improve PPC device debugging
blueswir1
1
-22
/
+17
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+3
2007-10-28
* sort the PowerPC target object files
j_mayer
1
-6
/
+6
2007-09-19
Avoid Linux to stay stucked in an infinite loop when requesting a reboot.
j_mayer
1
-0
/
+6
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-4
/
+4
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-24
/
+24
2007-06-03
Spelling fixes, by Stefan Weil.
ths
1
-2
/
+2
2007-04-07
Unify IRQ handling.
pbrook
1
-8
/
+4
2006-06-25
C99 64 bit printf
bellard
1
-1
/
+1
2005-07-23
fixed VIA irq register access
bellard
1
-6
/
+3
2005-07-07
more precise cuda timers
bellard
1
-22
/
+47
2005-06-05
IER behavior change - better IRQ handling
bellard
1
-7
/
+15
2005-04-23
This patch fixes two bugs in cuda emulation:
bellard
1
-4
/
+7
2005-02-09
power down support + date fix (Thayne Harbaugh)
bellard
1
-1
/
+10
2004-07-12
fixed ADB error reporting
bellard
1
-3
/
+4
2004-07-06
removed unused code
bellard
1
-11
/
+1
2004-06-21
ADB fixes
bellard
1
-3
/
+47
2004-06-21
cuda fixes
bellard
1
-64
/
+136
2004-06-03
CUDA + ADB support
bellard
1
-0
/
+507