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
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-22
memory: fix a bug of detection of memory region collision
Hu Tao
1
-1
/
+1
2013-02-16
memory: Use non-bitops ctzl
Richard Henderson
1
-2
/
+2
2013-02-02
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
Paolo Bonzini
1
-2
/
+2
2012-12-20
memory: introduce memory_region_test_and_clear_dirty
Juan Quintela
1
-0
/
+16
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-4
/
+4
2012-11-10
memory: Don't dump disabled regions
Jan Kiszka
1
-1
/
+1
2012-11-10
memory: Reintroduce dirty flag to optimize changes on disabled regions
Jan Kiszka
1
-2
/
+13
2012-10-29
memory: fix rendering of a region obscured by another
Avi Kivity
1
-6
/
+6
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-34
/
+34
2012-10-22
Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging
Anthony Liguori
1
-0
/
+3
2012-10-22
memory: add address_space_destroy()
Avi Kivity
1
-2
/
+16
2012-10-22
memory: per-AddressSpace dispatch
Avi Kivity
1
-0
/
+1
2012-10-22
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
1
-7
/
+7
2012-10-22
memory: move address_space_memory and address_space_io out of memory core
Avi Kivity
1
-16
/
+0
2012-10-22
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
1
-4
/
+13
2012-10-17
memory: abort if a memory region is destroyed during a transaction
Avi Kivity
1
-0
/
+1
2012-10-17
memory: Make eventfd adhere to device endianness
Alexander Graf
1
-0
/
+2
2012-10-15
memory: provide defaults for MemoryListener operations
Avi Kivity
1
-6
/
+17
2012-10-15
memory: maintain a list of address spaces
Avi Kivity
1
-29
/
+46
2012-10-15
memory: export AddressSpace
Avi Kivity
1
-10
/
+1
2012-10-15
memory: prepare AddressSpace for exporting
Avi Kivity
1
-15
/
+24
2012-10-15
memory: rename 'exec-obsolete.h'
Avi Kivity
1
-2
/
+1
2012-09-11
memory: Flush coalesced MMIO on mapping and state changes
Jan Kiszka
1
-0
/
+1
2012-09-11
memory: Fold memory_region_update_topology into memory_region_transaction_commit
Jan Kiszka
1
-28
/
+11
2012-09-11
memory: Use transaction_begin/commit also for single-step operations
Jan Kiszka
1
-15
/
+25
2012-09-11
memory: Flush coalesced MMIO on selected region access
Jan Kiszka
1
-0
/
+24
2012-08-29
memory: Fix copy&paste mistake in memory_region_iorange_write
Jan Kiszka
1
-1
/
+1
2012-07-12
memory: pass EventNotifier, not eventfd
Paolo Bonzini
1
-9
/
+9
2012-04-05
memory: check address space when a listener is registered
Julien Grall
1
-0
/
+5
2012-03-19
memory: print aliased IO ranges in info mtree
Blue Swirl
1
-7
/
+7
2012-03-08
memory: get rid of cpu_register_io_memory()
Avi Kivity
1
-4
/
+1
2012-03-08
memory: dispatch directly via MemoryRegion
Avi Kivity
1
-4
/
+4
2012-03-05
memory: fix I/O port aliases
Avi Kivity
1
-6
/
+20
2012-02-29
memory: support stateless memory listeners
Avi Kivity
1
-0
/
+5
2012-02-29
memory: allow MemoryListeners to observe a specific address space
Avi Kivity
1
-6
/
+39
2012-02-29
memory: drop AddressSpaceOps
Avi Kivity
1
-54
/
+2
2012-02-29
memory: use a MemoryListener for core memory map updates too
Avi Kivity
1
-26
/
+1
2012-02-29
memory: don't pass ->readable attribute to cpu_register_physical_memory_log
Avi Kivity
1
-2
/
+2
2012-02-29
memory: add a readonly attribute to MemoryRegionSection
Avi Kivity
1
-0
/
+5
2012-02-29
memory: move ioeventfd ops to MemoryListener
Avi Kivity
1
-56
/
+18
2012-02-29
memory: code motion: move MEMORY_LISTENER_CALL()
Avi Kivity
1
-32
/
+32
2012-02-29
memory: switch memory listeners to a QTAILQ
Avi Kivity
1
-21
/
+49
2012-02-29
memory: add shorthand for invoking a callback on all listeners
Avi Kivity
1
-35
/
+19
2012-02-29
memory: remove memory_region_set_offset()
Avi Kivity
1
-16
/
+10
2012-02-11
memory-region: Report if region is read-only or write-only on info mtree
Jan Kiszka
1
-3
/
+11
2012-02-04
memory: change dirty getting API to take a size
Blue Swirl
1
-2
/
+3
2012-01-25
memory: change dirty setting APIs to take a size
Blue Swirl
1
-2
/
+3
2012-01-19
memory: Introduce memory_region_init_reservation
Jan Kiszka
1
-0
/
+36
[next]