index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-10
Round up RAMBlock sizes to host page sizes
Dr. David Alan Gilbert
1
-4
/
+4
2015-11-10
qemu_ram_block_by_name
Dr. David Alan Gilbert
1
-0
/
+20
2015-11-10
qemu_ram_block_from_host
Dr. David Alan Gilbert
1
-9
/
+45
2015-11-10
Provide runtime Target page information
Dr. David Alan Gilbert
1
-0
/
+10
2015-11-06
exec: avoid unnecessary cacheline bounce on ram_list.mru_block
Paolo Bonzini
1
-1
/
+1
2015-11-06
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...
Peter Maydell
1
-0
/
+2
2015-11-06
replay: initialization and deinitialization
Pavel Dovgalyuk
1
-0
/
+2
2015-11-04
backends/hostmem-file: Allow to specify full pathname for backing file
Pavel Fedin
1
-13
/
+21
2015-11-04
memory: call begin, log_start and commit when registering a new listener
Paolo Bonzini
1
-1
/
+1
2015-11-02
file_ram_alloc: propagate error to caller instead of terminating QEMU
Igor Mammedov
1
-4
/
+0
2015-10-22
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-37
/
+10
2015-10-21
exec: factor out duplicate mmap code
Michael S. Tsirkin
1
-37
/
+10
2015-10-12
exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct
Peter Maydell
1
-18
/
+38
2015-10-12
exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init()
Peter Maydell
1
-1
/
+0
2015-10-01
exec: allocate PROT_NONE pages on top of RAM
Michael S. Tsirkin
1
-3
/
+39
2015-09-16
include/exec: Move cputlb exec.c defs out
Peter Crosthwaite
1
-1
/
+0
2015-09-16
cputlb: Change tlb_set_dirty() arg to cpu
Peter Crosthwaite
1
-2
/
+1
2015-09-16
cputlb: move CPU_LOOP() for tlb_reset() to exec.c
Peter Crosthwaite
1
-1
/
+4
2015-09-16
cpu: Add crash_occurred flag into CPUState
Andrey Smetanin
1
-0
/
+19
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2015-09-09
remove qemu/tls.h
Paolo Bonzini
1
-1
/
+1
2015-09-07
exec.c: Use pow2floor() rather than hand-calculation
Peter Maydell
1
-3
/
+1
2015-08-14
exec: use macro ROUND_UP for alignment
Chen Hanxiao
1
-1
/
+1
2015-07-23
exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get...
Peter Maydell
1
-1
/
+4
2015-07-09
cpu: Change cpu_exec_init() arg to cpu, not env
Peter Crosthwaite
1
-3
/
+2
2015-07-09
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
1
-2
/
+1
2015-07-09
cpu: Convert cpu_index into a bitmap
Bharata B Rao
1
-5
/
+53
2015-07-09
cpu: Add Error argument to cpu_exec_init()
Bharata B Rao
1
-1
/
+1
2015-07-09
cpu: Reorder cpu->as, cpu->thread_id, cpu->memory_dispatch init
Eduardo Habkost
1
-5
/
+6
2015-07-09
cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()
Eduardo Habkost
1
-2
/
+0
2015-07-09
cpu: No need to zero-initialize CPUState::numa_node
Eduardo Habkost
1
-1
/
+0
2015-07-07
migration: extend migration_bitmap
Li Zhijian
1
-0
/
+5
2015-07-06
exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internal
Paolo Bonzini
1
-1
/
+13
2015-07-01
memory: let address_space_rw/ld*/st* run outside the BQL
Jan Kiszka
1
-9
/
+57
2015-07-01
exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*
Paolo Bonzini
1
-0
/
+21
2015-06-19
exec: clamp accesses against the MemoryRegionSection
Paolo Bonzini
1
-1
/
+1
2015-06-19
exec: do not clamp accesses to MMIO regions
Paolo Bonzini
1
-2
/
+6
2015-06-12
qemu_ram_foreach_block: pass up error value, and down the ramblock name
Dr. David Alan Gilbert
1
-2
/
+8
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-7
/
+4
2015-06-05
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
Stefan Hajnoczi
1
-6
/
+17
2015-06-05
exec: only check relevant bitmaps for cleanliness
Paolo Bonzini
1
-9
/
+13
2015-06-05
exec: pass client mask to cpu_physical_memory_set_dirty_range
Paolo Bonzini
1
-9
/
+11
2015-06-05
translate-all: remove unnecessary argument to tb_invalidate_phys_range
Paolo Bonzini
1
-1
/
+1
2015-06-05
exec: use memory_region_get_dirty_log_mask to optimize dirty tracking
Paolo Bonzini
1
-40
/
+19
2015-06-05
ram_addr: tweaks to xen_modified_memory
Paolo Bonzini
1
-1
/
+2
2015-06-05
exec: optimize phys_page_set_level
Paolo Bonzini
1
-14
/
+10
2015-04-30
exec: move rcu_read_lock/unlock to address_space_translate callers
Paolo Bonzini
1
-4
/
+29
2015-04-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-30
/
+51
2015-04-27
exec: Respect as_translate_internal length clamp
Peter Crosthwaite
1
-4
/
+2
2015-04-27
dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel
Fam Zheng
1
-13
/
+21
[next]